.dispose__title {
  width: 100%;
  margin: 40px 0px;
  text-transform: uppercase;
  color: #1A2533;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title__descarte {
  margin: 0;
  width: 147px;
  font-weight: 500;
  font-size: 30px;
  line-height: 12px;
  border-bottom: 8px solid #CBD42F;
}

.title__aqui {
  margin: 0;
  font-size: 42px;
  line-height: 38px;
  color: #1A2533;
}

.dispose__filters {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 50px 0px;
}

.filter__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter__image {
  width: 55px;
  height: 55px;
  border: 2px solid #DFE5EE;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filter__title {
  width: 168px;
  text-align: center;
  margin: 8px;
  font-size: 11px;
  text-transform: uppercase;
  color: #1A2533;
  font-weight: bold;
}

.filter__container.active .filter__image {
  border-color: #CBD42F;
  transition: all 0.3s ease;
}

.filter__container.active .filter__image i {
  color: #CBD42F;
}

#map { 
  height: 450px;
  width: 1160px;
  z-index: 1;
}

.map__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 992px) {
  .filter__title {
    width: 80px;
    text-align: center;
    margin: 8px;
    font-size: 11px;
    text-transform: uppercase;
    color: #1A2533;
    font-weight: bold;
  }
}

#map {
  height: 500px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-self: start;
}

#filters {
  position: relative;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  max-width: 200px;
  max-height: 220px;
  overflow-y: auto;
  margin: 20px 20px 0 0;
}

#filters select {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.filters__container {
  display: none;
}

.filter__button {
  position: relative;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  z-index: 999;
  width: 60px;
  height: 60px;
  margin: 20px 20px 0 0;
}

.filter__button i {
  font-size: 26px;
  color: #1A2533;
}