.barra {
	width: 100%;
	background-color: #033568;
}

.contato {
	color: #fff;
	text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.3), -2px 4px 2px rgba(0, 0, 0, 0.1);
}

.contato i {
	color: #033568;
	font-size: 18px;
}

.contato h1 {
	padding: 90px;
}

.contato p {
	margin: 0px;
	font-weight: 300;
}

.contato h3 {
	padding-top: 15px;
	font-weight: 300!important;
}

.bg {
	position: absolute;
	background-color: #343A40;
	background-size: cover;
	background-position: center center;
	height: 80%;
	width: 100%;
	color: white;
	filter: brightness(40%);
	z-index: -1;
}


/*Footer*/
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.creditos {
	background-color: #343A40;
	padding: 7px;
	color: #fff;
}
