.elementor-kit-49{--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-49 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){--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);}.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 *//* Aplica o Gradiente Verde baseado no tom #2FBF71 */
.btn-gradient-animado a.elementor-button {
    border-radius: 40px !important;

    /* Gradiente com variações do verde #2FBF71 */
    background-image: linear-gradient(
        45deg,
        #1f8f55, /* Verde mais fechado */
        #27a866, /* Verde médio escuro */
        #2FBF71, /* Cor base */
        #27a866,
        #1f8f55
    ) !important;

    background-size: 200% 200% !important;
    background-position: 0% 50%;
    
    /* Animação fluida e discreta */
    animation: shine 10s ease-in-out infinite !important;

    border: none !important;
    box-shadow: 0px 4px 12px rgba(47, 191, 113, 0.25) !important;
    transform-origin: center;
    transition: all 0.5s ease !important;
}

/* Hover Suave */
.btn-gradient-animado a.elementor-button:hover {
    transform: scale(1.03);
    box-shadow: 0px 6px 16px rgba(47, 191, 113, 0.35) !important;
    filter: brightness(1.08);
}

/* Keyframes da animação */
@keyframes shine {
    0% { background-position: 0% 50%; }
    50% { bac/* End custom CSS */