.elementor-kit-807{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#111204;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CBDB7B;--e-global-color-53192fc:#8DBA3A;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;background-color:#0F0F0F;}.elementor-kit-807 button,.elementor-kit-807 input[type="button"],.elementor-kit-807 input[type="submit"],.elementor-kit-807 .elementor-button{background-color:transparent;color:var( --e-global-color-secondary );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-53192fc ) 100%);border-style:solid;border-width:0px 0px 0px 0px;}.elementor-kit-807 button:hover,.elementor-kit-807 button:focus,.elementor-kit-807 input[type="button"]:hover,.elementor-kit-807 input[type="button"]:focus,.elementor-kit-807 input[type="submit"]:hover,.elementor-kit-807 input[type="submit"]:focus,.elementor-kit-807 .elementor-button:hover,.elementor-kit-807 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );border-style:none;}.elementor-kit-807 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{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 */<script>
    const elementos = document.querySelectorAll('.cima, .baixo, .esquerda, .direita');
    const posicaoScroll = window.innerHeight * 0.5;
    
    function fadeScroll(){
        elementos.forEach((elemento) => {
            const elementoTop = elemento.getBoundingClientRect().top - posicaoScroll;
            if(elementoTop < 320) {
                elemento.classList.add('ativo');
            }
            else {
                elemento.classList.remove('ativo');
            }
        })
    }
    
    window.addEventListener('scroll', fadeScroll);
</script>/* End custom CSS */