/*
	Área Nobre
========================================================================== */
.initial-area .leiloes {

}

.leiloes .leilao {
	position: relative;
	background-color: #FFF;
	border-bottom: 5px solid #0D5727;
	border: 1px solid #FFF;
	border-bottom: 5px solid #0D5727;
}

.leiloes .leilao:hover {
	border: 1px solid #2CB455;
	border-bottom: 5px solid #0D5727;
}

.leiloes .leilao:hover h3 {
	color: #C18F1F;
}

.leiloes .leilao:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 5px;
	background-color: #2CB455;
}

.leilao .capa-area img {
	max-width: 220px;
}

.leilao .item {
	border-bottom: 1px solid #EEEEEE;
	color: #838383;
	font-weight: 400;
	font-size: 15px;
}

.leilao .item .data {

}

.carousel-indicators {
	margin-bottom: -50px;
}

.carousel-indicators button {
	width: 20px !important;
	height: 20px !important;
	background-color: #2CB455 !important;
	border-radius: 1000px !important;
	border: 0px !important;
	opacity: 1 !important;
}

.carousel-indicators button.active {
	background-color: #0D5727 !important;
}

/*
	Notícias
========================================================================== */
.noticias-area {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.noticias-area .noticia {
	position: relative;
	background-color: #FFF;
	border-bottom: 5px solid #0D5727;
	border: 1px solid #FFF;
	border-bottom: 5px solid #0D5727;
	min-width: 600px;
}

.noticias-area .noticia:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 5px;
	background-color: #2CB455;
}

.noticias-area .noticia:hover {
	border: 1px solid #2CB455;
	border-bottom: 5px solid #0D5727;
}

.noticias-area .noticia:hover a .titulo {
	color: #C18F1F;
}

.noticia .data {
	font-size: 18px;
	color: #838383;
}

.noticia .titulo {
	display: inline-block;
	max-height: 70px;
	overflow: hidden;
	line-height: 23px;
}

@media only screen and (max-width: 992px) {
	.noticias-area .noticia {
		min-width: 300px;
	}
}

/*
	App
========================================================================== */
.internal-content .app-area {
	background-image: url(../../images/mkp-app.jpg);
	background-position: left center;
	background-size: 80%;
	background-repeat: no-repeat;
	background-color: #f9f8f9;
}

.app-area a img {
	width: 100%;
	max-width: 280px;
}

@media only screen and (max-width: 992px) {
	.internal-content .app-area {
		/* background-image: none; */
		padding-top: 250px !important;
		background-position: top left;
		background-size: contain;
		background-color: #f9f8f9;
	}
}

/*
	História
========================================================================== */
.internal-content .historia-area {

}


@media only screen and (max-width: 992px) {

}



/*
	CTA - Cadastros e Newsletters
========================================================================== */
.internal-content .cta-area {
	position: relative;
}

.internal-content .cta-area .bg-repeat-kmb:before {
	bottom: 0;
	top: initial;
}


@media only screen and (max-width: 992px) {

}


/*
	Redes
========================================================================== */
.internal-content .redes-area {
	position: relative;
}

.internal-content .redes-area a svg {
	fill: #C18F1F;
}

.internal-content .redes-area a:hover svg {
	fill: #0D5727;
}

@media only screen and (max-width: 992px) {

}












