body{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-color:black;
	color:white;
	padding-top:30px;
	bottom:20px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:focus,
a:hover{
	color:#6EE8D2;
	text-decoration:none;
}

.videoWrapper{
	padding-bottom: 30px;
	padding-top: 30px;
}

.videoWrapper iframe,
.videoWrapper object,
.centro{
	text-align: center;
}

.imagem-principal{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.social{
	width: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	font-size: 20px;
}

.social
.instagram,
.whatsapp{
	text-align: center
}

.social
.instagram{
	order: 2;
	margin-top: 20px;
}

.social
.whatsapp{
	order: 1;
}

@media screen and (min-width: 768px) {
	.social{
		text-align: center;
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
	}

	.social
	.instagram{
		order: 1;
		margin-top: 0;
	}

	.social
	.whatsapp{
		order: 2;
	}
}

.videoWrapper .centro{
	height: 200px;
}

@media screen and (min-width: 360px) {
	.videoWrapper .centro{
		height: 220px;
	}
}
@media screen and (min-width: 480px) {
	.videoWrapper .centro{
		height: 280px;
	}
}
@media screen and (min-width: 480px) {
	.videoWrapper .centro{
		height: 280px;
	}
}
@media screen and (min-width: 520px) {
	.videoWrapper .centro{
		height: 300px;
	}
}
@media screen and (min-width: 600px) {
	.videoWrapper .centro{
		height: 330px;
	}
}
@media screen and (min-width: 680px) {
	.videoWrapper .centro{
		height: 350px;
	}
}
@media screen and (min-width: 730px) {
	.videoWrapper .centro{
		height: 420px;
	}
}
@media screen and (min-width: 768px) {
	.videoWrapper .centro{
		height: 450px;
	}
}
@media screen and (min-width: 992px) {
	.videoWrapper .centro{
		height: 570px;
	}
}
@media screen and (min-width: 1024px) {
	.videoWrapper .centro{
		height: 570px;
	}
}
@media screen and (min-width: 1200px) {
	.videoWrapper .centro{
		height: 670px;
	}
}
@media screen and (min-width: 1440px) {
	.videoWrapper .centro{
		height: 570px;
	}
}

.social a:hover{
	color: white;
}
