.higherchess {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: url(../../../../jpg/bg-branco-degrade);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
}

.centro {
	position: fixed;
	top: 0px;
	left: 0%;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(147,112,219,0.55);
	overflow-y: hidden;
}

.contem_ifr {
	position: fixed;
	top: 0px;
	left: -100%;
	float: left;
	width: 225px;
	height: 240px;
	background: rgba(255,255,255,1);
	z-index: -9;
}

.contem_ifr .ifr {
	float: left;
	width: 100%;
	height: 100%;
}

.carregando {
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(147,112,219,1);
	z-index: 9999999;
}

.carregando figure {
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100%;
	background: url(../../../../gif/load-chess);
	background-position: center;
	background-size: 150px auto;
	background-repeat: no-repeat;
}


.botao_bot {
	position: fixed;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 125px;
	background: rgba(30,30,30,1);
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	z-index: 999999;
}

.botao_bot p {
	width: 80%;
	line-height: 45px;
	background: rgba(105,105,105,1);
	border-radius: 12px 6px 12px 6px;
	text-align: center;
	color: rgba(251,251,251,1);
	font-size: 16px;
	font-weight: 500;
}