#map {
  height: 500px;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: flex;
  text-align: center;
}
#input-numero {
  width: 200px;
}
#insertMarkerInMap {
  width: 200px;
  height: 200px;
  background-color: brown;
  z-index: 999;
  position: absolute;
  background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  margin-top: -34px;
  height: 34px;
  width: 20px;
  display: none;
}
@media (max-width: 992px) {
  .desc_modal_mapa {
    color: #3e3e3e;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
  }
  .desc_modal_end {
    font-size: 0.7rem;
    line-height: 20px;
    display: inline;
    background: #eaeaea;
    border-radius: 5px;
    color: black;
    padding: 7px;
    display: none;
  }
}
@media (min-width: 993px) {
  .desc_modal_mapa {
    color: #3e3e3e;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
  }
  .desc_modal_end {
    font-size: 0.875rem;
    line-height: 20px;
    display: inline;
    background: #eaeaea;
    border-radius: 5px;
    color: black;
    padding: 7px;
    display: none;
  }
}