section {
	margin: 0 auto 0px auto;
}

section #sustentabilidade {
	float:left;
	background: url('../img/ecologicamente-correto.png') center no-repeat;
}

section p {
	float: left;
	text-align: justify;
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #a8a39b;
}

section h3 {
	font-family: "Trebuchet MS";
	font-size: 36px;
}

#linha-sustentavel {
	background-color: #f2ebdf;
	text-align: center;
}

#linha-sustentavel img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
}

/*
@media only screen 
and (max-width : 319px) {
	section {
		width: 220px;
	}
}

@media only screen 
and (min-width : 320px)
and (max-width : 479px) {
	section {
		width: 285px;
	}
}

@media only screen 
and (min-width : 480px)
and (max-width : 799px) {
	section {
		width: 440px;
	}
}

@media only screen 
and (min-width : 800px)
and (max-width : 1023px) {
	section {
		width: 760px;
	}
}

@media only screen 
and (min-width : 1024px) {
	*/
	section {
		width: 960px;
	}
	
	#sustentabilidade {
		width: 200px;
		height: 200px;
		margin-right: 35px;
		box-shadow: 0px 1px 2px 1px #DFDFDF;
	}
	
	section p {
		width: 725px;
		line-height: 1.45;
	}
	
	section h3 {
		margin-top: 65px;
		margin-bottom: 40px;
	}
	
	#linha-sustentavel {
		width: 100%;
		height: 440px;
	}
	
	#linha-sustentavel img {
		padding: 20px;
	}
/* } */
