.manutencao {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,0.95);
	z-index: 999999;
	display: none;
}

.manutencao figure {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	background: url(../../../../gif/manutencao);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}

.manutencao p {
	position: absolute;
	bottom: 145px;
	width: 100%;
	float: left;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 18px;
	font-weight: 500;
}


.manutencao span {
	position: absolute;
	bottom: 75px;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 42px;
	background: rgba(105,105,105,1);
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-weight: 500;
}

@media (max-height:690px){
	
}