/************************************************************/
/*                  	      FAQ                           */
/************************************************************/
#faq .conteudo{
	margin-bottom: 110px;
}
#faq .faq_space {
	display:block;
	width:100%;
	height:50px;
}
#faq .faqs{
	/* width: 100%; */
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
@media (max-width: 768px) {
	#faq .faqs{
		width: 100%;
	}
}
#faq .faqs:first-of-type {
	/* margin-top:50px; */
}
#faq .faqs h2 {
    color: #fff;
    background: #b89550;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	font-size:21px;
}
#faq ul.pgntas {
	margin-bottom: 25px;
	text-align: left;
	list-style:none;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.inf-curso ul.pgntas{
 	margin-top:10px;
}
.inf-curso ul.pgntas li{
    cursor: pointer;
    margin: 0 0 10px 0;
    font-size: 16px;
	padding:20px;
}
.inf-curso ul.pgntas li.open {
	font-weight:bold;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 3px 10px #9a9a9a;
}
.inf-curso ul.pgntas li h4{
	font-size: 16px;
	color: #282628;
	font-weight: 500;
	margin: 20px 0 0 0;
	line-height: 30px;
	text-indent: 25px;
	display:none;
}