.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-784483d:#3A0E4B;--e-global-color-744a67b:#770C84;--e-global-color-ecd8bb4:#9D37CC;--e-global-color-5566605:#FE82F0;--e-global-color-a093e5a:#5A5A5A;--e-global-color-5f1b4da:#848484;--e-global-color-eaaabb3:#939393;--e-global-color-e499469:#B5B5B5;--e-global-color-65aadf3:#FFFFFF;--e-global-color-b82d55e:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@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{
    overflow-x: hidden !important; 
}


/* Estados iniciais */

.fade {
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s all;
    transform: scale(0.95);
}

.left {
    opacity: 0;
    filter: blur(10px);
    transition: .5s all;
    transform: translate3d(-30px, 0, 0);
}

.right {
    opacity: 0;
    filter: blur(10px);
    transition: .5s all;
    transform: translate3d(30px, 0, 0);
}

.up {
    opacity: 0;
    filter: blur(10px);
    transition: .5s all;
    transform: translate3d(0, -30px, 0);
}

.bottom {
    opacity: 0;
    filter: blur(10px);
    transition: .5s all;
    transform: translate3d(0, 30px, 0);
}

.lista .elementor-icon-list-item {
    opacity: 0;
    filter: blur(10px);
    transition: 1.5s all;
    transform: translate3d(-30px, 0, 0);
}


/* Estado ativado */

.left.ativado,
.right.ativado,
.up.ativado,
.bottom.ativado,
.lista .elementor-icon-list-item.ativado {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}

.fade.ativado {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}/* End custom CSS */