.container_map {
    display: flex;
    justify-content: center;
  }
  
  #map {
    display: block;
    height: 100vh;
    width: 100vw;
  }
  .mapboxgl-popup-content .info {
    font-size: 18px;
    padding    : 10px;
    font-weight: 600;
}

.marker {
  border             : none;
  cursor             : pointer;
  height             : 50px;
  width              : 50px;
  /* background-image: url(marker.png); */
}


.mapboxgl-popup-close-button:hover {
  background-color: none;
  font-size: 30px;
}

.mapboxgl-popup-close-button {
  transition: 1s all;
  right: 0px;
  top: -20px;
  font-size: 25px;
  color: #fff;
  border-radius: 50px;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib{
  display: none;
}

.mapboxgl-popup-content {
  font   : 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
  padding: 0;
  min-width: 380px;
  width  : 380px;
  border-radius: 10px;
  background: rgba(147, 154, 170, 0.8);
  backdrop-filter: blur(7.5px);
  color: white;
}

.mapboxgl-popup-content h4 {
  font-size: 20px;
  background   : #00ABA1;
  color: white;
  margin       : -15px 0 0;
  padding      : 10px;
  border-radius: 10px 10px 0 0;
  font-weight  : 700;
}

.mapboxgl-popup-content .info {
  font-size: 18px;
  padding    : 10px;
  font-weight: 600;
}

.mapboxgl-popup-content div {
  padding: 10px;
}


.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
  border-bottom-color: #00ABA1;
}



canvas{
  /* height: 80vh!important; */
  width: 100%!important;
}

.pedirCitaMap{
  background-color: #00ABA1; 
  border: none;
  border-radius: 10px;
  color: white!important;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}