.hotel-info-moc {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}
html, body {
    -webkit-text-size-adjust: none;
}

.hotel-info-moc h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.hotel-info-moc h3 {
  color: #000000;
  margin-top: 5px;
  font-size: 1rem;
  text-transform: uppercase;
}

.endereco-moc {
  font-size: 0.95rem;
  margin: 10px 0;
  color: #444;
}

.endereco-moc a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.descricao-moc {
  margin: 15px 0 30px;
  font-size: 1rem;
  color: #000000;
}

/* === ÍCONES DE SERVIÇOS === */
.servicos-container-moc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicos-scroll-moc {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}
.servicos-scroll-moc::-webkit-scrollbar {
  display: none;
}

.servico-moc {
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
}

.servico-moc img {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.servico-moc p {
  font-size: 0.9rem;
  color: #333;
}

/* === SETAS LATERAIS (DESKTOP) === */
.arrow-moc {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}

.arrow-moc:hover {
  color: #000;
}

.left-moc {
  margin-right: 10px;
}

.right-moc {
  margin-left: 10px;
}

/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
  .arrow-moc {
    display: none;
  }
  .servicos-scroll-moc {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .servico-moc {
    scroll-snap-align: center;
  }
}

/* ===================== BASE ===================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #111;
  background: #fff;
}


/* ===== POPUP DE FOTOS ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: fadeIn 0.3s ease forwards;
}

.popup-content {
  background: #fff;
  padding: 35px;
  width: 90%;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.close-popup {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 2rem;
  color: #555;
  cursor: pointer;
  transition: color 0.3s;
}

.close-popup:hover {
  color: #d28a00;
}

.popup-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.popup-gallery img {
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.popup-gallery img:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media (max-width: 600px) {
  .popup-gallery img {
    width: 90%;
  }
}


/* ===== Seção principal ===== */
.acomodacoes {
  padding: 80px 5%;
  text-align: center;
  background: #fafafa;
  color: #222;
  font-family: "Poppins", sans-serif;
}

/* ===== Título ===== */
.header-acomodacoes h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 600;
}
.popup-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.popup-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-imagem {
  max-width: 80vw;
  max-height: 70vh;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.popup-prev,
.popup-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  transition: background 0.3s;
}
.popup-prev:hover,
.popup-next:hover {
  background: rgba(255,255,255,0.35);
}
.popup-prev { left: -60px; }
.popup-next { right: -60px; }

.popup-thumbs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.popup-thumbs img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.popup-thumbs img.active,
.popup-thumbs img:hover {
  opacity: 1;
  border-color: #fff;
  transform: scale(1.05);
}

.fade {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}

.header-acomodacoes h2::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #d28a00;
  display: block;
  margin: 12px auto 0;
}

/* ===== Botões dos hotéis ===== */
.hoteis-selector {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.hotel-btn {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  color: #666;
  transition: all 0.3s ease;
}

.hotel-btn.active {
  color: #d28a00;
}

.hotel-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #d28a00;
  transition: width 0.3s ease;
}

.hotel-btn.active::after,
.hotel-btn:hover::after {
  width: 100%;
}

/* ===== Imagem do hotel ===== */
.hotel-banner {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  margin-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease, opacity 0.5s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.banner-texto {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-40%);
  color: white;
  z-index: 20;
  max-width: 450px;
    font-family:Poppins, 'Poppins Fallback';
}

.banner-texto h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

.banner-texto p {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 300;
  opacity: 0.9;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}


/* ===== Quartos ===== */
.quartos-container {
  display: grid;
  gap: 80px;
}

/* ===== Card ===== */
.quarto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.quarto:hover {
  transform: translateY(-5px);
}

.quarto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quarto-info {
  text-align: left;
  padding: 40px;
}

.quarto-info h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #111;
}

.quarto-info p {
  color: #666;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

/* Ícones */
.quarto-icones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 25px;
  margin-bottom: 30px;
}

.quarto-icones li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
  font-size: 0.9rem;
}

/* Botões */
.quarto-botoes {
  display: flex;
  gap: 25px;
}

.quarto-botoes a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #111;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.quarto-botoes a:hover {
  color: #d28a00;
  border-color: #d28a00;
}

/* Responsivo */
@media (max-width: 850px) {
  .quarto {
    grid-template-columns: 1fr;
  }
  .quarto-info {
    font-size: 16px; /* evita zoom automático */
    padding: 25px;
       min-width: 280px;
  }
  .hotel-banner {
    height: 220px;
  }
  
}



/* ===== SEÇÃO SERVIÇOS & EVENTOS ===== */
.servicos-eventos {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.titulo-secao {
  font-size: 1.4rem;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #000;
}

.cards-servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.card-servico {
  position: relative;
  flex: 1;
  min-width: 320px;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.card-servico .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.705);
  transition: background 0.4s ease;
}

.card-servico:hover .overlay {
  background: rgba(0, 0, 0, 0.541);
  
}

.card-servico .conteudo {
  position: relative;
  z-index: 2;
  padding: 30px;
  text-align: left;
  max-width: 500px;
}

.card-servico h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.card-servico p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fffcfc;
}

/* ===== IMAGENS DE FUNDO ===== */
.card-servico.gastronomia {
  background-image: url('../img/beneficio7.webp');
}

.card-servico.eventos {
  background-image: url('../img/beneficio8.webp');
}

/* ===== IMAGENS DE FUNDO ===== */
.card-servico.pet {
  background-image: url('../img/beneficio2.webp');
}

/* ===== IMAGENS DE FUNDO ===== */
.card-servico.early {
  background-image: url('../img/beneficio4.webp');
}

/* ===== IMAGENS DE FUNDO ===== */
.card-servico.valor {
  background-image: url('../img/beneficio5.webp');
}

/* ===== IMAGENS DE FUNDO ===== */
.card-servico.late {
  background-image: url('../img/beneficio6.webp');
}

/* === HERO FULL WIDTH === */
.onde-estamos-hero {
  position: relative;
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.onde-estamos-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
}

.onde-estamos-hero .overlay-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.onde-estamos-hero h1 {
  font-size: 2.8rem;
  letter-spacing: 3px;
  font-weight: 700;
}

.onde-estamos-hero p {
  font-size: 1.4rem;
  margin-top: 8px;
  opacity: 0.9;
}

/* --- CIDADES COM IMAGEM --- */
.onde-estamos-cidades {
  padding: 60px 0;
  background: #fff;
}

.titulo-cidades {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 35px;
  color: #222;
}

.grid-cidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.cidade-card {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.438);
  transition: 0.3s ease;
  cursor: pointer;
}

.cidade-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.4s ease;
}

.cidade-card:hover img {
  transform: scale(1.08);
  filter: brightness(80%);
}

.cidade-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 15px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.65));
  color: white;
}

.cidade-info h3 {
  font-size: 1.1rem;
  font-weight: 600;
}



/* MOBILE */
@media (max-width: 600px) {
  .cidade-card img {
    height: 150px;
  }
  .cidade-info h3 {
    font-size: 1rem;
  }
}


/* Mobile ajustes */
@media (max-width: 768px) {
  .onde-estamos-hero h1 {
    font-size: 1.9rem;
  }
    .banner-texto {
    left: 5%;
    top: 55%;
    transform: translateY(-50%);
    max-width: 90%;
  }

  .banner-texto h1 {
    font-size: 2rem;
  }

  .banner-texto p {
    font-size: 1.1rem;
  }
  .onde-estamos-hero p {
    font-size: 1.1rem;
  }
}


/* ===== RESPONSIVIDADE ===== */
@media (max-width: 992px) {
  .cards-servicos {
    flex-direction: column;
  }

  .card-servico {
    height: 350px;
  }

  .card-servico .conteudo {
    text-align: center;
    padding: 60px;
  }

  .card-servico h3 {
    font-size: 1.2rem;
  }

  .card-servico p {
    font-size: 0.9rem;
  }
}



.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-background1 {
  background-image: url('../img/olt-hotel.webp'); /* substitua pela sua imagem */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 650px;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-background {
  background-image: url('../img/aglonema-9211523_1920.webp'); /* substitua pela sua imagem */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOut 9s infinite;
}

.hero-content h1:nth-child(2) {
  animation-delay: 3s;
}

.hero-content h1:nth-child(3) {
  animation-delay: 6s;
}

.highlight {
  color: #c5840a;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
    transform: translateY(30px);
  }
  10%, 30% {
    opacity: 1;
    transform: translateY(0);
  }
  70%, 90% {
    opacity: 0;
    transform: translateY(-30px);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }
    .banner-texto {
    left: 5%;
    top: 55%;
    transform: translateY(-50%);
    max-width: 90%;
  }

  .banner-texto h1 {
    font-size: 2rem;
  }

  .banner-texto p {
    font-size: 1.1rem;
  }
}
/* ===== GALERIA ===== */
.galeria-section {
  padding: 80px 5%;
  background: #111;
  color: #fff;
  text-align: center;
  position: relative;
}

.galeria-titulo {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.galeria-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.galeria-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.galeria-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.galeria-item:hover::after {
  opacity: 1;
}

/* Responsividade */
@media (max-width: 768px) {
  .galeria-titulo {
    font-size: 1.8rem;
  }
  
}



@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Ajuste do botão de fechar para popup grande */
.popup-content {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
 width: 50vh;
 
}

.popup-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  z-index: 1000;
}
/* === POPUP DE GALERIA === */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-gallery img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  animation: zoomIn 0.4s ease;
}

/* Botão de fechar */
.close-popup {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  z-index: 1000;
}

/* Navegação (setas) */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  background: rgba(0,0,0,0.3);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 999;
}

.nav-btn:hover {
  background: rgba(255,255,255,0.2);
}

.prev {
  left: 40px;
}

.next {
  right: 40px;
}

@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==== CONTAINER GERAL ==== */
.mapa-section {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 550px;
  background: #ffffff;
  color: #fff;
  overflow: hidden;
}

/* ==== COLUNA DE TEXTO ==== */
.mapa-info {
  flex: 1;
  padding: 60px 50px;
  background: #0b0b0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mapa-info h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #d4af37; /* dourado premium */
}

.mapa-info p {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 18px;
  opacity: .9;
}

.mapa-info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mapa-info ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  font-size: 1.1rem;
}

.mapa-info ul li::before {
  content: "•";
  color: #d4af37;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.mapa-info .endereco {
  margin-top: 25px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #dcdcdc;
}

/* ==== MAPA GOOGLE ==== */
.mapa-google {
  flex: 1.3;
  min-height: 550px;
}

.mapa-google iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==== RESPONSIVIDADE ==== */
@media (max-width: 992px) {
  .mapa-section {
    flex-direction: column;
  }

  .mapa-info {
    padding: 45px 30px;
  }

  .mapa-info h2 {
    font-size: 2rem;
  }
  
  .mapa-google {
    min-height: 350px;
  }
}

@media (max-width: 600px) {
  .mapa-info h2 {
    font-size: 1.7rem;
  }

  .mapa-info p,
  .mapa-info ul li,
  .mapa-info .endereco {
    font-size: 1rem;
  }

  .mapa-info {
    padding: 35px 22px;
  }
}

@media (max-width: 420px) {
  .mapa-info h2 {
    font-size: 1.5rem;
  }
}
