@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

html{
	scroll-behavior: smooth;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.loader{
	display: none;
}

@font-face {font-family: "Effra Regular";
	src: url("../fontes/Effra/effra-regular.eot"); /* IE9*/
	src: url("../fontes/Effra/effra-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fontes/Effra/effra-regular.woff2") format("woff2"), /* chrome、firefox */
	url("../fontes/Effra/effra-regular.woff") format("woff"), /* chrome、firefox */
	url("../fontes/Effra/effra-regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fontes/Effra/effra-regular.svg#Effra Regular") format("svg"); /* iOS 4.1- */
  }
  
  @font-face {font-family: "Effra Bold";
	src: url("../fontes/Effra/bold-effra.eot"); /* IE9*/
	src: url("../fontes/Effra/bold-effra.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fontes/Effra/bold-effra.woff2") format("woff2"), /* chrome、firefox */
	url("../fontes/Effra/bold-effra.woff") format("woff"), /* chrome、firefox */
	url("../fontes/Effra/bold-effra.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fontes/Effra/bold-effra.svg#Effra Bold") format("svg"); /* iOS 4.1- */
  }
  
  
:root {
	--amarelo: #ffba00;
	--azul: #59e7fe;
	--branco: #ffffff;
	--roxo: #784aa7;
	--cinza: #3b3b3b;
	--cinza-escuro: #464646;
	--cinza-medio: #656565;
	--cinza-claro: #a3a3a3;
	--laranja: #ff6a00;
}

section.intro{
	padding: 50px 0;
	text-align: center;
}

.logo{
	position: relative;
	text-align: unset;
}

.logo img{
	position: absolute;
	left: 0;
}

section.intro div.section,
section.quiz02 div.section{
	text-align: center;
	margin: 60px auto 62px auto;
	width: 130px;
	height: 39px;
	border-radius: 5px;
	background-color: #784aa7;
	padding: 7px 10px;
}

section.quiz01 div.section,
section.quiz03 div.section{
	text-align: center;
	margin: 60px auto 62px auto;
	width: 130px;
	height: 39px;
	border-radius: 5px;
	background-color: #ff6a00;
	padding: 6px 10px;
}

section.intro div.section h4,
section.quiz01 div.section h4,
section.quiz02 div.section h4,
section.quiz03 div.section h4{
	font-family: 'Effra Regular', sans-serif;
	font-size: 22px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0.88px;
	text-align: center;
	color: #ffffff;
	margin: 0px;
}

section.intro h2{
	font-family: 'Effra Regular', sans-serif;
	font-size: 40px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 1.3px;
	text-align: center;
	color: #7e7e7e;
	margin: 0 auto 65px auto;
}

section.intro img.ilustracao{
	margin-bottom: 50px;
}

section.intro p{
	font-family: 'Effra Regular', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #7e7e7e;
	margin: 0 auto 50px auto;
	width: 90%;
}


section.intro .button{
	text-align: center;
}

a.style01{
	height: 50px;
	border-radius: 25px;
	background-color: #784aa7;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	font-family: 'Effra Regular', sans-serif;
	line-height: 1.4;
	letter-spacing: 0.72px;
	text-align: left;
	color: #ffffff !important;
	cursor: pointer;
	padding: 14px 80px;
	text-decoration: none;
	transition-duration: .3s;
	z-index: 1;
}

a.style01:hover, a.style02:hover, a.style03:hover {
    transform: scale(1.05);
}

section.quiz01 {
    padding: 50px 0 200px 0;
	text-align: center;
	background: #fff url(../img/quiz-etapa01-fundo.png) 0% 0% no-repeat padding-box;
    background-size: cover;
}

section.section01{
	padding: 50px 0 120px 0;
    
}

.question{
	margin: 150px auto;
}

.question .buttons{
	margin: 50px auto;
}

.question h4{
	font-family: 'Effra Regular', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.75px;
	text-align: center;
	color: #7e7e7e;
	margin-bottom: 40px;
}

.question input{
	width: 534px;
	border-width: 0 0 1px 1px;
	border-color: #8a8a8a;
	transition-duration: .3s;
	background-color: transparent;
	font-family: 'Effra Regular', sans-serif;
	font-size: 20px;
	color: #7e7e7e;
	padding: 5px 20px;
}

.question input:focus {
	border-width: 0 0 1px 1px;
	outline: none;
	border-color: #ff6a00;
}

.question .buttons a, 
.question .buttons a > img{
	width: 51px;
	height: 51px;
	cursor: pointer;
	transition-duration: .3s;
}

section.quiz03 .quiz .buttons a {
    cursor: pointer;
    position: absolute;
	bottom: 60px;
	left: 50%;
    transform: translate(-50%,-50%);
}

.question .buttons img{
	margin: 0 15px;
}

.question .buttons a:hover img,
section.quiz03 .quiz .buttons a:hover img{
	opacity: 0.5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

span.nome{
	text-transform: capitalize;
}

section.quiz02 {
    padding: 50px 0 350px 0;
	text-align: center;
	background: #fff url(../img/quiz-etapa02-fundo.png) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center bottom;
}

section.quiz02 h2{
	font-family: 'Effra Regular', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 1.3px;
	text-align: center;
	color: #7e7e7e;
	margin: 150px auto 40px auto;
}

section.quiz02 p{
	font-family: 'Effra Regular', sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #7e7e7e;
	width: 55%;
    margin: 0 auto 70px auto;
}

section.quiz03 {
    padding: 10px 0 100px 0;
	text-align: center;
	background: #fff url(../img/quiz-etapa01-fundo.png) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center bottom;
}

section.quiz03 .quiz {
    box-shadow: 5px 16px 30px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 80px 100px;
	width: 100%;
	margin-top: 20px;
	height: 700px;
}

section.quiz03 .quiz h2{
	font-family: 'Effra Regular', sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.48;
	letter-spacing: 0.63px;
	text-align: left;
	color: #7e7e7e;
	margin-bottom: 35px;
}

section.quiz03 .quiz .buttons{
	margin-top: 80px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: 999999;
    opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.radio input, .radio select {
    width: 80%;
    height: 60px;
    border-radius: 30px;
    background-color: #f4f4f4;
    border: none;
    font-family: lato,sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align-last: center;
    line-height: 2.78;
    letter-spacing: normal;
    text-align: center;
    color: #626262;
    margin-bottom: 10px;
}

.radio{
	text-align: left;
	padding: 10px 0;
}

.radio label{
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
	font-family: 'Effra Regular', sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: #7e7e7e;
	background: url(../img/radio.svg) 3px 5px no-repeat;
}

input:active+label, input:checked+label {
	background: url(../img/radioselect.svg) 3px 5px no-repeat;
	background-size: 16px;
}

#myProgress {
    width: 627px;
    margin: 0 auto;
    height: 11px;
    border-radius: 12px;
    background-color: #ede4f8;
    margin-bottom: 115px;
}
#myBar {
    height: 11px;
	border-radius: 19px;
	background-color: #c9b3e1;
    /* width of the bar set initially to 0% to hide it */
     
    width: 0%;
    /* transition for smooth animation */
     
    transition: all ease-in-out 0.5s;
}



/* PÁGINAS DE RESULTADOS */
section#perfil{
	padding: 100px 0;
}

img.ilustracao-resultado {
    width: 500px;
    margin-bottom: 40px;
}

section#perfil h2{
	font-family: 'Effra Regular', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.75px;
	text-align: center;
	color: #784aa7;
	margin: 0 auto 30px auto;
}

section#perfil p{
	font-family: 'Effra Regular', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: #7e7e7e;
	margin: 0 auto 50px auto;
	width: 70%;
}

section#perfil .resultado{
	text-align: center;
	margin: 0 auto;
}

section#perfil .materiais {
    padding: 0 0 50px 0;
}

section#perfil .materiais p.materiaisricos{
	margin: 60px auto;
}

section#perfil .materiais .post{
	margin: 0 auto;
	text-align: center;
}

section#perfil .materiais .post a{
	cursor: pointer;
}

section#perfil .materiais .post h4{
	font-family: 'Effra Regular', sans-serif;
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: 0.63px;
	text-align: left;
	color: #784aa7;
	margin: 29px 0 0 0;
	text-decoration: underline;
}

section#perfil .rodape{
	text-align: center;
	margin: 100px auto 50px auto;
}

section#perfil .rodape p{
	margin: 0 auto 30px auto;
}


section#perfil .unico h4{
	text-align: center !important;
}





@media screen and (max-width:990px){

	.logo img{
		position: unset;
		width: 100px;
	}

	section.intro div.section,
	section.quiz01 div.section, 
	section.quiz03 div.section {
		text-align: center;
		margin: 10px auto 25px auto;
		height: 30px;
		padding: 4px;
	}

	section.intro h2{
		font-size: 25px;
		margin-bottom: 25px;
	}

	section.intro p {
		font-size: 14px;
	}

	a.style01 {
		display: block;
		padding: 13px 40px;
		text-align: center;
	}

	.question input{
		width: 100%;
	}

	section.intro div.section h4, section.quiz01 div.section h4, section.quiz02 div.section h4, section.quiz03 div.section h4{
		font-size: 15px !important;
	}

	.question {
		margin: 100px auto;
	}

	.question h4, section.quiz02 h2 {
		font-size: 20px !important;
		margin: 75px auto 40px auto;
	}

	section.intro div.section, section.quiz02 div.section {
		margin: 20px auto;
		width: 130px;
		height: 30px;
	}

	section.quiz02 p {
		font-size: 16px;
		width: 95%;
	}

	section.quiz02 {
		padding: 10px 0;
	}

	section.quiz01 {
		padding: 10px 0 50px 0;
		background-size: cover;
	}

	section#perfil h2 {
		font-size: 22px;
	}

	section#perfil p {
		font-size: 16px;
		width: 95%;
	}

	section#perfil .resultado img, .post img{
		width: 100%;
	}

	.post,
	img.ilustracao-resultado{
		margin: 0 auto 30px auto !important;
	}

	section#perfil .materiais .post h4 {
		font-size: 20px;
	}

	section#perfil .materiais .post.unico h4{
		text-align: left !important;
	}

	section#perfil {
		padding: 50px 0;
	}

	section#perfil .materiais {
		padding: 0;
	}

	section.intro img.ilustracao {
		margin-bottom: 40px;
		width: 75%;
	}

	section.quiz03 .quiz h2 {
		font-size: 15px;
		margin: 20px auto;
	}

	.radio label {
		font-size: 16px;
		margin: 10px auto;
		padding: 5px 0 5px 30px;
	}

	.radio {
		text-align: left;
		padding: 0;
	}

	section.quiz03 .quiz .buttons a {
		cursor: pointer;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 50px;
	}

	section.quiz03 .quiz {
		height: auto !important;
		padding: 40px 25px !important;
	}

	#myProgress {
		width: 100%;
		margin-bottom: 20px;
	}

	section.quiz03 .quiz h2, .radio label {
		font-size: 17px;
	}

	section.quiz03,
	section.quiz02 {
		padding: 10px 0 75px 0;
		background-size: cover;
	}

	section.quiz02 p {
		width: 95%;
		margin: 0 auto 50px auto;
	}

	.radio input, .radio select {
		width: 98%;
		height: 90px;
	}
}

@media screen and (max-width: 1700px) and (min-width: 1100px){
	section.intro img.ilustracao {
		margin-bottom: 40px;
		width: 45%;
	}
}


@media screen and (min-width: 1100px) and (max-width: 1700px){

	section#perfil {
		padding: 50px 0;
	}

	section#perfil h2 {
		font-size: 25px;
	}

	section#perfil p {
		font-size: 18px;
	}

	section.intro h2 {
		font-size: 30px;
	}

	section.intro p {
		font-family: 'Effra Regular', sans-serif;
		font-size: 16px;
	}

	section.intro div.section {
		text-align: center;
		margin: 10px auto 35px auto;
	}

	section.intro div.section h4,
	section.quiz01 div.section h4,
	section.quiz02 div.section h4,
	section.quiz03 div.section h4 {
		font-size: 18px;
		line-height: 1.5;
	}

	.question h4,
	section.quiz02 h2 {
		font-size: 25px;
	}

	section.quiz01 {
		padding: 10px 0 150px 0;
	}

	section.quiz02 {
		padding: 10px 0 150px 0;
	}

	section.quiz03{
		zoom: 0.8;
	}

	section.quiz02 p {
		font-size: 20px;
	}

	.button{
		margin: 0 0 100px 0;
	}

	.radio label {
		font-size: 20px;
	}

	section.quiz03 .quiz h2 {
		font-size: 22px;
		margin: 100px auto 40px auto;
	}

	#myProgress {
		margin-bottom: 70px;
	}

	section.quiz03 .quiz {
		height: 650px;
	}

	section.quiz02 p {
		font-size: 16px;
		width: 95%;
	}
}

/** CHECKBOX LGPD **/

#checkbox-lgpd {
    margin: 10px 0 20px 0;
    position: relative;
    display: inline-grid;
    text-align: left;
}
#checkbox-lgpd input#subscribeCheckbox {
    height: 20px;
    width: 20px;
    position: absolute;
    margin: 5px;
	border: 1px solid #000 !important;
	opacity: 1;
}
#checkbox-lgpd label{
    position: relative;
    left: 40px;
    font-size: 14px;
    margin: 2px;
	width: 95%;
	background: unset !important;
}

.lgpd{
	width: 50%;
    margin: 30px auto;
}

@media screen and (max-width: 990px){
	.lgpd {
		width: 100%;
		margin: 30px auto;
	}

	#checkbox-lgpd label {
		width: 85%;
	}
}
