
.iframe_mapa {
  width: 100%;
  min-height: 480px;
  height: auto;
  display: block;
  line-height: 0;
}

.iframe_mapa iframe {
  width: 100%;
  min-height: 480px;
  height: 55vh;
  max-height: 720px;
  display: block;
  border: 0;
}

#map {
  width:100%;
  height: 100%;
  display: inline-block;
  background: #414141;
}

/* Inicio: que el pie y el bloque contacto no queden recortados por el contenedor */
#footer.footer,
.body-inner > footer#footer {
  overflow: visible;
}
