.box-quemsomos{
	position: relative;
	float: left;
	width: 100%;
	height: 511px;
	background: url('../images/bg-quem-somos.jpg') #f2f4f5 no-repeat scroll top center;
	padding-top: 72px;
	overflow: hidden;
}
.tit-internas{
	position: relative;
	float: left;
	padding-left: 85px;
	line-height: 40px;
	font-size: 40px;
	font-family: 'robotolight';
	color: #14446f;
	text-transform: uppercase;
	background: url('../images/icone-tit-internas.png') no-repeat left center;
	width: 100%;
}
.box-quemsomos .txt{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-family: 'robotolight';
	color: #666;
	width: 380px;
	margin-top: 30px;
}
.box-mvv{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 52px;
	min-height: 175px;
}
.box-mvv dl.item{
	position: relative;
	float: left;
	width: 300px;
	border-top: solid 5px #14446f;
	margin: 0 20px 35px 0;
}
.box-mvv dl.item:last-child{
	margin-right: 0;
}
.box-mvv dl.item dt{
	position: relative;
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: 'robotomedium';
	color: #14446f;
	line-height: 44px;
	text-transform: uppercase;
}
.box-mvv dl.item dd{
	position: relative;
	float: left;
	width: 100%;
	font-family: 'robotolight';
	font-size: 14px;
	color: #666;
}
.botoes{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 212px;
}
.botoes a.bt{
	position: relative;
	float: left;
	height: 50px;
	width: 465px;
	line-height: 50px;
	text-align: center;
	background: #78af40;
	border-radius: 3px 3px;
}
.botoes a.bt span{
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 101px;
	font-size: 20px;
	font-family: 'robotomedium';
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.botoes a:last-child{	
	margin-left: 10px;
}
.botoes a.bt.icone-solucoes span{
	background: url('../images/icone-solucoes.jpg') no-repeat center left;
}
.botoes a.bt.icone-unidades2 span{
	background: url('../images/icone-unidades2.jpg') no-repeat center left;
}
.botoes a.bt:hover{
	opacity: 0.5;
}
@media (min-width: 721px) and (max-width: 959px){
	.box-mvv dl.item{
		width: 220px;
	}
}
@media (max-width: 959px){
	.box-quemsomos{
		background: url('../images/bg-caminhao-quem-somos.jpg') no-repeat center bottom, url('../images/bg-nuvens-quem-somos.jpg') no-repeat center top;
		height: auto;
		min-height: 746px;
	}
	.box-quemsomos .txt{
		width: 100%;
	}
	/**/
	.botoes{
		margin-bottom: 40px;
	}
	.botoes a.bt{
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
	}
}
@media (max-width: 720px){
	.tit-internas{
		padding-left: 0;
		background: transparent;
	}
	.box-quemsomos {
	  background: url('../images/bg-caminhao-quem-somos.jpg') no-repeat center bottom, url('../images/bg-nuvens-quem-somos.jpg') no-repeat center top;
	  background-size: 100%, 1920px;
	}
	/**/
	.box-mvv{
		text-align: center;
	}
	.box-mvv dl.item{
		float: none;
		display: inline-block;
		text-align: left;
		margin-right: 0;
		width: 100%;
	}
	/**/
	.botoes a.bt.icone-solucoes span,
	.botoes a.bt.icone-unidades2 span{
		padding-left: 0;
		background: transparent;
		font-size: 16px;
		line-height: 20px;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}