:root {
    --web-color-primario: #ec6623;
    --web-color-primario-hover: #d95818;
    --web-color-oscuro: #151515;
    --web-color-texto: #454545;
    --web-fuente-cuerpo: "Poppins", "Segoe UI", sans-serif;
    --web-fuente-titulo: "Jost", "Segoe UI", sans-serif;
    --web-cabecera-altura: 94px;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    background: #fff;
}

.web-cuerpo {
    font-family: var(--web-fuente-cuerpo);
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--web-fuente-titulo);
}
#web-cabecera.web-cabecera {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 27px 0;
    --bs-navbar-padding-y: 0;
    background: rgba(21, 21, 21, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

#web-cabecera.web-cabecera.web-cabecera--fijo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#web-cabecera.web-cabecera.web-cabecera--desplazado {
    background-color: #0a0707;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}

#web-cabecera.web-cabecera[data-web-cabecera-fija-oscura="1"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    --bs-navbar-bg: #0a0707;
    background-color: #0a0707;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}

.web-cabecera-fullwidth {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
}

.web-cabecera-fila {
    min-height: 0;
}

.web-cabecera-logo-col {
    position: relative;
}

.web-marca {
    display: inline-flex;
    align-items: center;
    margin: 0;
    line-height: 0;
    text-decoration: none;
    border: none;
}

.web-marca:hover,
.web-marca:focus,
.web-marca:visited {
    text-decoration: none;
    opacity: 0.92;
}

.web-marca-logo {
    display: block;
    height: 58px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    border: none;
}

.web-marca-logo--claro {
    display: none;
}

.web-marca-logo--oscuro {
    display: block;
}

.web-marca--fondo-claro .web-marca-logo--oscuro {
    display: none;
}

.web-marca--fondo-claro .web-marca-logo--claro {
    display: block;
}

.web-cabecera-toggle {
    position: absolute;
    top: 28px;
    right: 15px;
    border: none;
    padding: 9px 10px;
    background: transparent;
}

.web-cabecera-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

#web-menu-principal.web-menu-principal {
    margin-top: 0;
    justify-content: flex-end;
}

.web-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.web-menu-item {
    position: relative;
}

.web-menu-enlace {
    display: block;
    padding: 12px 9px;
    color: #fff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.3s ease;
}

.web-menu-enlace:hover {
    color: rgba(255, 255, 255, 0.7);
}

.web-menu-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1100;
}

.web-menu-sub .web-menu-sub {
    top: 0;
    left: 100%;
}

.web-menu-sub .web-menu-enlace {
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 400;
    color: #3d404f;
}

.web-menu-item--padre:hover > .web-menu-sub {
    display: block;
}

.web-top-links {
    margin-top: 0;
    margin-left: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 13px;
}

.web-top-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.web-top-account a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    line-height: 1;
}

.web-icono-cabecera {
    font-size: 19px;
    line-height: 1;
}

.web-header-button {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    flex-shrink: 0;
}

.web-header-button a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.33;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 30px;
    border-radius: 5px;
    color: #fff;
    background: var(--web-color-primario);
    text-decoration: none;
    transition: all 0.3s ease;
}

.web-header-button a:hover {
    background: #fff;
    color: #000;
}

@media (min-width: 992px) {
    .web-cabecera-fila {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .web-cabecera-fila > .web-cabecera-logo-col {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .web-cabecera-fila > #web-menu-principal {
        display: flex;
        flex: 0 1 auto;
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: 40px;
    }

    .web-cabecera-fila > .web-top-links {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin-left: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .web-cabecera-fullwidth {
        padding: 0 30px;
    }

    .web-menu-enlace {
        padding: 12px 11px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --web-cabecera-altura: 70px;
    }

    #web-cabecera.web-cabecera {
        padding: 0;
    }

    #web-cabecera.web-cabecera.web-cabecera--menu-abierto {
        background: #0a0707;
    }

    .web-cabecera-fullwidth {
        padding: 0 25px;
    }

    .web-cabecera-logo-col {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
        width: 100%;
    }

    .web-marca-logo {
        height: 50px;
        max-width: 190px;
    }

    .web-cabecera-toggle {
        position: static;
        margin: 0;
        flex-shrink: 0;
    }

    #web-menu-principal.web-menu-principal {
        margin-top: 0;
        padding: 0 0 1.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: #0a0707;
    }

    #web-menu-principal.web-menu-principal.collapsing,
    #web-menu-principal.web-menu-principal.show {
        display: block;
    }

    .web-menu-list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .web-menu-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .web-menu-item:last-child {
        border-bottom: none;
    }

    .web-menu-enlace {
        white-space: normal;
        color: #fff;
        padding: 14px 0;
        font-size: 15px;
        font-weight: 600;
    }

    .web-menu-sub {
        position: static;
        display: none;
        box-shadow: none;
        padding: 0 0 0.5rem 1rem;
        background: transparent;
        border: none;
    }

    .web-menu-item--padre.web-menu-item--abierto > .web-menu-sub {
        display: block;
    }

    .web-menu-sub .web-menu-enlace {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        font-weight: 400;
        padding: 10px 0;
        border-bottom: none;
    }

    .web-top-links {
        display: none;
    }
}
.web-contenido-principal {
    flex: 1 0 auto;
    min-height: 0;
}

/* Pie portal publico: solo copyright, altura fija maxima 50px, pegado abajo. */
#web-pie.web-pie {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
    max-height: 50px;
    margin: 0;
    margin-top: auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0707;
    overflow: hidden;
}

.web-pie-texto {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

.web-btn-ir-arriba {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: var(--web-color-primario);
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
    box-shadow: 0 4px 16px rgba(236, 102, 35, 0.35);
}

.web-btn-ir-arriba--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.web-btn-ir-arriba:hover {
    background: var(--web-color-primario-hover);
}

.web-btn-ir-arriba-icono {
    font-size: 16px;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#acceso-web-cuenta-envoltorio.acceso-web-cuenta-envoltorio {
    position: relative;
}

#acceso-web-toggle-login.acceso-web-toggle-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: #000;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

#acceso-web-login-flotante.acceso-web-login-flotante {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 340px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    z-index: 1100;
}

#acceso-web-login-flotante.acceso-web-login-flotante[hidden] {
    display: none;
}

.acceso-web-form-login {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.acceso-web-campo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.acceso-web-etiqueta {
    margin: 0;
    flex: 0 0 96px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: right;
}

.acceso-web-input {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    padding: 8px 10px;
}

.acceso-web-input:focus {
    border-color: var(--web-color-primario);
    box-shadow: 0 0 0 0.15rem rgba(236, 102, 35, 0.2);
}

#acceso-web-btn-ingresar.acceso-web-btn-ingresar {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 11px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #ffffff;
    background: var(--web-color-primario);
    transition: background 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#acceso-web-btn-ingresar.acceso-web-btn-ingresar:hover {
    background: var(--web-color-primario-hover);
}

.acceso-web-btn-icono {
    font-size: 0.9rem;
}

.acceso-web-enlaces {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 2px;
}

.acceso-web-enlace {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.acceso-web-enlace-icono {
    font-size: 0.82rem;
}

#acceso-web-enlace-registrar.acceso-web-enlace--registrar {
    color: #c45a3a;
}

#acceso-web-enlace-registrar.acceso-web-enlace--registrar:hover {
    color: #a8482d;
}

#acceso-web-enlace-recuperar.acceso-web-enlace--recuperar {
    color: #3b6b8c;
}

#acceso-web-enlace-recuperar.acceso-web-enlace--recuperar:hover {
    color: #2a5270;
}

@media (max-width: 575.98px) {
    #acceso-web-login-flotante.acceso-web-login-flotante {
        right: -8px;
        width: min(340px, calc(100vw - 24px));
    }
}
#web-hero {
    min-height: 100vh;
    min-height: 100svh;
    background: #0a0a0a url("../img/hero.jpg") center/cover no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 220px 0 180px;
    margin-top: 0;
}

#web-hero-contenido {
    max-width: 620px;
}

#web-hero-etiqueta {
    color: var(--web-color-primario);
    font-family: var(--web-fuente-cuerpo);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.web-hero-titulo-grupo {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

#web-hero-premio {
    color: #fff;
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0;
    max-width: 100%;
}

#web-hero-descripcion,
.web-hero-descripcion {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--web-fuente-cuerpo);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

#web-hero-descripcion-principal {
    margin-bottom: 0.85rem;
}

#web-hero-descripcion-secundaria {
    margin-bottom: 1.75rem;
}

#web-hero-botones {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.web-btn-primario {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--web-color-primario);
    color: #fff;
    padding: 0.95rem 1.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.web-btn-primario:hover {
    background: var(--web-color-primario-hover);
    color: #fff;
}

.web-btn-secundario {
    display: inline-flex;
    align-items: center;
    padding: 1.1rem 2.25rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.web-btn-secundario:hover {
    border-color: #fff;
    color: #fff;
}
#web-seccion-intro {
    padding: 100px 0;
    background: #fff url("../img/bg-right.png") right center no-repeat;
    background-size: auto 85%;
    overflow: hidden;
}

.web-intro-imagen-contenedor {
    position: relative;
    text-align: center;
}

.web-intro-imagen {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

.web-intro-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2.25rem, 4.5vw, 3.5rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin: 0 0 1.5rem;
}

.web-intro-titulo strong {
    color: var(--web-color-primario);
    background: rgba(236, 102, 35, 0.14);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}

.web-intro-texto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 2rem;
}

@media (max-width: 991.98px) {
    #web-seccion-intro {
        padding: 70px 0;
        background-size: 50% auto;
    }

    .web-intro-titulo {
        font-size: clamp(1.85rem, 6vw, 2.5rem);
    }
}
.web-seccion-titulo {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
}

.web-seccion-titulo-claro {
    color: #fff;
}

.web-seccion-texto,
.web-seccion-subtexto {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.web-seccion-subtexto {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.web-seccion-subtexto-claro {
    color: rgba(255, 255, 255, 0.75);
}

#web-seccion-como-funciona {
    padding: 45px 0;
    background: #fff;
}

.web-como-funciona-contenedor {
    max-width: 100%;
}

.web-como-funciona-izq {
    padding-top: 2rem;
    padding-right: 30px;
}

#web-titulo-como-funciona,
.web-como-funciona-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin: 0 0 2.5rem;
}

.web-como-funciona-titulo strong {
    color: var(--web-color-primario);
    background: rgba(236, 102, 35, 0.14);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}

.web-highlight-blue strong {
    color: var(--web-color-primario);
    font-weight: inherit;
}

#web-pasos-grilla {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.web-paso {
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.5rem 0.25rem 0;
}
.web-paso-numero-imagen {
    display: block;
    width: 56px;
    height: 56px;
    margin-bottom: 0.85rem;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.web-paso:hover .web-paso-numero-imagen {
    transform: scale(1.12) translateY(-3px);
    -webkit-filter: drop-shadow(0 8px 16px rgba(236, 102, 35, 0.38));
    filter: drop-shadow(0 8px 16px rgba(236, 102, 35, 0.38));
}

.web-paso-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin: 0 0 0.45rem;
    transition: color 0.25s ease;
}

.web-paso:hover .web-paso-titulo {
    color: var(--web-color-primario);
}

.web-paso-texto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 15px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

.web-como-funciona-der {
    padding-right: 0;
}

.web-como-funciona-imagen {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: right center;
}

@media (min-width: 992px) {
    #web-como-funciona-fila {
        position: relative;
    }

    .web-como-funciona-der {
        position: absolute;
        top: 0;
        right: 0;
        width: 58.333333%;
        height: 100%;
    }

    .web-como-funciona-imagen {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .web-como-funciona-izq {
        padding-top: 1rem;
        padding-right: 15px;
    }

    .web-como-funciona-der {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .web-como-funciona-imagen {
        height: 280px;
    }
}
#web-seccion-colecciones {
    padding: 50px 0;
    background: #fff;
}

.web-colecciones-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin: 0 0 1rem;
}

.web-colecciones-titulo strong {
    color: var(--web-color-primario);
    background: rgba(236, 102, 35, 0.14);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}

.web-colecciones-subtexto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.web-coleccion-tabs {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.web-coleccion-tab-item {
    flex: 1 1 0;
    min-width: 0;
    border-right: 1px solid #e8e8e8;
}

.web-coleccion-tab-item:last-child {
    border-right: none;
}

.web-coleccion-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 120px;
    padding: 1.25rem 0.75rem;
    background: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: var(--web-fuente-cuerpo);
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #222;
    transition: background 0.2s ease, color 0.2s ease;
}

.web-coleccion-tab:hover:not(.web-coleccion-tab-activo) {
    background: #f5f5f5;
}

.web-coleccion-tab-activo {
    background: #0a0707;
    color: #fff;
}

.web-coleccion-tab-icono {
    width: 42px;
    height: 42px;
    object-fit: contain;
    transition: filter 0.2s ease;
}

.web-coleccion-tab-activo .web-coleccion-tab-icono {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.web-coleccion-tab-texto {
    text-align: center;
    line-height: 1.2;
}

.web-coleccion-panel {
    display: none;
}

.web-coleccion-panel-activo {
    display: block;
}

.web-coleccion-panel-imagen-contenedor {
    text-align: center;
}

.web-coleccion-panel-img {
    max-width: 100%;
    height: auto;
}

.web-coleccion-panel-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #222;
    margin: 0 0 1.25rem;
}

.web-coleccion-panel-texto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 1rem;
}

.web-coleccion-panel-texto:last-of-type {
    margin-bottom: 1.75rem;
}

@media (max-width: 991.98px) {
    .web-coleccion-tabs {
        flex-wrap: wrap;
    }

    .web-coleccion-tab-item {
        flex: 1 1 50%;
        border-bottom: 1px solid #e8e8e8;
    }

    .web-coleccion-tab {
        min-height: 100px;
        padding: 1rem 0.5rem;
        font-size: 12px;
    }

    .web-coleccion-tab-icono {
        width: 36px;
        height: 36px;
    }
}
#web-seccion-testimonios {
    padding: 110px 0;
    background: #0a0707 url("../img/video-bg.jpg") center/cover no-repeat;
    position: relative;
}

#web-seccion-testimonios::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 7, 7, 0.72);
}

#web-seccion-testimonios .container {
    position: relative;
    z-index: 1;
}

.web-testimonio-destacado {
    max-width: 720px;
    margin: 0 auto;
}

.web-testimonios-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0 0 1.75rem;
}

.web-testimonio-cita {
    font-family: var(--web-fuente-cuerpo);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 1.75;
    margin: 0 0 2rem;
}

.web-testimonio-autor {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.web-testimonio-avatar {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.web-testimonio-autor-texto {
    text-align: left;
}

.web-testimonio-nombre {
    font-family: var(--web-fuente-titulo);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.2rem;
}

.web-testimonio-premio {
    font-family: var(--web-fuente-cuerpo);
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

@media (max-width: 991.98px) {
    #web-seccion-testimonios {
        padding: 80px 0;
    }

    .web-testimonio-cita {
        font-size: 16px;
    }
}
#web-seccion-video {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #0a0707;
    line-height: 0;
}

/* Portada e imagen del video: mismo tamaño, completa, sin recorte. */
.web-video-portada,
.web-video-reproductor {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    background-color: #000000;
    object-fit: contain;
    object-position: center;
}

.web-video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.web-video-play:hover {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1.05);
}

.web-video-icono-play {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.web-seccion-video--reproduciendo .web-video-portada {
    display: none;
}

.web-seccion-video--reproduciendo .web-video-play {
    display: none;
}

.web-video-reproductor {
    z-index: 1;
}

@media (max-width: 991.98px) {
    .web-video-icono-play {
        width: 72px;
        height: 72px;
    }
}

#web-seccion-sorteos-activos {
    padding: 45px 0 50px;
    background: #f7f7f7;
}

.web-sorteos-activos-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin: 0 0 1rem;
}

.web-sorteos-activos-titulo strong {
    color: var(--web-color-primario);
    background: rgba(236, 102, 35, 0.14);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}

.web-sorteos-activos-vacio {
    margin: 0;
    padding: 2rem 1rem;
    color: #475569;
    font-family: var(--web-fuente-titulo);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.web-sorteo-activo-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.web-sorteo-activo-card:hover {
    border-color: rgba(236, 102, 35, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.web-sorteo-activo-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    padding: 1.25rem 1rem 0.75rem;
}

.web-sorteo-activo-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 4px;
    background: var(--web-color-primario);
    color: #fff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

.web-sorteo-activo-imagen {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
}

.web-sorteo-activo-card:hover .web-sorteo-activo-imagen {
    transform: scale(1.05);
}

.web-sorteo-activo-cuerpo {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem 1.25rem;
    background: #fff;
}

.web-sorteo-activo-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: #222;
}

.web-sorteo-activo-fecha {
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.web-sorteo-activo-titulo a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.web-sorteo-activo-titulo a:hover {
    color: var(--web-color-primario);
}

.web-sorteo-activo-precio-bloque {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
}

.web-sorteo-activo-precio {
    margin: 0;
    color: var(--web-color-primario);
    font-family: var(--web-fuente-titulo);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.web-sorteo-activo-precio-etiqueta {
    color: #888;
    font-family: var(--web-fuente-cuerpo);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.web-sorteo-activo-form-accion {
    margin-top: auto;
    width: 100%;
}

.web-sorteo-activo-btn {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 4px;
    background: var(--web-color-primario);
    color: #fff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
    cursor: pointer;
}

.web-sorteo-activo-btn:hover {
    background: var(--web-color-primario-hover);
    color: #fff;
}

/* Pagina dedicada de listado de sorteos activos (entrada sorteos.php). */
.web-pagina-sorteos {
    padding: 140px 20px 50px;
    background: #f7f7f7;
}

.web-pagina-sorteos > .container {
    width: 100%;
    max-width: 1140px;
}

.web-pagina-sorteos .web-sorteos-activos-titulo {
    margin-bottom: 2rem;
}

/* Pagina publica Nosotros: ancho real col-md-10 sobre el viewport. */
.web-nosotros {
    padding: 140px 20px 50px;
    background: #f7f7f7;
}

.web-nosotros > .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.web-nosotros-tarjeta {
    width: 100%;
    padding: 1.75rem 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-nosotros-parrafo {
    margin: 0 0 1rem;
    color: var(--web-color-texto);
    font-size: 1rem;
    line-height: 1.75;
    text-align: justify;
}

.web-nosotros-parrafo:last-child {
    margin-bottom: 0;
}

.web-nosotros-acciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.web-nosotros-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.2rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: filter 0.2s ease;
}

.web-nosotros-btn:hover,
.web-nosotros-btn:focus {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-nosotros-btn--sorteos {
    background-color: #16a34a;
}

.web-nosotros-btn--contacto {
    background-color: #2563eb;
}

/* Pagina publica Preguntas Frecuentes. */
.web-preguntas {
    padding: 140px 20px 50px;
    background: #f7f7f7;
}

.web-preguntas > .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.web-preguntas-tarjeta {
    width: 100%;
    padding: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-preguntas-acordeon .accordion-item {
    border-color: #e8e8e8;
}

.web-preguntas-acordeon .accordion-item:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.web-preguntas-acordeon .accordion-item:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.web-preguntas-boton {
    font-family: var(--web-fuente-titulo);
    font-size: 0.98rem;
    font-weight: 700;
    color: #222222;
    background-color: #ffffff;
    box-shadow: none;
}

.web-preguntas-boton:not(.collapsed) {
    color: #ffffff;
    background-color: var(--web-color-primario);
    box-shadow: none;
}

.web-preguntas-boton:focus {
    box-shadow: none;
    border-color: transparent;
}

.web-preguntas-boton:not(.collapsed)::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.web-preguntas-respuesta {
    background-color: #ffffff;
}

.web-preguntas-respuesta-texto {
    margin: 0;
    color: var(--web-color-texto);
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
}

.web-preguntas-acciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.web-preguntas-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.2rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: filter 0.2s ease;
}

.web-preguntas-btn:hover,
.web-preguntas-btn:focus {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-preguntas-btn--terminos {
    background-color: #7c3aed;
}

.web-preguntas-btn--contacto {
    background-color: #2563eb;
}

.web-sorteo-detalle {
    padding: 140px 20px 30px;
    background: #f7f7f7;
}

.web-sorteo-detalle > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.web-sorteo-detalle-tarjeta {
    padding: 1.5rem 20px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-sorteo-detalle-info-cabecera {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.web-sorteo-detalle-estado {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.web-sorteo-detalle-imagen-principal {
    width: 100%;
    max-width: 240px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-sorteo-detalle-imagen-archivo {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 8px;
}

.web-sorteo-detalle-titulo {
    margin: 0;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.25;
}

.web-sorteo-detalle-descripcion {
    margin: 0 0 1.25rem;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.7;
    text-align: justify;
}

.web-sorteo-detalle-premios-texto {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.web-sorteo-detalle-premio-texto {
    margin: 0;
}

.web-sorteo-detalle-premio-nombre {
    margin: 0 0 0.5rem;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.web-sorteo-detalle-premio-descripcion {
    margin: 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.7;
    text-align: justify;
}

.web-sorteo-detalle-datos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin: 0;
}

.web-sorteo-detalle-dato {
    margin: 0;
}

.web-sorteo-detalle-dato-etiqueta {
    margin: 0 0 0.2rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.web-sorteo-detalle-dato-valor {
    margin: 0;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.web-sorteo-detalle-pie-fila {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e8e8e8;
}

.web-sorteo-detalle-pie-izquierda {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1 1 12rem;
    min-width: 0;
}

.web-sorteo-detalle-precio-grupo {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
}

.web-sorteo-detalle-precio-etiqueta {
    margin: 0;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.web-sorteo-detalle-precio-monto {
    color: #16a34a;
    font-family: var(--web-fuente-titulo);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.web-sorteo-detalle-participacion-mensaje {
    margin: 0;
    color: #dc2626;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.4;
}

.web-sorteo-detalle-participacion-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 0 auto;
    flex-shrink: 0;
}

.web-sorteo-detalle-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-sorteo-detalle-btn-accion:hover {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-sorteo-detalle-btn-accion--volver {
    background-color: #2563eb;
}

.web-sorteo-detalle-btn-accion--registro {
    background-color: #16a34a;
}

.web-sorteo-detalle-btn-accion--login {
    background-color: #7c3aed;
}

@media (max-width: 767.98px) {
    .web-sorteo-detalle-pie-fila {
        flex-direction: column;
        align-items: flex-start;
    }

    .web-sorteo-detalle-participacion-acciones {
        margin-left: 0;
        width: 100%;
    }

    .web-sorteo-detalle-datos {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   INICIO: pagina ingreso — formulario dedicado de sesion
   ============================================================ */

.web-ingreso {
    padding: 140px 20px 30px;
    background: #f7f7f7;
}

.web-ingreso > .container {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.web-ingreso-tarjeta {
    padding: 1.25rem 1.35rem 1.5rem;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-ingreso-cabecera {
    margin-bottom: 1rem;
}

.web-ingreso-titulo {
    margin: 0;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
}

.web-ingreso-formulario .form-label {
    margin-bottom: 0.35rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.web-ingreso-fila-campos {
    margin-bottom: 0.85rem;
}

.web-ingreso-enlaces {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.15rem;
}

.web-ingreso-enlace {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    cursor: pointer;
}

.web-ingreso-enlace--registrar {
    color: #16a34a;
}

.web-ingreso-enlace--registrar:hover {
    color: #15803d;
}

.web-ingreso-enlace--recuperar {
    color: #2563eb;
}

.web-ingreso-enlace--recuperar:hover {
    color: #1d4ed8;
}

.web-ingreso-acciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.web-ingreso-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-ingreso-btn-accion:hover {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-ingreso-btn-accion--volver {
    background-color: #2563eb;
}

.web-ingreso-btn-accion--ingresar {
    background-color: #7c3aed;
}

/* ============================================================
   FIN: pagina ingreso — formulario dedicado de sesion
   ============================================================ */

.web-registro {
    padding: 140px 20px 30px;
    background: #f7f7f7;
}

.web-registro > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.web-registro-tarjeta {
    padding: 0.75rem 20px 1.25rem;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

/* Registro: mayusculas en cedula, nombre y direccion; minusculas en correo y telefono. */
#web-registro-cedula,
#web-registro-nombre,
#web-registro-direccion {
    text-transform: uppercase;
}

#web-registro-correo,
#web-registro-correo-confirmacion,
#web-registro-telefono {
    text-transform: lowercase;
}

.web-registro-cabecera {
    margin-bottom: 0.65rem;
}

.web-registro-titulo {
    margin: 0;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
}

.web-registro-filas-campos {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.web-registro-fila-campos {
    --bs-gutter-y: 0.65rem;
    --bs-gutter-x: 1rem;
    margin: 0;
}

.web-registro-fila-campos--separada {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.web-registro-formulario .form-label {
    margin-bottom: 0.3rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.web-registro-campo-ayuda {
    display: block;
    min-height: 0;
    margin-top: 0.2rem;
    color: #dc2626;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
}

.web-registro-campo-ayuda:not(:empty) {
    min-height: 1rem;
}

.web-registro-campo--error .form-control,
.web-registro-campo--error .form-select {
    border-color: #dc2626;
}

.web-registro-fila-ubicacion-controles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem 1rem;
}

.web-registro-campo--ubicacion {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
}

.web-registro-campo--ubicacion .web-registro-select-ubicacion {
    width: auto;
    min-width: 7.5rem;
    max-width: 100%;
}

.web-registro-campo--direccion {
    flex: 1 1 14rem;
    min-width: 0;
}

.web-registro-campo--direccion .form-control {
    width: 100%;
}

.web-registro-seccion-documentos-titulo {
    margin: 0 0 0.15rem;
    color: #111111;
    font-family: var(--web-fuente-titulo);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.web-registro-documentos-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem 1.25rem;
}

.web-registro-documento-item {
    flex: 0 0 auto;
    width: min(100%, 15rem);
    max-width: 15rem;
}

.web-registro-documento-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 15rem;
    height: 9.5rem;
    margin-bottom: 0.5rem;
    padding: 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #ffffff;
}

.web-registro-documento-preview-vacio {
    margin: 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

.web-registro-documento-preview-imagen {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.web-registro-documento-acciones {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
}

.web-registro-documento-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-height: 2.1rem;
    padding: 0.4rem 0.65rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-registro-documento-btn:hover,
.web-registro-documento-btn:focus {
    filter: brightness(0.92);
    color: #ffffff;
}

.web-registro-documento-btn--camara {
    background-color: #0891b2;
}

.web-registro-documento-btn--adjuntar {
    background-color: #2563eb;
}

.web-registro-documento-btn--capturar {
    background-color: #16a34a;
}

.web-registro-documento-btn--cerrar {
    background-color: #dc2626;
}

.web-registro-modal-camara {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(15, 23, 42, 0.72);
}

.web-registro-modal-camara.d-none {
    display: none;
}

.web-registro-modal-camara-panel {
    width: min(100%, 34rem);
    padding: 1rem;
    border-radius: 8px;
    background-color: #ffffff;
}

.web-registro-modal-camara-titulo {
    margin: 0 0 0.75rem;
    color: #111111;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.web-registro-modal-camara-video-contenedor {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-bottom: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.web-registro-modal-camara-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #ffffff;
}

.web-registro-modal-camara-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Tercer item de la grilla de identificacion: terminos arriba y botones abajo. */
.web-registro-item-acciones {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    flex: 1 1 16rem;
    width: auto;
    max-width: none;
    gap: 0.75rem;
}

.web-registro-terminos {
    align-self: stretch;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.web-registro-acciones--inline {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin: 0;
    position: relative;
    z-index: 2;
}

.web-registro-acciones--inline .web-registro-btn-accion {
    white-space: nowrap;
}

.web-registro-terminos-check {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.35rem 0.5rem;
    margin: 0;
    min-height: 0;
}

.web-registro-terminos-etiqueta {
    display: inline;
    margin: 0;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
}

.web-registro-terminos-enlace {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2563eb;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    box-shadow: none;
}

.web-registro-terminos-enlace:hover,
.web-registro-terminos-enlace:focus {
    color: #1d4ed8;
    outline: none;
    box-shadow: none;
}

.web-registro-terminos-input {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.1rem;
    cursor: pointer;
    border: 2px solid #dc2626;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.2);
}

.web-registro-terminos-input:checked {
    border-color: #16a34a;
    background-color: #16a34a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.5L6.5 12L13 4' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.85rem 0.85rem;
    box-shadow: 0 0 0 1px #16a34a;
}

.web-registro-terminos-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.28);
}

.web-registro-terminos-input:checked:focus {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.28);
}

.web-registro-campo--error .web-registro-terminos-input:not(:checked) {
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.35);
}

.web-registro-campo--error .web-registro-terminos-input:checked {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.35);
}

.web-terminos-contenido {
    min-height: 0;
}

.web-terminos-contenido-texto {
    margin: 0;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
}

.web-terminos-subtitulo {
    margin: 0 0 1rem;
    font-family: var(--web-fuente-titulo);
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
}

.web-terminos-parrafo {
    margin: 0 0 0.85rem;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: justify;
}

.web-terminos-parrafo:last-child {
    margin-bottom: 0;
}

.web-contacto-layout {
    align-items: stretch;
    justify-content: center;
}

.web-contacto-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background-color: #ffffff;
}

.web-contacto-panel-cabecera {
    padding: 0.75rem 1rem;
    background-color: var(--web-color-primario);
    text-align: center;
}

.web-contacto-panel-titulo {
    margin: 0;
    font-family: var(--web-fuente-titulo);
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.web-contacto-panel-cuerpo {
    flex: 1 1 auto;
}

.web-contacto-panel-cuerpo--form {
    padding: 0.85rem;
    background-color: #ffffff;
}

.web-contacto-datos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: #ffffff;
}

.web-contacto-dato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 8.5rem;
    padding: 1rem 0.75rem;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: var(--web-color-texto);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.web-contacto-dato:nth-child(2n) {
    border-right: none;
}

.web-contacto-dato:nth-last-child(-n+2) {
    border-bottom: none;
}

.web-contacto-dato:hover,
.web-contacto-dato:focus {
    background-color: #f7f7f7;
    color: var(--web-color-texto);
}

.web-contacto-dato-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
    color: var(--web-color-primario);
    font-size: 1.35rem;
}

.web-contacto-dato-etiqueta {
    font-family: var(--web-fuente-titulo);
    font-size: 0.82rem;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}

.web-contacto-dato-valor {
    display: block;
    max-width: 100%;
    color: var(--web-color-texto);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
    word-break: break-word;
}

.web-contacto-fila-campos {
    margin-bottom: 0;
}

.web-contacto-campo .form-label {
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #222222;
}

.web-contacto-campo .form-control {
    border-color: #e8e8e8;
    background-color: #ffffff;
    font-size: 0.88rem;
}

.web-contacto-campo .form-control:focus {
    border-color: var(--web-color-primario);
    box-shadow: 0 0 0 0.2rem rgba(236, 102, 35, 0.2);
}

.web-contacto-campo-ayuda {
    display: block;
    min-height: 0;
    margin-top: 0.15rem;
    color: #dc2626;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.3;
}

.web-contacto-campo--error .form-control {
    border-color: #dc2626;
}

#web-contacto-nombre,
#web-contacto-mensaje {
    text-transform: uppercase;
}

#web-contacto-correo,
#web-contacto-telefono {
    text-transform: lowercase;
}

.web-contacto-formulario {
    position: relative;
}

.web-contacto-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.web-contacto-acciones-envio {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.85rem;
}

.web-contacto-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: auto;
    padding: 0.45rem 0.9rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-contacto-btn:hover,
.web-contacto-btn:focus {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-contacto-btn--enviar {
    background-color: #16a34a;
}

.web-contacto-btn--enviar:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    filter: none;
}

@media (max-width: 767.98px) {
    .web-contacto-datos-grid {
        grid-template-columns: 1fr;
    }

    .web-contacto-dato {
        border-right: none;
        min-height: 0;
    }

    .web-contacto-dato:nth-last-child(-n+2) {
        border-bottom: 1px solid #e8e8e8;
    }

    .web-contacto-dato:last-child {
        border-bottom: none;
    }
}

/* Modal terminos en registro: consulta solo lectura, cabecera clara sin naranja. */
.web-registro-modal-terminos .modal-content {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.web-registro-modal-terminos .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.web-registro-modal-terminos-titulo {
    margin: 0;
    font-family: var(--web-fuente-titulo);
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
}

.web-registro-modal-terminos-cuerpo {
    max-height: min(70vh, 32rem);
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
}

.web-registro-modal-terminos-pie {
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    border-top: 1px solid #e2e8f0;
    background-color: #ffffff;
}

.web-registro-grupo-clave {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.web-registro-grupo-clave .form-control {
    border-right: 0;
}

.web-registro-btn-ver-clave {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    padding: 0;
    border: 1px solid #7c3aed;
    border-radius: 0 0.375rem 0.375rem 0;
    background-color: #7c3aed;
    color: #ffffff;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-registro-btn-ver-clave:hover,
.web-registro-btn-ver-clave:focus {
    filter: brightness(0.92);
    color: #ffffff;
}

.web-registro-grupo-clave .form-control:focus {
    border-right: 0;
}

.web-registro-campo--error .web-registro-grupo-clave .form-control {
    border-right: 0;
}

.web-registro-campo--error .web-registro-btn-ver-clave {
    border-color: #dc2626;
    background-color: #dc2626;
}

.web-registro-acciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 0;
}

.web-registro-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.web-registro-btn-accion:hover {
    color: #ffffff;
    filter: brightness(0.92);
}

.web-registro-btn-accion--volver {
    background-color: #2563eb;
}

.web-registro-btn-accion--cancelar {
    background-color: #dc2626;
}

.web-registro-btn-accion--registro {
    background-color: #16a34a;
}

#web-seccion-suscribir {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 150px 0;
    background: #0a0707 url("../img/video-bg.jpg") center/cover no-repeat;
}

#web-seccion-suscribir::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 7, 7, 0.68);
}

#web-seccion-suscribir .container {
    position: relative;
    z-index: 1;
}

.web-suscribir-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem;
}

.web-suscribir-subtexto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.web-input-suscribir {
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px 20px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-family: var(--web-fuente-cuerpo);
    font-size: 15px;
    color: #333;
    background: #fff;
    text-transform: lowercase;
}

.web-input-suscribir--error {
    box-shadow: inset 0 0 0 2px #dc2626;
}

.web-suscribir-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.web-form-suscribir {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 2.5rem auto 0;
}

.web-btn-suscribir {
    flex: 0 0 auto;
    padding: 16px 32px;
    border: none;
    border-radius: 0 4px 4px 0;
    background: var(--web-color-primario);
    color: #fff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.web-btn-suscribir:hover {
    background: var(--web-color-primario-hover);
}

.web-btn-suscribir:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.web-suscribir-avance-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.web-suscribir-avance-paso {
    margin: 0 0 8px;
    font-size: 14px;
    color: #64748b;
}

.web-suscribir-avance-paso--pendiente {
    color: #94a3b8;
}

.web-suscribir-avance-paso--activo {
    color: #2563eb;
    font-weight: 600;
}

.web-suscribir-avance-paso--completado {
    color: #16a34a;
    font-weight: 600;
}

.web-suscribir-avance-paso--error {
    color: #dc2626;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    #web-seccion-suscribir {
        min-height: 400px;
        padding: 100px 0;
    }

    .web-form-suscribir {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .web-input-suscribir {
        flex: 1 1 100%;
        border-radius: 4px;
    }

    .web-btn-suscribir {
        flex: 1 1 100%;
        border-radius: 4px;
    }
}
#web-seccion-noticias {
    padding: 60px 0 65px;
    background: #fff;
}

.web-noticias-contenedor {
    max-width: 1320px;
}

.web-noticias-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222;
    margin: 0 0 1.25rem;
}

.web-noticias-titulo strong {
    color: var(--web-color-primario);
    background: rgba(236, 102, 35, 0.14);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 10px;
}

.web-noticias-subtexto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 17px;
    line-height: 1.85;
    color: #666;
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.web-noticias-grilla {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.5rem;
}

/* Columnas flex: todas las tarjetas ocupan el mismo ancho de columna y se estiran al mismo alto. */
.web-noticias-grilla > [class*="col-"] {
    display: flex;
}

.web-noticia-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 480px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.web-noticia-card:hover {
    border-color: rgba(236, 102, 35, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.web-noticia-form-ver {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
}

.web-noticia-enlace-imagen {
    display: block;
    flex: 0 0 260px;
    width: 100%;
    height: 260px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
    cursor: pointer;
}

.web-noticia-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.web-noticia-imagen {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #ffffff;
}

.web-noticia-cuerpo {
    padding: 0.75rem 0.85rem 0.9rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    background-color: #ffffff;
}

.web-noticia-fecha {
    font-family: var(--web-fuente-cuerpo);
    font-size: 11px;
    line-height: 1.2;
    color: var(--web-color-primario);
    font-weight: 600;
    margin: 0 0 0.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.web-noticia-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #1a1a2e;
    min-height: calc(1.3em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.web-noticia-extracto {
    font-family: var(--web-fuente-cuerpo);
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    margin: 0 0 0.65rem;
    min-height: calc(1.4em * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .web-noticia-card {
        height: 440px;
    }

    .web-noticia-enlace-imagen {
        flex-basis: 220px;
        height: 220px;
    }
}

.web-noticia-btn-leer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
    padding: 7px 14px;
    border: 0;
    border-radius: 4px;
    background-color: #2563eb;
    color: #ffffff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.web-noticia-btn-leer:hover,
.web-noticia-btn-leer:focus {
    background-color: #1d4ed8;
    color: #ffffff;
}

/* Misma reserva superior que detalle de sorteo: cabecera fija no tapa la fecha. */
#web-pagina-noticia.web-pagina-noticia {
    padding: 140px 20px 70px;
    background-color: #ffffff;
}

/* Ancho real col-md-10 sobre el viewport, igual que Nosotros y Preguntas. */
.web-pagina-noticia > .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.web-pagina-noticia-fecha {
    font-family: var(--web-fuente-cuerpo);
    font-size: 14px;
    line-height: 1.4;
    color: var(--web-color-primario);
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.web-pagina-noticia-titulo {
    font-family: var(--web-fuente-titulo);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 1.5rem;
    text-align: center;
}

/* Dos columnas: imagen chica a la izquierda, texto completo a la derecha (sin float ni parrafo partido). */
.web-pagina-noticia-cuerpo {
    display: grid;
    grid-template-columns: minmax(110px, 18%) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.web-pagina-noticia-media {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.web-pagina-noticia-imagen {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    background-color: #ffffff;
}

.web-pagina-noticia-contenido {
    min-width: 0;
    font-family: var(--web-fuente-cuerpo);
    font-size: 17px;
    line-height: 1.65;
    color: #454545;
}

.web-pagina-noticia-contenido p {
    margin: 0 0 0.55rem;
}

.web-pagina-noticia-contenido p:last-child {
    margin-bottom: 0;
}

/* Oculta parrafos vacios residuales para no separar el texto. */
.web-pagina-noticia-contenido p:empty,
.web-pagina-noticia-contenido p:has(> br:only-child) {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

.web-pagina-noticia-contenido h1,
.web-pagina-noticia-contenido h2,
.web-pagina-noticia-contenido h3,
.web-pagina-noticia-contenido h4 {
    margin: 0 0 0.45rem;
    color: #1a1a2e;
    font-weight: 700;
}

.web-pagina-noticia-contenido ul,
.web-pagina-noticia-contenido ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.web-pagina-noticia-contenido .ql-align-center {
    text-align: center;
}

.web-pagina-noticia-contenido .ql-align-right {
    text-align: right;
}

.web-pagina-noticia-contenido .ql-align-justify {
    text-align: justify;
}

.web-pagina-noticia-contenido .ql-align-left {
    text-align: left;
}

@media (max-width: 767.98px) {
    .web-pagina-noticia-cuerpo {
        grid-template-columns: 1fr;
    }

    .web-pagina-noticia-media {
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
    }
}

@media (max-width: 991.98px) {
    #web-seccion-noticias {
        padding: 45px 0 50px;
    }

    .web-noticias-subtexto {
        margin-bottom: 2.5rem;
    }
}
#web-seccion-newsletter {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
    background: #fff;
}

.web-newsletter-caja {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background: #fff;
    padding: 38px 48px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 30px rgba(67, 73, 89, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

.web-newsletter-texto {
    flex: 1 1 58%;
}

.web-newsletter-titulo {
    margin: 0;
    font-family: var(--web-fuente-titulo);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

.web-newsletter-formulario {
    flex: 0 0 42%;
}

.web-form-newsletter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin: 0;
}

.web-input-newsletter {
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 0;
    font-family: var(--web-fuente-cuerpo);
    font-size: 14px;
    color: #333;
    background: #fff;
}

.web-btn-newsletter {
    flex: 0 0 auto;
    padding: 14px 28px;
    border: none;
    border-radius: 0;
    background: var(--web-color-primario);
    color: #fff;
    font-family: var(--web-fuente-cuerpo);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

.web-btn-newsletter:hover {
    background: var(--web-color-primario-hover);
}

@media (max-width: 991.98px) {
    #web-seccion-newsletter {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 0;
    }

    .web-newsletter-caja {
        margin-top: 0;
        padding: 24px 20px;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .web-newsletter-texto,
    .web-newsletter-formulario {
        flex: 1 1 100%;
    }

    .web-newsletter-titulo {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .web-form-newsletter {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1400px) {
    #web-hero {
        padding-top: 260px;
        padding-bottom: 220px;
    }
}

@media (max-width: 991.98px) {
    #web-hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: 140px 0 100px;
    }

    .web-hero-titulo-grupo {
        flex-direction: column;
        align-items: flex-start;
    }
}
.portal-consulta-compra {
    padding: 48px 0 72px;
    background: #f8fafc;
}

.portal-consulta-compra-caja {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.portal-consulta-compra-titulo {
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
}

.portal-consulta-compra-formulario {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.portal-consulta-compra-campo .form-label {
    font-weight: 600;
    color: #334155;
}

.portal-consulta-compra-btn {
    align-self: flex-start;
}

.portal-consulta-resultado {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.portal-consulta-resultado-titulo {
    margin: 0 0 14px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.portal-consulta-resultado-lista {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin: 0;
}

.portal-consulta-resultado-lista div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.portal-consulta-resultado-lista dt {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.portal-consulta-resultado-lista dd {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.portal-consulta-resultado-numeros {
    grid-column: 1 / -1;
}

.portal-consulta-historial {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.portal-consulta-historial-titulo {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.portal-consulta-historial-controles {
    margin-top: 8px;
}
