.parce-logo-wrapper img {
  width: auto;
  height: 70px;
  padding: 0;
}

.parce-logo-wrapper {
  background: white;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  padding: 3px 15px;
}

.carroseltext {
  display: flex;
  /* height: 70%; */
  overflow: hidden;
  align-items: center;
}

/* .carroseltext a.botao {
  position: absolute;
  bottom: 57px;
  left: 44vw;
}  */

/* .h1lab {
  text-align: center;
} */

.marquee {
  width: 110%;
  margin: 0 auto;
  /* white-space: nowrap; */
  overflow: hidden;
  box-sizing: border-box;
  /* font-size: 9rem; */
}

.marquee2 {
  width: 110%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marqueetxt {
  /* margin-left: 20rem;
  margin-right: 20rem; */
  width: 100%;
  padding: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  display: flex;
}

#txtc1 {
  display: flex;
  animation: marquee2 100s linear infinite running;
  width: 100%;
  /* padding: 1rem; */
  align-items: center;
  overflow: hidden;
  /* margin-top: 0.2%; */
}

#txtc1:hover {
  animation-play-state: paused;
}

.parceiros-carosel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-wrapper {
  margin: 15px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}
