:root {
    --color01: #00264C;
    --color02: #003367;
    --color03: #004B97;
    --color04: #C1E0FF;
    --color05: #EDF6FF;
    --color06: #FFFFFF;
    --color07: #292929;
    --color08: #E11D2F;
}

.escalamiento-link-si {
    text-decoration: underline;
}

.escalamiento-link-no {
    text-decoration: none;
    pointer-events: none;
}



.lineas-imagen .card-text {
    min-height: 220px !important;
    display: flex;
    align-items: center;
}

.descargar-archivo {
    width: 100%;
    border: solid 1px var(--color03);
    padding: 10px;
    border-radius: 8px;
    background: var(--color04);
    text-align: center;
}

.descargar-archivo img {
    min-width: 60%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--color06);
}

.descargar-archivo a {
    text-decoration: none;
    color: var(--color02);
    font-size: 18px;
}



.video iframe {
    max-width: 100% !important;
    min-width: 100% !important;
}

a.glink {
    margin-right: 10px;
}

.linea {
    border-bottom: solid 1px var(--color03);
    margin-bottom: 15px;
    padding-top: 15px;
}

.interlineado-0 {
    line-height: 0;
}

.interlineado-15 {
    line-height: 150% !important;
}

.interlineado-14 {
    line-height: 140% !important;
}

.salto-linea {
    /* word-break: break-all; */
    /* white-space:pre-line; */
    white-space:pre-wrap; 
    /* overflow-wrap:break-word; */
}


.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
    border: solid 1px var(--color03);
    border-radius: 5px;
    padding: 5px;
}

.alignright {
    float: right;
    margin: 0 15px 15px 15px;
    border: solid 1px var(--color03);
    border-radius: 5px;
    padding: 5px;
}

img.alignleft,
img.alignright {
    border-radius: 5px !important;
}

body {
    font-family: "Poppins", serif;
}

.separador {
    margin-top: 115px;
}

.borde-radius,
.border-radius {
    border-radius: 5px;
}

.card {
    border: solid 1px var(--color03);
}

.color01 {
    color: var(--color01) !important;
}
.color02 {
    color: var(--color02) !important;
}
.color03 {
    color: var(--color03) !important;
}
.color04 {
    color: var(--color04) !important;
}
.color05 {
    color: var(--color05) !important;
}
.color06 {
    color: var(--color06) !important;
}
.color07 {
    color: var(--color07) !important;
}
.color08 {
    color: var(--color08) !important;
}

.bg-color01 {
    background: var(--color01);
}
.bg-color02 {
    background: var(--color02);
    width: 100%;
}
.bg-color03 {
    background: var(--color03);
}
.bg-color04 {
    background: var(--color04);
}
.bg-color05 {
    background: var(--color05);
}
.bg-color06 {
    background: var(--color06);
}
.bg-color07 {
    background: var(--color07);
}
.bg-color08 {
    background: var(--color08);
}

.border01 {
    border-color: var(--color01) !important;
}
.border02 {
    border-color: var(--color02) !important;
}
.border03 {
    border-color: var(--color03) !important;
}
.border04 {
    border-color: var(--color04) !important;
}
.border05 {
    border-color: var(--color05) !important;
}
.border06 {
    border-color: var(--color06) !important;
}
.border07 {
    border-color: var(--color07) !important;
}

h1 {
    font-size: 36px !important;
}
h2 {
    font-size: 28px !important;
}
h3 {
    font-size: 24px !important;
}
h4 {
    font-size: 21px !important;
}
h5 {
    font-size: 18px !important;
}
h6 {
    font-size: 14px !important;
}
p {
    font-size: 16px !important;
    line-height: 150% !important;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--color03);
}

.nav-secundario h6,
.destacado-contenido h6,
.destacado-contenido h2,
.oferta-index-contendor-texto h3,
.banner-contenido h1,
.banner-contenido h2,
.banner-contenido h3,
.banner-contenido h4,
.banner-contenido h5,
.banner-contenido h6,
.bg-color01 h1,
.bg-color01 h2,
.bg-color01 h3,
.bg-color01 h4,
.bg-color01 h5,
.bg-color01 h6,
.bg-color01 p,
.bg-color02 h2,
.valor-numero h3,
.ision-contenido h2 {
    color: var(--color06) !important;
}

.error404 {
    font-size: 120px !important;
    color: var(--color01);
}

a {
    color: var(--color03);
}
.font-light {
    font-weight: 300;
}

.btn {
    border: none !important;
    padding: 12px 24px;
    font-size: 16px !important;
}

.btn-mini {
    border: none !important;
    padding: 8px 15px;
}

.btn-crea-blanco {
    background: var(--color06)!important;
    border: solid 1px var(--color06)!important;
    color: var(--color03)!important;
    border-radius: 5px !important;
}

.btn-crea-blanco:hover {
    background: none !important;
    border: solid 1px var(--color06)!important;
    color: var(--color06)!important;
    border-radius: 5px !important;
}

.btn-crea-azul {
    background: var(--color03) !important;
    border: solid 1px var(--color03) !important;
    color: var(--color06) !important;
    border-radius: 5px !important;
}

.btn-crea-azul:hover {
    background: var(--color06) !important;
    border: solid 1px var(--color03) !important;
    color: var(--color03) !important;
}

button.nav-link {
    color: var(--color03) !important;
    padding: 10px 15px !important;
    border-radius: 5px 5px 0 0 !important;
}

button.active {
    background: var(--color03) !important;
    color: var(--color06) !important;
}

.tab-content {
    border: solid 1px var(--color03) !important;
    padding: 10px;
    border-radius: 0 5px 5px 5px;
}

.integrante-cargo {
    font-size: 12px !important;
}

.integrante img {
    border: solid 1px var(--color03);
    border-radius: 5px;
}

/* DESTACADOS BANNER INDEX ******************************** */

.destacado {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.destacado-img {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    height: 450px;
}

.destacado-img img {
    min-width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0 0 5px 5px;
}
.destacado-bg {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 450px;
    background: rgb(0,38,76);
    background: linear-gradient(0deg, rgba(0,38,76,1) 0%, rgba(0,75,151,0) 85%);
    border-radius: 0 0 5px 5px;
}

.destacado-contenido {
    position: relative;
    height: 450px;
    color: var(--color06);
    padding-left: 50px;
    padding-bottom: 50px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start; 
}

.carousel {
    margin-bottom: 60px;
}

.carousel .carousel-indicators button {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-right: 6px;
    margin-left: 6px;
    background-color: var(--color04);
    /* border: 1px solid var(--color03); */
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -60px;
    margin-left: 15%;
}



/* OFERTA INDEX DESTACADOS ******************************** */

.oferta-index-contenedor {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    bottom: -50px;
}

.oferta-index-contendor-img {
    position: absolute;
    width: 100%;
    height: 350px;
}

.oferta-index-contendor-img img {
    min-width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 5px;
}
.oferta-index-contendor-bg {
    position: absolute;
    width: 100%;
    height: 350px;
    background: rgb(0,38,76);
    background: linear-gradient(0deg, rgba(0,38,76,1) 0%, rgba(0,75,151,0) 85%);
    border-radius: 5px;
}

.oferta-index-contendor-texto {
    position: relative;
    padding: 20px;
    height: 350px;
    color: var(--color06);
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start; 
}

/* TESTIMNIOS ************************************************** */
.bg-testimonios {
    background: var(--color05);
    border-radius: 5px;
}

.testimonio-img {
    width: 100%;
    height: 300px;
    max-width: 100%;
    border-radius: 5px;
}

.testimonio-img img {
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
    height: 300px;
    object-fit: cover;
}

/* NAVEGACIÓN ++++++++++++ */

.nav-secundario {
    background: var(--color03);
    color: var(--color06);
    padding-right: 30px;
}

.secundario-height {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-secundario .idioma {
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--color06);
}

img.menu-secundario-icon {
    max-height: 15px;
    width: 15px;
    margin: 4px 5px auto;
}

.nav-desplazamiento {
    margin-top: 40px;
}

.navbar-brand img {
    max-height: 50px;
    width: 140px;

}

ul.navbar-nav li a {
    color: var(--color03) !important;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a.active {
    color: var(--color08) !important;
}

ul.navbar-nav li ul.dropdown-menu {
    border-radius: 2px !important;
    border: none !important;
    background: var(--color05) !important;
}

.dropdown-item:hover {
    background: var(--color05) !important;
    color: var(--color06) !important;
}

.dropdown-item.active, 
.dropdown-item:active {
    background-color: var(--color05) !important;
}

ul.dropdown-menu li {
    margin: 4px auto 8px;
    border-bottom: 1px solid var(--color04) !important;
}

ul.dropdown-menu li:last-child {
    border-bottom: 1px solid var(--color05) !important;
}


/* DESTACADOS BANNERS DE CADA PÁGINA ************************************************ */

.banner {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.banner-img {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    height: 290px;
}

.banner-img img {
    min-width: 100%;
    max-width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: 50% 50%;
}
.banner-bg {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 290px;
    background: rgb(0,38,76);
    background: linear-gradient(0deg, rgba(0,38,76,1) 0%, rgba(0,75,151,0) 85%);
}

.banner-contenido {
    position: relative;
    height: 290px;
    color: var(--color06);
    padding-left: 50px;
    padding-bottom: 20px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start; 
}


/* NOSOTROS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.que-es-creas-imagen img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ision {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.ision-img {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    height: 450px;
}

.ision-img img {
    min-width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 50% 50%;
}
.ision-bg01 {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 450px;
    background: rgba(0,75,151,.8) 
}
.ision-bg02 {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 450px;
    background: rgba(225,29,47,.8) 
}

.ision-contenido {
    position: relative;
    height: 450px;
    color: var(--color06);
    padding: 20px 50px;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start; 
}


/* TAREAS +++++++++++++++ */

.tareas {
    border: solid 1px var(--color03);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-top: 60px;
}

.tareas-img {
    width: 40%;
    background: var(--color04);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: -220px;

}

.tareas.img img {
    max-width: 100% !important;
    height: auto;
}

.tareas h3,
.tareas p {
    color: var(--color03);
    margin: 20px auto; 
}
.tareas-contenido {
    min-height: 220px;
}

/* FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.socios-img {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--color06);
    border-radius: 5px;
    padding: 20px;
}

.socios-img img {
    max-height: 100px;
    width: auto;
}

.desarrollador {
    text-align: end !important;
}

img.footer-icon {
    max-width: 16px;
}


/* NOTICIAS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.noticias-img img{
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.noticias-publicado {
    font-size: 12px !important;
    color: var(--color03) !important;
    font-weight: 400 !important;
}

.noticias-titulo {
    color: var(--color02) !important;
    min-height: 140px;
}

.noticias-extracto {
    font-size: 12px !important;
    color: var(--color03) !important;
}

.wp-pagenavi {
    margin-top: 30px;
}

.wp-pagenavi .pages {
    margin: 0;
    padding: 0;
}

.wp-pagenavi .current {
    padding: 10px 20px;
    border: solid 1px var(--color03);
    background: var(--color05);
    border-radius: 5px;
    margin: 0 5px;
    color: var(--color01);
}

.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
    padding: 8px 16px;
    border: solid 1px var(--color03);
    border-radius: 5px;
    margin: 0 5px;
    background: var(--color06);
    text-decoration: none;
    color: var(--color03);
}

.wp-pagenavi .pages {
    margin-left: 0;
}

.miniatura {
    margin-bottom: 20px;
}

.miniatura-linea {
    border-bottom: 1px solid var(--color03);
    max-width: 66%;
    min-width: 66%;
    margin-top: 15px;
}


.miniatura-img img{
    max-height: 150px;
    min-height: 150px;
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.miniatura-publicado {
    font-size: 12px !important;
    color: var(--color03) !important;
    font-weight: 400 !important;
}

.miniatura-titulo {
    color: var(--color02) !important;
}





/* REDES SOCIALES EN NOTICIAS ++++++++++++++++++++++++++++++++++++++++++++++++ */
.heateor_sss_svg {
    margin-right: 10px !important;
    border-radius: 5px !important;
}

.heateor_sss_sharing_container {
    margin-top: 20px !important;
}

.heateor_sss_sharing_title {
    font-weight: 400 !important;
    font-family: "Poppins", serif;
    margin-bottom: 10px;
}


.listado {
    white-space : pre-line;
}

.listado::first-line {
    white-space : none;
}

.columns-1 {
    columns: 1 !important;
    column-gap: 30px !important;   
}

.columns-2 {
    columns: 2 !important;
    column-gap: 30px !important;   
}

.columns-3 {
    columns: 3 !important;
    column-gap: 30px !important;   
}

.columns-4 {
    columns: 4 !important;
    column-gap: 30px !important;   
}

/* OT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.contenedor-productos {
    min-height: 200px;
    height: auto;
}

.valorizacion-texto {
    min-height: 150px;
}


/* TAREAS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.valor {
    border: solid 1px var(--color03);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-top: 120px;
    position: relative;
}

.valor-numero {
    width: 50%;
    background: var(--color01) !important;
    color: var(--color05) !important;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 206px !important;
    position: absolute;
    top: -96px;
    left: 25%;
}

.valor-numero h3 {
    font-size: 66px !important;
}

.valor-texto h5 {
    color: var(--color03) !important;
    margin: 20px auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* DOCUMENTO / CONVENIOS Y TRANSPARENCIA +++++++++++++++++++++++++++++++++++++++++ */
.documento-img img{
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.documento-titulo {
    min-height: 110px;
}


/* INVESTIGACION ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.lineas-imagen2 img {
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}


.lineas-imagen img {
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.vinculacion {
    margin-bottom: 20px;
}

.vinculacion-img {
    text-align: center;
    padding-top: 10px;
}

.vinculacion-img img {
    min-width: 80%;
    max-width: 80%;
    border-radius: 5px;
}

.vinculacion-link {
    min-height: 80px;
    padding: 0 5px;
}

.vinculacion-link a {
    text-decoration: none;
    color: var(--color03);
    font-size: 13px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* PUBLICACIONES CIENTIFICAS ++++++++++++++++++++++++++++++++++++++++++ */

.publicacion-cabecera {
    background: var(--color03);
    padding: 15px 5px;
}

.publicacion-cabecera a {
    color: var(--color05) !important;
}

.card-header {
    border-bottom: none;
}



.valorizacion-img img {
    min-width: 100%;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
}

.card-body.investigacion-linea {
	min-height: 320px; 
}


/* Dispositivo Movil ++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 768px) {
    .footer-logo {
        max-width: 40% !important;
        width: 40% !important;
    }

    .footer-logo-texto {
        max-width: 60% !important;
        width: 60% !important;
    }

    .col-md-2.movil-50,
    .col-md-3.movil-50,
    .col-md-4.movil-50,
    .col-md-12.movil-50 {
        width: 50%;
        margin-bottom: 20px;
    }
}





