html{
	overflow-x: hidden;
}

/* Garante que a animação nunca repita */
.elementor-invisible.animated,
[class*="elementor-element"].animated {
  animation-iteration-count: 1 !important;
  animation-fill-mode: both !important;
}