@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round');

@font-face {
	font-family: neuropol;
	src: url(neuropol.ttf);
}
@font-face {
	font-family: audiowide;
	src: url(audiowide.ttf);
}
@font-face {
	font-family: 'Charisma';
	src: url('../assinatura/includes/charisma.otf');
	font-weight: normal;
	font-style: normal;
}

:root {
--amarelo: 255,245,152;
}

.preload * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 12px;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#modal-root {
	display: none;
}
body {
	height: 100%;
	background-color: rgba(var(--amarelo),1);
	background-image: url("fundogranulado.jpg");
	background-size: contain;
	opacity: 1;
    transition: opacity 0.4s cubic-bezier(.4,0,.2,1);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset */

/* Fontes */
A:link {
	color: #000000;
	text-decoration: none;
}
A:active {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
p + p {margin-top: 5px;}

/* Classes gerais de efeitos */
.hoversombra1 {
	transition: box-shadow 0.3s !important;
	-webkit-transition: box-shadow 0.3s;
}
	.hoversombra1:hover {
		-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
		-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
		box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	}

.hoversombra2 {
	transition: box-shadow 0.3s !important;
	-webkit-transition: box-shadow 0.3s;
}
	.hoversombra2:hover {
		-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
		-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
		box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	}

.hoverborda {
	border: 2px solid transparent;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
}
	.hoverborda:hover {
		border: 2px solid rgba(var(--corluzes),1);
	}

.fadein1 {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation-name: fadein1;
    -webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode:forwards;
	-ms-animation-name: fadein1;
    -ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
@-webkit-keyframes fadein1 {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadein1 {
    from {opacity: 0;}
    to {opacity: 1;}
}
.fadein2 {
	opacity: 0;
	opacity: 1 \9; /*just in case ie*/
	animation-delay: 0.5s;
	-webkit-animation-name: fadein1;
    -webkit-animation-duration: 2s;
	-webkit-animation-fill-mode:forwards;
	-ms-animation-name: fadein1;
    -ms-animation-duration: 1s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
@-webkit-keyframes fadein2 {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadein2 {
    from {opacity: 0;}
    to {opacity: 1;}
}
.delay1 {animation-delay: 0.00s;}.delay2 {animation-delay: 0.50s;}.delay3 {animation-delay: 1.00s;}.delay4 {animation-delay: 1.50s;}.delay5 {animation-delay: 2.00s;}.delay6 {animation-delay: 2.50s;}.delay7 {animation-delay: 3.00s;}.delay8 {animation-delay: 3.50s;}.delay9 {animation-delay: 4.00s;}.delay10 {animation-delay: 4.50s;}.delay11 {animation-delay: 5.00s;}.delay12 {animation-delay: 5.50s;}.delay13 {animation-delay: 6.00s;}.delay14 {animation-delay: 6.50s;}.delay15 {animation-delay: 7.00s;}.delay16 {animation-delay: 7.50s;}.delay17 {animation-delay: 8.00s;}.delay18 {animation-delay: 8.50s;}.delay19 {animation-delay: 9.00s;}.delay20 {animation-delay: 9.50s;}.flexcenter {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.translatecenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.borda {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-radius: 4px;
	-ms-radius: 4px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s ease-in;
}

.borda8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-radius: 8px;
	-ms-radius: 8px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s ease-in;
}
.borda8lponly {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-o-radius: 8px;
	-ms-radius: 8px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s ease-in;
}
.borda8topright {
	border-top-right-radius: 8px;
}
.borda8topleft {
	border-top-left-radius: 8px;
}
.borda8bottomright {
	border-bottom-right-radius: 8px;
}
.borda8bottomleft {
	border-bottom-left-radius: 8px;
}
.backgradual {
	background-image: linear-gradient(to bottom, transparent, transparent, rgba(0,0,0,0.15));
	background: -webkit-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.15));
	background-repeat: repeat-x;
	background-position: bottom;
}
.backgradualpreto {
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0.85));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0.9));
	background-repeat: repeat-x;
	background-position: bottom;
	color: rgba(var(--amarelo),1);
}
.backgradualbranco {
	background-image: linear-gradient(to bottom, white, white, rgba(200,200,200,1));
    background: -webkit-linear-gradient(top, white, white, rgba(200,200,200,1));
    background-repeat: repeat-x;
    background-position: bottom;
	color: black;
}
red {
	color: red;
}
green {
	color: green;
}
blue {
	color: blue;
}
luzes {
	color: rgba(var(--corluzes),1);
}
gray {
	color: rgba(0,0,0,0.5);
}
gray75 {
	color: rgba(0,0,0,0.75);
}
purple {
	color: rgba(128,0,128,1)
}
negrito, .negrito {
	font-weight: bold;
}
italico {
	font-style: italic;
}
sublinhado {
	text-decoration: underline;
}
::i-block-chrome, .safarinone {
	display: none;
}
.jump {
	animation: jump 1.2s infinite;
}
@keyframes jump {
	0% { transform: translate(0, 3px) scale(1.15, 0.85); }
	50% { transform: translate(0, -80%) scale(1, 1); }
	55% { transform: translate(0%, -80%) rotate(15deg); }
	60% { transform: translate(0, -80%) rotate(-15deg); }
	65% { transform: translate(0, -80%) rotate(15deg); }
	70% { transform: translate(0, -80%) rotate(-15deg); }
	100% { transform: translate(0, 3px) scale(1.15, 0.85); }
}

.dance {
	animation: dance 1.2s infinite;
}
@keyframes dance {
	0% { transform: translate(0, 0) rotate(-25deg); }
	50% { transform: translate(0, 0) rotate(25deg); }
	100% { transform: translate(0, 0) rotate(-25deg); }
}
.littledance {
	animation: littledance 0.7s infinite;
}
@keyframes littledance {
	0% { transform: translate(0, 0) rotate(-10deg); }
	50% { transform: translate(0, 0) rotate(10deg); }
	100% { transform: translate(0, 0) rotate(-10deg); }
}
.sombra1 {
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,1);
}
.sombra2 {
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,1);
}
.marginbottom {
	margin-bottom: 20px;
}
.margintop {
	margin-top: 20px;
}
.clippath_hexagono {
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.slidefromleft {
	-webkit-animation-name: slidefromleft;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration: 0.5s;
	-ms-animation-name: slidefromleft;
	-ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	animation-direction: forwards;
	animation-iteration-count: 1;
}
@-webkit-keyframes slidefromleft {
	from {transform: translateX(-100%);}
	to {transform: translateX(0);}
}
@keyframes slidefromleft {
	from {transform: translateX(-100%);}
	to {transform: translateX(0);}
}
.slidefromright {
	-webkit-animation-name: slidefromright;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration: 0.5s;
	-ms-animation-name: slidefromright;
	-ms-animation-duration: 0.5s;
	-ms-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	animation-direction: forwards;
	animation-iteration-count: 1;
}
@-webkit-keyframes slidefromright {
	from {transform: translateX(100%);}
	to {transform: translateX(0);}
}
@keyframes slidefromright {
	from {transform: translateX(100%);}
	to {transform: translateX(0);}
}
.forminputloginemail {
	display: none;
}
.hide10animation {
  animation: hide10animation 0.5s ease-in 10s;
  animation-fill-mode: forwards;
}
@keyframes hide10animation {
  to {
	opacity: 0;
    visibility: hidden;
    height: 0;
	margin: 0;
  }
}
nomeplano {
	font-size: 48px;
    font-family: 'Charisma';
    text-transform: uppercase;
    letter-spacing: -1px;
}
@media only screen and (max-width: 1040px) {
nomeplano {
	font-size: 40px;
}}

.blur1 {
	-webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}
.blur2 {
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.formpadrao {
	width: 100%;
	max-width: 600px;
	min-width: 200px;
    padding: 0 4px;
    background-color: transparent;
    font-family: var(--fonteprimaria);
    min-height: 20px;
    float: left;
    text-align: center;
    border: thin solid transparent;
    transition: all 0.3s;
    border-radius: 0px !important;
}
@media only screen and (max-width: 420px) {
	.formpadrao {
		width: 100%;
        max-width: 420px;
	}}
.formpadrao:hover, .formpadrao:focus {
    outline: none;
}
.divlabel {
	width: 270px;
	margin: 0 auto;
	transform: translate(0px, 13px);
}
@media only screen and (max-width: 420px) {
.divlabel {
	width: 255px;
}}