@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* Highlight strip (texto à esquerda + imagem à direita) */
.highlight-strip {
  position: relative;
  padding: 32px 0 24px;
  background: #ffffff;
}
.highlight-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url("../images/galeria/Pg Inicial/Seção 4 - Menu/fundo.png")
    top/cover no-repeat;
  padding: 22px;
  /* border-radius: 10px; */
}
.highlight-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(96, 23, 102, 0.55),
    rgba(96, 23, 102, 0.45)
  );
  z-index: 0;
}
.highlight-list {
  color: #fff;
  padding: 18px 6px 18px 12px;
  position: relative;
  z-index: 1;
}
.highlight-list .hl-item {
  position: relative;
  padding: 16px 0;
}
.highlight-list .hl-item + .hl-item {
  margin-top: 4px;
}
.highlight-list .hl-item span {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}
.highlight-list .hl-item .hl-line {
  display: block;
  height: 3px;
  width: 68%;
  background: #fff;
  opacity: 0.8;
  border-radius: 999px;
  margin-top: 10px;
}
.highlight-figure {
  margin: 0;
  position: relative;
  z-index: 1;
}
.highlight-figure img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
}
.highlight-caption {
  position: absolute;
  left: 30%;
  bottom: 16px;
  transform: translateX(-20%);
  color: #fff;
  /* background: rgba(0, 0, 0, 0.45); */
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  max-width: 100%;
}

@media (max-width: 991px) {
  .highlight-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  .highlight-list .hl-item span {
    font-size: 20px;
  }
  .highlight-figure img {
    height: 280px;
  }
}
@media (max-width: 600px) {
  .highlight-list .hl-item span {
    font-size: 18px;
  }
  .highlight-figure img {
    height: 240px;
  }
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Italic[wght].woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist/Geist-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

:root {
  --primary-color: #601766;
  --primary-dark: #4e1353;
  --primary-rgb: 96, 23, 102;
  --secondary-color: #69a9ea;
  --accent-color: #69a9ea;
  --light-color: #f6f8fa;
  --dark-color: #0f172a;
  --text-color: #2a2a2a;
  --border-radius: 5px;
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
  --font-primary: "Geist", sans-serif;
  --font-secondary: "Geist", sans-serif;
}

* {
  font-family: var(--font-secondary);
}

body {
  font-family: var(--font-primary);
  color: var(--text-color);
  line-height: 1.6;
}

.contact-hero {
  position: relative;
}
.contact-hero__caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 15px;
  z-index: 2;
}
.hero-after::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(96, 23, 102, 0.35),
    rgba(96, 23, 102, 0.25)
  );
  z-index: 1;
}
.contact-hero__media {
  width: 100%;
  aspect-ratio: 32 / 10;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.contact-hero .section-header h2 {
  color: #fff;
}
.contact-hero .section-header .subtitle {
  color: rgba(255, 255, 255, 0.95);
}

/* Independent container to avoid Bootstrap conflicts */
.ms-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .ms-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ms-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ms-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ms-container {
    max-width: 1140px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--primary-color);
}

/* a:hover,
a:focus {
  background: #f0f2f5;
} */

.btn.outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
}

.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
  position: relative;
}

.divider {
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 20px auto;
  position: relative;
}

.divider span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: var(--secondary-color);
  top: 0;
  left: 20px;
}

/* Intro alternativa */
.section-header.alt h2 {
  color: #2a2a2a;
  font-weight: 800;
}

.section-header.alt .subtitle,
.section-header .subtitle {
  margin-top: 8px;
  font-size: 20px;
  color: #9aa0a6;
  font-weight: 400;
}

.ornament {
  width: 72px;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary-color),
    transparent
  );
  border-radius: 999px;
  margin: 14px auto 28px;
}

.about-intro {
  max-width: 980px;
  margin: 0 auto 32px;
}

.about-intro .about-text {
  text-align: center;
  color: #8a8f94;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 14px;
}

.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
  content: "";
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
/* Hero Banner */
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-banner__media {
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.45) 100%
  );
  margin-bottom: 8px;
  z-index: 1;
}

.overlay-content {
  text-align: center;
  color: #fff;
  max-width: 920px;
}

.hero-lead {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.35;
  margin: 10px 0 16px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* Hidden by default: mobile variant outside overlay */
.hero-lead--below {
  display: none;
  color: #2a2a2a;
  text-shadow: none;
  text-align: center;
  margin: 12px 16px 6px;
}

.hero-cta {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-cta .btn {
  pointer-events: auto;
}

/* Hidden by default: shown only on small screens */
.hero-cta--below {
  display: none;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: flex;
  gap: 6px;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 800;
  border-radius: 6px;
  align-items: center;
}

.hero-btn:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* Wrapper fora do banner que sobe sobre o vídeo */
.hero-mini-wrap {
  position: relative;
  transform: translateY(-10rem);
  z-index: 2; /* acima do vídeo */
  display: flex;
  justify-content: center;
  margin-bottom: -10rem; /* compensa o espaço deixado pelo translate */
}

@media (max-width: 991px) {
  .hero-mini-wrap {
    transform: translateY(-28px);
    margin-bottom: -28px;
  }
}
@media (max-width: 600px) {
  .hero-mini-wrap {
    transform: translateY(-20px);
    margin-bottom: -20px;
  }
}

/* Mini-galeria sobre o vídeo */
.hero-mini {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.96);
  padding: 12px 16px;
  border-radius: 10px;
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hero-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.hero-thumb img {
  width: 220px;
  height: 124px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.hero-thumb:hover img {
  transform: scale(1.04);
  opacity: 0.92;
}

@media (max-width: 991px) {
  .hero-thumb img {
    width: 180px;
    height: 104px;
  }
}
@media (max-width: 1200px) {
  .hero-mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
    max-width: 100%;
  }
  .hero-thumb {
    flex: 0 1 calc(33.333% - 10px);
  }
  .hero-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.hero-banner .carousel-inner img {
  width: 100%;
  /* height: 650px; */
  object-fit: cover;
  /* filter: brightness(0.5); */
}

.hero-banner .carousel-caption {
  bottom: 30%;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.hero-banner .carousel-caption h2 {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  color: #fff;
}

.hero-banner .carousel-caption p {
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.hero-banner .carousel-control {
  width: 5%;
  opacity: 0.8;
}

.hero-banner .carousel-indicators {
  bottom: 40px;
}

.hero-banner .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid #fff;
  background-color: transparent;
}

.hero-banner .carousel-indicators .active {
  background-color: #fff;
}

/* Overlay nas imagens do carrossel (home) aplicado no wrapper para evitar bugs de layout em cada slide */
.hotel-carousel {
  position: relative;
}
.hotel-carousel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  z-index: 1;
}

/* Intro Section */
.intro-section {
  padding: 80px 0;
  background-color: #fff;
}

.intro-section .lead {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}

/* Feature strip: banner + cards (abaixo do passeio) */
.feature-strip {
  background: #fff;
}
.feature-strip__banner {
  position: relative;
  background: url("../images/galeria/2.jpg") 50% 20% / cover no-repeat;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.feature-strip__banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.feature-strip__banner .container {
  position: relative;
  z-index: 1;
}
.feature-strip__title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  margin: 18px 0;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  transform: translateY(-40px);
}
.feature-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 18px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(var(--primary-rgb), 0.12);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 6px 0 10px;
}
.feature-divider {
  width: 36px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 999px;
  margin: 8px 0 14px;
}
.feature-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 700;
  margin-top: auto; /* alinha o botão ao fim do card */
}
.feature-btn:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* Gallery Section */
.gallery-section {
  background: #ffffff;
  padding: 50px 0;
}

/* Heading hierarchy (blue-focused) */
.section-header h2 {
  color: var(--primary-color); /* títulos azuis padronizados */
  font-weight: 800;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.section-header .subtitle {
  color: #2a2a2a; /* subtítulo neutro (preto/cinza escuro) */
  font-size: 17px;
  letter-spacing: 0.4px;
  text-transform: none;
  margin: 0;
  font-weight: 600; /* menos fino */
}
.section-header .ornament {
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: var(--primary-color);
}
.passeio-header .passeio-kicker {
  color: var(--primary-color);
  letter-spacing: 2px;
  font-weight: 800;
}
.passeio-header .passeio-lead {
  /* color: #4b4f58; */
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .hero-lead {
    font-size: 22px;
  }
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .hero-lead {
    font-size: 18px;
    line-height: 1.35;
  }
  /* Hide overlay text on mobile */
  .hero-overlay .hero-lead,
  .hero-overlay .hero-sublead,
  .hero-overlay .hero-cta {
    display: none;
  }
  /* Show below text on mobile */
  .hero-lead--below {
    display: block;
  }
  /* Contact page: hide subtitle on mobile */
  .contact-hero .section-header .subtitle,
  .contact-hero .subtitle {
    display: none;
  }
  .section-header h2 {
    font-size: 26px;
  }
  .section-header .subtitle {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .hero-cta--below {
    display: flex;
    padding: 10px 16px;
  }
  /* Avoid mini-gallery overlapping too much on small screens */
  .hero-mini-wrap {
    transform: none;
    margin-bottom: 0;
  }
}
.gallery-section .section-header h2 {
  margin: 0;
  font-weight: 800;
}
.gallery-shell {
  position: relative;
  margin-top: 10px;
}
.gallery-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 10px; /* espaço para as setas */
  /* esconder barra sem remover a rolagem */
  -ms-overflow-style: none; /* IE e Edge antigos */
  scrollbar-width: none; /* Firefox */
}
.gallery-track::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gallery-track::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 8px;
}
.gallery-card {
  flex: 0 0 360px;
  scroll-snap-align: center;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  transform: scale(0.92);
  opacity: 0.75;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}
.gallery-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  display: block;
}
.gallery-card.is-video a {
  display: block;
  position: relative;
}
.gallery-card .play-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.gallery-prev {
  left: 4px;
}
.gallery-next {
  right: 4px;
}
.gallery-nav:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Showcase Carousel: centro destacado com prévias laterais */
.showcase-carousel {
  background: #fff;
  padding: 38px 0 28px;
}
.scroller {
  position: relative;
}
.sc-viewport {
  position: relative;
  overflow: hidden;
  /* fade nas laterais para dar sensação de continuidade */
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 6%,
    rgba(0, 0, 0, 1) 94%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 6%,
    rgba(0, 0, 0, 1) 94%,
    rgba(0, 0, 0, 0) 100%
  );
}
.sc-track {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 48px; /* espaço para setas */
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sc-track::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sc-slide {
  position: relative;
  flex: 0 0 68%;
  transform: scale(0.94);
  opacity: 0.75;
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.sc-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}
.sc-slide.is-active {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}
.sc-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 22px 26px;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.sc-caption h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.sc-caption p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.sc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.sc-prev {
  left: 8px;
}
.sc-next {
  right: 8px;
}
.sc-arrow:hover {
  background: var(--primary-color);
  color: #fff;
}

@media (max-width: 1200px) {
  .sc-slide {
    flex-basis: 72%;
  }
  .sc-slide img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .sc-slide {
    flex-basis: 78%;
  }
  .sc-slide img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .sc-viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .sc-track {
    padding-inline: 34px;
  }
  .sc-slide {
    flex-basis: 86%;
  }
  .sc-slide img {
    height: 280px;
  }
  .sc-caption {
    padding: 18px 14px 16px;
  }
  .sc-caption h3 {
    font-size: 18px;
  }
  .sc-caption p {
    font-size: 13px;
  }
}

/* Separator gradiente azul -> branco nas bordas */
.section-separator {
  height: 4px;
  width: 100%;
  background: radial-gradient(
      closest-side,
      var(--primary-color),
      rgba(var(--primary-rgb), 0) 70%
    ),
    linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      #ffffff 100%
    );
  background-blend-mode: multiply;
}

/* Turismo section */
.turismo-section {
  background: #fff;
  padding: 40px 0 60px;
}
.turismo-header h2 {
  margin: 0;
  font-weight: 800;
  color: var(--primary-color);
}
.turismo-subtitle {
  margin-top: 6px;
  color: #2a2a2a;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: none;
  font-size: 17px;
}
.turismo-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 18px 0;
  flex-wrap: wrap;
}
.round-item {
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.round-item.small {
  width: 88px;
  height: 88px;
}
.round-item.medium {
  width: 120px;
  height: 120px;
}
.round-item.large {
  width: 160px;
  height: 160px;
}

/* Keep center items as viewport shrinks (hide edges first) */
@media (max-width: 992px) {
  .turismo-gallery .round-item:first-child,
  .turismo-gallery .round-item:last-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .turismo-gallery .round-item:nth-child(2),
  .turismo-gallery .round-item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 767px) {
  .turismo-gallery {
    gap: 14px;
  }
  .round-item.large {
    width: 132px;
    height: 132px;
  }
  .round-item.medium {
    width: 104px;
    height: 104px;
  }
  .round-item.small {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 991px) {
  .gallery-card {
    flex-basis: 300px;
  }
  .gallery-card img {
    height: 180px;
  }
}
@media (max-width: 600px) {
  .gallery-card {
    flex-basis: 260px;
  }
  .gallery-card img {
    height: 160px;
  }
}

@media (max-width: 991px) {
  .feature-strip__title {
    font-size: 20px;
  }
  .feature-strip__banner {
    min-height: 220px;
    background-image: url("https://picsum.photos/1200/360?random=21");
  }
  .feature-cards {
    grid-template-columns: repeat(2, 1fr);
    transform: translateY(-32px);
  }
}
@media (max-width: 600px) {
  .feature-strip__title {
    font-size: 18px;
  }
  .feature-strip__banner {
    min-height: 200px;
    background-image: url("https://picsum.photos/900/320?random=21");
  }
  .feature-cards {
    grid-template-columns: 1fr;
    transform: translateY(-24px);
  }
}

/* Category Cards */
.category-cards {
  margin-top: 50px;
}

.category-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.category-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(176, 96, 16, 0.08) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  border-radius: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}

.category-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(176, 96, 16, 0.12);
}

.category-card:hover:before {
  opacity: 1;
}

.card-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(176, 96, 16, 0.2);
}

.category-card:hover .card-icon {
  transform: scale(1.15) rotate(5deg);
  background: var(--secondary-color);
}

.card-icon i {
  font-size: 36px;
  color: #fff;
  transition: all 0.3s ease;
}

.card-icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  transition: all 0.3s ease;
}

.category-card:hover .card-icon svg {
  transform: scale(1.1);
}

.card-body {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.category-card h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.category-card h4:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: all 0.4s ease;
}

.category-card:hover h4 {
  color: var(--secondary-color);
}

.category-card:hover h4:after {
  width: 50px;
}

.category-card p {
  color: #666;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}

.btn-card {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: auto;
}

.btn-card i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.category-card:hover .btn-card {
  color: var(--secondary-color);
}

.category-card:hover .btn-card i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .category-cards {
    margin-top: 30px;
  }

  .category-card {
    padding-top: 25px;
  }

  .card-icon {
    width: 80px;
    height: 80px;
  }

  .card-icon i {
    font-size: 36px;
  }

  .card-icon svg {
    width: 36px;
    height: 36px;
  }

  .card-body {
    padding: 20px 15px;
  }

  .category-card h4 {
    font-size: 20px;
  }
}

/* Rooms (Acomodações) */
.rooms-section {
  /* background: #fff; */
  padding: 40px 0 60px;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.room-card {
  position: relative;
  display: block;
  /* border-radius: 10px; */
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06); */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.room-media {
  position: relative;
  display: block;
  /* border-radius: 10px; */
  overflow: hidden;
}
.room-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.room-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(96, 23, 102, 0.65),
    rgba(96, 23, 102, 0.55)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}
.room-media::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  /* border-radius: 8px; */
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.room-zoom {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(45, 0, 41, 0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.room-zoom svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}
.room-title {
  display: block;
  padding: 10px 6px 6px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2a2a2a;
}
/* .room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
} */
.room-card:hover .room-overlay {
  opacity: 1;
}
.room-card:hover .room-media::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .rooms-grid {
    grid-template-columns: 1fr;
  }
}

/* Modal */
.room-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1000;
}
.room-modal.is-open {
  display: flex;
}
.room-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 980px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.room-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}
.room-modal__body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}
.room-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-modal__content {
  padding: 18px;
}
.room-modal__title {
  margin: 6px 0 6px;
  font-weight: 800;
  color: var(--primary-color);
}
.room-modal__desc {
  margin: 0 0 8px;
  color: #4b4f58;
}
.room-modal__features {
  margin: 0;
  padding-left: 18px;
}
.room-modal__features li {
  margin: 4px 0;
}

@media (max-width: 767px) {
  .room-modal__body {
    grid-template-columns: 1fr;
  }
}

/* Inline Gallery strip */
.inline-gallery {
  background: #fff;
  padding: 34px 0 24px;
}
.inline-gallery__strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    rgba(0, 0, 0, 0)
  );
}
.inline-gallery__img {
  height: 150px;
  width: auto;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.92) contrast(1.02);
}
.inline-gallery__img--featured {
  height: 220px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991px) {
  .inline-gallery__img {
    height: 120px;
  }
  .inline-gallery__img--featured {
    height: 180px;
  }
}
@media (max-width: 600px) {
  .inline-gallery__img {
    height: 100px;
  }
  .inline-gallery__img--featured {
    height: 150px;
  }
}
.contato-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 60%, #ffffff 100%);
  padding: 48px 0 68px;
}
.contact-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}
.contact-col {
  display: block;
}

.contato-form {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
.contato-form .form-group label {
  display: block;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.contato-form .form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contato-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.14);
  outline: none;
}
.contato-form .form-control::placeholder {
  color: #9aa0a6;
}
.contato-form .form-group + .form-group {
  margin-top: 14px;
}
.btn-submit {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 18px;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(96, 23, 102, 0.18);
}
.btn-submit:hover {
  background: var(--primary-dark);
  color: #fff;
}

.contato-aside .contato-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 16px 16px 16px 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  position: relative;
}
.contato-aside .contato-item + .contato-item {
  margin-top: 12px;
}
.contato-aside .contato-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: var(--primary-color);
  border-radius: 8px;
}
.contato-item-title {
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 6px;
  position: relative;
  padding-left: 32px;
}
.contato-item-text {
  margin: 0;
}
.contato-item-text a {
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 600;
}
.contato-item-text a:hover {
  color: var(--primary-color);
}

/* Icons for aside items via CSS masks */
.contato-aside .contato-item:nth-child(1) .contato-item-title::before,
.contato-aside .contato-item:nth-child(2) .contato-item-title::before,
.contato-aside .contato-item:nth-child(3) .contato-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: var(--primary-color);
}
/* phone */
.contato-aside .contato-item:nth-child(1) .contato-item-title::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone-icon lucide-phone"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"/></svg>')
    no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone-icon lucide-phone"><path d="M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"/></svg>')
    no-repeat center / contain;
}
/* mail */
.contato-aside .contato-item:nth-child(2) .contato-item-title::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"/><rect x="2" y="4" width="20" height="16" rx="2"/></svg>')
    no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"/><rect x="2" y="4" width="20" height="16" rx="2"/></svg>')
    no-repeat center / contain;
}
/* map-pin */
.contato-aside .contato-item:nth-child(3) .contato-item-title::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin-icon lucide-map-pin"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"/><circle cx="12" cy="10" r="3"/></svg>')
    no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin-icon lucide-map-pin"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"/><circle cx="12" cy="10" r="3"/></svg>')
    no-repeat center / contain;
}

/* Labels refinement */
.contato-form .form-group label {
  text-transform: none;
  letter-spacing: 0.2px;
  font-size: 14px;
}
.contato-form .form-control {
  font-size: 14px;
}
.contato-form .form-control:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.contato-map iframe {
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  margin-top: 24px;
}

@media (max-width: 991px) {
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
/* event Section */
.event-section {
  position: relative;
  padding: 60px 0;
  color: #fff;
  background: #1f1f23 url("../images/banner2.jpg") center/cover no-repeat;
}
.event-section:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.55); */
}
.event-section .container {
  position: relative;
  z-index: 1;
}

.event-gallery {
  padding: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding: 30px;
  height: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(176, 96, 16, 0.2);
  transition: background 0.3s ease;
}

.gallery-item:hover .overlay {
  background: rgba(176, 96, 16, 0.1);
}

.item-1 {
  grid-column: 1;
  grid-row: 1;
  transform: rotate(-2deg);
}

.item-2 {
  grid-column: 2;
  grid-row: 1;
  transform: rotate(2deg);
}

.item-3 {
  grid-column: 1;
  grid-row: 2;
  transform: rotate(2deg);
}

.item-4 {
  grid-column: 2;
  grid-row: 2;
  transform: rotate(-2deg);
}

.event-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
}

/* Lista de eventos */
.event-list {
  margin-top: 20px;
}
.event-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.event-item + .event-item {
  margin-top: 14px;
}

a.event-item,
a.event-item:visited {
  color: inherit;
  text-decoration: none;
}

a.event-item:hover,
a.event-item:focus,
a.event-item:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.event-thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}
.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-date {
  width: 74px;
  text-align: center;
  line-height: 1;
  font-weight: 800;
}
.event-date .day {
  font-size: 26px;
}
.event-date .month {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.9;
}
.event-date .year {
  font-size: 12px;
  opacity: 0.7;
}

.event-body {
  flex: 1 1 auto;
  min-width: 0;
}
.event-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--font-secondary);
}
.event-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-meta i {
  opacity: 0.9;
}

.event-divider {
  position: absolute;
  left: 180px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* Responsivo eventos */
@media (max-width: 767px) {
  .event-item {
    align-items: flex-start;
  }
  .event-date {
    width: 60px;
  }
  .event-divider {
    left: 140px;
  }
}

.content-wrapper {
  max-width: 500px;
}

.event-content h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.event-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #fff;
}

.event-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.btn-primary {
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: var(--border-radius);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--accent-color);
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-primary:hover {
  color: #fff;
  transform: translateY(-3px);
}

.btn-primary:hover:before {
  left: 0;
}

/* Responsive styles for event section */
@media (max-width: 991px) {
  .event-content {
    padding: 40px 20px;
  }

  .event-content h2 {
    font-size: 30px;
  }

  .event-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .event-gallery,
  .event-content {
    width: 100%;
  }

  .gallery-grid {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 150px;
  }

  .event-content {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-rows: 120px 120px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4 {
    transform: rotate(0);
  }
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  padding-bottom: 0;
  background-color: #f8f9fa;
}

.cta-card {
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
  height: 100%;
  transition: var(--transition);
}

.cta-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-image {
  height: 250px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.cta-card:hover .card-image img {
  transform: scale(1.1);
}

.card-content {
  padding: 30px;
  text-align: center;
}

.card-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.card-content p {
  color: #666;
  margin-bottom: 20px;
}

.btn-outline {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-outline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--primary-color);
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-outline:hover {
  color: #fff;
  text-decoration: none;
}

.btn-outline:hover:before {
  width: 100%;
}

/* Testimonial Section */
.testimonial-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  padding: 30px;
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--primary-color);
  opacity: 0.2;
  font-size: 24px;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  padding-left: 40px;
  font-style: italic;
}

.client-info {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: linear-gradient(
    to right,
    var(--primary-color),
    var(--secondary-color)
  );
}

.client-image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.client-details {
  color: #fff;
}

.client-details h5 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #fff;
}

.client-details span {
  font-size: 14px;
  opacity: 0.8;
}

#testimonial-carousel .carousel-indicators {
  bottom: -50px;
}

#testimonial-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid var(--primary-color);
  background-color: transparent;
}

#testimonial-carousel .carousel-indicators .active {
  background-color: var(--primary-color);
}

.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.carousel-controls .carousel-control {
  background: none;
  opacity: 1;
  width: auto;
  text-shadow: none;
}

.carousel-controls .carousel-control i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.carousel-controls .carousel-control:hover i {
  background: var(--secondary-color);
}

.carousel-controls .left i {
  left: -20px;
}

.carousel-controls .right i {
  right: -20px;
}

@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 16px;
  }

  .carousel-controls .left i {
    left: 0;
  }

  .carousel-controls .right i {
    right: 0;
  }
}

@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    border-radius: 10px;
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .hero-banner .carousel-inner img {
    height: 550px;
  }

  .hero-banner .carousel-caption h2 {
    font-size: 42px;
  }

  .hero-banner .carousel-caption p {
    font-size: 20px;
  }

  .hex {
    width: 180px;
    height: 156px;
  }
}

@media (max-width: 991px) {
  .hero-banner .carousel-inner img {
    height: 450px;
  }

  .hero-banner .carousel-caption h2 {
    font-size: 36px;
  }

  .hero-banner .carousel-caption p {
    font-size: 18px;
  }

  .event-content {
    padding: 40px 20px;
  }

  .hex {
    width: 150px;
    height: 130px;
  }
}

@media (max-width: 767px) {
  .hero-banner .carousel-inner img {
    height: 350px;
  }

  .hero-banner .carousel-caption {
    bottom: 20%;
  }

  .hero-banner .carousel-caption h2 {
    font-size: 30px;
  }

  .hero-banner .carousel-caption p {
    font-size: 16px;
  }

  .intro-section,
  .cta-section,
  .testimonial-section {
    padding: 50px 0;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .event-gallery,
  .event-content {
    width: 100%;
  }

  .hex-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .hero-banner .carousel-inner img {
    height: 300px;
  }

  .hero-banner .carousel-caption h2 {
    font-size: 24px;
  }

  .hero-banner .carousel-caption p {
    font-size: 14px;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .testimonial p {
    font-size: 16px;
  }
}

/* Footer Moderno */
.modern-footer {
  font-family: var(--font-primary);
}

.contact-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: auto;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  text-align: center;
}

.card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.card-icon i {
  font-size: 32px;
  color: #fff;
}

/* Seção "O Passeio" (logo abaixo do banner) */
.passeio-section {
  background: #fff;
  padding: 60px 0 40px;
}
.passeio-header {
  margin-bottom: 28px;
}
.passeio-kicker {
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1e88e5;
  margin: 0 0 10px;
}
.passeio-lead {
  font-size: 24px;
  line-height: 1.4;
  color: #2a2a2a;
  max-width: 980px;
  margin: 0 auto;
}
.passeio-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.passeio-media-wrap {
  position: relative;
  display: inline-block;
}
.passeio-media-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-8px, 8px);
  background: #1e88e5; /* barra lateral atrás da imagem */
  z-index: 0;
}
.passeio-media {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1; /* fica acima das barras decorativas */
}
.passeio-title {
  color: #1e88e5;
  font-weight: 800;
  margin-top: 10px;
}
.passeio-text {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin: 14px 0 20px;
}
.passeio-btn {
  background: #1e88e5;
  color: #fff;
  padding: 12px 22px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0;
}
.passeio-btn:hover,
.passeio-btn:focus {
  background: #1669b9;
  color: #fff;
}
@media (max-width: 991px) {
  .passeio-lead {
    font-size: 20px;
  }
  .passeio-row {
    gap: 16px;
  }
  .passeio-title {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .passeio-section {
    padding: 40px 0 24px;
  }
  .passeio-lead {
    font-size: 18px;
  }
  /* stack: image on top, then text */
  .passeio-row {
    flex-direction: column;
    align-items: stretch;
  }
  .passeio-media-wrap {
    width: 100%;
    margin-bottom: 12px;
  }
  .passeio-media {
    width: 100%;
    height: auto;
  }
  .passeio-title {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .passeio-text {
    font-size: 15px;
    line-height: 1.8;
  }
  .passeio-btn {
    width: 100%;
  }
}

.contact-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.contact-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.contact-card a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card a:hover {
  color: var(--primary-color);
}

.card-content {
  width: 100%;
}

.card-content p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.card-content p i {
  margin-right: 8px;
  color: var(--primary-color);
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.card-content p span {
  flex: 1;
  min-width: 0;
}

.hours-table {
  width: 100%;
}

.hours-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  align-items: flex-start;
  width: 100%;
}

.hours-day,
.hours-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  width: 100%;
}

.hours-day {
  font-weight: 600;
  color: #333;
}

.hours-day i,
.hours-time i {
  color: var(--primary-color);
  margin-right: 8px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.hours-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.hours-note i {
  font-size: 10px;
  color: var(--primary-color);
  margin-right: 5px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-widget h4 {
    font-size: 18px;
  }

  .footer-menu li {
    font-size: 14px;
  }
}

/* Utilitários de borda inclinada */
.skew-edge {
  --skew-size: 12px;
}
.skew-left {
  -webkit-clip-path: polygon(var(--skew-size) 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(var(--skew-size) 0, 100% 0, 100% 100%, 0 100%);
}
.skew-right {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(0 0, calc(100% - var(--skew-size)) 0, 100% 100%, 0 100%);
}
.skew-top {
  -webkit-clip-path: polygon(0 var(--skew-size), 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 var(--skew-size), 100% 0, 100% 100%, 0 100%);
}
.skew-bottom {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--skew-size)),
    0 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--skew-size)), 0 100%);
}
.skew-left-right {
  -webkit-clip-path: polygon(
    var(--skew-size) 0,
    calc(100% - var(--skew-size)) 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    var(--skew-size) 0,
    calc(100% - var(--skew-size)) 0,
    100% 100%,
    0 100%
  );
}
.skew-top-bottom {
  -webkit-clip-path: polygon(
    0 var(--skew-size),
    100% 0,
    100% calc(100% - var(--skew-size)),
    0 100%
  );
  clip-path: polygon(
    0 var(--skew-size),
    100% 0,
    100% calc(100% - var(--skew-size)),
    0 100%
  );
}
/* Corner cuts (chamfer corners) */
.skew-corner-tl {
  -webkit-clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 var(--skew-size)
  );
  clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 var(--skew-size)
  );
}
.skew-corner-tr {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% var(--skew-size),
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% var(--skew-size),
    100% 100%,
    0 100%
  );
}
.skew-corner-bl {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--skew-size) 100%,
    0 calc(100% - var(--skew-size))
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--skew-size) 100%,
    0 calc(100% - var(--skew-size))
  );
}
.skew-corner-br {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--skew-size)),
    calc(100% - var(--skew-size)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--skew-size)),
    calc(100% - var(--skew-size)) 100%,
    0 100%
  );
}
/* Opposite corners combined */
.skew-corners-tr-bl {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% var(--skew-size),
    100% 100%,
    var(--skew-size) 100%,
    0 calc(100% - var(--skew-size))
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% var(--skew-size),
    100% 100%,
    var(--skew-size) 100%,
    0 calc(100% - var(--skew-size))
  );
}
.skew-corners-tl-br {
  -webkit-clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    100% calc(100% - var(--skew-size)),
    calc(100% - var(--skew-size)) 100%,
    0 100%,
    0 var(--skew-size)
  );
  clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    100% calc(100% - var(--skew-size)),
    calc(100% - var(--skew-size)) 100%,
    0 100%,
    0 var(--skew-size)
  );
}

/* Parallelogram helpers (lado inclinado em ambas as bordas opostas) */
.skew-parallelogram-right {
  /* Inclina para a direita: top-left avança, bottom-right recua */
  -webkit-clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    calc(100% - var(--skew-size)) 100%,
    0 100%
  );
  clip-path: polygon(
    var(--skew-size) 0,
    100% 0,
    calc(100% - var(--skew-size)) 100%,
    0 100%
  );
  border-radius: 0;
}
.skew-parallelogram-left {
  /* Inclina para a esquerda: top-right recua, bottom-left avança */
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% 100%,
    var(--skew-size) 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--skew-size)) 0,
    100% 100%,
    var(--skew-size) 100%
  );
  border-radius: 0;
}
.skew-8 {
  --skew-size: 8px;
}
.skew-12 {
  --skew-size: 12px;
}
.skew-16 {
  --skew-size: 16px;
}
.skew-20 {
  --skew-size: 20px;
}

/* Seção principal do footer */
.footer-main {
  /* background: #1f1f23 url("../images/banner5.jpg") top/cover no-repeat; */
  background-color: #fff;
  padding: 60px 0 40px;
  color: #0a0b0c;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h4 {
  color: #0a0b0c;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.footer-widget h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
  font-size: 15px;
  transition: transform 0.3s ease;
}

.footer-menu li:hover {
  transform: translateX(5px);
}

.footer-menu li i {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.9);
  width: 16px;
  text-align: center;
}

.footer-menu li a {
  color: #0a0b0c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.social-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

/* Link com ícone + texto para redes sociais no footer */
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a0b0c;
  text-decoration: none;
}

.social-link .social-text {
  color: #0a0b0c;
  font-weight: 600;
}

/* Footer: logo + lista de atalhos lado a lado com espaço adequado */
.footer-widget--links .footer-logo-links {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.footer-widget--links .footer-links {
  flex: 1 1 auto;
  min-width: 0;
}
.footer-logo {
  max-width: 160px;
  height: auto;
  width: 100%;
  flex: 0 0 auto;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgb(59, 89, 152);
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.social-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.social-button.facebook:hover {
  background: rgb(59, 89, 152);
  opacity: 0.9;
}

.social-button i {
  font-size: 20px;
  margin-right: 0;
}

/* Seção de copyright */
.footer-copyright {
  background: #0a0b0c;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-copyright p {
  margin: 0;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .contact-card {
    margin-bottom: 20px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .text-right {
    text-align: center !important;
    margin-top: 15px;
  }

  /* Footer centralizado no mobile */
  .footer-main .row {
    text-align: center !important;
    justify-content: center !important;
  }
  .footer-main img {
    margin: 0 auto !important;
  }
  .social-buttons {
    align-items: center !important;
  }
  .footer-copyright p {
    text-align: center !important;
  }

  .footer-widget h4 {
    text-align: center; /* centraliza o texto (opcional, mas combina com a linha) */
  }
  .footer-widget h4:after {
    left: 50%;
    transform: translateX(-50%); /* centraliza a pseudo-linha */
  }
  /* Footer: empilhar logo e atalhos no mobile */
  .footer-widget--links .footer-logo-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-widget--links .footer-links {
    width: 100%;
  }
}
/* Stack logo above links a bit earlier so col-md-3 não aperta demais */
@media (max-width: 1200px) {
  .footer-widget--links .footer-logo-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .contact-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hours-row {
    flex-direction: column;
    align-items: center;
  }

  .hours-day {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-widget h4 {
    font-size: 18px;
  }

  .footer-menu li {
    font-size: 14px;
  }
}

/* Hotel Section */
.hotel-section {
  background: #fff;
  padding: 60px 0;
}

.hotel-section .container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: row-reverse;
}

.hotel-section .hotel-content {
  flex: 1;
  order: -1;
}

.hotel-section .hotel-carousel-wrapper {
  flex: 1;
}

.hotel-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hotel-carousel {
  flex: 1;
  position: relative;
  overflow: hidden;
  /* border-radius: 12px; */
  aspect-ratio: 4/3;
  background: #f0f0f0;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.carousel-arrow:hover {
  background: var(--primary-color);
  color: #fff;
  transform: scale(1.1);
}

.hotel-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hotel-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
}

.hotel-description {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.5;
}

.hotel-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.hotel-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: fit-content;
  border: 2px solid var(--primary-color);
}

.hotel-btn:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .hotel-section .container {
    flex-direction: column;
    gap: 30px;
  }

  .hotel-section .hotel-content {
    order: 0;
  }

  .hotel-title {
    font-size: 28px;
  }

  .hotel-description {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .hotel-section {
    padding: 40px 0;
  }

  .hotel-section .container {
    gap: 20px;
  }

  .hotel-carousel-wrapper {
    gap: 8px;
    width: 100%;
  }

  .hotel-carousel {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
  }

  .hotel-title {
    font-size: 24px;
  }

  .hotel-description {
    font-size: 14px;
  }

  .hotel-text {
    font-size: 14px;
  }
}

.embla--home .embla__slide {
  position: relative;
}
.embla--home .embla__slide img {
  position: relative;
  z-index: 0;
}
.embla--home .embla__slide::after {
  z-index: 2;
}
.embla--home .is-selected.embla__slide .embla__slide__img__overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Estilos do Menu */
.top-bar {
  /* Oculta a faixa superior para permitir um topo limpo/transparente */
  display: none;
}

.turismo-grid-section {
  background: #efe6f6;
  padding: 36px 0 46px;
}
.az-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.az-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f2f5;
}
.az-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
}
.az-seq .az-item img {
  animation: az-breathe-window 120s ease-in-out infinite both;
}
@keyframes az-breathe-window {
  0% {
    transform: scale(1);
  }
  4.166% {
    transform: scale(1.2);
  }
  8.333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.az-seq .az-item:nth-child(1) img {
  animation-delay: 0s;
}
.az-seq .az-item:nth-child(2) img {
  animation-delay: 10s;
}
.az-seq .az-item:nth-child(3) img {
  animation-delay: 20s;
}
.az-seq .az-item:nth-child(4) img {
  animation-delay: 30s;
}
.az-seq .az-item:nth-child(5) img {
  animation-delay: 40s;
}
.az-seq .az-item:nth-child(6) img {
  animation-delay: 50s;
}
.az-seq .az-item:nth-child(7) img {
  animation-delay: 60s;
}
.az-seq .az-item:nth-child(8) img {
  animation-delay: 70s;
}
.az-seq .az-item:nth-child(9) img {
  animation-delay: 80s;
}
.az-seq .az-item:nth-child(10) img {
  animation-delay: 90s;
}
.az-seq .az-item:nth-child(11) img {
  animation-delay: 100s;
}
.az-seq .az-item:nth-child(12) img {
  animation-delay: 110s;
}

@media (max-width: 1100px) {
  .az-mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .az-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
}
