.bg-dark {
  background-color: #0b2f35 !important;
}

#banner {
  background-image: url("/assets/img/banner/depoimentos-web.webp");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: top left;
}
#banner h1 {
  color: #fff;
  background-color: rgba(48, 85, 246, 0.7);
  font-family: "UnitRoundedWeb";
  font-weight: 800;
  font-style: italic;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  #banner h1 {
    font-size: 2rem;
  }
}
#banner p {
  color: #fff;
}
#banner p span {
  color: #89f3e4;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  #banner p {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
}

.depoimentos {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.depoimentos .swiper-button-next, .depoimentos .swiper-button-prev {
  position: absolute;
  color: #fff;
  background-color: #3055f6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  top: calc(50% + 10px);
}
.depoimentos .swiper-button-next::after, .depoimentos .swiper-button-prev::after {
  content: none;
}
.depoimentos .swiper-button-next:is(.swiper-button-prev), .depoimentos .swiper-button-prev:is(.swiper-button-prev) {
  left: 0;
}
.depoimentos .swiper-button-next:is(.swiper-button-next), .depoimentos .swiper-button-prev:is(.swiper-button-next) {
  right: 0;
}
.depoimentos .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet {
  background-color: #393a3a;
  opacity: 1;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3055f6;
}
.depoimentos .swiper {
  padding: 0 30px;
}
.depoimentos .swiper .card {
  background: transparent;
  border: 0;
  padding-top: 30px;
}
.depoimentos .swiper .card .card-header {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  border: 0;
  margin: 0 auto -100px;
  z-index: 99;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.depoimentos .swiper .card .card-body {
  padding: 30px 30px;
  background-color: #3055f6;
  border-radius: 50px;
  color: #fff;
}
.depoimentos .swiper .card .card-body .stars {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.depoimentos .swiper .card .card-body .text {
  text-align: center;
}
.depoimentos .swiper .card .card-body .text p {
  color: #fff;
  font-size: 1.2rem;
}
.depoimentos .swiper .card .card-body h5 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}

.video {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #888;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
