.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-392b9da:#97382B;--e-global-color-8ace1ff:#110201;--e-global-color-74a73b8:#FFF7F7;--e-global-color-9bbad8e:#4CC9F0;--e-global-color-221aeb1:#20C7AC;--e-global-color-d93ef35:#1CC5F4;--e-global-color-93ba8ca:#0A0F14;--e-global-color-b14f5e0:#0A0F14;--e-global-color-6624b87:#030507;--e-global-color-d2cee64:#0D1B2A;--e-global-color-04f0d70:#091420;--e-global-color-447a93f:#6175FF;--e-global-color-ee38ba6:#00B4D8;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;--e-global-typography-c084cbc-font-family:"Space Grotesk";--e-global-typography-c084cbc-font-weight:400;font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 a{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h1{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h2{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h3{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h4{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h5{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-9 h6{font-family:"Space Grotesk", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* TIRAR BARRA LATERAL HORIZONTAL */

html,
body{
width:100%;
overflow-x:hidden;
}

/* DIMINUIR ESPAÇAMENTO */

p:last-child{
    margin-bottom:0px;
}


/* MUDAR COR DA BARRA DO SCR */

body::-webkit-scrollbar {
    width: 10px;
    }
    
    body::-webkit-scrollbar-track {
    background: #c5c5c5;
    }
    
    body::-webkit-scrollbar-thumb {
    background-color: #97382b;
    
    border-radius: 10px;
    
    border: 2px solid #c5c5c5;
}



<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/hero.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/SAMUEL-HERO-TABLET-1.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/SAMUEL-HERO-MOBILE.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>



@font-face {
    font-family: "Lexend";
    src: url('/wp-content/uploads/2024/01/Lexend-Regular.woff2') format('woff2');
    font-display: swap;
    font-weight: regular;
}

@font-face {
    font-family: "Lexend";
    src: url("/wp-content/uploads/2024/01/Lexend-Medium.woff2") format('woff2');
    font-weight: medium;
    font-display: swap;
}




<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/hero.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/SAMUEL-HERO-TABLET-1.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://samukainvest.com.br/wp-content/uploads/2024/01/SAMUEL-HERO-MOBILE.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>



@font-face {
    font-family: "Lexend";
    src: url('/wp-content/uploads/2024/01/Lexend-Regular.woff2') format('woff2');
    font-display: swap;
    font-weight: regular;
}

@font-face {
    font-family: "Lexend";
    src: url("/wp-content/uploads/2024/01/Lexend-Medium.woff2") format('woff2');
    font-weight: medium;
    font-display: swap;
}/* End custom CSS */