.texto-centro{
	text-align: center;
}

.texto-descricao{
	text-align: center;
	max-width: 300px;
	margin-left: 20%;
}

body{
	background-color: #31b1a0;
	
}

h1{
	color: #ffc908;
}

h3{
	color: #f6f6f6;
}


p{
	font-size: 20px;
	color: #f6f6f6;
}

.texto{
	padding: 5px;
	margin-top: 5px;
	color: #f6f6f6;
}
.banner{
	margin-top: 50px;
	background-color: #033e3a;
	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: #f3d001;
	margin-bottom: 15px;
}
	
a{
	color: #008C7D;
	font-size: 20px;
}

footer{
	background-color: #F3D001;
	height: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
}

@media only screen and (min-width: 1080px){
	.texto-descricao{
	margin-left: 27%;
	}
} 