/* QUIZ STYLES */
/* Styles to prettify the quiz page */

/*html {
background: #eee;
}

body {
width: 800px;
margin: 0 auto;
border: 2px solid #ccc;
border-top: none;
background: #fff;
padding: 20px;
font-family: Trebuchet, Arial,Helvetica,sans-serif;
font-size: 16px;
color: #353535;
line-height: 1.5em;
}*/

@font-face {
	font-family: 'Gotham Book';
	src: url('font/Gotham-Book.eot');
	src: url('font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Book.woff') format('woff'),
		url('font/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('font/Gotham-Bold.eot');
	src: url('font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Bold.woff') format('woff'),
		url('font/Gotham-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Gotham Book';
}

.topo{
	text-align: center;
	/*	padding: 50px 0 30px 0;*/
	padding-bottom: 6px;

}

.topo img{
	/*	width: 160px;*/ 

}

#questionHeader h3{
	font-size: 35px;
	color: white;
	font-family: Arial;
	padding: 45px 40px 0px 45px;
	text-align: center;
}

#questionHeader{
	width: 1170px;
	height: 170px;
	background-color: #6cc2f7;
	position: relative;
	text-align: center

}

#questionHeader h3{
	font-size: 32px;
	color: white;
	font-family: 'Gotham';
	padding: 50px 0 0px 94px;
	text-align: left;
}
#questionHeader h3 span{
	font-size: 80px;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-top: -10px;

}

#question1 #questionHeader h3{
	padding: 90px 0 0px 94px;
}

#question1  #questionHeader h3 span{
	margin-top: -40px;
}
#question3 h3 span{
	height: 84px;
	padding: 0;
}
#question3 h3 {
	font-size: 26px;
	padding: 70px 0 0 94px;
}
#question3 h3 span {
	margin-top: -21px;
}

#question3 h3 {
	padding: 80px 0 0 94px;
}
#question3 h3 span {
	margin-top: -21px;
}

#question2 h3 {
	padding: 60px 0 0 94px;
}

#resultsHeader{
	width: 605px;
	height: 194px;
	float: left;
	display: none;
}

#resultsHeader h3{
	font-size: 30px;
	color: white;
	font-family: Arial;
	padding: 45px 40px 0px 45px;
	text-align: center;
}

#resultsBody{
	width: 1170px;
	margin: 0 auto;
}

#resultsBody #resultDesc{
	float: left;
	width: 50%;
	position: relative;
	height: 355px;
}

#resultsBody #resultDesc #descLong{
	color: #eca154;
	font-size: 27px;
}

#resultsBody #resultPicture{
	float: left;
	border: none;
	width: 50%;
	height: 424.5px;
	margin-left: 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
}

#shareSocial{
	position: absolute;
	bottom: 0;
	color: #6cc2f7;
	font-size: 24px;
}

.share{
	width: 110px;
}

ul.answers{
	width: 1200px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}

ul.answers  li{
	width: 285px;
	height: 285px;
	float: left;
	margin: 0px 10px 12px 0px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;

}

ul.answers  li:hover{
	background-size: 110% 110%!important;
	position: relative
}

#answerCheckBox{
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	top: 50px;
	margin-left: 110px;
	position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

#answerCheckBox img {
	margin-left: 5px;
	margin-top: 5px;
	display: none;
	width: 40px;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

input[type=checkbox]{
	display:	none;
}

.questionCount{
	display: none;
}

#breadcrumb{
	margin-left: 240px;
	bottom: 0;
	position: absolute;
	margin-bottom: 12px;
}

#breadcrumb li{
	border:1px solid #b6e1fb;
	width:8px;
	height:8px;
	float:left;
	background-color: #b6e1fb;
	margin-left: 10px;
}

#buttonDiv{
	width: 195px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 1px solid #b7b7b7;
	background-color: #b7b7b7;
	float: right;
}

.button{
	color:#ffffff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

/*
#answerOption{
position: absolute;
width: inherit;
text-align: center;
margin-top: 12px;
font-size: 21px;
color: #898989;
display: none;
}
.question3 
*/
#answerOption{
	position: absolute;
	width: inherit;
	text-align: center;
	top: 25px;
	color: #fff;
	display: block;
	margin-top: 115px;
	font-size: 21px;
	color: #fff;
	display: block;
	width: 85%;
	left: 8%;
}

li#question1 #answerOption{


}

li#question2 #answerOption{


}

li#question3 #answerOption{


}

li#question4 #answerOption{


}

/*
li#question2 #answerOption{
display: block;
}

li#question4 #answerOption{
display: block;
}
*/




h1,h2,h3,h4,h5,h6 {font-weight: bold;}

/*h1 {
font-size: 26px;
margin: 0 0 20px;
color: #0C4569;
}
h2 {
font-size: 22px;
margin: 15px 0;
}
h3 {
font-size: 18px;
margin: 15px 0 10px;
}
h4 {
font-size: 16px;
margin: 10px 0;
}
h5 {
font-size: 14px;
margin: 10px 0 5px;
}
h6 {
font-size: 12px;
margin: 5px 0;
}*/

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

/*.button {
float: left;
width: auto;
padding: 5px 15px;
color:#ffffff;
background-color:darkcyan;
border: 1px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}*/


.startQuiz {
	margin-top: 40px;
}

.tryAgain {
	float: none;
	margin: 20px 0;
}

/* clearfix */
.quizArea, .quizResults {
	zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.quizArea:after, .quizResults:after {
	clear: both;
}

.questionCount {
	font-size: 14px;
	font-style: italic;
}
.questionCount span {
	font-weight: bold;
}

ol.questions {
	margin-top: 20px;
	margin-left: 0;
	width: 1170px;
	margin: 0 auto;
}
ol.questions li {
	margin-left: 0;
}


ul.responses li {
	margin: 10px 20px 20px;
}
ul.responses li p span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
ul.answers li.correct, ul.responses li.correct p span {
	color: #6C9F2E;
}
ul.responses li.incorrect p span {
	color: #B5121B;
}

.quizResults h3 {
	margin: 0;
}
.quizResults h3 span {
	font-weight: normal;
	font-style: italic;
}
.quizResultsCopy {
	clear: both;
	margin-top: 20px;
}

#question0 #questionHeader{
	background-color: transparent;
	background-image: url("../images/bg1.jpg");
	background-size: cover;
}

#questionHeader h3{

}

#breadcrumb{
	display: none
}
.checked{

}
.checked .ativo{
	background-color: #d56c76;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

overlay{
	display: none;
}
.checked .overlay{
	display: block;
	background: #000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*--------------Segunda Questão--------------*/

#question1 #questionHeader{
	background-color: transparent;
	background-image: url("../images/bg2.jpg");
	background-size: cover;
}





/*--------------Terceira Questão--------------*/

#question2 #questionHeader{
	background-color: transparent;
	background-image: url("../images/bg3.jpg");
	background-size: cover;
}





/*--------------Quarta Questão--------------*/

#question3 #questionHeader{
	background-color: transparent;
	background-image: url("../images/bg4.jpg");
	background-size: cover;
}
#question0_0{
	background-color: #21104f;
}

#question0_1{
	background-color: #70295f;
}

#question0_2{
	background-color: #ae485d;
}

#question0_3{
	background-color: #db7079;
}


#question1_0{
	background-color: #21104f;
}

#question1_1{
	background-color: #70295f;
}

#question1_2{
	background-color: #ae485d;
}

#question1_3{
	background-color: #db7079;
}


#question2_0{
	background-color: #21104f;
}

#question2_1{
	background-color: #70295f;
}

#question2_2{
	background-color: #ae485d;
}

#question2_3{
	background-color: #db7079;
}


#question3_0{
	background-color: #21104f;
}

#question3_1{
	background-color: #70295f;
}

#question3_2{
	background-color: #ae485d;
}

#question3_3{
	background-color: #db7079;
}



#question4_0{
	background-color: #21104f;
}

#question4_1{
	background-color: #70295f;
}

#question4_2{
	background-color: #ae485d;
}

#question4_3{
	background-color: #db7079;
}




/*--------------Quinta Questão--------------*/

#question4 #questionHeader{
	background-color: transparent;
	background-image: url("../images/bg5.jpg");
	background-size: cover;
}

/*
#question4_0 .ativo::before{
content: "Um bom livro e cama!";
color: #fff;
margin: 6px 0 0 66px;
font-size: 20px;
position: absolute;
width: 148px;
}

#question4_1 .ativo::before{
content: "Experimentar uma nova trilha.";
color: #fff;
margin: 6px 0 0 66px;
font-size: 20px;
position: absolute;
width: 198px;
}

#question4_2 .ativo::before{
content: "Sair com meus amigos/família.";
color: #fff;
margin: 6px 0 0 66px;
font-size: 20px;
position: absolute;
width: 198px;
}

#question4_3 .ativo::before{
content: "Colocar a casa em ordem.";
color: #fff;
margin: 6px 0 0 66px;
font-size: 20px;
position: absolute;
width: 180px;
}
*/


/*-----------------Resultados--------------*/

.boxTexto{
	padding: 15px 10% 0;
	height: 410px;
}

.boxTexto img{
	position: absolute;
	width: 56px;
	margin-left: -68px;

}
.boxTexto h3{
	font-weight: bold;
	font-size: 32px;
	margin: 30px 0 10px 0;
	display: inline-block;
	font-family: 'Gotham';
}

.boxTexto p{
	font-size:14px;
	line-height: 18px;
}
.cavaleira{
	background-color: #ba417a;
	color: #fff;
}

.justiceira{
	background-color: #db3744;
	color: #fff;
}
.amazona{
	background-color: #db376d;
	color: #fff;
}
.rainha{
	background-color: #b12265;
	color: #fff;
}


#question4 h3{
	padding: 90px 0 0 94px;
}

#question4 h3 span{
	margin-top: -40px;
}

.btFace{
	text-align: left;
	margin: 15px 0 15px 0;
	width: 100%
}
.btCompartilhar{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 20px 5px 10px;
	display: inline-block;
	width: 196px;
	margin-right: 15px
}

.btCompartilhar img{
	position: relative;
	width: 35px;
	margin: 0;
	float: left;

}

.btCompartilhar span{
	margin: 10px 0 0 15px;
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	font-family: 'Gotham';
}


.textoPass{
	margin: 15px 0;
	text-align:left;
}

.textoPass p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.textoPass p b {
	font-weight: 700;
	font-family: 'Gotham';
	font-size: 21px;
	margin: 20px 0 0 0;
	display: inline-block;
}

.textoPass .btCompartilhar{
	margin: 15px 0 0 0;
	font-size: 23px;
	width: 170px;
	padding: 5px 20px 10px 10px;
}

.textoPass  div{
	text-align: left
}
@media (max-width:768px) and (min-width:300px) {
	ol.questions{
		width: 100%;
	}
	ul.answers{
		width: 100%;
	}


	ul.answers li{
		margin-left: 9%!important
	}

	#buttonDiv{

		width: 300px;
		margin: 0 auto;
		float: none;

	}


	#questionHeader{
		width: 100%;
		height: 300px;
	}

	#questionHeader h3{
		padding: 70px 0 0px 20px;
	}

	#question1 #questionHeader h3 span {
		margin-top: 20px;
	}
	#question1 #questionHeader h3 {
		padding: 70px 0 0px 20px;
	}
	#resultsBody{
		width: 100%;
	}
	#resultsBody #resultPicture{
		width: 100%;
		height: 300px;
		background-size: cover;
	}

	#resultsBody #resultDesc{
		width: 100%;
		height: auto;
		overflow-x: hidden;
	}

	.boxTexto {
		padding: 40px 11% 30px 20%;
	}
	#questionHeader h3 span{
		height: 165px;
	}
	#question3 h3{
		font-size: 22px;
		padding: 50px 0 0px 20px;
	}

	#question1 h3 span{
		margin-top: 0;
	}

	#question2 h3 span{
		margin-top: 15px;
	}

	#question4 h3 span{
		margin-top: 10px;
	}

	.quizArea{
		padding-bottom: 20px;
	}

	.topo img{
		width:100%;

	}

	#question2 h3 {
		font-size: 27px;
	}

	#question3 h3 span {
		margin-top: 40px;
	}
	.boxTexto {
		height: auto;
	}
}

@media (max-width:321px) and (min-width:300px) {

	ul.answers li{
		margin-left: 3%!important
	}
}

@media (max-width:1440px) and (min-width:1000px) {

	.topo{
		text-align: center;
		padding: 0 0 6px 0;

	}

	#questionHeader{
		height: 120px;
	}

	#questionHeader h3 {
		font-size: 22px;
		padding: 28px 0 0px 94px;
	}

	#questionHeader h3 span{
		margin-top: -6px;
	}
	ul.answers li{
		height: 200px
	}

	#answerCheckBox{
		top: 30px
	}
	#answerOption{
		font-size: 18px;
		top:0
	}

	#question1 #questionHeader h3 {
		padding: 57px 0 0px 94px;
		font-size: 32px
	}
	li#question1 #answerOption {

	}
	#question2 h3 {
		font-size: 26px;
		padding: 60px 0 0px 94px;
	}
	#question2 h3 span{
		margin-top: -46px;
	}

	li#question2 #answerOption {

	}

	#question3 h3 {
		padding: 40px 0 0 94px;
	}	

	#question3 h3 span{
		margin-top: -27px
	}

	#question4 h3 {
		padding: 55px 0 0 94px;
		font-size: 32px
	}

	#question4 h3 span {
		margin-top: -41px;
	}

	li#question4 #answerOption {

	}
	li#question3 #answerOption {

	}

	.boxTexto{
		height:387px;
	}
	
	#resultsBody #resultPicture{
		height: 401.5px;
	}
}

@media (max-width:480px) and (min-width:300px) {
	#questionHeader h3{
		width: 90%;
	}
	#question0 #questionHeader h3 {
		padding: 49px 0 0px 20px;
	}
	#question0 #questionHeader h3 {
		font-size: 20px;
		line-height: 28px;
	}

	#question0 #questionHeader h3 span {
		margin-top: 70px;
	}
	#buttonDiv {
		width: 90%;
		margin: 0 5%;
		float: none;
	}

	ul.answers li {
		margin-left: 5% !important;
		width: 90%;
	}

	.boxTexto {
		padding: 6px 5% 30px 5%;
		height: auto;
	}
	.btCompartilhar{
		margin-bottom: 20px;
		width: 90% !important;
	}
	.btFace {
		text-align:center;
		margin: 30px 0 0 0;
		width: 100%;
	}
	.btCompartilhar span {
		margin: 10px 0 10px 15px;
		display: inline-block;
		font-size: 18px;
	}
}