.ongoogle{
	height: 60px;
	
}

.foreducation{
	height: 60px;
	margin-right: 10px;
}

.suite {
	width: 80%;
}

#fade {
	opacity: 0.8;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	
}

#fade:hover{
	opacity: 1;
	/*-webkit-filter: grayscale(0%);
	filter: grayscale(0%);*/

}

#rodape {
	clear: both;
	text-align: center;
	margin-top: 150px;
	border-top: 3px solid black;
	border-color: #3bb8ff;
	padding-top: 5px;
	margin-bottom: 70px;
}

.text-center .img-responsive {
    margin: 0 auto;
}
#acessoservicos2{
	display: none;
}

@media screen and (max-width: 800px) {
  #acessoservicos {
  	display: none;
  }
  #acessoservicos2{
  	display: block;
  }
}