.alc-widget-featured-event--solo-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.alc-widget-featured-event--solo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container {
    max-width: 1400px !important;
}

.boton-movil {
    display: none;
}


@media (max-width: 768px) {
    .boton-movil {
        display: block;
        position: fixed !important;
        right: 0px !important;
        bottom: 280px !important;
        z-index: 999999 !important;
        transition: transform 0.3s ease;
    }

    .boton-movil img {
        width: 190px;
        height: auto;
        border-radius: 0%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .boton-movil:hover {
        transform: scale(1.1);
    }

    #fechaLima {
        display: none;
    }

    .millon {
        display: none;
    }
}

body {
    position: relative !important;
    overflow-x: hidden;
}

#fechaLima {
    color: white;
    margin-right: 42px;
}

.millon {
    margin-left: 30px !important;
}

.envivo {
    margin-left: 10px !important;
}

@media (min-width: 1200px) {

    /* Espaciado entre items: evita los &nbsp; */
    .header__primary .main-nav__list {
        display: flex;
        align-items: center;
        /* ajusta a gusto */
    }

    /* Apariencia base de los enlaces del menú */
    .header__primary .main-nav__list>li>a {
        display: block;
        padding: 1px 40px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 0 5px;
    }

    /* ACTIVO (seleccionado) */
    .header__primary .main-nav__list>li.active>a,
    .header__primary .main-nav__list>li>a[aria-current="page"] {
        background-color: #e7b518;
        color: #fff !important;
    }

    /* Hover opcional coherente */
    .header__primary .main-nav__list>li:not(.active)>a:hover {
        background-color: #e7b518;
        color: #fff;
    }

    body::before,
    body::after {
        content: "";
        position: fixed;
        top: 0;
        width: 150px;
        /* ancho del borde */
        height: 100%;
        background: #000;
        z-index: -1;
        /* detrás del contenido */
    }

    body::before {
        left: 0;
    }

    body::after {
        right: 0;
    }
}

.col-espacio {
    padding-left: 0px;
    padding-right: 0px;
}

/* Footer minimal como en el mock */
.footer-minimal {
    background: #000;
    color: #fff;
    padding: 40px 0 40px;
    text-align: center;
}

/* fila de redes */
.footer-minimal .footer-social {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    justify-content: center;
    gap: 28px;
}

.footer-minimal .footer-social a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
    opacity: .95;
}

.footer-minimal .footer-social a i {
    font-size: 18px;
    line-height: 1;
}

.footer-minimal .footer-social a:hover {
    transform: translateY(-2px);
    background: #fff;
    color: #000;
    opacity: 1;
}

/* menú */
.footer-minimal .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 30px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}

.footer-minimal .footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: .9;
}

.footer-minimal .footer-nav a:hover {
    opacity: 1;
}

/* franja legal */
.footer-minimal .footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    opacity: .8;
    color: #83808c;
}

.footer-minimal .footer-legal .divider {
    opacity: .5;
    margin: 0 6px;
}

/* responsive */
@media (max-width:576px) {
    .footer-minimal {
        padding: 28px 0 32px;
    }

    .footer-minimal .footer-social {
        gap: 18px;
    }

    .footer-minimal .footer-nav {
        gap: 16px;
        font-size: 13px;
    }

    .footer-minimal .footer-legal {
        font-size: 11px;
    }
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-Italic.woff2") format("woff2"),
        url("../../fonts/Ubuntu/Ubuntu-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"),
        url("../../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-LightItalic.woff2") format("woff2"),
        url("../../fonts/Ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-MediumItalic.woff2") format("woff2"),
        url("../../fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../fonts/Ubuntu/Ubuntu-BoldItalic.woff2") format("woff2"),
        url("../../fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Aplica globalmente */
html,
body {
    font-family: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Evitar scroll del body cuando el modal esté abierto */
body.modal-open {
    overflow: hidden;
}

/* Fondo oscuro + blur */
.nosotros-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;

    /* oscurece */
    background: rgba(0, 0, 0, 0.4);

    /* desenfoque del contenido de atrás */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.nosotros-modal--show {
    display: flex;
}

/* CONTENEDOR DEL MODAL
   -> mismo ancho para todos los modales
*/
.nosotros-modal__dialog {
    position: relative;
    display: block;
    background: #37353C;
    /* gris oscuro */
    padding: 40px 50px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;

    /* ancho uniforme */
    width: 800px;
    max-width: calc(100% - 40px);

    /* dejar salir el título si quieres que flote */
    overflow: visible;
}

.nosotros-modal--show .nosotros-modal__dialog {
    transform: translateY(0);
    opacity: 1;
}

.nosotros-modal__close {
    position: absolute;
    top: 18px;
    right: 25px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

/* TÍTULO (Nosotros / Misión / Visión) */
.nosotros-modal__tag {
    display: inline-block;
    background: #e7b518;
    /* amarillo dorado */
    padding: 5px 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-size: 18px;
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
    white-space: nowrap;
    vertical-align: baseline;
}

/* IMAGEN
   -> siempre mismo ancho que el diálogo
*/
.nosotros-modal__img {
    display: block;
    margin: 35px 0 30px;
    /* solo margen vertical */
    width: 100%;
    /* ocupa todo el ancho del modal */
    height: auto;
    z-index: 999999999999999999999999999999999999 !important;
    /* mantiene proporción */
}

.nosotros-modal__text {
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
}

@media (max-width: 768px) {
    .nosotros-modal__dialog {
        width: 100%;
        max-width: calc(100% - 20px);
        padding: 30px 15px 25px;
    }

    .nosotros-modal__tag {
        padding: 8px 30px;
        font-size: 16px;
    }

    .nosotros-modal__text {
        font-size: 14px;
    }
}


/* ===== Modal "Un Millón" ===== */

#millonModal .nosotros-modal__dialog.millon-modal__dialog {
    width: 590px;
    /* más angosto que los de Nosotros/Misión/Visión */
    max-width: calc(100% - 40px);
    padding: 40px 60px 45px;
    background: #1B1A1E;
    /* un poco más oscuro */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo superior */
.millon-modal__logo {
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto 25px;
}

/* Contenedor de las dos opciones */
.millon-modal__body {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* Cada opción (Calendario / Clasificados) */
.millon-modal__option {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

/* Círculo de fondo */
.millon-modal__circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #17161d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Imagen dentro del círculo */
.millon-modal__circle img {
    max-width: 70%;
    height: auto;
}

/* Texto debajo del círculo */
.millon-modal__label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Hover */
.millon-modal__option:hover .millon-modal__circle {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    #millonModal .nosotros-modal__dialog.millon-modal__dialog {
        width: 100%;
        max-width: calc(100% - 20px);
        padding: 25px 20px 30px;
    }

    .millon-modal__body {
        flex-direction: column;
        gap: 30px;
    }

    .millon-modal__circle {
        width: 200px;
        height: 200px;
        margin-inline: auto;
    }

    #miModal img.modal-content {
        max-width: 95% !important;
        max-height: 95% !important;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        border: none;
    }

    .millon {
        display: none !important;
    }

    .logo-calendario-1 {
        width: 180px;
        height: auto !important;
    }

    .logo-calendario-2 {
        width: 120px;
        height: auto !important;
    }

    #miModal {
        z-index: 9999999 !important;
    }

    .header-mobile__logo {
        width: 60%;
    }

    .s-mobile {
        padding-top: 0px !important;
    }
}

/* === Modal CONTACTO === */

.contacto-modal__dialog {
    width: 480px;
    max-width: calc(100% - 40px);
    padding: 40px 35px 35px;
}

.contacto-modal__body {
    margin-top: 30px;
}

/* Campos del formulario */
.contacto-field {
    margin-bottom: 16px;
    text-align: left;
}

.contacto-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: #f1f1f1;
}

.contacto-field input,
.contacto-field textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #444;
    background: #37353C;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.contacto-field input::placeholder,
.contacto-field textarea::placeholder {
    color: #777;
}

.contacto-field input:focus,
.contacto-field textarea:focus {
    border-color: #e7b518;
}

/* Botón enviar */
.contacto-submit {
    width: 100%;
    margin-top: 8px;
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    background: #e7b518;
    /* color típico de WhatsApp */
    color: #111;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background .2s ease, transform .1s ease;
}

.contacto-submit:hover {
    background: #e7b11aff;
    transform: translateY(-1px);
}

#openMillonModal:hover {
    background-color: #37353C !important;
}

#collapse-7 tbody tr {
    cursor: pointer;
}

/* Modal a pantalla completa con fondo difuminado */
#miModal {
    display: none;
    /* Oculto por defecto */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* oscurece un poco */
    backdrop-filter: blur(6px);
    /* difumina el fondo */
    -webkit-backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
}

#miModal img.modal-content {
    max-width: 40%;
    max-height: 80%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    border: none;
}

#miModal .cerrar {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

#accordionFaqs tbody tr {
    cursor: pointer;
}

.modal-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-descarga {
    border-radius: 25px;
    /* Bordes redondeados */
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    font-size: 16px;
    background-color: #37353C;
}

.btn-descarga:hover {
    background-color: #e7b518 !important;
    /* Color hover */
    border-color: #e7b518 !important;
    /* Borde del mismo color */
    color: #000 !important;
    /* Texto negro para mejor contraste */
}

.active-row {
    background-color: #e7b518 !important;
}

/* Título e icono cuando NO está activo (por si hace falta) */
.accordion__header-link {
    color: #fff;
    /* título blanco por defecto */
}

/* Cuando el acordeón está activo:
   - título negro
   - icono (+ / -) negro
*/
.active-row .accordion__header-link,
.active-row .accordion__header-link-icon {
    color: #000 !important;
}

/* Si el + se dibuja con ::before/::after (líneas) */
.active-row .accordion__header-link-icon::before,
.active-row .accordion__header-link-icon::after {
    background-color: #000 !important;
    border-color: #000 !important;
}

.mas::before {
    background-color: #000 !important;
}

.mas::after {
    background-color: #000 !important;
}

.contacto-check__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.contacto-check__label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.menu-movil__dialog {
    max-width: 320px;
    width: 90%;
}

.menu-movil__body {
    padding: 1.5rem 1.25rem;
}

.menu-movil-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.menu-movil-nav__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    /* ajusta colores a tu paleta */
    background: #37353C;
    color: #fff;
}

.menu-movil-nav__item:hover {
    background: rgba(255, 215, 0, 0.2);
    /* dorado suave */
}

.menu-movil-nav__icon {
    height: 50px;
    width: auto;
}

#menuMobileModal .nosotros-modal__dialog.menu-movil__dialog {
    background: #000;
    max-width: 340px;
    width: 90%;
}

/* Contenedor general */
.envivo__link {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Badge contenedor del icono */
.envivo__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Iconos */
.envivo__icon {
    display: block;
    width: 120px;       /* ajusta a tu diseño */
    height: auto;
}

/* Icono cuando está en vivo: que parpadee */
.envivo__icon--on {
    animation: envivoBlink 1s infinite alternate;
}

/* Anillo pulsante alrededor cuando está en vivo */
.envivo__pulse {
    position: absolute;
    width: 105%;
    height: 105%;
    border-radius: 999px;
    border: 2px solid #ff3b3b;
    box-sizing: border-box;
    animation: envivoPulse 1.6s infinite;
    pointer-events: none;
}

/* Animación de parpadeo */
@keyframes envivoBlink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.4;
    }
}

/* Animación de onda/pulso */
@keyframes envivoPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.header__primary .main-nav__list > li.envivo {
    display: flex;
    align-items: center;   /* centra verticalmente dentro del header */
    justify-content: center; /* centra horizontalmente dentro del li */
}

/* El enlace en vivo ocupa toda la altura del li y centra el contenido */
.header__primary .main-nav__list > li.envivo .envivo__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;          /* que tome la altura del li */
    padding: 0 !important;
    margin: 0 !important;
}

/* Badge contenedor del icono */
.envivo__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#openMillonModalEnvivo:hover{
    background: none !important;
}

/* EN VIVO dentro del menú móvil */
.menu-movil-nav .envivo__link {
    display: flex;
    align-items: center;/* que se alinee como el resto del texto del menú */
    margin-top: 20px !important;
}

/* Tamaño del botón EN VIVO en móvil (puedes reducirlo un poco) */
.menu-movil-nav .envivo__icon {
    width: 120px;   /* o 100px / 90px según se vea mejor */
    height: auto;
}

#openMillonModalEnvivoMobile{
    background: none !important;
}