.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;
}

._imoveis-card__botoa-verdetalhes {
  color: #fff !important;
}




.t-neutral .segmented-control input[type=radio]:checked+label {
  background: #13265c;
  border-color: #13265c;
  color: #fff;
}


._imoveis-filtros__botao button {
  width: 100%;
  border: none;
  padding: 1rem;
  border-radius: 12px;
  background-color: #13265c;
  color: #fff;
  min-height: 58px;
}



.tag-codigo-imoveis {
  position: absolute;
  top: 22px;
  right: 22px;
}

._imoveis-card__fotos {
  position: relative !important;
}

@media(max-width:991.98px) {
  ._imoveis-card__botoa-verdetalhes {
    display: none;
  }
}



.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: #13265c;
  color: #fff !important;
}