.elementor-kit-39{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a882428:#F01097;--e-global-color-78bba1f:#FFDB73;--e-global-color-5c9d1df:#F7D164;--e-global-color-6680bd1:#FFFFFF;--e-global-color-e2aa8ab:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8bb96bb-font-family:"Fascinate Inline";--e-global-typography-c3f337f-font-family:"Bangers";}.elementor-kit-39 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===========================
   CONTENEDOR
=========================== */

.retro-3d{
    position:relative;
    display:inline-block;

    filter:
        drop-shadow(0 0 5px #ff00d4)
        drop-shadow(0 0 15px #ff00d4)
        drop-shadow(0 0 25px #00d8ff);
}

/* ===========================
   TEXTO PRINCIPAL
=========================== */

.retro-3d .elementor-heading-title{

    position:relative;
    z-index:3;
    display:inline-block;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #ffd6ff 8%,
        #ff00d4 18%,
        #ffffff 30%,
        #ffe600 48%,
        #ffffff 60%,
        #00d8ff 78%,
        #0066ff 90%,
        #ffffff 100%
    );

    background-size:300% 300%;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    -webkit-text-stroke:1px rgba(255,255,255,.35);

    animation:chromeMove 8s linear infinite;
}

/* ===========================
   BRILLO METALICO
=========================== */

.retro-3d .elementor-heading-title::before{

    content:"";

    position:absolute;
    inset:0;

    background:linear-gradient(
        120deg,
        transparent 0%,
        transparent 35%,
        rgba(255,255,255,.95) 50%,
        transparent 65%,
        transparent 100%
    );

    background-size:250% 100%;

    mix-blend-mode:screen;

    animation:shineMove 4s linear infinite;

    pointer-events:none;
}




/* ===========================
   ANIMACION CROMADA
=========================== */

@keyframes chromeMove{

    0%{
        background-position:0% 0%;
    }

    50%{
        background-position:0% 100%;
    }

    100%{
        background-position:0% 0%;
    }

}

/* ===========================
   BRILLO EN MOVIMIENTO
=========================== */

@keyframes shineMove{

    0%{
        background-position:-200% 0;
    }

    100%{
        background-position:200% 0;
    }

}

/* ===========================
   GLOW PULSANTE
=========================== */

@keyframes neonPulse{

    0%,100%{
        opacity:.75;
        filter:blur(0px);
    }

    50%{
        opacity:1;
        filter:blur(2px);
    }

}/* End custom CSS */