/*-----------------------------------------------------------------------------
TEMPLATE CHANGES
-----------------------------------------------------------------------------*/
/* overflow fix - necessário para posicionar o tooltip */
article {
  overflow: visible;
}

html, body {
  overflow-x: visible !important;
  overflow-y: visible !important;
  overflow: visible !important;
  height: 100% !important;
  min-height: 100% !important;
  width: initial !important;
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.top-header h2 a {
		background-position: 100% 0;
	}
}

.quiz {
	/*background: transparent url(/htmlinfostatic/templates/quiz-perfil-consumidor/assets/images/ilustracao.jpg) no-repeat right top/auto;*/
	overflow: hidden;
	clear: both;
}

.quiz .coluna-1,
.quiz .coluna-2 {
	float: left;
	width: 50%;
}

.contador {
	font-family: 'Oglobox-condensed-Regular';
	font-size: 39px;
	color: #25314a;
	line-height: 39px;
	margin: 0;
	padding: 0 72px;
}

.perguntas-resultado {
	max-width: 525px;
	padding: 0 0 0 50px;
}

.pergunta {
	/*width: 525px;*/
}

.pergunta h3 {
	font-family: 'OgloboCondensedRegular';
	font-size: 25px;
	color: black;
	line-height: 25px;
	margin: 0;
	padding: 0 22px;
}

.pergunta ul {
	list-style: none;
	margin: 30px 0;
}

.pergunta ul li {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 300ms ease-out;
}

.pergunta ul li:before {
	content: 'A';
	display: block;
	background: #cbcbcb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 25px;
	height: 25px;
	color: white;
	text-align: center;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: text-top;
	padding: 4px 0 0 2px;
	margin: -4px 12px 0 0;
	transition: all 300ms ease-out;
}

.pergunta ul li:nth-child(1):before {
	content: 'A';
}

.pergunta ul li:nth-child(2):before {
	content: 'B';
}

.pergunta ul li:nth-child(3):before {
	content: 'C';
}

.pergunta ul li:nth-child(4):before {
	content: 'D';
}

.pergunta ul li:nth-child(5):before {
	content: 'E';
}

.pergunta ul li:hover,
.pergunta ul li.selecionado {
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pergunta ul li:hover:before,
.pergunta ul li.selecionado:before {
	background: #e89400;
}
.pergunta ul li.errado{
	color: #C73F3F;
}
.pergunta ul li.errado:before {
	background: #C73F3F;
}
.pergunta ul li.certo:before {
	background: #3D9E55;
}
.pergunta ul li.certo{
	color: #3D9E55;
}
.pergunta .resposta{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
	display: none;
	margin-bottom: 30px;
	max-width: 575px;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding-left: 20px;
}

.resultado {
	clear: both;
	overflow: hidden;
	text-align: center;
	display: none;
}

.resultado .coluna-1,
.resultado .coluna-2 {
	width: 50%;
	float: left;
}

.resultado .coluna-1 {
	padding: 0 70px;
}

.resultado h4 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	color: #5b5b5b;
	margin: 0;
	text-transform: uppercase;
}

.resultado h3 {
	font-family: 'OgloboCondensedMedium';
	font-size: 42px;
	color: #25314a;
	line-height: 42px;
	margin: 40px 0 20px;
	text-align: center;
}

.resultado small {
	font: normal 21px/22px 'OgloboCondensedRegular';
	color: #25314a;
	text-align: center;
}

.resultado p {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	color: black;
	margin: 0;
}
.pergunta button,
.resultado button {
	display: inline-block;
	font-family: 'OgloboCondensedBold';
	font-size: 18px;
	line-height: 18px;
	color: white;
	background: #545454;
	padding: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 40px;
}
.pergunta button{
	display: none;
	margin-top: 0;
	float: right;
	outline: none;
}
@media only screen and (max-width: 800px) {
	.quiz .coluna-1,
	.quiz .coluna-2 {
		float: none;
		width: 100%;
	}

	.resultado .coluna-1,
	.resultado .coluna-2 {
		float: none;
		width: 100%;
		padding: 0;
	}

	.resultado .coluna-1 {
		margin-bottom: 40px;
	}

	.perguntas-resultado {
		max-width: none;
		padding: 0 0 0 0;
	}

	.contador {
		padding: 0 22px;
		margin-top: 20px;
	}
}