:root {
  --bg: #f5f7f4;
  --card: #ffffff;
  --muted: #6b6b6b;
  --radius: 14px;
  --maxw: 1200px;
  --font-base: 'Open Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: 'Playfair Display', serif;
  --font-alt: 'Lora', serif;
  --font-size-base: 1rem;
  --font-size-small: .85rem;
  --btn-radius: 8px;
  --font-size-base: 1rem;
  --font-size-small: .85rem;
  --btn-radius: 8px;
}

.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box
}


body {
  margin: 0;
  font-family: var(--font-heading);
  background: var(--bg);
  color: #112
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 28px
}

.site-header {

}

.header-grid {
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0
  
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px
}

.logo {
  height: 78px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-text h1 {
  font-family: var(--font-heading);
  margin: 0;
  font-size: 24px
}

.tagline {
  margin: 0;
  color: var(--muted);
  font-size: 10px
}

.nav a {

  margin-left: 16px;
  text-decoration: none;
  color: white;
  font-size: 23px;
  font-weight: 600;
  font-family: var(--font-heading);
}

.btn-ghost {
 
}

/* hero */
.hero {
  position: relative;
  height: 420px;
  display: block;
  overflow: hidden
}

.hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 50% 70%;
  filter: contrast(0.95) saturate(0.95)
}

.hero-overlay {
  position: absolute;
  left: 40px;
  top: 60px;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  max-width: 820px
}

.hero-overlay h2 {
  font-family: var(--font-heading);
  font-size: 48px;
  margin: 0 0 10px
}

.hero-overlay p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-alt);
  font-size: 1.1rem;
}

/* cards & layout */
.card {
  background: var(--card);
  padding: 22px;
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.04);
  margin-top: 26px
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
  align-items: start
}

.about-images img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 12px;
  height: 160px;
  object-fit: cover
}

/* casas */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 12px
}

.house {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fbfff8);
  border: 1px solid #eef6ef
}

.house img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block
}

.house-body {
  padding: 12px
}

/* gallery */
.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  
}

.masonry img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px
}

/* reservar */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  align-items: end
}

label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block
}

input[type="date"],
input[type="text"],
select,
input[type="number"] {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e6efe6;
  background: #fff
}

.actions {
  display: flex;
  align-items: center;
}

/* footer */
.site-footer {
  background: #fff;
  padding: 28px;
  border-top: 1px solid #eef2ee;
  margin-top: 40px
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start
}

.footer-grid h4 {
  margin: 0 0 8px
}

/* responsive */
@media(max-width:900px) {
  .about-grid {
    grid-template-columns: 1fr
  }

  .hero {
    height: 280px
  }

  .hero img {
    height: 280px;
    object-position: center bottom;
  }

  /* 🔥 mobile também */
  .hero-overlay {
    left: 20px;
    top: 30px;
    max-width: 80%
  }

  .header-grid {
    flex-direction: column;
    align-items: flex-start
  }

  .footer-grid {
    flex-direction: column
  }

  .brand-text h1 {
    font-size: 18px
  }
  .masonry {
    margin-left: 0px;
  }
  .vermais a {
    font-size: 12px;
  }
  

}

.brand img {
  width: 100px;
  border-radius: 200px;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

.playfair-display-uniquifier {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Botões */
button,
.btn,
.btn-primary,
.btn-ghost {
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.btn-primary,
button,
.btn {
  background: green;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(47, 138, 90, 0.25);
}

.btn-primary:hover,
button:hover,
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(47, 138, 90, 0.35);
}

.btn-ghost {
  background: transparent;
  border: 2px solid #2f8a5a;
  color: #fff !important;
}

.btn-ghost:hover {
  background: #2f8a5a;
  color: black !important;
  transform: translateY(-3px);
}

/* Cabeçalho */
.site-header {
  background: green;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.site-header h1,
.site-header .tagline {
  color: #fff;
}

/* Cards */
.card {
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease;
}

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

/* Rodapé */
.site-footer {
  background: #2f8a5a;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.site-footer a {
  color: #f1c40f;
}

.brand-text h1 {
  font-family: var(--font-heading);
  font-weight: 600;
}

.brand-text .tagline {
  font-family: 'Playfair Display", serif';
  font-size: 14px;
}


/* ===== Slideshow Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
}

.hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.hero .slide.active {
  opacity: 1;
}



/* Slideshow corrigido (anexado) */
.hero {
  position: relative;
  overflow: hidden
}

.hero img {
  display: none
}

/* esconder a imagem estática */
.slides-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden
}

.slides-wrapper .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slides-wrapper .slide.active {
  opacity: 1
}

.hero-overlay {
  position: relative;
  z-index: 2
}




/* ===== Ajuste: altura da seção hero para 80vh ===== */
.hero {
  height: 93vh !important;
}


/* ===== Ajustes de texto e botão na seção hero ===== */
.hero-content {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero-content h1 {
  font-size: 3rem;
  /* título maior */
}

.hero-content p {
  font-size: 1.5rem;
  /* texto maior */
  margin-top: 1rem;
}

.hero-content .btn {
  font-size: 1.2rem;
  /* botão maior */
  padding: 12px 28px;
  margin-top: 1.5rem;
}


/* ===== Ajustes garantidos de texto e botão na seção hero ===== */
.hero-content {
  text-align: center !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
}

.hero-content h1 {
  font-size: 3rem !important;
  /* título maior */
  color: #fff !important;
}

.hero-content p {
  font-size: 1.5rem !important;
  /* texto maior */
  margin-top: 1rem !important;
  color: #fff !important;
}

.logoprincipal img {
  width: 380px;
  height: 380px;


}

.hero-content .btn {
  font-size: 1.2rem !important;
  /* botão maior */
  padding: 12px 28px !important;
  margin-top: 1.5rem !important;
}

.house-body h3 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 18px;
  display: flex;
  font-weight: 900;
}

.house-body p img {
  width: 19px;
  height: 19px;
  display: flex;
}

/* ===== FORÇAR: centralizar e aumentar texto do hero (garantido) ===== */
.hero-overlay.hero-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  width: 90% !important;
  max-width: 900px !important;
  padding: 0 1rem !important;
  z-index: 3 !important;
  color: #fff !important;
}

.hero-overlay.hero-content h2 {
  font-size: 69px !important;
  font-family: var(--font-heading)!important;
  font-weight: 700 !important;
  line-height: 1.60 !important;
  margin: 0 0 0.6rem !important;
}

.hero-overlay.hero-content p {
  font-family: clamp(2.5rem, 6vw, 4rem)!important;
  font-size: 1.3rem !important;
  margin: 0 0 1rem !important;
  width: 1000px;
  color: rgba(255, 255, 255, 0.95) !important;
}

.circular-text {
  font-family: "Roboto", Circular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  color: #222222;
}

.hero-overlay.hero-content .btn-primary,
.hero-overlay.hero-content a {
  font-size: 1.15rem !important;
  padding: 12px 28px !important;
  display: inline-block !important;
  margin-top: 1rem !important;
  border-radius: 8px !important;
}

/* Responsivo: ajustar no mobile */
@media (max-width:640px) {
  .hero-overlay.hero-content h2 {
    font-size: 1.6rem !important;
  }

  .nav a {
    font-size: 15px;
  }
  .hero-overlay.hero-content p {
    font-size: 1rem !important;
    width: 320px;
  }

  .hero-overlay.hero-content .btn-primary {
    font-size: 1rem !important;
    padding: 10px 18px !important;
  }
  .btn-ghost {
    display: none;
  }
}

.incluso {
  display: flex;
}

.incluso img {
  width: 20px;
  height: 20px;
}

.texto {
  font-family: "Roboto", Circular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  padding: 3px;
  padding-left: 10px;
  color: #222222;
}

.nomecasas {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 900;

}

/* ===== Ajustes de Responsividade ===== */

/* Garantir que imagens não ultrapassem o container */
img {
  max-width: 100%;
  height: auto;
}

/* Textos responsivos */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Esconder a logo do sobre nós em telas pequenas */
.logo-sobre {
  display: block;
}

@media (max-width: 768px) {
  .logo-sobre {
    display: none;
  }

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
   .footer-geral {
    width: 200px;
  }
  .logofooter img {
    width: 10px;
    height: 10px;
  }
  .desenvolvimento {
   padding: 5px;
  padding-left: 0;
  margin-left: 0;
  }
}
/* Seções Sobre */
.card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  margin: 40px auto;
  max-width: 1250px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.about-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.about-text h2 {
  margin-bottom: 20px;
  color: #2c7a4b; /* Verde suave */
}

.about-gallery {
  display: flex;
  gap: 15px;
   align-items: center;
  justify-content: center;
}

.about-gallery img {
  width: 80%;
  display: flex;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-gallery img:hover {
  transform: scale(1.05);
}
.about-galler {
  width: 130%;
  height: 100%;
  display: flex;

}
.about-gallerr {
   display: flex;
   width: 80%;
   align-items: center;
   justify-content: center;
}
.about-gallerr img {
  
  width: 380px;
  height: 380px;
  display: flex;
  border-radius: 999px;
   
  
}
/* Estilo normal */
nav ul li a {
  color: #fff; /* cor padrão */
  text-decoration: none;
  transition: 0.3s;
}

/* Quando passa o mouse */
nav a:hover {
  color: #00cc66; /* destaque em verde */
  font-weight: bold; /* deixa em negrito */
  text-shadow: 0px 0px 5px rgba(0,0,0,0.5); /* brilho sutil */
}

/* Responsividade */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-gallerr {
    width: 75%;
  }
  .about-gallerr img {
    width: 250px;
    height: 250px;
  }
 .footer-geral {
    width: 200px;
  }
  .logofooter img {
    width: 10px;
    height: 10px;
  }
  .desenvolvimento {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  .desenvolvimentexto {
    padding: 10px;
    margin-left: 10px;
  }
}
.footer-geral {
  height: 330px;
  width: 100%;
  background-color: green;
}
.logofooter {
  display: flex;
  padding-left: 30px;
  margin-left: 40px
}
.logofooter img {
  width: 250px;
  height: 250px;
  border-radius: 100px;
}
.linhacinza {
  position: absolute;
  bottom: 90;
  background-color: #6c6c6c;
  width: 100%;
  height: 1px;
}
.desenvolvimentexto {
  padding: 30px;
  margin-left: 30px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-heading);
}
.about-text1 {
   font-size: 1rem;
   width: 920px;
   height: 260px;
  line-height: 1.6;
  color: #333;
}
.about-text1 h2 {
  color: green;
}
.about-text2 {
  width: 300px;
  height: 50px;
  
}
.about-text2 h2 {
  color: green;
}
/* Responsividade */
@media (max-width: 768px) {
  .about-text1 {
    width: 90%;
    font-size: 13px;
    height: 320px;
  }
 
}
#galeria1 {
  color: green;
}
#galeria {
  color: green;
}

#casas h2 {
  color: green;
}
#reservar h2 {
  color: green;
}
.vermais {
  margin: 30px;
}
.vermais a {
  text-align: center;
  padding-left: 70px;
  padding-right:70px ;
  border-radius: 0px;
  background-color: green;
}
.card1 {
  margin-top: 30px;
}
.about-text3 {
  font-size: 23px;
  color: green;
}
.card4 img{
  width: 390px;
  height: 230px;
}