/* inicio area empresa texto sobre a empresa e imagem */

.container_empresa{
	display:flex;
	justify-content:center; 
	align-items:center;
}

.area_empresa .title_empresa h2{
	text-transform:uppercase;
	color:#335792;
	font-size:20px; 
	margin-top:10px;
	margin-bottom:0;
	font-weight: 700;
}

.title_empresa{ 
	margin-bottom:30px;
}

.area_empresa .text_area_empresa p{
	font-size: 14px;
}
.img_empresa img{
	width:100%; 
}

.area_lista li{
  list-style-image: url('../images/seta.png');
  margin:0;
  padding:0;
}

.area_lista li{
	margin-left:1em;
	margin-top:20px; 
	margin-bottom:20px; 
	line-height:0;
	font-size: 14px;
}

.area_lista ul li{ 
 	list-style-position:inside;
 	margin:0;
  	padding:0;  
}

/* fim area empresa */
/* inicio area benner frase de impacto */

.banner_efeito{
	width:100%;
	height:250px; 
	margin-top:60px;
	margin-bottom:60px; 
}

.banner_efeito_overlay{
	width:100%;
	height:100%;  
	background-image:linear-gradient(to right, rgba(53, 89, 147, 0.8), rgba(53, 89, 147, 0)), url('../images/equipe.jpg');
	background-repeat: no-repeat;
	background-position:3%; 
	margin: 0;
}

.banner_efeito_text{

}

.banner_efeito_text h3{
	color: #355993;
}

/* fim area benner frase de impacto  */

/* inicio area missao e visao */
.area_valores_title{
	display:flex;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:30px; 
}

.area_valores_title h2{
	color:#335792;
	text-transform:uppercase;
	font-size:20px;
	margin-top:10px;
	margin-bottom:0;
	font-weight:700;
}

.area_valores_title img{
	width:30px;
	height:30px; 
}


.area_valores_text_images{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:50px; 
}

.area_mv_img{
	padding-right:0 !important;
	padding-left:0 !important;  
}

.area_mv_img img{
	width:100%;
	height:auto; 
	

}

#area_mv_img_direcao{
	display:flex;
	justify-content:flex-end;
}

.area_mv_center{
	display:flex;
	align-items: center;
}

/* fim area missao e visao */

@media(max-width: 767px){
	.banner_efeito_overlay{
		background-image: linear-gradient(to right, rgba(53, 89, 147, 0.8), rgba(53, 89, 147, 0.8)), url('../images/equipe.jpg');
		background-size: cover;
	}

	.banner_efeito_text h3 {
	    color: #fff;
	}
}

@media(max-width: 991px){
	.banner_efeito_overlay{
		background-size: contain;
	}

}