.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;
}

body {
  background-color: #fff;
}

#banner-view .swiper-wrapper {
  height: 400px;
}
#banner-view .swiper-slide {
  height: 400px;
}
#banner-view .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h3 {
  color: #3055f6;
  font-family: "UnitRoundedWeb";
  font-weight: 800;
  margin-bottom: 30px;
}

.roteiro div {
  margin-bottom: 15px;
}
.roteiro div p {
  margin: 0;
}

.box {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 10px 30px;
}
.box ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
}
.box ul li strong {
  font-weight: 800;
}
.box ul li::before {
  position: absolute;
  left: 0;
  content: "\f13a";
  color: #3055f6;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.valor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.valor small strong {
  font-weight: 700;
}
.valor .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.valor .price span {
  font-size: 3rem;
  font-weight: 900;
  color: #3055f6;
  font-family: "UnitRoundedWeb";
  font-style: italic;
  line-height: 1;
  padding: 0 10px;
}
.valor .price small {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.valor .price small:last-child {
  font-size: 0.8rem;
}

.pgto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 30px;
}
.pgto div {
  width: 80px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.planejar {
  border: 0;
  background-color: #ececed;
  border-radius: 40px;
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.planejar h4 {
  text-align: center;
  color: #000;
  font-family: "UnitRoundedWeb";
  font-weight: 700;
  font-style: italic;
}
.planejar form label {
  color: #1d272e;
}
.planejar form .input-group-text {
  background-color: #393a3a;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #89f3e4;
  border: 0;
}
.planejar form .form-control {
  background-color: #393a3a;
  color: #fff;
  border: 0;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.planejar form .form-control::-moz-placeholder {
  color: #fff;
}
.planejar form .form-control::placeholder {
  color: #fff;
}
.planejar form .btn-secondary {
  color: #000;
}
