@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
a {
    color: #004C4C;
}
a:hover {
    color: #66a3a3;
}

body{    
	font-family: 'Poppins', sans-serif;
	font-weight: 300;

}

h1, h2, h3, h4, h5, h6, .title a, .pkp_structure_main h2, .obj_article_details > .page_title, .obj_article_details .main_entry .item .label{
	font-family: 'Exo', sans-serif;
    font-weight: 600;
	color: #004C4C;


}
.current_issue_title{
	color: #66a3a3;
}

.pkp_navigation_primary ul a {

    color: #004C4C;
}
.pkp_structure_head {
  background-color: #f9f9f9;
  background-image: url(barras-verdes-2.png), url(barras-verdes.png);
  background-position: right top, left top;
  background-repeat: no-repeat;

}

.pkp_structure_page{overflow: hidden;}

.pkp_site_nav_menu {
  background-color: #f9f9f9;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #66a3a3;
}
.homepage_image {
  display: none;
}
.references .value p {
	margin-left: 2em !important;
    text-indent: -2em !important;
}
.author_bios{display:none !important;}
.nombre-issn{
    float: right;
    color: #004C4C;
    width: 50%;
    height: auto;
    font-size: .5em;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    line-height: .5em;
}
.nombre-issn p:first-child{
    font-weight: 600;
}
.limpia{
    clear:both;
}
.pkp_site_nav_menu a {
  display: inline-block;
  padding: .125rem 0;
  color: #004C4C;
  text-decoration: none;
}


@media only screen and (max-width: 980px) {
  .pkp_structure_head {
    background-image: none;
  }
  .nombre-issn{
      width: 60%;
      font-size: .7em;
  }
}
@media only screen and (max-width: 350px) {
  .nombre-issn{
     display:none;

  }
}
