/*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;
    }
    .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:#72239a !important;
    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 #72239a !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 GENERAL */
.pkp_structure_footer_wrapper{
    background:#828282;
    color:#d9d9d9;
    padding:50px 70px;
    font-size:15px;
    line-height:1.8;
}

/* LINKS */
.pkp_structure_footer_wrapper a{
    color:#d9d9d9;
    text-decoration:underline;
}

.pkp_structure_footer_wrapper a:hover{
    color:#ffffff;
}

/* CONTENEDOR COLUMNAS */
.row.footer{
    width:100%;
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;
}

/* COLUMNAS */
.columna_footer{
    flex:1;
    min-width:0;
}

/* TITULOS */
.columna_footer h4{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
    margin-top:0;
    margin-bottom:22px;
}

/* ESPACIADO TEXTOS */
.columna_footer p{
    margin:0 0 10px 0;
}

/* LINEA */
.pkp_structure_footer_wrapper hr{
    border:none;
    border-top:1px solid #b5b5b5;
    margin:40px 0 35px 0;
}

/* PARTE INFERIOR */
.inline{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:50px;
}

/* TEXTO LEGAL */
.footerinfo{
    flex:1;
    font-size:14px;
    line-height:1.8;
}

/* TEXTO IMPLEMENTADA */
.footerinfo em{
    font-size:22px;
    color:#d9d9d9;
}

/* LOGO BITECA */
.firmabiteca{
    width:260px;
    text-align:right;
    opacity:0.45;
    flex-shrink:0;
}

.firmabiteca img{
    width:100%;
    height:auto;
}

/* OCULTAR BRANDING OJS */
.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: #72239a !important;
    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: #72239a !important;
    border: 0px solid #72239a !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: #72239a !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: #72239a !important;
    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-color: #72239a !important;
    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: #72239a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    padding: 0.8em !important;
    text-align: center;
}
.pkp_structure_sidebar{
    width:35%;
}
.pkp_structure_sidebar .title{
    /*background: #72239a;*/
    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: #72239a;
    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: #ffffff;
    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:#72239a !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:#72239a !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:#72239a !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:#72239a;
    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
}
/*Fondo*/
html,
body,
body.pkp_page_index.pkp_op_index.has_site_logo {
background: url(https://revistas.unab.edu.co/public/site/images/admin/Fondo.png) no-repeat center top fixed !important;
background-size: cover !important;
}
/* Eliminar capas que generan efecto de fondo duplicado */
.pkp_structure_page,
.pkp_structure_content,
.pkp_structure_main,
.pkp_structure_sidebar {
background: transparent !important;
}

/* Refuerzo final sin alterar estructura */
#customblock-button_group_sidebar a,
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2 {
    background-color: #72239a !important;
    background-image: none !important;
}

/* Galerada PDF*/
.obj_galley_link,
.obj_galley_link:link,
.obj_galley_link:visited,
.obj_galley_link:hover,
.obj_galley_link:focus,
.obj_galley_link:active {
    background: #72239a !important;
    background-color: #72239a !important;
    background-image: none !important;
    border: 0px solid #72239a !important;
    color: #f7f5ed !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Autores */
.obj_article_details .authors li,
.obj_article_details .authors li:hover,
.obj_article_details .authors li:focus {
    background: #72239a !important;
    background-color: #72239a !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
}

/* Barra de metadatos */
body .barra-metadatos a:hover,
body .barra-metadatos a:focus,
body .barra-metadatos a:active,
body .barra-metadatos .active {
    background-color: #72239a !important;
    background: #72239a !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
}

/* Menu derecho*/
body #customblock-button_group_sidebar a,
body #customblock-button_group_sidebar a:link,
body #customblock-button_group_sidebar a:visited,
body #customblock-button_group_sidebar a:hover,
body #customblock-button_group_sidebar a:focus,
body #customblock-button_group_sidebar a:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #72239a !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    padding: 0.8em !important;
    text-align: center;
}