.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 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:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0em;--container-default-padding-right:1em;--container-default-padding-bottom:0em;--container-default-padding-left:1em;}}
/* Start custom CSS *//* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 12px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #FDFDFE; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #8FB7CF 0%, #78A1BA 100%); /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #FDFDFE; /*borda*/
}


/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 12px;
    scrollbar-color:
                    linear-gradient(180deg, #8FB7CF 0%, #78A1BA 100%) /*cor do controle do scroll*/
                    #FDFDFE; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}

.scroll-esquerda{
    opacity: 0;
    transition: 0.5s all !important;
    transform: translate3d(-30px, 0, 0);
    filter: blur(10px);
}

.scroll-direita{
    opacity: 0;
    transition: 0.5s all !important;
    transform: translate3d(30px, 0, 0);
    filter: blur(10px);
}

.scroll-base{
    opacity: 0;
    transition: 0.5s all !important;
    transform: translate3d(0, 80px, 0);
    scale: .5;
    filter: blur(10px);
}

.scroll-topo{
    opacity: 0;
    transition: 0.5s all !important;
    transform: translate3d(0, -80px, 0);
    filter: blur(10px);
}

.scroll-zoom {
    opacity: 0;
    transition:  transform 1.5s, opacity 0.5s, scale 1.5s !important;
    /*transform: translate3d(0, 80px, 0);*/
    scale: 0;
    filter: blur(5px);
}

.ativo{
    opacity: 1;
    transition:  transform 0.5s, opacity 0.5s, scale 1.5s !important;
    transform: translate3d(0, 0, 0);
    scale: 1;
    filter: blur(0px);
}


.elementor-editor-active .scroll-base,
.elementor-editor-active .scroll-zoom,
.elementor-editor-active .scroll-topo,
.elementor-editor-active .scroll-esquerda,
.elementor-editor-active .scroll-direita,
.ativo{
    opacity: 1;
    transition: 0.8s !important;
    transform: translatey(0px);
}/* End custom CSS */