.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5f20090:#471317;--e-global-color-8256c2a:#D43D20;--e-global-color-e357df0:#DD792F;--e-global-color-7ec699e:#065143;--e-global-color-498b985:#F0EBDF;--e-global-typography-primary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.3em;background-color:var( --e-global-color-498b985 );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-e357df0 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:0em;--container-default-padding-right:0em;--container-default-padding-bottom:0em;--container-default-padding-left:0em;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-5{--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:7.5em;--container-default-padding-right:1em;--container-default-padding-bottom:7.5em;--container-default-padding-left:1em;}}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1.3em;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:1em;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:0.8em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:5em;--container-default-padding-right:1em;--container-default-padding-bottom:5em;--container-default-padding-left:1em;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:1.5em;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.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:0.5em;--container-default-padding-bottom:4em;--container-default-padding-left:0.5em;}}@media(min-width:2400px){.elementor-kit-5{--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-line-height:1.3px;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-size:1em;--e-global-typography-accent-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}}/* 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: #dd792f; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 0px solid #000000; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #dd792f /*cor do controle do scroll*/
                    #ffffff; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */