<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bigmap, #mapa-centro, #mapa-camino-ronda {
  width: 100%;
  height: 78vh;
  background-color: white!important;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-control-geosearch input, .results  {
  font-family: "IBM Plex Serif Regular",sans-serif;
}

.legend-title {
  font-family: "Guardian Sans Semibold",sans-serif;
  margin: 0.8em 0;
}

.color-legend {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
  align-items: center;
  justify-items: center;
  margin-bottom: 1.2em;
  font-family: "Guardian TextSans Regular",sans-serif;
  font-weight: 100;
}

.badge {
  font-size: 0.8em;
  padding: 0.6em 1em;
  border-radius: 4px;
}

.badge-1 {
  background-color: #00ceb6;
}

.badge-2 {
  background-color: #f8c46a;
}

.badge-3 {
  background-color: #c90022;
  color: white;
}

.badge-4 {
  background-color: #444444;
  color: white;
}

.__range input {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #d2d2d2;
  height: 3px;
  width: 100%;
  margin: 10px auto;
}

.__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #222222;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab; 
}  

.__range input::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #222222;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab; 
}

.__range input::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #222222;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab; 
}

.__range-step {
  position: relative;                
}

.__range-max {
  float: right;
}

.__range-step input::-webkit-slider-thumb {
  background: transparent;
}  

.__range-step input::-moz-range-thumb {
  background: transparent;
}

.__range-step input::-ms-thumb {
  background: transparent;
}

.__range-step datalist {
  position:relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  -webkit-user-select: none;        
  -moz-user-select: none;
  -ms-user-select: none;              
  user-select: none;
  pointer-events:none;  
}

.__range-step datalist option {
  width: 10px;
  height: 10px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;       
  padding:0;
  line-height: 40px;
}

.__range-step {
  margin: 0 10px;
}

option, .applicationForm__text {
  font-size: 0.7rem;
  font-family: "Guardian Textsans Regular",sans-serif;
}

.slider-container {
  margin-top: 0.6em;
}</pre></body></html>