.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.color-white {
  color: var(--bs-light);
}

@media (max-width: 768px) {
  .hero-background {
    background-position: 82% !important;
  }
}

.btn-amarelo-printcipal {
  width: 100%;
  background: linear-gradient(to right, #DEAA4D, #D29C3F);
  color: var(--bs-dark);
  border-radius: 8px;
  border: none;
  font-size: 16px;
  padding: 18px;
  font-weight: 600;
}

.card-2-green {
  display: flex;
  height: 100%;
  background-color: #12362E;
  color: var(--bs-light);
  gap: 16px;
  align-items: center;
  border-radius: 10px;
  min-height: 150px !important;
}

@media (max-width: 762px) {
  .div-text-hero {
    gap: 16px;
    display: none;
  }
}

@media (max-width: 762px) {
  .img-hero {
    margin-bottom: 70px;
  }
}

.card-mergulho {
  display: flex;
  flex-direction: column!important;
  justify-content: center;
  align-items: center;
  background-color: #12362e;
  color: var(--bs-light);
  border: solid 1px #deaa4d;
  border-radius: 22px;
  min-height: 200px;
  padding: 20px !important;
}

.card-mergulho p {
  text-align: center;
}

.card-mergulho h4 {
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  font-size: 28px;
}

.btn-nav-tope {
  background: #53676A;
  border-radius: 50px;
  border: none;
  font-weight: 600;
}

.nav-link-hea-topper .active {
  color: var(--bs-light) !important;
}

.nav-link-hea-topper {
  color: var(--bs-light) !important;
}

.color-blue {
  color: #48B4F2;
}

.color-white {
  color: #ffffff;
}

.color-white {
  color: #ffffff;
}

