/**** TABLETS ****/
@media handheld, only screen and (min-width: 769px) and (max-width: 1440px){
	.titulo h1{
		margin-bottom: -10px;
		font-size: 2.2em;
	}
}