/***********************************************************************/
/***                                                                 ***/
/***          Industeck Engenharia e Automação Industrial            ***/
/***  Autor: Adriano Chagas                                          ***/
/***  Versão: 01                                                     ***/
/***  Out - 2025                                                     ***/
/***                                                                 ***/
/***********************************************************************/

/***********************************************************************/
/***                          Sobre Nós                              ***/
/***********************************************************************/
.card-sobre-nos{
    margin-top: 10px;
}

.titulo-sobre-nos{
    height: 												auto;
	width: 													100%;
	font-family: 											"Trebuchet MS", Helvetica, sans-serif;
	text-transform: 										uppercase;
	font-weight: 											bold;
	font-size: 												25px;	
	color: 													var(--vmlogo)	
}

.texto-sobre-nos{
    font: 20px/25px 'calibri';
    text-shadow: 0px 0px 1px #eee;
    color: #999999;
}

.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;
}

@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;
}



}