/*css unab*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
header{
    background:white !important;
}
.pkp_site_name_wrapper{
    background:white ;
    background-size:100%;

}
body{
    background:url(/public/site/images/admin/onda-fondo_.png);
    background-size:100%;
    font-family:'fira sans';
    font-weight:normal;
}
@media(max-width:470px){
    .search-home .pkp_search input {
        height: 40px;
        min-width: unset !important;
        max-width: 500px;
        width: unset !important;
    }
    .pkp_navigation_primary>li:first-child a {
        margin-left: 1em;
    }
    .pkp_site_name{
        padding:0;
    }
    .pkp_head_wrapper {
        padding: 30px 0 0 0 !important;
    }
    .pkp_site_name_wrapper {
        background: url(https://revistas.unab.edu.co/public/site/images/admin/fondo_header.png);
        background-repeat-y: no-repeat !important;
        background-size: auto 100% !important;
    }
    .pkp_structure_main,.pkp_structure_sidebar {
        width: 90% !important;
        margin:auto;
    }

    body {
        background: url(https://revistas.unab.edu.co/public/site/images/admin/onda-fondo.png);
        background-size: cover;
        font-family: 'fira sans';
        font-weight: normal;
    }
    .row.footer {
        flex-direction:column
    }
    .firmabiteca{
        align-self:center!important;
        margin-top:2em;
    }
    .thumb{
        flex-direction:column !important;
    }
    .has_thumb .body{
        position:relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        background: transparent !important;
    }
    .has_thumb .body .magazine{
    display: none;
    }
    .pkp_page_index .journals img{
        margin:auto !important;
    }
    .pkp_navigation_primary{
        flex-direction:column;
    }
    .obj_article_summary{
        flex-direction:column;
    }
    .obj_article_summary .meta1 {
        max-width: 100% !important;
    }   
    .obj_article_summary .meta{
        margin-top:1em;
    }
    .obj_article_details .main_entry {
        width: 100% !important;
        border: 0px !important;
    }
    .obj_article_details .authors li .affiliation{
        border-left:0px !Important;
        border-top:1px solid  !Important;
        width:100%;
        text-align:center;
    }
    .obj_article_details .authors li .name{
        white-space:normal !Important;
        text-align: center;
    }
    .obj_article_details .entry_details {
        border-left: 0px solid #dddddd !important;
    }
    .barra-metadatos{
        flex-direction:column;
    }
    .barra-metadatos a{
       border-radius:10px;
       text-align:center;
    }
}

@media(min-width:1200px){
    .pkp_structure_main{
        /*width:100%;*/
    }
    .pkp_structure_main:before,.pkp_structure_main:after{
        display:none;
    }
    nav, .pkp_site_name{
        width:1160px !important;
        margin:auto !important;
    }
}
.fondo-barra{
    width:100%;
}
.fondo-barra.primary{
    background:white;
    border-top: 1px solid #dddddd;
}
.fondo-barra.user{
    background:#800080;
    height:30px;
    position:absolute;
    top:0;
}
.pkp_site_name>a{
    padding:0;
}
.pkp_site_name .is_img img{
    max-height:150px;
}
.pkp_head_wrapper{
    width:100%!important;
}

.pkp_navigation_primary_row{
    background:white;
    padding-left:10px;
}
.pkp_navigation_primary{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.pkp_navigation_primary a{
    color: gray !important;
    font-size:1.1em;
    
}
.pkp_navigation_primary >li{
    border-bottom:3px solid transparent;
}
.pkp_navigation_primary >li:hover{
    border-bottom:3px solid purple !important;
}
.pkp_navigation_primary a{
    color: gray !important;
    font-size:1.1em;
}
.journals ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.journals ul li{
    width:300px;
    display: flex;
    flex-direction: column;
    border:0px!Important;
}
.has_thumb{
    position:relative;
}
.thumb{
        width: 100% !important;
        padding: 0 !Important;
        display: flex;
        justify-content: center;
}
.has_thumb:hover .body{
    visibility: visible;
    opacity: 1;
}
.body .issn,.body .editor{
    text-align:center;
}
.has_thumb .body{
    position:absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 84%;
    visibility: hidden;
    opacity: 0;
    width: 75%;
    background:rgba(255, 255, 255, 0.9);
    transition:0.2s;
    border-radius: 10px;
}
.has_thumb .body .magazine{
    border-radius:0;
    margin:auto;
    max-width: 30px;
}
.pkp_page_index .journals img{
    border-radius: 10px;
}
.pkp_page_index .journals h3{
    text-align:center;
    border-bottom: 1px solid gray;
    padding-bottom: 0.5em;
}
.pkp_page_index .journals h3 a{
    color:#585858;
    font-size:1.3em;
}
.body{
        padding: 0em 1em;
}
.body .description{
    display: none;
    overflow: scroll;
}
.body .links{
    display: flex;
    justify-content:space-between;
}
.body .links li a{
    white-space:nowrap;
}
.body .links li{
    width:min-content;
}
.pkp_structure_sidebar{
    /*display:none;*/
}
.pkp_structure_sidebar .indexadaen{
    text-align: center;
}

/*footer _____________________________________________*/
.pkp_structure_footer_wrapper{
    background:#828282;
    color:#bdbdbd;
}
.pkp_structure_footer_wrapper a{
    color:#bdbdbd;
}
.pkp_structure_footer_wrapper a:hover{
    color:#dedede;
}
.row.footer{
    display:flex;
    justify-content:space-around;
}
.inline{
    display:flex;
    flex-direction:column;

}
.firmabiteca{
    max-width:200px;
    align-self:flex-end;
    opacity:0.4;
}
.pkp_brand_footer{
    display:none;
}




/*INDEX JOURNAL_____________________________*/
.obj_issue_toc .cover {
    display:none;
}
.obj_article_summary .cover{
    display:block !important;
}
.obj_issue_toc .galleys h2, .obj_issue_toc .section h2{
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
    position: relative;
    left: 0px;
    margin-top: 0;
    padding: 10px 40px;
    background: #76207d;
    font-size: 1.6em;
    font-weight: 400;
    color: #f7f5ed;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.5px;
}
.obj_issue_toc .section {
    background: #F7F5ED;
    border-radius: 10px;
    padding: 0px !Important;
    box-shadow: 0px 0px 12px #789;
}
.obj_issue_toc > .galleys {
    background: #f7f5ec;
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #808080;
    /* padding: 10px; */
}
.page_index_journal{
    display:flex;
    flex-direction:column;
}
.cmp_article_list>li{
    border-bottom:1px solid #cecece;
}
.additional_content{
    order:1;
    border:0px !important;
}
.current_issue{
    order:2;
}
.obj_article_summary .title{
    margin-bottom:1em;
}
.obj_article_summary .meta1{
    max-width:65%;
}
.obj_article_summary .meta{
    display:flex;
    justify-content: space-between;
    flex-direction: column;
}
.obj_article_summary .meta .pages{
    position: relative;
    text-align: right;
    margin-right: 1em;
    font-size: 1.4em;
    white-space: nowrap;
}
.obj_article_summary{
    padding: 0 2em 1.5em !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.obj_article_summary:before,.obj_article_summary:after{
    display:none;
}
.obj_article_summary  .title a {
    text-decoration: none;
    color: #646464 !important;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.4em;
    letter-spacing: 0.4px;
    font-weight: 400 !Important;
}
.obj_article_summary  .title a .subtitle{
    font-size: 0.8em;
}
.pkp_structure_main{
    width:65%;
}
.obj_galley_link {
    display: inline-block;
    padding: .5em 3em !important;
    background: #761D80 !important;
    border: 0px solid #761d80 !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    font-family: fira sans;
    font-weight: 600;
    color: #f7f5ed !important;
    text-decoration: none !important;
    margin-bottom: 1em;
    min-width: 140px;
    white-space: nowrap;
}
.pkp_page_index .current_issue .read_more {
    color: #761e7f !important;
    margin-top: 20px;
    font-size: 1.1em !important;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #761f7e;
    text-decoration: none;
    margin-bottom: 20px;
}
.galleys_links{
    list-style:none;
    display:flex;
    justify-content:flex-end;
    padding-right: 2em;
    flex-direction:column;
    align-items:flex-end
}
.obj_article_summary .galleys_links li{
    margin:0
}
/*SIEDEBAR_____________________________*/
.pkp_structure_sidebar img{
    max-width:50%;
    margin:auto;
}
.pkp_block.block_make_submission{
    padding:0px;
}
.pkp_block#customblock-portada img{
    width:100% !important;
    max-width:unset !Important;
    border-radius: 10px 10px 0 0;
}
.pkp_block {
    padding: 10px 30px;
}
.pkp_block#customblock-portada .fechapub{
    color:white;
    background:purple;
    padding:0.6em;
    font-weight:normal;
    position: relative;
    top: -25px;
    border-radius: 0 0 10px 10px;
}
.pkp_block#customblock-incluida_en a{
    text-align: center;
    display: block;
    margin-bottom:1em;
}
#customblock-button_group_sidebar a{
    background: #ffffff !important;
    width: 100%;
    border: none !important;
    border-top-color: #fff !important;
    border-radius: 20px !important;
    font-size: 1.3em !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    color: #761D80 !important;
    margin-bottom: 10px;
    padding: 0.8em !important;
    box-shadow: none !important;
    text-align: center;
    letter-spacing: 0.4px;
    box-shadow: 0px 0px 8px #808080 !important;
}
.pkp_structure_sidebar{
    width:35%;
}
.pkp_structure_sidebar .title{
    /* background:purple; */
    color: #525252;
    padding:0.5em 1em;
    font-size: 1.5em;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    border-bottom: 1px solid gray;
    text-align: center;
}
#customblock-redes p:nth-child(2){
    display:flex;
    justify-content:space-around;
    align-items:center;
}
#customblock-redes img{
    min-width:40px;
}
/*ARTICLE _____________________________*/
.obj_article_details .authors li{
    background: #761f7e;
    border-radius: 10px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:white;
}
.obj_article_details .authors li .name {
    color: white;
    font-size: 1.2em;
    font-weight: 400 !important;
    height: 100% !important;
    padding: 0.8em;
    word-break: keep-all !important;
    line-break: strict;
    white-space: nowrap;
    line-height: 120%;
    align-self: center;
}
.obj_article_details .authors .affiliation{
    color:white;
}
.obj_article_details .authors li .affiliation {
    color: white !important;
    font-size: 1em !important;
    font-weight: 200 !important;
    height: 100% !important;
    padding: 1em;
    word-break: keep-all !important;
    line-break: strict;
    align-self: center !important;
    opacity: 0.8;
    border-left: 1px solid #fff;
}

.barra-metadatos {
    background: #ffffff6b;
    display: flex;
    justify-content: space-between;
    padding: 0em;
    width: 92%;
    margin: auto;
}
.barra-metadatos a {
    padding: .5em 1em;
    color: #424242;
    transition: 0.2s;
}
.barra-metadatos a:hover, .barra-metadatos .active{
    background:#761e7e !important;
    color:white;
}
.modulos >*{
    display:none !Important;
}
.modulos > .active{
    display:block !important;
}
.obj_article_details .entry_details .cover_image img {
    border-radius: 10px;
}
.obj_article_details .main_entry {
    border:0px !important;
}
.obj_article_details .entry_details {
    float: left;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 0px;
    text-align: center;
    border-left:1px solid #dddddd;
}
.header_view{
    background:#b300b3 !important
}
#htmlContainer{
    max-width:1000px;
    margin:auto;
    background: rgba(255, 255, 255, .4);
}
span.orcid a{
    color:white;
}
span.orcid {
    align-self:center;
}
.search_controls a {
    color:purple !Important;
}
.search-home{
    margin:auto;
    text-align: center;
}

.search-home .search_controls{
    /* opacity:0 */
}

.search-home .pkp_search input{
    height:40px;
    min-width:200px;
    max-width:500px;
    width:400%;
    display: none;
}
.search-home button{
    color:purple;
    height:40px;
    padding-right:2em;
    padding-left:2em;
    display: none;
}
.search-home form{
    display:flex;
    align-items:center;
   
    justify-content:center;
}
.search-home .pkp_search .search_prompt{
    font-size:1.2em;
    font-weight:700;
}
.search-home .pkp_search .search_prompt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    margin:10px
}