.banner-home{
    height: 350px;
}
.leiloes-destaque{
    background: white;
    border-radius: 8px;
}
.row-destaques{
    overflow-x: hidden;
    display: flex;
    width: auto;
    padding: 0px 15px;
}
.box-leilao-painel{
    margin-right: 2px;
    padding-top: 0px;
    position: relative;
}
.box-status-leilao{
    position: absolute;
    bottom: 0;
    width: 89%;
}
.titulo-leilao{
    line-height: 1.2;
    font-size: 18px;
}
.info-dados-leilao{
/*    border-top: #c9c9c9 solid 1px;
    border-bottom: #c9c9c9 solid 1px;*/
}
.box-leilao-painel img.categoria{
    margin-right: 0px;
    position: absolute;
    left: 15px;
}
.box-leilao-painel img.logo{
    margin-top: 0px;
}
.row-destaques .info-dados-leilao{
/*    border-top: #e1e1e1 solid 1px;
    border-bottom: #e1e1e1 solid 1px;*/
}
.titulo-leilao{
    text-align: center;
    padding: 5px 0px;
}
#leiloesDestaque .titulo-leilao{
    margin-bottom:0px !important;
}
.home-heading{
    border-bottom: #e1e1e1 solid 1px;
    padding-bottom: 5px;
    margin-top: 15px;
}
[class*="painel-home-"]{
    display: none;
}
.painel-home-0,
.painel-home-1,
.painel-home-2,
.painel-home-3,
.painel-home-4{
    display: initial;
}
.row-destaques img.logo,
.row-destaques .logo{
    border: #e1e1e1 solid 1px;
    margin-bottom: 10px;
}
.btn-nav-slider{
    font-size: 16px;
}
.row-leiloes-proximos{
    display: flex;
    margin-bottom: 2px;
}
.heading-proximos{
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: #c9c9c9 solid 1px;
    padding-bottom: 5px;
}
.categoria{
    padding: 5px;
}

h1.banner-title{
    color: white !important;
    font-size: 36px;
}



@media (max-width: 767px){
    
    .banner-home{
        height: 200px;
    }
    
    .jumbotron{
        padding:15px;
    }
    
    h1.banner-title{
        font-size: 28px;
        margin-top: 1px;
    }
    .box-leilao-painel{
        margin-right:0px;
    }
    .row-destaques,
    .row-leiloes-proximos{
        /*display: flex;*/
        flex-flow: wrap;
    }
    
}