/* Wrapper do mapa */
.mapa-wrapper-mariz {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px !important;
}

.mapa-container-mariz {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #eff1f0;
  border-top: none;
  z-index: 1;
}

.mapa-container-mariz iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}

.mapa-container-mariz.ativo {
  height: 400px;
}
