.btnRegiao {
  background-color: #fff;
  color: black;
  border: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  height: 22px;
  vertical-align: middle;
}

.inputRegiao {
  background-color: #fff;
  border: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  height: 22px;
  vertical-align: middle;
  color: black;
}

.btnRegiaoPopup {
  background-color: #fff;
  color: black;
  border: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 2px;
}

.inputRegiaoPopup {
  border-radius: 2px;
  background-color: #fff;
  border: 0px;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.texto-imovel {
  color: white;
  font-size: 38px;
  border-top: 3px solid;
  padding-top: 10px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn-secondary {
  padding: 1px 6px;
  font-size: 12px !important;
  line-height: 1.5;
  margin: 4px;
}

@media (max-width: 400px) {
  .w50 {
    display: none;
  }
}

@media (max-width: 576px) {
  .w50 {
    display: none;
  }
}

@media (max-width: 990px) {
  .w50 {
    display: none;
  }
}

@media (min-width: 992px) {
  .highlighted-wrapper .filter-wrapper {
    margin-top: 0px;
    padding: 20px 0px;
    position: relative;
  }

  .highlighted-wrapper .filter-wrapper .inner {
    height: 336px;
  }
}

@media (min-width: 1200px) {
  .mascara-video {
    width: 100%;
    background: transparent;
    position: absolute;
  }
  .highlighted-wrapper .filter-wrapper {
    position: absolute;
    margin-top: -570px;
    width: 100%;
  }
  .area-video {
    height: 750px;
  }
  .highlighted-wrapper .filter-wrapper .inner {
    height: 145px;
  }
}

@media (min-width: 1680px) {
  .highlighted-wrapper .filter-wrapper {
    position: absolute;
    margin-top: -800px;
    width: 100%;
  }

  .area-video {
    height: 1070px;
  }

  .mascara-video {
    height: 1070px;
  }
}

.h60 {
  height: 60px !important;
}
.w50 {
  width: 50px !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.chat-whats {
  position: fixed;
  bottom: 0px;
  right: 35px;
  cursor: pointer;
  overflow: hidden;
  width: 300px;
  border-radius: 5px;
  cursor: pointer !important;
  animation: magnify-open 1.5s forwards !important;
  padding: 20px;
}
.chat-whats h5 {
  font-weight: bold;
  font-size: 18px;
}
.chat-whats p {
  font-size: 14px;
  color: silver;
  line-height: 14px;
}
.chat-whats img {
  width: 61px !important;
  float: right;
}

.header {
  background-color: #000;
}

.text-dark {
  color: #000 !important;
}

.text-lgpd {
  line-height: 10px;
}

.texto-cookies a:hover {
  color: #000;
}
.show {
  display: block;
}
.aceitar-cookies {
  color: white;
  background-color: #000;
  text-align: center;
  margin: 9px 5px 0px 10px;
  padding: 10px 5px;
  border-radius: 3px;
  cursor: pointer;
}
.texto-cookies {
  color: #000;
  padding: 5px 5px;
  margin: 0px;
}
.aviso-cookies {
  color: black;
  z-index: 999;
  position: fixed;
  bottom: 5px;
  left: 15%;
  width: 70%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px;
  background: #fff;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  .aviso-cookies {
    z-index: 999;
    bottom: 0px !important;
    margin-bottom: 0px !important;
    left: 0px;
    width: 100% !important;
    border-radius: 0px;
    padding: 20px;
  }
}

.highlighted {
  background-color: #c89848 !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 55.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.bg-light-gray {
  background: #5e5e5e;
}
.aluguel {
  padding-top: 0;
  padding-bottom: 100px;
}
.aluguel img {
  max-width: 100%;
}
