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

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

}

.title_servicos{ 
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:30px;
}

.area_servicos .text_area_servicos p{
	font-size: 14px;
}

.title_servicos img{ 
	width: 25px;
    height: 25px;
    margin-right: 5px;
}

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

}

.title_maquinas{ 
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:30px; 
}

.title_maquinas img{ 
	width: 25px;
    height: 25px;
    margin-right: 5px;
}

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

}

.area_maquinas_desc{
	height:100%; 
}

.area_maquinas_desenho{
	height:100%; 
}

.area_desenho{
	margin-top:30px;
}
.area_maquinas_title{
	height:60px;
	border: 1px solid #233a5f; 
	background-color:#233a5f;
	display:flex;
	justify-content: center;
	align-items:center;   
}
.area_maquinas_text{
	max-width:480px; 
	border-bottom:1px solid #233a5f; 
	border-left:1px solid #233a5f;
	border-right:1px solid #233a5f;
	margin-left:30px;
	margin-right:30px;  
}

.area_maquinas_title h2{
	color:#fff; 

}

.area_maquinas_text li{
	list-style:none; 
	padding-top:7.5px;
	margin-bottom:7.5px; 
}

.area_maquinas_text ul{
	padding-left:15px; 
}
