body{
	background: rgb(18,10,32);
	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: 0px;
}

#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 0px rgba(108, 92, 231, 0.3);
	box-shadow: 0 0 50px 0px rgba(108, 92, 231, 0.3);
}

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

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

.downBtn.downloadDireto:hover{
	-webkit-box-shadow: 0 0 50px 0px rgba(123, 237, 159, 0.6);
	box-shadow: 0 0 50px 0px rgba(123, 237, 159, 0.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: 0px;
	top: 0px;
	background: url(/web/20250902162134im_/https://novizer.com/img/appShapeLeft.png);
}

.whitePart .shape .right{
	width: 160px;
	height: 159px;
	position: absolute;
	right: 0px;
	top: -158px;
	background: url(/web/20250902162134im_/https://novizer.com/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:0px 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 0px;
	margin-top: 0px;
	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 0px rgba(108, 92, 231, 0.4);
	box-shadow: 0 0 50px 0px rgba(108, 92, 231, 0.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 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px 0px rgba(0, 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: 0.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: 0.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%;
	}

}

/*
     FILE ARCHIVED ON 16:21:34 Sep 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:20:59 Sep 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.447
  load_resource: 130.086
  PetaboxLoader3.resolve: 48.899
  PetaboxLoader3.datanode: 38.435
*/