 body { overflow: hidden;}
   .page-footer { z-index: 999;
   display:none
   }

 #mapa {
    width: 100%;
    height: calc(100vh - 18em);
    position: relative;
    /* top: 80px; */
    /* left: 0; */
    z-index: 1;
}

   /*.leaflet-control-scale { margin-bottom: 20px !important; margin-left: 10px !important; }*/
   .ocultar { height: 0 !important; overflow-Y: hidden !important; opacity: 0 !important; }
   #leyenda {
      z-index: 100;
      width: 140px;
      height: auto;
      position: fixed;
      left: 10px;
      bottom: 60px;
      border: 2px solid rgba(0,0,0,0.2);
      border-radius: 5px;
      font-size: 0.85em;
      padding: 10px 10px 0 10px;
   }
   .itemleyenda { display: flex; align-items: center; padding-bottom: 6px}
   .itemleyenda img { margin-right:10px; width:16px; }

   .pie-pagina {margin-bottom:0}

   .acess-container {
		display: none !important;
	}
