/*
#######################################################
  #### 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
#######################################################
*/
*{
  padding:0;
  margin:0;
  text-decoration:none;
  border:none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}
body{
  max-width: 1920px;
  margin: 0 auto;
}
.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;
}
.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%;
  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 #0e6538;
  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;
  padding: 15px 21px;
  border-radius: 6px;
  transition: .08s ease-in;
}
.header-middle ul li a:hover{
  color: #fff;
  background: #0e6538;
  text-decoration: none;
}
.header-middle ul li.selected a{
  border:2px solid #0e6538;
  border-radius: 6px;
  color: #0e6538;
  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: 440px;
  width: 874px;
}
.leiloesimg{
  width: 80% !important;
}
.leiltext{
  top: 20px;
  left: 13%;
  position: absolute;
  max-width: 500px;
}
.leiltext h2{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 135px;
  line-height: 40px;
}
.leiltext a{
  color: #249d5f;
  border: 1px solid #249d5f;
  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: #249d5f;
    font-size: 15px;
    border: 1px solid #249d5f;
    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: #249d5f;
  text-decoration:none;
}
#main_banner{
  height: 420px;
  position: relative;
  overflow: hidden;
}
#main_banner li {
  position: relative;
  width: 100%;
  height: 100%;
}
#main_banner li .sombra{
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imagens/sombra.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.banner{
  background: url(../imagens/banner-participar.jpg) center top no-repeat;
  height: 420px;
}
.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 {
  float:right;
}
.banner-field .wrapper {
  width: 100%;
  background: transparent;
  float: unset;
  padding: unset;
}
.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: #249d5f 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;
}
.banner-field-new{
  margin-top: 13px;
  display: inline-block;
}
.banner-field-new a{
  background:#0491cf;
  color:#fff;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  border-radius:5px;
  border: 2px solid #fff;
  text-indent: 8px;
  appearance: none;
  padding-top: 8px;
  padding-bottom: 9px; 
  background:  no-repeat;
  padding-right: 19px;
  padding-left: 10px;
  display: inline-block;
  margin-left: 6px;
  float: right;
}
.banner-field-new a.selected{
  border: 2px solid rgba(215, 169, 30, 0.94);
  color: rgba(215, 169, 30, 1);
}
.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 #249d5f;
  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;
  left: 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: 6px 0px 6px 0px;
  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: #249d5f;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #249d5f;
  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;
}
.contador h6{
  display: inline-block;
  background: #0e6538;
  padding: 5px 10px 7px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
  top: -10px;
}
.contador_new{
  display: inline-block;
}
.contador_new h6{
  display: inline-block;
  background: #0e6538;
  padding: 5px 15px 6px 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
  /*top: -25px;
  margin-top: -40px;*/
  border-radius: 20px;
}
.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:#249d5f;
  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: #0e6538;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #0e6538;
    padding: 8px 20px;
    border-radius: 5px;
}
.font-normal{
  font-weight: 500;
  font-size: 19px;
}
.sec2text-line {
    float: right;
    width: 25%;
    height: 2px;
    background: #0e6538;
    margin-top: 17px;
    margin-right: 27px;
}
.secTHREE{
  width: 100%;
  float: left;
  padding-top: 40px;
  display: table;
}
.sec3text{
  display: flex;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 50px;
}
.sec3text-left{
  width: 50%;
}
.sec3text-right{
  width: 50%;
  overflow: hidden;
  position: relative;
}
.sec3text-right::after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  transform: rotate(-30deg) translateY(-50%);
  left: -264px;
  top: 50%;
  z-index: 2;
  background: #FFFFFF;
  display: none;
}
.sec3text-right img{
  width: 100%;
  position: relative;
  z-index: 1;
}
.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: #249d5f;
  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{
  width: 100%;
  float: left;
  background: #79797c;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .bt_email {
  display: inline-block;
  margin-right: auto;
  background: url(../imagens/seta_contato.png) center right no-repeat;
  background-size: auto 16px;
  padding-right: 30px;
  transition: all 0.2s ease;
}
footer .bt_email:hover {
  padding-right: 34px;
}
footer .bt_email,
footer .parceiro p {
    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{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}
footer ul.redes li{
  list-style-type: none;
  display: inline-block;
}
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 ul.redes li a.bt_twitter {
  background: url(../imagens/bt_twitter.png) center center no-repeat;
  background-size: auto 13px;
}
footer .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .parceiro {
  column-gap: 16px;
}
footer .parceiro p {
  margin-bottom: 0;
  margin-left: auto;
}
footer .parceiro img {
  width: 160px;
  object-fit: contain;
}
.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: #0e6538;
  height: 62px;
  position: relative;
  margin-bottom: 50px;
}
.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%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600; 
  text-align: center;
  line-height: 118px;
}
.modal-header h3 span{
  display: inline-block;
  width: 120px;
  height: 120px; 
  background: url(../imagens/logo_produto.png) center center no-repeat;
  background-size: 120px 120px; 
  position: absolute;
  top: 0px;
  left: 0;  
  cursor: pointer;
}
.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: #249d5f 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: #249d5f;
  -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: #249d5f 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: 28px;
  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: #ededed;
  height: 360px;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;  
  max-width: 640px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.doze .doze-left{
  position: sticky;
  top: 25px;
}
.doze-car img{
  width: auto;
  height: 100%;
  opacity: 0.97;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  mix-blend-mode: multiply;
  /*max-width: 640px;*/
  padding: 30px 0;
}
.doze-chair{
  width: 100%;
  float: left;
  clear: both;
}
.doze-chair1{
  width: calc(25% - 8px);
  margin-right: 8px;
  float: left;
  margin-top: 6px;
  position: relative;
  height: 105px;
  overflow: hidden;
  opacity: 0.7;
  transition: .08s ease-in;
  display:flex;
  justify-content:center;
  align-items:center;
  background: #ededed;
  border-radius: 12px;
}
.doze-chair1:hover{
  opacity: 1;
}
.doze-chair1 img{
  min-width: 99%;
  min-height: 100%;
  mix-blend-mode: multiply;
}
.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: #2596be;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-left: 25px;
  margin-right: 50px;
  border: 2px solid #2596be;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-top: 20px;
/*  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;
}
.formalize .doze-right h3{
	margin-left: 25px;
	background: #249d5f 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;
  padding-bottom: 10px;
}
.ultimolance{
  width: calc(100% - 20px);
  float: left;
  background: #f4f4f4;
  margin-bottom: 20px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 40px 30px;
  padding-top: 36px;
  column-gap: 25px;
}
.ultimo{
  float: left;
}
.ultimo2{
  float: left;
}
.ultimo p{
  color: #0e6538;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.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;
  margin: 0;
  padding: 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: #249d5f;
  transition: .12s ease-in; 
  text-decoration: none; 
  display: inline-block;
  margin-top: 0;
}
.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;
}
.formalize.matricula {
  display: flex;
  width: 240px;
  align-items: center;
  justify-content: space-between;
}
.formalize.matricula a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  border-radius: 4px;
  background: #249d5f;  
  font-weight: 600;
  width: 35px;
  text-decoration: none;
  height: 20px;
}
.formalize.matricula h2 {
  display: inline-flex;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.outrose{
  width: 100%;
  float: left;
  background: #f4f4f4;
  margin-top: 40px;
  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{
  display: block;
  height: 100%;
  width: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.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: 12px;
  margin-left: 25%;
  color: #0e6538;
}
.modalfooter{
  padding-top: 10px;
}
.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: 9px;
  background-size: 23px 23px;
  -moz-background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
  padding-top: 4px;
  padding-bottom: 5px; 
  padding-left: 30px;
  margin-top: 4px;
  color: #0e6538;   
}
.modalfooter .mask_image{
  height: 130px;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;  
  background: #ededed;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.modalimg{
  width: calc(16.66666666666667% - 10px);
  float: left;
  position: relative;
  height: 200px;
  margin-right: 10px;
}
.modalimg img{
  width: 100%;
  cursor: pointer;
  mix-blend-mode: multiply;
}
.modalimg h2{
  font-size: 16px;
  color: #525252;
  font-weight: 600;
  padding-top: 0px;
  font-family: 'Poppins', sans-serif;
  padding-top: 15px;
  padding-bottom: 30px;
  transition: .08s ease-in;
  text-align: center;
}
.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: 45px;
    left: 50%;
    margin-left: -60px;
    background: #0e6538;
    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: #249d5f;
    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: #249d5f;
    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: 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;
}

@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%;
} 
}
@media (max-width: 1660px) {
  #main_banner li .sombra {
    background-position: left -200px center;
  }
} 
.bt_leilao_home{
  display: table;
  border-radius: 8px;
  /*background: #ddd url(../imagens/thumb_leilao.png) center 80px no-repeat;*/
  background: #ddd;
  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: 125px;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
  display:flex;
  justify-content:center;
  align-items:center;    
}
.bt_leilao_home .mask_imagem img{
  display: block;
  max-width: 100%;
   max-height: 100%;
   mix-blend-mode: multiply;
}
.bt_leilao_home h6{
  text-align: center;
  color: #5e5e5e;
  font-size: 13px;
  padding-top: 125px;
  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: #0e6538;
  color: #fff;
  font-size: 12px;
}
.bt_leilao_home .venda_direta{
  bottom: 28px;
}
.bt_leilao_home .fechado{
  background: #249d5f;
}
.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: #2596be;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: 2px solid #2596be;
  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;
  text-align: center;
}
.conteudo_textual{
    padding-left: 35px;
    padding-right: 70px;
    padding-bottom: 70px;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    display: table;
}
.conteudo_textual h3{
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 25px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}
.conteudo_textual p{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}
.conteudo_textual strong{
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    display: table;
    padding-bottom: 10px;
}
.header.vender {
	box-shadow: 0px 0px 6px -2px #a1a1a1;
}
#vender_form form {
	display: flex;
	flex-direction: column;
	width: 425px;
	align-items: center;
}
#vender_form form input,
#vender_form form textarea {
	display: block;
	width: 100%;
	border: 1px solid #d4d4d4;
	height: 48px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #999999;
	padding-left: 20px;
	margin-bottom: 15px;
	transition: all 0.08s ease-in;
	background: none;
}
#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;
	background: #249d5f;
	color: #fff;
	float: right;
	border-radius: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all 0.08s ease-in;
}
#main_banner .owl-carousel,
#main_banner .owl-carousel .owl-stage-outer,
#main_banner .owl-carousel .owl-stage,
#main_banner .owl-carousel.owl-drag .owl-item {
  height: 100%;
}
#main_banner .owl-carousel.owl-drag .owl-item {
  width: 100vw !important;
}
#main_banner .owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}