.elementor-kit-9{--e-global-color-primary:#07101B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#27374C;--e-global-color-accent:#0C1622;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:150%;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:150%;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.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-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 */body, html {
    overflow-x: hidden !important;
}

.destaque-texto {
    color: #F88125;
}

p {
    margin-bottom: 0px !important;
}

:root {
    --glow-color: #FFFFFF; /* brilho branco */
    --glow-spread-color: rgba(255, 255, 255, 0.3); /* branco suave */
}

#cta-effect, .cta-effect .elementor-button {
    color: #07101B; /* cor do texto */
    background: linear-gradient(-45deg, #FFFFFF, #E6E6E6, #FFFFFF, #F5F5F5);
    background-size: 800% 400%;
    transition: all .5s;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
}

@keyframes gradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

#cta-effect:hover, .cta-effect .elementor-button:hover {
    color: #07101B; /* mantém a cor do texto no hover */
    background-image: linear-gradient(to right, #FFFFFF 0%, #E6E6E6 100%);
    transition: .5s ease;
    box-shadow: 
        0 0 1.5em 0.0001em var(--glow-color), /* diminuído */
        0 0 0.8em 0.1em var(--glow-spread-color), /* diminuído */
        inset 0 0 .25em .25em var(--glow-color); /* diminuído */
}/* End custom CSS */