@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
.lista_leiloes article:nth-child(4n+1) {
  clear: both;
}
/*///////////////////
Fontes
///////////////////*/
/*Back texto topo - ícones topo*/
/*back botão login*/
/*borda botão login*/
/*back botão cadastro*/
/*borda botão cadastro*/
/*font menu*/
/*font menu hover*/
body {
  font-family: 'Rubik', sans-serif;
  color: #000;
}
.outup {
  background: #71c189;
  padding: 6px 0;
}
.outup p {
  color: #494759;
  margin: 0;
  font-size: 13px;
}
.outup-header {
  margin-top: 20px;
}
.outup-header::after {
  content: '';
  height: 1px;
  display: block;
  background: #393845;
  margin-left: 15px;
  margin-right: 15px;
}
.outup-header .infos-menu ul {
  margin: 0;
}
.outup-header .infos-menu ul li {
  padding: 0 10px;
  border-left: 1px solid #393845;
}
.outup-header .infos-menu ul li a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.outup-header .infos-menu ul li a:hover {
  text-decoration: none;
}
.outup-header .infos-menu ul li:last-child {
  border-right: 1px solid #393845;
}
.outup-header .social-menu {
  margin-bottom: 10px;
}
.outup-header .social-menu ul {
  margin: 0;
}
.outup-header .social-menu ul li {
  padding: 0 7px;
  border-left: 1px solid #393845;
}
.outup-header .social-menu ul li a {
  color: #71c189;
  font-size: 18px;
}
.outup-header .social-menu ul li:last-child {
  border-right: 1px solid #393845;
}
header > header {
  background-color: #494759;
}
.header {
  margin-top: 20px;
}
.header .logo {
  margin: 0;
}
.header .date {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.header .date i {
  font-size: 22px;
  color: #71c189;
  margin-right: 10px;
}
.header .infos-header li:last-child {
  padding-right: 0;
}
.header .infos-header .btn-top {
  color: #494759;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
  border: 2px solid;
  display: block;
  transition: all 0.2s;
}
.header .infos-header .btn-top.login {
  background: #71c189;
  border-color: #71c189;
}
.header .infos-header .btn-top.signup {
  background: #71c189;
  border-color: #71c189;
}
.header .infos-header .btn-top:hover {
  text-decoration: none;
  background: none;
}
.header .infos-header .btn-top:hover.login {
  color: #71c189;
}
.header .infos-header .btn-top:hover.signup {
  color: #71c189;
}
.header .infos-header form {
  float: right;
  width: 100%;
  border-top: 1px solid #393845;
  padding-top: 20px;
  margin-top: 10px;
}
.header .infos-header form input[type="text"] {
  background: #f7f8f9;
  border: 1px solid #d2d2d2;
  width: 91.43%;
  padding: 7px 10px;
  vertical-align: top;
}
.header .infos-header form .input-submit {
  background: #71c189;
  border: none;
  vertical-align: middle;
  border-left: 5px solid #8dd0a1;
  padding: 5px 15px 6px;
  margin-left: -3px;
}
.header .infos-header form .input-submit::before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 22px/1 FontAwesome;
  color: #ffffff;
}
.box_area_restrita {
  width: 255px;
  position: absolute;
  background: #959595;
  z-index: 10;
  padding: 20px;
  top: 40px;
  right: 20px;
  display: none;
}
.box_area_restrita .tit {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.box_area_restrita input[type="text"],
.box_area_restrita input[type="password"] {
  width: 100%;
  padding: 7px 5px;
  border: none;
  background: #fff;
  margin-bottom: 5px;
}
.box_area_restrita .link_esqueceu_senha {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.box_area_restrita .bt_login {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 20px;
  border: 2px solid;
  display: block;
  transition: all 0.2s;
  background: #71c189;
  border-color: #71c189;
  width: 100%;
}
.box_area_restrita form {
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.box_area_restrita p.msg_erro {
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 14px;
  color: red;
  font-weight: bold;
}
.navbar {
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
}
.navbar .navbar-collapse {
  padding: 13px 0;
  border-top: 1px solid #393845;
  margin-top: 20px;
}
.navbar .navbar-collapse .navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar .navbar-collapse .navbar-nav li {
  float: none;
  display: inline-block;
  border-left: 1px solid #393845;
  padding: 0 10px;
}
.navbar .navbar-collapse .navbar-nav li:first-child {
  border-left: 0;
}
.navbar .navbar-collapse .navbar-nav li a {
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar .navbar-collapse .navbar-nav li a:hover {
  color: #71c189;
  background: none;
}
.wrapper-alert {
  border: 1px solid #d2d2d2;
  height: 72px;
}
.wrapper-alert::before {
  content: "\f0e0";
  width: 80px;
  height: 70px;
  background: #71c189;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  color: #ffffff;
  font: normal normal normal 36px/1 FontAwesome;
}
.wrapper-alert p {
  text-transform: uppercase;
  font-size: 13px;
  width: 270px;
  margin: 0;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 18px;
  margin-bottom: 0;
  display: inline-block;
}
.wrapper-alert input[type="text"] {
  background: #f7f8f9;
  border: 1px solid #d2d2d2;
  padding: 7px 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: 18px;
  margin-left: 20px;
  width: 305px;
  margin-bottom: 0;
}
.wrapper-alert button {
  background: #71c189;
  border: none;
  vertical-align: top;
  border-left: 5px solid #8dd0a1;
  padding: 9px 25px;
  margin-left: -3px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 0;
  display: inline-block;
}
.btn-trans {
  display: block;
  text-align: right;
}
.title-divider {
  border-bottom: 1px solid #d2d2d2;
  margin-top: 50px;
}
.title-divider h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #71c189;
  margin: 0;
}
.title-divider ul {
  text-align: right;
}
.title-divider ul li {
  padding: 0 7px;
  border-left: 1px solid #d2d2d2;
}
.title-divider ul li:last-child {
  padding-right: 0;
}
.title-divider ul li a {
  text-decoration: none;
  color: #71c189;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.title-divider ul li a:hover {
  border-bottom: 1px solid #71c189;
  color: #71c189;
}
.banners_slide {
  margin: 30px 0;
}
.menu_conteudo {
  list-style-type: none;
  padding: 0;
}
.menu_conteudo li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 35px;
}
.menu_conteudo li a {
  color: #000;
  text-decoration: none;
}
.box-log {
  display: block;
  background: #efefef;
  border: 1px solid #d2d2d2;
  margin: 20px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding: 16px 10px;
}
.box-log p {
  margin: 0;
  font-weight: 500;
  line-height: 12px;
}
.box-log p span {
  color: #0d4c7f;
}
.box-log p a {
  color: #000;
}
.box-log.box-1 {
  padding: 10px 10px;
}
.box-leilao {
  margin-top: 30px;
}
.box-leilao p {
  margin: 0;
}
.box-leilao a:hover {
  text-decoration: none;
}
.box-leilao header img {
  width: 100%;
  min-height: 196px;
}
.box-leilao header .bid-type {
  font-size: 14px;
  margin: 0;
  color: #fff;
  background: #71c189;
  text-align: center;
  padding: 3px 0;
  text-transform: uppercase;
}
.box-leilao header .bid-title {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #494759;
  padding: 13px 20px;
  line-height: 22px;
  min-height: 90px;
}
.box-leilao .bid-details {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.box-leilao .bid-details .bid-description {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #d2d2d2;
  min-height: 75px;
}
.box-leilao .bid-details .bid-infos {
  min-height: 128px;
}
.box-leilao .bid-details .info-line {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 21px;
}
.box-leilao .bid-details .info-line .left {
  float: left;
  width: 40%;
  font-size: 11px;
  color: #959595;
}
.box-leilao .bid-details .info-line .left.active {
  color: #000;
}
.box-leilao .bid-details .info-line .right {
  float: left;
  color: #959595;
  font-size: 14px;
  font-weight: 500;
}
.box-leilao .bid-details .info-line .right.active {
  color: #000;
}
.box-leilao .bid-details .bid-status {
  padding: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.box-leilao .bid-details .bid-status .status {
  color: #fff;
  background: black;
  text-transform: uppercase;
  font-size: 16px;
  text-align: right;
  position: relative;
  padding: 5px 50px 5px 0;
}
.box-leilao .bid-details .bid-status .status::before {
  content: '';
  width: 35px;
  background-image: url(../imagens/ico-auction.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.box-leilao .bid-details .bid-status .status.status-opened {
  background-color: #4e9d2d;
}
.box-leilao .bid-details .bid-status .status.status-opened::before {
  background-color: #2e7a20;
}
.box-leilao > footer > div {
  float: left;
  text-transform: uppercase;
}
.box-leilao > footer .bid-local {
  font-size: 13px;
  color: #000;
  background: #f7f8f9;
  text-align: center;
  padding: 13px 10px 9px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  min-width: 100px;
}
.box-leilao > footer .bid-lotes {
  background: #f7f8f9;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  padding: 5px 7px 3px;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.box-leilao > footer .bid-lotes span {
  display: block;
  font-size: 12px;
}
.box-leilao > footer .bid-link a {
  display: block;
  font-size: 13px;
  color: #000;
  background: #d2d2d2;
  text-align: center;
  padding: 13px 13px 9px 13px;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.box-leilao > footer .bid-link a:hover {
  text-decoration: none;
}
.loadmore {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #393845;
  text-transform: uppercase;
  border-bottom: 5px solid #71c189;
  padding: 12px 35px;
  display: inline-block;
  transition: all 0.2s;
  margin-bottom: -5px;
  border-radius: 10px 10px 0 0;
}
.loadmore:hover {
  text-decoration: none;
  background: #71c189;
  border-bottom-color: #71c189;
  color: #fff;
}
body > footer {
  background: #494759;
  border-top: 5px solid #393845;
  position: relative;
  padding-bottom: 40px;
}
body > footer .bt_topo {
  position: absolute;
  right: 50px;
  bottom: 0;
  cursor: pointer;
}
body > footer .title-footer {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
}
body > footer .title-footer::after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #71c189;
  margin: 20px 0 30px;
}
body > footer .info-bottom {
  border-bottom: 1px solid #393845;
  padding: 6px 0;
}
body > footer .info-bottom p,
body > footer .info-bottom a {
  margin: 0;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
body > footer .info-bottom i {
  color: #71c189;
  font-size: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}
body > footer .info-bottom .place i {
  vertical-align: top;
}
body > footer .info-bottom .tel {
  float: left;
  width: 30%;
}
body > footer .info-bottom .mail {
  float: left;
}
body > footer .info-bottom .privacy,
body > footer .info-bottom .security,
body > footer .info-bottom .use-terms {
  float: left;
}
body > footer .info-bottom .privacy a,
body > footer .info-bottom .security a,
body > footer .info-bottom .use-terms a {
  background: url(../imagens/sprite-footer.png) no-repeat;
  padding: 5px 0 5px 35px;
}
body > footer .info-bottom .privacy a {
  background-position: left center;
}
body > footer .info-bottom .security {
  margin-left: 20px;
}
body > footer .info-bottom .security a {
  background-position: -185px center;
}
body > footer .info-bottom .use-terms {
  margin-left: 20px;
}
body > footer .info-bottom .use-terms a {
  background-position: -375px center;
}
body > footer ul {
  font-size: 0;
}
body > footer ul li {
  width: 49%;
  border-bottom: 1px solid #393845;
  padding: 9px 0 !important;
  font-size: 13px;
}
body > footer ul li::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}
body > footer ul li a {
  color: #fff;
}
body > footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
body > footer .logo_lw {
  margin-top: 20px;
}
.title h1,
.title h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.subtitle {
  margin-bottom: 45px;
}
.subtitle h2,
.subtitle h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.container-content-inside {
  margin-bottom: 50px;
}
.content-inside-top {
  margin-top: 30px;
}
.content-inside-top .subtitle h2 {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 5px;
}
.detalhe-leilao .img-capa {
  border: 1px solid #d2d2d2;
}
.detalhe-leilao .info-line {
  text-align: center;
  border-top: 1px solid #d2d2d2;
  padding: 9px 0;
}
.detalhe-leilao .info-line p {
  font-size: 16px;
  margin: 0;
}
.detalhe-leilao .info-line p.title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.detalhe-leilao .info-line p.ativos {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.detalhe-leilao .info-line.diff {
  margin-top: 23px;
  padding: 11px 0;
}
.detalhe-leilao .info-line.diff2 {
  min-height: 100px;
  border-bottom: 1px solid #d2d2d2;
}
.detalhe-leilao .finish-info {
  border-top: 1px solid #d2d2d2;
  padding: 9px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.detalhe-leilao .finish-info p,
.detalhe-leilao .finish-info h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.detalhe-leilao .box-regressiva-online {
  padding: 10px 0;
  text-align: center;
  background: #efefef;
  margin-top: 10px;
}
.detalhe-leilao .box-regressiva-online p {
  font-size: 16px;
  margin: 0;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
}
.detalhe-leilao .box-regressiva-online p b {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #71c189;
}
.detalhe-leilao .bid-status {
  margin-top: 20px;
}
.detalhe-leilao .bid-status .status {
  color: #fff;
  background: black;
  text-transform: uppercase;
  font-size: 16px;
  text-align: right;
  position: relative;
  padding: 9px 50px 9px 0;
}
.detalhe-leilao .bid-status .status::before {
  content: '';
  width: 35px;
  background-image: url(../imagens/ico-auction.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.detalhe-leilao .bid-status .status.status-opened {
  background-color: #4e9d2d;
}
.detalhe-leilao .bid-status .status.status-opened::before {
  background-color: #2e7a20;
}
.box-lotes {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.box-lotes .img-lote {
  position: relative;
}
.box-lotes .img-lote span {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.box-lotes .img-lote .flag_suspenso {
  position: absolute;
  top: 25px;
  left: 0;
}
.box-lotes .bloco_infos_lote {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.box-lotes .bloco_infos_lote input {
  font-size: 16px;
  font-weight: 500;
  width: 50px;
  border: solid 1px #e1e1e1;
  height: 28px;
  text-align: center;
  color: #000000;
  margin-left: 20px;
}
.box-lotes .infos-lote .title-lote {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.box-lotes .infos-lote .title-lote::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #71c189;
  display: block;
  margin: 10px 0 15px;
}
.box-lotes .infos-lote .info-line {
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #d2d2d2;
}
.box-lotes .infos-lote .info-line p {
  font-size: 14px;
}
.box-lotes .infos-lote .btn-list {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: #efefef;
  border: 3px solid #d2d2d2;
  padding: 9px;
  display: block;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}
.box-lotes .btn-audit {
  display: block;
  background: transparent;
}
.box-lotes .last-bid p {
  text-align: right;
  font-weight: 400;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 0;
  padding-top: 12px;
  margin-top: 8px;
}
.box-lotes .last-bid p span {
  float: left;
  font-weight: 500;
}
.box-lotes .regressiva-paroximos {
  font-size: 24px;
  background: #71c189;
  font-weight: 600;
  margin-top: 10px;
  padding: 5px;
  color: #fff;
}
.detalhe-lote .x-leilao h3 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  background: #efefef;
  border: 1px solid #d2d2d2;
  font-weight: 600;
  padding: 17px 0;
  text-transform: uppercase;
}
.detalhe-lote .subtitle {
  margin-bottom: 20px;
}
.detalhe-lote .subtitle h2 {
  text-align: left;
}
.detalhe-lote .info-line {
  border-top: 1px solid #d2d2d2;
  padding: 9px 0;
}
.detalhe-lote .info-line p {
  margin: 0;
  font-size: 14px;
}
.detalhe-lote .info-line p b {
  display: inline-block;
  text-align: right;
  width: 130px;
  margin-right: 10px;
}
.detalhe-lote .btns-det-lote img {
  width: 100%;
  margin-bottom: 10px;
}
.detalhe-lote .btns-det-lote .box-n-lotes {
  text-align: center;
  background: #efefef;
}
.detalhe-lote .btns-det-lote .box-n-lotes p {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 32px;
}
.detalhe-lote .btns-det-lote .box-n-lotes p span {
  font-size: 50px;
  font-weight: 600;
  color: #71c189;
}
.detalhe-lote .btns-det-lote .box-regressiva-online {
  padding: 10px 0;
  text-align: center;
  background: #efefef;
  margin-top: 10px;
}
.detalhe-lote .btns-det-lote .box-regressiva-online p {
  font-size: 16px;
  margin: 0;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
}
.detalhe-lote .btns-det-lote .box-regressiva-online p b {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #71c189;
}
.detalhe-lote .btns-det-lote .bid-status {
  margin-top: 10px;
}
.detalhe-lote .btns-det-lote .bid-status .status {
  color: #fff;
  background: black;
  text-transform: uppercase;
  font-size: 16px;
  text-align: right;
  position: relative;
  padding: 9px 50px 9px 0;
}
.detalhe-lote .btns-det-lote .bid-status .status::before {
  content: '';
  width: 35px;
  background-image: url(../imagens/ico-auction.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.detalhe-lote .btns-det-lote .bid-status .status.status-opened {
  background-color: #4e9d2d;
}
.detalhe-lote .btns-det-lote .bid-status .status.status-opened::before {
  background-color: #2e7a20;
}
.detalhe-lote .nav-ante {
  background: url(../imagens/nav-ante.png) no-repeat top left;
  text-align: left;
  padding-top: 20px;
  position: relative;
  margin-top: 33px;
}
.detalhe-lote .nav-ante a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: block;
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  padding-left: 50px;
}
.detalhe-lote .nav-prox {
  background: url(../imagens/nav-prox.png) no-repeat top right;
  text-align: right;
  padding-top: 20px;
  position: relative;
  margin-top: 33px;
}
.detalhe-lote .nav-prox a {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: block;
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
  padding-right: 50px;
}
.detalhe-lote .lote-details .info-line p b,
.detalhe-lote .col-info-lote .info-line p b {
  text-align: left;
  width: auto;
}
.detalhe-lote .title-lote {
  text-align: center;
  border-bottom: 1px solid #71c189;
  margin-bottom: 60px;
  padding-bottom: 15px;
}
.detalhe-lote .title-lote h2 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  color: #71c189;
}
.detalhe-lote .col-imagens-lote {
  position: relative;
}
.detalhe-lote .col-imagens-lote .flag-status {
  position: absolute;
  top: 0;
  left: 0;
}
.detalhe-lote .col-imagens-lote ul {
  list-style-type: none;
  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 .col-imagens-lote ul li img {
  border: 1px solid #d2d2d2;
}
.detalhe-lote .col-imagens-lote-thumb {
  width: 100%;
  display: inline-block;
}
.detalhe-lote .col-imagens-lote-thumb ul {
  margin: 5px 0 0;
  padding: 0;
}
.detalhe-lote .col-imagens-lote-thumb ul li {
  width: 120px;
  list-style: none;
  height: 82px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #e1e1e1;
}
.detalhe-lote .col-imagens-lote-thumb ul li img {
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
}
.detalhe-lote .box-ultimo-lance h2,
.detalhe-lote .header-info h2 {
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #71c189;
}
.detalhe-lote .box-ultimo-lance {
  margin-top: 60px;
}
.detalhe-lote .box-ultimo-lance .ultimo-lance {
  margin-top: 1px;
  background: #f7f8f9;
  border: 1px solid #d2d2d2;
}
.detalhe-lote .box-ultimo-lance .ultimo-lance .info-line {
  padding: 9px 15px;
}
.detalhe-lote .box-ultimo-lance .ultimo-lance .info-line:first-child {
  border-top: 0;
}
.detalhe-lote .col-info-lote .header-info {
  margin-bottom: 10px;
}
.detalhe-lote .col-info-lote .txt-info {
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  background: #efefef;
  margin-top: 10px;
  margin-bottom: 20px;
}
.detalhe-lote .col-info-lote .linha-de-seu-lance {
  text-align: right;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.detalhe-lote .col-info-lote .linha-de-seu-lance input {
  background: #71c189;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.detalhe-lote .col-info-lote #regressiva,
.detalhe-lote .col-info-lote #regressiva_lances {
  text-align: center;
  display: block;
  font-size: 42px;
  color: #71c189;
  background: #efefef;
  padding: 10px;
  font-weight: 600;
}
.detalhe-lote .col-info-lote #lances_incrementais {
  margin-bottom: 20px;
}
.detalhe-lote .col-info-lote #valor_lance {
  background: #f7f8f9;
  border: 1px solid #d2d2d2;
  padding: 7px 10px;
  vertical-align: top;
  width: 65.8%;
}
.detalhe-lote .col-info-lote .bt-dar-lance-detalhe-lote {
  background: #71c189;
  border: none;
  vertical-align: top;
  border-left: 5px solid #71c189;
  padding: 9px 25px;
  margin-left: -3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
}
.detalhe-lote .bt-login {
  display: block;
  margin-top: 20px;
}
.detalhe-lote .titulo-lista2 h2 {
  margin: 30px 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  text-transform: uppercase;
  color: #71c189;
}
.detalhe-lote .docs p {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.detalhe-lote .docs p a {
  color: #000;
  font-size: 16px;
}
.detalhe-lote .docs p a i {
  color: #71c189;
  margin-right: 7px;
  font-size: 24px;
}
.menu_logado {
  width: 100%;
  height: 40px;
  margin: 20px 0;
  border-radius: 5px;
  background: #d2d2d2;
  float: left;
}
.menu_logado ul {
  margin: 0;
  padding: 0;
  float: left;
}
.menu_logado ul li {
  font-weight: bold;
  float: left;
  list-style: none;
  font-size: 14px;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 7px;
  border-right: solid 1px #e1e1e1;
  width: 207px;
  text-align: center;
}
.menu_logado ul li a {
  color: #71c189;
  text-decoration: none;
  font-weight: bold;
}
.bt_voltar {
  float: right;
  text-decoration: none;
  color: #71c189 !important;
  font-size: 16px;
  top: -25px;
  position: relative;
}
.wrapper-catalogo {
  width: 900px;
  margin: auto;
}
.wrapper-catalogo .titulo-lista {
  color: #71c189;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
}
.wrapper-catalogo .titulo-lista h2::after {
  bottom: -1px;
}
.wrapper-catalogo .dados-leilao-catalogo {
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 27px;
  text-align: right;
}
.wrapper-catalogo .box-bt-imprimir {
  position: absolute;
  right: 0;
  bottom: -40px;
}
.wrapper-catalogo ul.lista-lotes-catalogo {
  margin: 42px 0 0 0;
  padding: 0;
  float: left;
  width: 100%;
  color: #71c189;
}
.wrapper-catalogo ul.lista-lotes-catalogo li {
  width: 100%;
  display: block;
  height: 250px;
  margin-bottom: 70px;
  position: relative;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-img-catalogo {
  margin-right: 20px;
  width: 290px;
  height: 220px;
  background: #f7f8f9;
  float: left;
  position: relative;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-img-catalogo .flag-situacao {
  position: absolute;
  z-index: 100;
  top: -30px;
  left: 0;
  width: 160px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #8dc63f;
  font-size: 10px;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-img-catalogo img {
  width: 100%;
  height: 100%;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-desc-lote-catalogo {
  float: left;
  width: 310px;
  height: 100%;
  position: relative;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-desc-lote-catalogo .num-lote {
  border-bottom: 1px solid #e1e1e1;
  position: absolute;
  top: -30px;
  line-height: 30px;
  height: 30px;
  width: 326px;
  font-weight: bold;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-desc-lote-catalogo .tipo-lote {
  border-bottom: 1px solid #e1e1e1;
  line-height: 30px;
  height: 30px;
  width: 100%;
  color: #71c189;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-desc-lote-catalogo .dec-lote {
  width: 100%;
  height: 110px;
  padding: 10px 0;
  font-size: 12px;
  overflow-y: scroll;
  border-bottom: 1px solid #e1e1e1;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-detalhes-lote-catalogo {
  width: 260px;
  height: 100%;
  float: left;
  margin-left: 15px;
  position: relative;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-detalhes-lote-catalogo .linha {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 0px;
  border-bottom: 1px solid #e1e1e1;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-detalhes-lote-catalogo .linha .label1 {
  font-size: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 90px;
  padding-right: 5px;
  float: left;
  text-align: right;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-detalhes-lote-catalogo .linha .label2 {
  font-size: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 149px;
  padding-left: 5px;
  text-align: left;
  float: left;
  color: #000;
  font-weight: bold;
}
.wrapper-catalogo ul.lista-lotes-catalogo li .box-detalhes-lote-catalogo .bt-dar-lance-catalogo {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*************************** CALENDARIO ***************************/
.calendario_mes {
  width: 210px;
  float: left;
  margin: 10px;
}
.calendario_mes div {
  width: 28px;
  border: 1px solid transparent;
  float: left;
  text-align: center;
}
.calendario_mes .mes {
  width: 210px;
  float: left;
  text-align: center;
}
.calendario_mes .mes.mes_atual {
  font-weight: bold;
  font-size: 14px;
  background: #929497;
  color: #fff;
}
.legenda {
  width: 200px;
  text-align: left;
}
.tem_leilao_legenda {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.tem_leilao,
.tem_leilao_legenda {
  background-color: #71c189;
  color: white;
}
.tem_leilao a,
.tem_leilao_legenda a {
  color: white !important;
}
.dia_atual {
  font-weight: bold;
  color: red;
}
.link-meses {
  background: #71c189;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 4px;
  border: none;
}
.link-meses:hover {
  background: #71c189;
}
.link-meses.prox {
  float: right;
  color: #fff;
}
.dia-semana {
  border: solid 1px #f9f9f9;
  background: #ebebeb;
}
.dia-semana.tem_leilao {
  background: #71c189;
}
.dia-semana.dia-vazio {
  background: #f9f9f9;
}
.dia-semana a {
  text-decoration: none;
  color: #4e2f0a;
}
/*navbar*/
/*****************FIM ESTILO CALENDARIO*****************/
@media screen and (max-width: 575px) {
  .box-leilao > footer .bid-local {
    min-width: 125px;
  }
  .header a img {
    width: 100%;
  }
  .header .infos-header .box_area_restrita {
    top: 100px;
    right: 50px;
  }
  .header .infos-header form input[type="text"] {
    width: 80.43%;
  }
  .header .infos-header li:first-child {
    margin-right: 0;
    margin-top: 10px;
  }
  #frm_newsletter {
    display: none;
  }
  .title-divider ul {
    margin-top: 20px;
    text-align: left;
    margin-left: 0;
  }
  .title-divider ul li {
    display: block;
    padding: 5px 0;
    text-align: left;
    border-left: 0;
  }
  body > footer .info-bottom .tel {
    width: 100%;
  }
  body > footer .info-bottom .security,
  body > footer .info-bottom .use-terms {
    margin-left: 0;
    width: 100%;
  }
  .navbar {
    background: #71c189;
    margin: 10px 0;
    border: none;
  }
  .navbar .navbar-toggle {
    background: #71c189;
  }
  .navbar .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar .navbar-collapse {
    background: #71c189;
    margin-top: 0;
    border: none;
    padding: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar .navbar-collapse .navbar-nav li {
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #71c189;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    color: #fff;
  }
  .btn-audit {
    margin-top: 10px;
  }
  body > footer .title-footer {
    margin-top: 20px;
  }
}
.canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: .3s ease all;
  font-family: 'Roboto', sans-serif;
}
.wrapper.show-menu .canvas {
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
.menu {
  position: absolute;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  width: 300px;
  background: #efefef;
  box-sizing: border-box;
  float: none;
  margin: 0;
  min-height: 1200px;
}
.menu a.btn {
  float: right;
  color: #fff;
  text-decoration: none;
  background: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  /* border-radius: 50%; */
  box-sizing: border-box;
  padding: 5px 0;
  font-weight: 900;
}
.menu .menu-estyle {
  float: none;
  margin-top: 30px;
  padding-left: 0;
}
.menu .menu-estyle > li {
  float: none;
  display: block;
  width: auto;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  height: auto;
  background: none;
  line-height: 40px;
  padding: 4px 10px;
}
.menu .menu-estyle > li a {
  line-height: 40px;
  float: none;
  color: #000;
}
.menu .menu-estyle > li a:hover {
  color: #000;
  border-bottom: none;
  box-shadow: none;
}
.back-canvas {
  background: #71c189;
  margin: 0 5px;
  padding-left: 15px;
  padding-top: 10px;
}
.back-canvas a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.back-canvas a span {
  display: block;
  background: #fff;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  margin: 5px 0;
}
