.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9cd4882:#132E46;--e-global-color-add6611:#317EC2;--e-global-color-905fe34:#16C1ED;--e-global-color-08d7e66:#F6F8F8;--e-global-color-8fca062:#0E2233;--e-global-color-fed12cf:#1D4467;--e-global-color-40a5ec6:#2B6BA4;--e-global-color-7e257d8:#42A3F9;--e-global-color-21bbd23:#159EC2;--e-global-color-23d11af:#1BD0FF;--e-global-color-3ef8527:#E6E7E7;--e-global-color-e2978bf:#FEFFFF;--e-global-color-b01932d:#202930;--e-global-color-98b8ed9:#2B363E;--e-global-typography-primary-font-family:"Libre Franklin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Franklin";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Libre Franklin";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Franklin";--e-global-typography-accent-font-weight:500;font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h1{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h2{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h3{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h4{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h5{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 h6{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 label{font-family:"Libre Franklin", Sans-serif;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Libre Franklin", 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: #2ac1ee;
    
    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://tratandodor.com.br/wp-content/uploads/2025/09/DOR-HERO-DEKTOP2.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://tratandodor.com.br/wp-content/uploads/2025/09/akdsfhkajsdfhjkasdf.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://tratandodor.com.br/wp-content/uploads/2025/09/akdsfhkajsdfhjkasdf.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 */