.title_busca {display: none;}  /*chamada principal busca*/

.title1 { /*chamada principal index*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-family: 'CenturyGothic';
	font-size: 25px;	
	line-height: 30px;
	color: #003366;
	font-weight: bold;
	text-align: center;	
}

.title2 { /*titulo destaques*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 25px;	
	line-height: 30px;
	font-weight: normal;
	text-align: center;	
	font-family: 'CenturyGothic';
	color: #4B5563;
}

.title3 { /*titulo principal lista*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 21px;
	line-height: normal;
	font-family: 'CenturyGothic';
	font-weight: normal;
	text-align: center;
}
.title3 span {font-weight: bold;}

.title4 { /*chamada principal detalhes*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 21px;
	line-height: 25px;	
	text-align: center;	
	font-family: 'CenturyGothic-Bold';
	color: #003366;
}

.title5 { /*subtitulos detalhes e internas*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 20px;
	line-height: 25px;
	font-family: 'CenturyGothic';
	font-weight: bold;
}

.title6 { /*subtitulos semelhantes*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-size: 21px;
	line-height: 25px;
	font-family: 'CenturyGothic';
	font-weight: bold;
}

@media only screen and (min-width: 768px) {	
.title_busca { /*chamada principal busca*/
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 15px;	
	font-family: 'CenturyGothic';
	font-size: 28px;	
	line-height: normal;
	color: #FFF;
	font-weight: bold;
	text-align: center;	
}	
.title1 {font-size: 28px;}
.title2 {font-size: 28px;}
	
.title3 {
	clear: none;
	width: auto;
	text-align: left;
}	
.title4 {font-size: 28px; line-height: normal;}
}

@media only screen and (min-width: 1024px) {	
.title4 {text-align: left;}
}


@media only screen and (min-width: 1280px) {
.title_busca {font-size: 33px;}	
.title1 {font-size: 33px;}
.title2 {font-size: 33px;}	
.title4 {font-size: 33px;}	
.title6 {width: 95%; margin-left: 2.5%;}
}