.efeitos {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,0.25);
	z-index: 999999;
	display: none;
}


.efeitos .efeito {
	position: absolute;
	float: left;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../../../gif/load-azul-circular);
	background-size: 25%;
	background-repeat: no-repeat;
	display: block
}


.efeitos [data-efeitos="0"] {
	background-position: center;
}

.efeitos [data-efeitos="1"] {
	background-position: top;
}

.efeitos [data-efeitos="2"] {
	background-position: bottom;
}

@media (max-height:690px){
	
}