#map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background: #000;
}

.container-map {
  height: calc(100%);
  position: absolute;
  overflow: auto;
  z-index: 1;
  top: 0px;
  width: calc(100% - 0px);
  left: 0;
  padding: 0;
  margin: 0!important;
  height: calc(100% - 111px);
    top: 60px;
    overflow: hidden;
}

.leaflet-control-container{
  display: none;
}

/* menu map */
.menu-map  {
  width: 100%;
  top: 0;
  height: 60px;
  position: fixed;
  align-items: center;
  display: block;
  z-index: 10;
}

.menu-map .navbar{
	text-align: center;
    background: rgba(0,0,0,0.7);
    height:60px;
    margin: auto;
	width: 150px;
	height:	100%;
	border-radius: 4px;
	border-radius: 4px;
    height: calc(100vh - 50px);
}