*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body { 
    background-image: url(img/bg_fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Changa';font-size: 14px;
    /*font:14px/1.5 Changa, sans-serif;*/
    /*background-attachment: fixed;
    background-color: #FEF0DA;*/
}

ul {
  margin: 10px;
  padding: 0;
  list-style-type: none;
}

label {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  cursor: pointer;
}

#map {
  width: 100%;
  height: 100%;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.layers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.leaflet-marker-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  box-shadow: 0px 0px 10px rgba(0, 132, 255, 1);
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 10px;
}

.dependencias,
.dependencias.search-tip b,
.dependencias.leaflet-marker-icon {
  background: #be4dff;
}

.parques_recreativos_acuaticos,
.parques_recreativos_acuativos.search-tip b,
.parques_recreativos_acuativos.leaflet-marker-icon {
  background: #ff8146;
}

.espacios_deportivos,
.espacios_deportivos.search-tip b,
.espacios_deportivos.leaflet-marker-icon {
  background: #ff3939;
}

.bibliotecas,
.bibliotecas.search-tip b,
.bibliotecas.leaflet-marker-icon {
  background: #4B0000;
}

.casas_de_cultura,
.casas_de_cultura.search-tip b,
.casas_de_cultura.leaflet-marker-icon {
  background: #074B00;
}

/* checkbox */
input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555555;
  background-clip: content-box;
  padding: 3px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #525252;
}

.layer-element > span {
  border: 1px soslid red;
}
