#englBT {
    padding: 5, 5% 0rem 0 0rem;
}

#englConBT {
    padding: 2rem 0;
    background-image: url("../build/img/fondos/fondoAzul.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -3px;
}

#heroBT {
    position: relative;
    background-image: url("../build/img/egresados/egresados.jpg");
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
}

#heroBT::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at left, rgba(0, 40, 85, 0.4) 0%, transparent 50%), linear-gradient(90deg, var(--azulFuerte) 0%, rgba(0, 40, 85, 0.88) 45%, rgba(0, 40, 85, 0.35) 90%, rgba(0, 40, 85, 0) 95%);
    z-index: 1;
}

#heroBT::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, var(--azulFuerte));
    z-index: 1;
    pointer-events: none;
}

#heroBT>* {
    position: relative;
    z-index: 2;
}

.heroBT-content {
    max-width: 65rem;
    padding: 16rem 8rem 11rem 8rem;
    color: white;
}

.heroBT-kicker {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.6rem 1.6rem;
    border-radius: 50rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(4px);
}

.heroBT-content h1 {
    font-size: 4.4rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.heroBT-content p {
    font-size: 1.8rem;
    opacity: 0.85;
    margin-bottom: 3rem;
    max-width: 45rem;
}

#contBT {
    border-radius: 25px;
    margin: 0 8rem;
    padding: 3rem;
    background-color: var(--bg-white);
}

.registers {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.boxRegister {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    border: 3px solid var(--borde);
    border-radius: 5px;
    padding: 2rem 1.5rem;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.boxRegister:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 40, 85, 0.1);
}

.boxRegister:nth-child(1) {
    border-color: color-mix(in srgb, var(--primario) 35%, var(--borde));
}

.boxRegister:nth-child(2) {
    border-color: color-mix(in srgb, var(--azul) 35%, var(--borde));
}

.boxRegister:first-child::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: -14px;
    width: 1px;
    background: linear-gradient(180deg,
            transparent 0%,
            var(--borde) 25%,
            var(--borde) 75%,
            transparent 100%);
}

.boxRegister a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxRegister img {
    height: 100px;
    margin-bottom: 5px;
}

.boxRegister h2 {
    color: var(--azulFuerte) !important;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    max-width: 20rem;
    margin: 0.5rem auto;
}

.boxRegister p {
    font-size: 1.4rem;
    color: var(--muted-lt);
}

.textBT {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 0;
}

.textBT p {
    font-size: 1.6rem;
    color: var(--muted);
    text-align: center;
    max-width: 900px;
}


/*.contPlt:hover img {
        filter: grayscale(0%) opacity(1);
    }
        .contPlt--dark img {
        filter: none;
    }*/

.contPlt--dark {
    background: var(--azulFuerte);
}

.contact {
    text-align: center;
    font-size: 1.4rem;
    color: var(--muted);
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--borde);
}

.contact strong {
    color: var(--azulFuerte);
}

.contact a {
    color: var(--azul);
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

#englSegEg {
    padding: 2rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -3px;
}

/* Dos columnas: texto a la izquierda, encuestas a la derecha */
#contSE {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 5rem;
    margin: 0 8rem;
    padding: 4rem;
    border-radius: 25px;
    background-color: var(--bg-white);
}

.textSE h2 {
    color: var(--azulFuerte) !important;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.textSE p {
    font-size: 1.6rem;
    color: var(--muted) !important;
    max-width: 55rem;
}

.textSE p+p {
    margin-top: 1.2rem;
}

/* Columna derecha, con una línea que la separa del texto (igual que en las cajas de bolsa de trabajo) */
.pickSE {
    position: relative;
}

.pickSE::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.5rem;
    width: 1px;
    background: linear-gradient(180deg,
            transparent 0%,
            var(--borde) 25%,
            var(--borde) 75%,
            transparent 100%);
}

.pickSE .chooseSE {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--azulFuerte) !important;
}

.levelsSE {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--borde) !important;
}

.levelsSE li {
    border-bottom: 1px solid var(--borde) !important;
}

.levelSE {
    --acento: var(--primario) !important;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1.5rem 2rem 2rem;
    color: inherit;
    text-decoration: none;
    transition: background 0.25s ease;
}

.levelsSE li:nth-child(2) .levelSE {
    --acento: var(--azul) !important;
}

.levelSE::before {
    content: "";
    position: absolute;
    inset-block: 1.6rem;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--acento) !important;
}

.levelSE-name {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--azulFuerte) !important;
}

.levelSE-hint {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.4rem;
    color: var(--muted-lt) !important;
}

.levelSE-go {
    display: grid;
    place-items: center;
    width: 4.4rem;
    height: 4.4rem;
    border: 2px solid var(--acento) !important;
    border-radius: 50%;
    color: var(--acento);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.levelSE-go svg {
    width: 2rem;
    height: 2rem;
}

.levelSE:hover,
.levelSE:focus-visible {
    background: color-mix(in srgb, var(--acento) 7%, transparent);
}

.levelSE:hover .levelSE-go,
.levelSE:focus-visible .levelSE-go {
    background: var(--azulFuerte) !important;
    border-color: var(--azulFuerte) !important;
    color: #fff;
    transform: translateX(4px);
}

.levelSE:focus-visible {
    outline: 3px solid var(--azul) !important;
    outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {

    .levelSE,
    .levelSE-go {
        transition: none;
    }

    .levelSE:hover .levelSE-go,
    .levelSE:focus-visible .levelSE-go {
        transform: none;
    }
}

@media (max-width: 900px) {
    #contSE {
        grid-template-columns: 1fr;
        gap: 3rem;
        margin: 0 3rem;
        padding: 3rem;
    }

    .pickSE::before {
        display: none;
    }
}

@media (max-width: 500px) {
    .textSE p {
        text-align: justify;
    }

    #contSE {
        margin: 0 1rem;
        padding: 2.5rem 2rem;
    }

    .textSE h2 {
        font-size: 2.4rem;
    }

    .levelSE {
        padding: 1.6rem 0.5rem 1.6rem 1.6rem;
    }

    .levelSE-name {
        font-size: 1.9rem;
    }

    .levelSE-go {
        width: 3.6rem;
        height: 3.6rem;
    }

    #contBT {
        margin: 0 1rem;
    }

    .boxRegister {
        width: 100%;
    }

    .registers {
        flex-direction: column;
    }

    .heroBT-content {
        padding: 20rem 4rem 10rem 4rem;
    }

    #heroBT {
        background-position: right;
    }
}