.elementor-kit-803{--e-global-color-primary:#000000;--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;background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-kit-803 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);}@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 *//* GARANTIR visibilidade dentro do editor do Elementor */
.elementor-editor-active .elementor-element,
.elementor-editor-active .elementor-element * {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Cancelar completamente o estado "invisible" no editor */
.elementor-editor-active .elementor-invisible,
.elementor-editor-active .elementor-invisible * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
}

/* Cancelar efeitos do Motion Effects no editor (entrance animation) */
.elementor-editor-active .elementor-motion-effects-container,
.elementor-editor-active .elementor-motion-effects-container * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
}

/* Alguns widgets colocam a transformação na DIV interna */
.elementor-editor-active .elementor-widget-container {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}



/* ANIMAÇÕES PARA DIREÇÕES */
.scroll-left,
.scroll-bottom,
.scroll-right,
.scroll-top,
.lista .elementor-icon-list-item,
.scroll-zoom {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.85) translate3d(0, 0, 0); /* zoom OUT inicial */

    /* Variável de atraso padrão = 0s */
    --rt-delay: 0s;

    /* Usa a variável em TODAS as transições */
    transition:
        transform .8s ease-out var(--rt-delay),
        opacity  .8s ease-out var(--rt-delay),
        filter   .8s ease-out var(--rt-delay);
}

/* Ajustes individuais de direção */
.scroll-left {
    transform: scale(0.85) translate3d(-30px, 0, 0);
}

.scroll-bottom {
    transform: scale(0.85) translate3d(0, 30px, 0);
}

.scroll-right {
    transform: scale(0.85) translate3d(30px, 0, 0);
}

.scroll-top {
    transform: scale(0.85) translate3d(0, -30px, 0);
}

/* ITENS DE LISTA */
.lista .elementor-icon-list-item {
    transform: scale(0.85) translate3d(-30px, 0, 0);
}

/* ESTADO ATIVADO PARA TODOS */
.ativado {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translate3d(0, 0, 0); /* zoom in suave */
}


/* NO EDITOR DO ELEMENTOR — tudo visível */
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-right,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-zoom,
.elementor-editor-active .lista .elementor-icon-list-item,
.elementor-editor-active .ativado {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: none !important;
    transition: none !important;
}/* End custom CSS */
