body {
	background: #120a20;
	background: linear-gradient(45deg, rgba(18, 10, 32, 1) 0%, rgba(44, 16, 80, 1) 100%);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#appPage {
	min-height: 0
}

#appPage .firstText {
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	margin-top: 150px
}

#appPage .firstText h1 {
	color: #fff;
	font-weight: 300;
	margin: 0;
	font-size: 44px;
	font-family: var(--geoit);
	margin-bottom: 10px
}

#appPage .firstText h1 span {
	color: #ffeaa7
}

#appPage .firstText h2 {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: var(--geolite);
	margin-bottom: 5px
}

.downBtn {
	background: #fff;
	border-radius: 25px;
	display: inline-block;
	width: auto;
	height: 50px;
	margin-top: 20px;
	font-size: 0;
	transition: all .2s ease-in-out
}

.downBtn.googlePlay {
	-webkit-box-shadow: 0 0 50px 0 rgba(108, 92, 231, .3);
	box-shadow: 0 0 50px 0 rgba(108, 92, 231, .3)
}

.downBtn.googlePlay:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(108, 92, 231, .6);
	box-shadow: 0 0 50px 0 rgba(108, 92, 231, .6)
}

.downBtn.downloadDireto {
	-webkit-box-shadow: 0 0 50px 0 rgba(123, 237, 159, .3);
	box-shadow: 0 0 50px 0 rgba(123, 237, 159, .3)
}

.downBtn.downloadDireto:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(123, 237, 159, .6);
	box-shadow: 0 0 50px 0 rgba(123, 237, 159, .6)
}

.downBtn i {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
	margin-top: 13px;
	margin-left: 15px;
	vertical-align: top
}

.downBtn i svg {
	width: 24px;
	height: 24px;
	display: block
}

.downBtn span {
	vertical-align: top;
	color: #6c5ce7;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 50px;
	margin-left: 30px;
	font-family: var(--geoit);
	margin-right: 50px
}

.downBtn.downloadDireto {
	margin-left: 30px
}

.downBtn.downloadDireto span {
	color: #7bed9f
}

#appPage .functions {
	display: block;
	position: relative;
	margin-top: 200px;
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-bottom: 50px
}

#appPage .functions .item {
	display: inline-block
}

.whitePart {
	display: block;
	width: 100%;
	position: relative
}

.whitePart .shape {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 158px
}

.whitePart .shape .left {
	width: 159px;
	height: 158px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/appShapeLeft.png)
}

.whitePart .shape .right {
	width: 160px;
	height: 159px;
	position: absolute;
	right: 0;
	top: -158px;
	background: url(../img/appShapeRight.png)
}

.whitePart .shape .center {
	width: calc(100% - 159px);
	left: 159px;
	background: #fff;
	top: 0;
	position: absolute;
	height: 158px
}

.whitePart .main {
	top: 158px;
	position: relative;
	background: #fff;
	height: auto
}

.whitePart .main .wrapi {
	width: 980px;
	margin: 0 auto
}

.whitePart footer,
.whitePart footer .tit,
.whitePart footer .item>a,
.whitePart footer .appInfo a,
.whitePart footer .appInfo .subtit,
.whitePart footer .subtit,
.whitePart footer .copyright,
.whitePart footer .afterFooter {
	color: var(--gray)
}

.whitePart #beforeFooter {
	display: none
}

.whitePart footer .appInfo svg path {
	fill: var(--gray)
}

.gBTitle {
	font-size: 28px;
	color: var(--gray);
	font-family: var(--geoit);
	text-transform: uppercase
}

.gBSub {
	font-size: 16px;
	color: var(--gray);
	font-family: var(--geolite)
}

.primeira {
	text-align: center
}

.segunda {
	margin: 100px 0;
	margin-top: 0;
	text-align: center
}

.youtubers {
	text-align: center
}

.video {
	display: block;
	width: 560px;
	height: 315px;
	margin: 50px auto;
	border-radius: 25px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 50px 0 rgba(108, 92, 231, .4);
	box-shadow: 0 0 50px 0 rgba(108, 92, 231, .4)
}

.youtuberList {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px
}

.youtubers .item {
	display: inline-block;
	margin: 5px;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
	width: 300px;
	height: 100px;
	position: relative;
	border: 1px solid #f2f2f2;
	transition: all .3s ease-in-out
}

.youtubers .item:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.youtubers img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #f2f2f2;
	border-radius: 50%
}

.youtubers .name {
	font-family: var(--geoit);
	color: var(--gray);
	position: absolute;
	top: 15px;
	left: 110px
}

.youtubers .name {
	font-family: var(--geoit);
	color: var(--gray);
	position: absolute;
	top: 15px;
	left: 110px;
	text-decoration: none
}

.youtubers .name:hover {
	opacity: .7
}

.youtubers .subscribe {
	font-family: var(--geobold);
	color: #fff;
	position: absolute;
	top: 45px;
	left: 110px;
	background: #ff4757;
	padding: 10px 30px;
	padding-top: 12px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 7px;
	padding-left: 50px
}

.youtubers .subscribe:hover {
	opacity: .7
}

.youtubers .subscribe .icon {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 24px;
	height: 24px
}

.youtubers .subscribe .icon {
	max-width: 256px;
	max-height: 256px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDkwLjI0LDExMy45MmMtMTMuODg4LTI0LjcwNC0yOC45Ni0yOS4yNDgtNTkuNjQ4LTMwLjk3NkMzOTkuOTM2LDgwLjg2NCwzMjIuODQ4LDgwLDI1Ni4wNjQsODAgICAgYy02Ni45MTIsMC0xNDQuMDMyLDAuODY0LTE3NC42NTYsMi45MTJjLTMwLjYyNCwxLjc2LTQ1LjcyOCw2LjI3Mi01OS43NDQsMzEuMDA4QzcuMzYsMTM4LjU5MiwwLDE4MS4wODgsMCwyNTUuOTA0ICAgIEMwLDI1NS45NjgsMCwyNTYsMCwyNTZjMCwwLjA2NCwwLDAuMDk2LDAsMC4wOTZ2MC4wNjRjMCw3NC40OTYsNy4zNiwxMTcuMzEyLDIxLjY2NCwxNDEuNzI4ICAgIGMxNC4wMTYsMjQuNzA0LDI5LjA4OCwyOS4xODQsNTkuNzEyLDMxLjI2NEMxMTIuMDMyLDQzMC45NDQsMTg5LjE1Miw0MzIsMjU2LjA2NCw0MzJjNjYuNzg0LDAsMTQzLjg3Mi0xLjA1NiwxNzQuNTYtMi44MTYgICAgYzMwLjY4OC0yLjA4LDQ1Ljc2LTYuNTYsNTkuNjQ4LTMxLjI2NEM1MDQuNzA0LDM3My41MDQsNTEyLDMzMC42ODgsNTEyLDI1Ni4xOTJjMCwwLDAtMC4wOTYsMC0wLjE2YzAsMCwwLTAuMDY0LDAtMC4wOTYgICAgQzUxMiwxODEuMDg4LDUwNC43MDQsMTM4LjU5Miw0OTAuMjQsMTEzLjkyeiBNMTkyLDM1MlYxNjBsMTYwLDk2TDE5MiwzNTJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}

@media only screen and (max-width:980px) {
	.wrapi {
		max-width: 90%;
		width: 90%
	}
}

@media only screen and (max-width:580px) {
	#appPage .firstText {
		margin-top: 50px
	}

	#appPage .functions {
		margin-top: 100px
	}

	#appPage .firstText h1 {
		font-size: 32px
	}

	#appPage .firstText h2 {
		font-size: 12px
	}

	.downBtn {
		width: 220px
	}

	.downBtn.downloadDireto {
		margin-left: 0
	}

	#appPage .functions .item {
		display: block
	}

	.whitePart .video {
		width: 360px;
		height: 220px
	}

	.whitePart .video iframe {
		width: 100%;
		height: 100%
	}
}