.empresa .box-title {
	background-image: url("../../imagens/empresa/quem-somos.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.empresa .box-title h1 {
	padding: 60px 0px;
	font-size: 40px;
	text-shadow: 1px 1px 2px #5b5a5a;
	color: #fff;
}
section.box-quem-somos img {
	width: 100%;
}

/*Box 3 inicio*/
section.box-3 {
  background: linear-gradient(10deg, #061971 30%, #041E41 60%);
  padding: 60px 0;
  text-align: center;
}
section.box-3 span {
  display: block;
  color: #fff;
}
section.box-3 span.font-maior {
  font-size: 33px;
}
/*Box 3 final*/

/*Box Aprovados inicio*/
.box-aprovados {
  padding: 60px 0;
}
.box-aprovados h2, .box-aprovados p {
  text-align: center;
}
.box-aprovados p {
	margin-bottom: 30px;
}
.box-aprovados img {
  border-radius: 10px;
  margin-bottom: 30px;
}
/*Box Aprovados final*/



@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 425px) {
	
}