#empresa{
	padding:10px;
}
#empresa .item{
	margin-bottom:20px;
}
#empresa .item figcaption h1{
	color:#174a99;
	font-size:2.6em;
	font-family:Roboto Condensed, Roboto, lato, helvetica;
	font-weight:400;
	padding:10px 0;
}
#empresa .item img{
	max-width:450px;
}
#empresa .item p{
	color:#656565;
	font-size:16px;
	font-family:Roboto Condensed, Roboto, lato, helvetica;
	font-weight:300;
	padding:10px 0;
	line-height:200%;
}
@media screen and (max-width:700px){
	#empresa .item{
		flex-wrap:wrap;
		text-align:center;
	}
	#empresa .item.wrapreverse{
		flex-wrap:wrap-reverse;
	}
	#empresa .item figure{
		width:100%;
	}
	#empresa .item img{
		max-width:100%;
	}
}
