.elementor-kit-12{--e-global-color-1dc598c:#2E2E2E;--e-global-color-d961978:#606060;--e-global-color-1be7b9b:#999999;--e-global-color-8a5b569:#3FA7A3;--e-global-color-d34cf48:#2C8F8B;--e-global-color-70fab05:#F7F9F9;--e-global-color-d8956af:#EEF2F2;--e-global-color-aaab00a:#6FC9C5;--e-global-color-3280f23:#D9D9D9;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:0.9em;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:-0.4px;background-color:var( --e-global-color-70fab05 );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.e-con{--container-default-padding-top:5em;--container-default-padding-right:0em;--container-default-padding-bottom:5em;--container-default-padding-left:0em;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:1.7em;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:1.3em;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:0.9em;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:4em;--container-default-padding-right:1.25em;--container-default-padding-bottom:4em;--container-default-padding-left:1.25em;}}
/* Start custom CSS *//* Personalizando a barra de rolagem (scrollbar) */

body::-webkit-scrollbar{
width: 8px;
}
body::-webkit-scrollbar-track{
background: #fff; /* Fundo */
}
body::-webkit-scrollbar-thumb{
background: #3FA7A3; /* Barra */
border-radius: 21px;
}


/* Personalizando as cores da seleção de elementos */

::selection{
color: #ffffff;
background: #3FA7A3;
}


/* Personalizando as cores do checkbox, caixa de marcação e botão de rádio */

.elementor-kit-12 .elementor-field-option{
display: flex;
gap: 10px;
align-itens: center;
accent-color: #3FA7A3;
}


/* Contêiner interno com tamanho completo */

.e-con-full{
    padding: 0;
}


/* Removendo espaçamento dos textos */

p{ 
margin-bottom: 0;
}


/* Removendo a barra de scroll horizontal */

html, body{
width: 100%;
overflow-x: hidden;
}/* End custom CSS */