.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7db5f19:#EFB970;--e-global-color-06cf279:#CE9C53;--e-global-color-72758e1:#F4D7AF;--e-global-color-207b8ec:#1B1B1B;--e-global-color-ba61e77:#222222;--e-global-color-6362478:#E2E2E2;--e-global-color-bac2f06:#EBC490;--e-global-color-e9f5f34:#FFF5E8;--e-global-color-2603cf3:#F8F8F8;--e-global-color-288c42f:#FFF7ED;--e-global-color-0d4b5dd:#FFFAF3;--e-global-typography-primary-font-family:"Spectral";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Spectral";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;font-family:"Spectral", Sans-serif;}.elementor-kit-7 a{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h1{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h2{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h3{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h4{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h5{font-family:"Spectral", Sans-serif;}.elementor-kit-7 h6{font-family:"Spectral", 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-7 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: 11px;
}
    
    body::-webkit-scrollbar-track {
    background: #c5c5c5;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #EFB970;
    
    border-radius: 10px;
    
    border: 2px solid #c5c5c5;
    
}


/* REMOVER ESPAÇO ENTRE SVG */
.elementor-kit-7 svg{
    height: unset !important;
}




<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://zivamarcas.com.br/wp-content/uploads/2024/05/MARIANA-ALVES-HERO2222212.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://zivamarcas.com.br/wp-content/uploads/2024/05/asjdklfjlkasd.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://zivamarcas.com.br/wp-content/uploads/2024/05/MARIANA-ALVES-BG-CELUALR2222112.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>/* End custom CSS */