/*
Theme Name:     Dr. Julio Theme
Description:    Minisite Web Corporativa Dr. Julio
Author:         Diseñador Digital Group
Template:       Divi
Version:        1.0
Text Domain:    drjulio
*/

/* Importar las fuentes Lato y Poppins */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body, #main-content {
    background: #F9F9F9;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
}

body .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1580px;
}

header {
    transform: translateY(80px);
    /* Posición inicial */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background-color: transparent !important;
}

header, header.et-fixed-header, #main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header.et-fixed-header {
    transform: translateY(0);
}

#et-main-area {
    margin-top: 87px;
}

header .container.et_menu_container {
    height: 87px;
}

header, .et_header_style_left .logo_container, .et_header_style_left #et-top-navigation {
    display: flex;
    align-items: center;
    height: 87px;
}

header .logo_container a {
    color: #4FA5F4;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

header #top-menu .menu-item a {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

header #top-menu .menu-item a:hover {
    text-decoration: underline;
}

header #top-menu .menu-item.current_page_item a {
    font-weight: 700;
}

header #top-menu li {
    border-right: 1px solid #1E1E1E;
    height: 26px;
    line-height: 22px;
    padding-right: 18px;
    margin-right: 18px;
}

header #top-menu li:last-child {
    border-right: none;
    /* Elimina el borde del último elemento */
}

.et_header_style_left #et-top-navigation {
    padding-top: 0 !important;
}

header #top-menu .menu-item a {
    line-height: 22px;
}

header #top-menu li.pagcontacto {
    border-right: 0px solid #1E1E1E;
    padding-right: 0;
    margin-right: 0;
}

header nav {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    border-radius: 0 18px 18px 0;
    height: 87px;
    padding-right: 10px;
}

header nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: -1;
    border-radius: 0 18px 18px 0;
}

header .zonacontacto a {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

header .zonacontacto a img {
    padding-right: 15px;
}

header .zonacontacto {
    position: relative;
    background: transparent;
    border-radius: 0 18px 18px 0;
    height: 87px;
    margin-left: 24px;
    display: flex;
    align-items: center;
}

header .zonacontacto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100vw;
    height: 100%;
    background: #4FA5F4;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: -1;
    border-radius: 18px 0 0 18px;
}

header .mobile_menu_bar:before {
    font-size: 42px;
    left: 10px;
    top: 15px;
    color: #fff;
}

#et_mobile_nav_menu {
    display: none !important;
}

#top-menu {
    display: flex !important;
}

header .et_mobile_menu li a {
    border-bottom: 0px solid rgba(0, 0, 0, .03);
    padding: 10px 0;
    display: block;
    color: #1E1E1E;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

header .et_mobile_menu {
    margin-top: 8px;
    border-top: 0px solid #2ea3f2;
}

.et_fixed_nav #main-header {
    position: fixed !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
    display: flex;
}

footer#main-footer {
    background: #4B7A99;
}

footer#main-footer>.container {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 20px;
    /* min-height: 62px; */
    align-items: center;
}

footer#main-footer .container {
    background: #4B7A99;
    height: 100%;
}

footer#main-footer #et-footer-nav {
    background: #4B7A99;
}

footer#main-footer .bottom-nav {
    text-align: right;
}

footer#main-footer .bottom-nav li:last-child {
    padding-right: 0;
}

footer#main-footer #and-footer-nav, footer#main-footer .bottom-nav li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1550px) {
    header .logo_container a {
        font-size: 30px;
    }

    header #top-menu .menu-item a {
        font-size: 20px;
    }

    header .zonacontacto a {
        font-size: 22px;
    }

    header .zonacontacto a img {
        padding-right: 12px;
        width: 40px;
    }

    header nav, header .zonacontacto, header, .et_header_style_left .logo_container, .et_header_style_left #et-top-navigation {
        height: 72px;
    }

    header {
        transform: translateY(40px);
    }
}

@media (max-width: 1350px) {
    header .logo_container a {
        font-size: 27px;
    }

    header #top-menu .menu-item a {
        font-size: 20px;
    }

    header .zonacontacto a {
        font-size: 20px;
    }

    header .zonacontacto a img {
        padding-right: 12px;
        width: 47px;
    }

    header nav, header .zonacontacto, header, .et_header_style_left .logo_container, .et_header_style_left #et-top-navigation {
        height: 72px;
    }

    header {
        transform: translateY(40px);
    }
}


@media (max-width: 1200px) {
    #et_mobile_nav_menu {
        display: block !important;
    }

    #top-menu {
        display: none !important;
    }

    header .zonacontacto a span {
        display: none;
    }

    header {
        transform: translateY(20px);
    }

    footer#main-footer #and-footer-nav, footer#main-footer .bottom-nav li a {
        font-size: 16px;
    }

    footer#main-footer>.container {
        background: #4B7A99;
    }
}

@media (min-width: 981px) {
    #main-content .container:before {
        display: none;
    }
}

@media (max-width: 900px) {
    footer#main-footer>.container {
        grid-template-columns: 1fr 1fr;
    }

    footer#main-footer .bottom-nav li {
        display: block;
        padding-right: 0;
    }

    footer#main-footer .bottom-nav li a {
        display: inline-block;
    }

}

@media (max-width: 450px) {
    header .logo_container a {
        font-size: 25px;
    }

    header .zonacontacto {
        margin-left: 15px;
    }

    header .zonacontacto a img {
        width: 42px;
    }

    footer#main-footer .bottom-nav li a {
        font-size: 14px;
    }
}


/* CSS PÁGINAS */

.contenedor {
    width: 100%;
    max-width: 1400px;
    padding: 0 85px;
    margin: auto;
}

.textogeneral {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
    position: relative;
    padding: 30px;
    text-align: left;
}

.encabezado {
    padding-top: 50px;
    padding-bottom: 45px;
}

.encabezado-grid {
    position: relative;
    width: 100%;
    max-width: 1905px;
    margin: auto;
}

.encabezado-grid .contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
}

.texto-izquierda>div {
    max-width: 650px;
    /* margin-top: 140px; */
    margin-bottom: 60px;
}

.texto-izquierda h1 {
    color: #1E1E1E;
    font-family: 'Lato', sans-serif;
    font-size: 73.24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.448%;
}

.texto-izquierda h1 strong {
    font-weight: 700;
    color: #193D6E;
}

.texto-izquierda .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 18px;
    max-width: 560px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.texto-izquierda .logos>div {
    height: 167.09px;
    flex-shrink: 0;
    border-radius: 18px;
    background: #193D6E;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}

.textointro {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
    position: relative;
    padding: 30px 30px 90px 0;
}

.imagen-derecha .imgfondo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 20px;
    max-height: 600px;
    position: absolute;
    width: 100vw;
    max-width: 55%;
    top: 0;
}


.logos img {
    padding: 10px;
}


.introduccion .fondoblanco {
    position: relative;
}

.introduccion .fondoblanco:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0 !important;
    width: 100vw;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.15);
    z-index: 0;
    border-radius: 0 20px 20px 0;
}

.frase-inspiradora {
    position: relative;
    top: -30px;
    margin-bottom: 50px;
}

.frase-inspiradora .frase-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 8%
}

.frase-inspiradora .imagen-izquierda {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 430px;
    border-radius: 20px;
}

.quote-container {
    position: relative;
    margin: 20px;
    border: 5px solid #4FA5F4;
    border-radius: 20px;
}

.quote-text {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 22px;
    padding: 30px 20px;
    position: relative;
    top: -5px;
    right: -5px;
    background: #F9F9F9;
    color: #193D6E;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

.quote-text strong {
    font-size: 38px;
    font-weight: 500;
}

.quote-container::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 40px;
    width: 60px;
    height: 45px;
    background-image: url('images/home/com-in.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.quote-container::after {
    content: '';
    position: absolute;
    bottom: 25px;
    right: -10px;
    width: 25px;
    height: 18px;
    background-image: url('images/home/com-fi.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.destacados {
    background: #F2F2F2;
    padding: 40px 0;
    text-align: center;
}

.destacados h2 {
    margin-bottom: 30px;
}

.destacados .destacado .marcodest {
    width: 85px;
    height: 85px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #193D6E;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 35px;
}

.destacados .destacado .marcodest img {
    height: 75%;
    width: 75%;
    object-fit: contain;
    object-position: center;
}

.destacados .destacado .txtdest {
    color: #1E1E1E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.destacados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px 25px;
}

.actividades {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 20px;
}

.actividades h3 {
    color: #193D6E;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}

.actividades .fechad {
    color: #4FA5F4;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
}

.actividades .textod {
    color: #193D6E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 20px;
    max-width: 432px;
    margin: auto;
}

.actividades .docente-izq h3 {
    margin-bottom: 40px;
}

.actividades .docente-izq .grupod {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    position: relative;
}

.actividades .docente-der h3 {
    margin-bottom: 15px;
}

.actividades .docente-der .itemfecha {
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
}

.actividades .docente-der .textod {
    padding-bottom: 25px;
}

.actividades .docente-izq, .actividades .docente-der {
    background: #D2E6ED;
    border-radius: 20px;
    padding: 35px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.actividades .docente-izq {
    padding: 40px 20px;
}

.actividades .docente-izq {
    padding: 40px 15px;
}


.actividades .docentes-grid {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 20px;
    align-items: center;
}

.actividades .docente-izq .grupod::before {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 20px;
    left: 50%;
    width: 2px;
    background-color: #fff;
}

.actividades h2 {
    margin-bottom: 30px;
}

.contenedor>h1,
.contenedor>h2{
    color: #193D6E;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.actividades .docente-der .itemuniv .itemfecha:last-child {
    border-bottom: 0;
}

.medios {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 110px;
}

.medios h2 {
    margin-bottom: 50px;
}

.medios .medios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6%;
    margin-bottom: 90px;
}

.medio {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centra el contenido horizontalmente */
    text-align: center;
}

.textomedio {
    flex-grow: 1;
    text-align: left;
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 22px;
}

.medios .fechamedio {
    display: block;
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.vermas {
    text-align: center;
    margin-top: 1rem;
}

.btnmas {
    display: inline-block;
    background: #4FA5F4;
    padding: 20px 30px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

.imgmedio {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px;
    width: 100%;
}

.contacto {
    padding: 0 30px;
    padding-bottom: 60px;
}

.contacto .contenedor {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 21.7px 0px rgba(0, 0, 0, 0.25);
    padding: 65px;
}

.contacto .contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9%;
    max-width: 1490px;
}

.contacto p.titles {
    color: #22313F;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.contacto .textocontacto {
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.125px;
    padding-bottom: 20px;
    display: block;
}

.contacto .contact-izq img {
    border-radius: 20px;
    padding-bottom: 40px;
    display: block;
}

.formulario label {
    color: #444444;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.125px;
}

.formulario label span {
    color: #ff3737;
}

.formulario input, .formulario textarea {
    height: 54px;
    width: 100%;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.125px;
    padding: 0 10px;
}

.formulario textarea {
    height: 108px;
    padding: 10px;
}

.formulario input[type="submit"] {
    background: #4FA5F4;
    padding: 10px 30px;
    height: 65px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    max-width: 331px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    padding: 0;
    margin: 0;
}

.encabezado-sup {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    max-width: 2022px;
    margin: auto;
}

#main-content.cab-sup {
    position: relative;
    margin-top: -180px;
    width: 100%;
}

.nombra {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
    background: #fff;
}

.nombra .marco {
    background: #D2E6ED;
    border-radius: 20px;
    padding: 30px;
    color: #193D6E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nombra .textos-nombra {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 20px;
}

.nombra .marco.txt-der {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 20px;
}

.nombra .fecha-marco {
    display: block;
    color: #193D6E;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 32px;
}

.nombra img {
    border-radius: 20px;
}

.nombra .textos-nombra {
    margin-top: 50px;
}

.nombra .linea-tiempo {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 0;
}

.nombra .logo-ti {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.nombra .logo-ti img {
    border-radius: 20px;
    background: #fff;
    padding: 10px 20px;
    max-width: 219px;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nombra .texto-ti {
    padding: 0 10px;
}

.nombra .punto-ti {
    padding: 20px;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.nombra .vermas {
    margin-top: 30px;
}

.nombra .item-ti {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.nombra .linea-tiempo .item-ti .punto-ti::after {
    content: "";
    position: absolute;
    top: 35px;
    height: 5px;
    background-color: white;
    width: 100%;
    left: 0;
}

.nombra .linea-tiempo .item-ti:nth-child(3n-2) .punto-ti::after {
    width: 50%;
    right: 0;
    left: auto;
}

.nombra .linea-tiempo .item-ti:nth-child(3n) .punto-ti::after {
    width: 50%;
    left: 0;
    right: auto;
}

.nombra .btnmas {
    cursor: pointer;
}

.linea-tiempo .item-ti {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.linea-tiempo .item-ti.show {
    opacity: 1;
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}







.premios {
    text-align: center;
    margin-bottom: 70px;
}

.premios .textos-nombra {
    width: 100%;
    text-align: left;
}

.premios h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.premios .item-premio {
    display: grid;
    grid-template-columns: 160px auto;
    gap: 20px;
    padding: 20px 3%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.premios .textos-nombra .icono-premio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.premios .textos-nombra .icono-premio>div {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    background: #193D6E;
    display: flex;
    justify-content: center;
    align-items: center;

}

.premios .textos-nombra .txt-inicial {
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

.premios .textos-nombra .txt-int {
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.premios .textos-nombra .txt-final {
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

.reconocimientos .medios, .reconocimientos .contacto, .trayectoria .contacto {
    background: #fff;
}

.texto-trayectoria {
    text-align: center;
    color: #4FA5F4;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.trayectos {
    background: #fff;
    padding-bottom: 90px;
}

.trayectos .item-trayecto {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 5%;
    padding-bottom: 55px;
}

.trayectos .img-trayecto {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    height: 390px;
}

.trayectos .img-trayecto img {
     object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.trayectos .texto-trayecto {
    position: relative;
    z-index: 1;
    padding-top: 65px;
}

.trayectos .fecha-trayecto {
    color: #FFF;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    line-height: 62px;
    position: relative;
}

.trayectos .fecha-trayecto.fizq .fondofecha, .trayectos .fecha-trayecto.fder .fondofecha {
    background: #193D6E;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    z-index: -1;
}

.trayectos .fecha-trayecto.fder {
    padding-left: 0;
}

.trayectos .fecha-trayecto.fizq {
    padding-right: 20px;
}

.trayectos .fecha-trayecto.fder .fondofecha {
    left: -250px;
    width: 100vw;
}

.trayectos .fecha-trayecto.fizq .fondofecha {
    right: 0;
    width: 100vw;
}

.trayectos .txt-trayecto {
    color: #193D6E;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
    padding-top: 55px;
    padding-bottom: 25px;
}

.atlas .contenedor {
    max-width: 1480px;
}

.atlas .contenedor>h2 {
    color: #193D6E;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 90px;
}

.atlas .contenedor>h2 strong {
    font-weight: 700;
}

.atlas .nombra {
    padding-top: 40px;
    padding-bottom: 150px;
}

.atlas .texto-atlas {
    position: relative;
}

.atlas .fondo-atlas {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 110px;
    bottom: 0;
}

.atlas .content-atlas {
    position: relative;
    padding: 0 5%;
}

.atlas .txt-atlas {
    color: #114480;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 90px;
    padding-top: 70px;
}

.atlas .videos {
    background: #fff;
    padding-bottom: 120px;
}

.atlas .videos .categorias {
    text-align: center;
    margin-bottom: 120px;
}

.atlas .videos .btodas {
    display: block;
    margin-bottom: 10px;
}

.atlas .videos .categorias a {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 65px;
    border: 5px solid #D2E6ED;
    background: #D2E6ED;
    padding: 17px 22px;
    color: #193D6E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    min-width: 150px;
    margin: 5px 6px;
    cursor: pointer;
}

.atlas .videos .categorias a:hover, .atlas .videos .categorias a.active {
    border: 5px dashed #4FA5F4;
}

.atlas .videos .cat-videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 2%;
    padding-bottom: 55px;
}

.atlas .videos .item-video {
    cursor: pointer;
}

.atlas .videos .imagen-video {
    height: 242px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.atlas .videos .txt-video {
    color: #085DB3;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 30px 0;
    padding-bottom: 10px;
}

.atlas .videos .cat-tit h2,
.atlas .videos .cat-tit h3{
    color: #085DB3;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.atlas .cat-tit {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 60px;
}

.atlas .cat-tit h3 {
    position: relative;
    padding: 0 30px;
}

.atlas .cat-tit h3::before,
.atlas .cat-tit h3::after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 7px;
    border-radius: 4px;
    background-color: #D2E6ED;
    transform: translateY(-50%);
    bottom: 12px;
}

.atlas .cat-tit h3::before {
    left: -50vw;
}

.atlas .cat-tit h3::after {
    right: -100vw;
    width: 100vw;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    display: none;
}

.video-content {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 1100px;
    height: 80%;
    max-height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 1;
    background-color: #fff;
    border-radius: 4px;
    width: 25px;
    text-align: center;
    right: 10px;
    top: -25px;
}

#modalTitle {
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: relative;
    top: -40px;
    font-family: 'Lato', sans-serif;
}

.atlas .escritorio {
    display: block;
}

.atlas .movil {
    display: none;
}

.atlas .contacto {
    background: #fff;
}


.atlas #filtrocat {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-decoration: none;
    padding: 10px 20px !important;
    border-radius: 50px;
    background: #D2E6ED;
    margin: 0;
    display: inline-block;
    width: 100%;
    border: 2px solid #114480 !important;
    max-width: 250px !important;
    color: #114480 !important;
}

.cptmedio .contenedor {
    display: grid;
    grid-template-columns: auto 32%;
    gap: 7%;
    text-align: left;
}

.cptmedio .contenido-medio {
    margin-bottom: 40px;
}

.cptmedio .contenido-medio h1,
.cptmedio .contenido-medio h2{
    color: #203A72;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cptmedio .contenido-medio .fecha-medio {
    color: #4FA5F4;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}

.cptmedio .contenido-medio img {
    border-radius: 20px;
    margin-bottom: 50px;
}

.cptmedio .contenido-medio .texto-medio {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.cptmedio .sidebar-medio .marco-medio {
    border-radius: 20px;
    background: #D2E6ED;
    padding: 30px 8%;
    margin-bottom: 40px;
}

.cptmedio .sidebar-medio .tit-medio {
    color: #193D6E;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 45px;
}

.cptmedio .sidebar-medio .item-rel .title-post-related {
    color: #114480;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.cptmedio .sidebar-medio .item-rel img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.cptmedio .sidebar-medio .item-rel {
    margin-bottom: 40px;
}

.cptmedio .sidebar-medio .item-rel:last-of-type {
    margin-bottom: 0;
}

.cptmedio .sidebar-medio .texto-rel {
    color: #114480;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    display: block;
}

.cptmedio .sidebar-medio .btnmasp {
    border-radius: 20px;
    background: #4FA5F4;
    padding: 14px 15px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.cptmedio .contacto {
    background: #fff;
}

.single-cptmedios header #top-menu .menu-item-36 a {
    font-weight: 700;
}

.mediospag {
    background: #fff;
}

.pagmedios .nombra {
    padding-bottom: 60px;
}

.pagmedios .contacto {
    background: #fff;
}

.mediospag .items-med {
    padding-bottom: 120px;
}

.mediospag .item-med {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 40px 25px;
    padding-bottom: 35px;
}

.mediospag .item-med .img-med img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mediospag .item-med .img-med {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    max-height: 300px;
}

.mediospag .texto-med h2 {
    color: #193D6E;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}

.mediospag .fecha-med {
    color: #2B2C34;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}

.texto-med {
    display: flex;
    flex-direction: column;
    height: auto;
	justify-content: flex-start;
}

.medioabajo {
    margin-top: 0;
    /* Empuja el contenido de .medioabajo hacia abajo */
}

.mediospag .txt-med {
    color: #232536;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-bottom: 20px;
}

.mediospag .btnmed {
    border-radius: 20px;
    background: #4FA5F4;
    padding: 7px 32px;
    color: #FFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
/*     margin-bottom: 40px; */
    display: inline-block;
}

.paginacion {
    text-align: center;
    margin-top: 20px;
}

.paginacion ul li {
    display: inline-block;
    margin: 0 4px;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;

}

.paginacion ul li a, .paginacion .current {
    padding: 5px 11px;
    border-radius: 4px;
    border: 1px solid #DFE3E8;
    background: #FFF;
    color: #193D6E;
    min-width: 32px;
    display: inline-block;
}

.paginacion .current {
    color: #4FA5F4;
}

.paginacion .page-numbers.current {
    background-color: #fff;
    border-color: #4FA5F4;
    min-width: 32px;
    display: inline-block;
}

.paginacion ul li a:hover {
    color: #4FA5F4;
}

.paginacion .page-numbers {
    text-align: right;
}

.paginacion .page-numbers.dots {
    background-color: transparent;
    border: none;
    color: #888;
}

.paginacion .page-numbers.prev,
.paginacion .page-numbers.next {
    font-weight: bold;
}

.paginacion .page-numbers.prev:hover,
.paginacion .page-numbers.next:hover {
    background-color: #f1f1f1;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
    display: inline-block;
    background: #4FA5F4;
    padding: 15px 30px;
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    zoom: 0;
    margin-top: 25px;
}

.cptmedio .contenido-medio h3 {
    color: #203A72;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cptmedio .contenido-medio ul {
    list-style: circle;
    padding-left: 40px;
    margin: 10px 0;
}
@media (max-width: 1200px) {
    .texto-izquierda h1 {
        font-size: 55px;
        line-height: normal;
    }

    .quote-text {
        font-size: 30px;
        margin-left: 5px;
        padding: 30px 20px;
        top: -6px;
        right: -6px;
    }
    .quote-container::before {
        top: -30px;
        left: 20px;
    }
    .contenedor>h1, 
    .contenedor>h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .quote-text strong {
        font-size: 30px;
    }

    .contenedor>h2 {
        font-size: 54px;
    }

    .medios .medios-grid {
        gap: 4%;
    }

    .texto-izquierda .logos>div {
        height: 140px;
    }

    .frase-inspiradora .frase-grid {
        grid-template-columns: 40% auto;
        gap: 20px;
    }

    .medios .medios-grid {
        gap: 20px;
    }

    .contacto .contenedor {
        gap: 30px;
        padding: 90px 5%;
    }

    .encabezado-sup {
        height: 456px;
    }

    .encabezado {
        padding-top: 0;
    }

    .nombra {
        padding-top: 50px;
    }

    .atlas .contenedor>h2 {
        font-size: 54px;
    }

    .atlas .videos .cat-videos {
        grid-template-columns: repeat(3, 1fr);
    }

    .atlas .cat-tit {
        margin-left: 0;
    }

    .cptmedio .contenedor {
        gap: 30px;
    }

    .cptmedio .sidebar-medio .tit-medio {
        font-size: 35px;
    }

    .cptmedio .contenido-medio h2 {
        font-size: 38px;
    }

    .cptmedio .contenido-medio .fecha-medio {
        font-size: 26px;
    }
}

@media (max-width: 900px) {
    .contenedor {
        padding: 0 25px;
    }
    .encabezado-grid .contenedor {
        grid-template-columns: repeat(1, 1fr);
    }

    .texto-izquierda>div {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .encabezado {
        padding-top: 0;
        padding-bottom: 55px;
    }

    .texto-izquierda .logos>div {
        height: 167px;
    }

    .imagen-derecha .imgfondo {
        width: 100%;
        right: -50px;
        position: relative;
        min-height: 450px;
    }

    .actividades .docentes-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .medios .medios-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 50px 20px;
    }

    .nombra .textos-nombra {
        grid-template-columns: 1fr;
    }

    .premios .item-premio {
        grid-template-columns: 120px auto;
        gap: 25px;
    }

    .premios .textos-nombra .icono-premio>div {
        width: 110px;
        height: 110px;
    }

    .premios .textos-nombra .icono-premio img {
        width: 60px;
    }

    .premios .textos-nombra .icono-premio {
        align-items: start;
        padding-top: 10px;
    }

    .premios .textos-nombra .txt-inicial {
        font-size: 18px;
    }

    .texto-trayectoria {
        font-size: 40px;
    }

    .trayectos .fecha-trayecto {
        font-size: 26px;
        line-height: 52px;
    }

    .trayectos .fecha-trayecto.fizq .fondofecha, .trayectos .fecha-trayecto.fder .fondofecha {
        border-radius: 10px
    }

    .trayectos .texto-trayecto {
        padding-top: 35px;
    }

    .trayectos .item-trayecto {
        gap: 20px;
    }

    .trayectos .txt-trayecto {
        font-size: 24px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .atlas .videos .cat-tit h3 {
        font-size: 54px;
    }

    .atlas .videos .cat-videos {
        grid-template-columns: repeat(2, 1fr);
    }

    .atlas .videos .txt-video {
        font-size: 35px;
    }

    .cptmedio .contenedor {
        grid-template-columns: 1fr;
    }

    .cptmedio .sidebar-medio .marco-medio {
        padding: 40px 30px;
    }

    .cptmedio .sidebar-medio .content-medio {
        display: grid;
        grid-template-columns: 40% auto;
        gap: 7%;
    }
}

@media (max-width: 767px) {
    .frase-inspiradora .frase-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 80px;
    }

    .quote-container {
        margin: 0;
    }

    .actividades .docente-izq, .actividades .docente-der {
        display: block;
    }

    .actividades .docente-izq .grupod::before {
        display: none;
    }

    .actividades .docente-izq .grupod {
        grid-template-columns: 1fr;
    }

    .contacto .contenedor {
        grid-template-columns: repeat(1, 1fr);
    }

    .nombra .marco.txt-der {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nombra img {
        margin: auto;
    }

    .nombra .marco {
        padding: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .nombra .marco {
        font-size: 18px;
    }
    .nombra .punto-ti {
        display: none;
    }
    .nombra .logo-ti {
        height: auto !important;
    }
    .contenedor>h2 {
        font-size: 40px;
    }

    .premios .item-premio {
        grid-template-columns: 1fr;
    }

    .texto-trayectoria {
        font-size: 33px;
    }

    .trayectos .item-trayecto {
        grid-template-columns: 35% auto;
    }

    .atlas .escritorio {
        display: none;
    }

    .atlas .movil {
        display: block;
    }

    .atlas .txt-atlas {
        font-size: 24px;
    }

    .atlas .contenedor>h2 {
        font-size: 40px;
    }

    .atlas .videos .cat-tit h3 {
        font-size: 44px;
    }

    .atlas .videos .txt-video {
        font-size: 30px;
    }

    .mediospag .item-med {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .trayectos .txt-trayecto {
        font-size: 20px;
    }

    .trayectos .fecha-trayecto {
        font-size: 22px;
    }

    .trayectos .item-trayecto {
        grid-template-columns: 1fr;
    }

    .trayectos .img-trayecto img {
        width: 100%;
    }

    .trayectos .item-trayecto {
        gap: 0;
    }

    .trayectos .fecha-trayecto.fder .fondofecha {
        left: 0;
    }

    .trayectos .fecha-trayecto.fder {
        padding-left: 20px;
    }

    .trayectos {
        padding-bottom: 0;
    }

    .trayectos .item-trayecto {
        padding-bottom: 35px;
    }

    .atlas .videos .cat-videos {
        grid-template-columns: repeat(1, 1fr);
    }

    .atlas .contenedor>h2 {
        margin-bottom: 50px;
    }

    .atlas .fondo-atlas {
        top: 60px;
    }

    .atlas .txt-atlas {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .atlas .nombra {
        padding-bottom: 70px;
    }

    .atlas .videos .categorias {
        margin-bottom: 60px;
    }

    .atlas .videos {
        padding-bottom: 60px;
    }

    .contacto .contenedor {
        padding: 60px 5%;
    }

    .cptmedio .sidebar-medio .content-medio {
        display: block;
    }
}

@media (max-width: 450px) {
    .texto-izquierda .logos>div {
        height: 100px;
    }

    .texto-izquierda h1 {
        font-size: 35px;
    }
    .textointro {
        font-size: 16px;
        line-height: 1.5;
    }
    .imagen-derecha .imgfondo {
        right: 0;
        max-width: 100%;
        min-height: 250px;
    }

    .imgmedio {
        min-height: 200px;
        border-radius: 20px;
        border: 1px solid #4fa5f4;
    }

    .contacto {
        padding: 60px 20px;
        padding-top: 0;
    }
    .frase-inspiradora .imagen-izquierda {
        min-height: 330px;
    }
}