.elementor-kit-8{--e-global-color-primary:#F75C82;--e-global-color-secondary:#FF9F45;--e-global-color-text:#333333;--e-global-color-accent:#FDECF6;--e-global-color-6f33f83:#4A4A4A;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arvo";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"europa";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Raleway", Sans-serif;}.elementor-kit-8 h2{font-family:"Raleway", Sans-serif;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;box-shadow:0px 0px 10px 0px rgba(255, 0, 189.586956521739, 0.3);border-radius:8px 8px 8px 8px;padding:012px 024px 012px 024px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-8{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo Global para Botones con Degradado */
.btn-grad .elementor-button {
    background: linear-gradient(90deg, #FF9F45 0%, #F75C82 100%);
    transition: all 0.3s ease-in-out;
    border: none;
}

.btn-grad .elementor-button:hover {
    background: linear-gradient(90deg, #F75C82 0%, #FF9F45 100%); /* Invierte el degradado al pasar el mouse */
    transform: translateY(-2px); /* Pequeña elevación */
    box-shadow: 0 10px 20px rgba(247, 92, 130, 0.3); /* Sombra brillante */
}/* End custom CSS */