
header {
	width: 100%;
}

header img {
	width: ;
	
	
}

section#titulo {
	background: #fffff;
	padding: 10px 0;
}

section#titulo h1 {
	text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    
    letter-spacing: 4px;
}

section#titulo h1.smaller {
	font-size: 40px;
}

section#titulo .row {
	margin-top: 25px;
}

section#titulo a {
	
	font-size: 30px;
	
}

section#titulo a.em {
	font-size: 33px;
}

textarea {
	resize: none;
}

hr {
	margin-left: 0;
}