@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*:not([class*="fa-"]){ font-family:'Arvo', serif !important; }
.pkp_structure_content h1,
.pkp_structure_content h2,
.pkp_structure_content h3,
.pkp_structure_content h4,
.pkp_structure_content h5,
.pkp_structure_content h6,
.pkp_structure_content p{ color: #333 !important; }
.pkp_structure_content a{ color: #054858 !important; }

.pkp_brand_footer{
    display: none !important;
}
    
.pkp_structure_head,
.pkp_site_nav_menu {
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #f7f7f7 !important;
}
.pkp_structure_head a{
    color:#333 !important;
}
.pkp_navigation_primary_wrapper {
    text-transform: uppercase;
}    
.pkp_navigation_user_wrapper{
    padding-top: 1.3rem!important;
    width: 100%;
    left: 0px;
    transform: none;
    padding-left: initial;
    padding-right: initial;
}   
.pkp_navigation_user_wrapper #navigationUser{
    width: 100%
}
.pkp_site_name{
    text-align: center !important;
}
.pkp_site_name a img{
    height: 70px !important;
}

.pkp_navigation_primary_wrapper a{
    padding: 1rem !important;
}

.pkp_navigation_primary_wrapper{
    padding-top: 1rem !important;
    padding-bottom: 0.8rem !important;
}
.pkp_site_name_wrapper{
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}
/* menu movil */
@media (max-width:451px){ 
    .pkp_site_name_wrapper{
        padding: 10px 0px;
        height: 65px;
    }
    .pkp_site_name a{
        margin: 0px !important;
    }
    .pkp_site_name a img{
        width: 190px!important;
        height: auto !important;
        max-height: none !important;
        max-width: none!important;
    }

    .pkp_site_nav_toggle{
        top: auto;
        left: 80%;
        position: absolute;
    }
    .pkp_site_name{
        position: absolute;
        left: 0px;
    }
    .pkp_site_name{
        text-align: left !important;
        padding: 0px;
    }

    .pkp_site_nav_toggle{
        border: 1px solid #c6c6c6c6;    
        border-radius: 7px;
        padding: 5px 25px;
    }
    .pkp_site_nav_toggle>span,
    .pkp_site_nav_toggle>span:before, 
    .pkp_site_nav_toggle>span:after{
        background: transparent;
        border-bottom: 3px solid #c6c6c6c6;
    }
}

.pkp_structure_footer_wrapper{
    background-color: #054858 !important;
}
.pkp_structure_footer{
    width: 85% !important;
}
.pkp_footer_content{
    padding: 8rem 0rem 5rem 0rem !important;
    color: #fff !important;
}

/* menu pc*/
.pkp_head_wrapper{
    width: 85% !important;
}
/* menu movil*/
@media (max-width:451px){
    .buscador{
        position: relative;
    }
    .pkp_site_nav_menu{
        position: relative;
    }
    .pkp_head_wrapper, 
    .pkp_navigation_user_wrapper {
        width: 100% !important;
    }
}

.pkp_structure_main:before, 
.pkp_structure_main:after{
    width:0px !important;
}
.cmp_monographs_list .obj_monograph_summary:first-child{
    border-right: 0px solid #ddd !important;
}

/* Contenido */
.site-footer {  background: #054858 !important; }
.btn{ border-radius: 8px !important;}
.nav-link,
.dropdown-toggle,
.dropdown-item{ border:none !important; }
.nav-link:hover,
.dropdown-item:hover{ font-weight: 600!important;  }

.navbar-brand img { 
    width: 190px;
    max-height: none;
}
.site-footer-content .row .text-right{
	display: none;
}
.homepage-announcements{
	display: none;
}
@media (min-width: 1200px){
    .issue-image-cover {
        margin-top: 0px !important;
    }
}
/* area de contenido y barra derecha */
 .main_entry p{
    text-align: justify;
 }
.main_entry{
    background-color: #f7f7f7 !important;
}
/* linea en el area de contenido */
.obj_monograph_full .row,
.obj_monograph_full .entry_details .item,
.obj_monograph_full .main_entry,
.obj_monograph_full .entry_details{
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.usageStatsGraph{
    width: 500px !important;
    height: auto !important;
}
@media (max-width:451px) {
    .main_entry{
        padding: 10px;
    }
    .usageStatsGraph{
        width: 100%!important;
    }
}

@media (min-width:451px) {
    .obj_monograph_full .main_entry {
        width: 75%;
    }
    .obj_monograph_full .entry_details{
        width: 25%;
    }
}

/* Carrusel */
.glider,
.glider-contain{margin:0 auto;position:relative}
.glider,
.glider-track{transform:translateZ(0)}
.glider-dot,
.glider-next,
.glider-prev{
     border:0;
     padding:0;
     user-select:none;
     outline:0
}
.glider-contain{
     width:100%
}
.glider{
     overflow-y:hidden;
     -webkit-overflow-scrolling:touch;
     -ms-overflow-style:none}
.glider-track{
     width:100%;
     margin:0;
     padding:0;
     display:flex;
     z-index:1}

.glider.draggable{
     user-select:none;
     cursor:-webkit-grab;
     cursor:grab}
.glider.draggable .glider-slide img{
     user-select:none;
     pointer-events:none}
.glider.drag{
     cursor:-webkit-grabbing;
     cursor:grabbing}
.glider-slide{
     user-select:none;
     justify-content:center;
     align-content:center;
     width:100%;
     min-width:150px;
     width:200px!important;}
     
.glider-slide img{
     max-width:100%}
.glider::-webkit-scrollbar{
     opacity:0;
     height:0}
.glider-next,
.glider-prev{
     position:absolute;
     background:0 0;
     z-index:2;
     font-size:40px;
     text-decoration:none;
     left:-23px;
     top:30%;
     cursor:pointer;
     color:#666;
     opacity:1;
     line-height:1;
     transition:opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67)}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover{
     color:#ccc}
.glider-next{
     right:-23px;left:auto}
.glider-next.disabled,
.glider-prev.disabled{
     opacity:.25;
     color:#666;
     cursor:default}
.glider-hide{
     opacity:0}
.glider-dots{
     user-select:none;
     display:flex;
     flex-wrap:wrap;
     justify-content:center;
     margin:0 auto;
     padding:0}
.glider-dot{
     display:block;
     cursor:pointer;
     color:#ccc;
     border-radius:999px;
     background:#ccc;
     width:8px;
     height:8px;
     margin:7px}
.glider-dot:focus,
.glider-dot:hover{background:#ddd}
.glider-dot.active{background:#a89cc8}

@media(max-width:36em){
     .glider::-webkit-scrollbar{opacity:1;
     -webkit-appearance:none;
     width:7px;
     height:3px}
.glider::-webkit-scrollbar-thumb{
     opacity:1;
     border-radius:99px;
     background-color:rgba(156,156,156,.25);
     -webkit-box-shadow:0 0 1px rgba(255,255,255,.25);
     box-shadow:0 0 1px rgba(255,255,255,.25)}}

.separador{ padding: 50px 0px 0px 0px;}
.separador{ padding: 50px 0px 0px 0px;}


.contenedor{
    display: inline-block;
    width: 100%;
}
.contenido .imginsignia{  
    text-align: center;
    width: 60px;
}

@media (min-width:451px){
    .contenido{
        float: left;
        width: 33%;
    }
}
@media (max-width:450px){
    .contenido{
        width: 100%;
    }
}

.contenido-separador{
    padding: 0% 2% 0% 0%;
}

.contenido-titulo{
    font-weight: bold;
    padding: 5px 0px 8px 0px;
    border-bottom: 1px dotted #fff;
    margin: 0px 0px 20px 0px;
}
.contenedor a{
    color: #fff;
}

@media (min-width:451px){
   .contendatos{
       width: 66%;
   }
}


.c-carousel__slides{
    overflow: hidden;
}
.c-carousel__slide{
    width: 80%;
}


td, th{
    font-size: 16px;
}

.article-details-abstract{ text-align: justify; }

.imginsignia{ border: 1px solid #fff;}

@media (min-width:451px){
   .imglogo{ width:300px; height:auto; }
}
@media (max-width:450px){
   .imglogo{ width:80%; height:auto;  }
}

.page-issue-cover,
.homepage-issue-cover,
.issue-summary-cover{
    background-color:rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow:0 10px 20px rgba(0, 0, 0, 0.3);
}
 
.issue-summary-title{ display: none!important; } 
.issue-summary{text-align: center;}


@media (max-width:451px){
   .page-issue-header{ text-align: center; }
   .page-issue-header .page-issue-date,
   .page-issue-header .page-issue-doi{ margin-top: 0px; }
   .page-issue-details .col-lg-3{ width: 59%; }
}

@media (max-width: 991px) {
    .article-details-doi {
        margin-top: 0px !important;
        border-top: 1px dotted;
    	width: 90%;
    	padding-top: 15px;
    }
    .article-details-pubid {
        border-bottom: 1px dotted;
    	width: 90%;
    	padding-bottom: 15px;
    }
    
    .article-blocks-mobile>.article-details-doi{
    	margin-bottom: 20px;
    }
    .article-details-pubid .article-details-heading{ display: none!important; }
    .article-details-how-to-cite{ background-color:#f3f3f3; }
}

.pkp_structure_content{
    width: 100%;
    padding: 0px;
}


.pkp_structure_content button{
    padding: 3px 15px !important;
    border-radius: 8px !important;
    border: 0px solid #f7a800 !important;
    background: #f7a800 !important;
    color: #fff !important;
    font-weight: normal !important;
}
.pkp_structure_content input[type="checkbox"] {
    accent-color: #054858;
}
.pkp_structure_content input:focus {
  outline: 0px;
}
.pkp_structure_content input[type="text"],
.pkp_structure_content input[type="password"],
.pkp_structure_content input[type="search"]{
    height: 32px;
    width: 30%;
    border-radius: 8px;
    border: 1px solid #ccc;
}


/* ancho del contenido de la pagina */
.pkp_structure_main{
    padding: 2rem 10rem 2rem 10rem;
    width: 100%;
}
@media (max-width:451px){
    .pkp_structure_main{
        padding: 2rem;
    }
}


#buscadorimagen{
    height: 400px;
    background-image: url('/public/presses/1/header.jpg');
    position: relative;
    text-align: left;
    padding: 5%;
}
.buscador{
    position: relative;
    width: 40%;
}

.buscador .titulo{ 
    display: inline;
    font-size: 45px;
    line-height: 45px;
 }
.buscador p, 
.buscador h5{ color: #fff !important; }
.buscador .titulo span{ color: #f7a800 !important; }
.busquedaborde{
    border: 3px solid #fff;
    border-radius: 8px;
    background: #fff;
    width: 100%;
}
.busquedaborde input[type="search"]{
    width: 85% !important;
    height: 43px !important;
    font-size: 19px;
    padding: 10px 30px;
    border-radius: 6px !important;
    border: 1px solid #fff !important;
}
.busquedaborde button[type="submit"]{
    width: 66px;
    font-size: 19px;
    padding: 7px 0px!important;
    border-radius: 8px;
    border: 1px solid #f7a800;
    background: #f7a800;
    color: #fff;
    right: 4px;
    position: absolute;
}



@media (max-width:451px){
    
     p{
        font-size: 27px;
        line-height: 27px;
    }
    input[type="search"]{
        width: 300px;
        border-radius: 15px;
        font-size: 17px;
        padding: 8px 17px
    }
    button[type="submit"]{
        font-size: 15px;
        padding: 5px;
        border-radius: 15px;
    }
}