.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-120 .elementor-element.elementor-element-31e92b2e{overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-75d38c49 */.marquee{
  position: absolute;
   /* ⬅ probá entre 65% y 72% */
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.marquee__track{
  display: flex;
  width: max-content;
  animation: marqueeScroll 45s linear infinite;
}

.marquee__track span{
  font-family: "Zodiak", serif;
  font-size: clamp(120px, 18vw, 260px);
  font-weight: 300;
  letter-spacing: -2px;
  white-space: nowrap;
  margin-right: 80px;
  color: rgba(255,255,255,0.45);

}

@keyframes marqueeScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}/* End custom CSS */