.elementor-20 .elementor-element.elementor-element-149077e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-1067a21{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-1067a21 */:root{
  --bg: #efe6e0;
  --card: rgba(255,255,255,.55);
  --stroke: rgba(121, 84, 66, .22);
  --text: #3e2c23;
  --muted: rgba(62,44,35,.78);
  --accent: #7a543f;
  --accent-2: #6c5b3a;
  --shadow: 0 18px 55px rgba(30, 18, 12, .12);
  --radius: 18px;
}

*{ box-sizing: border-box; }
body{
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* fundo “mármore” simples sem imagem */
  background-image:
    radial-gradient(1100px 500px at 20% 10%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(900px 420px at 90% 30%, rgba(255,255,255,.25), transparent 55%),
    radial-gradient(700px 360px at 50% 90%, rgba(255,255,255,.22), transparent 55%),
    linear-gradient(135deg, rgba(177,132,112,.22), rgba(214,176,154,.14));
}

.wrap{
  width: min(1080px, 92vw);
  margin: 0 auto;
}

.hero{
  padding: 56px 0 22px;
  text-align: center;
}
.hero h1{
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: .2px;
  margin: 0;
}

.contact-card{
  margin: 24px auto 44px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.map{
  height: 280px;
  border-bottom: 1px solid var(--stroke);
  background: rgba(255,255,255,.35);
}
.map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.9) contrast(.95);
}

.contact-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  padding: 26px;
}

.info{
  display: grid;
  gap: 18px;
}

.info-block{
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(121, 84, 66, .16);
  background: rgba(255,255,255,.34);
}

.info-title{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.info-title h2{
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.icon{
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(122, 84, 63, .10);
}

.info-text{
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.info-text a{ color: var(--accent); text-decoration: none; }
.info-text a:hover{ text-decoration: underline; }

.form-area{
  display: grid;
  gap: 14px;
  align-content: start;
}

.whatsapp{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(108, 91, 58, .18);
  border: 1px solid rgba(108, 91, 58, .25);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}
.whatsapp:hover{
  background: rgba(108, 91, 58, .24);
}
.wa-icon{
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(108, 91, 58, .18);
}

.form-card{
  border-radius: 16px;
  border: 1px solid rgba(121, 84, 66, .16);
  background: rgba(255,255,255,.34);
  padding: 16px;
}
.form-card h2{
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin: 4px 0 12px;
}

.form{
  display: grid;
  gap: 10px;
}
label span{
  display: block;
  font-size: 12px;
  color: rgba(62,44,35,.70);
  margin: 0 0 6px 2px;
}
input, textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(121, 84, 66, .20);
  background: rgba(255,255,255,.55);
  outline: none;
  font: inherit;
}
input:focus, textarea:focus{
  border-color: rgba(122, 84, 63, .55);
  box-shadow: 0 0 0 4px rgba(122, 84, 63, .12);
}

.btn{
  margin-top: 6px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover{ filter: brightness(1.05); }

.footer{
  margin-top: 26px;
  padding: 16px 0;
  background: rgba(122, 84, 63, .20);
  border-top: 1px solid rgba(121, 84, 66, .22);
}
.footer-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer small{ color: rgba(62,44,35,.80); }
.footer-links{
  display: flex;
  gap: 14px;
}
.footer-links a{
  color: rgba(62,44,35,.85);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.footer-links a:hover{ text-decoration: underline; }

@media (max-width: 860px){
  .contact-grid{
    grid-template-columns: 1fr;
  }
  .map{ height: 240px; }
  .footer-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */