

#map {
	width:100%;
	height: 100vh;
}


#map_s1 {
	width:100%;
	height: 100vh;
}
/*=============================================
	=               MAPA COM PONTOS               =
	=============================================*/

.point-map {
  width: 100%;
  height: 800px;
  margin-bottom: 20px;§
  z-index: 6;
  margin-top: 36px;
}
.point-map {
}
/*=====  End of MAPA COM PONTOS  ======*/

/*=============================================
	=                Leaflet Extras               =
	=============================================*/

/* Tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 12px;
  background-color: #fff;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  font-family: "ClientMono", monospace;
  font-size: 14px;
  font-weight: normal;
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-popup-content {
  font-family: "ClientMono", monospace;
  font-size: 14px;
  font-weight: normal;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #ffffff;
  color: #000000;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0);
}
/*=====  End of Leaflet Extras  ======*/
