body {
  background: linear-gradient(135deg, #b6babe 0%, #20262c 100%);
}

.bt-facebook {
  /* background: #034f9b; */
}

.bt-whatsapp {
  background: #039b38;
}

.bt-instagram {
  background: #df0057;
}

.bt-custom {
  border: 1px;
}
.bt-width {
  width: 40rem;
}

.map-container {
  max-width: 800px;
  width: 700px;
  height: auto;
  margin-top: 20px;
  padding: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-color: #f9f9f9;
  color: #3c484e;
}

.map-container iframe {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 300px;
}

@media (max-width: 767px) {
  .map-container {
    padding: 10px;
    width: 340px;
  }

  .map-container iframe {
    height: 300px;
  }
}
