.elementor-kit-7{--e-global-color-primary:#0D0D55;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D9F203;--e-global-color-b86b653:#FF99DB;--e-global-color-cb73966:#FF801D;--e-global-color-c5f2971:#D2C7FF;--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-7 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){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 */.scroll-left{
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
     filter: blur(10px)
}

.scroll-right{
    opacity: 0;
    transform: translate3d(30px, 0, 0);
     filter: blur(10px)
}

.scroll-bottom{
    opacity: 0;
    transform: translate3d(0, 80px, 0);
     filter: blur(10px)
}

.scroll-top{
    opacity: 0;
    transform: translate3d(0, -80px, 0);
     filter: blur(10px)
}

.ativo{
    opacity: 1;
    transition: 0.5s all;
    transform: translate3d(0, 0, 0);
     filter: blur(0px)
}


@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
.floating {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1;
    transition: 0.8s;
    transform: translatey(0px);
	filter: blur (0px);
}
.fade-in {
    opacity: 0;
    transform: scale(0.95); /* começa levemente menor */
    filter: blur(8px);
}

.fade-ativo {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    transition: all 0.6s ease;
}

/* No editor Elementor, mantém visível */
.elementor-editor-active .fade-in,
.elementor-editor-active .fade-ativo {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.elementor-editor-active .ativo,
.elementor-editor-active .fade-in,
.elementor-editor-active .fade-ativo {
    opacity: 1 !important;
    transform: translateY(0) !important;
    filter: blur(0) !important;
}/* End custom CSS */