.texto-centro{
	text-align: center;
}

.texto-descricao{
	text-align: center;
	max-width: 300px;
	margin-left: 20%;
}

body{
	background-color: #489beb;
	
}

h1{
	color: #023366;
}

h3{
	color:#035199;
}


p{
	font-size: 20px;
	color:#035199;
}

footer p{
	color:#fff;
}

.texto{
	padding: 5px;
	margin-top: 5px;
	color:#035199;
}
.banner{
	padding: 10px;
	margin-top: 50px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.botao{
	padding-top: 10px;
	padding-bottom: 15px;
}

.texto-logo{
	margin-top: 20px;
}

.logos{
	padding-top: 25px;
	padding-bottom: 25px;
}

button{
	background-color: #023366;
	margin-bottom: 15px;
}
	
a{
	color: #008C7D;
	font-size: 20px;
}

footer{
	background-color: #023366;
	height: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
}

@media only screen and (min-width: 1080px){
	.banner{
		max-width: 675px;
	}

	.texto-descricao{
	margin-left: 27%;
	}
} 