.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-color-f1cf593:#7B3AA1;--e-global-color-bbade73:#14011F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}@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 *//* Texto em Gradiente */
.azul {
    background: linear-gradient(90deg, #2939e8, #656FF2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Efeito de Menu */
.menu .elementor-heading-title {
    color: white;
    opacity: 50%;
    transition: 0.4s ease all;
}

.menu:hover .elementor-heading-title {
    opacity: 100%;
}

/* Animações de Entrada (Scroll) */
.scroll-bottom {
    opacity: 0;
    filter: blur(7px);
    transition: 0.5s ease all;
    transform: translate(0, 80px);
}

.ativo {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
}

/* 1. Trava a lateral sem 'matar' a inércia do scroll */
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch; /* Devolve a leveza no iPhone */
}

/* 2. Garante que os containers não empurrem a tela */
.elementor-section-wrap, .elementor {
    overflow: hidden !important;
}
@media (max-width: 767px) {
    /* Diminui o peso dos blurs gigantes do seu JSON sem removê-los */
    .elementor-element-5ad6a1e8::before, 
    .elementor-element-5ad6a1e8::after,
    .elementor-element-faea651::before {
        filter: blur(40px) !important; /* Reduz de 220px para 40px no celular */
        opacity: 0.4 !important;
        animation-duration: 10s !important; /* Deixa a animação mais lenta/leve */
    }

    /* Ajusta a altura da Hero (que no JSON está com 1000px) */
    .elementor-element-5ad6a1e8 {
        min-height: 85vh !important;
        height: auto !important;
    }

    /* Corrige o carrossel que 'vaza' lateralmente */
    .swiper {
        overflow: hidden !important;
    }
}/* End custom CSS */