.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFBF00;--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:#000000;}.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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 */#barra-scroll{
  position: fixed;
  top: 0;
  left: 0;
  height: 6px;
  width: 0%;
  background: #ffffff;
  z-index: 999999;
}


/* container externo */
.haze-marquee {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 20px 0;
}

/* trilha animada */
.haze-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: haze-scroll 40s linear infinite;
}

/* item quadrado */
.haze-item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

/* vídeo */
.haze-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* corta 9:16 e vira quadrado */
  object-position: center;
  display: block;
}

/* animação */
@keyframes haze-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .haze-item {
    width: 220px;
  }

  .haze-track {
    animation-duration: 55s;
  }
}/* End custom CSS */