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

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

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

.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 p {
	color: #747474;
	font-size: 14px;
	margin-bottom: 10px;
}

.internal-content p b {
	color: #145798;
	font-size: 14px;
	font-weight: 700;
}





