.ordenacaoBotoes {
  display: flex;
  /* border: 1px solid #d1d1d1; */
  padding: 4px 12px;
  border-radius: 200px;
  justify-content: flex-end;
  color: #8a8a8a;
  padding-top: 0;
}

.ordenacaoBotoes a {
  text-decoration: none;
  color: #666;
  font-size: 15px;
  padding: 3px 8px;
  border-radius: 200px;
  border: 1px solid #d1d1d1;
}

.ordenacaoBotoes span {
  /*border: 1px solid #d1d1d1;*/
  display: flex;
  gap: 6px;
  /*padding: 4px 12px;*/
  border-radius: 200px;
  align-items: center;
}

a._imoveis-card__titulo {
  color: #444 !important;
}


._pagina__imoveis {
  padding: 25px 0;
}

._imoveis-filtros__widget {
  margin-bottom: 0.25em;
}

._imoveis-filtros__titulo {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #218875;
}

._imoveis-filtros__categorias select {
  height: 38px;
  padding: 5px 8px !important;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid #cacaca;
  background-color: #fff;
}

._imoveis-filtros__widget ._widget__titulo {
  padding: 0;
  line-height: 125%;
  margin-bottom: 3px;
}

._imoveis-filtros__categorias select:focus,
._imoveis-filtros__categorias select:focus-visible {
  border: 1px solid #cacaca;
}


._imoveis-filtros__preco2 input {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 8px !important;
  border: 1px solid #cacaca;
  height: 38px;
  border-radius: 8px;
  transition: 200ms;
  font-size: 1.1em;
}

._imoveis-filtros__preco2 input:focus,
._imoveis-filtros__preco2 input:focus-visible {
  border: 1px solid #cacaca !important;
}

.segmented-control__label:last-of-type {
  border: thin solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 0;
}

.t-neutral .segmented-control input[type=radio]:checked+label {
  background: #fff;
  border-color: #ff00f2;
  color: #fff;

  border-color: #218875 !important;
  background-color: #218875 !important;
}

._imoveis-filtros {
  display: flex;
  flex-direction: column;
  background-color: #eeeeee;
  padding: 15px;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/*MULTISELECTION*/


.multipleSelection {
  width: 100%;

}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  height: 38px;
  padding: 5px 8px !important;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid #cacaca;
  background-color: #fff;

  border-radius: 8px;
  transition: 200ms;
  font-size: 1.1em;

}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: normal;



}

#checkBoxes {
  display: none;

  box-sizing: border-box;
  padding: 12px;
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -5px;
}

#checkBoxes label {
  display: block;
  margin-bottom: 0.25em;
}

#checkBoxes label:hover {
  /* background-color: #4F615E; */
  background-color: transparent;
}


/* // MULTISELECTION */



@media(max-width:767px) {
  .mobileCenter {
    text-align: center;
  }
}

.valor-preco {
  font-size: 1.1em;
  color: #218875;
  font-weight: 700;

}

.valor-um {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.valor-dois {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cardImovel {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.cardImovel_foto {
  position: relative;
  width: 100%;
  height: auto;
}

.cardImovel_foto img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

@media(max-width:767px) {
  .cardImovel {
    margin-bottom: 15px;
  }

  .cardImovel_foto img {
    height: 200px;
  }
}

.cardImovel_infos {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 15px 15px 15px;
  background-color: #eeeeee;
  border-radius: 0 0 8px 8px;
}

.cardImovel_titulo {
  font-weight: 600;
  font-size: 1.25em;
  letter-spacing: -1px;
  color: #222;
  margin-bottom: 4px;
}

.cardImovel_destaque {
  position: absolute;
  left: 15px;
  top: 15px;
}

.cardImovel_negociacao {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgb(255, 255, 255, .95);
  padding: 2px 8px;
  border-radius: 6px;
  color: #222;
}

.cardImovel_caracteristicas .material-icons {
  font-size: 2em;
}

.cardImovel_caracteristicas .qtd {
  line-height: 115%;
  font-size: 1.2em;
}

.cardImovel_caracteristicas .icon {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
}

.cardImovel_valores {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.cardImovel_botao {
  background-color: #218875;
  padding: 6px 10px;
  color: #fff;
  border-radius: 8px;
}

.cardImovel_botao:hover {
  color: #fff !important;
}

.tagLocacao {
  font-weight: normal;
  color: gray;
  font-size: .85em;
  margin-left: 3px;
  line-height: 0;
}

@media(max-width:767px) {
  .cardImovel_caracteristicas .material-icons {
    font-size: 1.6em;
  }

  .cardImovel_caracteristicas .qtd {
    font-size: 1.1em;
  }

  .cardImovel_valores {
    letter-spacing: -1px;
    font-weight: 700;
  }

  .tagLocacao {
    font-size: .65em;
    letter-spacing: 0;
  }

}


.tagCodigoInterno {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px !important;
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 8px;
  line-height: 22px;
}


.botoesFavorito {
  position: absolute;
  right: 12px;
  top: 10px;
}

.botoesFavorito span {
  cursor: pointer;
}

.icone-novo {
  opacity: .65;
  max-height: 24px;
}















.paginacao {
  width: 100%;
  height: auto;
  padding: 2rem 0;
}

.paginacao-lista {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.paginacao-item {
  font-size: 1.65rem;
  background-color: #eeeeee;
  color: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 999px;
  line-height: 100%;
  width: 40px;
  height: 40px;
}

.active {
  background-color: #218875;
  color: #fff !important;
}



._imoveis-filtros__categorias select {
  text-transform: capitalize;
}