#buzios-page {
  --bd-home-gold: #D4AF67;
  --bd-home-ink: #152A34;
  --bd-home-muted: #566264;
  --bd-home-line: rgba(212, 175, 103, 0.28);
  --bd-home-canvas: #F6F5F4;
  --bd-home-surface: #FFFFFF;
  --bd-home-border: #D9D8D4;
  --bd-home-shadow-sm: 0 2px 6px rgba(21, 42, 52, 0.08);
  --bd-home-shadow-md: 0 8px 22px rgba(21, 42, 52, 0.12);
  --bd-home-shadow-lg: 0 18px 46px rgba(21, 42, 52, 0.18);
  --bd-home-radius-md: 12px;
  --bd-home-radius-lg: 20px;
  --bd-home-radius-pill: 99px;
  --bd-home-radius-blob: 62% 38% 44% 56% / 56% 46% 54% 44%;
}

@media (min-width: 992px) {
  #buzios-page > section:not(#menu1-1x):not(#header16-7o):not(#afooter1-9g) > .container,
  #buzios-page > section:not(#menu1-1x):not(#header16-7o):not(#afooter1-9g) > .container-fluid,
  #buzios-page > section:not(#menu1-1x):not(#header16-7o):not(#afooter1-9g) > .images-container.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}

#buzios-page .bd-home-eyebrow {
  color: var(--bd-home-gold);
  font-family: "Urbanist", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

#buzios-page .bd-home-section-lead {
  max-width: 46rem;
  margin: 1rem auto 0;
  color: var(--bd-home-muted);
  line-height: 1.65;
}

#buzios-page .cid-umpn7AjdNR {
  padding-top: clamp(3rem, 6vw, 6rem);
  background: var(--bd-home-canvas);
}

#buzios-page .cid-umpn7AjdNR .mbr-section-title,
#buzios-page .cid-urBCUVCYi9 .mbr-section-title,
#buzios-page .cid-ulVxuEUZYT .mbr-section-title,
#buzios-page .cid-ulVxuEVeMY .mbr-section-title,
#buzios-page .cid-umQLK2h30F .mbr-section-title {
  color: var(--bd-home-ink);
  letter-spacing: 0;
}

#buzios-page .cid-umpn7AjdNR .mbr-section-subtitle {
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--bd-home-muted);
  line-height: 1.45;
}

#buzios-page .cid-us3fkkz5w9 {
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background: var(--bd-home-canvas);
}

#buzios-page .cid-us3fkkz5w9 .line {
  width: min(100%, 9rem);
  height: 1px;
  background-color: var(--bd-home-line);
}

#buzios-page .cid-us3fkkz5w9 .mbr-text {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--bd-home-ink);
  font-size: 1.02rem;
  line-height: 1.75;
}

#buzios-page .cid-urBCUVCYi9,
#buzios-page .cid-uPxSPuz497 {
  padding-bottom: 3rem;
  background: #FFFFFF;
}

#buzios-page .cid-urBCUVCYi9 .images-container,
#buzios-page .cid-uPxSPuz497 .images-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#buzios-page .bd-hotels-carousel {
  --bd-hotels-gap: 16px;
  --bd-hotels-item-width: calc((1280px - (8 * var(--bd-hotels-gap))) / 9);
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0 0.5rem;
}

#buzios-page .bd-hotels-carousel::before,
#buzios-page .bd-hotels-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 5rem;
  content: "";
  pointer-events: none;
}

#buzios-page .bd-hotels-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

#buzios-page .bd-hotels-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

#buzios-page .brands-carousel-track {
  display: flex;
  width: max-content;
  gap: var(--bd-hotels-gap);
  animation: bd-hotels-marquee 54s linear infinite;
  will-change: transform;
}

#buzios-page .bd-hotels-carousel:hover .brands-carousel-track {
  animation-play-state: paused;
}

#buzios-page .bd-hotels-carousel:focus-within .brands-carousel-track {
  animation-play-state: paused;
}

#buzios-page .brands-carousel-list {
  display: flex;
  gap: var(--bd-hotels-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

#buzios-page .brands-carousel-item {
  display: flex;
  flex: 0 0 var(--bd-hotels-item-width);
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
  border: 1px solid var(--bd-home-border);
  border-radius: 16px;
  background: var(--bd-home-surface);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

#buzios-page .brands-carousel-item:hover {
  border-color: rgba(212, 175, 103, 0.46);
  box-shadow: var(--bd-home-shadow-md);
  transform: translateY(-2px);
}

#buzios-page .brands-carousel-item:focus-within {
  border-color: rgba(212, 175, 103, 0.46);
  box-shadow: var(--bd-home-shadow-md);
  transform: translateY(-2px);
}

#buzios-page .brands-carousel-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

#buzios-page .brands-carousel-link:focus-visible {
  outline: 2px solid #D4AF67;
  outline-offset: 2px;
  border-radius: 16px;
}

#buzios-page .cid-urBCUVCYi9 img,
#buzios-page .cid-uPxSPuz497 img {
  max-width: 128px;
  max-height: 76px;
  object-fit: contain;
  filter: saturate(0.92);
}

@keyframes bd-hotels-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - (var(--bd-hotels-gap) / 2)), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #buzios-page .bd-hotels-carousel {
    overflow-x: auto;
  }

  #buzios-page .brands-carousel-track {
    animation: none;
  }

  #buzios-page .brands-carousel-list[aria-hidden="true"] {
    display: none;
  }

  #buzios-page .brands-carousel-item:hover,
  #buzios-page .brands-carousel-item:focus-within {
    transform: none;
  }
}

#buzios-page .cid-ulVxuEUZYT {
  background: linear-gradient(180deg, #F6F5F4 0%, #FFFFFF 100%);
}

#buzios-page .cid-ulVxuEUZYT .container-fluid,
#buzios-page .cid-ulVxuEVeMY .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#buzios-page .cid-ulVxuEUZYT .row:not(.justify-content-center),
#buzios-page .cid-ulVxuEVeMY .row:not(.justify-content-center) {
  row-gap: 1.5rem;
}

#buzios-page .cid-ulVxuEUZYT .item-wrapper {
  overflow: hidden;
  border: 1px solid var(--bd-home-border);
  border-radius: 18px;
  background: var(--bd-home-surface);
  box-shadow: var(--bd-home-shadow-md);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#buzios-page .cid-ulVxuEUZYT .item-wrapper:hover {
  border-color: rgba(212, 175, 103, 0.44);
  box-shadow: var(--bd-home-shadow-lg);
  transform: translateY(-3px);
}

#buzios-page .cid-ulVxuEUZYT .item-img {
  margin-bottom: 0 !important;
  overflow: hidden;
  background: var(--bd-home-ink);
}

#buzios-page .cid-ulVxuEUZYT img,
#buzios-page .cid-ulVxuEUZYT .item-img {
  height: 18rem;
}

#buzios-page .cid-ulVxuEUZYT .item-img img {
  transition: transform 260ms ease, filter 260ms ease;
}

#buzios-page .cid-ulVxuEUZYT .item-wrapper:hover .item-img img {
  filter: saturate(1.04);
  transform: scale(1.035);
}

#buzios-page .cid-ulVxuEUZYT .item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

#buzios-page .cid-ulVxuEUZYT .item-title {
  color: var(--bd-home-ink);
  letter-spacing: 0.05em;
}

#buzios-page .cid-ulVxuEUZYT .mbr-text.display-7 {
  color: var(--bd-home-gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#buzios-page .cid-ulVxuEUZYT .mbr-text.display-4 {
  color: var(--bd-home-muted);
  line-height: 1.55;
}

#buzios-page .cid-ulVxuEUZYT .item-footer {
  margin-top: auto;
  text-align: center;
}

#buzios-page .cid-ulVxuEUZYT .item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.45rem;
  border: 0;
  border-radius: var(--bd-home-radius-pill);
  background: var(--bd-home-gold) !important;
  box-shadow: var(--bd-home-shadow-sm);
  color: var(--bd-home-ink) !important;
  font-family: "Urbanist", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#buzios-page .cid-ulVxuEUZYT .item-btn:hover,
#buzios-page .cid-ulVxuEUZYT .item-btn:focus {
  background: #DBBC81 !important;
  box-shadow: var(--bd-home-shadow-md);
  color: var(--bd-home-ink) !important;
  transform: translateY(-1px);
}

#buzios-page .cid-ulVxuEUZYT .item-btn .mbr-iconfont {
  color: var(--bd-home-ink);
  font-size: 1rem;
}

#buzios-page .cid-ulVxuEVwzd {
  min-height: clamp(18rem, 36vw, 30rem);
}

#buzios-page .cid-ulVxuEVeMY {
  background: var(--bd-home-ink);
}

#buzios-page .cid-ulVxuEVeMY .mbr-section-title,
#buzios-page .cid-ulVxuEVeMY .bd-home-section-lead {
  color: #E7E6E2;
}

#buzios-page .cid-ulVxuEVeMY .item-wrapper {
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 103, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

#buzios-page .cid-ulVxuEVeMY .item-wrapper:hover {
  border-color: rgba(212, 175, 103, 0.46);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

#buzios-page .cid-ulVxuEVeMY img {
  max-height: 6.5rem;
  object-fit: contain;
}

#buzios-page .cid-umQLK2h30F {
  background: #FFFFFF;
}

#buzios-page .cid-umQLK2h30F .bd-testimonials-grid {
  row-gap: 1.5rem;
}

#buzios-page .cid-umQLK2h30F .item {
  display: flex;
}

#buzios-page .cid-umQLK2h30F .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 25rem;
  border: 1px solid var(--bd-home-border);
  border-radius: 16px;
  background: var(--bd-home-canvas);
  box-shadow: var(--bd-home-shadow-sm);
}

#buzios-page .cid-umQLK2h30F .card-box {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#buzios-page .cid-umQLK2h30F .img-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  overflow: hidden;
  border-radius: 50%;
}

#buzios-page .cid-umQLK2h30F .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#buzios-page .cid-umQLK2h30F .card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  color: var(--bd-home-ink);
  line-height: 1.7;
}

#buzios-page .cid-umQLK2h30F .card-text em {
  display: block;
  margin-top: 1.25rem;
  color: var(--bd-home-muted);
}

@media (max-width: 767px) {
  #buzios-page .cid-umpn7AjdNR {
    padding-top: 3rem;
  }

  #buzios-page .cid-umpn7AjdNR .mbr-section-title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  #buzios-page .cid-umpn7AjdNR .mbr-section-subtitle {
    font-size: 1.2rem;
  }

  #buzios-page .cid-ulVxuEUZYT img,
  #buzios-page .cid-ulVxuEUZYT .item-img {
    height: 16rem;
  }

  #buzios-page .bd-hotels-carousel {
    --bd-hotels-item-width: calc((100vw - 48px - var(--bd-hotels-gap)) / 2);
  }

  #buzios-page .bd-hotels-carousel::before,
  #buzios-page .bd-hotels-carousel::after {
    width: 2rem;
  }

  #buzios-page .brands-carousel-track {
    animation-duration: 44s;
  }

  #buzios-page .cid-umQLK2h30F .item-wrapper {
    min-height: 0;
  }
}
