.cotacoes {
	background-color: #f1f0ef;
}

.leiloes-area {
	background-color: #d2e8a233;
}

/* Owl Carousel - Leilões */
.leiloes-carousel .owl-item {
	padding: 4px 0 12px;
}

.leiloes-carousel .owl-nav {
	margin-top: 16px;
	text-align: center;
}

.leiloes-carousel .owl-nav button.owl-prev,
.leiloes-carousel .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	background: #c2410c !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 1;
	margin: 0 4px;
	transition: background .25s ease-in-out;
}

.leiloes-carousel .owl-nav button.owl-prev:hover,
.leiloes-carousel .owl-nav button.owl-next:hover {
	background: #395710 !important;
}

.leiloes-carousel .owl-dots {
	text-align: center;
	margin-top: 12px;
}

.leiloes-carousel .owl-dots .owl-dot span {
	background: #c2410c80;
	transition: background .25s ease-in-out;
}

.leiloes-carousel .owl-dots .owl-dot.active span,
.leiloes-carousel .owl-dots .owl-dot:hover span {
	background: #c2410c;
}

/* deixa todos na mesma altura pro toc do meu sócio querido kkkkkk */
.leiloes-carousel .owl-stage,
.leiloes-carousel .owl-stage .owl-item {
	display: flex;
	align-items: stretch;
}

.leiloes-carousel .owl-item {
	display: flex;
}

.leiloes-carousel .leilao-item {
	display: flex;
	flex: 1 1 auto;
}

.leiloes-carousel .leilao-item > .rounded {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}