@charset "utf-8";
html {
	height: 100%;
	-webkit-user-select: none;
}
body {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	background: #000;
}
#primeiro {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#fondo, #fondo li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#fondo {
	z-index: 1;
	margin: 0;
	padding: 0;
}
#fondo li {
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}
.boton {
	height: 210px;
	width: 210px;
	background-color: transparent;
	z-index: 99;
}
.boton {
	position: absolute;
	bottom: 10%;
	left: 10%;
}
@media all and (max-width: 720px) {
.boton {
	position: absolute;
	bottom: 10%;
	left: 10%;
}
}
