.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-e028432:#B40409;--e-global-color-44869fe:#820306;--e-global-color-520a0cd:#EDEDED;--e-global-color-5812080:#21214B;--e-global-color-1ba9b5d:#191931;--e-global-color-f2dcd0c:#0E0E16;--e-global-color-98c5a3e:#0E0E16E0;--e-global-color-0db9ffb:#560B0B;--e-global-color-9f29035:#0E1798;--e-global-color-ce1fc4c:#3E0707;--e-global-color-7d66ac0:#060632;--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-5 e-page-transition{background-color:#FFBC7D;}.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;}}:root { --Branco:#ffffff; --Azul2:#080c31; --Vermelho:#480b0b; --Vermelho2:#aa1e1e; }
/* Start custom CSS *//* TIRAR BARRA LATERAL HORIZONTAL */

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: #b40409;
    
    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://inglescomsusie.com/wp-content/uploads/2024/11/pasdfiaspdofisapdof.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://inglescomsusie.com/wp-content/uploads/2024/11/sdhgfiuasihdf.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://inglescomsusie.com/wp-content/uploads/2024/11/uidfshaiusdhfuisad.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('https://inglescomsusie.com/wp-content/uploads/2024/11/CURSO-INGLES-BG-HERO2222.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero2.style.backgroundImage = "url('https://inglescomsusie.com/wp-content/uploads/2024/11/CURSO-INGLES-BG-HERO2222.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    } else {
    hero2.style.backgroundImage = "url('https://inglescomsusie.com/wp-content/uploads/2024/11/DSHFUISADFHSDAI.jpg')";
        hero2.style.backgroundSize = "cover";
        hero2.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>

.iti, .iti--allow-dropdown{
    width: 100% !important;
}

.iti__selected-dial-code{
    font-size: 16px;
}

.iti__country-name{
    font-size: 16px;
}

.iti__dial-code{
    font-size: 16px;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code{
    color: #ffffff;
}

.iti__arrow{
    border-top-color:
    #ffffff !important;
}/* End custom CSS */