.elementor-2221 .elementor-element.elementor-element-66cee15:not(.elementor-motion-effects-element-type-background), .elementor-2221 .elementor-element.elementor-element-66cee15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mariajacaranda.es/wp-content/uploads/2026/07/Diseno-sin-titulo-3-scaled.png");background-position:center center;}.elementor-2221 .elementor-element.elementor-element-66cee15{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2221 .elementor-element.elementor-element-66cee15 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for section, class: .elementor-element-66cee15 *//* Botón/Banner superpuesto para activar el audio */
.unmute-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20; /* Por encima de la capa de bloqueo */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: background 0.3s ease;
}

.unmute-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.unmute-btn {
    background: #e50914;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
    animation: pulse-btn 1.8s infinite;
}

@keyframes pulse-btn {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.contenedor-falso-directo-limpio {
    --header-bg: #1a1a1a;
    --body-bg: #000;
    --text-color: #fff;
}

.tv-clean-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: var(--body-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
}

/* Estilos de cabecera */
.falso-directo-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; background: var(--header-bg); border-bottom: 1px solid #333; }
.badge-directo { background: #e50914; color: #fff; font-weight: bold; padding: 4px 12px; border-radius: 4px; font-size: 13px; display: flex; align-items: center; gap: 6px; letter-spacing: 1px; }
.dot-live { width: 8px; height: 8px; background-color: #fff; border-radius: 50%; display: inline-block; animation: pulse-dot 1.2s infinite; }
@keyframes pulse-dot { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(1.2); } 100% { opacity: 1; transform: scale(1); } }
.espectadores-simulados { font-size: 14px; color: var(--text-color); }

/* Estilos de footer y botones */
.falso-directo-footer { 
    display: flex; 
    gap: 10px; 
    padding: 15px; 
    background: var(--header-bg); 
    justify-content: center; 
    flex-wrap: wrap; 
}

.btn-llamar { 
    padding: 12px 20px; 
    border-radius: 6px; 
    text-decoration: none; 
    color: black; 
    font-size: 16px; 
    text-align: center; 
    flex: 1; 
    min-width: 220px; 
    transition: transform 0.2s ease; 
}

.btn-llamar:hover { transform: translateY(-2px); }

.visa { background: #EEBD00; }
.tarifada { background: #EEBD00; }

/* Capas del vídeo para ocultar interfaz de YouTube */
.video-blocking-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    overflow: hidden;
    background: #000;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; 
}

.mouse-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0);
    cursor: default;
    pointer-events: auto; 
}/* End custom CSS */