.elementor-7 .elementor-element.elementor-element-f392b9a{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-f392b9a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-92011a5{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-7 .elementor-element.elementor-element-18e0fa4 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-7 .elementor-element.elementor-element-18e0fa4 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-7 .elementor-element.elementor-element-18e0fa4{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for html, class: .elementor-element-ebea50a *//* IMPORTAÇÃO DE FONTES */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&family=Inter:wght@300;400;500&display=swap');

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* GLOBAL */
body {
  font-family: 'Inter', sans-serif;
  background: #f5f6f8;
  color: #1a1a1a;
}

/* TÍTULOS */
h1, h2, h3, .top-text, .section-sub {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

/* HERO */
.hero {
  height: 100vh;
  background: linear-gradient(90deg, rgba(5,40,80,0.5) 0%, rgba(0,0,0,0.2)),
              url('http://chacararecantodoaconchego.com.br/wp-content/uploads/2026/05/ChatGPT-Image-4-de-mai.-de-2026-11_26_50.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.hero-content {
  max-width: 700px;
}

.top-text {
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.8;
}

.hero h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.1;
  margin: 10px 0;
}

.hero p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

/* SEÇÕES */
.section {
  padding: 100px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-sub {
  font-size: 12px;
  letter-spacing: 3px;
  color: #777;
}

h2 {
  font-size: 36px;
  margin: 10px 0 40px;
}

/* ACOMODAÇÕES */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.4s;
}

.card h3 {
  margin-top: 10px;
}

.card:hover img {
  transform: scale(1.04);
}

/* INFO */
.info {
  background: #fafafa;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.info-text p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333;
}

/* VALOR */
.price-box {
  margin-top: 30px;
  padding: 20px 25px;
  background: #ffffff;
  border-radius: 10px;
  border-left: 4px solid #e67e22;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.price-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.price {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
}

/* BOTÃO WHATSAPP */
.btn-whatsapp {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 22px;
  background: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}

/* INFO BOX */
.info-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

/* GALERIA */
.gal-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.gal-track {
  display: flex;
  gap: 15px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.gal-track img {
  width: 260px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

/* SETAS */
.gal-arrow {
  position: absolute;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.gal-left { left: -10px; }
.gal-right { right: -10px; }

/* LIGHTBOX */
#lb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lb-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

/* SETAS LIGHTBOX */
.lb-arrow {
  position: absolute;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.lb-left { left: 30px; }
.lb-right { right: 30px; }

/* FECHAR */
.lb-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVO */
@media(max-width: 768px){

  .hero h1 {
    font-size: 38px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .gal-arrow {
    display: none;
  }
}/* End custom CSS */