@charset "iso-8859-1";
/* CSS Document */

div.conteudo{
	width: 895px;
	margin: 0 auto;
}

div.conteudo h1.faq_titulo{
	font-weight: normal;
	line-height: 60px;
	margin-top: 80px;
}

div.conteudo h1.faq_titulo span{
	color: #434343;
}

div.conteudo h1.faq_titulo span:nth-of-type(1){
	padding-left: 35px;
	font-size: 80px;
	font-family: 'AlexBrushRegular';
}

div.conteudo h1.faq_titulo span:nth-of-type(2){
	font-size: 70px;
	font-family: 'AdamGorryInlineRegular';
}

p.faq_texto{
	line-height: 30px;
	font-size: 16px;
	font-family: 'CenturyGothicRegular';
	color: #000;
	margin-top: 55px;
}

/* duvidas */
div.faq_questoes{
	margin-top: 60px;
	margin-bottom: 50px;
}

div.faq_questoes div.pergunta{
	width: 685px;
	font-size: 22px;
	font-family: 'HelveticaNeueRegular';
	color: #000;
}

div.faq_questoes div.resposta{
	border-bottom: 2px solid #D6D6D6;
	margin-bottom: 35px;
	font-family: 'MyriadProRegular';
	font-size: 16px;
	color: #000;
}

div.faq_questoes div.resposta img.ponteiro_pergunta{
	float: right;
	cursor: pointer;
}

div.faq_questoes div.resposta div{
	padding: 20px;
	line-height: 30px;
	border: 2px solid #D6D6D6;
	border-bottom: none;
	display: none;
}
/* /duvidas */