#segmentos .bg {
	background-image: url('../images/site/segmentos_semi_acabados_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#segmentos .top {
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 750px;
}
#segmentos .img01 {
	position: absolute;
	top: 290px;
	right: 2%;
	max-width: 100%;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px){
	#segmentos .top {
		height: 550px;
	}
	#segmentos .img01 {
		top: 160px;
		right: 7%;
		width: 280px;
	}
}

@media only screen and (min-width: 800px) {
	#segmentos .top {
		height: 580px;
	}
	#segmentos .img02 {
		position: absolute;
		bottom: 20px;
		right: -5%;
		width: auto;
		max-width: 650px;
	}
	#segmentos .top .txtWrapper h1 {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 1280px) {
	#segmentos .top .txtWrapper h1 {
		font-size: 2em;
	}
}

@media only screen and (min-width: 1600px) {
	#segmentos .top {
		height: 730px;
	}
	#segmentos .img02 {
		bottom: 0px;
		max-width: 100%;
	}
}

@media only screen and (min-width: 1700px) {
	#segmentos .top .txtWrapper h1 {
		font-size: 3em;
	}
}