    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #000;
        overflow: hidden;
    }
    .contenedor {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .slider img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .slider img.activa {
        opacity: 1;
    }
    @keyframes zoomUp {
        0% { transform: scale(1) translateY(0); }
        100% { transform: scale(1.1) translateY(-2vh); }
    }
    @keyframes zoomDown {
        0% { transform: scale(1) translateY(0); }
        100% { transform: scale(1.1) translateY(2vh); }
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }
    .logo {
        position: absolute;
        top: 140px;
        left: 50%;
        transform: translateX(-55%);
        z-index: 2;
        width: 50vw;
        height: auto;
        pointer-events: none;
    }
    .play-btn {
        position: absolute;
        bottom: 230px;
        left: 50%;
        transform: translateX(-55%);
        z-index: 3;
        width: 102px;
        height: 102px;
        background: rgb(204 23 32 / 86%);
        border: 3px solid white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .play-btn svg {
        width: 60%;
        height: 60%;
        fill: white;
    }
    .mensaje {
        position: absolute;
        bottom: 90px; /* ajuste: un poquito más arriba como pediste */
        left: 50%;
        transform: translateX(-55%);
        background: transparent;
        color: #ffffff;
        font-family: Arial, sans-serif;
        font-weight: 900; /* Radio Jireh mucho más gruesa */
        font-size: 0.9em; /* mantiene el tamaño original */
        text-align: center;
        white-space: nowrap;
        z-index: 4;
    }
    .mensaje-secundario {
        font-size: 1.8em; /* Radio Jireh más grande */
        font-weight: 900; /* Radio Jireh mucho más gruesa */
        color: rgb(0 0 0); /* Celeste igual al botón */
        margin-top: 8px;
    }

.mensaje {
    overflow: hidden; /* para que el texto que se mueva no se salga */
}
.scroll-text {
    display: inline-block;
    padding-left: 100%; /* arranca desde fuera de la vista a la derecha */
    animation: desplazamientoHorizontal 8s linear infinite;
    white-space: nowrap;
}
@keyframes desplazamientoHorizontal {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}


.web-texto {
    position: absolute;
    bottom: 16px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    z-index: 10;
    white-space: nowrap;
    font-family: 'Arial Black', Arial, sans-serif;
    font-style: italic;
    }



.redes-sociales {
    position: absolute;
    top: 60%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 20;
}
.redes-sociales a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border: 3px solid white;
    overflow: hidden;
}
.redes-sociales a img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.redes-sociales a.facebook { background-color: #1877F2; }

.redes-sociales a.telegram { background-color: #0088cc; }




.redes-sociales a.youtube img {
    width: 60%;
    height: 60%;
}



.redes-sociales a.instagram { background-color: #E1306C; }
.redes-sociales a.instagram img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.redes-sociales a.tiktok img {
    width: 60%;
    height: 60%;
}


.redes-sociales a {
    position: relative;
    overflow: visible;
}
.redes-sociales a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: onda 1.5s infinite ease-out;
}
@keyframes onda {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.boton-compartir {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cc1720;
    border-top-left-radius: 100%;
    padding: 30px 00px 00px 20px;
}
.boton-compartir img {
    width: 50%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.boton-mensaje {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: #00000000;
    border-bottom-left-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: transform 0.3s 
ease;
    padding: 0px 6px 50px 50px;
}
.boton-mensaje img {width: 100%;  /* La imagen ocupará el 50% del círculo (30px) */height: auto; /* Mantiene la proporción */filter: brightness(0) invert(1);}
.boton-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #cc1720;
    border-bottom-right-radius: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.3s ease;
    padding: 10px 100px 130px 10px;
}

.boton-menu:hover {
  transform: scale(1.1);
}

.boton-menu img {
  width: 50%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.menu-lateral {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    z-index: 999;
    transition: left 0.3s ease;
    overflow-y: auto;
    font-family: Arial, sans-serif;
}
.menu-lateral.abierto {
    left: 0;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}
.menu-overlay.visible {
    display: block;
}
.menu-header {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.menu-logo {
    width: 15vw;
}
.menu-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-lista li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.menu-lista li a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.menu-lateral h4 {
    padding: 10px 15px;
    margin: 0;
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
}


.chat-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.chat-contenido {
    background-color: white;
    margin: 5% auto;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
}
.cerrar-chat {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.cerrar-chat:hover {
    color: red;
}


.web-side-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 3000;
    transition: right 0.3s ease;
}
.web-side-panel.abierto {
    right: 0;
}
.web-side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2999;
    display: none;
}
.web-side-overlay.visible {
    display: block;
}
.web-side-panel iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.web-side-close-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    z-index: 3100;
    background: transparent;
}



/* --- Ajustes de diseño fluido --- */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.logo {
    width: 40vw;
    max-width: none;
    height: auto;
}

.play-btn {
    width: 73px;
    height: 73px;
}

.redes-sociales a {
    width: 24px;
    height: 24px;
}

.mensaje {
    font-size: 35px;
}

.mensaje-secundario {
    font-size: 4vw;
}

.slider img {
    object-fit: cover;
}

/* Pantallas pequeñas */
@media (max-width: 400px) {
    .logo {
        width: 50vw;
    }
    .play-btn {
        width: 20vw;
        height: 20vw;
    }
}

/* Pantallas grandes */
@media (min-width: 768px) {
    .logo {
        width: 30vw;
    }
    .play-btn {
        width: 15vw;
        height: 15vw;
    }
}


/* --- Versión fluida más grande --- */
.logo {
    width: 55vw; /* antes 40vw */
}

.play-btn {
    width: 102px; /* antes 18vw */
    height: 102px;
}
.redes-sociales a {
    width: 32px; /* antes 6vw */
    height: 32px;
}

.mensaje {
    font-size: 16px; /* antes 2.5vw */
}

.mensaje-secundario {
    font-size: 20px; /* antes 4vw */
}

.slider img {
    object-fit: cover;
}

/* Pantallas pequeñas */
@media (max-width: 400px) {
    .logo {
        width: 65vw;
    }
    .play-btn {
        width: 30vw;
        height: 30vw;
    }
    .redes-sociales a {
        width: 9vw;
        height: 9vw;
    }
}

/* Pantallas grandes */
@media (min-width: 768px) {
    .logo {
        width: 350px;
    }
    .play-btn {
        width: 200px;
        height: 200px;
    }
    .redes-sociales a {
        width: 7vw;
        height: 7vw;
    }
}


/* Botones de redes sociales más grandes */
.redes-sociales a {
    width: 40px; /* antes 8vw */
    height: 40px;
}

@media (max-width: 400px) {
    .redes-sociales a {
        width: 12vw; /* antes 9vw */
        height: 12vw;
    }
}

@media (min-width: 768px) {
    .redes-sociales a {
        width: 60px; /* antes 7vw */
        height: 60px;
    }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}