/* Positioning the listDiv */
#listDiv {
  position: relative;
  width: 90%;
  margin: 0 auto;
  top: 100px;
} 
#alerta {
  position: absolute;
  /*width: 300px;
  height: 200px;*/
  z-index: 15;
  bottom: 10%;
  left: 50%;
  /*margin: -100px 0 0 -150px;
  background: red;*/
}
.logo {
  position: absolute;
  bottom: 35px;
  left: 10px;
  z-index: 1; /* Asegura que el logotipo esté sobre el mapa */
  width: 50px; /* Ajusta el tamaño del logotipo */
  height: auto;
}
