.localizacao-bg {
  background-image: url("../img/bg-localizacao.4981b7baa025.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.75);
  min-height: 100vh;
  padding: 60px 0;
}

a {
  text-decoration: none;
}

a.text-warning:hover {
  color: #fff !important;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 10px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

footer {
  margin-top: 0 !important;
}

.localizacao-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.container {
  margin-bottom: 0;
  padding-bottom: 0;
}
