/******************************ESTILOS GENERALES*****************************************/

.pkp_structure_main:before, .pkp_structure_main:after {
  display: none;
}

.img-to-icon{
  width: 15px;
  height: auto;
}
.pkp_page_index .journals>ul>li {
  border-top: none;
}

.pkp_structure_content, .pkp_structure_footer {
  width: 95vw;
}
.pkp_structure_main {
  width: 95vw;
}

.revistas{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 .item{
  display: flex;
  padding:5px 30px;
  justify-content: center;
  align-items:flex-start;
  width: 50%;
  height: 300px;
  margin-bottom: 40px;
 }
 .item-portada{
  width: 30%;
  height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-portada img{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    display: flex;
}
.item-descripcion{
  width: 70%;
  height: 300px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.item-descripcion-text{
  width: 100%;
  max-height: 70%;
  overflow: hidden; 
  text-overflow: ellipsis;
  text-align: justify;
}

.item-descripcion-titulo{
  width: 100%;
  height: 20%;
}
.item-descripcion-titulo a{
  color: #223d71;
  font-size: medium;
}
.item-descripcion-ir {
  width: 35%;
  height: 13%;
  margin-top: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.item-descripcion-ir a{
  width: 100%;
  height: 100%;
  background: #223d71;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  transition: all 400ms;
  border: 2px #ffffff solid;
  justify-content: center;
  display: flex;
  align-items: center;
}


.item-descripcion-ir a:hover , .item-descripcion-ir a:focus{
  background: #ffffff;
  border: 2px #1867b7 solid;
  text-align: center;
  text-decoration: none;
  color: #1867b7;
  transition: all 400ms;
}

.busqueda-logo{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.buscador{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.buscador-form{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.buscador-input{
  width: 80%;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #223d71;
}
.buscador-boton{
  width: 5%;
  height: 40px;
  padding: 0;
  background-color: #223d71;
  border-radius: 5px;
  margin-left: -10px;
}
.buscador-boton img{
  width: 100%;
  height: 100%;
}
.logo-fecyt{
  display: flex;
  width:30%;
}

.pkp_structure_footer_wrapper {
  background: #223d71;
  height: 200px;
}
.pkp_brand_footer {
  display: none;
}

.pkp_footer_content {
  color: white;
}

/******************************ESTILOS SOLO PARA PANTALLAS SUPERIORES A 998PX*****************************************/

@media (min-width: 998px) {
.pkp_head_wrapper {
  padding: 0 !important;
  width: 100% !important;
}
.pkp_navigation_primary_wrapper {
  justify-content: center;
  display: flex;
  background: #223d71;
} 
.pkp_nav_list ul a {
  display: block;
  padding-left: 0.357rem;
  border-left: 0.357rem solid transparent;
  color: #000000;
}
.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #ffffff;
  background: #5c5c5c;
  color: white;
}

.pkp_site_name .is_img img {
  display: block !important;
  max-height: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}

.pkp_site_name .is_img {
  display: inline;
}

.pkp_site_name .is_img img {
  max-height: 100%;
}

.pkp_site_name_wrapper {
  width: 100%;
  padding: 0;
}

.pkp_site_name {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_nav_menu .pkp_nav_list {
  padding: 0 15px;
}
.pkp_navigation_primary > li > a {
  margin-left: -0.5em;
  font-weight: bold;
}
}
/**************ESTILOS SOLO PANTALLAS MENORES A 998PX******************/

@media (max-width: 998px) {
.pkp_site_name_wrapper {
  width: 100%;
  padding: 0;
  height: 10vw;
}
.buscador-boton {
    width: 12%;}
.buscador {
    width:80%;
}

.logo-fecyt {
    display: flex;
    width: 70%;
}

.item-descripcion-titulo {
    width: 100%;
    height: 20%;
}

.item{
  display: flex;
  padding:5px 30px;
  justify-content: center;
  align-items:flex-start;
  width: 100%;
  height: 500px;
  flex-wrap: wrap;
  margin: 20px 0px;
 }
 .item-portada  {
  width: 50%;
  max-height: 30%;
}

.item-portada a img{
  max-height: 200px !important;
  width: auto;
}
.item-descripcion{
  width: 100%;
  max-height: 70%;
}
.pkp_structure_footer_wrapper {
  background: #223d71;
  height: 300px;
}

.footer-portal-links{
  display: flex;
  width: 100%;
  align-items: start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-portal-links a{
  text-decoration: none;
  color: #fff;
  margin: 5px 10px;
  width: 45%;
  text-align: center;

}

.footer-portal-iconos{
  height: 20%;
  width: 100%;
}

.footer-portal-enlaces{
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.pkp_structure_main {
  width: 90vw;
}
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
  width: 100%;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: none;
  margin-bottom: 0.357rem;
  padding: 0;
}
.has_site_logo .pkp_head_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: none;
}
.pkp_site_name {
  position: initial;
  left: 2.857rem;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 0.93rem;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.has_site_logo .pkp_head_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 0rem;
}
.pkp_site_nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: #091b64a0;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2),
    -1px 0 0 rgba(255, 255, 255, 0.2);
  z-index: 999;
}
.journal-list li {
  width: 100%; /* En pantallas pequeñas, muestra en una sola columna */
}
}

