.pkp_site_name {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible;
}

.pkp_site_nav_menu {
    /*display: block;*/
    /* border-bottom: solid 2px #ffffff; */
    border-top: solid 2px #ffffff;
    padding: 5px 20px 5px 20px;
    background-color: #016c63;
    /* border-radius: 20px; */
    /* margin-bottom: 5px; */
}

.pkp_site_name .is_img img {
    max-height: 60px;
}


/*PARA LAS TABLAS DE AREAS DE INTERES*/

 .interest-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .interest-table th {
    background-color: #f4f4f4;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
  }

  .interest-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .interest-table tr:hover {
    background-color: #f9f9f9;
  }

  .interest-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
  }

  .subtopics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .subtopics li {
    list-style-type: disc;
    margin-left: 20px;
  } 
.imglogo {
    max-width: 20%;
    width: auto;
    height: auto;
}

/*ESTILOS APLICADOS AL PIE DE PAGINA*/
/*distribucion del primer  flex del footer*/
/*.sidebar_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*dimension del primer flex del footer*/
/*.pkp_block {
    flex: 0 0 25%;
}

/*dimension total del segundo flex del footer*/
.user-page-footer {
    max-width: 100%;
    flex: 0 0 100%;
}

/*distribucion del segundo  flex del footer*/
footer {
    display: flex;
    color: rgba(255,255,255,0.8);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*distribucion del ancho de las secciones del segundo  flex del footer*/
.pie-seccion {
    width: 30%;
}

/*elimanos el div de pkp del footer*/
.pkp_brand_footer {
    padding: 2.143rem;
    display: none;
}

/*-----------------ESTILOS PARA EL PIE DE PAGINA--------------------*/
/*color fondo Footer*/
.pkp_structure_footer_wrapper {
    background: #016c63;
}
/*etiqueta footer se le agrego el flex*/
footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.8);
}
/* flechita */
footer ul li a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*margenes del div de enlaces relacionados*/
.pkp_block {
    -webkit-box-flex: 0;
    position: relative;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer ul li {
    position: relative;
}
/* apariencia de la lista*/
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*tamaño de los titulos en h6*/
footer h6 {
    font-size: 1.15rem;
    line-height: 1.2;
    margin: 0px;
    color: #fff;
}
/*apariencia de los links*/
footer ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 0px;
    font-size: 13px;
    transition: transform 0.2s ease;
    border-bottom: solid 1px #fff;
}


/*Al apsar el cursor por las listas*/
footer ul li a:hover{
    color: #ffffff !important;
     transform: scale(1.1);
       
}
.pkp_footer_content {
    padding: 30px;
    text-align: left;
}


.pie {
    width: 100%;
    margin: 50px 0px 0px 0px;
    color: #fff;
}

/*OCultar portada del articulo*/
.article_cover_wrapper a img{
    border-style: none;
    /* visibility: hidden; */
    display: none;
}

/*texto informacion de los articulos*/
/*titulos de los articulos en lista*/
.summary_title {
    font-family: 'Cardo',serif;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
}
/*autores y pagina  de los articulos en lista*/
.summary_meta {
    margin-top: 20px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.25;
    font-size: small;
}

/*Ocultar parte blanca al final del footer*/
.clstrm_outer {
    display: none;
}


/*para las oiamgenes del index*/
.img_index {
    max-width: 60%;
    width: auto;
    height: auto;
}