.elementor-kit-6{--e-global-color-primary:#9DB8A0;--e-global-color-secondary:#B7C4A3;--e-global-color-text:#3A3A3A;--e-global-color-accent:#ECE6E1;--e-global-color-d1ff76c:#F7F7F7;--e-global-color-3ef352c:#ECE6E1;--e-global-color-bc10296:#ECE6E1;--e-global-color-067c14e:#9DB8A0;--e-global-color-e4cf90b:#B7C4A3;--e-global-color-49323ed:#3A3A3A;--e-global-color-1053c2a:#6B6B6B;--e-global-color-0845eb7:#011103;--e-global-color-fe73f44:#3E3A37;--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-6 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 *//* ==============================
BLINDAGEM GLOBAL - SEM SCROLL LATERAL
============================== */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

/* Corrige largura do Elementor Flexbox */
.elementor-container,
.e-con {
  max-width: 100vw;
}

/* ==============================
NÃO SUMIR NO EDITOR
============================== */
.elementor-editor-active .scroll-direita,
.elementor-editor-active .scroll-esquerda,
.elementor-editor-active .scroll-up {
  opacity: 1 !important;
  transform: none !important;
}

/* ==============================
ESTADO INICIAL
============================== */
.scroll-direita,
.scroll-esquerda,
.scroll-up {
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* ==============================
POSIÇÃO INICIAL DESKTOP
============================== */
.scroll-direita {
  transform: translate3d(60px, 0, 0);
}

.scroll-esquerda {
  transform: translate3d(-60px, 0, 0);
}

.scroll-up {
  transform: translate3d(0, 40px, 0);
}

/* ==============================
AJUSTE MOBILE
============================== */
@media (max-width: 768px) {
  .scroll-direita {
    transform: translate3d(30px, 0, 0);
  }
  .scroll-esquerda {
    transform: translate3d(-30px, 0, 0);
  }
  .scroll-up {
    transform: translate3d(0, 30px, 0);
  }
}

/* ==============================
ESTADO ATIVO (ANIMAÇÃO)
============================== */
.scroll-direita.ativo,
.scroll-esquerda.ativo,
.scroll-up.ativo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 1.5s ease-out,
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}/* End custom CSS */