.titleChegar{
	color: #724626;
    margin: 20px 0px 25px 0px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #eff0f1;
}
.comparar{
	-webkit-display: -webkit-box;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap; 
}
.textComparar{
	width: 22%;
	margin: 0 1.5%;
}
.textComparar p{
	margin: 0;
}
.linhaDashed{
	border-bottom: 1px dashed #724626;
    background-color: rgb(254,252,214);
    font-size: 12px;
	padding: 10px 9px;
}
.footerComp{
	background-color: rgb(254,252,214);
    font-size: 12px;
	padding: 10px 9px;
}
.comparar img{
	width: 100%;
	height:150px;
}
.btnComp{
	text-align: center;
}
.btnDlsComp{
	background-color: rgb(92,50,36);
	color: rgb(233,233,233);
	border-radius: 10px;
	margin: 15px 0 10px 0;
	height: 40px;
	line-height: 40px;
}
.btnNoComp{
	background-color: rgb(233,233,233);
	color: rgb(92,50,36);
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}