.elementor-kit-8{--e-global-color-primary:#EEF2F3;--e-global-color-secondary:#281541;--e-global-color-accent:#665D73;--e-global-color-text:#32AE72;--e-global-color-9fe3790:#4A277926;--e-global-color-65a30bc:#C1BAD1;--e-global-color-1f1205c:#4A277A;--e-global-color-a04391b:#908A97;--e-global-color-dda2509:#FBFBFB;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:56px;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:50px;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-c9d3709-font-family:"Montserrat";--e-global-typography-c9d3709-font-size:14px;--e-global-typography-c9d3709-font-weight:400;--e-global-typography-b64b071-font-family:"Montserrat";--e-global-typography-b64b071-font-size:20px;--e-global-typography-b64b071-font-weight:400;--e-global-typography-09da2b7-font-family:"Montserrat";--e-global-typography-09da2b7-font-size:20px;--e-global-typography-09da2b7-font-weight:700;background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );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 );overscroll-behavior:contain;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{box-shadow:0px 37px 67px 0px rgba(26.99999999999999, 14.000000000000002, 45, 0.15);border-radius:50px 50px 50px 50px;}.elementor-kit-8 img{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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(min-width:1920px){.elementor-kit-8{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:1366px){.elementor-kit-8{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:1024px){.elementor-kit-8{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:42px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:38px;font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ESTE TRECHO CORRIGE O SCROLL LATERAL */
html, body {
   max-width: 100%;
   overflow-x: hidden;
   box-sizing: border-box;
}


/* AQUI VOCÊ DEFINE A LARGURA A BARRA DE ROLAGEM */
::-webkit-scrollbar {
    width: 6px;
}

/* AQUI VOCÊ DEFINE A COR DE FUNDO DO SCROLL */
::-webkit-scrollbar-track {
    background: #EEF2F3;
}
  
/* AQUI VOCÊ DEFINE O ARREDONDAMENTO DAS BORDAS DA BARRA, COR DE FUNDO E TAMBÉM BORDA DO SCROLL */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(180deg, #00AA9E, #32AE72);
    border: 2px solid #EEF2F300;
}

/* O MESMO DE CIMA, PORÉM APLICADO AO HOVER (QUANDO PASSA O MOUSE ENCIMA) */
::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(0deg, #00AA9E, #32AE72);
    border: 2px solid #EEF2F300;
}

/* AQUI VOCÊ MUDA A COR DA SELEÇÃO DE TEXTOS DA PÁGINA */
*::selection {
    color: #ffffff;
    background: #32AE72;
}/* End custom CSS */