body {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #c0392b;
	color: #FFF;
}

.conteudo {
	padding: 80px 0 40px;
}

p {
	padding: 0 ;
}

.logo {
	margin-bottom: 80px
}


.txt0 {
	font-size: 26px;
	font-weight: 100;
}

.txt1 {
	font-family: 'Patua One', cursive;
	font-size: 66px;
	line-height: 66px;
}

.txt2 {
	font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
	font-family: 'Patua One', cursive;
}

.txt3 {
	font-size: 26px;
}

footer {
	background: #9b2215;
	padding: 40px 0;
}

footer iframe {
	margin-top: 40px;
}