#fundo_titles { /* detalhes e páginas internas */
	float: left;
	clear: both;
	width: 90%;
	background: #F1F1F1;
	padding: 15px 5%;
}

.title1 { /* titulo destaques */
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	font-family: 'CenturyGothic';
	font-size: 25px;
	color: #8E600F;
	text-transform: uppercase;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
}
.title1 span {font-family: 'LeelawadeeUI';}

.title1b {
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	margin-top: 30px;
	color: #555; 	
	font-family: 'CenturyGothic'; 
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}

.title2 { /* titulo serviços */
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	font-family: 'CenturyGothic';
	font-size: 25px;
	font-weight: normal;
	line-height: normal;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.title3 { /* titulo links home */
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	font-family: 'CenturyGothic';
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 15px;
	color: #999;
	text-transform: uppercase;
	text-align: center;
}
.title3 span {font-family: 'LeelawadeeUI';}

.title4 { /* titulo detalhes */
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-family: 'CenturyGothic';
	font-size: 20px;
	color: #272727;
	line-height: normal;
	text-align: center;
	font-weight: normal;
}

.title5 { /* subtitulos detalhes */
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-family: 'CenturyGothic';
	font-size: 25px;
	color: #8E600F;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

.title6 { /* subtitulos detalhes semelhantes */
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;	
	font-family: 'CenturyGothic';
	font-size: 25px;
	color: #8E600F;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

.title7 { /* titulo internas */
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	font-family: 'CenturyGothic';
	font-size: 25px;
	color: #FFF;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

.title8 { /* subtitulo internas */
	clear: both;
	padding: 0;
	margin: 0;
	width: 90%;	
	margin-left: 5%;
	font-family: 'CenturyGothic-Bold';
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: normal;
	text-align: center;
	font-weight: normal;
}

@media only screen and (min-width: 768px) {	
.title1 {font-size: 30px;}		
.title2 {font-size: 30px;} /* titulo serviços */
.title3 {font-size: 30px;} /* titulo links home */
.title4 { /* titulo detalhes */
	float: left;
	clear: none;
	width: 85%;
	text-align: left;
}	

.title5 { /* subtitulos detalhes */
	font-size: 25px;
	text-align: left;
}
	
.title6 { /* subtitulos detalhes semelhantes */
	width: 97%;
	font-size: 25px;
	text-align: left;
	margin-left: 3%;
}  	
.title7 {font-size: 25px;}  /* titulo internas */	
}

@media only screen and (min-width: 1024px) {	
.title4 { width: 90%;} /* titulo detalhes */
}

@media only screen and (min-width: 1280px) {	
.title7 {font-size: 30px;}  /* titulo internas */
}