.elementor-kit-583{--e-global-color-primary:#6B35F5;--e-global-color-secondary:#6B6B6B;--e-global-color-text:#000000;--e-global-color-accent:#345A3A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"LULO CLEAN";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-583 e-page-transition{background-color:#FFFEEE;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    /* 1. TUS 4 COLORES
       El ángulo es -50deg (diagonal).
       Colores: Base Oscura -> Base Oscura -> Violeta Oscuro -> Verde Oscuro.
       Al repetir el #17050E al principio, aseguramos que la mitad del tiempo 
       el fondo sea tu color corporativo base.
    */
    background: linear-gradient(
        -50deg, 
        #17050E, 
        #150A32, 
        #032716
    );

    /* 2. TAMAÑO Y ANIMACIÓN
       Tamaño 400% para que el barrido sea fluido.
       Duración 5s (puedes subirlo a 10s si te marea).
    */
    background-size: 400% 400%;
    animation: gradientBG 3s ease infinite;

    /* Configuración técnica */
    background-attachment: fixed;
    min-height: 200vh;
}

/* LA ANIMACIÓN */
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Tel y email */
a[href^="tel"],
a[href^="mailto"]{
  color: #ffffff;
}

/* iOS Safari (data detectors) */
a[x-apple-data-detectors],
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active,
a[x-apple-data-detectors]:visited{
  color: #ffffff;
  text-decoration: none;
}/* End custom CSS */