.invisible-filter {
  height: 280px;
  width: 100%;
}

.features-actions-box {
  display: flex;
  width: 46px;
  justify-content: space-between;
  align-items: center;
}

.box-min {
  width: 129.5px;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 11px;
  position: relative;
}

.field-row {
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.field-row.field-row-last {
  margin-bottom: 0px;
}

.button-do-search {
  position: absolute;
  right: 0.75rem;
  bottom: -48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 46px;
  padding: 0px;
  background-color: #c6ae64;
  cursor: pointer;
  border-radius: 8px;
}

.clear-filters {
  right: 394px;
  background-color: #FFF;
  width: auto !important;
  height: auto !important;
  padding: 2px 6px;
  border: 1px solid #181c28;
  border-radius: 10px;
  bottom: -40px;
}

.more-filters {
  right: 220px;
  width: auto !important;
  height: auto !important;
  padding: 2px 6px;
  border: 1px solid #181c28;
  border-radius: 10px;
  background-color: #FFF;
  bottom: -40px;
}

.show-map {
  right: 215px;
  background-color: #FFF;
  width: auto !important;
  height: auto !important;
  padding: 2px 6px;
  border: 1px solid #181c28;
  border-radius: 10px;
  bottom: -48px;
}

.searchView.more-filters {
  right: 220px;
}

.searchView.clear-filters {
  right: 400px;
}


.more-filters span, .clear-filters span, .show-map span{
  font-family: 'Avenir LT Heavy', sans-serif;
}

.more-filters .search-labels {
  display: inline;
  font-family: 'Avenir LT Medium', sans-serif;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.more-filters .button-do-search-text,
.clear-filters .button-do-search-text,
.show-map .button-do-search-text{
  font-family: 'Avenir LT Book', sans-serif;
  font-size: 14px;
  text-align: center;
}

.button-do-search-text {
  position: static;
  font-family: 'Avenir LT Heavy', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.filter-features {
  width: 200px;
  background-color: transparent;
}

.box-min-max {
  display: flex;
  width: 100%;
  height: 48px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.filter-where {
  width: 120px;
  height: 80px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
}

.detail-search-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.detail-search-box-title-bg {
  position: relative;
  background-color: inherit;
}
.detail-search-box--light .detail-search-box-title-bg {
  background-color: #ececec;
}

.detail-search-box-title-container {
  position: absolute;
  bottom: 0;
  left: -99999px;
  display: inline-block;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 99999px;
  border-top-right-radius: 1.25rem;
  margin-left: 0.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.detail-search-box--light .detail-search-box-title-container {
  position: initial;
  display: block;
  padding: 0.75rem 0.5rem 0;
  border-radius: 0;
  margin: 0;
  background-color: inherit;
}
/*@media (min-width: 1200px) {*/
/*  .detail-search-box-title-container {*/
/*    padding-right: 2.5rem;*/
/*    margin-left: 1.25rem;*/
/*  }*/
/*  .detail-search-box--light .detail-search-box-title-container {*/
/*    padding-left: 1.25rem;*/
/*    padding-right: 1.25rem;*/
/*  }*/
/*}*/

.detail-search-box-title-area {
  width: 580px;
  height: 30px;
}

.detail-search-box-title-area-title {
  padding: 0;
  border: none;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-family: 'Avenir LT Heavy', sans-serif;
  text-transform: uppercase;
}

.detail-search-box-filters-bg {
  height: 100%;
  padding: 0.75rem 0 1.75rem;
}

.detail-search-box-container {
  padding: 0 0.5rem;
}
/*@media screen and (min-width: 1200px) {*/
/*  .detail-search-box-container {*/
/*    padding: 0 1.25rem;*/
/*  }*/
/*}*/

.detail-search-box-container-header {
  height: 30px;
}

.filter-stage {
  width: 134px;
  height: auto;
  background-color: transparent;
}

.value-min-max {
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 13px;
}

.filter-area {
  width: 290px;
  background-color: transparent;
}

.detail-search-box-container-body {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.box-max {
  width: 129.5px;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 11px;
  position: relative;
}

.button-min-max {
  display: flex;
  width: 19px;
  height: 19px;
  justify-content: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 20px;
}

.radio {
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 20px;
  background-image: url('/images/radio-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.radio.radio-selected {
  background-image: url('/images/radio-white-selected.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.filter-purpose {
  width: 145px;
  height: auto;
  background-color: transparent;
}

.box-min-max-separator {
  width: 1px;
  height: 39px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.label-min-max {
  font-family: 'Avenir LT Heavy', sans-serif;
  color: #fff;
  font-size: 12px;
}

.field-row-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.search-labels {
  background-color: transparent;
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  font-weight: lighter;
}

.search-labels.search-labels-title,
.search-labels.search-labels-selected {
  font-family: 'Avenir LT Heavy', sans-serif;
}

.search-labels.search-labels-title {
  margin-bottom: 20px;
}

.search-labels.search-labels-title.search-labels-title-area-filter {
  margin-bottom: 10px;
}

.radio-bg {
  display: flex;
  width: 85%;
  height: 85%;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.filter-kind-of {
  width: 180px;
  background-color: transparent;
}

.button-min-max,
.filter-where,
.field-row {
  cursor: pointer;
}

.filter-search-input-values {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 13px;
  padding: 20px 11px 0px 11px;
  outline: none;
}

.filter-search-input-values::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 13px;
  opacity: 1; /* Firefox */
}

.filter-search-input-values:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 13px;
}

.filter-search-input-values::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  font-size: 13px;
}

/*@media screen and (max-width: 768px) {*/
/*  .field-row {*/
/*    display: block;*/
/*    margin-right: 10px;*/
/*    float: left;*/
/*  }*/
/*  .button-do-search {*/
/*    bottom: -68px;*/
/*  }*/
/*  .detail-search-box {*/
/*    display: none;*/
/*  }*/
/*  .filter-features {*/
/*    display: none;*/
/*  }*/
/*  .box-min-max {*/
/*    margin-bottom: 7px;*/
/*  }*/
/*  .filter-where {*/
/*    position: absolute;*/
/*    left: auto;*/
/*    top: 11px;*/
/*    right: 0%;*/
/*    bottom: auto;*/
/*    width: 260px;*/
/*    height: auto;*/
/*  }*/
/*  .filter-stage {*/
/*    overflow: hidden;*/
/*    width: 70%;*/
/*  }*/
/*  .detail-search-box-title-area-title {*/
/*    padding-left: 0px;*/
/*  }*/
/*  .filter-area {*/
/*    position: absolute;*/
/*    left: auto;*/
/*    top: 68px;*/
/*    right: 0%;*/
/*    bottom: auto;*/
/*    width: 263px;*/
/*  }*/
/*  .detail-search-box-container-body {*/
/*    display: block;*/
/*    padding-top: 10px;*/
/*  }*/
/*  .radio {*/
/*    display: inline-block;*/
/*  }*/
/*  .filter-purpose {*/
/*    overflow: hidden;*/
/*    width: 70%;*/
/*    height: auto;*/
/*  }*/
/*  .search-labels {*/
/*    display: inline-block;*/
/*  }*/
/*  .search-labels.search-labels-title {*/
/*    display: block;*/
/*    margin-bottom: 5px;*/
/*  }*/
/*  .search-labels.search-labels-title.search-labels-title-area-filter {*/
/*    margin-bottom: 0px;*/
/*  }*/
/*  .filter-kind-of {*/
/*    overflow: hidden;*/
/*    width: 70%;*/
/*  }*/

/*  .button-do-search.w-button.show-filters {*/
/*    width: 130px;*/
/*    height: 38px;*/
/*    background-image: url('/images/filter-icon.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 20px 20px;*/
/*    background-position: top 8px left 11px;*/
/*    padding-left: 23px;*/
/*  }*/

/*  .button-do-search.w-button.show-filters .button-do-search-text {*/
/*    font-family: 'Avenir LT Book', sans-serif;*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*  .detail-search-box {*/
/*    display: none;*/
/*  }*/
/*}*/

.detail-search-box--light .detail-search-box-title-area-title,
.detail-search-box--light .search-labels {
  color: #181c28;
}

.detail-search-box--light .radio {
  background-image: url('/images/radio-black.svg');
}

.detail-search-box--light .detail-search-box-container-header {
  display: none;
}

.detail-search-box--light .detail-search-box-filters-bg {
  background-color: #ececec;
}

.detail-search-box--light .filter-where {
  border-bottom: 1px solid rgb(207, 189, 189);
}

.detail-search-box--light .radio.radio-selected {
  background-image: url('/images/radio-black-selected.svg');
}

.detail-search-box--light .box-min-max {
  border-color: rgb(207, 189, 189);
}

.detail-search-box--light .box-min-max-separator {
  background-color: #c9c9c9;
}

.detail-search-box--light .label-min-max {
  color: #181c28;
}

.detail-search-box--light .value-min-max {
  color: #181c28;
}

.detail-search-box--light .filter-search-input-values {
  color: #181c28;
}

.detail-search-box--light .filter-search-input-values::placeholder {
  color: #181c28;
}

.detail-search-box--light .filter-search-input-values:-ms-input-placeholder {
  color: #181c28;
}

.detail-search-box--light .filter-search-input-values::-ms-input-placeholder {
  color: #181c28;
}

.detail-search-box--light.detail-search-box {
  position: relative;
  height: auto;
}

.detail-search-box--light .button-do-search.more-filters {
  right: 237px;
}

.detail-search-box--light .button-do-search.more-filters.mapOpen {
  right: 61%;
  bottom: -109px;
  width: 130px;
}


.detail-search-box--light .button-do-search {
  right: 50px;
  width: 163px;
}

.detail-search-box--light .button-do-search .button-do-search-text {
  font-size: 14px;
}

.detail-search-box--light .button-do-search.clear-filters {
  right: 390px;
}
.detail-search-box--light .button-do-search.clear-filters.mapOpen {
  right: 51%;
  bottom: -109px;
}

.detail-search-box--light .button-do-search.mapOpen {
  right: 51%;
}



.search-labels-button {
  background-color: rgba(255, 255, 255, 0.2);
  font-family: 'Avenir LT Book', sans-serif;
  color: #fff;
  line-height: 18px;
  text-transform: none;
  font-weight: lighter;
  height: 30px;
  width: 170px;
  font-size: 15px;
  border-radius: 0.5em;
  outline: none;
}

.detail-search-box--light .search-labels-button {
  color: #181c28;
  border: 1px solid #181c28 !important;
}

.search-labels-button-selected {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
}

.detail-search-box--light .search-labels-button-selected {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
}

.react-dropdown-select {
  width: 100% !important;
  border: 1px solid #FFF !important;
  border-radius: 0.5em !important;
  outline: none;
  cursor: pointer !important;
}

.detail-search-box--light .react-dropdown-select{
  border: 1px solid #181c28 !important;
}

.react-dropdown-select input{
  color: #FFF;
  font-size: 15px;
  font-family: 'Avenir LT Book', sans-serif;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 1px;
}

.detail-search-box--light .react-dropdown-select input{
  color: #181c28;
}

.react-dropdown-select input::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

.react-dropdown-select input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.react-dropdown-select input::placeholder {
  color: #FFF;
}


.detail-search-box--light .react-dropdown-select input::-webkit-input-placeholder { /* Edge */
  color: #181c28;
}

.detail-search-box--light .react-dropdown-select input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #181c28;
}

.detail-search-box--light .react-dropdown-select input::placeholder {
  color: #181c28;
}

.react-dropdown-select-content {
  color: #FFF;
  font-size: 15px;
  font-family: 'Avenir LT Book', sans-serif;
}

.detail-search-box--light .react-dropdown-select-content {
  color: #181c28;
}

.react-dropdown-select-dropdown-handle {
  color: #FFF;
}

.detail-search-box--light .react-dropdown-select-dropdown-handle {
  color: #181c28;
}

.onde{
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3)
}

.detail-search-box--light .onde{
  border-bottom: 1px solid hsla(225, 25%, 13%, 0.3)
}

.react-dropdown-select-dropdown {
  top: 35px !important;
  left: 0px !important;
  border: none !important;
}

.react-dropdown-select-item{
color: rgb(60,60,60);
font-size: 15px;
font-family: 'Avenir LT Book', sans-serif;
}

.react-dropdown-select-item:hover{
background-color: rgba(0,0,0,0.08) !important;
}

.react-dropdown-select-item-selected {
color: #FFF !important;
background-color: #aaa !important;
}

.react-dropdown-select-item-selected:hover {
color: #FFF !important;
background-color: #aaa !important;
}

.select-kind-ofs .react-dropdown-select-dropdown {
width: 250px !important;
}

.novo-input-com-select .react-dropdown-select-dropdown {
  width: 140px !important;
}

.select-values {
  width: 140px !important;
}

.select-values .react-dropdown-select-dropdown {
  width: 170px !important;
}

.select-purpose .react-dropdown-select-dropdown {
  width: 179px !important;
}




.novo-input-com-select .react-dropdown-select-content span{
  color: transparent;
}

.novo-input-com-select{
  width: 500px;
}

.input-custom-filter {
  width: 100px;
  height: 34px;
  border: none;
  background-color: transparent;
  outline: none;
  color: #FFF;
  font-size: 15px;
  font-family: 'Avenir LT Book', sans-serif;
  position: absolute;
  top: 2px;
  left: 0px;
  padding: 5px;
}

.detail-search-box--light .input-custom-filter {
  color: #000000;
}

.detail-search-box--light .input-custom-filter::placeholder {
  color: #000000;
}

.input-custom-filter::placeholder {
  color: #FFF;
}

.div-custom-filter{
  width: 140px;
  outline: none;
  height: 36px;
  position: relative;
}

#homeView{
  z-index: 99;
}
