.elementor-kit-8{--e-global-color-primary:#202020;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fd242c4:#EAC57E;--e-global-color-8bb84ea:#F5C86E;--e-global-color-33c54c5:#FFFFFF;--e-global-color-8ebd726:#FEFEFC;--e-global-color-3dd27f7:#F3E2BF;--e-global-color-3526ce1:#D3A752;--e-global-color-cb99724:#164C37;--e-global-color-4822c36:#0D5539;--e-global-color-f71156c:#279E70;--e-global-color-ab0f519:#0D5539;--e-global-color-d70b0ce:#F5F5F5;--e-global-color-799b96f:#252525;--e-global-color-e04ebe6:#35C98F;--e-global-color-2fc0834:#9E937C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.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(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #ffffff; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background-color: #387159; /*cor do controle do scroll*/
  border-radius: 5px; /*arredondamento*/
  border: 2px solid #ffffff; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #000000; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */