/***********************************************************************/
/***                                                                 ***/
/***          Industeck Engenharia e Automação Industrial            ***/
/***  Autor: Adriano Chagas                                          ***/
/***  Versão: 01                                                     ***/
/***  Out - 2025                                                     ***/
/***                                                                 ***/
/***********************************************************************/

/***********************************************************************/
/***                          Sobre Nós                              ***/
/***********************************************************************/
.solucoes{
    margin-top: 10px;
}

.titulo-solucoes{
    height: 												auto;
	width: 													100%;
	font-family: 											"Trebuchet MS", Helvetica, sans-serif;
	text-transform: 										uppercase;
	font-weight: 											bold;
	font-size: 												25px;	
	color: 													var(--vmlogo)	
}

.texto-servicos{
    font: 20px/25px 'calibri';
    text-shadow: 0px 0px 1px #eee;
    color: #999999;
    
}

.texto-servicos-modificado{
    font-family: 											'calibri';
	font-size: 												20px;
	font-weight: 											bold;
}

.missao{
    margin-right: 10px;
    width: 99%;

}

.visao{
    margin-right: 10px;
    width: 99%;
}

.valores{
    width: 99%;

}

/***********************************************************************/
/***                          Filosofia                              ***/
/***********************************************************************/
.filosofia{
    margin-top: 10px;
}

.filosofia-faixa{
    display: flex;
    justify-content: space-between;
}

.titulo_filosofia{  
    font-family: 											"Trebuchet MS", Helvetica, sans-serif;
	text-transform: 										uppercase;
	font-weight: 											bold;
	font-size: 												20px;	
	color: 													var(--azlogo);
}

.texto_filosofia{
    height: 200px;
    font-size: 													16px;
	font-family: 												"Trebuchet MS", Helvetica, sans-serif;	
	color: 														#333333;
	font-weight: 												bold;
}

/***********************************************************************/
/***                      Lista de Serviços                          ***/
/***********************************************************************/
.lista-servicos{
    display: flex;
    justify-content: space-between;

}

.servico-direita{
    margin-left: 0px;
    width: 100%;
}

.servico-esquerda{
    margin-left: 0px;
    width: 100%;

}

.lista-exposta{
    font-family: 											'calibri';
	font-size: 												20px;
	font-weight: 											bold;
    color: var(--azlogo);

}

@media screen and (max-width: 990px) {

/***********************************************************************/
/***                          Boas Vindas                            ***/
/***********************************************************************/

/***********************************************************************/
/***                          Sobre Nós                              ***/
/***********************************************************************/

.titulo-sobre-nos{    
	font-size: 												16px;	
}

.texto-sobre-nos{
    font: 14px/16px 'calibri';
    
}



/***********************************************************************/
/***                          Filosofia                              ***/
/***********************************************************************/
.filosofia-faixa{
    flex-direction: column;
}

.titulo_filosofia{      
	font-size: 16px;		
}

.texto_filosofia{
    height: auto;
    font-size: 14px;
}

.missao{
    margin-right: 0px;
    width: 100%;

}

.visao{
    margin-right: 0px;
    width: 100%;
    margin-top: 10px;
}

.valores{
    margin-right: 0px;
    width: 100%;
    margin-top: 10px;
}



}