@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
/*///////////////////
Fontes
///////////////////*/
@font-face {
  font-family: "SFProText-Regular";
  src: local(SFProText-Light), url(fontes/SFProText-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "SFProText-Regular";
  src: local(SFProText-Medium), url(fontes/SFProText-Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SFProText-Regular";
  src: local(SFProText-Regular), url(fontes/SFProText-Regular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "SFProText-Regular";
  src: local(SFProText-Semibold), url(fontes/SFProText-Semibold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "SFProText-Regular";
  src: local(SFProText-Bold), url(fontes/SFProText-Bold.ttf);
  font-weight: 700;
}
/*///////////////////
Colors
///////////////////*/
/*///////////////////
Variables
///////////////////*/
/*///////////////////
Buttons
///////////////////*/
.button-default {
  background: #990000;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 9px 17px;
}
.button-default:hover {
  text-decoration: none;
}
.buttons-top {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #710000;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 5.5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}
.buttons-top:hover {
  background-color: #990000;
  color: #ffffff;
  text-decoration: none;
  border-color: #990000;
}
.btn-edital {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #710000;
  color: #505050;
  display: inline-block;
  padding: 7px 27px;
}
.btn-edital:hover {
  color: #505050;
  text-decoration: none;
}
.btn-edital::before {
  background: url('../imagens/sprite-agenda.png') no-repeat -94px 0;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
}
.btn-info {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #710000;
  color: #505050;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
}
.btn-info:hover {
  color: #505050;
  text-decoration: none;
}
.btn-info::before {
  background: url('../imagens/sprite-agenda.png') no-repeat -141px 0;
  content: '';
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  height: 24px;
  margin-right: 7px;
}
.btn-situ {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #710000;
  color: #505050;
  display: inline-block;
  padding: 7px 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-docs {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #710000;
  color: #505050;
  display: inline-block;
  padding: 7px 15px 7px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-docs:hover {
  color: #505050;
  text-decoration: none;
}
.btn-docs::before {
  background: url('../imagens/sprite-home.png') no-repeat -338px -3px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
/*///////////////////
Default
///////////////////*/
.word-colored {
  color: #710000;
}
.word-colored:hover {
  color: #990000;
  text-decoration: none;
}
.word-green {
  color: #39813f;
}
.back-default {
  background: #990000;
  border: 1px solid #710000;
}
.list-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-inline > li {
  display: inline-block;
}
.slick-dots-banner,
.slick-dots-destaque {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots-banner li,
.slick-dots-destaque li {
  display: inline-block;
}
.slick-dots-banner li button,
.slick-dots-destaque li button {
  background: #e8ebf3;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 16px;
  line-height: 0;
  margin: 0 5px;
  width: 16px;
}
.slick-dots-banner li.slick-active button,
.slick-dots-destaque li.slick-active button {
  background: #a0a0a0;
}
h1.section-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
h1.section-title::after {
  background: #e5e5e5;
  bottom: -3px;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  width: 92px;
}
h1.section-title.no-line {
  border: none;
  padding-bottom: 0;
}
h1.section-title.no-line:after {
  display: none;
}
h2.section-title {
  font-size: 20px;
}
h2.title-cadastro {
  background: #505050;
  border-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin: 40px 0 30px;
  padding: 20px 0;
  text-align: center;
}
.linha-divisoria {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
.linha-divisoria::after {
  background: #e5e5e5;
  bottom: -3px;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  width: 92px;
}
.linha-divisoria .spaced-top {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img-bordered {
  border-radius: 5px;
}
.img-bordered-top {
  border-radius: 5px 5px 0 0;
}
.bt_voltar {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}
.bt_voltar:hover {
  color: #a0a0a0;
  text-decoration: none;
}
.meio .container-inside {
  margin-bottom: 60px;
}
.meio .container-inside .infos-mid {
  margin-bottom: 5px;
}
.hidden-xs {
  display: unset;
}
/*////////////////////////////////////////////////////////////
SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE SITE
///////////////////////////////////////////////////////////*/
body {
  color: #000;
  font-family: 'SFProText-Regular', sans-serif;
  font-weight: 500;
}
body p {
  margin: 0 0 10px 0;
}
.lista-leiloes article:nth-child(4n+1) {
  clear: both;
}
.v-centered {
  vertical-align: middle !important;
}
/*//////////////////////
TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO
/////////////////////*/
header {
  background: #990000;
  padding: 15px 0;
}
header .box-contato {
  padding: 20px 0;
}
header .box-contato p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-align: right;
  color: #ffffff;
}
header .box-contato p .icon-top::before {
  background-image: url('../imagens/sprite-fixed.png');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
  width: 16px;
}
header .box-contato p .icon-tel::before {
  background-position: -134px 0;
}
header .box-contato p .icon-whats {
  color: #710000;
}
header .box-contato p .icon-whats::before {
  background-position: -99px 0;
  margin-left: 10px;
}
header .box-login {
  padding-left: 70px;
  position: relative;
  color: #ffffff;
}
header .box-login::before {
  background: url('../imagens/sprite-home.png') no-repeat -271px 0;
  border-radius: 50%;
  content: '';
  height: 55px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 55px;
}
header .box-login p {
  line-height: 1.2;
  margin: 0;
}
header .box-login ul {
  margin-top: 15px;
}
header .box-login ul li a {
  background: #ffffff;
  color: #505050;
}
header .box-login ul li a:hover {
  background: #cb151a;
}
header .box-login ul li a.button-login {
  color: #ffffff;
  background: #cb151a;
  border: 1px solid #990000;
}
header .box-login ul li a.button-login:hover,
header .box-login ul li a.button-login:focus,
header .box-login ul li a.button-login:active {
  color: #ffffff;
  text-decoration: none;
}
header .show-logged ul li a.buttons-top {
  width: auto;
  padding: 5.5px 8px;
}
header .show-logged .button-logout {
  position: absolute;
  right: 0;
  top: 0;
}
header .show-logged .button-logout a {
  color: #505050;
  display: inline-block;
  font-size: 13px;
}
header .show-logged .button-logout a:hover {
  color: #505050;
  text-decoration: none;
}
header .show-logged .button-logout a::before {
  content: '';
  background: url('../imagens/sprite-fixed.png') no-repeat -242px 0;
  display: block;
  width: 20px;
  height: 20px;
}
nav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 10px 7px -9px #dcdcdc;
  margin-bottom: 35px;
}
nav .navbar ul {
  padding: 0;
  margin: 0;
}
nav .navbar ul li {
  border-left: 1px solid #e5e5e5;
  text-align: center;
  width: 144px;
}
nav .navbar ul li:last-child {
  border-right: 1px solid #e5e5e5;
}
nav .navbar ul li a {
  color: #505050;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 23px 0;
}
nav .navbar ul li a:hover {
  color: #990000;
  text-decoration: none;
}
form {
  margin: 0;
  padding-top: 13px;
  position: relative;
}
form .busca-text {
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  font-size: 13px;
  vertical-align: top;
  width: 100%;
  padding: 11px 20px;
  border-radius: 21px;
}
form .busca-submit {
  background: #a0a0a0;
  border: none;
  border-radius: 50%;
  height: 42px;
  position: absolute;
  top: 14px;
  right: 0;
  width: 42px;
}
form .busca-submit span::before {
  content: '';
  background: url('../imagens/sprite-fixed.png') no-repeat -62px 0;
  height: 18px;
  left: 12px;
  position: absolute;
  top: 11px;
  width: 18px;
}
.box_area_restrita {
  background: #fafaf9;
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
  overflow: visible !important;
  padding: 25px;
  position: absolute;
  right: 65px;
  top: 85px;
  width: 255px;
  z-index: 10;
  border: 1px solid #e5e5e5;
}
.box_area_restrita p.msg_erro {
  color: red;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-align: left;
}
.box_area_restrita input {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 12px 0 12px 35px;
  width: 100%;
}
.box_area_restrita input.input_login {
  background: url('../imagens/ico-mail.html') no-repeat 12px center #ffffff;
}
.box_area_restrita input.input_senha {
  background: url('../imagens/ico-lock.html') no-repeat 12px center #ffffff;
}
.box_area_restrita input.bt_login {
  background: #000;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
}
.box_area_restrita input.bt_login:hover {
  color: #d1d1d1;
}
.box_area_restrita .link_esqueceu_senha {
  color: #000;
  display: block;
  font-size: 12px;
  margin: 8px 0;
  text-transform: uppercase;
  text-align: center;
}
.box_area_restrita .link_esqueceu_senha:hover {
  color: #000;
  text-decoration: none;
}
.box_area_restrita form {
  padding-top: 0;
}
/*//////////////////////
MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO MEIO
/////////////////////*/
.meio .infos-mid {
  margin-bottom: 35px;
}
.meio .infos-mid .icon-date {
  font-size: 14px;
  margin-bottom: 0;
}
.meio .infos-mid .icon-date::before {
  content: '';
  background: url('../imagens/sprite-home.png') no-repeat 0 0;
  display: inline-block;
  height: 32px;
  margin-right: 13px;
  vertical-align: middle;
  width: 32px;
}
.meio .infos-mid ul {
  text-align: right;
}
.meio .infos-mid ul li a {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 13px;
}
.meio .infos-mid ul li a:hover {
  color: #990000;
  text-decoration: none;
}
.meio .infos-mid ul li a::before {
  background-image: url('../imagens/sprite-home.png');
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.meio .infos-mid ul li a.icon-agenda::before {
  background-position: -43px 0;
  height: 24px;
  width: 24px;
}
.meio .infos-mid ul li a.icon-busca::before {
  background-position: -83px 0;
  height: 24px;
  width: 24px;
}
.meio .banners {
  margin-bottom: 45px;
}
.meio .banners .row {
  position: relative;
}
.meio .banners .slick-slide {
  margin: 0!important;
}
.meio .banners .banner > div {
  height: 380px;
}
.meio .banners .slick-arrow {
  background: url('../imagens/sprite-arrow.png') no-repeat;
  border: none;
  top: 300px;
  height: 41px;
  position: absolute;
  width: 41px;
}
.meio .banners .slick-arrow.slick-arrow-banner-prev {
  left: -12px;
}
.meio .banners .slick-arrow.slick-arrow-banner-next {
  background-position: right 0;
  right: -12px;
}
.meio .banners .slick-dots-banner {
  margin-top: 20px;
}
/*//////////////////////
LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM LISTAGEM
/////////////////////*/
.lista .section-title {
  padding-top: 7px;
}
.lista .filtro-categorias {
  background: #fafaf9;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 16px 0 16px 100px;
}
.lista .filtro-categorias li a {
  color: #505050;
  display: block;
  font-size: 14px;
  margin-right: 20px;
}
.lista .filtro-categorias li a::before {
  background: url('../imagens/sprite-filter.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 7px;
  width: 16px;
}
.lista .filtro-categorias li a:hover {
  color: #990000;
  text-decoration: none;
}
.lista .filtro-categorias li a.icon-01::before {
  background-position: 0 0;
  height: 14px;
  width: 16px;
}
.lista .filtro-categorias li a.icon-02::before {
  background-position: -36px 0;
  height: 14px;
  width: 14px;
}
.lista form {
  text-align: right;
}
.lista form label {
  color: #353535;
  font-size: 13px;
  font-weight: 500;
  margin-left: 25px;
  margin-right: 10px;
}
.lista form select {
  color: #353535;
  font-size: 13px;
  background: #f1f1f1;
  border: none;
  border-radius: 5px;
  padding: 11px 20px;
}
.lista .box-leilao {
  margin-bottom: 35px;
}
.lista .box-leilao .leilao-cod {
  text-align: right;
}
.lista .box-leilao .leilao-cod p {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  font-size: 10px;
  padding: 5px 8px;
}
.lista .box-leilao header {
  padding: 0;
}
.lista .box-leilao header img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.lista .box-leilao header .tipo-lote {
  font-size: 0;
}
.lista .box-leilao header .tipo-lote .back-tipo {
  background: #cb151a;
  width: 65%;
  height: 40px;
}
.lista .box-leilao header .tipo-lote .back-tipo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 11px 20px;
  text-transform: uppercase;
}
.lista .box-leilao header .tipo-lote .back-tipo p::before {
  background: url('../imagens/sprite-tipo-leilao.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.lista .box-leilao header .tipo-lote .back-lote {
  background: #f19800;
  width: 35%;
  height: 40px;
}
.lista .box-leilao header .tipo-lote .back-lote p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 12px 20px;
}
.lista .box-leilao header .back-tempo {
  background: #990000;
  padding: 12px 0 ;
}
.lista .box-leilao header .back-tempo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.lista .box-leilao header .back-tempo .leilao-tempo {
  border-right: 1px solid #cb151a;
  float: left;
  margin-top: 12px;
  width: 25%;
}
.lista .box-leilao header .back-tempo .leilao-tempo p {
  font-size: 18px;
  font-weight: 600;
}
.lista .box-leilao header .back-tempo .leilao-tempo p span {
  font-size: 11px;
  font-weight: 500;
}
.lista .box-leilao header .back-tempo .leilao-tempo:last-child {
  border-right: none;
}
.lista .box-leilao header .back-tempo::after,
.lista .box-leilao header .back-tempo::before {
  clear: both;
  content: '';
  display: block;
}
.lista .box-leilao header .back-auto {
  background: #cb151a;
  border-radius: 0 0 0 5px;
  padding: 8px 0 ;
}
.lista .box-leilao header .back-auto p {
  color: #ffffff;
  font-size: 11px;
  margin: 0;
  text-align: center;
}
.lista .box-leilao section .leilao-desc {
  background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  height: 115px;
  overflow: hidden;
  padding: 20px;
}
.lista .box-leilao section .leilao-desc h2.leilao-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.lista .box-leilao section .leilao-desc h2.leilao-title a {
  color: #505050;
}
.lista .box-leilao section .leilao-desc h2.leilao-title a:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-desc p {
  font-size: 13px;
  margin: 0;
}
.lista .box-leilao section .leilao-desc p a {
  color: #505050;
}
.lista .box-leilao section .leilao-desc p a:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-data {
  background: #fafaf9;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-radius: 0 0 5px 5px ;
  box-sizing: border-box;
  height: 264px;
  padding: 20px 10px;
  position: relative;
}
.lista .box-leilao section .leilao-data .row {
  height: 100%;
}
.lista .box-leilao section .leilao-data .row > .col-xs-4,
.lista .box-leilao section .leilao-data .row > .col-xs-8 {
  height: 100%;
  position: relative;
}
.lista .box-leilao section .leilao-data .imagem-comarca {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  width: 100%;
}
.lista .box-leilao section .leilao-data .leilao-btns {
  bottom: 0;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
.lista .box-leilao section .leilao-data .leilao-btns .leilao-local-tipo a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
.lista .box-leilao section .leilao-data .leilao-btns .leilao-local-tipo a:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-data .leilao-btns .leilao-detalhes {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 8px;
  font-weight: 600;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
.lista .box-leilao section .leilao-data .leilao-btns .leilao-detalhes:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-data .leilao-tipo-data {
  color: #a0a0a0;
  font-size: 11px;
  margin: 0;
}
.lista .box-leilao section .leilao-data .leilao-tipo-data span {
  color: #505050;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lista .box-leilao section .leilao-data .leilao-tipo-data.segunda-data {
  border-top: 1px solid #e5e5e5;
  margin-top: 7px;
  padding-top: 7px;
}
.lista .box-leilao section .leilao-data .leilao-tipo-lance {
  color: #a0a0a0;
  font-size: 11px;
  margin: 0;
}
.lista .box-leilao section .leilao-data .leilao-tipo-lance span {
  color: #505050;
  font-size: 15px;
  font-weight: 900;
}
.lista .box-leilao section .leilao-data .leilao-status {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
.lista .box-leilao section .leilao-data .leilao-status .status {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.lista .box-leilao section .leilao-data .leilao-status .status a {
  background: #990000;
  border: 1px solid #cb151a;
  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 a:hover {
  text-decoration: none;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-aberto a {
  background: #39813f;
  border-color: #167121;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-loteamento a {
  background: #f19800;
  border-color: #dd8b00;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-suspenso a {
  background: #1b3a6a;
  border-color: #09244e;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-direto a {
  background: #8b66a5;
  border-color: #86639f;
}
.lista .box-leilao section .leilao-data .leilao-status .status.status-encerrado a {
  background: #e5252b;
  border-color: #e00109;
}
.lista .box-leilao.extra header .tipo-lote .back-tipo p:before {
  background: url(../imagens/sprite-tipo-leilao.png) no-repeat -30px 0;
  width: 20px;
  height: 20px;
}
.lista .box-leilao.extra header .back-lote {
  vertical-align: top;
}
.lista .box-leilao.extra header .back-lote p {
  padding: 12px 0 12px 20px;
}
.favs {
  min-height: 177px;
}
.lista-leilao .box-leilao {
  margin-top: 35px;
}
.lista-leilao .box-leilao header {
  background: none;
}
.lista-leilao .box-leilao header > img {
  width: auto;
}
.lista-leilao .box-leilao header .tipo-lote {
  font-size: 13px;
  display: flex;
}
.lista-leilao .box-leilao header .tipo-lote .back-tipo {
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  flex: 2;
}
.lista-leilao .box-leilao header .tipo-lote .back-lote {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lista-leilao .box-leilao header .tipo-lote .back-lote img {
  width: auto;
  border-radius: 0;
  height: auto;
}
.lista-leilao .box-leilao header .tipo-lote .backtimer {
  flex: 1;
  background: #710000;
  justify-content: center;
  align-items: center;
  display: flex;
}
.lista-leilao .box-leilao header .tipo-lote .backtimer img {
  width: auto;
  border-radius: 0;
  height: auto;
}
.lista-leilao .box-leilao header .tipo-lote .backregre {
  flex: 2;
  background: #990000;
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  display: flex;
}
.lista-leilao .box-leilao section .leilao-desc {
  text-align: center;
}
.lista-leilao .box-leilao section .leilao-data {
  height: auto;
}
.lista-leilao .box-leilao section .leilao-data .leilao-btns {
  position: relative;
  padding: 0;
  margin: 20px 0;
}
.lista-leilao .box-leilao section .leilao-data .box-bt-dar-lance span input {
  display: block;
}
.lista-leilao .box-leilao section .leilao-data .bt-dar-lance {
  display: block;
  text-align: center;
  color: white;
  background: #f19800;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0 3px 0px 0 #e5e5e5;
  font-weight: 600;
  cursor: pointer;
}
.lista-leilao .box-leilao section .leilao-data .box-msg-lance {
  display: none;
  background: #cb151a;
  border: 1px solid #e00109;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  box-shadow: 0 3px 0px 0 #e5e5e5;
  margin: 5px 0;
}
.lista-leilao .box-leilao .line-down {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 7px 0;
}
.lista-leilao .box-leilao .line-down label {
  font-weight: 500;
  float: left;
}
.lista-leilao .box-leilao .line-down b {
  float: right;
}
.lista-leilao .box-leilao .line-down.lote-avaliacao::before {
  background: url('../imagens/sprite-fixed.png') no-repeat -487px 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.lista-leilao .box-leilao .line-down.lote-incremento::before {
  background: url('../imagens/sprite-fixed.png') no-repeat -447px 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.lista-leilao .box-leilao .line-down.lote-lance::before {
  background: url('../imagens/sprite-fixed.png') no-repeat -407px 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
/*//////////////////////
CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES CARREGAR MAIS LEILÕES
/////////////////////*/
.load-more {
  margin: 30px 0 50px;
  position: relative;
  text-align: center;
}
.load-more a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 62px;
  text-align: center;
  text-transform: uppercase;
}
.load-more a:hover {
  background: #fafaf9;
  text-decoration: none;
}
.load-more::before {
  background: #e5e5e5;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 32%;
}
.load-more::after {
  background: #e5e5e5;
  content: '';
  display: inline-block;
  height: 2px;
  right: 0;
  position: absolute;
  top: 30px;
  width: 32%;
}
/*//////////////////////
FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER FOOTER NEWSLETTER
/////////////////////*/
/*footer .news form {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #cb151a;
  padding: 0 0 13px 0;
  position: relative;
}
footer .news form::before {
  background: url('../imagens/sprite-fixed.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 2;
  top: 8px;
  left: 10px;
}
footer .news form::after {
  background: #710000;
  content: '';
  height: 70px;
  width: 80px;
  position: absolute;
  left: 0;
  border-radius: 5px 0 0 5px;
}
footer .news form label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 50px;
  vertical-align: top;
  padding-top: 18px;
  width: 280px;
}
footer .news form input[type=submit],
footer .news form input[type=text] {
  margin-top: 15px;
  vertical-align: top;
}
footer .news form input[type=text] {
  border: 1px solid #e5e5e5;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  margin-left: 25px;
  padding: 11px 0 11px 20px;
  width: 445px;
}
footer .news form input[type=submit] {
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -4px;
  padding: 10px 17px;
  background: #710000;
}
footer .footer {
  background: #990000;
  margin-top: -35px;
  padding-top: 90px;
}
footer .footer h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
footer .footer h3:after {
  background: #710000;
  content: '';
  display: block;
  height: 1px;
  margin: 10px 0 20px 0;
  width: 35px;
}
footer .footer ul li {
  width: 49%;
}
footer .footer ul li a {
  color: #ffffff;
  font-size: 13px;
}
footer .footer ul.social {
  margin-top: 20px;
}
footer .footer ul.social li {
  margin-right: 15px;
  width: auto;
}
footer .footer ul.social li a {
  background: url('../imagens/sprite-home.png') no-repeat;
  display: block;
}
footer .footer ul.social li a.icon-face {
  background-position: -124px 0;
  width: 20px;
  height: 20px;
}
footer .footer ul.social li a.icon-insta {
  background-position: -163px 0;
  width: 20px;
  height: 20px;
}
footer .footer ul.social li a.icon-youtube {
  background-position: -205px 0;
  width: 16px;
  height: 20px;
}
footer .footer ul.social li a.icon-twitter {
  background-position: -240px 0;
  width: 24px;
  height: 20px;
}
footer .footer p {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
footer .outdown {
  border-top: 1px solid #cb151a;
  margin-top: 25px;
  padding: 25px 0;
}
footer .outdown p {
  color: #ffffff;
}*/
/*//////////////////////
CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO
/////////////////////*/
#bloco_calendario {
  margin-top: 40px;
}
#bloco_calendario .calendario_mes {
  width: 280px;
  margin-top: 35px;
}
#bloco_calendario .calendario_mes div {
  width: 40px;
  border: 1px solid transparent;
  font-size: 16px;
  height: 40px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  font-weight: 700;
}
#bloco_calendario .calendario_mes .mes {
  width: 280px;
  background: #e5e5e5;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
#bloco_calendario .calendario_mes .mes.mes_atual {
  font-weight: bold;
  font-size: 16px;
  background: #929497;
  color: #fff;
}
#bloco_calendario .tem_leilao {
  background-color: #990000;
  color: white;
}
#bloco_calendario .tem_leilao a {
  color: white !important;
}
#bloco_calendario .dia_atual {
  font-weight: bold;
  color: red;
}
#bloco_calendario .link-meses {
  background: #990000;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 13px 12px 43px;
  position: relative;
}
#bloco_calendario .link-meses:hover {
  text-decoration: none;
  color: #ffffff;
}
#bloco_calendario .link-meses.ante::before {
  background: url('../imagens/sprite-agenda.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 24px;
  width: 26px;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 8px;
}
#bloco_calendario .link-meses.prox {
  padding: 12px 43px 12px 13px;
}
#bloco_calendario .link-meses.prox::after {
  background: url('../imagens/sprite-agenda.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 24px;
  width: 26px;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 8px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#bloco_calendario .dia-semana {
  border: solid 1px #f9f9f9;
  background: #ebebeb;
}
#bloco_calendario .dia-semana.tem_leilao {
  background: #990000;
}
#bloco_calendario .dia-semana.dia-vazio {
  background: #f9f9f9;
}
#bloco_calendario .dia-semana a {
  font-weight: 500;
  text-decoration: none;
  color: #505050;
}
.legenda p {
  font-size: 12px;
  margin-top: 10px;
}
.legenda p::before {
  background: #990000;
  border-radius: 3px;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.form-date label {
  display: block;
  font-weight: 600;
}
.form-date input[type=text] {
  background: url('../imagens/icon-date.html') no-repeat 12px center #fafaf9;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 9px 12px;
  padding-left: 50px;
  position: relative;
  height: auto;
  width: 180px;
  margin-right: 20px;
}
.form-date button {
  background: #990000;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  height: 40px;
  padding-top: 4px;
  vertical-align: bottom;
  width: 40px;
}
.form-date button span {
  background: url('../imagens/sprite-agenda.png') no-repeat -50px 0;
  display: inline-block;
  height: 20px;
  width: 20px;
}
#bloco_resultado_busca tr:last-child {
  border-bottom: 1px solid #dddddd;
}
#bloco_resultado_busca td p {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
#bloco_resultado_busca .status {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #990000;
  border: 1px solid #cb151a;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
#bloco_resultado_busca .status.status-aberto {
  background: #39813f;
  border-color: #167121;
}
/*//////////////////////
BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA BUSCA AVANÇADA
/////////////////////*/
.advanced-search {
  margin-top: 40px;
}
.advanced-search label {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.advanced-search .radio-box {
  background: #fafaf9;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 8px 0 8px 15px;
  width: 100%;
}
.advanced-search .radio-box input {
  margin-right: 5px;
}
.advanced-search input[type=text],
.advanced-search select,
.advanced-search textarea {
  background: #fafaf9;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  height: auto;
  color: #4c4c4c;
}
.advanced-search input[type=text] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.advanced-search ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #c9c9c9;
}
.advanced-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.advanced-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}
.advanced-search .listagem-bens {
  margin-top: 55px;
}
.advanced-search .button-default {
  margin-top: 25px;
  margin-bottom: 65px;
}
/*//////////////////////
CADASTRO ARREMATANTE CADASTRO ARREMATANTE CADASTRO ARREMATANTE CADASTRO ARREMATANTE CADASTRO ARREMATANTE CADASTRO ARREMATANTE CADASTRO ARREMATANTE
/////////////////////*/
.cadastro_arrematante label {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.cadastro_arrematante .radio-box {
  background: #fafaf9;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 8px 0 8px 15px;
  width: 100%;
}
.cadastro_arrematante .radio-box input {
  margin-right: 5px;
}
.cadastro_arrematante input[type=text],
.cadastro_arrematante select {
  background: #fafaf9;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  height: auto;
  color: #4c4c4c;
}
.cadastro_arrematante input[type=text] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.cadastro_arrematante ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #c9c9c9;
}
.cadastro_arrematante :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c9c9c9;
}
.cadastro_arrematante ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c9c9c9;
}
.cadastro_arrematante .documentos p {
  margin-bottom: 20px;
  line-height: 22px;
}
.cadastro_arrematante .termos {
  text-align: justify;
  height: 390px;
  width: 98%;
  overflow-y: scroll;
  padding-right: 20px;
  margin: 0 10px;
}
.cadastro_arrematante .termos p {
  margin-bottom: 20px;
}
.cadastro_arrematante .termos p strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.cadastro_arrematante .checkbox {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
}
.cadastro_arrematante .load-more {
  margin: 30px 0 0;
  position: relative;
  text-align: center;
}
.cadastro_arrematante .load-more button {
  background: none;
  border: none;
}
.cadastro_arrematante .load-more span {
  background: #990000;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 62px;
  text-align: center;
  text-transform: uppercase;
}
.cadastro_arrematante .load-more::before {
  background: #e5e5e5;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 31%;
}
.cadastro_arrematante .load-more::after {
  background: #e5e5e5;
  content: '';
  display: inline-block;
  height: 2px;
  right: 0;
  position: absolute;
  top: 30px;
  width: 31%;
}
/*//////////////////////
CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO CONTATO
/////////////////////*/
#formContato {
  margin-top: 0;
}
.embed-responsive-item {
  border-radius: 5px;
  height: 380px;
  margin-top: 40px;
  width: 100%;
}
/*//////////////////////
CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO CONTEÚDO
/////////////////////*/
.menu_conteudo {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu_conteudo li a {
  background: #fafaf9;
  border-top: 1px solid #e5e5e5;
  color: #505050;
  font-size: 16px;
  display: block;
  padding: 8px 0 8px 10px;
}
.menu_conteudo li a::before {
  background: url('../imagens/sprite-conteudo.png') no-repeat;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.menu_conteudo li a:hover {
  color: #a0a0a0;
  text-decoration: none;
}
.menu_conteudo li:first-child a::before {
  background-position: 0 0;
  width: 27px;
  height: 24px;
}
.menu_conteudo li:nth-child(2) a::before {
  background-position: -1px -41px;
  width: 24px;
  height: 24px;
}
.menu_conteudo li:nth-child(3) a::before {
  background-position: -1px -82px;
  width: 24px;
  height: 24px;
}
.menu_conteudo li:nth-child(4) a::before {
  background-position: 0 -123px;
  width: 27px;
  height: 24px;
}
.menu_conteudo li:nth-child(5) a::before {
  background-position: -1px -164px;
  width: 24px;
  height: 24px;
}
.menu_conteudo li:last-child a {
  border-bottom: 1px solid #e5e5e5;
}
.menu_conteudo li:last-child a::before {
  background-position: -1px -205px;
  width: 24px;
  height: 24px;
}
.documentos_enviados tr td {
  vertical-align: middle !important;
}
/*//////////////////////
DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO DETALHE LEILÃO
/////////////////////*/
.detalhe-leilao .linha-divisoria {
  margin-bottom: 30px;
}
.detalhe-leilao .section-name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.detalhe-leilao .img-comarca {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  width: 100%;
}
.detalhe-leilao .button-backed {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 13px;
  text-align: center;
}
.detalhe-leilao .button-backed span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.detalhe-leilao .button-altered {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 13px;
  text-align: center;
  text-transform: uppercase;
}
.detalhe-leilao .button-altered:hover {
  color: #990000;
  text-decoration: none;
}
.detalhe-leilao .button-altered::before {
  background: url('../imagens/sprite-home.png') no-repeat;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.detalhe-leilao .button-altered.icon-login::before {
  background-position: -369px 0;
  width: 29px;
  height: 24px;
}
.detalhe-leilao .button-altered.icon-auditorio::before {
  background-position: -409px 0;
  width: 24px;
  height: 24px;
}
.detalhe-leilao .button-altered.icon-edital::before {
  background: url('../imagens/sprite-agenda.png') no-repeat -94px 0;
  width: 24px;
  height: 24px;
}
.detalhe-leilao .infos-do-leilao {
  margin-top: 20px;
  margin-bottom: 40px;
}
.detalhe-leilao .tipo-lote {
  font-size: 0;
}
.detalhe-leilao .tipo-lote .back-tipo {
  background: #cb151a;
  width: 65%;
  height: 40px;
}
.detalhe-leilao .tipo-lote .back-tipo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 11px 20px;
  text-transform: uppercase;
}
.detalhe-leilao .tipo-lote .back-tipo p::before {
  background: url('../imagens/sprite-tipo-leilao.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.detalhe-leilao .tipo-lote .back-lote {
  background: #f19800;
  width: 35%;
  height: 41px;
  height: 40px;
}
.detalhe-leilao .tipo-lote .back-lote p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 11px 20px;
}
.detalhe-leilao .back-tempo {
  background: #990000;
  border-radius: 0 0 5px 5px;
  padding: 12px 0 ;
}
.detalhe-leilao .back-tempo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.detalhe-leilao .back-tempo .leilao-tempo {
  border-right: 1px solid #cb151a;
  float: left;
  margin-top: 12px;
  width: 25%;
}
.detalhe-leilao .back-tempo .leilao-tempo p {
  font-size: 18px;
  font-weight: 600;
}
.detalhe-leilao .back-tempo .leilao-tempo p span {
  font-size: 11px;
  font-weight: 500;
}
.detalhe-leilao .back-tempo .leilao-tempo:last-child {
  border-right: none;
}
.detalhe-leilao .back-tempo::after,
.detalhe-leilao .back-tempo::before {
  clear: both;
  content: '';
  display: block;
}
.detalhe-leilao .back-tempo .tempo_ini_leilao {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.detalhe-leilao .data-leilao {
  display: block;
  margin-bottom: 15px;
}
.detalhe-leilao .data-leilao h4 {
  background: #e5e5e5;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.detalhe-leilao .data-leilao p {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #e5e5e5;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 3px 13px 5px 45px;
  position: relative;
}
.detalhe-leilao .data-leilao p small {
  font-size: 12px;
}
.detalhe-leilao .data-leilao p::before {
  background: url('../imagens/sprite-fixed.png') no-repeat -317px 0;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
}
.detalhe-leilao .data-leilao.active h4 {
  background: #990000;
}
.detalhe-leilao .data-leilao.active p {
  color: #505050;
}
.detalhe-leilao .data-leilao.active p::before {
  background-position: -277px 0;
}
.detalhe-leilao .leilao-status .status {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.detalhe-leilao .leilao-status .status a {
  background: #990000;
  border: 1px solid #cb151a;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.detalhe-leilao .leilao-status .status a:hover {
  text-decoration: none;
}
.detalhe-leilao .leilao-status .status.status-aberto a {
  background: #39813f;
  border-color: #167121;
}
.detalhe-leilao .leilao-status .status.status-loteamento a {
  background: #f19800;
  border-color: #dd8b00;
}
.detalhe-leilao .leilao-status .status.status-suspenso a {
  background: #1b3a6a;
  border-color: #09244e;
}
.detalhe-leilao .leilao-status .status.status-direto a {
  background: #8b66a5;
  border-color: #86639f;
}
.detalhe-leilao .leilao-status .status.status-encerrado a {
  background: #e5252b;
  border-color: #e00109;
}
.detalhe-leilao .detalhe-do-leilao .info-leilao {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px 0;
  text-transform: none;
}
.detalhe-leilao .detalhe-do-leilao .info-leilao label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: right;
  width: 115px;
}
.detalhe-leilao .detalhe-do-leilao .info-leilao:first-child {
  border-top: 1px solid #e5e5e5;
}
.detalhe-leilao .detalhe-do-leilao p {
  margin-top: 10px;
  text-transform: uppercase;
}
/*//////////////////////
DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE DETALHE LOTE
/////////////////////*/
.detalhe-lote h1.section-title.no-line {
  margin-bottom: 30px;
}
.detalhe-lote .paginacao {
  text-align: center;
}
.detalhe-lote .paginacao p {
  background: #7d7d7d;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 0 35px;
  padding: 9px 47px;
  position: relative;
  z-index: 1;
}
.detalhe-lote .paginacao a {
  background: url('../imagens/sprite-lote.png') no-repeat -448px 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 0;
  vertical-align: middle;
}
.detalhe-lote .paginacao a.nav-anterior::after {
  background: #e5e5e5;
  content: '';
  height: 1px;
  right: -50px;
  position: absolute;
  top: 20px;
  width: 50px;
}
.detalhe-lote .paginacao a.nav-proximo {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.detalhe-lote .paginacao a.nav-proximo::before {
  background: #e5e5e5;
  content: '';
  height: 1px;
  right: -50px;
  position: absolute;
  top: 20px;
  width: 50px;
}
.detalhe-lote .img-comarca {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  width: 100%;
}
.detalhe-lote .button-backed {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 13px;
  text-align: center;
}
.detalhe-lote .button-backed span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.detalhe-lote .button-altered {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 7px 13px 7px 20px;
  text-align: left;
  width: 180px;
}
.detalhe-lote .button-altered:hover {
  color: #990000;
  text-decoration: none;
}
.detalhe-lote .button-altered::before {
  background: url('../imagens/sprite-home.png') no-repeat;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.detalhe-lote .button-altered.icon-login::before {
  background-position: -369px 0;
  width: 29px;
  height: 24px;
}
.detalhe-lote .button-altered.icon-auditorio::before {
  background-position: -409px 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .button-altered.icon-edital::before {
  background: url('../imagens/sprite-agenda.png') no-repeat -94px 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .col-imagens-lote {
  margin-top: 23px;
}
.detalhe-lote .col-imagens-lote ul {
  margin: 0;
  padding: 0;
}
.detalhe-lote .col-imagens-lote ul li {
  display: none;
}
.detalhe-lote .col-imagens-lote ul li:first-child {
  display: block;
}
.detalhe-lote .multiple-items li {
  margin-top: 10px;
  margin-right: 5px;
}
.detalhe-lote .button-lote {
  display: block;
  font-size: 16px;
  width: auto;
  font-weight: 600;
  background: #7d7d7d;
  margin-top: 25px;
}
.detalhe-lote .button-lote.button-video::before {
  background: url('../imagens/sprite-fixed.png') no-repeat -523px 0;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.detalhe-lote .button-backed.btn-sanfona {
  background: #990000;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.detalhe-lote .button-backed.btn-sanfona:hover {
  text-decoration: none;
}
.detalhe-lote .descricao-sanfona {
  height: 80px;
  overflow: hidden;
}
.detalhe-lote .descricao-sanfona.active {
  height: 100%;
}
.detalhe-lote .abre-fecha {
  border-top: 1px solid #e5e5e5;
  margin-top: 17px;
  margin-bottom: 45px ;
  padding-top: 17px;
}
.detalhe-lote .back-tempo {
  background: #990000;
  border-radius: 5px;
  padding: 12px 0 ;
}
.detalhe-lote .back-tempo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.detalhe-lote .back-tempo .leilao-tempo {
  border-right: 1px solid #cb151a;
  float: left;
  margin-top: 7px;
  width: 25%;
}
.detalhe-lote .back-tempo .leilao-tempo p {
  font-size: 15px;
  font-weight: 600;
}
.detalhe-lote .back-tempo .leilao-tempo p span {
  font-size: 11px;
  font-weight: 500;
}
.detalhe-lote .back-tempo .leilao-tempo:last-child {
  border-right: none;
}
.detalhe-lote .back-tempo::after,
.detalhe-lote .back-tempo::before {
  clear: both;
  content: '';
  display: block;
}
.detalhe-lote .data-leilao {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}
.detalhe-lote .data-leilao h4 {
  background: #e5e5e5;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.detalhe-lote .data-leilao .backed {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
}
.detalhe-lote .data-leilao p {
  color: #e5e5e5;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 3px 13px 5px 45px;
  position: relative;
}
.detalhe-lote .data-leilao p small {
  font-size: 12px;
}
.detalhe-lote .data-leilao p::before {
  background: url('../imagens/sprite-lote.png') no-repeat -152px 0;
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
}
.detalhe-lote .data-leilao p.icon-incre::before {
  background-position: -353px 0;
  width: 27px;
}
.detalhe-lote .data-leilao p.icon-lance::before {
  background-position: -101px 0;
}
.detalhe-lote .data-leilao.active h4 {
  background: #990000;
}
.detalhe-lote .data-leilao.active p {
  color: #505050;
}
.detalhe-lote .data-leilao.active p::before {
  background-position: -253px 0;
}
.detalhe-lote .data-leilao.active p.icon-incre::before {
  background-position: -404px 0;
}
.detalhe-lote .data-leilao.active p.icon-lance::before {
  background-position: -203px 0;
}
.detalhe-lote .regressiva-box {
  background: #990000;
  color: #ffffff;
  font-size: 40px;
  position: relative;
  line-height: 30px;
  padding-left: 145px;
  padding-top: 0;
  padding-bottom: 20px ;
  font-weight: 900;
}
.detalhe-lote .regressiva-box span {
  font-size: 13px;
  font-weight: 500;
}
.detalhe-lote .regressiva-box::before {
  content: '';
  display: block;
  background: url(../imagens/sprite-lote.png) no-repeat -494px 0;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
}
.detalhe-lote .regressiva-box::after {
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  background: #cb151a;
  position: absolute;
  top: 0;
  border-radius: 5px 0 0 5px;
  left: 0;
}
.detalhe-lote .leilao-status .status {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.detalhe-lote .leilao-status .status a {
  background: #990000;
  border: 1px solid #cb151a;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.detalhe-lote .leilao-status .status a:hover {
  text-decoration: none;
}
.detalhe-lote .leilao-status .status.status-aberto a {
  background: #39813f;
  border-color: #167121;
}
.detalhe-lote .leilao-status .status.status-loteamento a {
  background: #f19800;
  border-color: #dd8b00;
}
.detalhe-lote .leilao-status .status.status-suspenso a {
  background: #1b3a6a;
  border-color: #09244e;
}
.detalhe-lote .leilao-status .status.status-direto a {
  background: #8b66a5;
  border-color: #86639f;
}
.detalhe-lote .leilao-status .status.status-encerrado a {
  background: #e5252b;
  border-color: #e00109;
}
.detalhe-lote .lance-automatico {
  font-size: 16px;
  width: 100%;
}
.detalhe-lote .lance-automatico a {
  color: #ffffff;
  display: block;
  padding: 4px;
}
.detalhe-lote .lance-automatico a:hover {
  text-decoration: none;
}
.detalhe-lote .lance-automatico a::before {
  background: url('../imagens/sprite-lote.png') no-repeat -51px 0;
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.detalhe-lote .txt-info {
  background: #fafaf9;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 5px 10px;
  text-align: center;
}
.detalhe-lote .txt-info u {
  font-weight: 600;
}
.detalhe-lote .forma-pagamento p {
  font-size: 11px;
  text-transform: uppercase;
}
.detalhe-lote .msg-lance {
  background: #e5252b;
  border: 1px solid #e00109;
  display: none;
  font-size: 18px;
  margin-bottom: 20px;
  width: auto;
  min-height: 40px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.detalhe-lote .linha-de-seu-lance {
  font-size: 12px;
  margin-bottom: 10px;
}
.detalhe-lote .linha-de-seu-lance label {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}
.detalhe-lote .linha-de-seu-lance input {
  float: right;
}
.detalhe-lote .linha-de-seu-lance input.button-altered {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  padding: 7px 13px;
}
.detalhe-lote .linha-de-seu-lance input.button-altered:hover {
  background: #990000;
  color: #ffffff;
}
.detalhe-lote #valor_lance {
  background: #fafaf9;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  height: auto;
  color: #c9c9c9;
  padding-left: 10px;
  padding-right: 25px;
  margin-top: 10px;
}
.detalhe-lote .bt-dar-lance-detalhe-lote {
  background: #990000;
  border-radius: 0 5px 5px 0;
  border: none;
  color: #ffffff;
  margin-left: -5px;
  padding: 11px 10px;
}
.detalhe-lote .bt-login {
  margin: 0;
  text-align: center;
  width: 100%;
}
.detalhe-lote .line-down {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 7px 0;
}
.detalhe-lote .line-down label {
  font-weight: 500;
  float: left;
}
.detalhe-lote .line-down b {
  float: right;
}
.detalhe-lote .info-leilao {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px 0;
  text-transform: none;
}
.detalhe-lote .info-leilao label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: right;
  width: 115px;
}
.detalhe-lote .info-leilao:first-child {
  border-top: 1px solid #e5e5e5;
}
.detalhe-lote .second-line {
  margin-top: 30px;
}
.detalhe-lote .icon-docs {
  color: #505050;
}
.detalhe-lote .icon-docs::before {
  content: '';
  background: url('../imagens/sprite-lote.png') no-repeat -560px 0;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 24px;
  vertical-align: middle;
}
.detalhe-lote .icon-docs:hover {
  text-decoration: none;
}
.detalhe-lote .icons::before {
  content: '';
  display: inline-block;
  background: url('../imagens/sprite-lote.png') no-repeat;
  float: left;
  margin-right: 7px;
}
.detalhe-lote .icons.icon-visu::before {
  background-position: -303px 0;
  width: 25px;
  height: 14px;
}
.detalhe-lote .icons.icon-lance::before {
  background-position: -203px 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .icons.icon-homo::before {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .icons.icon-divida::before {
  background: url(../imagens/sprite-fixed.png) no-repeat -407px 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .icons.icon-aval::before {
  background: url(../imagens/sprite-fixed.png) no-repeat -487px 0;
  width: 24px;
  height: 24px;
}
.detalhe-lote .outdown {
  background: #fafaf9;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
/*//////////////////////
DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE DESTAQUE
/////////////////////*/
.destaques {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.destaques .slick-list {
  height: 450px;
  overflow: visible;
}
.destaques .slick-slide {
  opacity: 0.5;
  transition: all 0.2s;
}
.destaques .slick-slide.slick-active {
  opacity: 1;
}
.destaques .section-title {
  margin-bottom: 30px ;
}
.destaques .destaque {
  margin: 0;
}
.destaques .destaque .feature {
  height: 100%;
}
.destaques .destaque .feature .feature-cod {
  text-align: right;
}
.destaques .destaque .feature .feature-cod p {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: inline-block;
  font-size: 10px;
  padding: 5px 8px;
}
.destaques .destaque .feature .feature-left {
  float: left;
  width: 50%;
}
.destaques .destaque .feature .feature-left img {
  border-radius: 5px 0 0 0;
  width: 100%;
}
.destaques .destaque .feature .feature-left .tipo-lote {
  font-size: 0;
}
.destaques .destaque .feature .feature-left .tipo-lote .back-tipo {
  background: #cb151a;
  width: 65%;
  height: 40px;
}
.destaques .destaque .feature .feature-left .tipo-lote .back-tipo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 11px 20px;
  text-transform: uppercase;
}
.destaques .destaque .feature .feature-left .tipo-lote .back-tipo p::before {
  background: url('../imagens/sprite-tipo-leilao.png') no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.destaques .destaque .feature .feature-left .tipo-lote .back-lote {
  background: #f19800;
  width: 35%;
  height: 40px;
}
.destaques .destaque .feature .feature-left .tipo-lote .back-lote p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 11px 0 11px 20px;
}
.destaques .destaque .feature .feature-left .back-tempo {
  background: #990000;
  padding: 12px 0 ;
}
.destaques .destaque .feature .feature-left .back-tempo p {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.destaques .destaque .feature .feature-left .back-tempo .leilao-tempo {
  border-right: 1px solid #cb151a;
  float: left;
  margin-top: 12px;
  width: 25%;
}
.destaques .destaque .feature .feature-left .back-tempo .leilao-tempo p {
  font-size: 18px;
  font-weight: 600;
}
.destaques .destaque .feature .feature-left .back-tempo .leilao-tempo p span {
  font-size: 11px;
  font-weight: 500;
}
.destaques .destaque .feature .feature-left .back-tempo .leilao-tempo:last-child {
  border-right: none;
}
.destaques .destaque .feature .feature-left .back-tempo::after,
.destaques .destaque .feature .feature-left .back-tempo::before {
  clear: both;
  content: '';
  display: block;
}
.destaques .destaque .feature .feature-left .back-auto {
  background: #cb151a;
  border-radius: 0 0 0 5px;
  padding: 8px 0 ;
}
.destaques .destaque .feature .feature-left .back-auto p {
  color: #ffffff;
  font-size: 11px;
  margin: 0;
  text-align: center;
}
.destaques .destaque .feature .feature-right {
  float: left;
  width: 50%;
}
.destaques .destaque .feature .feature-right .leilao-desc {
  background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 5px 0 0 ;
  height: 115px;
  overflow: hidden;
  padding: 25px 10px 10px 20px;
}
.destaques .destaque .feature .feature-right .leilao-desc h2.leilao-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.destaques .destaque .feature .feature-right .leilao-desc h2.leilao-title a {
  color: #505050;
}
.destaques .destaque .feature .feature-right .leilao-desc h2.leilao-title a:hover {
  text-decoration: none;
}
.destaques .destaque .feature .feature-right .leilao-desc p {
  font-size: 13px;
  margin: 0;
}
.destaques .destaque .feature .feature-right .leilao-desc p a {
  color: #505050;
}
.destaques .destaque .feature .feature-right .leilao-desc p a:hover {
  text-decoration: none;
}
.destaques .destaque .feature .feature-right .leilao-data {
  background: #fafaf9;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-radius: 0 0 5px 0 ;
  box-sizing: border-box;
  height: 274px;
  padding: 20px;
  position: relative;
}
.destaques .destaque .feature .feature-right .leilao-data .row {
  height: 100%;
}
.destaques .destaque .feature .feature-right .leilao-data .row > .col-xs-4,
.destaques .destaque .feature .feature-right .leilao-data .row > .col-xs-8 {
  height: 100%;
  position: relative;
}
.destaques .destaque .feature .feature-right .leilao-data .imagem-comarca {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  width: 100%;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-btns {
  bottom: 0;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-btns .leilao-local-tipo a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-btns .leilao-local-tipo a:hover {
  text-decoration: none;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-btns .leilao-detalhes {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #505050;
  display: block;
  font-size: 8px;
  font-weight: 600;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-btns .leilao-detalhes:hover {
  text-decoration: none;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-tipo-data {
  color: #a0a0a0;
  font-size: 11px;
  margin: 0;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-tipo-data span {
  color: #505050;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-tipo-data.segunda-data {
  border-top: 1px solid #e5e5e5;
  margin-top: 7px;
  padding-top: 7px;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-tipo-lance {
  color: #a0a0a0;
  font-size: 11px;
  margin: 0;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-tipo-lance span {
  color: #505050;
  font-size: 15px;
  font-weight: 900;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-status {
  position: absolute;
  bottom: 0;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-status .status {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-status .status a {
  background: #990000;
  border: 1px solid #cb151a;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #eeeeee;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-status .status a:hover {
  text-decoration: none;
}
.destaques .destaque .feature .feature-right .leilao-data .leilao-status .status.status-aberto a {
  background: #39813f;
  border-color: #167121;
}
.destaques .destaque .feature::after,
.destaques .destaque .feature::before {
  content: '';
  clear: both;
}
.destaques .destaque .feature.extra .feature-left .tipo-lote .back-tipo p:before {
  background: url('../imagens/sprite-tipo-leilao.png') no-repeat -30px 0;
  width: 20px;
  height: 20px;
}
.destaques .destaque .feature.extra .feature-left .tipo-lote .back-lote {
  vertical-align: top;
}
.destaques .destaque .feature.extra .feature-left .tipo-lote .back-lote p {
  padding: 12px 0 12px 20px;
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  header .box-contato p {
    text-align: left;
  }
  header .buttons-top {
    padding: 5.5px 10px;
    width: auto;
  }
  header .show-logged .button-logout {
    left: 17px;
    top: 80px;
    right: unset;
  }
  header .show-logged ul li {
    width: 100%;
    margin: 5px 0;
  }
  header .show-logged ul li a.buttons-top {
    width: 100%;
  }
  nav .navbar .open-menu {
    background: #990000;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 9px;
    margin-top: 10px;
  }
  nav .navbar .open-menu span {
    background: #fafaf9;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 5px 0;
    width: 30px;
  }
  nav .navbar .open-menu:hover {
    text-decoration: none;
  }
  nav .navbar ul li {
    border-right: 1px solid #e5e5e5;
    display: block;
    width: auto;
  }
  nav .navbar ul li a {
    border-bottom: 1px solid #e5e5e5;
  }
  nav .navbar ul li:first-child a {
    border-top: 1px solid #e5e5e5;
  }
  nav .navbar ul.topnav {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
  nav .navbar ul.topnav.responsive {
    height: 345px;
    overflow: visible;
  }
  #busca {
    padding-bottom: 13px;
  }
  .meio .infos-mid ul li a {
    font-size: 13px;
    margin-left: 5px;
    margin-top: 25px;
    padding: 7px 10px;
  }
  .meio .container-inside .infos-mid {
    margin-bottom: 25px;
  }
  .meio .container-inside .infos-mid ul li a {
    margin-top: 0;
  }
  .destaques .destaque .feature .feature-left {
    float: none;
    width: 100%;
  }
  .destaques .destaque .feature .feature-left img {
    border-radius: 5px 5px 0 0;
  }
  .destaques .destaque .feature .feature-left .tipo-lote .back-lote p {
    padding-bottom: 12px;
  }
  .destaques .destaque .feature .feature-left .back-auto {
    border-radius: 0;
  }
  .destaques .destaque .feature .feature-right {
    float: none;
    width: 100%;
  }
  .destaques .destaque .feature .feature-right .leilao-desc {
    border-left: 1px solid #e5e5e5;
    height: auto;
  }
  .destaques .destaque .feature .feature-right .leilao-data {
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
  }
  .lista .filtro-categorias {
    padding-left: 20px;
  }
  .load-more::before,
  .load-more::after {
    display: none !important;
  }
  footer .news form label {
    padding-top: 10px;
    width: 180px;
  }
  footer .news form input[type=text] {
    margin-left: 5px;
    width: 180px;
  }
  footer .news form::after {
    top: 0;
  }
  footer .footer {
    padding-top: 60px;
  }
  footer .footer h3 {
    margin-top: 20px;
  }
}
