.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c6255d5:#DEB064;--e-global-color-6669294:#121F3F;--e-global-color-0639977:#EFF2F3;--e-global-color-a4dfa91:#DADDDF;--e-global-color-1a91563:#292C30;--e-global-color-511b057:#EFF2F310;--e-global-color-b6f1122:#EFF2F320;--e-global-color-6a992ff:#EFF2F330;--e-global-color-bd2ecd6:#DEB06420;--e-global-color-b115acb:#DEB06440;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 h1{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 h2{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 h3{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 h5{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 h6{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 label{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-kit-12 input:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea,.elementor-kit-12 .elementor-field-textual{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 .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 */html,
body{
width:100%;
overflow-x: clip;
}

/* 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: #9c9c9c;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #deb064;
    
    border-radius: 10px;
    
    border: 2px solid #9c9c9c;
    
}



<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://integrareodontologiaestetica.com/wp-content/uploads/2026/07/HERO-INTREGARE-DESKTOP22-copiar.webp')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://integrareodontologiaestetica.com/wp-content/uploads/2026/07/HERO-INTREGARE-DESKTOP22-copiar.webp')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://integrareodontologiaestetica.com/wp-content/uploads/2026/07/HERO-INTEGRARE-MOBILE-33333.webp')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>/* End custom CSS */