.lista .box-leilao header img {
  height: 210px;
}
.detalhe-lote .col-imagens-lote {
  margin-bottom: 5px;
}
table.tb_detran {
  width: 95%;
}
table.tb_detran tr {
  width: 100%;
  text-align: center;
  border: 1px solid #e2e6e7;
  font-size: 11px;
}
table.tb_detran tr:nth-child(odd) {
  background: #ddd;
  color: #000;
}
table.tb_der215 {
  width: 95%;
}
table.tb_der215 tr {
  width: 100%;
  text-align: center;
  border: 1px solid #e2e6e7;
  font-size: 11px;
}
table.tb_der215 tr:nth-child(odd) {
  background: #ddd;
  color: #000;
}
.lista form select{
  width: 130px;
}
.detalhe-leilao .lotes-leilao main article header {
  margin-top: 5px;
}
.detalhe-leilao .lotes-leilao main article header img {
  width: 100%;
  max-height: 220px;
}
.filtro-categorias > li{
  width: 24%;
}
.infos-do-leilao > .col-sm-3 > .img-bordered-top{
  width: 100%;
}
.col-imagens-lote .flag-status{
  position: absolute;
    top: 23px;
}
.destaques .destaque .feature .feature-left img{
  height: 218px;
}
.lista .box-leilao section .leilao-data .leilao-status .status span {
  background: #ef7f2d;
  border: 1px solid #a57a24;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.lista .box-leilao section .leilao-data .leilao-status .status span:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-aberto span {
  background: #4e9d2d;
  border-color: #3a841b;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-loteamento span {
  background: #f19800;
  border-color: #dd8b00;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-suspenso span {
  background: #0070ab;
  border-color: #00517d;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-direto span {
  background: #8b66a5;
  border-color: #86639f;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-encerrado span {
  background: #e5252b;
  border-color: #e00109;
}
.filtro-categorias {
  display: flex;
}
.filtro-categorias > li{
  flex: 1;
  width: unset;
}

@media screen and (max-width:500px){
  .hidden-xs{
    display: none !important:;
  }
}
.lista-leilao article:nth-child(4n+1) {
  clear: both;
}
.word-colored:hover{
  color: #fff !important;
}