@charset "utf-8";

* {	 
	margin: 0;
	padding: 0;
}

a:link{
	text-decoration:none; 
	color:  #858585;
} 

a:visited {
	color:  #858585;
}

.corGeralCinza{ 
	color:  #858585;
}
.centraliza{
	margin: 0 auto;
}

.tableMenu{
	width: 130px;
	height: 60px;
}

.tableMenu :hover{
	transform: scale(1.1);
}

.tableLogo{
	width: 327px;
	height: 60px;
}


.logo{
	width: 327px;
	height: 200px;	
}

.menu{
	margin-right: 37px;
	font-size: 20px;
	cursor: pointer;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight: bold;
	color: #1D143F;
}


.itensMenu{
	width: 90px;
	height: 20px;
}

.whats{
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.barra{
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background-color: #084597;
}