.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2d96c3b:#25292C;--e-global-color-7e34fa9:#464E53;--e-global-color-26f3c4e:#7A8891;--e-global-color-4e44f22:#95A6B0;--e-global-color-e37ecb1:#DFE2E5;--e-global-color-ebf1b88:#F1F6FA;--e-global-color-e857812:#95A6B042;--e-global-color-2191d3c:#95A6B082;--e-global-color-1b12efc:#95A6B02E;--e-global-color-183af3b:#95A6B06E;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 h6{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Montserrat", Sans-serif;}.elementor-kit-10 label{font-family:"Montserrat", 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: #464E53;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #95A6B0;
    
    border-radius: 10px;
    
    border: 2px solid #464E53;
    
}


<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://www.hospitaldaplasticapoa.com.br/wp-content/uploads/2025/06/sjakdhfkjashdfjkasd.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://www.hospitaldaplasticapoa.com.br/wp-content/uploads/2025/07/asdhgfkasdfh.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://www.hospitaldaplasticapoa.com.br/wp-content/uploads/2025/07/sdhafbghjasbgfj.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 */