.fundo {
	background: url("../img/fundo.jpg") top right no-repeat;
	height: 100%;
	display:  flex;
	justify-content:  center;
	align-items: center;
}

.logo {
	text-align: center;
	margin-top: -15%;
}

.info {
	background:#f4a236;
	text-align:center;
	margin-top:40px;
	padding:20px 0;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.info h6 a,
.info h6 {
	font-size: 21px;
	font-weight:600;
	color:#1e5284;
	padding:1px 5px;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info h6 a {
	position:relative;
	left:-3px;
}

.info h6 a:hover {
	background:#1e5284;
	color:#f4a236;
}