.depoimentos {
  padding: 5rem 0;
}

.depoimentos .container {
  position: relative;
}

.depoimentos span {
  display: block;
  color: #595959;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.depoimentos .section-title {
  text-align: center;
}

.depoimentos .section-paragraph {
  max-width: 490px;
  text-align: center;
  margin: 0 auto 16px;
}

.depoimentos .depoimentosSwiper {
  position: relative;
}

.depoimentos .depoimentosSwiper .swiper {
  margin-top: 64px;
}

.depoimentos .depoimentosSwiper .swiper .card {
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  border: 1px solid #efefef;
  position: relative;
}

.depoimentos .depoimentosSwiper .swiper .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--primary-highlight-foreground);
  border-radius: 0 0 10px 10px;
}

.depoimentos .depoimentosSwiper .swiper .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.depoimentos .depoimentosSwiper .swiper .card .stars {
  display: flex;
  align-items: center;
}

.depoimentos .depoimentosSwiper .swiper .card .user-infos h3 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}

.depoimentos .depoimentosSwiper .swiper .card .user-infos p {
  color: #595959;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.depoimentos .depoimentosSwiper .swiper .card .user-infos svg {
  width: 20px;
  height: 20px;
}

.depoimentos .depoimentosSwiper .swiper .card .card-content p {
  color: #999;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.depoimentos .swiper-prev,
.depoimentos .swiper-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 64px);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04),
    0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  z-index: 999;
  opacity: 1;
  background-color: #fff;
}

.depoimentos .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.depoimentos .swiper-prev {
  left: 12px;
  transform: translate(-50%, -50%);
}

.depoimentos .swiper-next {
  right: 12px;
  transform: translate(50%, -50%);
}

.depoimentos .swiper-button-disabled {
  opacity: 0.7;
}

.depoimentosSwiper .swiper-wrapper {
  height: 310px;
}

@media screen and (max-width: 1280px) {
  .depoimentos .depoimentosSwiper .swiper .card .card-header {
    gap: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .depoimentos .depoimentosSwiper .swiper .card .card-header {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .depoimentos .depoimentosSwiper .swiper .card .card-header {
    gap: 32px;
  }
  .depoimentosSwiper .swiper-wrapper {
    height: unset;
  }
}
