html {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

body {
    height: 100%;
    width: 100%;
    overflow: scroll;
    /* padding-top: 0px;
    padding-bottom: 0px; */
}

#map {
    /* height: 100%;
    width: 100%; */
    /* height: 80%; */

}

.footer {
    /* position: absolute;
    bottom: 0;
    width: 100%; */
    /* Set the fixed height of the footer here */
    /* height: 20px;
    background-color: #3e3a96; */
}

/* Custom page CSS
      -------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container .text-muted {
    margin: 10px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* #texto {
    position: absolute;
    z-index: 1000;
    width: 20%;
    right: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    bottom: 0%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    text-align: justify;
} */

.leaflet-container .leaflet-control-mouseposition {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin: 0;
    color: #333;
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* remove label background elements */
.leaflet-tooltip.etiquetas {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    font-weight: bold;
    font-size: 8px;
    text-shadow: 1px 1px 2px #f5f3f300, 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(0, 0, 0);
}

.text-sm {
    font-size: .875rem !important;
}



