#segmentos .bg {
	background-image: url('../images/site/slider_03_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: 720px;
}
#segmentos .img01 {
	position: absolute;
	top: 160px;
	right: -5%;
	max-width: 100%;
}


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

@media only screen and (min-width: 800px) {
	#segmentos .top {
		height: 580px;
	}
	#segmentos .img02 {
		position: absolute;
		bottom: 70px;
		right: 5%;
		width: auto;
		max-width: 700px;
	}
}

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