.card-bem-img {
	object-fit:cover!important;
}
.carousel-control-next{
	width: 15%!important;
}
.carousel-control-prev{
	width: 15%!important;
}
.card-bem-img-wrap {
    height: 219px!important;
}
.card-bem-descricao {
    min-height: 100px!important;
    max-height: 100px!important;
    overflow: hidden;
}
.card-bem{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid;
}
.card-bem-wrap {

    border: 0px;
}
.leilao-status{
	border: 0px;
}
.btn-secondary{
	background: var(--bege)!important;
	color: #4D4D4D!important;
	border-radius:5px!important;
	border:0px;
}
.leilao-status span {
    float: right;
    position: relative;
    top: 10px !important;
    font-size: 16px!important;
    font-weight: 500;
}
.card-bem-wrap {
    height: 486px!important;
}
#conteudo-site > div.container > div > div:nth-child(1) > div > div.col-12.col-sm-12.col-lg-9.bg-theme-light > div, #conteudo-site > div:nth-child(1) > div > div.col-12.col-sm-12.col-lg-9.bg-theme-light{
	border-radius: 10px 0 0 0
}
#conteudo-site > div.container > div > div:nth-child(1) > div > div.col-12.col-lg-3.p-3.bg-theme-dark, #conteudo-site > div:nth-child(1) > div > div.col-12.col-lg-3.p-3.bg-theme-dark{
	border-radius: 0 10px 0 0;
	background: var(--azul)!important;
}
#menu-leilao{
	border-radius: 0 0 10px 10px;
	background-color: var(--azul)!important;;
}
#leilao-thumb > div > div:nth-child(1) > img{
	    height: 140px;
    object-fit: cover;
}