﻿.elementor-kit-10{--e-global-color-primary:#161518;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1040712:#161518;--e-global-color-59bbcf9:#FF0198;--e-global-color-dbda1a0:#F9F6FF;--e-global-color-500a2ac:#C70076;--e-global-color-ffe97ee:#883DF2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{font-weight:700;}.elementor-kit-10 h1{font-weight:700;}.elementor-kit-10 h2{font-weight:700;}.elementor-kit-10 h3{font-weight:700;}.elementor-kit-10 h4{font-weight:700;}.elementor-kit-10 h5{font-weight:500;}.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;--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: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: #ffffff;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #ff0198;
    
    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('../../2024/06/sdayfgyasf-1.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('../../2024/06/HIDROLISO-HERO-TABLET-2ffff.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('../../2024/06/HIDROLISO-HERO-MOBILE-2ffff.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>






<script>
let hero2 = document.querySelector(".hero2");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero2.style.backgroundImage = "url('../../2024/11/HIDRALISO-BLACK-DEKTOP.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero2.style.backgroundImage = "url('../../2024/11/HIDRALISO-BLACK-TABLET02.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    } else {
        hero2.style.backgroundImage = "url('../../2024/11/HIDRALISO-BLACK-MOBILE02.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>

html, body {
    overflow: visible !important;
    overscroll-behavior: auto !important;
}/* End custom CSS */