/* titulos */
.title_fone { 
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #660000;
}

.title1 { /* titulo principal pág. inicial */
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 18px;
	color: #4F4F50;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}

.title2 { /* subtítulo pág. inicial */
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 25px;
	font-size: 15px;
	line-height: normal;
	text-align: center;
	color: #959595;
}

.title3a { /* titulo rodapé */
	float: left;
	clear: both;
	width: 100%;
	font-size: 18px;
	color: #660000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #000;
}

.title3b { /* titulo rodapé */
	float: left;
	clear: both;
	width: 100%;
	font-size: 18px;
	color: #4F4F50;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #000;
}

.title4 { /* titulo principal págs. internas */
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 25px;
	color: #4F4F50;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}

.title4 span { 
	color: #660000;
}

.title5 { /* subtítulos detalhes */
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 25px;
}

.title5b { /* subtítulos detalhes - imv semelhantes */
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0 5% 0 5%;
	font-size: 25px;
	text-align: center;
	line-height: normal;
	margin-top: 30px;
}

.title6 { /* subtítulos form*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 20px;
	color: #4B5563;
	margin-top: 20px;
}

.title7 { /* subtítulos conteudo interno */
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 18px;
	color: #4B5563;
	border-bottom: solid 1px #DFDFDF;
	margin-bottom: 15px;
}
/* fim titulos */


@media only screen and (min-width: 600px) {
.title1 { /* titulo principal pág. inicial */
	font-size: 22px;
}

.title2 { /* subtítulo pág. inicial */
	font-size: 18px;
}

.title4 { /* titulo principal págs. internas */
	font-size: 30px;
}

.title5 { /* subtítulos detalhes */
	font-size: 30px;
}

.title5b { /* subtítulos detalhes - imv semelhantes */
	font-size: 30px;
}
}


@media only screen and (min-width: 769px) {
}


@media only screen and (min-width: 1024px) {
/* titulos */
.title1 { /* titulo principal pág. inicial */
	font-size: 30px;
}

.title2 { /* subtítulo pág. inicial */
	font-size: 20px;
}

.title4 { /* titulo principal págs. internas */
	font-size: 45px;
}

.title5b { /* subtítulos detalhes - imv semelhantes */
	margin-top: 50px;
}

}

@media only screen and (min-width: 1280px) {

}



