.legendario {
        text-align:center;
        font-weight:bold;
        display:inline-block;
    }

html, body, #container { height: 100%; background-color: white;}
/* #mapContainer { height: 50%} */
#map {width: 100%; height: 500px}
#inConsole i {cursor: pointer}
.leaflet-top {top: 50px !important}
.leaflet-top, .leaflet-bottom {
    z-index: 800 !important;
}

.sidenav-trigger{
    margin-top: -15px !important;
}
.sidenav-trigger i {
    color:#9D9D9D !important;
}

nav i {
    transition: color 0.5s;
    -webkit-transition: color 0.5s ;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s; 
  }
  nav i:hover {
    color: #FFF !important;
  }

  


@media all and (min-width: 800px) { 
    .modal {
        width: 800px !important ;
        height: 600px !important ;
    }
}


 @media all and (max-width: 800px) { 
    .modal {
        display:block;
        /* min-height: 450px !important; */
        width: 50vh !important;
        height: 120vh !important;
    }
} 

.nav-wrapper {background-color: #30373D !important}
.nav-wrapper ul li.active {background-color: rgba(255,255,255,0.5) !important;}

.nav-wrapper ul li:hover {background-color: #616161 !important;}