#wrapperSite {
	width: 1168px;
	margin: 0 auto;
	padding-top: 60px;
	margin-top: 11px;
	background: url('../img/recomendacoesBanner_BG.jpg') top center no-repeat;
}

#left {
	float: left;
	width: 740px;
	margin-right: 60px;
}

.news {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

.news .wrapper {
	width: 870px;
	margin: 0 auto;
	position: relative;
}

.news .title {
	cursor: initial;
	color: #383D4B;
	text-transform: uppercase;
	font: 400 18px 'Aprex-New-Bold', sans-serif;
}

#faqsCategorias {
	float: left;
	width:100%;
	margin-top: 20px;
}

#faqsCategorias .title {
	color: #E2151A;
	margin-bottom: 5px;
}

#faqsCategorias .categoria{
	float: left;
	width:100%;
	border-top: 1px solid #DDDDDD;
}
#faqsCategorias .pergunta {
	float: left;
	padding-left: 35px;
	width: calc(100% - 35px);
}

#faqsCategorias .categoria:last-of-type {
	border-bottom: 1px solid #DDDDDD;
}

#faqsCategorias .categoria .top{
	float: left;
	width: 100%;
	cursor: pointer;
	padding:12px 0;
}
#faqsCategorias .categoria.active .top{
	background-color: #F7F7F7;
}

#faqsCategorias .categoria .titleCategoria{
	float: left;
	font: 700 16px 'PT-Sans', sans-serif;
	text-transform: uppercase;
	color:#000000;
	width:85%;
}
#faqsCategorias .categoria.active .top .titleCategoria,
#faqsCategorias .categoria .top:hover .titleCategoria,
#faqsCategorias .categoria.active > .top > .arrow{
	color:#E50C05;
}

#faqsCategorias .categoria .top .arrow {
	color: #999999;
	float: left;
	font-size: 15px;
	position: relative;
	text-align: center;
	top: 2px;
	margin:0px 10px;
}
#faqsCategorias .categoria .topPergunta .arrow {
	color: #999999;
	float: left;
	font-size: 13px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 2px;
}

#faqsCategorias .pergunta .topPergunta{
	border-top: 1px solid #dddddd;
	float: left;
	width: 100%;
	cursor: pointer;
	padding:12px 0;
}

#faqsCategorias .pergunta .titleFaq {
	float: left;
	font: 700 15px 'PT-Sans', sans-serif;
	color:#000000;
}
#faqsCategorias .pergunta.active .topPergunta .titleFaq,
#faqsCategorias .pergunta .topPergunta:hover .titleFaq,
#faqsCategorias .pergunta.active .topPergunta > .arrow{
	color:#E50C05
}
#faqsCategorias .pergunta:first-of-type .topPergunta{
	border:0px;
}

#faqsCategorias .categoria .text{
	float: left;
	padding-bottom: 10px;
	font: 400 15px 'PT-Sans', sans-serif;
}
#faqsCategorias .pergunta .resposta{
	float: left;
	padding-bottom: 10px;
	font: 400 15px 'PT-Sans', sans-serif;
	padding-left: 25px;
}

#faqsCategorias .categoria .text.hide,
#faqsCategorias .pergunta .resposta.hide{
	display: none;
}

/* RIGHT */

#right {
	float: left;
	width: 366px;
}

#right .col {
	margin-top: 73px;
	float: left;
	margin-bottom: 55px;
}

#right .col img {
	max-width: 269px;
}

#right .col .title {
	color: #CCCCCC;
	margin-right: 25px;
	display: inline-block;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
}

#right .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right .titles {
	width: 366px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #E2151A;
	margin-bottom: 25px;
}

#right .titles .title {
	float: left;
	margin-right: 35px;
	font: 700 18px 'PT-Sans', sans-serif;
	color: #CCCCCC;
	text-transform: initial;
	cursor: pointer;
}

#right .titles .titleActive {
	cursor: initial;
	color: #383D4B;
	text-transform: uppercase;
	font: 700 18px 'PT-Sans', sans-serif;
}

#right .col.temas ul li {
	margin-top: 13px;
	padding-left: 11px;
	font: 400 13px 'PT-Sans', sans-serif;
	background: transparent url('../img/ul-bullet.png') no-repeat center left;
}


#right .col.temas ul li a {
	color: #333333;
}

#right .col.temas ul li a:hover {
	color: #999999;
}

#right .col.temas ul li.active a {
	color: #E2151A;
}


#right .col.temas ul li a span {
	color: #999999;
	text-transform: uppercase;
}

#right .col.temas ul li a:hover span {
	color: #CCCCCC;
}

#right .col.temas .titles {
	margin-bottom: 10px;
}