/* Hoja de estilos Página principal */
/* Fuentes de letra  */
@font-face {
    font-family: 'Roboto';
    src: url(https://revistas.utp.edu.co/public/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'oswald';
    src: url(https://revistas.utp.edu.co/public/fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'myriad';
    src: url(https://revistas.utp.edu.co/public/fonts/myriad-pro-Cond.ttf);
}

/* Estructura page  */
h2,h3,h4,h5,h6,p,a{
    font-family: 'Roboto' !important;
}

.body h3 > a:visited {
    color:#609
}

body{
    max-width: 1920px;
    margin: auto !important;
}

html {
    margin: 0 !important;
}

.row {
    margin: 0 !important;
}

header {
    height: 100px;
    margin:0;
}

.header_view {
   height: 50%;
}
/* 
.header_view .return, .header_view .title,.header_view .download {
    z-index: 2;
} */
.pkp_structure_page {
    display:flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

.pkp_structure_page a{
    color: #004278;
    text-decoration: none;
    word-break: break-all;
}

.obj_announcement_summary > h4 > a {
    word-break: normal;
}

.tituloSup {
    word-break: normal;
}
/* <--/////////////////////////////--> */
/* Clases Header */
.tituloSup,
.tituloSitio {
    font-family: 'myriad';
    color: white;
    font-size: 16pt;
    word-break: normal;
}

#navigationUser a > span {
    border-radius: 70%;
    background: #bb0000 ;
    color: white;
}
.tituloIup {
    font-family: 'myriad';
    line-height: 1;
    padding-top: 3px;
    color: white;
    text-transform: capitalize;
}

.logo-titulo{
    margin: 5px 0;
}

.bannerSuperior {
    height: 90px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0 5px 0;
}

.bannerSuperior a {
    color: #ffffff;
    text-decoration: none;
}

.menu-top-center{
    justify-content: center;
}

.menu-estandar li{
    padding-right: 0;
}

.logo {
    max-width: 100%;
    max-height: 64px;
    padding-right: 5px;
}

.logos-top{
    height: 90px;
}

.logo2 {
    max-width: 100%;
    max-height: 64px;
}

.vl {
    height: 48px;
    border-right: 2px solid white;
    width: 2px;
    padding: 0 2px;
}

.subrayado{
    text-decoration: none;
}

.imagen-banner{
    margin-left: 0px;
    margin-right: 0px;
}

.imagen-banner > img {
    width: 100%;
    height: auto;
}

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

.menu > li > a:hover {
    text-decoration: underline;
}

.sliderprincipal {
    position: relative;
}

.titulositio h1 {
    padding: 0;
    margin: 0;
}

.titulositio h1 {
    position: absolute;
    color: white;
    width: 100%;
    display: block;
    text-align: right;
    bottom: 0;
    padding: 2% 10%;
    text-shadow: 1px 2px 4px #000000;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

.menu-superior a {
    color: white;
}

.menu-superior a:hover {
    color: white;
}

#dropdown{
    transform: translate3d(60px,0px,0px)!important;
    width: 210px;
    border: 5px solid lightgrey;
}

#dropdown li > a{
    color: #004278 ;
    font-size: 14px; 
    padding-bottom: 8px;
    padding-top: 8px;
    display: inline-block;  
    width: 100%;
}

.dropdown-menu li > a {
    word-break: normal;
}
/* ul.dropdown-menu.secondary{
    border-bottom: 1px solid lightgray ;
} */

#dropdown li {
    list-style:none;
}
ul#dropdown li >a:hover{
    background-color: #E4E4E4;
    position: relative;
    top: 50%;
    color: #484848;
    font-weight: lighter;
}

#dropdown li:hover > a{
    color: #004278;
}

/* Dropdown secondary */
#dropdown-secondary{
    transform: translate3d(52px,8px,0px)!important;
    width: 210px;
    border: 5px solid lightgray;
}

#dropdown-secondary li > a{
    color: #004278 ;
    font-size: 14px; 
    padding: 6px 0px;
    display: inline-block;
    width: 100%;  
}

#dropdown-secondary li {
    list-style:none;
}
ul#dropdown-secondary li >a:hover{
    background-color: #E4E4E4;
    position: relative;
    top: 50%;
    color: #484848;
    font-weight: lighter;
}

#dropdown-secondary li:hover > a{
    color: #004278;
}

ul#dropdown-secondary ul > a {
    padding-bottom: 5px;
    display: inline-block;
}

.dropdown-menu.show {
    border: 0;
    padding: 0 8px;
}

.pkp_nav_list a:hover, .pkp_nav_list a:focus {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.task_count{
    background: #bb0000;
    border-radius: 60%;
    color: white;
    font-size: 12px;
    padding: 5px;
}

.menu-institucional {
    max-height: 74px;
}

.nav-menu a{
    color: white ;
}

.search a {
    color: white;
}
.search a:hover {
    color: white;
    font-weight: bold;
}

.pkp_structure_head {
    border-bottom: 0;
}

.row.align-items-center.pkp_structure_head {
    margin-left: 0;
    margin-right: 0;
}

.pkp_structure_main {
    text-align:start ;
    padding-left: 10%;
    padding-right: 10%;
}

.journals {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
/* JOURNALS */
.entrada_principal{
    border-right: 1px solid #ddd;
}

.obj_issue_toc .articles {
    margin-top: 0;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin:0;
}

.has_thumb {
    display: flex;  
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


 .pkp_structure_content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cover img {
   max-height: 250px; 
}


/* bloques personalizados */
/* .pkp_block {
    max-width: 70%;
  } */

.pkp_block img{
    /* width: 100%; */
    height: 80px;
    object-fit: contain;
}

.title-custom-blocks{
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.54);
    padding-left: 0 !important;
}

.blocks {
    padding-left: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blocks img {
    margin-bottom: 15px;
}

.issues_archive > li img {
    margin: 0 auto;
}

.pkp_block.block_developed_by{
    padding-bottom: 10.5;
    padding-top: 10.5;
}

/* <--/////////////////////////////--> */
/* Clases Footer */

#pie-de-pagina {
    margin-left: 0;
    margin-right: 0;
}

.footer-main__title {
    padding-left: 0!important;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.footer-main {
    background-color: #BCBDC0;
    color: #313030;
    padding: 20px; 
    margin-right: 0;
    margin-left: 0;
}

.footer-main-r {
    color: #313030;
    padding: 20px;
}

.footer-main p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-main a {
    text-decoration: none;
    color: #004278;
}

.footer-main__contacto-info{
    text-align: center;
}

.text_end{
    text-align: center;
}
.pkp_footer_content{
    padding: 0;
}
.pkp_site_name_wrapper {
    display: flex;
    align-items: center;
}

/* ESTADISTICAS DE USO  */
.estadisticas {
    overflow-x: scroll;
}

/* ENLACES DE INTERES */
.enlaces_de_interes {
    max-width: 100%;
}


.enlaces_de_interes img{
    width: 100%;
    height: 95px;
    object-fit: contain;
    align-items: left;
}

.button-ciencia-abierta {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #006798;
    text-decoration: none;
}

/* LINEAS DE HOMEPAGE */
.pkp_page_index .journals >ul >li {
    border-top: none;
}

/* Centrar pages */
.page_login .login {
    max-width: 100%;
}

.page_lost_password .lost_password{
    max-width: 100%;
}

/* Articulos */
ul.galleys_links > li {
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Footer */
.footer-main {
    background-color: #BCBDC0;
    color: #313030;
    padding: 20px;
}
.correo-documentos {
    background: #003D6C;
    padding: 5px;
    color: white;
}

.social-icon-blue img {
    width: 30px;
}

/*Responsive*/
@media (min-width: 992px) and (max-width: 1920px) {
    .img-lateral {
        width: 240px;
        height: 84px;
    }
}
 @media (min-width:768){
    .btn-primary {
        width: auto;
        height: auto;
    }
 }

@media (min-width: 375px) and (max-width: 575px) {
    .logo{
        height: 50px;
        border-right: none;
    }
}

@media (min-width: 576px) {
    .logo{
        height: 54px;
    }
}

@media (min-width:768px) and (max-width: 991px) {

    .vl {
        padding: 0;
    }
    section.logo-ministerio{
        padding-right: 0;
    }
    .logo2 {
        max-width: 72%;
    }
}

@media (min-width: 992px) {
    .row_cabecera{
        padding:0 12px;
    }
    .logo2 {
        max-width: 90%;
    }
}

@media (min-width:1200px) {
    .container-menu-superior{
        padding-left: 0;
        
    }
    .logo-titulo{
        padding-right: 0;
    }
    section.menu-institucional li > a {
        padding-right: 16px;
        padding-left: 16px;
    } 
    .logo2 {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        background: none;
    }
}

@media (min-width: 992px) {
    .pkp_structure_sidebar{
        padding-top: 42px;
    }
}

@media(min-width: 576px){
    .footer-main__contacto-info{
        text-align: left;
    }

}

@media (min-width: 576px){
    .text_end {
        text-align: end;
    }
}

@media (min-width: 768px){
    .pkp_page_index .journals .thumb+.body {
        width: 68ch;
    }
}

@media (min-width: 992px){
    .obj_issue_toc .cover img {
        max-height: 250px;
    }
}

/* Ocultar texto No search results */
.ui-helper-hidden-accessible {
    display: none;
}


/* ARTICULOS 
 */

 /* @media (min-width: 768px){
     .obj_article_details .main_entry {
         float: left;
         border-right: 1px solid #ddd;
     }
     .obj_article_details .entry_details {
         float: left;
         margin: 0 0 0 -1px;
         border-top: none;
         border-left: 1px solid #ddd;
     }
 } */


