body {
	background:url(../images/bg.jpg) center;
	background-size: cover;
}

.logo {
	color:#b6e33c;
	font-family:"Century Gothic", Arial, Verdana;
	font-weight:bold;
	text-align:center;
	margin-top:70px;
}

.logo p {
	margin:0;
}

.manutencao {
	color:#fff;
	text-align:center;
	font-family:"Century Gothic", Arial, Verdana;
	font-size:30px;
	margin:100px 0;
}

.manutencao img {
	position: relative;
	top: 2px;
}

.clientes {
	color:#b6e33c;
	font-family:"Century Gothic", Arial, Verdana;
	font-weight:bold;
	width:1140px;
	margin:0 auto;
}

.clientes p {
	margin:0;
}

.clientes img {
	margin-right:89px;
	
	opacity: 0.8;
	transition: opacity .2s;
	position:relative;
}

.clientes img:hover {
	opacity: 1;
	transition: opacity .2s;
}

.clientes .sante img {
	top: -3px;
}

.clientes .camisadalatinha img {
	margin-right:0;
	top: -12px;
}

.clientes .velamecursos img {
	top: -30px;
}

.clientes .projeta img {
	top: -26px;
}