.onde-estamos-section {
  padding: 80px 0;
  text-align: center;
}

.onde-estamos-subtitle {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #002827;
}

.onde-estamos-title {
  font-size: 70px;
  font-family: 'Italiana', serif;
  margin: 20px 0;
  color: #002827;
}

.onde-estamos-address {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #002827;
  margin-bottom: 70px;
}

.onde-estamos-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 80px;
}

.onde-estamos-buttons a:hover {
  text-decoration: none;
  color: #7b4f33;
}

.onde-estamos-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #002827;
  text-decoration: none;
  border: 2px solid #002827;
}

.onde-estamos-btn i {
  font-size: 18px;
}

.onde-estamos-mapa {
  width: 100%;
  height: 600px;
}

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