#dd_iniciotexto h1 {
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	#dd_iniciotexto h1 {
		font-size: 40px;
		margin-bottom: 50px;	
	}
}	
@media (min-width: 1200px) {
	#dd_iniciotexto h1 {
		font-size: 50px;
	}
}	