.elementor-kit-12{--e-global-color-1dc598c:#202020;--e-global-color-d961978:#FAFAFA;--e-global-color-1be7b9b:#777777;--e-global-color-8a5b569:#8FDA2E;--e-global-color-d34cf48:#8AC341;--e-global-color-70fab05:#FFFFFF;--e-global-color-d8956af:#F2F2F2;--e-global-color-aaab00a:#303030;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Sora";--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:"Sora";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;background-color:var( --e-global-color-70fab05 );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-8a5b569 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-1dc598c );border-radius:100px 100px 100px 100px;padding:0.75em 2em 0.75em 2em;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-8a5b569 );color:var( --e-global-color-1dc598c );}.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-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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:1.7em;--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-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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.5em;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:0.9em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:0.85em;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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: white; /* Fundo */
}
body::-webkit-scrollbar-thumb{
background: #8FDA2E; /* Barra */
border-radius: 21px;
}


/* Personalizando as cores da seleção de elementos */

::selection{
color: white;
background: #8FDA2E;
}


/* 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: #8FDA2E;
}


/* 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 */