.elementor-7069 .elementor-element.elementor-element-7e6f4ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.7;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7069 .elementor-element.elementor-element-7e6f4ce::before, .elementor-7069 .elementor-element.elementor-element-7e6f4ce > .elementor-background-video-container::before, .elementor-7069 .elementor-element.elementor-element-7e6f4ce > .e-con-inner > .elementor-background-video-container::before, .elementor-7069 .elementor-element.elementor-element-7e6f4ce > .elementor-background-slideshow::before, .elementor-7069 .elementor-element.elementor-element-7e6f4ce > .e-con-inner > .elementor-background-slideshow::before, .elementor-7069 .elementor-element.elementor-element-7e6f4ce > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-b8a5f3f *//* Hero Section */
.vautex-hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    margin-top: 0px; /* Altura del header */
}

/* Video Container */
.vautex-hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.vautex-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.vautex-hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
}

.vautex-video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 40%, rgba(255, 59, 59, 0.15), transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 59, 59, 0.1), transparent 50%),
        #000000;
}

.vautex-vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

/* Viewfinder Frame */
.vautex-viewfinder-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.vautex-viewfinder-corner {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid #FF3B3B;
    opacity: 0.6;
}

.vautex-corner-tl {
    top: 40px;
    left: 40px;
    border-right: none;
    border-bottom: none;
}

.vautex-corner-tr {
    top: 40px;
    right: 40px;
    border-left: none;
    border-bottom: none;
}

.vautex-corner-bl {
    bottom: 40px;
    left: 40px;
    border-right: none;
    border-top: none;
}

.vautex-corner-br {
    bottom: 40px;
    right: 40px;
    border-left: none;
    border-top: none;
}

/* REC Badge */
.vautex-rec-badge {
    position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 2;
    font-family: 'Syne', sans-serif;
}

.vautex-rec-dot {
    width: 12px;
    height: 12px;
    background: #FF3B3B;
    border-radius: 50%;
    animation: vautex-pulse-rec 2s infinite;
    box-shadow: 0 0 15px rgba(255, 59, 59, 0.8);
}

@keyframes vautex-pulse-rec {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

/* Timestamp */
.vautex-timestamp {
    position: absolute;
    top: 50px;
    right: 50px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 6px;
    letter-spacing: 1px;
    z-index: 2;
}

/* Camera Info */
.vautex-camera-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    gap: 30px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 6px;
}

.vautex-info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vautex-info-label {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vautex-info-value {
    font-size: 14px;
    color: #FF3B3B;
    font-weight: 700;
}

/* Hero Content */
.vautex-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vautex-hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: white;
}

.vautex-hero-gradient {
    background: linear-gradient(90deg, #ffffff 0%, #FF3B3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vautex-hero-subtitle {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14286;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
}

.vautex-hero-description {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
    color: #86868b;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.vautex-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.vautex-btn-primary {
    background: #FF3B3B;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Syne', sans-serif;
}

.vautex-btn-primary:hover {
    background: #d63939;
    transform: scale(1.02);
}

.vautex-btn-secondary {
    color: #FF3B3B;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s ease;
    font-family: 'Syne', sans-serif;
}

.vautex-btn-secondary:hover {
    gap: 10px;
}

/* Scroll Indicator */
.vautex-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    z-index: 3;
}

.vautex-scroll-indicator::before {
    content: '';
    width: 4px;
    height: 8px;
    background: #FF3B3B;
    border-radius: 2px;
    animation: vautex-scroll 2s infinite;
}

@keyframes vautex-scroll {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(16px); opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
    .vautex-hero {
        margin-top: 44px;
    }
    
    .vautex-hero h1 {
        font-size: 48px;
    }

    .vautex-hero-subtitle {
        font-size: 21px;
    }

    .vautex-hero-cta {
        flex-direction: column;
    }

    .vautex-viewfinder-corner,
    .vautex-camera-info,
    .vautex-timestamp {
        display: none;
    }

    .vautex-rec-badge {
        top: 80px;
        left: 20px;
        padding: 8px 16px;
        font-size: 11px;
    }
}/* End custom CSS */