.elementor-kit-9{--e-global-color-primary:#C0933E;--e-global-color-secondary:#FDE4A4;--e-global-color-text:#F8F8F8;--e-global-color-accent:#000400;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:120%;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:120%;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:120%;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-ba69cb4-font-family:"Poppins";--e-global-typography-ba69cb4-font-size:30px;--e-global-typography-ba69cb4-font-weight:500;--e-global-typography-ba69cb4-text-transform:uppercase;--e-global-typography-ba69cb4-line-height:120%;--e-global-typography-8e84894-font-family:"Poppins";--e-global-typography-8e84894-font-size:14px;--e-global-typography-8e84894-font-weight:400;--e-global-typography-8e84894-line-height:120%;--e-global-typography-a931d71-font-family:"Poppins";--e-global-typography-a931d71-font-size:16px;--e-global-typography-a931d71-font-weight:600;--e-global-typography-a931d71-text-transform:uppercase;--e-global-typography-a931d71-line-height:120%;}.elementor-kit-9 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-kit-9{--e-global-typography-primary-font-size:35px;--e-global-typography-ba69cb4-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:16px;--e-global-typography-ba69cb4-font-size:25px;--e-global-typography-8e84894-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {
    overflow-x: hidden !important;
}

.destaque-texto {
    color: #F88125;
}

/* Aplica a animação de fundo aos botões */
.btt-eff-cf .elementor-button, #btt-eff-cf {
    background: linear-gradient(90deg, #25D366, #128C7E, #25D366);
    background-size: 200% 100%;
    animation: texturaBotao 6.8s ease-in-out infinite;
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 5px;
}

/* Animação de fundo */
@keyframes texturaBotao {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Efeito sutil no hover */
.btt-eff-cf .elementor-button:hover, #btt-eff-cf:hover {
    box-shadow: 0px 4px 12px rgba(18, 140, 126, 0.4); /* Verde escuro do CTA, suavizado */
    transform: translateY(-2px); /* Levanta um pouco o botão */
}/* End custom CSS */