@font-face {
	font-family: 'Mollen';
	src:url('../font/Mollen Personal Use-Light.otf');
	font-weight: 100;
}

body {
	background-image:url('/images/BG.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	font-family:Mollen, sans serif;
	color:#fff;
	height: 100vh!important;
	max-height: 100vh!important;
	width:100vw!important;
}
p {
	font-weight: 100;
}
.img-social {
	height: 30px;
}
.amarelo {
	color:#f6b53d;
}
.bg-loja {
	height: 100%;
}
.container-rodape {
	min-width: 90%!important;
	font-size: 1.75rem;
}
@media (max-width: 575px) {
	.container-rodape {
		font-size: 1.2rem;
		text-align: center;
	}
	.container-rodape .d-flex {
		justify-content: center;
	}
}
@media (max-width: 990px) and (min-width: 576px) {
	.container-rodape {
		font-size: 1.4rem;
	}
}
@media (min-width: 991px) {
	.container .img-fluid {
		max-width: 800px;
	}
	.container-logo {
		height: 100%;
	}
	p {
		margin-bottom: 2rem;
	}
}