/*css tadeo 2019*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
.obj_galley_link {
    border: 2px solid #006a8e00 !important;
    /*color: #ffffff !important;*/
    padding: 4pt 8pt;
    text-align: center;
    font-size: 16px;
    font-family: 'oswald';
}
@media(max-width:470px){
    .journals ul{
        flex-direction:column;
        align-items:center;
    }
    .journals >ul >li{
        width:80% !important;
    }
    .pkp_site_name .is_img img{
        max-width: unset !important;
        min-height:unset;
        padding-top: 1em;
        width: 100%;
    }
    .has_site_logo .pkp_head_wrapper{
        padding:0 !important;
    }
    .pkp_site_name{
        padding:0
    }
    .pkp_search input{
        width:100%;
    }
    .pkp_navigation_primary.pkp_nav_list{
        display:flex;
        flex-direction:column;
    }
    .pkp_navigation_primary>li{
        border-right:0px !important;
        border-bottom:1px solid white;
    }
    .pkp_navigation_primary>li:first-child{
        border-left:0px !important;
    }
    .issue_detail{
        flex-direction:column;
    }
    .issue_detail .cover{
        margin:0 !important
    }
    .botonesadicionales{
        flex-direction:column;
    }
    .botonesadicionales a{
        width:100% !important
    }
    .articles >li{
        width:100% !important;
    }
    .campus,.pkp_footer_content .inline{
        flex-direction:column;
    }
    .firmabiteca{
        align-self:flex-end
    }
    .pkp_structure_footer{
        padding:0;
    }
    .barra-metadatos{
        flex-direction:column;
    }
    .barra-metadatos a{
        margin-bottom:1em;
    }
    .pkp_page_index .additional_content{
            overflow: hidden;
    max-width: 100%;
    }
}


/*header ___________________*/
li.profile .dropdown-menu{
    background:#01538f
}
li.profile a:hover {
    background:#01294f;
}
.pkp_navigation_user li a, .search_controls{
    font-family:'oswald';
    text-transform:uppercase;
}


.pkp_navigation_primary li>a{
    font-family:'oswald';
    text-transform:uppercase;
    font-size:1.2em;
    font-weight: 300;
}
.pkp_navigation_primary>li{
    border-right:1px solid white;
}
.pkp_navigation_primary>li:first-child{
    border-left:1px solid white;
    padding-left:1em
}
.pkp_navigation_primary>li:last-child{
    padding-right:1em
}
.pkp_nav_list ul a{
    color:white;
}

@media(min-width:1200px){
    .pkp_site_name_wrapper{
        width:1160px;
        margin:auto;
    }
    .pkp_navigation_primary_row{
        width:1160px;
        margin:auto;
    }
}
.fondo-barra.user{
    height:30px;
    width:100%;
    background:#01294f;
    position:absolute;
    top:0;
    box-shadow:0 0 7px 2px;
}
.pkp_site_name .is_img img{
    max-width:1160px;
    max-height: 130px;
}
.pkp_site_name .is_img{
    padding:0;
}

.pkp_head_wrapper{
    width: 100% !important;
}
/*indexsite ___________________*/
@media (min-width: 1200px){
    .pkp_structure_main:after {
        left: 1160px;
    }
}
.thumb{
    padding-right: 0 !important;
}
.body{
    width:100% !important;
    background: #01538ff0;
    color: white;
    padding: .5em 0.8em;
    position: absolute;
    max-width: 214px;
    opacity: 0;
    transition: 0.4s;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.body .links{
    /* margin:auto !important; */
    display: flex;
    justify-content: space-between;
    font-family: 'oswald';
}
.links li{
    padding: 2pt 4pt;
    margin: 0 !important;
}

.body .links a{
    white-space: nowrap;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.pkp_page_index .journals h3 a{
    /*color:white;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    /*font-size: 1.7em;*/
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    padding-bottom: .5em;
    /*line-height: 140%;*/
}
.journals ul{
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.journals >ul >li{
    width: 23%;
    margin: 1px !IMPORTANT;
    display: flex;
    position: relative;
    flex-direction: column;
    background: #01538f45;
    box-shadow: 0 0 6px 1px grey;
    transition:0.2s;
    margin-bottom: 2em!important;
    padding: 20px !important;
}
.journals >ul >li:hover .body{
    opacity:1;
}
.journals >ul >li:hover{

    box-shadow: 0 0 6px 3px grey;
}
.thumb,.thumb a,.thumb a img{
    width: 100% !important;
}
.body .description{
    max-height: 170px;
    overflow: scroll;
    font-size: 12px;
    line-height: 120% !important;
    margin-bottom: 1em;
    overflow-x: hidden !important;
}
.body .description a{
    color:white;
}
.body .description p{

    line-height: 130% !important;
}
/*indexjournal ___________________*/
.obj_article_summary{
        height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.obj_article_summary>.title{
    font-size:18px;
    flex-grow: 3;
}
.articles {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.articles >li {
    width: 49%;
    background: #80808012;
    padding: 1em;
}
.issue_detail{
    display:flex;
}
.issue_detail .cover{
    min-width:300px;
    margin-left:2em;

}
.obj_issue_toc .section h2,.obj_issue_toc .galleys h2 {
    color: #fbfbfb !important;
    font-weight: 700 !important;
    font-style: italic;
    font-size: 20px;
    position: relative;
    left: -30px;
    min-width: 170px;
    padding: 3px 10px 3px 30px;
}
.botonesadicionales {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.botonesadicionales a {
    width: 19%;
    padding: 10px 35px 5px 35px;
    font-family: oswald;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.7px;
    line-height: 24px;
}
.obj_issue_toc .cover img{
    max-width:300px;
}

/*article ___________________*/
.obj_article_details .authors .name{
    font-size:1.2em;
}
.barra-metadatos{
    padding: 1em 2em 0;
    display: flex;
    justify-content: space-between;
}
.barra-metadatos a{
    padding:8pt 16pt;
    color:white;
    font-family: 'oswald';
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.modulos .item{
    display:none;
}

.modulos .item.active{
    display:block !important;
}
/*sidebar ___________________*/
.cajaredes{
    display: flex;
    justify-content: space-around;
}
.iconoredes{
        max-width: 20%;
}
.pkp_block .title{
    padding: 15px;
    color: white;
    font-family: oswald;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.9px;
    font-weight: 100;

}
/*footer ___________________*/
.pkp_structure_footer{
    width:100%;
}
.pkp_footer_content{padding: 0;}
.pkp_footer_content .inline{
    display:flex;
    justify-content:space-between;
}
.firmabiteca{max-width:200px;padding: 1em;text-align: right;display: flex;flex-direction: column;justify-content: flex-end;opacity: .4;}
.footer-right{
    flex-grow:3;
    padding: 2em;
    position:relative;
    /* top:-1em; */
    font-size:13px;
    line-height:130%;
}
.campus{
    display:flex;
    /* justify-content:space-between; */
    margin-top: 2em;
}
.campus >div p:first-child{
    margin:0
}
.campus>*{
    margin-right:4em;
}
.pkp_brand_footer{
    display:none;
}
.footerinfo p:first-child,.ciudad{
    font-size:20px;
    color:#01294f;
    margin: 0;
}

.logo_footer a{
    display:block;    
}
.logo_footer a img{
    display:block;    
}

.journals ul li:nth-child(5),.journals ul li:nth-child(6),.journals ul li:nth-child(7),.journals ul li:nth-child(8){
    display:none
}
.about_site .categoria{
    font-size:1.5em;
    font-family:'oswald';
    color:#ffffff;
    text-transform: uppercase;
    background:#01538f;
    padding:4pt 8pt;
    /* margin-bottom:2em; */
    display: block;
    border-left: 1px solid white;
    border-radius: 5px 5px 0 0;
}
.about_site .columnas{
    display:flex;
    justify-content:space-between;
    /* margin-top:2em; */
}
.about_site .columnas >*{
    width:50%;
    margin-top: 0;
}
.about_site .columnas >* > a{
    text-decoration:none;
    color:#01294f;
}
.about_site .columnas >* > a:hover{
    text-decoration:none;
    color:#01538f;
}
.about_site .columnas >* > a:before{
    content:"\00bb  ";
}

.pkp_op_archive ul.issues_archive{
    display:flex;
    flex-wrap:wrap;
}
.pkp_op_archive ul.issues_archive li{
    width:50%;
}
.obj_issue_summary{
    display:flex;
    flex-direction:column
}
.obj_issue_summary .cover{

    width:80%
}
.obj_issue_summary .cover img{
    box-shadow:0 0 6px 2px #dcdcdc;
}
