.elementor-kit-6{--e-global-color-primary:#22C55E;--e-global-color-secondary:#3DCF58;--e-global-color-text:#F8F8F8;--e-global-color-accent:#61CE70;--e-global-color-2f67d70:#FAFAFA;--e-global-color-4ba5f91:#3CFB7F;--e-global-color-d8ffb31:#1A1A1A;--e-global-color-d0a92da:#14C38E;--e-global-color-47b58a8:#131E25;--e-global-color-353e105:#131B24;--e-global-color-00424b2:#5B7262;--e-global-typography-primary-font-family:"Monda";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Monda";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-353e105 );color:#F8F8F8;font-family:"Nunito", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6{--e-global-typography-text-font-size:18px;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:18px;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* REMOVER ESPAÇO TEXTOS */

p:last-child{
	margin-bottom: 0px;
}

.elementor-heading-title{
	margin-bottom: Opx;
}

/*personalizar barra de rolagem*/
 
body::-webkit-scrollbar{

	width: 10px;
}

body::-webkit-scrollbar-track{
	background: #cor de preferencia;
}


body::-webkit-scrollbar-thumb{

	background-color: #cor de preferencia;

	border-radius: 10px;

	border: 2px solid #cor de preferencia;
}

/*remover scroll horizontal*/

html, body{ 
	width: 100%;
	overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}/* End custom CSS */