.card.pacote {
  border: 0;
  border-radius: 10px;
  background: #f0f0f0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.card.pacote .card-header {
  position: relative;
  padding: 0;
  border: 0;
}
.card.pacote .card-header .img {
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #a9a9a9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card.pacote .card-header span {
  position: absolute;
  bottom: -10px;
  right: 10px;
  height: 20px;
  padding: 0 15px;
  background-color: #89f3e4;
  color: #000;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 0.7rem;
  font-family: "UnitRoundedWeb";
  font-weight: 700;
  font-style: italic;
}
.card.pacote .card-body {
  position: relative;
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
}
.card.pacote .card-body .badges {
  position: absolute;
  top: 10px;
  left: 0;
}
.card.pacote .card-body .badges .vagas {
  background-color: #3055f6;
  color: #fff;
  font-family: "UnitRoundedWeb";
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
  padding-left: 30px;
  padding-right: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card.pacote .card-body .badges .pacote {
  margin-left: 10px;
  padding: 2px 25px;
  border-radius: 20px;
  background-color: #89f3e4;
  font-weight: 900;
  font-size: 0.8rem;
  font-style: italic;
  color: #0f1112;
}
.card.pacote .card-body .titulo {
  font-family: "UnitRoundedWeb";
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
  color: #3055f6;
  line-height: 1;
  margin-bottom: 0px;
}
.card.pacote .card-body .destino {
  color: #888;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.card.pacote .card-body .datas {
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}
.card.pacote .card-body .datas div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.card.pacote .card-body .datas div span {
  color: #3055f6;
}
.card.pacote .card-body .datas::after {
  content: "";
  position: absolute;
  top: 10%;
  left: calc(50% - 1px);
  width: 2px;
  height: 80%;
  background-color: #3055f6;
}
.card.pacote .card-body .valores {
  margin-bottom: 20px;
}
.card.pacote .card-body .valores .preco {
  display: block;
  font-size: 2rem;
  color: #3055f6;
  font-family: "UnitRoundedWeb";
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.card.pacote .card-body .valores .preco small {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

#banner-home .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#banner-home .carousel-indicators [data-bs-target].active {
  background-color: #3055f6;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.search .icon {
  background-image: url("/assets/img/pin.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 200px;
  height: 200px;
  margin-right: -50px;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .search .icon {
    width: 80px;
    height: 80px;
    margin-right: 0px;
    position: absolute;
    top: -20px;
    left: -50px;
  }
}
.search .card-body {
  padding: 20px 100px;
  border-radius: 40px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .search .card-body {
    padding: 20px;
  }
}
.search .card-body h5 {
  color: #fff;
  font-family: "UnitRoundedWeb";
  font-style: italic;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .search .card-body h5 {
    font-size: 1rem;
  }
}
.search .card-body label {
  color: #fff;
  padding-left: 15px;
  font-weight: 200;
  font-size: 0.9rem;
}
.search .card-body .form-control {
  text-align: center;
  padding: 10px;
  border: 0;
  border-radius: 30px;
}
.search .card-body .btn-submit {
  padding: 10px 40px;
  width: 100%;
  background: #89f3e4;
  border: 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.search .card-body .btn-submit i {
  font-size: 2rem;
  color: #000;
  margin-right: 20px;
}
.search .card-body .btn-submit span {
  text-transform: uppercase;
  font-weight: 800;
}

.card.sobre {
  background: #ebebed;
  padding: 50px;
  border: 0;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .card.sobre {
    padding: 20px;
  }
}
.card.sobre .img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
}
.card.sobre h4 {
  font-family: "UnitRoundedWeb";
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .card.sobre h4 {
    font-size: 1.4rem;
  }
}
.card.sobre h4 span {
  color: #3055f6;
  font-family: "UnitRoundedWeb";
  font-weight: 900;
}
.card.sobre p {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .card.sobre p {
    font-size: 1rem;
  }
}
.card.sobre p span {
  color: #3055f6;
  font-weight: 700;
}
.card.sobre p span i {
  margin-right: 10px;
}
