.elementor-kit-5{--e-global-color-primary:#E51C2B;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#E8E8E8;--e-global-color-9484150:#02010178;--e-global-color-87dd7ba:#E51C2B78;--e-global-color-5ffeb77:#AD000D;--e-global-color-03dc15f:#FFFFFF;--e-global-color-effb320:#000000C9;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Oswald", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* ===== RESET BASE ===== */
[class*="anim-"] {
  opacity: 1;
  transform: none;
}

/* ===== SISTEMA GLOBAL (TÍTULOS, TEXTOS) ===== */
.js-enabled .anim-up,
.js-enabled .anim-down,
.js-enabled .anim-left,
.js-enabled .anim-right {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1); /* MAIS LENTO + PREMIUM */
}

.js-enabled .anim-up { transform: translateY(40px); }
.js-enabled .anim-down { transform: translateY(-40px); }
.js-enabled .anim-left { transform: translateX(40px); }
.js-enabled .anim-right { transform: translateX(-40px); }

.js-enabled .anim-up.anim-visible,
.js-enabled .anim-down.anim-visible,
.js-enabled .anim-left.anim-visible,
.js-enabled .anim-right.anim-visible {
  opacity: 1;
  transform: translate(0,0);
}

/* ===== CARDS ===== */

/* estado inicial */
.js-enabled .anim-cards .elementor-widget-container .elementor-column {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1); /* MAIS LENTO */
}

/* estado final */
.js-enabled .anim-cards.anim-visible .elementor-widget-container .elementor-column {
  opacity: 1;
  transform: translateY(0);
}

/* STAGGER MAIS ESPAÇADO */
.js-enabled .anim-cards.anim-visible .elementor-widget-container .elementor-column:nth-child(1) {
  transition-delay: 0.1s;
}
.js-enabled .anim-cards.anim-visible .elementor-widget-container .elementor-column:nth-child(2) {
  transition-delay: 0.25s;
}
.js-enabled .anim-cards.anim-visible .elementor-widget-container .elementor-column:nth-child(3) {
  transition-delay: 0.4s;
}
.js-enabled .anim-cards.anim-visible .elementor-widget-container .elementor-column:nth-child(4) {
  transition-delay: 0.55s;
}

/* fallback */
.js-enabled .anim-cards .elementor-widget-container > * {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-enabled .anim-cards.anim-visible .elementor-widget-container > * {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .elementor-kit-5 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .elementor-kit-5 > * {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* ===== EDITOR ===== */
.elementor-editor-active [class*="anim-"],
.elementor-editor-active .anim-cards * {
  opacity: 1 !important;
  transform: none !important;
}/* End custom CSS */
