.img-location img {
  width: 100%;
  margin: 10px;
  border-radius: 10px;
  object-fit: cover;
}

.img-location {
  padding-right: 60px;
}

.title-location {
  text-align: center;
  font: italic normal bold 16px/19px Montserrat;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
  margin-top: 50px;
}

.search-box {
  border-bottom: solid 1px #9e9e9e;
  margin-bottom: 30px;
  display: flex;
}

.search-box .search-input {
  all: unset;
  margin-left: 10px;
  width: 100%;
}
.search-box .search-input::placeholder {
  font-family: "Montserrat-italic";
  font-size: 16px;
  letter-spacing: 0px;
  color: #9e9e9e;
  opacity: 1;
}

.search-box .fa-search {
  color: #9e9e9e;
}

.checkbox-city input {
  border: 1px solid #9e9e9e;
  opacity: 1;
  margin: 0 5px;
}
.checkbox-city label {
  color: #616161;
  font-size: 14px;
}

.checkbox-city input[type="checkbox"]:checked + label {
  color: #212121;
  font-weight: bold;
}

.btn-location {
  text-align: right;
  font: normal normal 600 16px/19px Montserrat;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
}

.btn-location:hover {
  color: #0c86eb;
}

@media (min-width: 376px) and (max-width: 575px) {
  .checkbox-city label {
    font-size: 12px;
  }
}

/* device sm */
@media (min-width: 576px) {
  .checkbox-city label {
    font-size: 12px;
  }
}
