.title1 { /*chamada principal index*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	font-family: "LeelawadeeUI";
	font-size: 25px;	
	line-height: 25px;
	color: #073563;
	text-align: center;	
	text-transform: uppercase;
	font-weight: normal;
}

.title2 { /*titulo busca index*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 30px;	
	line-height: 30px;
	font-weight: normal;
	text-align: center;	
	font-family: "LeelawadeeUI";
	color: #073563;
}

.title3 { /*titulo fundo verde*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 30px;
	font-family: "LeelawadeeUI";
	font-weight: normal;
	text-align: center;
	background: #277627;
	color: #FFF;
}

.title4 { /*titulo principal lista*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;	
	margin-left: 5%;
	font-size: 25px;	
	line-height: 25px;
	font-family: "LeelawadeeUI";
	font-weight: bold;
	text-align: center;		
	color: #073563;
}

.title5 { /*subtitulo lista*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 21px;	
	line-height: 21px;
	text-align: center;	
	font-weight: normal;
	font-family: "LeelawadeeUI";
}

.title5 span { 
	font-weight: bold;
}

.title6 { /*titulo detalhes*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 21px;	
	line-height: 21px;
	text-align: center;	
	font-weight: bold;
	font-family: "LeelawadeeUI";
	color: #073563;
}

.title7 { /*subtitulo detalhes*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 20px;	
	line-height: 20px;
	font-weight: bold;
	font-family: "LeelawadeeUI";
	color: #073563;
}

.title7b { /*subtitulo detalhes - similares*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;	
	margin-left: 5%;
	font-size: 20px;	
	line-height: 20px;
	font-weight: bold;
	font-family: "LeelawadeeUI";
	color: #073563;
}

.title8 { /*titulo modal*/
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-size: 21px;	
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	font-family: "LeelawadeeUI";
	color: #073563;
}

.title_busca { /*titulo busca páginas locação e vendas*/
	float: left;
	clear: both;
	width: 90%;
	margin: 0;
	padding: 0;	
	margin-left: 5%;
	font-size: 30px;	
	line-height: 30px;	
	text-align: center;	
	font-family: "LeelawadeeUI";
	color: #FFF;
	font-weight: bold;
}

@media only screen and (min-width: 360px) {	
.title5 { /*subtitulo lista*/
	font-size: 22px;
	line-height: 22px;
}
}


@media only screen and (min-width: 768px) {	
.title1 { /*chamada principal index*/
	font-size: 35px;	
	line-height: 35px;
}

.title2 { /*titulo busca index*/
	font-size: 45px;	
	line-height: 45px;
}
	
.title3 { /*titulo fundo verde*/
	width: 100%;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 40px;	
	line-height: 45px;
}
	
.title4 { /*titulo principal lista*/
	font-size: 35px;	
	line-height: 35px;
}
	
.title5 { /*subtitulo lista*/
	width: auto;
	margin-left: 5%;
	text-align: left;
}
	
.title6 { /*titulo detalhes*/
	font-size: 28px;	
	line-height: 28px;
}
	
.title8 { /*titulo modal*/
	font-size: 28px;	
	line-height: 28px;
}
	
.title_busca { /*titulo busca páginas locação e vendas*/
	font-size: 45px;	
	line-height: 45px;
}
}

@media only screen and (min-width: 1024px) {
.title6 {text-align: left;}  /*titulo detalhes*/
}


@media only screen and (min-width: 1280px) {
.title1 { /*chamada principal index*/
	font-size: 45px;	
	line-height: 45px;
}

.title2 { /*titulo busca index*/
	font-size: 60px;	
	line-height: 60px;
}
	
.title3 { /*titulo fundo verde*/
	padding-top: 30px;
	padding-bottom: 35px;
	font-size: 60px;	
	line-height: 60px;
}
	
.title4 { /*titulo principal lista*/
	font-size: 45px;	
	line-height: 45px;
}
	
.title6 { /*titulo detalhes*/
	font-size: 33px;	
	line-height: 33px;
}
	
.title7b { /*subtitulo detalhes - similares*/
	width: 95%;
	margin-left: 2.5%;
}
	
.title8 { /*titulo modal*/
	font-size: 33px;	
	line-height: 33px;
}
	
.title_busca { /*titulo busca páginas locação e vendas*/
	font-size: 60px;	
	line-height: 60px;
}
}


