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

#banner {
  background-image: url("/assets/img/banner/frota-web.webp");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: bottom right;
}
#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;
  }
}

.bus {
  padding: 60px 0;
}
.bus .photos {
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.bus .photos .swiper {
  width: 80%;
  height: -moz-max-content;
  height: max-content;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.bus .photos .swiper .swiper-slide {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: 350px;
  width: 100% !important;
}
.bus .photos .swiper-button-next, .bus .photos .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);
}
.bus .photos .swiper-button-next::after, .bus .photos .swiper-button-prev::after {
  content: none;
}
.bus .photos .swiper-pagination {
  bottom: -25px;
}
.bus .photos .swiper-pagination .swiper-pagination-bullet {
  background-color: #393a3a;
  opacity: 1;
}
.bus .photos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3055f6;
}
.bus h5 {
  color: #3055f6;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: italic;
  font-family: "UnitRoundedWeb";
  margin-bottom: 25px;
}
.bus .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}
.bus .box ul {
  -moz-column-count: 2;
       column-count: 2;
}
.bus .box ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
}
.bus .box ul li::before {
  position: absolute;
  left: 0;
  content: "\f13a";
  color: #3055f6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.bus:nth-child(even) {
  background-color: #fff;
}
.bus:nth-child(even) .box {
  background-color: #f1f1f1;
}
