.elementor-kit-28867{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-28867 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);}@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 */.elementor-message.elementor-message-success {
    background: #CDFF73 !important;
    padding: 12px !important;
    font-size: 1.5em;
    border-radius: 20px !important;
}

p {
    font-family: 'Roboto', sans-serif !important;
}


span {
    font-family: 'Roboto', sans-serif !important;
}

button {
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.button-fly {
            display: inline-block !important;
            animation: floating-wp 3s ease-in-out infinite !important;
        }

     
        @keyframes floating-wp {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-12px); 
            }
            100% {
                transform: translateY(0px);
            }
        }

/* Estilo aplicado directamente al botón dentro de las clases de Elementor */
.elementor-field-group.elementor-field-type-submit button {
background-color: #CDFF73 !important;
color: #1d1f21 !important;
padding: 16px !important; 
border-radius: 8px !important;
font-size: 20px !important; 
font-weight: 700 !important;
width: 100% !important;
border: none !important;
cursor: pointer !important;
margin-top: 10px !important;
transition: all 0.3s ease !important;
text-transform: none !important;
position: relative !important;
z-index: 2 !important;
display: block !important;
box-shadow: none !important;
}

.elementor-field-group.elementor-field-type-submit button:hover {
background-color: #b8e667 !important; 
}

/* Contenedor del botón para el efecto de onda */
.elementor-field-group.elementor-field-type-submit button::after {
content: "" !important;
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 8px !important;
z-index: -1 !important;
box-sizing: border-box !important;
animation: ondaNeonForm3 2s infinite !important;
}

@keyframes ondaNeonForm3 {
0% {
box-shadow: 0 0 0 0 rgba(205, 255, 115, 0.8);
opacity: 1;
}
70% {
box-shadow: 0 0 0 20px rgba(205, 255, 115, 0);
opacity: 0;
}
100% {
box-shadow: 0 0 0 0 rgba(205, 255, 115, 0);
opacity: 0;
}


}/* End custom CSS */