.buttonNavbar {
	 background-color:#005fb1;
	 border-radius: 5px;

	 color:white;
	 border: 0;
	 padding: 10px 28px;
	 text-transform: uppercase;
	 -webkit-transform: translateZ(0);
	         transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	         backface-visibility: hidden;
	 -moz-osx-font-smoothing: grayscale;
	 -webkit-transition-duration: 0.3s;
	         transition-duration: 0.3s;
	 -webkit-transition-property: -webkit-transform;
	         transition-property: transform;
	         
	 margin-left: 250px;
	 padding-top: 18px!important;
	 color: white!important;
	 font-weight: bold!important;
	      
}

a.buttonNavbar:hover {
	background-color: #007cec!important; /* Altera a cor de fundo ao passar o mouse */
 	color: #fff!important;
}
a.Navbar:hover {
	background-color: #f8f8f8!important; /* Altera a cor de fundo ao passar o mouse */
 	color: #000!important;
 	border-radius: 5px;   
}