html.swal2-shown,body.swal2-shown{
	overflow-y: hidden !important;
}
html, body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background-color: #0A0A0A;
	color: rgba(255,255,255,.7);
	background: linear-gradient(0deg, #444 0%, #0A0A07 50%);
}
*{
box-sizing: border-box;
position: relative;
transition: all .15s linear;
}
a{
	color: #ffd700;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	display: block;
}
#subheader{
	position: fixed;
	top: -60px;
	left: 0;
	background-color: #181818;
	height: 60px;
	width: 100vw;
	z-index: 9;
	display: none;
	filter: drop-shadow(0 4px 6px #000);
}
#subheader.ativo{
	top: 0;
	display: block;
	animation: subheader .2s linear;
}
@keyframes subheader{
	from{ top: -60px }
	to{ top: 0 }
}
header{
	height: 160px;
	background-color: #181818;
}
header > div{
	height: 100%;
}
#banner{
	height: 500px;
	background-image: url(../img/bg_banner.jpg);
	background-size: cover;
	overflow: hidden;
}
#banner > div{
	display: flex;
	height: 100%;
}
#homebanner{
	background-image: url(../img/homebanner.png?1);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 100%;
	height: 100%;
	flex-basis: 745px;
}
#textbanner{
	flex: 1;
	padding: 0 50px;
	text-align: center;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-basis: 600px;
}
section{
	padding-top: 50px;
}
footer{
	margin-top: 50px;
	padding: 40px;
	text-align: center;
	font-size: .85rem;
	border-top: 1px solid rgba(255,255,255,.1);
}

#topmenu,#topmenu2{
	margin-left: auto;
}
#topmenu > ul li,#topmenu2 > ul li{
	margin: 0px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}
.maxw{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 40px;
}
.dfac{
	display: flex;
	align-items: center;
}
.resetlist{
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.hidden{
	display: none;
}
.text-center{
	text-align: center;
}
.dlink{
	display: inline-flex;
	padding: 0 20px;
	align-items: center;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(255,255,255,.1);
	white-space: nowrap;
	text-decoration: none;
	color: #bbb;
	font-size: .9rem;
}
.dlink:hover{
	background-color: rgba(255,255,255,.2);
	color: #fff;
	text-decoration: none;
}
.btn:hover{
	text-decoration: none;
}
.btnlogin{
	background-color: rgba(255,255,255,.3);
	color: #fff;
}
.tgratis{
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
	background-color: #7fff00;
	text-decoration: none;
	color: #000;
	filter: drop-shadow(0 0 15px rgba(255,255,255,.6));
	margin-right: 30px;
	white-space: nowrap;
	text-align: center;
}
.tgratis:hover{
	filter: drop-shadow(0 0 25px rgba(255,255,255,.7));
}
.no-mt{
	margin-top: 0 !important;
}
.no-mb{
	margin-bottom: 0 !important;
}
.d-flex{
	display: flex;
}
.lcase{
	text-transform: lowercase;
}
.ucase{
	text-transform: uppercase;
}
.verde{
	color: #7fff00;
}
.branco{
	color: #fff;
}
.cards{
	flex-wrap: wrap;
	justify-content: center
}
.card{
	padding: 30px 35px 25px;
	background-color: rgba(255,255,255,.08);
	width: 100%;
	max-width: 450px;
	border-radius: 10px;
	margin: 15px;
	align-self: stretch;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#cadastro{
	width: 100%;
}
#preform > div{
	margin-bottom: 30px;
}
label{
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
}
.form-control{
	background-color: #fff;
	padding: 7px 10px;
	border: 1px solid #bbb;
	font-size: 1.1rem;
	color: #444;
	font-family: inherit;
	outline: none;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 5px;
	width: 100%;

}
#cadastro button{
	width: 100%;
	cursor: pointer;
}
.formbtn{
	border: none;
	background-color: #7fff00;
	color: #000;
	padding: 15px;
	border-radius: 10px;
	font-family: inherit;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}
.formbtn:hover{
	transform: scale(.98);
}
.features li{
	margin-bottom: 20px;
}
.swal2-popup{
	background-color: #000;
	color: #888;
}
.swal2-confirm{
	background-color: #778899 !important;
}
#wabtn{
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #090;
	color: #fff;
	border-radius: 10px;
	font-size: 1.8rem;
	filter: drop-shadow(2px 2px 6px rgba(0,0,0,.5));
}
#wabtn:hover{
	transform: scale(.9);
}
#cadwin{
	display: flex;
	justify-content: center;
}
#cadwin > div{
	overflow: auto;
	padding: 20px;
	color: #ccc;
	height: fit-content;
	max-width: 600px;
	margin-right: 40px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.1);
}
#vterms ol{
	text-align: left;
}
#vterms li{
	margin-top: 20px;
}
#cadwin > form{
	max-width: 500px;
}
#menubut{
	position: fixed;
	right: 40px;
	top: 10px;
	z-index: 9;
	padding: 10px;
	line-height: 1rem;
	border-radius: 7px;
	cursor: pointer;
	display: none;
}
#fmenu{
	width: 280px;
	background-color: #181818;
	display: none;
	flex-direction: column;
	position: fixed;
	top: 20px;
	right: -280px;
	z-index: 9;
	border-radius: 10px;
	padding: 50px 20px 20px;
	filter: drop-shadow(-1px 1px 0px rgba(255,255,255,.3));
	border: 1px solid rgba(255,255,255,.1);
	filter: drop-shadow(2px 4px 6px #000);
}
#fmenu .tgratis{
	margin: 0;
	margin-bottom: 20px;
	filter: none;
}
#fmenu ul{
	flex-direction: column;
}
#fmenu ul li{
	margin-top: 15px;
}
#menucheck:checked + #fmenu{
	display: flex;
	animation: fmenu .2s linear forwards;
}
.vantagenscont > div{
	flex: 1;
}
.vantagenscont > div:nth-child(1){
	margin-right: 50px;
}
.vantagenscont > div:nth-child(2){
	margin-left: 50px;
}
.vantagens > div{
	padding: 20px;
	background-color: rgba(255,255,255,.08);
	border-radius: 10px;
}
.vantagens img{
	width: 180px;
	height: 180px;
	margin-right: 50px;
	border-radius: 10px;
}
.vantagens > div{
	margin-top: 25px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
@keyframes fmenu{
	from{ right: -250px }
	to{ right: 20px }
}
.closemenu{
	font-size: 1.5rem;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.closemenu:hover{
	transform: scale(1.1);
}
#bakdrop{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 12;
}
@media screen and (max-width: 1023px){
	.vantagenscont{
		flex-direction: column;
	}
	.vantagenscont > div:nth-child(1){
		margin-right: 0;
	}
	.vantagenscont > div:nth-child(2){
		margin-left: 0;
	}
	#banner{
		height: auto;
	}
	#banner > div{
		flex-direction: column;
	}
	#banner > div > div{
		padding: 0;
	}
	#homebanner{
		flex-basis: 300px;
		background-position: 0 center;
	}
	#textbanner{
		flex-basis: auto;
	}
	#cadwin{
		flex-direction: column;
		align-items: center;
	}
	#cadwin > div{
		height: 250px;
		margin-right: 0;
		margin-bottom: 30px;
		max-width: none;
	}
	.maxw{
		padding: 0 20px;
	}
}
@media screen and (min-width: 881px){
	#fmenu{
		display: none !important;
	}
}
@media screen and (max-width: 880px){
	#topmenu ul,#topmenu2 ul{
		display: none;
	}
	.tgratis{
		margin-right: 110px;
	}
	#menubut{
		display: inline-block;
	}
}
@media screen and (max-width: 768px){
	header .maxw{
		padding: 0 20px;
	}
	#topmenu > ul li{
		padding: 2px;
	}
	.tgratis{
		padding: 12px;
	}
	.dlink{
		font-size: .8rem;
	}
	#homebanner{
		flex-basis: 160px;
	}
	#textbanner{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 499px){
	.vantagens > div{
		flex-direction: column;
		text-align: center;
	}
	.vantagens img{
		margin-right: 0;
	}
	#topmenu .tgratis,#topmenu2 .tgratis{
		display: none;
	}
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}
.lds-spinner div {
  transform-origin: 18px 18px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 16px;
  width: 4px;
  height: 9px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.spinner {
   position: relative;
   width: 33.6px;
   height: 33.6px;
   perspective: 67.2px;
}

.spinner div {
   width: 100%;
   height: 100%;
   background: #daa520;
   position: absolute;
   left: 50%;
   transform-origin: left;
   animation: spinner-16s03x 2s infinite;
}

.spinner div:nth-child(1) {
   animation-delay: 0.15s;
}

.spinner div:nth-child(2) {
   animation-delay: 0.3s;
}

.spinner div:nth-child(3) {
   animation-delay: 0.45s;
}

.spinner div:nth-child(4) {
   animation-delay: 0.6s;
}

.spinner div:nth-child(5) {
   animation-delay: 0.75s;
}

@keyframes spinner-16s03x {
   0% {
      transform: rotateY(0deg);
   }

   50%, 80% {
      transform: rotateY(-180deg);
   }

   90%, 100% {
      opacity: 0;
      transform: rotateY(-180deg);
   }
}