.center-container2 {
	display: block;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1190px;
}

.center-container3 {
	display: block;
	margin: 0 auto;
	max-width: 1190px;
}

#div1-next-page,
#div2-next-page {
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: -3vh;
	transform: translate(-50%, -50%);
}

#div2-previous-page,
#div3-previous-page {
	text-align: right;
	position: absolute;
	bottom: -3vh;
	transform: translate(-50%, -50%);
	width: 30px;
	right: 10px;
}

.next-page-arrow,
.previous-page-arrow {
	cursor: pointer;
	margin: 0;
	padding: 20px 0;
	margin-left: 1px;
}

#container-page-2,
#container-page-3 {
	display: none;
}

/* header */
#header-landpage-max {
	background-color: #021623e3;
}

.header-row-1 {
	background-color: #fff;
}

/* header */

/* pagina 1 */
#container-page-1 {
	height: 100vh;
}

.container-page-1-bg {
	background-image: url('/modules/web/view/img/page-max/page-1-bg.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.container-page-1-bg-color {
	background-color: rgba(2, 41, 118, 0.7);
	height: 100%;
}

.div1-text {
	padding: 190px 50px 0 50px;
}

.p1-title {
	font-size: 85px;
	color: #fff;
	font-weight: 700;
	font-family: 'PT Sans';
	margin-bottom: 0;
	line-height: 1;
}

.p1-text {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: 'PT Sans';
	margin-bottom: 0;
	line-height: 1;
	width: 60%;
	margin-top: 30px;
}

.div1-rocket img {
	max-width: 105%;
	margin-top: -7vw;
	margin-left: -7vw;
	animation: rocket 9s ease-out infinite;
}

@keyframes rocket {
	60% {
		margin-top: -6vw;
	}
}

/* pagina 1 */

/* pagina 2 */
#container-page-2 {
	height: 100vh;
	background-color: #000;
}

.stretch {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
}

#crawl-container {
	display: none;
	perspective: calc(100vh * 0.4);
}

#crawl {
	color: #ffffff;
	position: absolute;
	width: 110%;
	left: -5%;
	bottom: -5%;
	height: 200%;
	overflow: hidden;
	transform: rotate3d(1, 0, 0, 45deg);
	transform-origin: 50% 100%;
	mask-image: linear-gradient(rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.66),
			rgba(0, 0, 0, 1));
	-webkit-mask-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.66),
			rgba(0, 0, 0, 1));
}

#crawl-content {
	font-family: "PT Sans";
	font-size: calc(100vw * 0.074);
	letter-spacing: 0.02em;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#crawl p {
	text-align: center;
	width: 100%;
	margin: 0 0 1.25em 0;
	line-height: 1.25em;
}

#crawl h1 {
	font-size: 1em;
	margin: 0 0 0.3em 0;
}

#crawl h2 {
	font-size: 1.5em;
	margin: 0 0 0.7em 0;
}

#crawl h1,
#crawl h2 {
	text-align: center;
}

/* pagina 2 */

/* pagina 3 */
#container-page-3 {
	height: 100vh;
}

.container-page-3-bg {
	background-image: url('/modules/web/view/img/page-max/page-3-bg.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.container-page-3-bg-color {
	background-color: rgba(2, 41, 118, 0.7);
	height: 100%;
}

.div3-text {
	padding-top: 150px;
	padding-bottom: 60px;
	margin-left: 50px;
	margin-right: 50px;
}

.cupom-link-hq {
	position: absolute;
	left: 0.33%;
	top: 47.82%;
	width: 36.05%;
	height: 23.15%;
	z-index: 2;
}

.cupom-link-hq:before {
	content: "*confira as regras do cupom";
	position: absolute;
	bottom: 15px;
	left: 10px;
	color: #fff;
	background: #010d2f38;
}

/* pagina 3 */

@media screen and (max-width: 1600px) {
	.div1-rocket img {
		margin-top: -12vw;
	}
}

@media screen and (max-width: 991px) {
	.div1-text {
		padding: 190px 15px 0 15px;
	}

	.p1-title {
		font-size: 70px;
	}

	.div3-text {
		padding-top: 150px;
		padding-bottom: 60px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	.p1-title {
		font-size: 60px;
	}

	.p1-text {
		width: 100%;
	}

	.div1-rocket img {
		max-width: 120%;
		margin-top: 0;
		margin-left: -23vw;
	}
}

@media screen and (max-width: 598px) {
	.p1-title {
		font-size: 50px;
	}

	.div1-rocket img {
		max-width: 150%;
		margin-top: 0;
		margin-left: -50vw;
	}
}

@media screen and (max-width: 368px) {
	#header-logo {
		width: 100%;
	}
}