.elementor-kit-2322{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0064146:#7BE496;--e-global-color-a69bd12:#059669;--e-global-typography-primary-font-family:"Changa";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Baloo 2";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Baloo 2";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Baloo 2";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:300;}.elementor-kit-2322 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);}@media(max-width:1024px){.elementor-kit-2322{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2322{--e-global-typography-primary-line-height:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Scrollbar vertical fina */
::-webkit-scrollbar {
    width: 4px;
}

/* Esconde o scrollbar horizontal */
::-webkit-scrollbar:horizontal {
    display: none;
}

/* Track preto */
::-webkit-scrollbar-track {
    background-color: #000000;
}

/* Thumb com gradiente de verde */
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #145B26, #4DCE6D);
    border-radius: 3px;
}

/* Hover no thumb */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0f3f1c, #3abf60);
}

<script nowprocket>document.addEventListener('DOMContentLoaded', function() {
    var links = document.querySelectorAll('.btn .elementor-button');
    
    if (links.length === 0) {
        console.log('Nenhum botão encontrado');
        return;
    }

    links.forEach(function(link) {
        var originalUrl = link.href;
        var urlParams = new URLSearchParams(window.location.search);
        
        var utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content'];
        utmParams.forEach(function(param) {
            if (urlParams.has(param)) {
                originalUrl += (originalUrl.includes('?') ? '&' : '?') + param + '=' + urlParams.get(param);
            }
        });
        
        link.href = originalUrl;
    });
});</script>/* End custom CSS */