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

.title2 { /* subtítulo pág. inicial */
	clear: both;
	width: 90%;
	margin: 15px 5% 0 5%;	
	font-size: 15px;
	line-height: normal;
	text-align: center;	
	color: #868D8E;
	font-family: 'CenturyGothic';
	font-weight: normal;
}
.title2 span {color: #444;}
.title2 a {color: #444;}
.title2 a:hover {color: #A78443;}

.title3 { /* titulo principal detalhes e pags internas */
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	margin-bottom: 30px;
	font-size: 20px;
	color: #FFF;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	font-family: 'CenturyGothic';
}

.title4 { /* titulo principal lista */
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 20px;
	color: #FFF;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	font-family: 'CenturyGothic';
}

.title4b { /* subtitulo lista */
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	font-family: 'CenturyGothic';
}
.title4b span {color: #A78443;}

.title5 { /* subtítulos detalhes */
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 20px;
	border-bottom: solid 1px #DFDFDF;
	font-family: 'CenturyGothic';
	font-weight: normal;
	color: #444;
}

.title5b { /* subtítulo semelhantes - detalhes */
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 20px;
	border-bottom: solid 1px #DFDFDF;
	font-family: 'CenturyGothic';
	font-weight: normal;
	color: #444;
}

.title6 { /* subtítulos internas*/
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-family: 'CenturyGothic';
}

@media only screen and (min-width: 768px) {
.title1 {font-size: 25px; line-height: 25px;}
.title2 {font-size: 18px;} /* subtítulo pág. inicial */
.title3 {font-size: 25px;} /* titulo principal detalhes e pags internas */
.title4 {font-size: 25px;} /* titulo principal lista */
.title4b {clear: none; width: auto; margin-top: 5px;} /* subtitulo lista */
.title5b {width: 95%;} /* subtítulo semelhantes - detalhes */
}

@media only screen and (min-width: 1280px) {
.title1 {font-size: 30px; line-height: 30px;}
.title2 {font-size: 20px;}
.title3 {font-size: 30px;} /* titulo principal detalhes e pags internas */
.title4 {font-size: 30px;}  /* titulo principal lista */
.title6 {font-size: 25px;}  /* subtítulos internas*/
}