.elementor-kit-5{--e-global-color-primary:#0CB59D;--e-global-color-secondary:#272A2A;--e-global-color-text:#272A2A;--e-global-color-accent:#FACC47;--e-global-color-ebcb561:#1C8F77;--e-global-color-84c4f2e:#CD9F1A;--e-global-color-4341225:#DDFFF8;--e-global-color-ece4f85:#FBF0D2;--e-global-color-362b513:#EEEEEE;--e-global-color-d529956:#F3F3F3;--e-global-color-8e33d79:#F7FFFD;--e-global-color-1057d41:#171818;--e-global-typography-primary-font-family:"Livvic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Livvic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Livvic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Livvic";--e-global-typography-accent-font-weight:500;font-family:"Livvic", Sans-serif;}.elementor-kit-5 a{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h1{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h2{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h3{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h4{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h5{font-family:"Livvic", Sans-serif;}.elementor-kit-5 h6{font-family:"Livvic", 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:"Livvic", Sans-serif;}.elementor-kit-5 label{font-family:"Livvic", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 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: #0CB59D;
    
    border-radius: 10px;
    
    border: 2px solid #c5c5c5;
    
    }


/* REMOVER ESPAÇO ENTRE SVG */
.elementor-icon i, .elementor-icon svg {
    height: unset;
} 


.swiper-pagination{
    position: absolute;

}

.swiper-pagination-bullet{
    background: #227266 !important;
    transition: 0.5s;
}

.swiper-pagination-bullet-active{
    background: #0CB59D !important;
    width: 30px !important;
    border-radius: 3px !important;
}


<script>
let hero = document.querySelector(".hero");
    
function alterarBG() {
    const largura = window.innerWidth;
    if (largura >= 1025) {
        hero.style.backgroundImage = "url('https://nobredent.com/wp-content/uploads/2023/07/NOBRE-DENT-HERO-DEKTOP4.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else if (largura >= 768) {
        hero.style.backgroundImage = "url('https://nobredent.com/wp-content/uploads/2023/07/NOBREDENT-BG-HERO-TABLET.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    } else {
        hero.style.backgroundImage = "url('https://nobredent.com/wp-content/uploads/2023/07/NOBRE-DENT-HERO-MOBILE.jpg')";
        hero.style.backgroundSize = "cover";
        hero.style.backgroundPosition = "top center";
    }
};

alterarBG() // Call listener function at run time
window.addEventListener("resize", alterarBG);
</script>



@font-face {
    font-family: "Livvic";
    src: url('/wp-content/uploads/2023/07/Livvic-Bold.woff2') format('woff2');
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: "Livvic";
    src: url('/wp-content/uploads/2023/07/Livvic-Regular.woff2') format('woff2');
    font-display: swap;
    font-weight: regular;
}

@font-face {
    font-family: "Livvic";
    src: url('/wp-content/uploads/2023/07/Livvic-Medium.woff2') format('woff2');
    font-display: swap;
    font-weight: medium;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Livvic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.eot');
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.woff2') format('woff2'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.woff') format('woff'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.ttf') format('truetype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Regular.svg#Livvic') format('svg');
}
@font-face {
	font-family: 'Livvic';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.eot');
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.woff2') format('woff2'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.woff') format('woff'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.ttf') format('truetype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Medium.svg#Livvic') format('svg');
}
@font-face {
	font-family: 'Livvic';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.eot');
	src: url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.woff2') format('woff2'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.woff') format('woff'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.ttf') format('truetype'),
		url('https://nobredent.com/wp-content/uploads/2023/07/Livvic-Bold.svg#Livvic') format('svg');
}
/* End Custom Fonts CSS */