@charset "utf-8";
/* CSS Document */
 
.divEmpresa1{
	width: 81%;
	height: 100%;
	padding: 30px; 
} 
.recuo{
	margin-left: 40px;  
}
.justificar{
	text-align: justify;
	text-justify: inter-word;
}
.fontEmpresa1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: #29166e;
}

.fontEmpresa2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #29166e;
} 

.color1{
	color: rgba(19,81,137,1.00);
}

.divBanner{
	width: 100%;
	height: 400px;
}

.tamanhoBanner{
	width: 100%;
	height: 100%;
}

.divRodapeEmpresa{
	width: 100%;
	height: 50px;
	background-image: url("../imagens/fundoRodape.png");
	background-size: 100% 50px;
	background-color: rgba(19,81,137,1.00);
} 
.titulo{ 
	text-align: center; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px; 
	color: #317950;
}