.elementor-kit-15{--e-global-color-primary:#492C17;--e-global-color-secondary:#2371BC;--e-global-color-text:#8B8B8B;--e-global-color-accent:#FBF6E8;--e-global-color-d36f691:#F1E2DA;--e-global-color-46b5678:#FA3421;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{color:var( --e-global-color-primary );}.elementor-kit-15 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea:focus,.elementor-kit-15 .elementor-field-textual:focus{color:var( --e-global-color-primary );}.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);}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1450px){.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 *//*Remove o espaçamento que fica sempre em baixo do texto*/
p{
	margin-bottom: 0;
}

html,body{
	width: 100%;
	overflow-x: hidden;
}

/*Modificar a scrollbar*/

/*Largura da Scroll*/
body::-webkit-scrollbar{
	width: 12px;
}

/*Cor de fundo da Scroll*/
body::-webkit-scrollbar-track{
	background: #FFF7F2;
}

/*Cor e radius da barra de navegação*/
body::-webkit-scrollbar-thumb{
	background: #492C17;
	border-radius: 20px;
}

/*Mudar a cor de quando selecionamos um texto(padrão azul)*/
/*Quando usamos o mouse para selecionar o texto para copiar por ex*/
*::selection{
	color: #492C17;
	background: #FFF7F2;
}

/* Oculta o rodapé padrão do tema */
#site-footer {
    display: none !important;
}/* End custom CSS */