body { 
  padding-top: 40px; margin: 0 auto; /* Centraliza o conteúdo */ overflow-x: hidden;  font-family: 'Roboto', sans-serif; /* texto normal, clean */
  background-color: #f8f8f8;
  background-image: url('Patterns/what-the-hex.png');
  background-repeat: repeat;
  background-size:auto;

}
.hero {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
              url('business-deal-7954355_1920.jpg') center/cover no-repeat;
  height: 80vh;
}
.btn-warning { background-color: #c7a008; border: none; }
.btn-warning:hover { background-color: #a88500; }
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.contato{
  color: white;
}

#areas img {
  max-height: 500px;
  object-fit: cover;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif; /* títulos sofisticados */
}

.lv {
  height: 500px;/*Altura da linha*/
  border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
  border-color: gainsboro;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

.modal-content {
  border-width: 2px;
}
.modal-header {
  font-family: 'Playfair Display', serif; /* combina com seu novo estilo */
}
.modal-body {
  font-size: 0.95rem;
  line-height: 1.6;
}


