@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

html {
  font-size: 15px;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.text-primary {
  color: #0d6efd !important;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.filter-group {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  width: 300px;
  background: rgba(29, 46, 57, .90);
  color: #fff;
  border-radius: 2rem;
}

.filter-group .form-check-label img {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

.form-check-label {
  opacity: .4;
  cursor: pointer;
}

input.form-check-input[type]:checked+label {
  opacity: 1;
}

.form-check-input {
  display: none;
}

.separador {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 10px !important;
  margin-bottom: 10px;
}
.mapboxgl-popup-content {
  padding: 10px 20px !important;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}
.mapboxgl-popup-content p {
  margin: 0 !important;
  font-weight: 400 !important;
}
.mapboxgl-popup-close-button {
  background: black;
  color: white;
  margin-right: -10px;
  margin-top: -10px;
  border-radius: 50%;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgb(0 0 0 / 75%);
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
  .filter-group {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: none;
    border-radius: 0;
  }

  .filter-item {
    background: rgba(128, 128, 128, .64);
    margin: 5px 5px 0 0;
  }

  .filter-group .form-check-label img {
    display: none;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin-right: 0px;
  }

  .separador {
    border-bottom: none;
  }
}
