.elementor-1268 .elementor-element.elementor-element-fbe0612{--display:flex;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d87757 *//* ==================================================
   PÁGINA DE PREINSCRIPCIONES 2027
   ================================================== */

html {
    scroll-behavior: smooth;
}

.preinscripcion-hero,
.preinscripcion-contenedor {
    font-family: "Montserrat", "Arial", sans-serif;
}

.preinscripcion-hero *,
.preinscripcion-contenedor * {
    box-sizing: border-box;
}


/* ==================================================
   PORTADA
   ================================================== */

.preinscripcion-hero {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgba(6, 25, 51, 0.94) 0%,
            rgba(8, 38, 72, 0.82) 48%,
            rgba(8, 38, 72, 0.28) 100%
        ),
        url("URL-DE-LA-IMAGEN-DEL-COLEGIO");
    background-size: cover;
    background-position: center;
}

.preinscripcion-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 30px;
    color: #ffffff;
}

.preinscripcion-etiqueta {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
}

.preinscripcion-hero h1 {
    max-width: 780px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(40px, 6vw, 70px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.preinscripcion-hero p {
    max-width: 680px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.65;
}

.boton-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #1685e5;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(22, 133, 229, 0.3);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.boton-hero:hover {
    transform: translateY(-3px);
    background: #0871cf;
    box-shadow: 0 16px 35px rgba(22, 133, 229, 0.4);
}


/* ==================================================
   CONTENEDOR GENERAL
   ================================================== */

.preinscripcion-contenedor {
    max-width: 1180px;
    margin: 0 auto;
    padding: 85px 30px;
    color: #26384c;
}

.titulo-pequeno {
    display: block;
    margin-bottom: 9px;
    color: #1685e5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/* ==================================================
   PRESENTACIÓN
   ================================================== */

.preinscripcion-presentacion {
    max-width: 850px;
    margin: 0 auto 65px;
    text-align: center;
}

.preinscripcion-presentacion h2 {
    margin: 0 0 22px;
    color: #102a47;
    font-size: clamp(29px, 4vw, 43px);
    font-weight: 800;
    line-height: 1.2;
}

.preinscripcion-presentacion p {
    margin: 0 auto 15px;
    color: #53657a;
    font-size: 17px;
    line-height: 1.8;
}

.preinscripcion-presentacion strong {
    color: #163d68;
}


/* ==================================================
   TARJETA DE REUNIÓN
   ================================================== */

.tarjeta-reunion {
    margin-bottom: 40px;
    padding: 45px;
    border: 1px solid #dce8f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(25, 58, 92, 0.1);
}

.tarjeta-reunion__titulo {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.icono-principal {
    display: flex;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #eaf5ff;
    font-size: 28px;
}

.tarjeta-reunion__titulo h2 {
    margin: 0;
    color: #102a47;
    font-size: 29px;
    font-weight: 800;
}

.datos-reunion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.dato-reunion {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 105px;
    padding: 22px;
    border: 1px solid #e4edf5;
    border-radius: 12px;
    background: #f8fbfe;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.dato-reunion:hover {
    transform: translateY(-3px);
    border-color: #a8d2f5;
    box-shadow: 0 10px 25px rgba(22, 74, 120, 0.08);
}

.dato-reunion__icono {
    display: flex;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    font-size: 20px;
}

.dato-reunion span:not(.dato-reunion__icono) {
    display: block;
    margin-bottom: 4px;
    color: #6d7e90;
    font-size: 13px;
    font-weight: 600;
}

.dato-reunion strong {
    display: block;
    color: #183b60;
    font-size: 16px;
    line-height: 1.4;
}

.aviso-reunion {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 25px;
    padding: 20px 22px;
    border-left: 4px solid #1685e5;
    border-radius: 8px;
    background: #eaf5ff;
}

.aviso-reunion span {
    font-size: 20px;
}

.aviso-reunion p {
    margin: 0;
    color: #365977;
    font-size: 15px;
    line-height: 1.65;
}


/* ==================================================
   ESPECIALIDADES
   ================================================== */

.preinscripcion-especialidades {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 65px;
}

.especialidad {
    display: flex;
    gap: 20px;
    padding: 32px;
    border-radius: 16px;
    background: #102f50;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(13, 43, 73, 0.16);
    transition: transform 0.25s ease;
}

.especialidad:hover {
    transform: translateY(-4px);
}

.especialidad__icono {
    display: flex;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 26px;
}

.especialidad h3 {
    margin: 0 0 11px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 750;
}

.especialidad p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}


/* ==================================================
   CONTACTO
   ================================================== */

.contacto-preinscripcion {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 55px;
    align-items: center;
    padding: 48px;
    border-radius: 18px;
    background: #f3f8fc;
}

.contacto-preinscripcion__texto h2 {
    margin: 0 0 16px;
    color: #102a47;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
}

.contacto-preinscripcion__texto p {
    margin: 0;
    color: #5a6d80;
    font-size: 15px;
    line-height: 1.75;
}

.contacto-preinscripcion__datos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacto-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #dce8f2;
    border-radius: 10px;
    background: #ffffff;
    color: #163b60 !important;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contacto-item:hover {
    transform: translateX(4px);
    border-color: #84bfea;
    box-shadow: 0 8px 20px rgba(26, 67, 105, 0.08);
}

.contacto-item > span {
    display: flex;
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf5ff;
    font-size: 18px;
}

.contacto-item small {
    display: block;
    margin-bottom: 3px;
    color: #758496;
    font-size: 12px;
}

.contacto-item strong {
    display: block;
    overflow-wrap: anywhere;
    color: #183b60;
    font-size: 14px;
    line-height: 1.4;
}


/* ==================================================
   TABLETS
   ================================================== */

@media (max-width: 900px) {

    .preinscripcion-hero {
        min-height: 460px;
        background-position: center;
    }

    .datos-reunion,
    .preinscripcion-especialidades,
    .contacto-preinscripcion {
        grid-template-columns: 1fr;
    }

    .contacto-preinscripcion {
        gap: 32px;
    }
}


/* ==================================================
   CELULARES
   ================================================== */

@media (max-width: 600px) {

    .preinscripcion-hero {
        min-height: 480px;
        background-image:
            linear-gradient(
                rgba(6, 25, 51, 0.86),
                rgba(6, 25, 51, 0.92)
            ),
            url("URL-DE-LA-IMAGEN-DEL-COLEGIO");
    }

    .preinscripcion-hero__content {
        padding: 70px 20px;
        text-align: center;
    }

    .preinscripcion-hero h1 {
        font-size: 40px;
        letter-spacing: -0.8px;
    }

    .preinscripcion-hero p {
        font-size: 16px;
    }

    .preinscripcion-contenedor {
        padding: 60px 18px;
    }

    .preinscripcion-presentacion {
        margin-bottom: 45px;
    }

    .preinscripcion-presentacion h2 {
        font-size: 29px;
    }

    .preinscripcion-presentacion p {
        font-size: 15px;
    }

    .tarjeta-reunion {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .tarjeta-reunion__titulo {
        align-items: flex-start;
    }

    .icono-principal {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .tarjeta-reunion__titulo h2 {
        font-size: 23px;
    }

    .dato-reunion {
        min-height: auto;
        padding: 18px;
    }

    .preinscripcion-especialidades {
        gap: 17px;
    }

    .especialidad {
        flex-direction: column;
        padding: 26px 22px;
    }

    .contacto-preinscripcion {
        padding: 28px 18px;
    }

    .contacto-preinscripcion__texto h2 {
        font-size: 27px;
    }

    .contacto-item {
        align-items: flex-start;
        padding: 15px;
    }

    .contacto-item strong {
        font-size: 13px;
    }
}/* End custom CSS */