.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-1ac41f3:#031916;--e-global-color-b12054d:#D1841F;--e-global-color-d952c2e:#EDA73E;--e-global-color-5840584:#DEDFDC;--e-global-color-a46970d:#010F0D;--e-global-color-571b070:#F1F1F1;--e-global-color-d61fb61:#ECECEC;--e-global-color-4b05c79:#393B3B;--e-global-color-2c1f29b:#F8DC93;--e-global-color-55daaea:#F0BF75;--e-global-color-d8f6157:#F0BF75;--e-global-color-a63d6de:#DB9833;--e-global-typography-primary-font-family:"Plein";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plein";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Plein";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Plein";--e-global-typography-accent-font-weight:500;font-family:"Plein", Sans-serif;}.elementor-kit-7 a{font-family:"Plein", Sans-serif;}.elementor-kit-7 h1{font-family:"Plein", Sans-serif;}.elementor-kit-7 h2{font-family:"Plein", Sans-serif;}.elementor-kit-7 h3{font-family:"Plein", Sans-serif;}.elementor-kit-7 h4{font-family:"Plein", Sans-serif;}.elementor-kit-7 h5{font-family:"Plein", Sans-serif;}.elementor-kit-7 h6{font-family:"Plein", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Plein", Sans-serif;}.elementor-kit-7 label{font-family:"Plein", Sans-serif;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Plein", Sans-serif;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* TIRAR BARRA LATERAL HORIZONTAL */

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: #c5c5c5;
}
    
    body::-webkit-scrollbar-thumb {
    background-color: #EDA73E;
    
    border-radius: 10px;
    
    border: 2px solid #c5c5c5;
    
}


<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://liciasouto.com.br/wp-content/uploads/2023/11/HERO-LICIA-DESKTOP02.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://liciasouto.com.br/wp-content/uploads/2024/05/hero-bg-mobile-licia.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://liciasouto.com.br/wp-content/uploads/2024/05/asjdfasdfasdf.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 */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Plein';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://liciasouto.com.br/wp-content/uploads/2023/10/Plein-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Plein';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://liciasouto.com.br/wp-content/uploads/2023/10/Plein-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Plein';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://liciasouto.com.br/wp-content/uploads/2023/10/Plein-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Plein';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://liciasouto.com.br/wp-content/uploads/2023/10/Plein-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */