@font-face {
font-family: "Fira Sans";
src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("https://fonts.gstatic.com/s/firasans/v8/va9E4kDNxMZdWfMOD5Vvl4jL.woff2") format("woff2");
font-style: normal;
font-weight: 400;
unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background-color: #ececec;
}



.pkp_structure_head 
{
    background-image: url(/OMP/public/site/fondoOMP.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 0rem 0 0rem;
    border-bottom: 1px solid #ddd;
}

.pkp_site_name .is_img img {
    max-height: 180px;
 }

.dropdown-item{ color:#ffffff !important; background-color: #202020 !important;}
#main-navbar{ color:#ffffff; background-color: #515151;}
.nav-link{ color:#ffffff !important; }
.navbar-light{ color:#ffffff; }

.pkp_head_wrapper .cmp_search .search_controls a {
    color: #333;
}


#navigationPrimary a {
    font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
}


#primaryNav .dropdown-item{ width:100% !important; padding: 0.5rem !important; }


#navigationPrimary a {color: #202020 !important; justify-content: flex-start;}
#navigationPrimary a {border: 3px solid transparent;}
#navigationPrimary ul a:hover { border-color:#f4f4f4; border-bottom: 3px #757575 solid;}
#navigationPrimary ul a:focus { border-color:#f4f4f4; border-bottom: 3px #757575 solid;}

#navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {border-color:white; border-bottom: 3px #757575 solid;}


pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.dropdown-menu {
    background-color: #f8f8f8 !important;
    list-style: none;
}


@media (max-width: 990px) {  
    }

@media (min-width: 990px) {
  
    .pkp_nav_list ul {
    position: absolute !important;
    top:35px !important;
	}
}




.page_contact .address, .page_contact .phone, .page_contact .email {
    font-size: 16px;
}

.name {font-size: 18px;}

  
.tira
{
width: 100%; 
clear:both;
display:inline-block;
background-color: #ffffff;
}

.primera
{
float:left;
padding: 0.5em 0.5em !important;
}


@media (max-width: 990px) {  
    .segunda
		{
		float:left;
		padding: 0.5em 0.5em !important;
		width:100%;
		}
}

@media (min-width: 990px) {
    .segunda
		{
		float:left;
		padding: 0.5em 0.5em !important;
		width:70%;
		}
    
}

.site-journal-description {
text-align: justify;
}


.tirapie
{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}

.primerapie
{
padding: 0.5em 0.5em !important;
flex: 1 500px;
}

.segundapie
{
padding: 0.5em 0.5em !important;
flex: 1 500px;
font-size:0.8rem;
}

.titulo{
    margin: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    padding-top: 10px;
    font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}


@media (max-width: 990px) {  
    #menuToggle
		{
		display:block;
		}
}

@media (min-width: 990px) {
    #menuToggle
		{
		display:none;
		}
    
}


#menuToggle
{
  position: relative;
  top: -20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: relative;
  width: 100%;
  
  /* margin: -100px 0 0 -50px;
   * padding: 50px;
   */
  
  /* padding-top: 125px; */
  
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
   
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display: none;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  display:block;
}

@media (max-width: 990px) {  
    #menuwide
		{
		display:none;
		}
}

@media (min-width: 990px) {
    #menuwide
		{
		display:block;
		}
    
}

@media (max-width: 990px) {
.pkp_navigation_primary > li > a {
    margin: 0;
}
.pkp_navigation_primary {
    padding-left: 0px;
    }
}

@media (min-width: 990px) {
.pkp_navigation_primary > li > a {
    margin: 0 1em;
}
}
