main{
	background-color: #F7F7F7;
	min-height: 600px;
}

.imagem{
	max-height: 190px!important;
/*	padding-left: 7%;*/
}

.imagem2{
	max-height: 150px!important;
/*	padding-left: 15%;*/
}

.texto-centro{
	text-align: center;
	color: #474747
}

.texto-logo{
	margin-top: 20px;
	color: #474747
}


body{
	background-color: #fff;
	
}

h1{
	color: #6AD2E3;
}

h2{
	color: #f6f6f6;
}


p{
	font-size: 25px;
	color: #f6f6f6;
}

.texto{
	padding: 3px;
	color: #f6f6f6;
}
.banner{
	margin-top: 50px;
	background-color: #083129;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.botao{
	padding-top: 10px;
	padding-bottom: 15px;
}


.logos{
	padding-top: 25px;
	padding-bottom: 25px;
}

button{
	background-color: #6AD2E3;
	margin-bottom: 15px;
}
	
a{
	color: #008C7D;
	font-size: 20px;
}

footer{
	background-color: #6AD2E3;
	height: 40%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0;
}