/******************************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;
}
#navigationUser{
       display:none;
 }

.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: 25px;
}
.item-descripcion-text{
  width: 100%;
  max-height: 70%;
  overflow: hidden; 
  text-overflow: ellipsis;
  text-align: justify;
}

.item-descripcion-titulo{
  width: 100%;
  height: 15%;
}
.item-descripcion-titulo a{
  color: #0f288c;
  font-size: large;
}

.pkp_structure_footer  {
    height: 100%;
}

.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: #0f288c;
  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 #474747 solid;
  text-align: center;
  text-decoration: none;
  color: #474747;
  transition: all 400ms;
}

.pkp_structure_footer_wrapper {
  background: #0f288c;
  height: 200px;
}
.pkp_brand_footer {
  display: none;
}
.footer-portal{
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 100%;
}
.footer-portal-enlaces{
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.footer-portal-links{
  display: flex;
  width: 60%;
  align-items: start;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-portal-links a{
  text-decoration: none;
  color: #fff;
  margin: 5px 10px;
  width: 40%;
  text-align: left;

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

.footer-portal-iconos a img{
   max-width: 25px;
   height: auto;
}

/******************************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: #0f288c;
} 
.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: 11vw;
}

.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%;
  padding: 0px !important ; 
  padding-top: 25px !important ;
}
.pkp_structure_footer_wrapper {
  background: #0f288c;
  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;
  margin: 0px !important ;
  /* Marcos separar logo izquierda en pantalla pequeña */
  padding: 0em 0em 0em 2.857rem !important ;
}
.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 */
}
}
