.elementor-48 .elementor-element.elementor-element-b724b71{--display:flex;}.elementor-48 .elementor-element.elementor-element-91e7e5b{margin:0px 12px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-48 .elementor-element.elementor-element-eec8381.elementor-element{--order:99999 /* order end hack */;}/* Start custom CSS for html, class: .elementor-element-91e7e5b *//* ==========================================================================
   ESTILOS DE LA SECCIÓN HERO (FUXXION)
   ========================================================================== */
.fuxxion-hero-section {
    position: relative;
    width: 100vw; /* Fuerza a tomar el 100% del ancho del navegador */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 85vh; /* Altura regulada para pantallas de escritorio */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
    /* Espaciado elegante para Computadoras */
    padding: 120px 10% 80px 10%; 
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    
    /* 🖼️ TU IMAGEN DE FONDO OFICIAL */
    background-image: url('https://olive-lemur-208060.hostingersite.com/wp-content/uploads/2026/07/ChatGPT-Image-8-jul-2026-17_28_25.png');
    background-size: cover; /* Hace que cubra todo el espacio sin deformarse */
    background-position: center center;
    background-repeat: no-repeat;
}

/* ==========================================================================
   🛠️ CAPA DE SUPERPOSICIÓN CORREGIDA (NÍTIDA Y CLARA)
   ========================================================================== */
.fuxxion-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Bajamos la opacidad drásticamente (de 0.88 a 0.25) para que la imagen se vea nítida */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(245, 247, 250, 0.15) 100%);
    z-index: 2;
}

.fuxxion-hero-content {
    position: relative;
    z-index: 3; /* Se posiciona firmemente por encima del fondo y la capa blanca */
    max-width: 900px;
    width: 100%;
}

/* ==========================================================================
   TAG SUPERIOR
   ========================================================================== */
.fuxxion-hero-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.fuxxion-tag-dot {
    width: 8px;
    height: 8px;
    background-color: #7acadd;
    border-radius: 50%;
}

.fuxxion-hero-tag p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #8c8c8c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ==========================================================================
   TITULAR PRINCIPAL (CON EFECTO INTERACTIVO FLUIDO)
   ========================================================================== */
.fuxxion-hero-title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(38px, 6vw, 85px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -2px;
}

.fuxxion-text-row {
    display: block;
    width: fit-content;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), text-shadow 0.4s ease, color 0.3s ease;
    cursor: default;
    backface-visibility: hidden;
}

.text-black { color: #0c0c0c; }
.text-blue { color: #7acadd; }

.fuxxion-text-row:hover {
    transform: translateY(-4px) scale(1.01);
}

.text-black:hover {
    color: #000000;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}

.text-blue:hover {
    color: #5bb3cc;
    text-shadow: 0px 10px 20px rgba(122, 202, 221, 0.2);
}

/* ==========================================================================
   CORRECCIÓN RESPONSIVE COMPLETA (CELULARES)
   ========================================================================= */
@media (max-width: 768px) {
    .fuxxion-hero-section {
        min-height: auto;
        /* Reseteamos el ancho de pantalla completa en móvil para evitar desbordamiento horizontal */
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        /* Súper pegado arriba para corregir la separación del menú */
        padding: 20px 6% 60px 6%; 
    }
    
    .fuxxion-hero-title {
        font-size: 34px;
        letter-spacing: -1px;
    }
    
    .fuxxion-hero-tag {
        margin-bottom: 15px;
    }
    
    .fuxxion-text-row:hover {
        transform: translateY(-2px);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eec8381 *//* ==========================================================================
   ESTILOS DE LOS BOTONES INTERACTIVOS (FUXXION)
   ========================================================================== */
.fuxxion-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Los alinea estrictamente a la izquierda */
    gap: 20px; /* Separación horizontal entre ambos botones */
    margin-top: 40px; /* Despegue elegante respecto al texto de arriba */
    width: 100%;
}

/* Base general de los botones */
.fuxxion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 35px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fuxxion-btn-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

/* --- BOTÓN PRINCIPAL (NEGRO) --- */
.fuxxion-btn-primary {
    background-color: #0c0c0c;
    color: #ffffff;
    gap: 25px; /* Espacio entre el texto y la línea celeste */
}

.fuxxion-btn-primary .fuxxion-btn-text {
    color: #ffffff;
}

/* La línea celeste interna */
.fuxxion-btn-line {
    width: 45px;
    height: 2px;
    background-color: #7acadd; /* Tu celeste de marca */
    display: inline-block;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s ease;
}

/* ✨ EFECTO HOVER PRINCIPAL */
.fuxxion-btn-primary:hover {
    background-color: #1a1a1a;
    transform: translateY(-3px) scale(1.02); /* Flota y aumenta sutilmente */
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.fuxxion-btn-primary:hover .fuxxion-btn-line {
    width: 65px; /* La línea se estira de forma interactiva */
    background-color: #5bb3cc;
}


/* --- BOTÓN SECUNDARIO CORREGIDO (SIGUE BLANCO) --- */
.fuxxion-btn-secondary {
    background-color: #ffffff; /* Fondo blanco sólido fijo */
    border: 1px solid #cccccc; /* Borde fino sutil */
    color: #0c0c0c;
}

.fuxxion-btn-secondary .fuxxion-btn-text {
    color: #0c0c0c;
}

/* ✨ EFECTO HOVER SECUNDARIO (SOLO AUMENTO Y ELEVACIÓN) */
.fuxxion-btn-secondary:hover {
    background-color: #ffffff; /* Se mantiene blanco */
    border-color: #0c0c0c;     /* El borde se oscurece un toque para dar feedback */
    transform: translateY(-3px) scale(1.02); /* Mismo efecto de aumento y flotación premium */
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);   /* Sombra estética muy suave */
}


/* ==========================================================================
   RESPONSIVE (CELULARES)
   ========================================================================== */
@media (max-width: 768px) {
    .fuxxion-btn-group {
        flex-direction: column; /* En celulares se apilan verticalmente */
        align-items: flex-start;
        gap: 15px;
        margin-top: 30px;
    }
    
    .fuxxion-btn {
        width: 100%; /* Toman todo el ancho del bloque en móvil */
        max-width: 320px; 
        height: 50px;
        padding: 0 25px;
    }
    
    .fuxxion-btn:hover {
        transform: translateY(-1px) scale(1.01);
    }
}/* End custom CSS */