/*css ufps*/

.pkp_site_name_wrapper{display: flex;justify-content: center;width: 1160px;margin: auto;align-items: center;}
body{
    background-size:100%;
}


.homepage_image img{
  max-width:300px;
  padding-top: 2em;
}

.dropdown-menu.show {
  /*  left: -165px !important;*/
    font-size: 12px !important;
}
@media(max-width:470px){
  .pkp_footer_content .info{
    padding-left:0 !important
  }
  .licencia-actualizacion, .firma{
    align-self:flex-end;
    padding-right:2em
  }
  .logos{
    margin-top:2em;
  }
    header{
      background-repeat:no-repeat;
      background-size: auto 100%
    }
    .pkp_navigation_primary>li:first-child a {
        margin-left: 1em;
    }
    .pkp_site_name{
        padding: 1em;
    }
    .pkp_head_wrapper {
        padding: 30px 0 0 0 !important;
    }
    .pkp_site_name_wrapper {
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .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;
    }
    .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;
        display: flex;
        align-items: flex-start;
        padding-top: 2em;
    }
    .pkp_search input{
      width:100%;
    }
    .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{
        margin:auto !important;
        
    }
    .pkp_site_name{
       text-align: center;
    }
}
.fondo-barra{
    width:100%;
}
.fondo-barra.primary{
    background: #424242;
    border-top: 1px solid #dddddd;
}
.fondo-barra.user{
    background: #aa1916;
    height:30px;
    position:absolute;
    top:0;
}
.logo-institucion{
    padding:1.5em 0;
    max-height:200px;
}
.logo-institucion img{
    max-height: 110px;
}
.pkp_head_wrapper{
}
.pkp_site_name>a{color: #424242 !important;}
.pkp_site_name .is_img img{
    max-height: 50px;
}
.pkp_head_wrapper{
    width:100%!important;
}

.pkp_navigation_primary_row{
    padding-left:10px;
}


.pkp_navigation_primary >li{
    /* border-bottom:3px solid transparent; */
}
.pkp_navigation_primary >li:hover{
    background:#a91815;
}
.pkp_navigation_primary a{
    padding: 0.5em 1em !important;
}

.journals ul li{

}

.body .issn,.body .editor{
    text-align:center;
}

.pkp_page_index .journals img{
    border-radius: 10px;
}
.pkp_page_index .journals h3{
    border-bottom: 1px solid gray;
    padding-bottom: 0.5em;
}
.pkp_page_index .journals h3 a{
    font-size: 1.5em;
    color: #a91815;
}
.body{
        padding: 0em 1em;
        max-height: 280px;
        overflow: scroll;
}
.body .description{
    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;
}
.pkp_page_index .journals .thumb{
    display:flex;
    /* width: 100%; */
}

/*footer _____________________________________________*/
@media (min-width: 1200px) {
  .pkp_footer_content {
    width: 1160px !important;
    margin: auto !important;
  }
}
@media (max-width: 500px) {
  .pkp_footer_content {
    flex-direction: column !important;
  }
  .firma p {
    text-align: right !important;
  }
}
.pkp_footer_content .info .footer-title {
    font-size: 15px;
    border-bottom: 1px solid #AA1916;
    padding-bottom: 5px;
}
.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;
}

.pkp_structure_footer {
  width: 100%;
  background: #000;
}
.pkp_footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  padding: 1em 0;
  font-size: 11px;
  line-height: 15px;
  align-items: center;
}
.pkp_footer_content .info {
  flex-grow: 2;
  padding-left: 2em;
}


/*INDEX JOURNAL_____________________________*/
.obj_issue_toc .section:last-child .articles>li{padding-bottom: 2em;}
.obj_issue_toc .cover img {
    max-width: 300px;
}
.obj_article_summary .cover{
    display:block !important;
}
.obj_issue_toc .galleys:before{
  top:65px;
  border-color:#a81714;
}
.obj_issue_toc .galleys ul{
  list-style: none;
  padding: 0;
}

.obj_issue_toc .section {}
.obj_issue_toc .section h2 {font-size: 1.5em;}
.obj_issue_toc .section:before {
  top:65px;
  border-color:#a91815;
}

.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{

}
.obj_article_summary{padding-bottom: 2em;}
.obj_article_summary:before,.obj_article_summary:after{
    display:none;
}
.obj_article_summary  .title a {
    text-decoration: none;
    color: #646464 !important;
    font-size: 1.2em;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.obj_article_summary  .title a .subtitle{
    font-size: 0.8em;
}
.pkp_structure_main{
    /* width:65%; */
}
.obj_galley_link {
    
}
.pkp_page_index .current_issue .read_more {
    color: #aa1916 !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{
    justify-content:flex-end;
    flex-direction:column;
    align-items:flex-end;
}
.obj_article_summary .galleys_links li{
    margin:0
}
/*SIEDEBAR_____________________________*/
.pkp_structure_sidebar .content >div{
    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#customblock-portada .fechapub{
    color:white;
    background:purple;
    padding:0.6em;
    font-weight:normal;
    position: relative;
    top: -25px;
    border-radius: 0 0 10px 10px;
}
#customblock-botones{
  margin-bottom:2em;
}
#customblock-botones a{
  width: 100%;
    border: none;
    border-top-color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #252525;
    margin-bottom: -13px;
    box-shadow: none;
    transition: 0.1s;
    display: block;
    text-align: center;
    border-bottom: 2px solid #5a5a5a;
}
#customblock-botones a:hover{

    color: #a91815;
 
    border-bottom: 2px solid #a91815;
}
#customblock-botones .content{
    border: 0px solid #ddd;

}

.pkp_block .content {
    border: 1px solid #ddd;
}

.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{
    color: #a91815;
    font-weight: 600;
    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;
}
#customblock-indexacion a{
    text-align: center !important;
    display: block !important;
}
.redes{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*ARTICLE _____________________________*/
.obj_article_details .authors li{

}
.obj_article_details .authors li .name {
    color: #424242;
    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:#424242;
}
.obj_article_details .authors li .affiliation {
    color: #424242 !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;
    border-bottom: 1px solid #a91815;
}
.barra-metadatos a {
    padding: .5em 1em;
    color: #424242;
    transition: 0.2s;
}
.barra-metadatos a:hover, .barra-metadatos .active{
    background: #a91815 !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;
}


.licencia-actualizacion .actualizacion{
  margin:2em;
}
.pkp_structure_content{
  box-shadow: 0 0 7px 1px rgba(66, 66, 66, .1);
}
#customblock-redes_sociales img{
  max-width:40px;
}
#customblock-redes_sociales .redes{
  display:flex;
  justify-content:space-around;
}
.indexaciones{
  padding:0 1em
}
.pkp_block .title{
}
#customblock-tutoriales .content p:nth-child(2){
  padding:0 1em
}
.block_web_feed .content{
  padding:1em;
}
.block_web_feed .title{
  margin-bottom:-1px;
  border:1px solid #dddddd;
}
.item.references .value {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
}
.dropdown-menu.dropdown-menu-right.show {
    display: flex !important;
    flex-direction: column !important;
    text-align: right !important;
    left: 0px !important;
}