.header-top-bar {
    height: 50px;
}

.mainmenu-nav .mainmenu>li>button {
    margin: 0 10px;
    position: relative;
    display: block;
}

.mainmenu .boton-li {
    display: flex;
    align-items: center;
}

.edu-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}

.header-mainmenu {
    background: transparent !important;
    box-shadow: none;
}

.header-navbar {
    background: transparent !important;
}



.mainmenu>li>a {
    color: #fff !important;
}

.edu-btn {
    color: #fff;
}


.edu-header.sticky .mainmenu>li>a {
    color: #000 !important;
}

.hero-banner {
    position: relative;
    z-index: 1;
}

.edu-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}

.hero-banner .swiper {
    height: 100vh;
}

.hero-banner .slider-principal {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-banner .slider-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-bg-content {
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    z-index: 2;
}


.header-mainmenu {
    position: relative;
    transition: all 0.3s ease;
}


.header-mainmenu.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: hsl(347deg 100% 29% / 75%) !important;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border-bottom: 1px solid rgba(145, 0, 30, 0.25);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

[data-sal] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

/* ENTRADA (scroll hacia abajo) */
.scroll-down [data-sal].sal-animate {
    opacity: 1;
    transform: translateY(0);
}

/* SALIDA (scroll hacia arriba) */
.scroll-up [data-sal]:not(.sal-animate) {
    opacity: 0;
    transform: translateY(-40px);
}

.header-top .sup-derecha .raya {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.header-top .sup-derecha .raya:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    transform: translateY(-50%);
}

.submenu-platform {
    position: relative;
}

.platform-dropdown {
    position: absolute;
    top: 100%;
    right: 0;

    width: 200px;

    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;

    border-radius: 10px;
    z-index: 999;
}

.submenu-platform:hover .platform-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.platform-dropdown li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.platform-dropdown li a {
    display: block;

    padding: 0px 28px;

    color: #808080 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;

    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    font-family: var(--font-primary);
    transition: all .3s ease;
}

.platform-dropdown li a:hover {
    color: #EE4A62 !important;
    padding-left: 20px;
}

.puntos-circulo {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.puntos-circulo .shape-3 {
    position: absolute;
    z-index: 1;
}

.puntos-circulo .shape-3 img {
    position: relative;
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 20;
}

.banner-btn {
    position: relative;
    z-index: 30;
}

.testimonial-area-5 {
    background-color: #f6f5f1;
}

/* ===== FOOTER COPYRIGHT ===== */

.copyright-area {
    background-color: #20272F;
    padding: 30px 0 15px;
}

.footer-bottom-custom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

/* ===== REDES ===== */

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-start;
}

.footer-social a img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: 0.3s ease;
    opacity: 0.8;
}

.footer-social a:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

/* ===== CENTRO ===== */

.footer-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.footer-center p {
    margin: 0;
    font-size: 15px;
    color: #777;
    font-weight: 400;
}

/* ===== LIBRO ===== */

.footer-book {
    display: flex;
    justify-content: flex-end;
}

.footer-book img {
    max-width: 180px;
    width: 100%;
    object-fit: contain;
}

.list-noticia-bg {
    background: linear-gradient(120deg,
            #1a0006 0%,
            #520012 30%,
            #91001E 65%,
            #ff4b6e 100%);
    height: 350px;
}

.list-noticia-bg .breadcrumb-inner .page-title .title {
    color: #fff;
    font-size: 30px !important;
}

.edu-breadcrumb-area {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.list-noticia-bg .breadcrumb-inner .edu-breadcrumb li,
.list-noticia-bg .breadcrumb-inner .edu-breadcrumb i,
.list-noticia-bg .breadcrumb-inner .edu-breadcrumb a {
    color: #fff !important;
}

.list-noticia-img img {
    width: 300px !important;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

    .footer-bottom-custom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social,
    .footer-book {
        justify-content: center;
    }

    .footer-book img {
        max-width: 150px;
    }

    .footer-logo {
        max-width: 220px;
    }
}

.gris-footer {
    color: #919598 !important;
}

.about-style-3 .shape-group li.shape-escudo {
    left: 760px;
    top: 180px
}

.mainmenu-nav .mainmenu li ul.pre-puede {
    left: -250px;
}

.mainmenu-nav .mainmenu li ul.servicios {
    left: 20px;
}

.mainmenu-nav .mainmenu li ul.servicios {
    min-width: 300px;
}

.header-style-2 .mainmenu-nav .mainmenu li ul.servicios {
    right: 0px;
}

.mainmenu-nav .mainmenu li ul.conocenos {
    left: 20px;
}

.mainmenu-nav .mainmenu li ul.conocenos {
    min-width: 300px;
}

.header-style-2 .mainmenu-nav .mainmenu li ul.conocenos {
    right: 0px;
}

.mega-sub-menu li {
    list-style-type: disclosure-closed;
}

.mega-sub-menu li::marker {
    font-size: 10px;
}

.letra-blanca {
    color: #fff !important;
}

.letra-gris {
    color: #919598 !important;
}

.rojo-claro {
    color: #EE4A62 !important;
}

.fondo-blanco {
    background-color: #fff !important;
}

.fondo-transparente {
    background-color: transparent !important;
}

.blog-fecha {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #808080;
}

.blog-fecha i {
    font-size: 15px;
    color: #92001f;
}

.brand-grid {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.brand-grid img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.copyright-area {
    position: relative;
    padding-top: 30px;
}

.copyright-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background-color: rgba(145, 149, 152, 0.4);
}

.footer-lista li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.footer-lista li::marker {
    font-size: 10px;
    color: #808080;
}

#edublink-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

#edublink-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading-logo img {
    width: 200px;
    max-width: 80%;
    animation: pulseLogo 1.5s infinite ease-in-out;
}

@keyframes pulseLogo {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.convenios-area {
    background-color: #20272F;
    padding: 100px 0 50px;
}

.footer-titulo {
    font-size: 17px !important;
}

.sp-nuevo {
    color: var(--color-secondary);
    background-color: rgba(238, 74, 98, .15);
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 500;

    font-family: var(--font-secondary);

    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.hero-banner .slider-secundario {
    height: 64vh;
}

.sp-nuevo {
    color: var(--color-secondary);
    background-color: rgba(238, 74, 98, .15);
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 500;

    font-family: var(--font-secondary);

    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.hero-style-9 .health-slider-content .swiper-slide {
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-style-9 .health-slider-content .inner {
    width: 100%;
}

.bd-slider-secundario {
    min-height: 630px;
}

.pre-estudios {
    font-size: 20px;
    color: #91001E;
    font-weight: 500 !important;
}

.floating-menu {
    position: fixed;

    right: 20px;

    top: 50%;

    margin-top: -140px;

    display: flex;
    flex-direction: column;

    background: #20272F;
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    z-index: 999;
}

.menu-item {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    text-decoration: none;

    transition: background 0.25s ease;
}

.menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.menu-item iconify-icon {
    font-size: 28px;
}

.menu-item.whatsapp {
    background: #25D366;
}

.menu-item.whatsapp:hover {
    background: #1ebe5d;
}

.title {
    letter-spacing: -1px;
    word-spacing: -1px;
}

.hero-banner.hero-style-9 .slider .health-slider-content .inner {
    max-width: 520px;
}

.mega-posgrado,
.mega-pregrado {
    position: relative;
}

.mega-posgrado-wrapper,
.mega-pregrado-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    background: #fff;

    display: flex;

    border-radius: 10px;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .3s, visibility .3s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    z-index: 1001;
}

.mega-posgrado-wrapper {
    width: min(1500px, calc(100vw - 40px));
    max-width: 1500px;
}

.mega-pregrado-wrapper {
    width: min(1300px, calc(100vw - 40px));
    max-width: 1300px;
}

@media (min-width: 1200px) {

    .edu-header .header-navbar,
    .edu-header .header-mainnav,
    .edu-header .mainmenu-nav,
    .edu-header .mainmenu-nav .mainmenu,
    .edu-header .mainmenu-nav .mainmenu>li.mega-pregrado,
    .edu-header .mainmenu-nav .mainmenu>li.mega-posgrado,
    .header-mainmenu .container,
    .header-mainmenu .header-nuevo-der {
        overflow: visible;
    }

    .mega-pregrado:hover .mega-pregrado-wrapper,
    .mega-posgrado:hover .mega-posgrado-wrapper,
    .mega-pregrado.is-mega-open .mega-pregrado-wrapper,
    .mega-posgrado.is-mega-open .mega-posgrado-wrapper {
        position: fixed;
        left: 50%;
        top: var(--mega-menu-top, 140px);
        transform: translateX(-50%);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* mostrar */
@media (max-width: 1199px) {
    .mega-posgrado:hover .mega-posgrado-wrapper,
    .mega-pregrado:hover .mega-pregrado-wrapper {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.cat-btn-hint {
    font-size: 11px;
    font-weight: 400;
    color: #777;
    margin-top: 4px;
    line-height: 1.3;
}

.cat-btn.active .cat-btn-hint {
    color: #91001E;
    opacity: 0.85;
}

.mega-pregrado-footer {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border, #eee);
}

.mega-pregrado-cta {
    display: inline-block;
    font-weight: 600;
    color: #91001E !important;
    font-size: 14px;
}

.mega-pregrado-cta:hover {
    text-decoration: underline !important;
}

.carrera-modalidad-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 4px;
    background: rgba(145, 0, 30, 0.1);
    color: #91001E;
    vertical-align: middle;
}

.mega-pregrado .mega-contenido {
    display: flex;
    flex-direction: column;
}

.mega-pregrado .mega-box.active {
    display: grid;
    flex: 1;
}

/* izquierda */
.mega-categorias {
    width: 240px;
    background: #f7f7f7;
    border-right: 1px solid #eee;

    display: flex;
    flex-direction: column;
}

/* botones */
.cat-btn {
    border: 0;
    background: transparent;

    padding: 20px;
    text-align: left;

    font-weight: 600;
    cursor: pointer;

    transition: .2s;
}

.cat-btn:hover,
.cat-btn.active {
    background: #fff;
    color: #91001E;
}

/* derecha */
.mega-contenido {
    flex: 1;
    padding: 35px;
    max-height: min(75vh, 720px);
    overflow-y: auto;
}

/* cajas */
.mega-box {
    display: none;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.mega-box.active {
    display: grid;
}

/* columnas */
.mega-col {
    padding-right: 30px;
}

.mega-col h6 {
    color: #91001E;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
}

.mega-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-col ul li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.mega-col ul li::marker {
    font-size: 10px;
}

.mega-col ul li a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0px;
    display: block;
    color: #808080;
    font-family: var(--font-primary);
}

.mega-col:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

.bor-n {
    border: none !important;
}

.detalle-button {
    background-color: #ee4a62 !important;
    margin-top: 30px !important;
    padding: 0 50px !important;
}

/* =========================================
   FORMULARIO SLIDER
========================================= */

.formulario-slider {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
    max-width: 420px;
    margin-left: auto;
}

.formulario-slider .form-header {
    background: #20272F;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.formulario-slider form {
    padding: 25px;
}

.form-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.form-checks label {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group {
    margin-bottom: 15px;
}


.form-row-custom input {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    transition: .3s;
    font-family: var(--font-secondary);
}

.form-group select {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    transition: .3s;
    font-family: var(--font-secondary);
    background-color: var(--color-white);
    box-shadow: none;
    color: #919598;
}

.form-group input:focus,
.form-row-custom input:focus {
    border-color: #EE4A62;
}

.form-row-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 15px;
}

.btn-postular {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 6px;
    background: #EE4A62;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    font-family: var(--font-secondary);
}

.btn-postular:hover {
    background: #d93d55;
}

.detalle-bg-content {
    top: 0 !important;
}

/* RADIO BUTTONS */

.form-checks input[type="radio"] {
    appearance: radio !important;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;

    width: 16px;
    height: 16px;

    accent-color: #EE4A62;
    cursor: pointer;

    display: inline-block !important;
    opacity: 1 !important;
    position: relative !important;
    visibility: visible !important;
}

/* BOTONES FLOTANTES */



/* MENÃš ACCESIBILIDAD */

.accessibility-menu {
    position: fixed;

    top: 20px;
    right: -550px;
    /* oculto */

    width: 520px;
    height: 90vh;

    background: #20272F;
    border-left: 1px solid #3a1b1b;

    padding: 20px;

    z-index: 999999;

    border-radius: 20px;

    color: #fff;

    transition: right .4s ease;
}

.accessibility-menu.active {
    right: 70px;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.menu-header h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.menu-header span {
    font-size: 30px;
    cursor: pointer;
}

.access-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.access-card {
    background: #20272F;
    border: 1px solid #EE4A62;
    border-radius: 16px;
    min-height: 120px;
    color: white;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: .3s;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;

    text-align: center;
}


.access-icon {
    font-size: 34px;
    color: white;
}

.access-card:hover {
    background: #EE4A62;
}

.access-card input {
    width: 100%;
    margin-top: 15px;
}

.reset-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: none;
    background: #91001E;
    color: white;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width: 991px) {

    .formulario-slider {
        margin-top: 40px;
        max-width: 100%;
    }

    .formulario-slider .form-header {
        font-size: 24px;
    }

    .form-row-custom {
        grid-template-columns: 1fr;
    }

    .form-checks {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   BANNER CARRERA
========================================= */


/* CONTENIDO */

.contenido-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* TEXTO */

.contenido-texto {
    width: 60%;
    padding-left: 90px;
}

.titulo-carrera {
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;
}

.descripcion-carrera {
    color: rgba(255, 255, 255, .95);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 850px;
    font-family: var(--font-secondary);
}

/* FECHA */

.fecha-examen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFD9DE;
    color: #EE4A62;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-secondary);
}

/* SWIPER */

.swiper-ciclos {
    padding-bottom: 60px;
}

/* CARD */

.swiper-ciclos .course-lesson {
    border: 1px solid rgba(238, 74, 98, .25);
    border-radius: 20px;
    padding: 35px;
    height: 650px;
}

/* TITULO */

.swiper-ciclos .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* DESCRIPCIÃ“N */

.swiper-ciclos p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #919598;
}

/* CURSOS */

.titulo-cursos {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 20px;

    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--color-border);
}

.titulo-cursos iconify-icon {
    color: #ee4a62;
}

/* LISTA */

.swiper-ciclos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.swiper-ciclos li {
    margin-bottom: 16px;
}

.swiper-ciclos .text {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.swiper-ciclos .text iconify-icon {
    color: #00D26A;
    margin-top: 3px;
    min-width: 20px;
}

/* =========================================
   CARD DOCENTE
========================================= */

.docente-card {
    border: 1px solid rgba(238, 74, 98, .25);
    border-radius: 24px;

    padding: 50px 40px;

    text-align: center;
}

/* FOTO */

.docente-foto {
    width: 140px;
    height: 140px;

    margin: 0 auto 30px;

    border-radius: 50%;
    overflow: hidden;

    border: 4px solid #91001E;
}

.docente-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* NOMBRE */

.docente-nombre {
    font-size: 30px;
    font-weight: 700;

    margin-bottom: 25px;
    font-family: var(--font-secondary);
}

/* DESCRIPCIÃ“N */

.docente-descripcion {
    max-width: 1000px;

    margin: 0 auto 35px;

    font-size: 14px;
    line-height: 1.9;
    font-family: var(--font-secondary);
}

/* TAGS */

.docente-tags {
    display: flex;
    gap: 14px;

    margin-bottom: 20px;

    flex-wrap: wrap;
}

.tag-docente {
    border: 1px solid #EE4A62;

    border-radius: 30px;
    color: #EE4A62;
    padding: 5px 15px;

    font-size: 12px;
    font-weight: 600;
}

/* BOTÃ“N */

.btn-perfil {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #91001E;
    color: #fff !important;

    padding: 14px 26px;

    border-radius: 40px;

    font-size: 14px;
    font-weight: 700;

    transition: .3s;
}

.btn-perfil:hover {
    background: #EE4A62;
    transform: translateY(-2px);
}

/* CONTENEDOR */

.carrera-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ITEM */

.info-item {
    display: flex;
    align-items: flex-start;

    gap: 14px;
}

/* ICONO */

.info-icon {
    width: 24px;
    min-width: 24px;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    color: #EE4A62;
    font-size: 20px;

    line-height: 1;

    padding-top: 3px;
}

/* CONTENIDO */

.info-content {
    flex: 1;
}

/* TITULO */

.info-content .titulo {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    color: #919598;
    margin-right: 4px;
    font-family: var(--font-secondary);
}

/* TEXTO */

.info-content .texto {
    display: inline;

    font-size: 14px;
    line-height: 1.7;

    color: #919598;
    font-family: var(--font-primary);
}

/* MODALIDADES */

.modalidad-item {
    display: block !important;
}

.modalidad-item strong {
    color: #919598;
    font-weight: 700;
}

.tag-descripcion {
    font-family: var(--font-primary);
    text-align: justify;
}

.course-lesson p {
    font-family: var(--font-primary);
}

.accordion-body .course-lesson p {
    padding: 20px 30px !important;
}

/* RESPONSIVE */

@media(max-width: 991px) {

    .docente-card {
        padding: 35px 25px;
    }

    .docente-foto {
        width: 110px;
        height: 110px;
    }

    .docente-nombre {
        font-size: 28px;
    }

    .docente-descripcion {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width: 991px) {

    .contenido-banner {
        flex-direction: column;
    }

    .contenido-texto {
        padding: 35px 25px;
    }

    .titulo-carrera {
        font-size: 34px;
    }

    .descripcion-carrera {
        font-size: 16px;
    }

    .contenido-imagen {
        width: 100%;
        min-width: 100%;
        height: 280px;
    }
}

@media (max-width: 767px) {

    .header-brand .logo img {
        max-width: 120px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hero-banner.hero-style-3 .swiper-slide img {
        width: 100%;
        height: 100vh;

        object-fit: cover;
        object-position: 65% center;
    }



    .hero-banner.hero-style-3 .thumbnail-bg-content .banner-content {
        bottom: 230px !important;
    }

    .about-style-3 .about-content .section-title {
        text-align: center;
    }

    .section-title.section-left {
        text-align: center;
    }

    .floating-menu {
        top: 75%;
    }

    .edu-blog .thumbnail a img {
        width: 100% !important;
    }

    .section-title .title {
        font-size: 30px !important;
    }

    .sp-nuevo {
        margin-top: 10px;
    }

    .bd-slider-secundario .banner-btn {
        display: flex;
        justify-content: center;
    }

    .edu-footer-widget {
        margin-left: 0 !important;
        text-align: center;
    }

    .footer-lista {
        padding-left: 0;
    }

    .footer-lista li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .footer-lista li::before {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        margin-right: 0;
    }

    .footer-bottom-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
        gap: 25px;
    }

    /* REDES */
    .footer-social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;

        flex-wrap: wrap;
    }

    .footer-social img {
        width: 28px !important;
        height: 28px !important;
        object-fit: contain !important;
    }

    /* LOGO + COPYRIGHT */
    .footer-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 15px;
    }

    .footer-logo {
        width: 180px;
        max-width: 90%;
        height: auto;
    }

    .footer-center p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    /* LIBRO */
    .footer-book {
        display: flex;
        justify-content: center;
    }

    .footer-book img {
        width: 150px;
        max-width: 90%;
        height: auto;
        object-fit: contain;
    }

    .copyright-area::before {
        left: 0;
        width: 100%;
    }

    .hero-banner.hero-style-9 .slider .container {
        padding-top: 40px;
    }

    ul li {
        color: #fff;
    }

    ul li a {
        color: #fff;
    }

    a.edu-btn.btn-secondary,
    button.edu-btn.btn-secondary {
        margin-top: 20px;
    }

    .footer-accordion-btn {
        width: 100%;
        background: transparent;
        border: 0;

        color: #fff;
        font-size: 22px;
        font-weight: 700;

        padding: 15px 0;

        display: flex;
        justify-content: space-between;
        align-items: center;

        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-accordion-btn::after {
        content: "+";
        font-size: 24px;
    }

    .footer-accordion.active .footer-accordion-btn::after {
        content: "-";
    }

    .footer-accordion-content {
        max-height: 0;
        overflow: hidden;

        transition: .3s ease;
    }

    .footer-accordion.active .footer-accordion-content {
        max-height: 500px;
        padding-top: 15px;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .edu-breadcrumb-area {
        min-height: 250px;
    }

    .list-noticia-bg {
        height: 250px;
    }

    .blog-style-list .inner {
        display: flex;
        flex-direction: column;
    }

    .blog-style-list .thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-style-list .thumbnail img {
        width: 100%;
        height: auto;
        display: block;
    }

    .blog-style-list .content {
        width: 100%;
    }

    .blog-style-list .read-more-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .edu-pagination {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 8px;
        justify-content: center;
    }

    .edu-pagination li {
        flex: 0 0 auto;
    }


    .blog-details-content {
        padding-bottom: 0px;
    }

    .course-overview ul li {
        color: #919598;
    }


    .formulario-slider .form-header {
        font-size: 16px;
    }

    .form-checks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 20px;
        margin-bottom: 20px;
    }

    .form-checks label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
    }

    .form-checks input[type="radio"] {
        margin: 0;
    }

    .hero-banner .swiper {
        height: 160vh;
    }

    .hero-banner .swiper-principal {
        height: 90vh;
    }

    .hero-banner .slider-secundario {
        height: 60vh;
    }

    .text-list-sec .slider-lista .banner-btn {
        display: none;
    }

    .hero-banner.hero-style-3 .thumbnail-bg-content .slider-lista {
        bottom: -10px !important;
    }

    .breadcrumb-style-8 {
        top: -85px;
    }

    .contenido-texto {
        width: 100%;
    }

    .breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner {
        padding: 30px 0;
    }

    .fecha-examen {
        font-size: 12px;
    }

    .descripcion-carrera {
        font-size: 14px;
    }

    .titulo-carrera {
        font-size: 30px;
    }

    .edu-section-gap {
        padding: 45px 0 40px;
    }

    #myTab {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        border-bottom: none;
    }

    #myTab .nav-item {
        width: 100%;
    }

    #myTab .nav-link {
        width: 100%;
        border-radius: 12px;
        padding: 14px 10px;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
        min-height: 60px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course-sidebar-3 {
        margin-top: 0px;
    }

    .comment-list-wrapper .comment .thumbnail {
        max-height: 60px;
    }

    .edu-section-gap {
        padding: 20px 0 20px;
    }

    .mar-cab {
        margin-left: 0px !important;
    }

    .slider-video {
        top: 42% !important;
        height: 84% !important;
    }

    .li-movil-sec li {
        color: var(--color-body);
    }

    .privacy-policy {
        padding-right: 0px;
    }

    .comment-list-wrapper .comment .thumbnail img {
        height: 55px !important;
    }

    .textos-derecha {
        position: static !important;
        transform: none !important;
        width: 100%;
        top: auto;
    }

    .blog-tags {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .blog-details-content .blog-share-area {
        margin-top: 30px;
    }

}

.menu-item:hover {
    transform: scale(1.1);
}

/* CONTRASTE */

:root {
    --bg-color: transparent;
    --text-color: inherit;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
    transition: backdrop-filter 0.3s;
}

body.contrast-high::before {
    backdrop-filter: contrast(160%) saturate(120%);
}

body.contrast-dark {
    background-color: #000 !important;
    color: #fff !important;
}

body.contrast-dark::before {
    backdrop-filter: contrast(140%) brightness(75%);
}

body.contrast-light {
    background-color: #fff !important;
    color: #000 !important;
}

body.contrast-light::before {
    backdrop-filter: brightness(120%) contrast(110%);
}



/* -- */
/* tamaÃ±o de letra */

/* -- */
/* altura lÃ­nea */

/* -- */

/* ocultar imÃ¡genes */
body.hide-all-images img,
body.hide-all-images picture,
body.hide-all-images svg video,
body.hide-all-images canvas {
    visibility: hidden !important;
}

/* OCULTAR BACKGROUND IMAGES */

body.hide-all-images * {
    background-image: none !important;
}

/* OPCIONAL */
/* evita logos vacÃ­os */

body.hide-all-images img {
    opacity: 0 !important;
}

/* -- */
/* Cursor */
/* =========================================
   CURSOR NORMAL
========================================= */

body.cursor-normal {
    cursor: default;
}

/* =========================================
   CURSOR MÃS GRANDE
========================================= */
body.cursor-large,
body.cursor-large * {
    cursor: none !important;
}

/* CURSOR GRANDE */

.big-cursor {
    position: fixed;

    left: 0;
    top: 0;

    width: 64px;
    height: 64px;

    pointer-events: none;

    z-index: 99999999;

    display: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='white' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3L19 12L13 13L16 21L13 22L10 14L5 19V3Z'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
}

/* MOSTRAR */

body.cursor-large .big-cursor {
    display: block;
}

/* =========================================
   GUÃA DE LECTURA
========================================= */

#readingGuide {
    position: fixed;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background: #ff2f57;

    pointer-events: none;

    z-index: 999999;

    opacity: 0;

    transition: opacity .2s;
}

body.cursor-reading-guide #readingGuide {
    opacity: 1;
}

/* =========================================
   MÃSCARA DE LECTURA
========================================= */

#readingMask {
    position: fixed;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    z-index: 999998;

    opacity: 0;

    transition: opacity .2s ease;

    background: rgba(0, 0, 0, .72);

    /* POSICIÃ“N DINÃMICA */
    --mask-position: 50%;

    /* FRANJA TRANSPARENTE */

    -webkit-mask-image: linear-gradient(to bottom,

            black 0%,
            black calc(var(--mask-position) - 60px),

            transparent calc(var(--mask-position) - 60px),
            transparent calc(var(--mask-position) + 60px),

            black calc(var(--mask-position) + 60px),
            black 100%);

    mask-image: linear-gradient(to bottom,

            black 0%,
            black calc(var(--mask-position) - 60px),

            transparent calc(var(--mask-position) - 60px),
            transparent calc(var(--mask-position) + 60px),

            black calc(var(--mask-position) + 60px),
            black 100%);
}

/* MOSTRAR */

body.cursor-reading-mask #readingMask {
    opacity: 1;
}

/* -- */
/* Dislexia */
/* =========================================
   MODO DISLEXIA
========================================= */

body.dyslexia-mode *:not(iconify-icon):not(i):not(svg):not(path) {

    font-family:
        "OpenDyslexic",
        "Comic Sans MS",
        Arial,
        sans-serif !important;

    letter-spacing: 0.08em !important;

    word-spacing: 0.16em !important;

    line-height: 1.8 !important;

    font-weight: 600 !important;

    text-transform: none !important;
}

/* PÃRRAFOS MÃS CÃ“MODOS */

body.dyslexia-mode p,
body.dyslexia-mode li,
body.dyslexia-mode span {

    max-width: 75ch;
}

/* -- */
/* =========================================
   RESALTAR ENLACES
========================================= */

body.highlight-links a {

    position: relative !important;

    border: 2px solid #ff003c !important;

    border-radius: 10px !important;

    padding: 8px 12px !important;

    transition: .2s ease;

    box-sizing: border-box;

    z-index: 1;
}

/* HOVER */

body.highlight-links a:hover {

    background: rgba(255, 0, 60, .12) !important;
}

/* EVITAR ROMPER DISPLAY */

body.highlight-links a img {
    display: inline-block;
}

/* =========================================
   DETENER ANIMACIONES
========================================= */

body.stop-animations *,
body.stop-animations *::before,
body.stop-animations *::after {

    animation: none !important;

    transition: none !important;

    scroll-behavior: auto !important;
}

/* DETENER VIDEOS GIF TIPO CSS */

body.stop-animations *,
body.stop-animations *::before,
body.stop-animations *::after {

    animation-play-state: paused !important;

    transition-property: none !important;

    scroll-behavior: auto !important;
}

/* modo oscuro */
/* =========================================
   DARK MODE
========================================= */

body.dark-mode {

    background: #111822;

    color: #f5f5f5;
}

/* TEXTOS */

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode span,
body.dark-mode li,
body.dark-mode a,
body.dark-mode label,
body.dark-mode button,
body.dark-mode ul li {

    color: #f5f5f5 !important;
}

/* SECCIONES */
body.dark-mode .edu-categorie-area,
body.dark-mode .testimonial-area-5,
body.dark-mode .mega-categorias,
body.dark-mode .libro-re,
body.dark-mode .contact-form,
body.dark-mode .edu-breadcrumb-area,
body.dark-mode .edu-section-gap,
.dark-mode .edu-accordion-sec .accordion-item .accordion-button {

    background: #111822 !important;

    color: #f5f5f5 !important;
}

body.dark-mode .mega-categorias .cat-btn.active {
    background: #1C242F !important;
    color: #f5f5f5 !important;
}

body.dark-mode .mega-categorias {
    border-right: 1px solid #1C242F;
}

body.dark-mode .mega-posgrado .mega-col:not(:last-child) {
    border-right: 1px solid #111822;
}

body.dark-mode section,
body.dark-mode main,
body.dark-mode article,
body.dark-mode aside,
body.dark-mode .edu-faq-area,
body.dark-mode .sticky-active,
body.dark-mode .hero-style-3,
body.dark-mode .blog-details-area,
body.dark-mode .platform-dropdown {

    background: #1C242F !important;

    color: #f5f5f5 !important;
}

body.dark-mode .libro-re small {
    color: #fff !important;
}


body.dark-mode .hero-banner.hero-style-3-sec .swiper-slide::before {

    background: linear-gradient(90deg, hsl(348deg 100% 28%) 0%, rgb(32 39 47 / 92%) 50%) !important;
}

/* CARDS */

body.dark-mode .card,
body.dark-mode .box,
body.dark-mode .hero-banner,
body.dark-mode .edu-blog-area {

    background: #1C242F !important;

    color: #f5f5f5 !important;
}

/* INPUTS */

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select {

    background: #111822 !important;

    color: #fff !important;

    border-color: #333 !important;
}

/* =========================================
   DARK MODE BREADCRUMB GRADIENT
========================================= */

body.dark-mode .breadcrumb-style-8 .breadcrumb-right-wrapper {

    background-image: linear-gradient(90deg,
            #0F141B 0%,
            #1C242F 40%,
            #314052 75%,
            #4A5E78 100%) !important;
}

body.dark-mode .list-noticia-bg {

    background: linear-gradient(135deg,
            #0a0f16 0%,
            #111822 40%,
            #233047 75%,
            #3a4c6b 100%) !important;
}

.floating-menu .menu-item:hover {
    color: #EE4A62 !important;
}

.floating-menu .menu-item:focus {
    color: #EE4A62 !important;
}

/*------- */
.banner-carreras {
    margin-top: 30px;
}

.lista-carreras {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0px 80px;

    padding: 0;

    margin: 0;

    list-style: none;
}

.lista-carreras li {

    position: relative;

    list-style-type: disclosure-closed;

    color: #ee4a62;
}

.lista-carreras li a {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #ffffff;

    font-size: 15px;

    line-height: 1.5;

    text-decoration: none;
}

.course-lesson ul {
    list-style-type: disclosure-closed !important;
    list-style-position: outside !important;
    margin-left: 40px !important;
}

.course-lesson ul li {
    display: list-item !important;
}

.course-lesson ul li::marker {
    color: #919598;
    font-size: 14px;
}

/* HOVER */

.lista-carreras li a:hover {

    color: #ffd6dd;

    transform: translateX(4px);
}

.hero-banner.hero-style-3 .thumbnail-bg-content {
    display: flex !important;
    align-items: center !important;
    min-height: 100vh !important;
}

.hero-banner.hero-style-3 .slider-lista {
    position: relative !important;
    bottom: auto !important;
}

.slider-con-video {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.slider-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);

}

.content-video {
    position: relative;
}

.hero-banner.hero-style-3 .slider-con-video:before {
    background: linear-gradient(90deg, hsl(348deg 100% 28%) 0%, rgb(32 39 47 / 35%) 50%);
}

.header-nuevo-der {
    max-width: 1400px;
}

.mar-cab {
    margin-left: 60px;
}

.menu-plataforma>a::after {
    position: absolute;
    content: "\e91e";
    font-family: icomoon;
    right: -10px;
    top: 15px;
    font-size: 6px;
    font-weight: 400;
}

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

/* Estado inicial */
.blog-left,
.blog-right {
    opacity: 0;
    transition: all 1s ease;
}

/* Izquierda entra desde la izquierda */
.blog-left {
    transform: translateX(-120px);
}

/* Derecha entra desde la derecha */
.blog-right {
    transform: translateX(120px);
}

/* Cuando aparece */
.blog-left.active,
.blog-right.active {
    opacity: 1;
    transform: translateX(0);
}

.rating-icon .empty {
    color: #cfcfcf;
    opacity: .5;
}

.mega-posgrado .mega-col:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

.mega-posgrado .mega-col:nth-child(4n) {
    border-right: none;
}

.social-share li a i:hover {
    color: #fff !important;
}

.tag-descripcion-noticias {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.edu-accordion .accordion-body .curso-carrera ul li {
    padding: 5px 10px;
}

.descripcion-carrera-sl {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.justificar {
    text-align: justify !important;
}

.des-completa p {
    text-align: justify !important;
}

.lista-vist-sec {
    list-style-type: disclosure-closed !important;
    list-style-position: outside !important;
    margin-left: 10px !important;
}

.marquesina {
    background: #91001E;
}

.features-area-9 .features-wrapper .feature-wrap .features-track .features-icon {
    display: inline-block;
    height: 30px;
    flex: 0 0 30px;
    background: url('../imagenes/icon-uprit2.webp') center / contain no-repeat;
}

.features-area-9 .features-wrapper .feature-wrap .features-track .features-icon.features-icon--home {
    background-image: url('../imagenes/icon-uprit.webp');
}

.marquesina .features-wrapper .feature-wrap .features-track .feature-text {
    color: #fff;
}

.textos-derecha .inner .widget-title {
    font-size: 18px !important;
}

/* ===== LIBRO DE RECLAMACIONES ===== */

.libro-re {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.libro-re h2,
.libro-re h4 {
    color: #222;
    font-weight: 700;
}

.libro-re p,
.libro-re small,
.libro-re label {
    color: #555;
}

.libro-re label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
}

/* Inputs */
.libro-re .form-control {
    width: 100%;
    height: 54px;
    border-radius: 16px;
    border: 1px solid #e3dede;
    padding: 12px 18px;
    background: #fafafa;
    transition: all .3s ease;
    box-shadow: none;
}

/* Textarea */
.libro-re textarea.form-control {
    height: auto;
    min-height: 130px;
    resize: vertical;
    padding-top: 15px;
}

/* Focus */
.libro-re .form-control:focus {
    border-color: #b3002d;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(179, 0, 45, 0.10);
    outline: none;
}

/* Select */
.libro-re select.form-control {
    cursor: pointer;
}

/* File */
.libro-re input[type="file"] {
    padding: 12px;
}

.libro-re input,
.libro-re select,
.libro-re textarea {
    font-size: 14px;
}

/* Sections */
.libro-re .mb-5 {
    margin-bottom: 50px !important;
}

/* Divider */
.libro-re hr {
    border-color: #ececec;
    margin: 40px 0;
}

/* Button */
.libro-re .btn-danger {
    background: #b3002d;
    border: none;
    border-radius: 50px;
    padding: 14px 45px;
    font-weight: 600;
    transition: .3s ease;
}

.libro-re .btn-danger:hover {
    background: #8f0024;
    transform: translateY(-2px);
}

/* Responsive */
@media(max-width:768px) {

    .libro-re {
        padding: 25px;
    }

}

.icon-trans {
    color: #fff;
    margin-right: 10px;
}

.espacio-trans {
    padding: 20px !important;
}

.espacio-trans a svg {
    margin-right: 10px;
}

.sup-derecha .hov-sup:hover {
    color: #EE4A62 !important;
}

.swal-reclamo {
    border-radius: 24px !important;
    padding: 25px !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18) !important;
}

.lista-programas-custom {
    margin-top: 15px;
    padding-left: 20px;
}

.item-programa {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.item-programa span {
    color: #91001E;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin-top: 6px;
    min-width: 20px;
}

.item-programa p {
    margin: 0;
    color: #808080;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1566px) {
    .hero-banner .swiper-principal {
        height: 130vh;
    }

    .hero-banner.hero-style-9 .slider .container {
        padding-top: 0px;
    }

    .swiper-formulario {
        height: 130vh !important;
    }

    .hero-banner.hero-style-3 .hero-slider-bg-controls {
        right: 15px;
    }




}

.chatbot-header {
    background: #91001E;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.chatbot-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chatbot-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.chatbot-title span {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

#closeChatbot {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

#closeChatbot iconify-icon {
    font-size: 24px;
}

.bot-message {
    background: #91001E;
    border-radius: 18px 18px 18px 5px;
    padding: 14px 18px;
    max-width: 90%;
    color: #fff;
    margin: 0 auto 20px;
    text-align: left;
    line-height: 1.5;
}

.chatbot-content {
    width: 95%;
    max-width: 430px;
    border-radius: 20px;
    max-height:700px;
    display:flex;
    flex-direction:column;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.chatbot-body {
    flex:1;

    overflow-y:auto;
    padding: 20px;
    background: #F4F6F8;
}

.chat-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.chat-card {
    width: 100%;
    border: none;


    padding: 18px;

    border-radius: 16px;

    text-align: left;

    cursor: pointer;

    font-size: 15px;
    font-weight: 500;

    transition: .25s;

    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.chat-card:hover {

    background: #fff;

    border-color: #91001E;

    box-shadow:
        0 8px 20px rgba(145, 0, 30, .12);

    transform: translateY(-2px);
}

.chat-back {
    width: auto;
    min-width: 120px;
    padding: 10px 18px;
    margin-top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: #91001E;
    color: #fff;
    border: none;
    border-radius: 30px;
}

.chat-search {
    width: 100%;
    padding: 16px 20px;

    background: #ECEFF3;

    border: 2px solid #D0D7DF !important;

    border-radius: 18px !important;

    font-size: 16px;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, .04);

    transition: .25s;
}

.chat-search:focus {
    background: #F4F6F8;

    border-color: #91001E;

    box-shadow:
        0 0 0 4px rgba(145, 0, 30, .10);

    outline: none;
}

.chat-message {
    display: block;
    width: 100%;
}

.chat-bubble {
    width: 100%;
    box-sizing: border-box;

    background: #ffffff;

    border-radius: 18px 18px 18px 6px;

    padding: 18px;

    line-height: 1.8;

    color: #4b5563;

    border-left: 4px solid #91001E;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);

    margin-bottom: 20px;
}

.chat-bubble strong {
    color: #374151;
}

.chat-bubble a {
    color: #91001E;
    font-weight: 600;
    text-decoration: none;
}


.chat-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;

    margin-top: 20px;
}

.chat-actions .chat-back,
.chat-actions .chat-finish {

    min-width: 140px;
    height: 42px;

    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: none;

    border-radius: 999px;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition: .25s ease;
}

.chat-actions .chat-back {

    background: #91001E;
    color: #fff;

    box-shadow:
        0 4px 12px rgba(145, 0, 30, .25);
}

.chat-actions .chat-back:hover {

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(145, 0, 30, .35);
}

.chat-actions .chat-finish{
    background:#1E3A8A;
    color:#fff;

    box-shadow:
        0 4px 12px rgba(30,58,138,.25);
}

.chat-actions .chat-finish:hover{
    transform:translateY(-2px);

    box-shadow:
        0 8px 18px rgba(30,58,138,.35);
}

.chatbot-modal {
    display: none;

    position: fixed;
    top: 20px;
    width: 100%;
    height: 100%;
    right: 100px;
    z-index: 999999;

    justify-content: end;
    align-items: center;
}

.chatbot-status {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, .6);
}

.chat-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#buscarCarrera {
    margin-right: auto;
}

#volverMenu {
    margin-left: auto;
}

.chat-warning {
    display: flex;
    gap: 12px;

    padding: 15px 18px;

    margin: 15px 0;

    background: #fff8e8;

    border-left: 4px solid #f59e0b;

    border-radius: 12px;

    color: #6b7280;

    line-height: 1.6;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.warning-icon {
    flex-shrink: 0;
}

.warning-icon iconify-icon {
    font-size: 28px;
    color: #f59e0b;
}

.warning-content strong {
    display: block;
    color: #92400e;
    margin-bottom: 6px;
    font-size: 15px;
}

.warning-content p {
    margin: 0 0 6px;
}

.warning-content span {
    color: #78716c;
    font-size: 14px;
}

.career-title {
    display: flex;
    align-items: center;
    gap: 12px;

    background: #fff;

    padding: 16px 18px;

    border-radius: 16px;

    margin-bottom: 20px;

    border-left: 4px solid #91001E;

    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.career-title iconify-icon {
    font-size: 30px;
    color: #91001E;
}

.career-label {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2px;
}

.career-title h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.bot-bubble{

    background:#F8F1F3;

    border-left:none;

    border-radius:20px 20px 20px 6px;

    padding:14px 18px;

    margin-bottom:12px;

    color:#fff;

    box-shadow:none;


    max-width:85%;
}

.bot-bubble-izquierda{

    background:#2F5D8C;

    border-left:none;

    border-radius:20px 20px 20px 6px;

    padding:14px 18px;

    margin-bottom:12px;

    color:#fff;

    box-shadow:none;


    max-width:85%;
}

.bot-bubble-derecha {
    background: #2E7D68;
    border-left: none;
    border-radius: 20px 6px 20px 20px;
    padding: 14px 18px;
    margin-bottom: 12px;
    color: #fff;
    box-shadow: none;
    max-width: 85%;
    margin-left:50px;
}




.bot-title{


    color:#fff;

    font-weight:700;

    font-size:18px;
}


.bot-bubble strong{

    display:block;

    margin-top:6px;

    color:#fff;

    font-size:16px;
}

.bot-bubble p{
    margin:0;
    color:#fff;
    line-height:1.6;
}

.bot-bubble.title{
    background:#91001E;
    color:#fff;
    border-left:none;
    font-size:18px;
    font-weight:700;
}

.bot-bubble.title p,
.bot-bubble.title strong{
    color:#fff;
}

.chat-links{
    margin-top:12px;
    display:flex;
    gap:10px;
}

.mini-action{

    display:inline-flex;
    align-items:center;
    gap:6px;

    padding:8px 14px;

    border-radius:999px;

    text-decoration:none;

    font-size:14px;
    font-weight:600;

    transition:.25s;
}

.mini-action.whatsapp{

    background:#DCFCE7;

    color:#15803D;
}

.mini-action.whatsapp:hover{

    background:#BBF7D0;
}

.mini-action.info{

    background:#DBEAFE;

    color:#1D4ED8;
}

.mini-action.info:hover{

    background:#BFDBFE;
}

.mini-action iconify-icon{

    font-size:18px;
}

.career-list{
    list-style:none;
    padding:0;
    margin:12px 0 0;

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:6px 18px; /* menos separación vertical */
}

.career-list li{

    display:flex;
    align-items:flex-start;

    color:#fff;

    line-height:1.5;

    padding:2px 0;
}

.career-list li::before{

    content:"✓";

    color:#fff;

    font-weight:700;

    margin-right:10px; 

    margin-top:2px;

    flex-shrink:0;
}

.course-list{

    display:flex;
    flex-direction:column;

    gap:10px;

    margin-top:15px;
}

.docente-bubble strong{

    display:block;

    color:#fff;

    font-size:16px;

    margin-bottom:10px;
}
.docente-item{

    color:#fff;

    line-height:1.8;

    font-size:14px;
}

/* ===== PERFIL DOCENTE INVESTIGADOR ===== */

.docente-investigador-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(145, 0, 30, 0.92) 0%, rgba(145, 0, 30, 0.75) 45%, rgba(145, 0, 30, 0.35) 100%),
        url('/web/assets/images/bg/bg-image-20.svg') center/cover no-repeat;
    overflow: hidden;
}

.docente-investigador-hero__content {
    max-width: 720px;
    padding: 60px 0 80px;
}

.docente-investigador-hero__title {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
}

.docente-investigador-hero__quote {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
}

.docente-investigador-perfil {
    position: relative;
    padding: 0 0 70px;
    margin-top: -70px;
}

.docente-investigador-perfil__foto-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.docente-investigador-perfil__foto {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.docente-investigador-perfil__card {
    background: #f7f3ef;
    border-radius: 18px;
    padding: 28px 24px;
    height: 100%;
}

.docente-investigador-perfil__nombre {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #20272f;
}

.docente-investigador-perfil__tags {
    margin-bottom: 22px;
}

.docente-investigador-perfil__tag {
    display: inline-block;
    border: 1px solid #c9c9c9;
    color: #666;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    margin: 0 4px 6px 0;
    background: #fff;
}

.docente-investigador-perfil__dato {
    margin-bottom: 18px;
}

.docente-investigador-perfil__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-bottom: 6px;
}

.docente-investigador-perfil__valor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    word-break: break-word;
}

.docente-investigador-perfil__valor:hover {
    color: #91001e;
}

.docente-investigador-perfil__historial {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 28px 30px;
    min-height: 100%;
}

.docente-investigador-perfil__badge {
    display: inline-block;
    background: #91001e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.docente-investigador-perfil__bio {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
}

.docente-investigador-perfil__volver {
    display: inline-block;
    color: #91001e;
    font-weight: 600;
    text-decoration: none;
}

.docente-investigador-perfil__volver:hover {
    color: #c4002f;
    text-decoration: underline;
}

.btn-ver-perfil-docente {
    display: inline-block;
    background: #91001e;
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-ver-perfil-docente:hover {
    background: #c4002f;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .docente-investigador-hero__content {
        padding: 40px 0 70px;
    }

    .docente-investigador-perfil {
        margin-top: -50px;
    }

    .docente-investigador-perfil__historial {
        margin-top: 24px;
    }
}

/* Menú móvil responsive */
body.mobile-menu-open {
    overflow: hidden;
}

.header-action .mobile-menu-bar .hamberger-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #fff !important;
    background: rgba(145, 0, 30, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s ease, transform 0.2s ease;
}

.header-action .mobile-menu-bar .hamberger-button iconify-icon {
    font-size: 26px;
}

.header-action .mobile-menu-bar .hamberger-button:hover,
.header-action .mobile-menu-bar .hamberger-button:focus-visible {
    background: #91001e;
    color: #fff !important;
    transform: scale(1.04);
    outline: none;
}

.header-mainmenu.sticky-active .header-action .mobile-menu-bar .hamberger-button {
    background: rgba(145, 0, 30, 0.85);
}

.popup-mobile-menu .inner {
    width: min(340px, 88vw);
    background: #fff;
}

.popup-mobile-menu .inner .header-top {
    background: #91001e;
    border-bottom: none;
    padding: 18px 20px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.popup-mobile-menu .inner .header-top .close-menu .close-button:hover {
    background: #fff;
    color: #91001e;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button iconify-icon {
    font-size: 22px;
}

.popup-mobile-menu .mainmenu {
    padding: 8px 0 24px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.popup-mobile-menu .mainmenu li a,
.popup-mobile-menu .mainmenu li button {
    color: #1a1a1a !important;
    padding: 12px 20px;
    margin: 0;
    font-weight: 600;
}

.popup-mobile-menu .mainmenu li+li {
    border-top: 1px solid rgba(145, 0, 30, 0.12);
}

.popup-mobile-menu .mainmenu .has-droupdown > a {
    color: #91001e !important;
}

.popup-mobile-menu .mainmenu .has-droupdown > a::after {
    color: #91001e;
    padding-right: 20px !important;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    color: #444 !important;
    font-weight: 500;
    padding-left: 8px;
}

.popup-mobile-menu .mainmenu .has-droupdown > a.open {
    background: rgba(145, 0, 30, 0.06);
}

.popup-mobile-menu .mainmenu > li:last-child {
    padding: 16px 20px 0;
    border-top: none;
}

.popup-mobile-menu .mainmenu > li:last-child .edu-btn {
    width: 100%;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.menu-title-brand {
    color: #91001E;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .mainmenu-nav .mainmenu>li>a {
        padding: 0 24px !important;
        font-size: 14px;
    }

    .mar-cab {
        margin-left: 20px;
    }

    .mega-posgrado-wrapper {
        width: min(1200px, calc(100vw - 24px));
    }

    .mega-pregrado-wrapper {
        width: min(1100px, calc(100vw - 24px));
    }

    .mega-categorias {
        width: 200px;
    }

    .cat-btn {
        padding: 14px 16px;
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .popup-mobile-menu {
        display: none !important;
    }
}
