#home {

}

.home-destaques {
	width: 100%;
	height: 443px;
	background: url("../images/home-destaques_background.png") top center no-repeat;
	margin-top: -120px;
}

.home-destaques-item {
	width: 300px;
	height: 220px;
	opacity: .3;
	display: block;
	float: left;
	margin: 6px;
	background: url("../images/home-destaques-item_background.png") top center no-repeat;

	-webkit-transition: opacity .15s ease-in;
	   -moz-transition: opacity .15s ease-in;
	    -ms-transition: opacity .15s ease-in;
	     -o-transition: opacity .15s ease-in;
	        transition: opacity .15s ease-in;
}

.home-destaques-item:hover {
	opacity: 1;
}

.home-destaques-item-icon {
	width: 100%;
	height: 100%;
	background: no-repeat bottom right;
}

.home-destaques-item-container {
	padding: 14px 24px 0 38px;
	text-align: left;
}

#footer {
	margin-top: -100px !important;
}