/*
#######################################################
  #### BÁSICO
#######################################################
*/
*{
  padding:0;
  margin:0;
  text-decoration:none;
  border:none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}
.wrapper{
  width:100%;
  float:left;
  background:#f2f2f2;
  padding-bottom: 10px;
}
a:hover{
  text-decoration: none;
}
li{
  list-style-type: none;
}
.bt_atendimento{
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/bt_atendimento.png) left top no-repeat;
  background-size: 137px 50px;
  position: fixed;
  right: -7px;
  top: 242px;
  z-index: 999999;
  display: none;
}
.bt_triacca{
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/assinatura.png) left top no-repeat;
  background-size: 40px 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999999;
}

/*
#######################################################
  #### HEADER
#######################################################
*/
/*.header.sticky{
  top:0;
  left:0;
  right:0;
  z-index:1000;
  position:fixed;
  background:#f2f2f2;
}
.header{
  width:100%;
  float:left;
  padding-top:15px;
  z-index:1000;
  position:relative;
  height: 117px;
}
.header-left{
  width:15%;
  float:left;
}
.header-left h1 {
  height: 88px;
  width: 320px;
  display: block;
  text-indent: -20000px;
  background: url(../imagens/h1.png) center center no-repeat;
  background-size: 100%;
  margin-top: -1px;
  cursor: pointer;
}
.header-left h1 span{
  display: block;width: 50px;
  height: 50px;
  border: 2px solid #3b5294;
  border-radius: 50%;
  margin: 0 auto 5px auto;  
}
.header-left h1 img{
  display: block;
  width: 28px;
  height: 27px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  left: 1px;
}
.header-left img{
  width:180px;
}
.header-middle{
  width:75%;
  float: right;
  text-align:right;
}
.header-middle ul{
  list-style:none;
  padding-top:31px;
}
.header-middle ul li{
  display:inline-block;
}
.header-middle ul li a{
  color: #5e5e5e;
  font-size: 14px;
  font-weight:700;
  text-transform:uppercase;
  padding: 15px 30px;
  border-radius: 6px;
  transition: .08s ease-in;
}
.header-middle ul li a:hover{
  color: #fff;
  background: #3b5294;
  text-decoration: none;
}
.header-middle ul li.selected a{
  border:2px solid #3b5294;
  border-radius: 6px;
  color: #3b5294;
  padding: 13px 28px;
}
.header-middle ul li.selected a:hover{
  color: #fff;
}
.header-right{
  width:10%;
  float: right;
}
.header-right a{
  float: right;
  margin-top: 5px;
}
*/
/*
#######################################################
  #### BANNER
#######################################################
*/
.banner{
  width:100%;
  float:left;
  position:relative;
}
.online-leiloes{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 255px;
  width: 874px;
  background: url(../imagens/online-leiloes.png) -220px top no-repeat;  
}
.leiloesimg{
  width: 80% !important;
}
.leiltext{
  top: 20px;
  left: 13%;
  position: absolute;
}
.leiltext h2{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 35px;
  line-height: 40px;
}
.leiltext a{
  color: #d7a91e;
  border: 1px solid #d7a91e;
  padding: 7px 15px 8px 15px;
  border-radius: 6px;
  position: relative;
  top: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.leiltext p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 14px;
  max-width: 60%;
}
.leiltext span{
    color: #d7a91e;
    font-size: 15px;
    border: 1px solid #d7a91e;
    border-radius: 5px;
    padding: 12px 50px 12px 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../imagens/icon1.png) 96% center no-repeat;
}
.leiltext a:hover{
  color: #d7a91e;
  text-decoration:none;
}
.banner{
  background: url(../imagens/banner.jpg) center top no-repeat;
  height: 255px;
}
.banner-search{
  width:100%;
  float:left;
  background: #555;
  height: 72px;
}
.banner-search ul.redes{
  width: 120px;
  display: block;
  float: left;
  padding-top: 19px;
}
.banner-search ul.redes li{
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.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;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #406689;
  opacity: 0.95;
  cursor: progress;
  z-index: 999999999999;
}
.buscar{
  float:right;
}
.item-selection{
  float:right;
  padding-right: 7px;
  position:relative;
  z-index:999;
  margin-top: 15px;
}
.bt_abrir_busca{
  display: none;
}
.banner-search input.bt_buscar{
  background: #d7a91e url(../imagens/search.png) 86% center no-repeat;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  border-radius: 6px;
  cursor: pointer;
  float: right;
  padding-left: 20px;
  padding-right: 42px;
  padding-top: 10px;
  padding-bottom: 11px;
  margin-top: 15px;
}
#search{
  position:relative;
  top:-1px;
}
.item-selection select{
  max-width: 250px;
  background:#0491cf;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  border-radius:5px;
  border:1px solid #fff;
  text-indent: 8px;
  padding-right: 47px;
  -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-size:14px;
  font-weight:700;
  text-transform: uppercase;    
}
.proxi{
  width:100%;
  float:left;
  clear:both;
  padding:20px 0px;
}
.proxi-text{
  float:right;
}
.proxi-text h2{
  font-size:35px;
  color:#5e5e5e;
  font-weight:700;
}
.proxi-line {
    float: right;
    width: 23%;
    height: 2px;
    background: #5e5e5e;
    margin-top: 25px;
    margin-right: 27px;
}

/*
#######################################################
  #### LISTAGEM BENS
#######################################################
*/
.secONE{
  width: 100%;
  float: left;
}
.secITEM{
  width: 100%;
  float: left;
  background: #fff;
  border-radius:5px;
  margin-top: 15px;
  height: 470px;
  position: relative;
}
.secIMG{
  width: 100%;
  float: left;
  position: relative;
  height: 162px;
  overflow: hidden;
}
.secIMG .mask_imagem{
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display:flex;
  justify-content:center;
  align-items:center;  
}
.secIMG img{
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
.em-btn{
  position:absolute;
  right: 0px;
  top: 0;
  background: rgba(215, 169, 30, 0.94);
  padding: 11px 20px 9px 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px 6px 0px 6px;
  font-size: 13px;
  z-index: 9;  
}
.modalfooter .em-btn{
  padding: 6px 15px 4px 15px;  
}
.em-btn2{
  position:absolute;
  right: 0px;
  top: 0;
  background: rgba(46, 222, 63, 0.94);
  padding: 11px 20px 9px 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px 6px 0px 6px;
  font-size: 13px;
  z-index: 9;
}
.modalfooter .em-btn2{
  padding: 6px 15px 4px 15px;  
}
.em-btn2 a:hover{
  color: #fff;
  text-decoration: none;
}
.itemTEXT{
  float: left;
  padding-left: 25px;
  padding-top: 21px;
}
.itemTEXT h2{
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 700;
}
.itembtn1{
  color: #d7a91e;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #d7a91e;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
  margin-top: 3px;
  background: url(../imagens/icon1_pq.png) 96% center no-repeat;
  margin-bottom: 18px;
}
.data_leilao{
  background: url(../imagens/icon2.png) left center no-repeat;
  background-size: 20%;
  display: inline-block;
  height: 30px;
  font-size: 11px;
  color: #5e5e5e;
  font-weight: 600;
  padding-left: 37px;
  line-height: 13px;
  padding-top: 3px;
  margin-right: 10px;
}
.data_leilao b{
  display: block;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.contador{
    display: none;
    position: relative;
    top: 10px;
}
.contador h6{
  display: inline-block;
  background: #3b5294;
  padding: 5px 10px 7px 10px;
  color: #fff;
  font-size: 11px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
}
.icon2{
  float:left;
  padding-top:3px;
}
.icon2Text{
  float:left;
}
.icon2Text p{
  float:left;
  padding-left:5px;
}
.icon2date{
  font-size:14px;
}
.icon2Text p{
  color:#5e5e5e;
  font-size:12px;
  text-transparent:uppercase;
}
.itemTEXT p{
  color:#5e5e5e;
  font-size:14px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 20px;
  padding-top: 10px;
}
.itemPrice{
  color:#5e5e5e;
  font-size:28px;
  border: 1px solid #cecece;
  display: block;
  border-radius:5px;
  margin-right: 25px;
  text-align: center;
  letter-spacing: -1px;
  padding-top: 5px;
  padding-bottom: 3px;  
}

.itembtnsb{
  width:100%;
  float:left;
  text-align:center;
  padding-top:20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.itembtnsb a{
  background:#cd5356;
  color:#fff;
  font-size:14px;
  display:inline-block;
  width:100%;
  padding:10px 0px;
  border-radius:0 0 5px 5px;
  text-transform:uppercase;
  text-align: left;
}
.itembtnsb a:hover{
  color:#fff;
  text-decoration:none;
}
.itembtnsb a span.views{
  font-size: 12px;
  text-align: left;
  display: inline-block;
  background: url(../imagens/icon_views.png) left center no-repeat;
  margin-left: 25px;
  background-size: 23px 23px;
  -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{
  font-size: 12px;
  text-align: left;
  display: inline-block;
  background: url(../imagens/icon_lances.png) left center no-repeat;
  margin-left: 25px;
  background-size: 23px 23px;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 2px;
  padding-bottom: 3px; 
  padding-left: 30px;
  float: left; 
}
.secTWO{
  width: 100%;
  float: left;
  padding-top: 40px;
}
.sec2text{
  width: 100%;
  float: left;
}
.sec2textHeading{
  float: right;
  margin-right: 6px;
}
.sec2textHeading a {
    color: #3b5294;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #3b5294;
    padding: 8px 20px;
    border-radius: 5px;
}
.font-normal{
  font-weight: 500;
  font-size: 19px;
}
.sec2text-line {
    float: right;
    width: 25%;
    height: 2px;
    background: #3b5294;
    margin-top: 17px;
    margin-right: 27px;
}
.secTHREE{
  width: 100%;
  float: left;
  padding-top: 40px;
}
.sec3text{
  display: flex;
  background: #fff;
  border-radius: 8px;
}
.sec3text-left{
  width: 50%;
}
.sec3text-right{
  width: 50%;
}
.sec3text-right img{
  width: 100%;
}
.fique{
  width: 100%;
}
.fique h2{
  color:#555;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  padding-left: 40px;
  padding-top: 20px;
}
.fique p{
  color:#555;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  padding-left: 40px;
  font-weight: 400;
  line-height: 18px;
}
.fiquefrm{
  margin-left: 40px;
  margin-top: -3px;
}
.fiqinput{
  float: left;
}

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

}

.fiqbtn{
  padding:11px 15px;
  background: #cd5356;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  margin-left: 3px;
}
.secFOUR{
  width: 100%;
  float: left;
}
.sec4text{
  width: 100%;
  float: left;
}
.sec4item{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .sec4item img{
    width: 100%;
  }
  .sec4item h1{
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    padding-top: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    }
    .sec4item p{
      color: #8b8b8b;
      font-size: 12px;
      font-family: 'Rubik', sans-serif;
      font-weight: 300;
    }

/*
#######################################################
  #### FOOTER
#######################################################
*/    
/*footer .bt_email{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif; 
}
footer .bt_whats{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif; 
}
footer ul.redes{
  width: 120px;
  display: block;
  margin: 0 auto;
}
footer ul.redes li{
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
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-bottom{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.footer-bottom p{
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.footer-bottom p a{
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.footer-bottom img{
  text-align: center;
  display: block;
}
.tick{
  width: 100%;
  float: left;
  text-align: center;
}*/

/*
#######################################################
  #### PRODUTO
#######################################################
*/
.lemodal{
  width: 100%;
  background: #fff;
  position: relative;
}
.modal-header{
  width: 100%;
  float: left;
  background: #555;
  height: 62px;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.modal-header h2{
  width: 33.33%;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 18px;
}
.modal-header h3{
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #d7a91e;
  position: absolute;
  left: 50%;
  top: -27px;
  margin-left: -60px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600; 
  text-align: center;
  line-height: 118px;
}
.modal-header a.bt_edital{
  float: right;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  -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);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);  
  margin-right: 10px;
  padding: 10px 55px 11px 15px;
  border-radius: 4px;
  background: #d7a91e url(../imagens/down.png) 90% center no-repeat;
  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{
  float: right;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  background: #d7a91e;
  -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);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);  
  margin-right: 10px;
  padding: 10px 55px 11px 15px;
  border-radius: 4px;
  background: #d7a91e url(../imagens/forma.png) 90% center no-repeat;
  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{
  float: right;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  -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); 
  margin-right: 10px;
  padding: 10px 45px 11px 15px;
  border-radius: 4px;
  background: #d75b1e url(../imagens/voltar.png) 86% center no-repeat;
  transition: .12s ease-in;  
}
.modal-header a.bt_sair{
  float: right;
  text-align: left;
  color: #d75b1e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  -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); 
  margin-right: 10px;
  padding: 9px 14px 10px 14px;
  border-radius: 4px;
  border: 2px solid #d75b1e;
  transition: .12s ease-in; 
  background: none; 
}
.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%;
  float: left;
  text-align: right;
  margin-top: 35px;
}
#forma{
  position: relative;
  rigth: 4px;
}
#edital{
  position: relative;
  top:4px;
  right: 7px;
}
.modal-header1 h2{
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.modal-header3 a{
  padding:8px 20px 16px 20px;
  box-shadow: 1px 0px 5px 5px #be951a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.modal-header3 a:hover{
  color: #fff;
  text-decoration: none;
}
.inner-modal{
  width: 90%;
  margin: auto;
  position: relative;
}
.profession{
  width: 80%;
  float: left;
  text-align: center;
  margin-left: 10%;
}
.profession h2{
  color: #5c5c5c;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-top: 39px;
  padding-bottom: 27px;
}
.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{
  width: 100%;
  float: left;
  clear: both;
  background: #d9d9d9 url(../fotos/produtos/pq_sem_imagem.png) center center no-repeat;
  height: 360px;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;  
}
.doze-car img{
  min-width: 100%;
  opacity: 0.97;
  min-height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 640px;
}
.doze-chair{
  width: 100%;
  float: left;
  clear: both;
}
.doze-chair1{
  width: 25%;
  float: left;
  margin-top: 6px;
  position: relative;
  height: 85px;
  overflow: hidden;
  opacity: 0.7;
  transition: .08s ease-in;
  display:flex;
  justify-content:center;
  align-items:center;
}
.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-left: 25px;
  margin-bottom: 25px;
}
.lance{
  width: 100%;
  float: left;
}
.lance h2{
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color:#5c5c5c;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.doze-right > h5{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: rgba(215, 169, 30, 0.94);
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-left: 25px;
  margin-right: 50px;
  border: 2px solid rgba(215, 169, 30, 0.94);
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  top: -15px;
}
.lancfrm{
  width: 100%;
  float: left;
  padding-top: 12px;
}
.lancfrm1{
  float: left;
  width: 60%;
}
.lancfrm2{
  float: left;
  width: 38%;
  padding-left: 2%;
}
#lanceemail{
  height: 35px;
  background:#fff;
  border-radius: 5px;
  border: 1px solid #000;
  width: 100%;
  padding:1px 5px;
  text-transform: uppercase;
  color:#525252;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}
#confirma{
  height: 35px;
  background:#525252;
  border-radius: 5px;
  border: 1px solid #000;
  width: 60%;
  padding:1px 5px;
  text-transform: uppercase;
  color:#fff;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.define{
  width: 100%;
  float: left;
}
.define p{
  padding-top: 12px;
  font-family: 'Poppins', sans-serif;
  color: #525252;
  font-size: 12px;
  font-weight: 300;
}
.doze-right > h2{
  color: #5e5e5e;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 25px;
}
.doze-right > h3{
    margin-left: 25px;
    background: #cd5356 url(../imagens/icon_views.png) 8px center no-repeat;
    background-size: auto 16px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; 
    padding: 8px;
    padding-left: 30px;
}
.doze-right p{
  color: #5e5e5e;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 45px;
}
.ultimolance{
  width: 100%;
  float: left;
  background: #f4f4f4;
  padding-left: 25px;
  padding-bottom: 5px;
}
.ultimo{
  float: left;
}
.ultimo2{
  float: left;
  margin-left: auto;
  margin-right: auto;
}
.ultimo p{
  color: #3b5294;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  padding-top: 13px;
}
.ultimo p span{
  font-size: 32px;
  font-weight: 600 !important;
  display: block;
  letter-spacing: -3px;
}
.ultimo2 p{
  font-size: 16px;
  color: #525252;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 20px;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.por{
  float: left;
}
.formalize{
  padding-left: 25px;
}
.formalize h2{
  text-transform: uppercase;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  padding-left: 0;
  padding-top: 20px;
  display: table;
  line-height: 18px;
}
.formalize p{
  max-width: 330px;
  margin-top: -14px;
  padding-left: 0;
}
.formalize p a.dar_lance {
  color: #fff;
  font-size: 16px;
  background: #525252;
  font-family: "Arial Narrow", Arial, sans-serif;
  border-radius: 5px;
  color: #fff !important;
  text-decoration:none !important;  
  padding-top: 0;
  padding: 3px 15px 4px 14px;
  display: inline-block;
  margin-bottom: 3px;
}
.formalize a.bt_login {
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  -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);
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);  
  margin-right: 10px;
  padding: 10px 20px 11px 20px;
  border-radius: 4px;
  background: #d7a91e;
  transition: .12s ease-in; 
  text-decoration: none; 
  display: inline-block;
}
.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{
  font-size: 12px;
  color: #525252;
  font-weight: 300;
  padding-top: 0px;
  font-family: 'Poppins', sans-serif;
  max-width: 350px;
}
.formalize a{
  font-size: 12px;
  color: #525252;
  font-weight: 300;
  padding-top: 20px;
  text-decoration: underline;
  font-family: 'Poppins', sans-serif;

}
.formalize a:hover{
  color: #525252;
}
.outrose{
  width: 100%;
  float: left;
  background: #f4f4f4;
  margin-top: 25px;
  height: 42px;
}
.outrose h2{
  color: #5c5c5c;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-top: 12px;
}
.modalfooter{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 1px;
  min-height: 250px;
}
.modalfooter h5{
  background: #cd5356;  
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-right: 1px solid #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.modalfooter h5 span.views{
  font-size: 12px;
  text-align: left;
  display: inline-block;
  background: url(../imagens/icon_views.png) left center no-repeat;
  background-size: 23px 23px;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 4px;
  padding-bottom: 5px; 
  padding-left: 30px;
  float: left; 
  margin-top: 7px;
  margin-left: 25%;
  color: #fff;
}
.modalfooter h5 span.lances{
  font-size: 12px;
  text-align: left;
  display: inline-block;
  background: url(../imagens/icon_lances.png) left center no-repeat;
  margin-left: 25px;
  background-size: 23px 23px;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 4px;
  padding-bottom: 5px; 
  padding-left: 30px;
  float: left;
  margin-top: 7px;
  color: #fff;   
}
.modalfooter .mask_image{
  height: 120px;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;  
}
.modalimg{
  width: 16.66666666666667%;
  float: left;
  position: relative;
  height: 250px;
}
.modalimg img{
  width: 100%;
  cursor: pointer;
}
.modalimg h2{
  font-size: 14px;
  color: #525252;
  font-weight: 600;
  padding-top: 0px;
  font-family: 'Poppins', sans-serif;
  padding-left: 15px; 
  padding-top: 15px;
  padding-bottom: 30px;
  transition: .08s ease-in;
}
.leremodalfullwidth{
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  display: table;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  }
  .modalimg:hover{
    background: #735f47;
    opacity: 0.9;
  }
  .modalimg:hover .image {
    opacity: 0.5;
    background: #735f47;
    position: relative;
    z-index: 999    
  }
  .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{
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -60px;
    background: #3b5294;
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 9;
    transition: .08s ease-in;
  }
  .aviso_agora{
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -70px;
    background: #d7a91e;
    color: #fff;
    border-radius: 6px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 9;
    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 {
    background: #0491cf;
    padding: 8px 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #fff;
}
#buscar {
    background: #d7a91e;
    padding: 9px 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}
.header{
  position:relative;
}
.header-left{
  width:40%;
} 
.header-left img{
  width:60%;
} 
.header-middle{
  width:60%;
  text-align:left;
  display:none;
} 
.header-right{
  position:absolute;
  top:15px;
  right:5px;
} 
.header-middle ul {
    list-style: none;
    padding-top: 12px;
  padding-bottom:16px;
}
.header-middle ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 25px;
} 
.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 {
    float: left;
    padding-top: 5px;
}
.ft3img {
    float: left;
    padding-left: 27px;
}
.sec4item{
    width: 100%;
  }
.sec3text{
  display: block;
}
.sec3text-left{
  width: 100%;
  padding: 20px 2%;
  display: table;
}
.sec3text-right{
  display: none;
}

}
/***********************************
   Menu Mobile
**********************************/
.menu_mobile{
  width: 100%;
  position: absolute;
  padding-bottom: 40px;
  top: 0px;
  left: -2600px;
  z-index: 9999999999999999;
  padding-top: 60px;
  background: #3c4d62;
  opacity: 0;
    transition: all 0.4s ease-out;
    max-width: 420px;
    -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;
  background: url(../imagens/logo_mobile.png) no-repeat;
  width: 122px;
  height: 32px;
  background-size: 122px 32px;
  -moz-background-size: 122px 32px;
  -webkit-background-size: 122px 32px;
  margin-bottom: 40px;
  margin-top: 12px;
}
.menu_mobile .estilo_1 li{
  padding-bottom: 1px;
}
.menu_mobile .estilo_1 li span{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  position: relative;
  bottom: 10px;
  padding-right: 12px;
}
.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;
  text-transform: uppercase;
  line-height: 20px;
}
.menu_mobile .estilo_3 p b{
  color: #fff;
  font-size: 20px;
  display: block;
  padding-bottom: 3px;
}
.menu_mobile .estilo_4{
  padding-top: 25px;
}
.menu_mobile .estilo_4 li a{
  position: relative;
}
.menu_mobile .estilo_4 li a span{
  display: block;
  height: 22px;
  width: 100%;
  text-indent: -20000px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
    transition: all 0.1s ease-in;
}
a.bt_fechar_mobile{
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -300000px;
    background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999999999999999999999999999;
  background-size: 19px 19px;
  -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{
  padding-top:0px;
  width:40px;
  }
.header-middle ul li a {
    color: #5e5e5e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}
}

@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{
    font-size: 6px;
    padding-top: 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%;
}
  
}
.bt_leilao_home{
  display: table;
  border-radius: 8px;
  background: #ddd url(../imagens/thumb_leilao.png) center 80px no-repeat;
  background-size: 80px 80px;
  height: 250px;
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.bt_leilao_home h5{
  text-align: center;
  color: #5e5e5e;
  font-size: 15px;
  line-height: 18px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.bt_leilao_home .mask_imagem{
  width: 100%;
  height: 105px;
  /*position: absolute;
  top: 70px;
  left: 0;*/
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;    
}
.bt_leilao_home .mask_imagem img{
  display: block;
  max-width: 100%;
}
.bt_leilao_home h6{
  text-align: center;
  color: #5e5e5e;
  font-size: 13px;
  padding-top: 30px;
  font-weight: 900;
}
.bt_leilao_home .tag{
  background: #ededed;
  padding: 1px 7px 4px 7px;
  display: block;
  width: calc(100% - 20px);
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 4px;
  border-radius: 6px;
  background: #3b5294;
  color: #fff;
  font-size: 12px;
}
.bt_leilao_home .venda_direta{
  bottom: 28px;
}
.bt_leilao_home .fechado{
  background: #d7a91e;
}
.bt_leilao_home .venda_direta{
  background: #79797c;
}
.carregador{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #406689;
  opacity: 0.95;
  cursor: progress;
  z-index: 999999999999;
}

.container-banner-cookie *{
    font-family: 'Poppins', sans-serif;
font-size: 12px;  
}
.container-banner-cookie {
  display: none;
  width: 100%;
  height: 70px;
  background-color: rgba(79, 79, 79, 0.8);
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 12px;  
  text-align: justify;
  z-index: 99;
  
}
.container-text-banner {
  width: 50%;
  justify-content: center;
  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;
  cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 1024px) {
  .container-banner-cookie{
    height: 95px;
  }
  .container-banner-cookie span{
    font-size: 12px;
    line-height: 14px;
  }
}
.aviso_2{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: rgba(215, 169, 30, 0.94);
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 2px solid rgba(215, 169, 30, 0.94);
  padding-left: 25px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  margin-left: 6px;
  margin-right: 7px;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
}


/*
#######################################################
  #### NOVO VISUAL PRODUTO
#######################################################
*/
#table_lances {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  border: 2px solid #3b5294;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 15px;
  padding-bottom: 13px;
  margin-top: 23px;
}
#table_lances h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #3b5294;
  text-transform: uppercase;
}
#table_lances table {
  width: 100%;
  border-collapse: collapse;
}
#table_lances table tr {
  border-top: 1px solid #cbcbcb; 
}
#table_lances table tr td {
  padding-top: 6px;
}
#table_lances table h3,
#table_lances table h4,
#table_lances table h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #5e5e5e;
}
#table_lances table h3 {
  text-transform: uppercase;
  margin-bottom: -2px;
}
#table_lances table h5 {
  font-weight: 700;
  letter-spacing: -0.65px;
  white-space: nowrap;
}
#table_lances table h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.85px;
  color: #3b5294;
  white-space: nowrap;
}
#pag-produto .doze {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  float: unset;
  width: 100%;
}
#pag-produto .doze-left,
#pag-produto .doze-right {
  width: 100%;
  float: unset;
}
#pag-produto .doze-right {
  box-sizing: border-box;
  padding-right: 21px;
}
#pag-produto .ultimolance {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: unset;
  column-gap: 30px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 20px;
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
}
#pag-produto .ultimo {
  float: unset;
}
#pag-produto .ultimo p {
  padding-top: 13px;
  padding-bottom: 16px;
  padding: 0;
  margin-bottom: 0;
}
#pag-produto .doze-right > h5 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #d7a91e;
  font-size: 10px;
  line-height: 14px;
  color: #d7a91e;
  float: unset;
  top: 0;
  background: url(../imagens/alerta_aviso.png) center right 20px no-repeat;
  background-size: 32px auto;
  padding-right: 130px;
  padding-left: 20px;
  padding-bottom: 16px;
  margin-top: 20px;
}
#pag-produto .doze-right .data_leilao {
  background: url(../imagens/calendario_novo.png) center left no-repeat;
  background-size: 30px auto;
  height: 33px;
  padding-left: 38px;
  padding-top: 0;
  margin: 0;
}
#pag-produto .doze-right .pracas {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 35px;
}
#pag-produto .formalize {
  padding-left: 0;
}
#pag-produto .formalize h2 {
  margin-bottom: 18px;
  padding-bottom: 0;
}
#pag-produto .formalize a.bt_login {
  margin-top: -12px;
  box-shadow: unset;
}
#pag-produto .doze-right .descricao {
  max-height: 215px;
  overflow: hidden auto;
  background: #ededed;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 17px 21px 23px 21px;
  width: 100%;
  box-sizing: border-box;
}
#pag-produto .doze-right .descricao p {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
#pag-produto .doze-car img {
  width: 100%;
}
@media(max-width: 1000px) {
  #pag-produto .doze {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  #pag-produto .doze-right {
    padding: 0;
  }
  #pag-produto .doze-right h2 {
    padding: 0;
    margin-bottom: 16px;
    margin-top: 0;
  }
  #pag-produto .formalize {
    margin-top: 20px;
  }
  #pag-produto .formalize h2 {
    margin-top: 0;
  }
  #pag-produto .ultimolance {
    column-gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  #pag-produto .ultimo p {
    margin-left: 0;
  }
  #pag-produto .doze-right .pracas {
    gap: 20px;
    flex-wrap: wrap;
  }
  #table_lances {
    display: inline-grid;
  }
  #table_lances .wrapper_table {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: auto hidden;
  }
  #pag-produto .doze-right > h5 {
    padding: 20px;
    padding-top: 60px;
    background-position: center top 20px;
    text-align: center;
    margin-top: 0;
  }
  #table_lances table tr td:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ###########################
########## CSS NOVO ########## 
##############################*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    background-color: #f2f5fa;
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 999;
    position: fixed;
}
.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
header {
    background-color: #ffffff;
}
header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1170px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
}
header .logo a {
    background: url(../imagens/logo.png) center no-repeat;
    background-size: contain;
    width: 300px;
    height: 82px;
    text-indent: -9999px;
    display: inline-block;
}
header nav {
    display: flex;
    flex-direction: row;
    column-gap: 64px;
    margin-left: auto;
    margin-right: 107px;
}
header nav a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #3c3c3c;
    text-transform: uppercase;
    padding-bottom: 6px;
}
header nav a.selected {
    color: #3b5294;
    border-bottom: 2px solid #3b5294;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
}
header nav a:hover {
    color: #3b5294;
}
header .bt_menu_mobile {
    background: url(../imagens/bt_menu_mobile.png) center no-repeat;
    width: 40px;
    height: 30px;
    text-indent: -9999px;
    cursor: pointer;
}
#banner .centro {
    max-width: 1920px;
    width: 100%;
    position: relative;
}
#banner .mask_img {
    background-color: #000000;
    width: 100%;
    height: 700px;
}
#banner .mask_img img {
    opacity: 50%;
}
#banner .conteudo {
    max-width: 1170px;
    width: 100%;
    padding-top: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#banner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
}
#banner a {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    width: fit-content;
    height: 42px;
    padding-left: 31px;
    padding-right: 31px;
    border: 2px solid #d7a91e;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #d7a91e;
    text-transform: uppercase;
    margin-top: 18px;
}
#categorias {
    background-color: #f2f2f2;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#categorias .centro {
    max-width: 1170px;
    padding-top: 29px;
    padding-bottom: 29px;
}
#categorias nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 8px;
}
#categorias nav a,
#categorias nav select {
    background-color: #d7a91e !important;
    display: flex;
    align-items: center;
    width: max-content;
    height: 42px;
    padding-left: 13px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}
#categorias nav select {
    appearance: none;
    cursor: pointer;
    border: none;
    width: 100%;
}
#categorias a.diversos {
    background: url(../imagens/diversos.png) center right 10px no-repeat;
    padding-right: 44px;
}
#categorias a.eletrodomesticos {
    background: url(../imagens/eletrodomesticos.png) center right 10px no-repeat;
    padding-right: 43px;
}
#categorias a.imoveis {
    background: url(../imagens/imoveis.png) center right 10px no-repeat;
    padding-right: 41px;
}
#categorias a.veiculos {
    background: url(../imagens/veiculos.png) center right 10px no-repeat;
    padding-right: 41px;
}
#categorias a.sucatas {
    background: url(../imagens/sucatas.png) center right 10px no-repeat;
    padding-right: 40px;
}
#categorias a.agricolas {
    background: url(../imagens/agricolas.png) center right 10px no-repeat;
    padding-right: 46px;
}
#categorias select.todas {
    background: url(../imagens/seta_branca.png) center right 13px no-repeat;
    padding-right: 35px;
}
#leiloes .centro {
    max-width: 1170px;
    padding-top: 46px;
    padding-bottom: 36px;
}
#leiloes h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #3c3c3c;
    text-align: center;
    margin-bottom: 22px;
}
.listagem_leiloes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 15px;
}
.listagem_leiloes li {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
}
.listagem_leiloes li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.listagem_leiloes .mask_img {
    width: 100%;
    height: 200px;
}
.listagem_leiloes article {
    padding: 13px;
    padding-bottom: 28px;
}
.listagem_leiloes h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a5d68;
    margin-bottom: 11px;
}
.listagem_leiloes h5 {
    background: url(../imagens/calendario.png) center left no-repeat;
    padding-left: 33px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #676767;
}
.listagem_leiloes h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #3b5294;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: -13px;
}
.listagem_leiloes h6 {
    background-color: #0062a1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: auto;
}
.listagem_leiloes .arrematado h6{
  background: #93c4cf;
}
.listagem_leiloes .nao_arrematado h6{
  background: #c4c4c4;
}
#leiloes .ver_tudo {
    background-color: #0f2259;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 42px;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 35px;
}
footer .top {
    background-color: #0f2259;
}
footer .centro {
    max-width: 1170px;
    position: relative;
}
footer .top .centro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
footer h3,
footer a:not(footer .sociais a) {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}
footer .sociais {
    display: flex;
    flex-direction: row;
    column-gap: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer .sociais a {
    display: flex;
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
footer .sociais .facebook {
    background: url(../imagens/facebook.png) center no-repeat;
}
footer .sociais .youtube {
    background: url(../imagens/youtube.png) center no-repeat;
}
footer .sociais .instagram {
    background: url(../imagens/instagram.png) center no-repeat;
}
footer h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}
footer h4 a:not(footer .sociais a){
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3c3c3c;  
    text-decoration: underline;
}
#pag_leiloes #banner .mask_img {
    height: 466px;
}
#pag_leiloes #banner h2 {
    text-align: center;
}
#pag_leiloes #leiloes .centro {
    padding-top: 40px;
    padding-bottom: 40px;
}
#pag_leiloes #leiloes .centro p.sem_resultados{
    text-align: center;
    border: 1px solid #d7a91e;
    color: #d7a91e;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0; 
    border-radius: 24px;   
}
.paginas {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 8px;
    margin-top: 35px;
}
.paginas a,
.paginas span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #676767;
    border-radius: 5px;
    box-sizing: border-box;
}
.paginas p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 44px;
}
.paginas a,
.paginas p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #676767;
}
.paginas a.selected {
    background-color: #3b5294;
    border: none;
    color: #ffffff;
}
.paginas a:hover:not(.paginas a.selected:hover),
.paginas span:hover {
    background-color: #676767 !important;
    color: #ffffff;
}
.paginas .anterior {
    background: url(../imagens/seta_cinza_esquerda.png) center no-repeat;
    cursor: pointer;
}
.paginas .proximo {
    background: url(../imagens/seta_cinza_direita.png) center no-repeat;
    cursor: pointer;
}
.paginas .anterior:hover {
    background: url(../imagens/seta_esquerda_branca.png) center no-repeat;
}
.paginas .proximo:hover {
    background: url(../imagens/seta_direita_branca.png) center no-repeat;
}
/***********************************
   Menu Mobile
**********************************/
.menu_mobile{
  width: 100%;
  position: fixed;
  padding-bottom: 40px;
  top: 0px;
  left: -2600px;
  z-index: 9999999999999999;
  padding-top: 60px;
  background: #3c4d62;
  opacity: 0;
    transition: all 0.4s ease-out;
    max-width: 420px;
    -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;
  background: url(../imagens/logo_mobile.png) no-repeat;
  width: 122px;
  height: 32px;
  background-size: 122px 32px;
  -moz-background-size: 122px 32px;
  -webkit-background-size: 122px 32px;
  margin-bottom: 40px;
  margin-top: 12px;
}
.menu_mobile .estilo_1 li{
  padding-bottom: 1px;
}
.menu_mobile .estilo_1 li span{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  position: relative;
  bottom: 10px;
  padding-right: 12px;
}
.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;
  text-transform: uppercase;
  line-height: 20px;
}
.menu_mobile .estilo_3 p b{
  color: #fff;
  font-size: 20px;
  display: block;
  padding-bottom: 3px;
}
.menu_mobile .estilo_4{
  padding-top: 25px;
}
.menu_mobile .estilo_4 li a{
  position: relative;
}
.menu_mobile .estilo_4 li a span{
  display: block;
  height: 22px;
  width: 100%;
  text-indent: -20000px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
    transition: all 0.1s ease-in;
}
a.bt_fechar_mobile{
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -300000px;
    background: url(../imagens/bt_fechar_mobile.png) left top no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999999999999999999999999999;
  background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
  z-index: 99;
}
#header_bem{
    padding-top: 120px;
}
#header_bem .centro{
    max-width: 1170px;    
}
#header_bem .top{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
#header_bem .top h2{
    font-size: 16px;
    color: #565656;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; 
    text-transform: uppercase;   
}
#header_bem .top h2 img{
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 8px;
}
#header_bem .top .botoes{
    padding-top: 10px;
}
#header_bem .top .botoes .bt_voltar{
    text-align: right;
    color: #3c3c3c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 15px 11px 30px;
    border-radius: 10px;
    background: #fff url(../imagens/voltar_novo.png) 12px center no-repeat;
    transition: .12s ease-in;      
}
#header_bem .top .botoes .bt_edital{
    text-align: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 15px 11px 30px;
    border-radius: 10px;
    background: #d7a91e url(../imagens/edital_novo.png) 12px center no-repeat;
    transition: .12s ease-in;  
    margin-right: 3px;    
}
#header_bem .top .botoes .bt_coordenadas{
    text-align: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 15px 11px 35px;
    border-radius: 10px;
    background: #3b5294 url(../imagens/place.png) 12px center no-repeat;
    background-size: auto 20px;
    transition: .12s ease-in;  
    margin-right: 3px;      
}
#header_bem .top .botoes .bt_sair{
    text-align: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 15px 11px 15px;
    border-radius: 10px;
    background: #f96767;
    transition: .12s ease-in;  
    margin-right: 3px;    
}
#header_bem .bottom{
    padding-top: 30px;
}
#header_bem .bottom h2{
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}
#bem_destaque .centro{
    max-width: 1170px;    
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 45px;
} 
#bem_destaque .centro .esquerda{
    width: 585px;
}
#bem_destaque .centro .esquerda .imagem_principal{
    max-height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bem_destaque .centro .esquerda .imagem_principal .aviso_arremate{
    top: 220px;
}
#bem_destaque .centro .esquerda .imagem_principal img{
    display: block;
    width: 100%;  
}
#bem_destaque .centro .esquerda .thumbs ul{
    padding-bottom: 30px;
    display: inline-block;
    padding-top: 7px;
}
#bem_destaque .centro .esquerda .thumbs li{
    display: inline-block;
    width: 139.5px;
    max-height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 6px;
}
#bem_destaque .centro .esquerda .thumbs li:nth-child(4n){
    margin-right: 0;
}
#bem_destaque.arrematado_main .centro .esquerda .imagem_principal img{
    opacity: 0.3;
}
#bem_destaque .centro .direita{
    width: 555px;
    min-height: 100px;
    display: inline-block;
    margin-left: 30px;
}
#bem_destaque .centro .direita h2{
    font-size: 22px;
    color: #565656;
    font-weight: 600;
    line-height: 26px;
}
#bem_destaque .centro .direita .descricao{
    background: #fff;
    padding: 20px;
    max-height: 300px;
    overflow: scroll;
    margin-top: 20px;
    border-radius: 10px;
}
#bem_destaque .centro .direita .descricao p{
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 300;
}
#bem_destaque .centro .direita .descricao p strong {
  font-weight: 700;
}
#bem_destaque .centro .direita .pracas{
    padding-top: 15px;
    font-size: 14px;
    color: #565656;
    display: flex;
    column-gap: 12px;
}
#bem_destaque .centro .direita .pracas span.data_leilao_novo{
    height: 20px;
    padding-left: 30px;
    background: url(../imagens/calendario.png) left center no-repeat;
}
/*#bem_destaque .centro .direita .pracas span.data_leilao_novo_1{
    width: calc(50% - 30px);
}*/
#bem_destaque .centro .direita .ultimolance{
    padding: 0;
    padding-top: 8px;
}
#bem_destaque .centro .direita .ultimolance .ultimo{
    width: 50%;
}
#bem_destaque .centro .direita .margem_ultimo_lance{
  position: relative;
  top: 33px;
}
#bem_destaque .centro .direita .formalize{
    padding-left: 0;
}
#bem_destaque .centro .direita .formalize h2{
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    padding-top: 25px;
}
#bem_destaque .centro .direita .formalize h2 b{
    font-weight: 600;
}
#bem_destaque .centro .direita .formalize a.bt_login{
    background: #95c6d1;
}
#bem_destaque .centro .direita .formalize h3{
    font-size: 13px;
    line-height: 16px;
    padding-top: 8px;
}
#bem_destaque .centro .direita .formalize h4{
    padding-top: 90px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #95c6d1;
    margin-bottom: 4px;
}
#bem_destaque .centro .direita .formalize p a.dar_lance{
    background: #93c4cf;
}
#bem_destaque .centro .direita .formalize p.lances{
    margin-top: 0;
}
#aviso_latencia .centro{
    max-width: 1170px;    
    display: flex;
    justify-content: space-between;
    padding-top: 3px;
}
#aviso_latencia .centro h5{
    text-transform: uppercase;
    font-size: 16px;
    color: #d7a91e;
    font-weight: 500;
    line-height: 24px;
    padding-left: 85px;
    background: url(../imagens/aviso_tempo.png) left center no-repeat;
}
#bem_destaque.produto_normal .centro .direita .ultimolance .ultimo2 p.descer{
    margin-top: 22px;
}
#bem_destaque .centro .direita .descricao {
  max-height: 165px;
}
#aviso_latencia .centro h5 {
  margin-bottom: 40px;
}
#bem_destaque .centro .direita .ultimolance {
  padding-bottom: 15px;
}
.ultimos_lances {
  background-color: #fbfbfb;
  padding: 15px;
  max-height: 65px;
  overflow-y: scroll;
  border-radius: 10px;
}
.ultimos_lances h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #565656;
  text-transform: uppercase;
}
.ultimos_lances li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #565656;
}
#bem_destaque .centro .direita .formalize h4 {
  padding-top: 10px;
}
#categorias nav a, #categorias nav select {
  padding-left: 20px;
}
#categorias a.diversos {
  background: url(../imagens/diversos.png) center right 18px no-repeat;
  padding-right: 58px;
}
#categorias a.eletrodomesticos {
  background: url(../imagens/eletrodomesticos.png) center right 18px no-repeat;
  padding-right: 57px;
}
#categorias a.imoveis {
  background: url(../imagens/imoveis.png) center right 18px no-repeat;
  padding-right: 55px;
}
#categorias a.veiculos {
  background: url(../imagens/veiculos.png) center right 18px no-repeat;
  padding-right: 54px;
}
#categorias a.agricolas {
  background: url(../imagens/agricolas.png) center right 18px no-repeat;
  padding-right: 61px;
}
#categorias select.todas {
  background: url(../imagens/seta_branca.png) center right 20px no-repeat;
  padding-right: 35px;
}
.cinquenta-btn {
  position: absolute;
  left: 0px;
  top: 0;
  background: #001c5b;
  padding: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 6px 0px 6px 0px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
}
.cinquenta-btn b {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
#header_bem .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header_bem .bottom .visualizacoes {
  background: url(../imagens/icon_visualizacoes.png) center left no-repeat;
  background-size: 30px;
  padding-left: 40px;
  color: #3c3c3c;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}
.ver_local {
  background-color: #e8ac00;
  display: inline-block;
  padding: 10px 20px 11px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}
#bem_destaque .centro .direita .ultimolance {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.ultimo2 {
  margin: 0;
}
#bem_destaque .centro .direita .margem_ultimo_lance {
  position: unset;
  min-width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
}
#bem_destaque .centro .direita .ultimolance .ultimo {
  width: 100%;
}
.bt_flutuante_atendimento {
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -20000px;
  display: inline-block;
  float: left;
  background: url(../imagens/bt_atendimento.png) left top no-repeat;
    background-size: auto;
  background-size: 62px 62px;
  position: fixed;
  right: 37px;
  bottom: 35px;
  z-index: 99;
}