.elementor-kit-6{--e-global-color-primary:#002444;--e-global-color-secondary:#F3FCFE;--e-global-color-text:#002444;--e-global-color-accent:#08A5E7;--e-global-color-821ab59:#011D37;--e-global-color-fa817f2:#002444;--e-global-color-a218bda:#E5F3FF;--e-global-color-4a95990:#99E1FF;--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-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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: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 */.bg-degrade {
  background: linear-gradient(
    to right,
    #E5F3FF 0%,
    #B7EAFF 40%,
    #99E1FF 70%,
    #08A5E7 100%
  );
}


.texto-rolante {
  white-space: nowrap;
  animation: txt 95s linear infinite;
}

@keyframes txt {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-500%);
  }
}


.scroll-left{
    opacity: 0;
    transition: 0.5s ease all;
    transform: translate(-30px, 0);
}

.scroll-right{
    opacity: 0;
    transition: 0.5s ease all;
    transform: translate(30px, 0);
}

.scroll-bottom{
    opacity: 0;
    filter: blur(7px);
    transition: 0.5s ease all;
    transform: translate(0, 80px);
}

.scroll-top{
    opacity: 0;
    transition: 0.5s ease all;
    transform: translate(0, -80px);
}

.ativo{
    opacity: 1;
    filter: blur(0px);
    transition: 0.5s ease all;
    transform: translate(0, 0);
}

@media only screen and (min-width: 600px) {
.e1{
        transition: 0.5s 0.5s ease all;
}
.e2{
        transition: 0.5s 1s ease all;
}
.e3{
        transition: 0.5s 1.5s ease all;
}
.e4{
        transition: 0.5s 2s ease all;
}}/* End custom CSS */