h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}

.cabecalho{
	margin-top: 30px;
}

.icone{
	padding: 10px 15px;
	border-radius: 50%;
	font-size: 25px;
	margin-right: 30px;
	color: #FFF;
}
.icone i{
	width: 50px;
	text-align: center;
	color: #FFF;
}

.email span{
	font-size: 18px;
	font-weight: 500;
}

.email p{
	margin: 0;
}

.redes-sociais{
	text-align: center;
}
.redes-sociais p{
	font-size: 18px;
	font-weight: 350;
	color: #444;
}
.redes-sociais a:hover{
	text-decoration: none;
}