.title1 { 
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	font-family: "DINPro-Bold"; 
	color: #52A002;
	text-align: center;	
}

.title2 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	font-family: "DINPro-Bold"; 
	color: #666;
	text-align: center;	
}

.title3 {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	font-family: "DINPro-Bold"; 
	color: #FFF;
	text-align: center;	
}

.title4 {/*contato*/
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-family: "DINPro-Medium"; 
	color: #FFF;
	margin-bottom: 10px;
}

.title5 {/*modal*/
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-family: "DINPro-Bold";
	text-transform: uppercase;
	color: #52A002;
	text-align: center;	
}

.title6 { /*subtitulo internas*/
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-family: "DINPro-Bold"; 
	color: #000;
	text-align: center;	
	margin-bottom: 20px;
}

.title7 { /*subtitulo parceiros*/
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	font-family: "DINPro-Bold"; 
	color: #000;
	text-align: center;	
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {	
.title1 { 
	font-size: 45px;
	line-height: 45px;
}
	
.title2 { 
	font-size: 45px;
	line-height: 45px;
}
	
.title3 { 
	font-size: 45px;
	line-height: 45px;
}
}

@media only screen and (min-width: 1024px) {
.title4 {/*contato*/
	font-size: 25px;
	line-height: 25px;
}
	
.title5 {/*modal*/
	font-size: 25px;
	line-height: 25px;
}
	
.title6 { /*subtitulo internas*/
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 25px;
}
	
.title7 { /*subtitulo parceiros*/
	font-size: 25px;
	line-height: 25px;
	margin-top: 25px;
}
}

@media only screen and (min-width: 1280px) {
.title1 { 
	font-size: 60px;
	line-height: 60px;
}
	
.title2 { 
	font-size: 60px;
	line-height: 60px;
}
	
.title3 { 
	font-size: 60px;
	line-height: 60px;
}
	
.title4 {/*contato*/
	font-size: 30px;
	line-height: 30px;
}
	
.title5 {/*modal*/
	font-size: 30px;
	line-height: 30px;
}
	
.title6 { /*subtitulo internas*/
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
	
.title7 { /*subtitulo parceiros*/
	font-size: 30px;
	line-height: 30px;
	margin-top: 30px;
}
}

@media only screen and (min-width: 1600px) {	

}



