/*
	Estilos Padrão
	========================================================================== */
.internal-content {
	margin-bottom: 200px;
}

/*
	Estilo do Banner
	========================================================================== */
.internal-content .banner-area {
	position: relative;
	width: 100%;
	height: 450px;
	background: url("../../images/banner-interno02.jpg") center repeat;
	margin-bottom: 50px;
	overflow: hidden;
}

.banner-area .titulo-principal {
	position: relative;
	margin-top: 195px;
	margin-left: 5%;
}

.banner-area .titulo-principal h2 {
	font-weight: 900;
	font-size: 50px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
}

.banner-area .titulo-principal h2 span {
	color: #fffaf8;
	font-size: 20px;
	font-weight: 100;
	display: block;
}

@media only screen and (max-width: 992px) {

}

/*
	Conteúdo
	========================================================================== */
.internal-content .conteudo {

}

.conteudo .duvidas {

}

.duvidas .duvida {
	border: 1px solid #155a9e;
}


.duvidas .duvida .titulo {
	color: #FFF;
	background: #155a9e;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
}

.duvidas .duvida .texto {

}

.duvidas .duvida .texto p {
	color: #747474;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

.duvidas .duvida .texto p:last-child {
	margin-bottom: 10px;
}

.duvidas .duvida .texto p a {
	color: #ef7206;
}

.duvidas .duvida .texto p a:hover {
	color: #155a9e
}


/*
	Calculadora
	========================================================================== */
.internal-content .parte02 {

}

.parte02 .faixa {
	background: #ef7206;
	color: #FFF;
}

.parte02 .faixa span.maior {
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
}

.parte02 .faixa span.menor {
	font-size: 16px;
}

.parte02 .faixa span {
	display: block;
}

.parte02 .faixa span a {
	font-weight: 700;
}

.parte02 .faixa span a:hover {
	color: #5e3008;
}

.parte02 .calculadora-area {
	background: url(../../images/bg-calculadora.jpg) top center repeat-x;
}

.parte02 .calculadora {
	overflow: hidden;
	margin-top: 15px;
}

.parte02 .calculadora img {
	width: 100%;
	max-width: 557px;
}

.parte02 .titulo a {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	padding-bottom: 60px;
	margin-top: -50px;
}

.parte02 .titulo a:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 5px;
	background: #FFF;
	left: 5px;
	bottom: 30px;
} 

.parte02 a {
	color: #FFF;
	line-height: 20px;
	display: inline-block;
}

.parte02 a:hover {
	color: #ef7206;
}

.parte02 a span {
	font-weight: 700;
	text-transform: uppercase;
}


@media only screen and (max-width: 992px) {
	.parte02 .faixa span.maior {
		font-size: 25px;
	}

	.parte02 .faixa span.menor {
		font-size: 14px;
	}
}





