.elementor-1182 .elementor-element.elementor-element-eadb9e2{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1182 .elementor-element.elementor-element-f3b61ff{--display:flex;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-002ceca */.venum-hero-premium {
    position: relative;
    height: 80vh; /* Subimos de 60vh a 80vh para mayor impacto */
    min-height: 600px; /* Aumentamos el mínimo para que no se achique en laptops */
    
    /* --- MAGIA PARA ROMPER EL CONTENEDOR (Mantenemos el ancho completo) --- */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* ----------------------------------------------------------------------- */
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

/* El Video (Mantiene su proporción panorámica) */
.venum-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Gradiente de fondo */
.venum-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 100%);
    z-index: 2;
}

/* Caja de contenido */
.venum-content-box {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 1200px; 
    padding: 0 20px;
}

/* Textos */
.venum-glitch-title {
    font-family: 'Arial Black', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem); 
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}

.venum-separator {
    width: 60px;
    height: 3px;
    background: #C5A028; /* Nuevo color dorado/mostaza */
    margin: 15px auto;
}

.venum-description {
    font-size: 0.9rem;
    letter-spacing: 5px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Botones */
.btn-venum-action {
    background: #C5A028; /* Nuevo color dorado/mostaza */
    color: #fff;
    padding: 12px 35px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    transition: 0.3s ease;
}

.btn-venum-action:hover {
    background: #fff;
    color: #000;
    transform: skew(-5deg) scale(1.05);
}

.btn-venum-outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 11px 34px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.btn-venum-outline:hover {
    background: rgba(255,255,255,0.1);
    letter-spacing: 2px;
}



/* Mobile */
/* Mobile */
@media (max-width: 768px) {
    .venum-hero-premium { 
        height: 60vh; /* Un poco más de aire vertical */
        min-height: 450px; 
        padding: 0 20px; /* Margen interno para que el texto no toque los bordes */
    }

    .venum-glitch-title { 
        font-size: 1.6rem; /* Reducido de 2rem para mejor balance */
        line-height: 1.1; 
        margin-bottom: 10px;
    }

    .venum-description { 
        font-size: 0.65rem; /* Ligeramente más pequeño */
        letter-spacing: 1.5px; /* Menos tracking para que no se desparrame el texto */
        max-width: 280px; /* Limita el ancho para que haga saltos de línea elegantes */
        margin: 0 auto 20px auto; 
    }

    /* Ajuste adicional para los botones si los sientes muy grandes */
    .venum-hero-premium .btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f3b61ff */.hero-fijo {
    position: relative;
    min-height: 100vh;
    overflow: hidden; /* Evita scrolls accidentales por el pseudo-elemento */
}

.hero-fijo::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* Cambiamos 'cover' por un porcentaje (ej. 50%) para achicarlo */
    background: url("https://venumoficial.cl/wp-content/uploads/2026/04/COBRA-scaled.png") center center no-repeat;
    background-size: 40%; /* Ajusta este valor (30%, 50%, etc.) para el tamaño deseado */
    z-index: -1;
    transform: translateZ(0);
    opacity: 0.25; /* Bajé un poco más la opacidad para que se vea más sutil y pro */
    pointer-events: none;
}/* End custom CSS */