.faq .line
{  
  border-bottom: 1px dotted #000;
  margin-bottom:10px;
}
.faq .line .ilustracao
{  
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.faq .line .questao
{  
  font-weight:bold;
  margin-bottom:5px;
}

/* faq full */
.faq .full
{  
}
.faq .full .ilustracao
{  
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
.faq .full .questao
{  
  color:#000;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:20px;
}
.faq .full .resposta
{  
  text-align:justify;
}
