.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-18c2f85:#A8EF1B;--e-global-color-04b4455:#2C3EFD;--e-global-color-f5daedd:#DCDCDC;--e-global-color-8d810cf:#FFFFFF;--e-global-color-aff6b7a:#0D0D0D;--e-global-color-90681b6:#B6FF24;--e-global-color-c9eaa3e:#91CC1C;--e-global-color-d16b7f1:#2C3EFD;--e-global-color-4f08e6a:#2938D9;--e-global-color-81a8b03:#FAF9F9;--e-global-color-611f4f5:#CAC9C9;--e-global-color-e781760:#262626;--e-global-color-c5111a8:#0A0A0A;--e-global-color-e03c89f:#3A3A3A;--e-global-color-63c1214:#A8EF1B42;--e-global-color-7cbfd42:#141414;--e-global-color-2813b60:#1F1F20;--e-global-color-f25393b:#141414;--e-global-color-ccf0b9e:#0C0C0C9C;--e-global-color-f6ff95d:#101863;--e-global-color-f4609b0:#A1314E;--e-global-color-f049e16:#A1314E5C;--e-global-color-0052643:#969696;--e-global-color-29acb32:#999999;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;font-family:"Space Grotesk", Sans-serif;letter-spacing:0px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:300ms;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-7cbfd42 );}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 a{color:var( --e-global-color-18c2f85 );font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h1{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h2{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h3{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h4{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h5{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h6{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 label{font-family:"Space Grotesk", 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: #262626;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #A8EF1B;
    
    border-radius: 10px;
    
    border: 2px solid #262626;
    
}


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