.elementor-kit-12{--e-global-color-1dc598c:#010101;--e-global-color-d961978:#010101;--e-global-color-1be7b9b:#7D909D;--e-global-color-8a5b569:#2A6AC6;--e-global-color-d34cf48:#1F337D;--e-global-color-70fab05:#FFFFFF;--e-global-color-d8956af:#F2F2F2;--e-global-color-aaab00a:#010101;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Ubuntu";--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:"Ubuntu";--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:"Work Sans";--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 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:1em;--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: #7d909d; /* Barra */
border-radius: 21px;
}


/* Personalizando as cores da seleção de elementos */

::selection{
color: #ffffff;
background: #7d909d;
}


/* 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: #7d909d;
}


/* 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 */