.elementor-kit-7{--e-global-color-primary:#474747;--e-global-color-secondary:#FEFDFD;--e-global-color-text:#666666;--e-global-color-accent:#D1897A;--e-global-color-d04917d:#F8F8FC;--e-global-color-d066a86:#ABA4D6;--e-global-color-610bdde:#9C94CF;--e-global-color-baacccd:#6659B5;--e-global-color-5b828c7:#FDFDFE;--e-global-color-6ec1372:#FCF7F6;--e-global-color-30e9ab7:#EED2CD;--e-global-color-03078fa:#EAEAEA;--e-global-color-93bceee:#D8D8D8;--e-global-color-4247900:#AAAAAA;--e-global-color-d9565b6:#F2F4F7;--e-global-color-b99418d:#D89C8F;--e-global-color-fa54df2:#BBB6DE;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1224px;}.e-con{--container-max-width:1224px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1.5em;}.elementor-element{--widgets-spacing:1.5em 1.5em;--widgets-spacing-row:1.5em;--widgets-spacing-column:1.5em;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html,body{
width:100%;
overflow-x:hidden;
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: white; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background: #EA9F8F; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #FFE5DD; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #EA9F8F /*cor do controle do scroll*/
                    white; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */