/*
#######################################################
  #### FONTES
#######################################################
*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

/*
#######################################################
  #### BÁSICO
#######################################################
*/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  text-decoration: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  padding-bottom: 10px;
  float: left;
  background: #f2f2f2;
}

a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.bt_atendimento {
  display: block;
  display: inline-block;
  z-index: 999999;
  position: fixed;
  top: 242px;
  right: -7px;
  width: 50px;
  height: 50px;
  float: left;
  background: url(../imagens/bt_atendimento.png) left top no-repeat;
  background-size: 137px 50px;
  text-indent: -20000px;
}

.bt_triacca {
  display: block;
  display: inline-block;
  z-index: 999999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  float: left;
  background: url(../imagens/assinatura.png) left top no-repeat;
  background-size: 40px 40px;
  text-indent: -20000px;
}

/*
#######################################################
  #### HEADER
#######################################################
*/
.header.sticky {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #f2f2f2;
}

.header {
  z-index: 1000;
  position: relative;
  width: 100%;
  height: 117px;
  padding-top: 15px;
}

.header-left {
  width: 15%;
  float: left;
}

.header-left h1 {
  display: block;
  width: 320px;
  height: 88px;
  margin: 5px 0;
  background: url(../imagens/h1.png) center center no-repeat;
  background-size: 100%;
  text-indent: -20000px;
  cursor: pointer;
}

.header-left h1 span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px auto;
  border: 2px solid #004aad;
  border-radius: 50%;
}

.header-left h1 img {
  display: block;
  position: relative;
  top: 10px;
  left: 1px;
  width: 28px;
  height: 27px;
  margin: 0 auto;
}

.header-left img {
  width: 180px;
}

.header-middle {
  width: 75%;
  float: right;
  text-align: right;
}

.header-middle ul {
  padding-top: 31px;
  list-style: none;
}

.header-middle ul li {
  display: inline-block;
}

.header-middle ul li a {
  padding: 15px 16px;
  border-radius: 6px;
  color: #5e5e5e;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: .08s ease-in;
}

.header-middle ul li a:hover {
  background: #004aad;
  color: #fff;
  text-decoration: none;
}

.header-middle ul li.selected a {
  padding: 13px 10px;
  border: 2px solid #004aad;
  border-radius: 6px;
  color: #004aad;
}

.header-middle ul li.selected a:hover {
  color: #fff;
}

.header-right {
  width: 10%;
  float: right;
}

.header-right a {
  margin-top: 5px;
  float: right;
}

/*
#######################################################
  #### BANNER
#######################################################
*/
.banner {
  position: relative;
  width: 100%;
  float: left;
}

.online-leiloes {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 874px;
  height: 440px;
}

.leiloesimg {
  width: 80% !important;
}

.leiltext {
  position: absolute;
  top: 20px;
  left: 13%;
  max-width: 500px;
}

.leiltext h2 {
  padding-top: 135px;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.leiltext a {
  position: relative;
  top: 20px;
  padding: 7px 15px 8px 15px;
  border: 1px solid #10820b;
  border-radius: 6px;
  color: #10820b;
  font-size: 13px;
  text-transform: uppercase;
}

.leiltext p {
  max-width: 60%;
  padding-top: 14px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.leiltext span {
  padding: 12px 50px 12px 15px;
  border: 1px solid #10820b;
  border-radius: 5px;
  background: url(../imagens/icon1.png) 96% center no-repeat;
  color: #10820b;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.leiltext a:hover {
  color: #10820b;
  text-decoration: none;
}

#main_banner {
  position: relative;
  height: 420px;
  overflow: hidden;
}

#main_banner li {
  position: relative;
}

#main_banner li .sombra {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imagens/sombra.png) center center no-repeat;
  opacity: 0.8;
}

.banner {
  height: 420px;
  background: url(../imagens/banner-participar.jpg) center top no-repeat;
}

.banner-search {
  width: 100%;
  height: 72px;
  float: left;
  background: #555;
}

.banner-search ul.redes {
  display: block;
  width: 120px;
  padding-top: 19px;
  float: left;
}

.banner-search ul.redes li {
  display: inline-block;
  margin-right: 5px;
  float: left;
  list-style-type: none;
}

.banner-search ul.redes li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -20000px;
}

.banner-search ul.redes li a.bt_facebook {
  background: url(../imagens/bt_facebook.png) center center no-repeat;
}

.banner-search ul.redes li a.bt_whatsapp {
  background: url(../imagens/bt_whatsapp.png) center center no-repeat;
}

.banner-search ul.redes li a.bt_instagram {
  background: url(../imagens/bt_instagram.png) center center no-repeat;
}

.banner-field {
  width: 80%;
  float: right;
}

.carregador {
  display: none;
  z-index: 999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #406689;
  cursor: progress;
  opacity: 0.95;
}

.buscar {
  float: right;
}

.item-selection {
  z-index: 999;
  position: relative;
  margin-top: 15px;
  padding-right: 7px;
  float: right;
}

.bt_abrir_busca {
  display: none;
}

.banner-search input.bt_buscar {
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 42px;
  padding-bottom: 11px;
  padding-left: 20px;
  float: right;
  border-radius: 6px;
  background: #10820b url(../imagens/search.png) 86% center no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

#search {
  position: relative;
  top: -1px;
}

.item-selection select {
  max-width: 250px;
  padding-right: 47px;
  border: 1px solid #10820b;
  border-radius: 5px;
  background: #0491cf;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-indent: 8px;
  text-transform: uppercase;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 8px;
  padding-bottom: 9px;
  background: url(../imagens/seta_select.png) 93% center no-repeat;
}

.item-selection select option {
  background: #555;
  color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.proxi {
  width: 100%;
  padding: 20px 0px;
  float: left;
  clear: both;
}

.proxi-text {
  float: right;
}

.proxi-text h2 {
  color: #5e5e5e;
  font-weight: 700;
  font-size: 35px;
}

.proxi-line {
  width: 23%;
  height: 2px;
  margin-top: 25px;
  margin-right: 27px;
  float: right;
  background: #5e5e5e;
}

/*
#######################################################
  #### LISTAGEM BENS
#######################################################
*/
.secONE {
  width: 100%;
  float: left;
}

.secITEM {
  position: relative;
  width: 100%;
  height: 470px;
  margin-top: 15px;
  float: left;
  border-radius: 5px;
  background: #fff;
}

.secIMG {
  position: relative;
  width: 100%;
  height: 162px;
  float: left;
  overflow: hidden;
}

.secIMG .mask_imagem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.secIMG img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.em-btn {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 11px 20px 9px 20px;
  border-radius: 6px 0px 6px 0px;
  background: rgba(215, 169, 30, 0.94);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.modalfooter .em-btn {
  padding: 6px 15px 4px 15px;
}

.em-btn2 {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 11px 20px 9px 20px;
  border-radius: 0px 6px 0px 6px;
  background: rgba(46, 222, 63, 0.94);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.modalfooter .em-btn2 {
  padding: 6px 15px 4px 15px;
}

.em-btn2 a:hover {
  color: #fff;
  text-decoration: none;
}

.itemTEXT {
  padding-top: 21px;
  padding-left: 25px;
  float: left;
}

.itemTEXT h2 {
  color: #5e5e5e;
  font-weight: 700;
  font-size: 16px;
}

.itembtn1 {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 18px;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 10px;
  border: 1px solid #10820b;
  border-radius: 6px;
  background: url(../imagens/icon1_pq.png) 96% center no-repeat;
  color: #10820b;
  font-size: 12px;
  text-transform: uppercase;
}

.data_leilao {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 37px;
  background: url(../imagens/icon2.png) left center no-repeat;
  background-size: 20%;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
}

.data_leilao b {
  display: block;
  font-size: 12px;
  letter-spacing: -0.3px;
}

.contador {
  display: none;
}

.contador h6 {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 25px;
  padding: 5px 10px 7px 10px;
  background: #004aad;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.icon2 {
  padding-top: 3px;
  float: left;
}

.icon2Text {
  float: left;
}

.icon2Text p {
  padding-left: 5px;
  float: left;
}

.icon2date {
  font-size: 14px;
}

.icon2Text p {
  color: #5e5e5e;
  font-size: 12px;
  text-transparent: uppercase;
}

.itemTEXT p {
  padding-top: 10px;
  padding-right: 20px;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.itemPrice {
  display: block;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 3px;
  border: 1px solid #cecece;
  border-radius: 5px;
  color: #5e5e5e;
  font-size: 28px;
  letter-spacing: -1px;
  text-align: center;
}

.itembtnsb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  float: left;
  text-align: center;
}

.itembtnsb a {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  border-radius: 0 0 5px 5px;
  background: #cd5356;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

.itembtnsb a:hover {
  color: #fff;
  text-decoration: none;
}

.itembtnsb a span.views {
  display: inline-block;
  margin-left: 25px;
  background: url(../imagens/icon_views.png) left center no-repeat;
  background-size: 23px 23px;
  font-size: 12px;
  text-align: left;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 30px;
  float: left;
}

.itembtnsb a span.lances {
  display: inline-block;
  margin-left: 25px;
  background: url(../imagens/icon_lances.png) left center no-repeat;
  background-size: 23px 23px;
  font-size: 12px;
  text-align: left;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 30px;
  float: left;
}

.secTWO {
  width: 100%;
  padding-top: 40px;
  float: left;
}

.sec2text {
  width: 100%;
  float: left;
}

.sec2textHeading {
  margin-right: 6px;
  float: right;
}

.sec2textHeading a {
  padding: 8px 20px;
  border: 1px solid #004aad;
  border-radius: 5px;
  color: #004aad;
  font-size: 16px;
  text-transform: uppercase;
}

.font-normal {
  font-weight: 500;
  font-size: 19px;
}

.sec2text-line {
  width: 25%;
  height: 2px;
  margin-top: 17px;
  margin-right: 27px;
  float: right;
  background: #004aad;
}

.secTHREE {
  display: table;
  width: 100%;
  padding-top: 40px;
  float: left;
}

.sec3text {
  display: flex;
  margin-bottom: 50px;
  border-radius: 8px;
  background: #fff;
}

.sec3text-left {
  width: 50%;
}

.sec3text-right {
  display: flex;
  position: relative;
  align-items: center;
  width: 50%;
  overflow: hidden;
}

.sec3text-right::after {
  display: block;
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -264px;
  width: 400px;
  height: 400px;
  transform: rotate(-30deg) translateY(-50%);
  background: #FFFFFF;
  content: '';
}

.sec3text-right img {
  z-index: 1;
  position: relative;
  width: 100%;
}

.fique {
  width: 100%;
}

.fique h2 {
  padding-top: 20px;
  padding-left: 40px;
  color: #555;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Rubik', sans-serif;
}

.fique p {
  padding-left: 40px;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Rubik', sans-serif;
}

.fiquefrm {
  margin-top: -3px;
  margin-left: 40px;
}

.fiquefrm form {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.fiqinput {
  float: left;
}

#fiqinput {
  width: 300px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f2f2f2;
  color: #535353;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;

}

.fiqbtn {
  margin-left: 3px;
  padding: 11px 15px;
  border-radius: 6px;
  background: #004aad;
  color: #fff;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.secFOUR {
  width: 100%;
  float: left;
}

.sec4text {
  width: 100%;
  float: left;
}

.sec4item {
  position: relative;
  width: 20%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.sec4item img {
  width: 100%;
}

.sec4item h1 {
  padding-top: 15px;
  color: #313131;
  font-weight: 700;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}

.sec4item p {
  color: #8b8b8b;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
}

/*
#######################################################
  #### FOOTER
#######################################################
*/
footer {
  width: 100%;
  padding: 10px 0;
  float: left;
  background: #10820b;
}

footer .bt_email {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Rubik', sans-serif;
}

footer .bt_whats,
footer .bt_contato {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Rubik', sans-serif;
}

footer ul.redes {
  display: block;
  width: 120px;
  margin: 0 auto;
}

footer ul.redes li {
  display: inline-block;
  margin-right: 5px;
  float: left;
  list-style-type: none;
}

footer ul.redes li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -20000px;
}

footer ul.redes li a.bt_facebook {
  background: url(../imagens/bt_facebook.png) center center no-repeat;
}

footer ul.redes li a.bt_whatsapp {
  background: url(../imagens/bt_whatsapp.png) center center no-repeat;
}

footer ul.redes li a.bt_instagram {
  background: url(../imagens/bt_instagram.png) center center no-repeat;
}

footer .row {
  align-items: center;
  justify-content: space-between;
}

footer .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

footer .footer-bottom {
  width: 100%;
  padding-top: 20px;
  float: left;
}

.footer-bottom p {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

.footer-bottom p a {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.footer-bottom img {
  display: block;
  text-align: center;
}

.tick {
  width: 100%;
  float: left;
  text-align: center;
}

/*
#######################################################
  #### PRODUTO
#######################################################
*/
.lemodal {
  position: relative;
  width: 100%;
  background: #fff;
}

.modal-header {
  position: relative;
  width: 100%;
  height: 62px;
  float: left;
  overflow: hidden;
  background: #555;
}

.modal-header h2 {
  width: 33.33%;
  margin-top: 18px;
  padding-left: 30px;
  float: left;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

.modal-header h3 {
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-radius: 50%;
  background: #10820b;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 118px;
  text-align: center;
  text-transform: uppercase;
}

.modal-header a.bt_edital {
  margin-top: 10px;
  float: right;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  padding: 10px 55px 11px 15px;
  border-radius: 4px;
  background: #10820b url(../imagens/down.png) 90% center no-repeat;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  transition: .12s ease-in;
}

.modal-header a.bt_edital:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.modal-header a.bt_coordenadas {
  margin-top: 10px;
  float: right;
  background: #10820b;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  padding: 10px 55px 11px 15px;
  border-radius: 4px;
  background: #10820b url(../imagens/forma.png) 90% center no-repeat;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  transition: .12s ease-in;
}

.modal-header a.bt_coordenadas:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.modal-header a.bt_voltar {
  margin-top: 10px;
  float: right;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  padding: 10px 45px 11px 15px;
  border-radius: 4px;
  background: #d75b1e url(../imagens/voltar.png) 86% center no-repeat;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  transition: .12s ease-in;
}

.modal-header a.bt_sair {
  margin-top: 10px;
  float: right;
  color: #d75b1e;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  padding: 9px 14px 10px 14px;
  border: 2px solid #d75b1e;
  border-radius: 4px;
  background: none;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  transition: .12s ease-in;
}

.modal-header a.bt_voltar:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
}

.modal-header h2 img {
  margin-right: 5px;
}

.modal-header2 {
  width: 33.33%;
  float: left;
  text-align: center;
}

.modal-header3 {
  width: 33.33%;
  margin-top: 35px;
  float: left;
  text-align: right;
}

#forma {
  position: relative;
  rigth: 4px;
}

#edital {
  position: relative;
  top: 4px;
  right: 7px;
}

.modal-header1 h2 {
  padding-top: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.modal-header3 a {
  padding: 8px 20px 16px 20px;
  box-shadow: 1px 0px 5px 5px #be951a;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.modal-header3 a:hover {
  color: #fff;
  text-decoration: none;
}

.inner-modal {
  position: relative;
  width: 90%;
  margin: auto;
}

.profession {
  width: 80%;
  margin-left: 10%;
  float: left;
  text-align: center;
}

.profession h2 {
  padding-top: 39px;
  padding-bottom: 27px;
  color: #5c5c5c;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
}

.doze {
  width: 100%;
  float: left;
  clear: both;
}

.doze-left {
  width: 50%;
  float: left;
}

.doze_arrematado .doze-car {
  background: #fff;
}

.doze_arrematado .doze-car img {
  opacity: 0.6;
}

.doze-car {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  float: left;
  clear: both;
  overflow: hidden;
  background: #d9d9d9 url(../fotos/produtos/pq_sem_imagem.png) center center no-repeat;
}

.doze-car img {
  min-width: 100%;
  max-width: 640px;
  min-height: 100%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  opacity: 0.97;
}

.doze-chair {
  width: 100%;
  float: left;
  clear: both;
}

.doze-chair1 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 85px;
  margin-top: 6px;
  float: left;
  overflow: hidden;
  opacity: 0.7;
  transition: .08s ease-in;
}

.doze-chair1:hover {
  opacity: 1;
}

.doze-chair1 img {
  min-width: 99%;
  min-height: 100%;
}

.doze-right {
  width: 50%;
  float: left;
}

.doze-right .data_leilao {
  margin-bottom: 25px;
  margin-left: 25px;
}

.lance {
  width: 100%;
  float: left;
}

.lance h2 {
  padding-top: 20px;
  color: #5c5c5c;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.doze-right h5 {
  position: relative;
  top: -15px;
  margin-right: 50px;
  margin-left: 25px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 2px solid rgba(215, 169, 30, 0.94);
  color: rgba(215, 169, 30, 0.94);
  font-weight: 500;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.lancfrm {
  width: 100%;
  padding-top: 12px;
  float: left;
}

.lancfrm1 {
  width: 60%;
  float: left;
}

.lancfrm2 {
  width: 38%;
  padding-left: 2%;
  float: left;
}

#lanceemail {
  width: 100%;
  height: 35px;
  padding: 1px 5px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  color: #525252;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

#confirma {
  width: 60%;
  height: 35px;
  padding: 1px 5px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #525252;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.define {
  width: 100%;
  float: left;
}

.define p {
  padding-top: 12px;
  color: #525252;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.doze-right h2 {
  padding-top: 20px;
  padding-left: 25px;
  color: #5e5e5e;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}

.formalize .doze-right h3 {
  display: inline-block;
  margin-left: 25px;
  padding: 8px;
  padding-left: 30px;
  background: #cd5356 url(../imagens/icon_views.png) 8px center no-repeat;
  background-size: auto 16px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.doze-right p {
  padding-right: 45px;
  padding-left: 25px;
  color: #5e5e5e;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
}

.ultimolance {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 25px;
  float: left;
  background: #f4f4f4;
}

.ultimo {
  float: left;
}

.ultimo2 {
  float: left;
}

.ultimo p {
  padding-top: 13px;
  color: #004aad;
  font-weight: 300;
  font-size: 11px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.ultimo p span {
  display: block;
  font-weight: 600 !important;
  font-size: 32px;
  letter-spacing: -3px;
}

.ultimo2 p {
  padding-top: 16px;
  color: #525252;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}

.por {
  float: left;
}

.formalize {
  padding-left: 25px;
}

.formalize h2 {
  display: table;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.formalize p {
  max-width: 330px;
  margin-top: -14px;
  padding-left: 0;
}

.formalize p a.dar_lance {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 15px 4px 14px;
  padding-top: 0;
  border-radius: 5px;
  background: #525252;
  color: #fff;
  color: #fff !important;
  font-size: 16px;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-decoration: none !important;
}

.formalize a.bt_login {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  padding: 10px 20px 11px 20px;
  border-radius: 4px;
  background: #10820b;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: .12s ease-in;
}

.formalize a.bt_login:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.formalize h3 {
  max-width: 350px;
  padding-top: 0px;
  color: #525252;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.formalize a {
  padding-top: 20px;
  color: #525252;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-decoration: underline;
}

.formalize a:hover {
  color: #525252;
}

.formalize.matricula {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
}

.formalize.matricula a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 20px;
  padding: 0;
  border-radius: 4px;
  background: #10820b;
  color: #fff;
  font-weight: 300;
  font-weight: 600;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.formalize.matricula h2 {
  display: inline-flex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.outrose {
  width: 100%;
  height: 42px;
  margin-top: 25px;
  float: left;
  background: #f4f4f4;
}

.outrose h2 {
  padding-top: 12px;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.modalfooter {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin-top: 1px;
  float: left;
}

.modalfooter h5 {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 36px;
  border-right: 1px solid #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #cd5356;
}

.modalfooter h5 span.views {
  display: inline-block;
  background: url(../imagens/icon_views.png) left center no-repeat;
  background-size: 23px 23px;
  font-size: 12px;
  text-align: left;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  margin-top: 7px;
  margin-left: 25%;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  float: left;
  color: #fff;
}

.modalfooter h5 span.lances {
  display: inline-block;
  margin-left: 25px;
  background: url(../imagens/icon_lances.png) left center no-repeat;
  background-size: 23px 23px;
  font-size: 12px;
  text-align: left;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  margin-top: 7px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
  float: left;
  color: #fff;
}

.modalfooter .mask_image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 120px;
  overflow: hidden;
}

.modalimg {
  position: relative;
  width: 16.66666666666667%;
  height: 250px;
  float: left;
}

.modalimg img {
  width: 100%;
  cursor: pointer;
}

.modalimg h2 {
  padding-top: 0px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  color: #525252;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: .08s ease-in;
}

.leremodalfullwidth {
  display: table;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s ease;
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.modalimg:hover {
  background: #735f47;
  opacity: 0.9;
}

.modalimg:hover .image {
  z-index: 999;
  position: relative;
  background: #735f47;
  opacity: 0.5
}

.modalimg:hover h2 {
  color: #fff;
}

.modalimg:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.arrematado {
  position: relative;
}

.arrematado .image {
  opacity: 0.3;
}

.arrematado h2 {
  opacity: 0.3;
}

.arrematado:hover {
  background: none;
}

.arrematado:hover h2 {
  color: #525252;
}

.arrematado:hover .image {
  opacity: 0.3;
}

.aviso_arremate {
  z-index: 9;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -60px;
  padding: 5px 15px;
  border-radius: 6px;
  background: #004aad;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: .08s ease-in;
}

.aviso_agora {
  z-index: 9;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -70px;
  padding: 5px 15px;
  border-radius: 6px;
  background: #10820b;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: .08s ease-in;
}

.doze-car {
  position: relative;
}

.doze-car .aviso_arremate {
  top: 40%;
}

@media screen and (max-width:768px) {
  .profession h2 br {
    display: none;
  }

  .profession h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .modal-header1 h2 {
    padding-top: 39px;
    font-size: 12px;
  }

  .modal-header3 a {
    font-size: 12px;
  }

  .doze-left {
    width: 100%;
  }

  .doze-right {
    width: 100%;
  }

  .dozecad h2 {
    padding-top: 5px;
  }

  .formalize {
    padding-top: 0px;
  }

  .text {
    font-size: 13px;
  }

  .buscar {
    width: 19%;
  }

  .item-selection {
    width: 27%;
  }

  #item-selection {
    padding: 8px 2px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #0491cf;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
  }

  #buscar {
    padding: 9px 6px;
    border-radius: 5px;
    background: #10820b;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .header {
    position: relative;
  }

  .header-left {
    width: 40%;
  }

  .header-left img {
    width: 60%;
  }

  .header-middle {
    display: none;
    width: 60%;
    text-align: left;
  }

  .header-right {
    position: absolute;
    top: 15px;
    right: 5px;
  }

  .header-middle ul {
    padding-top: 12px;
    padding-bottom: 16px;
    list-style: none;
  }

  .header-middle ul li {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    float: left;
  }

  .ft1 {
    padding-top: 15px;
    text-align: center;
  }

  .ft2 {
    padding-top: 15px;
  }

  .ft2 {
    padding-top: 15px;
    text-align: left !important;
  }

  .social-icon {
    padding-left: 12px;
  }

  .ft3text {
    padding-top: 5px;
    float: left;
  }

  .ft3img {
    padding-left: 27px;
    float: left;
  }

  .sec4item {
    width: 100%;
  }

  .sec3text {
    display: block;
  }

  .sec3text-left {
    display: table;
    width: 100%;
    padding: 20px 2%;
  }

  .sec3text-right {
    display: none;
  }

}

/***********************************
   Menu Mobile
**********************************/
.menu_mobile {
  z-index: 9999999999999999;
  position: absolute;
  top: 0px;
  left: -2600px;
  width: 100%;
  max-width: 420px;
  padding-top: 60px;
  padding-bottom: 40px;
  background: #3c4d62;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
}

.menu_mobile_aberto {
  left: 0;
  opacity: 1;
}

.menu_mobile .margem {
  margin-left: 40px;
}

.menu_mobile span.logo {
  display: block;
  width: 122px;
  height: 32px;
  background: url(../imagens/logo_mobile.png) no-repeat;
  background-size: 122px 32px;
  -moz-background-size: 122px 32px;
  -webkit-background-size: 122px 32px;
  margin-top: 12px;
  margin-bottom: 40px;
}

.menu_mobile .estilo_1 li {
  padding-bottom: 1px;
}

.menu_mobile .estilo_1 li span {
  position: relative;
  bottom: 10px;
  padding-right: 12px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.menu_mobile .estilo_1 li a {
  color: #fff;
  font-size: 28px;
}

.menu_mobile .estilo_1 li a:hover {
  text-decoration: underline;
}

.menu_mobile .estilo_2 {
  padding-top: 20px;
}

.menu_mobile .estilo_2 li {
  line-height: 22px;
}

.menu_mobile .estilo_2 li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.menu_mobile .estilo_2 li a:hover {
  text-decoration: underline;
}

.menu_mobile .estilo_3 {
  padding-top: 35px;
}

.menu_mobile .estilo_3 p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.menu_mobile .estilo_3 p b {
  display: block;
  padding-bottom: 3px;
  color: #fff;
  font-size: 20px;
}

.menu_mobile .estilo_4 {
  padding-top: 25px;
}

.menu_mobile .estilo_4 li a {
  position: relative;
}

.menu_mobile .estilo_4 li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  text-indent: -20000px;
  opacity: 0;
  transition: all 0.1s ease-in;
}

a.bt_fechar_mobile {
  display: block;
  z-index: 999999999999999999999999999;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  background-size: 19px 19px;
  text-indent: -300000px;
  -moz-background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  z-index: 99;
}

@media screen and (max-width:480px) {
  .modal-header1 h2 {
    padding-top: 20px;
    font-size: 10px;
  }

  .modal-header2 {
    width: 20%;
  }

  .modal-header1 {
    width: 40%;
  }

  .modal-header3 {
    width: 40%;
    margin-top: 12px;
  }

  .modal-header3 a {
    font-size: 10px;
  }

  .modal-header2 img {
    width: 90%;
  }

  #item-selection {
    font-size: 8px;
  }

  #buscar {
    font-size: 8px;
  }

  .header-right img {
    width: 40px;
    padding-top: 0px;
  }

  .header-middle ul li a {
    padding: 10px 20px;
    color: #5e5e5e;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
  }
}

@media screen and (max-width:480px) {

  .modal-header1 h2 {
    font-size: 8px;
  }

  .modal-header3 a {
    font-size: 8px;
  }
}

@media screen and (max-width:320px) {

  .modal-header1 h2 {
    padding-top: 6px;
    font-size: 6px;
  }

  .modal-header3 a {
    font-size: 6px;
  }

  .modal-header3 {
    margin-top: 0px;
  }
}

@media screen and (min-width:1500px) {
  .leiloesimg {
    width: 89% !important;
  }

  .leiltext {
    left: 18%;
  }

}

@media screen and (min-width:1700px) {
  .leiloesimg {
    width: 101% !important;
  }

  .leiltext {
    left: 30%;
  }

}

@media screen and (min-width:1900px) {
  .leiloesimg {
    width: 116% !important;
  }

  .leiltext {
    left: 43%;
  }
}

@media (max-width: 1660px) {
  #main_banner li .sombra {
    background-position: left -200px center;
  }
}

.bt_leilao_home {
  display: table;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #ddd url(../imagens/thumb_leilao.png) center 80px no-repeat;
  background-size: 80px 80px;
}

.bt_leilao_home h5 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #5e5e5e;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.bt_leilao_home .mask_imagem {
  display: flex;
  position: absolute;
  top: 40px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 125px;
  overflow: hidden;
}

.bt_leilao_home .mask_imagem img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.bt_leilao_home h6 {
  padding-top: 125px;
  color: #5e5e5e;
  font-weight: 900;
  font-size: 13px;
  text-align: center;
}

.bt_leilao_home .tag {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 1px 7px 4px 7px;
  border-radius: 6px;
  background: #ededed;
  background: #004aad;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.bt_leilao_home .venda_direta {
  bottom: 28px;
}

.bt_leilao_home .fechado {
  background: #10820b;
}

.bt_leilao_home .venda_direta {
  background: #79797c;
}

.carregador {
  display: none;
  z-index: 999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #406689;
  cursor: progress;
  opacity: 0.95;
}

.container-banner-cookie * {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.container-banner-cookie {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 70px;
  background-color: rgba(79, 79, 79, 0.8);
  font-size: 12px;
  text-align: justify;

}

.container-text-banner {
  justify-content: center;
  width: 50%;
  font-weight: 500;
}

.text-banner-cookie {
  color: #ffffff;
}

.text-banner-cookie>a {
  color: #FCD000;
}

.text-banner-cookie>a:visited {
  color: #FCD000;
}

.text-button-cookie {
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .container-banner-cookie {
    height: 95px;
  }

  .container-banner-cookie span {
    font-size: 12px;
    line-height: 14px;
  }
}

.aviso_2 {
  margin-top: 25px;
  margin-right: 7px;
  margin-bottom: 25px;
  margin-left: 6px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border: 2px solid #10820b;
  border-radius: 8px;
  color: #10820b;
  font-weight: 500;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.conteudo_textual {
  display: table;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 35px;
}

.conteudo_textual h3 {
  padding-bottom: 25px;
  font-size: 32px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.conteudo_textual p {
  font-weight: normal;
  font-family: 'Rubik', sans-serif;
}

.conteudo_textual strong {
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.header.vender {
  box-shadow: 0px 0px 6px -2px #a1a1a1;
}

#vender_form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 425px;
}

#vender_form form input,
#vender_form form textarea {
  display: block;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  background: none;
  color: #999999;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.08s ease-in;
}

#vender_form form input::placeholder,
#vender_form form textarea::placeholder {
  opacity: 1;
}

#vender_form form textarea {
  height: 150px;
  resize: none;
}

#vender_form form button {
  width: 160px;
  height: 50px;
  float: right;
  border: none;
  border-radius: 25px;
  background: #10820b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.08s ease-in;
}

.footer-bottom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.footer-bottom ul img {
  width: 100%;
}