.elementor-82435 .elementor-element.elementor-element-38f61e7{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3d692a5 *//* Contentor do texto (garante que o texto não ultrapassa a área visível) */
.topbar-containermobile {
  overflow: hidden;
  position: relative;
  width: 98%;
}

/* Texto que vai deslizar */
.texto-topbar {
  display: inline-block;
  white-space: nowrap;
  transform: translateX(100vw);
  animation: my-animation 30s linear infinite;
}

/* Animação do texto */
@keyframes my-animation {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}/* End custom CSS */