body {
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2); 
	background-image:    -moz-linear-gradient(top, #f8f8f8, #f2f2f2); 
	background-image:     -ms-linear-gradient(top, #f8f8f8, #f2f2f2); 
	background-image:      -o-linear-gradient(top, #f8f8f8, #f2f2f2); 
	background-image:         linear-gradient(top, #f8f8f8, #f2f2f2);
	color: #151515;
}
.fundoPagina {
	background-image: url('https://www.reeede.com/img/mundo.svg');
	min-height: 100vh;
	min-width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	z-index: 1;
	top: 5%;
	background-position: center;
}
.pagina {
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
.boxLogoGrande {
	width: 150px;
	height: 213px;
	background-image: url('https://www.reeede.com/img/logoOpaco.svg');
	margin: 0 auto;	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.centro {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	font-size: 18px;
}
.titulo {
	font-size: 20px;
	margin-bottom: 23px;
}
.rodape {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: gray;
	margin-top: 50px;
	margin-bottom: 40px;
}

@media (max-width:899px) {
    .boxLogoGrande {
		width: 150px;
		height: 190px;
		margin-top: 30px;
	}
	.centro {
		font-size: 16px;
		margin-top: 35px;
	}
	.titulo {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.rodape {
		margin-top: 20px;
	}
}



@media (max-width:639px) {
    .boxLogoGrande {
		width: 150px;
		height: 170px;
		margin-top: 30px;
	}
	.centro {
		font-size: 16px;
		margin-top: 35px;
	}
	.titulo {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.rodape {
		margin-top: 20px;
	}
}

@media (max-width:479px) {
    .boxLogoGrande {
		width: 150px;
		height: 128px;
		margin-top: 30px;
	}
	.centro {
		font-size: 16px;
		margin-top: 35px;
	}
	.titulo {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.rodape {
		margin-top: 10px;
	}
}