@font-face
{
	font-family:'Wallop Medium';
	src:url(/fonts/Wallop-Medium.eot);
	src:url(/fonts/Wallop-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Wallop-Medium.woff2) format("woff2"),url(/fonts/Wallop-Medium.woff) format("woff"),url(/fonts/Wallop-Medium.ttf) format("truetype"),url(/fonts/Wallop-Medium.svg#Wallop-Medium) format("svg");
	font-weight:500;
	font-style:normal;
	font-display:swap
}

@font-face
{
	font-family:'Wallop Bold';
	src:url(/fonts/Wallop-Bold.eot);
	src:url(/fonts/Wallop-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Wallop-Bold.woff2) format("woff2"),url(/fonts/Wallop-Bold.woff) format("woff"),url(/fonts/Wallop-Bold.ttf) format("truetype"),url(/fonts/Wallop-Bold.svg#Wallop-Bold) format("svg");
	font-weight:700;
	font-style:normal;
	font-display:swap
}

@font-face
{
	font-family:'Wallop Heavy';
	src:url(/fonts/Wallop-Heavy.eot);
	src:url(/fonts/Wallop-Heavy.eot?#iefix) format("embedded-opentype"),url(/fonts/Wallop-Heavy.woff2) format("woff2"),url(/fonts/Wallop-Heavy.woff) format("woff"),url(/fonts/Wallop-Heavy.ttf) format("truetype"),url(/fonts/Wallop-Heavy.svg#Wallop-Heavy) format("svg");
	font-weight:900;
	font-style:normal;
	font-display:swap
}

@font-face
{
	font-family:'Fula Font';
	src:url(/fonts/FulaFont-Regular.eot);
	src:url(/fonts/FulaFont-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/FulaFont-Regular.woff2) format("woff2"),url(/fonts/FulaFont-Regular.woff) format("woff"),url(/fonts/FulaFont-Regular.ttf) format("truetype"),url(/fonts/FulaFont-Regular.svg#FulaFont-Regular) format("svg");
	font-weight:700;
	font-style:normal;
	font-display:swap
}

.XXXdataCollect
{
	display:none!important
}

.XXXtheGame
{
	display:block!important
}

.legalFooter
{
	color:#fff;
	padding:10px;
	font-size:14px;
	line-height:22px
}

.desktop
{
	display:block;
	margin:auto
}

.mobile
{
	display:none
}

.theGame
{
	display:none
}

.bold
{
	font-weight:400;
	font-style:normal
}

html,body
{
	padding:0;
	margin:0;
	color:#fff;
	background:#003428
}

strong
{
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	font-weight:bolder
}

body
{
	width:100vw;
	min-height:100vh;
	overflow-x:hidden;
	font-size:1vw;
	line-height:1.2vw;
	margin-top:0;
	text-align:center;
	overflow-x:hidden;
	font-family:'Wallop Medium';
	font-weight:400;
	font-style:normal;
	color:#47292a;
	font-size:1.1vw;
	line-height:1.1vw
}

.loading-container
{
	width:80%;
	max-width:600px;
	background-color:#3a3f47;
	border-radius:10px;
	overflow:hidden;
	margin:auto;
	clear:both;
	margin-top:20px
}

.loading-bar
{
	width:100%;
	height:20px;
	background:linear-gradient(to right,#fff,#e33632);
	background-size:200% 100%;
	animation:loading 2s infinite linear
}

@keyframes loading {
	0%
	{
		background-position:200% 0
	}

	100%
	{
		background-position:-200% 0
	}
}

a:not(.button):not(.quizAnswer):not(.button2):not(.noUnderline)
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
	text-decoration:none;
	border-bottom:1px solid currentColor;
	position:relative
}

a:not(.button):not(.quizAnswer):not(.button2):not(.noUnderline)::after
{
	content:"";
	position:absolute;
	left:0;
	bottom:-3px;
	width:0;
	height:1px;
	background-color:currentColor;
	transition:width .3s ease
}

a:not(.button):not(.quizAnswer):not(.button2):not(.noUnderline):hover::after
{
	width:100%
}

.section
{
	display:block;
	position:relative;
	width:96vw;
	height:auto;
	padding:2vw
}

.section1
{
	background:url(/images/header.png) top center repeat-x transparent;
	background-size:contain
}

.section3
{
	background:url(/images/bg2.png?2) top center repeat-x transparent;
	display:flex;
	justify-content:center;
	align-items:center
}

.section5
{
	background:url(/images/fundo.png) top center repeat-x transparent;
	justify-content:center;
	align-items:center
}

.content
{
	position:relative;
	max-width:980px;
	margin:auto
}

.header
{
	background-size:66%;
	min-height:170px;
	padding-top:25vw
}

.button
{
	font-family:'Fula Font';
	font-weight:bolder!important;
	position:relative;
	display:inline-block;
	padding:16px 50px;
	text-align:center;
	text-decoration:none;
	background:#003428;
	color:#eeaf24;
	margin:auto 10px;
	transition:all .3s ease;
	font-size:32px!important;
	line-height:32px!important;
	box-shadow:0
}

.button:hover
{
	background-color:#47292a
}

.button2
{
	font-family:'Fula Font';
	font-weight:bolder!important;
	position:relative;
	display:inline-block;
	padding:16px 50px;
	text-align:center;
	text-decoration:none;
	background:#003428;
	color:#eeaf24;
	margin:auto 10px;
	transition:all .3s ease;
	font-size:32px!important;
	line-height:32px!important;
	box-shadow:0
}

.button2::before
{
	content:'';
	position:absolute;
	left:25px;
	top:50%;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10px solid #e8c77b
}

.button2:hover
{
	background-color:#47292a;
	background:#47292a;
}

.disclaimer
{
	font-size:18px;
	line-height:26px;
	padding-top:36px;
	color:#eeaf24
}

.filler1
{
	background-size:66%
}

.filler1 img
{
	max-width:150px
}

.title
{
	font-family:'Fula Font';
	font-size:42px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase
}

.subTitle
{
	font-family:'Fula Font';
	font-size:42px;
	line-height:32px;
	color:#fff;
	text-transform:uppercase
}

.subTitle2
{
	font-family:'Fula Font';
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	color:#003428;
	padding-top:40px
}

.filler2
{
	background-size:66%;
	min-height:unset;
	min-height:520px;
	padding-top:30px
}

.filler2 img
{
	width:40%;
	margin:40px 40px 0
}

.filler3
{
	background-size:66%
}

.filler4
{
	background-size:66%;
	height:400px
}

form
{
	width:800px;
	max-width:90%;
	margin:auto
}

form .short
{
	display:block;
	width:calc((100% / 3) - 1%);
	margin:.5%;
	float:left
}

form .half
{
	display:block;
	width:calc(((100% / 2)) - 1%);
	margin:.5%;
	float:left
}

form .long
{
	display:block;
	width:calc(((100% / 3) * 2) - 1%);
	margin:.5%;
	float:left
}

form .full
{
	display:block;
	width:calc(100% - 1%);
	float:left;
	margin:.5%
}

form input
{
	padding:15px 20px;
	border:1px solid #47292a;
	background:#f7ca6d;
	border-radius:0;
	font-size:1.2vw;
	color:#da333e;
	text-align:left
}

form input::placeholder
{
	color:#da333e
}

form select
{
	padding:15px 20px;
	border:1px solid #47292a;
	background:#f7ca6d;
	border-radius:0;
	font-size:1.2vw;
	color:#da333e;
	text-align:left;
}

span.short
{
	float:left;
	text-align:left;
	padding:9px 0;
	font-size:12px;
	color:#fff
}

.break
{
	clear:both
}

.break1
{
	height:20px
}

.break2
{
	height:50px
}

input[type="file"]
{
	display:none
}

.file-upload-wrapper
{
	position:relative;
	text-align:center
}

.custom-file-upload
{
	width:320px;
	height:200px;
	max-width:100vw;
	display:block;
	cursor:pointer;
	background-image:url(../images/seleccionar.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	padding:0;
	margin:auto;
	color:#fff;
	max-width:80%
}

.custom-file-upload:hover
{
	opacity:.9
}

.file-name
{
	display:block;
	margin-top:15px;
	color:#efaf24;
	font-size:1rem;
	padding:5px 0
}

span.message1
{
	display:block;
	text-align:center;
	padding:10px;
	color:#efaf24
}

span.message2
{
	display:block;
	text-align:center;
	font-size:24px;
	line-height:24px;
	color:#fff
}

span.message2 strong
{
	color:#efaf24
}

.checkbox-container
{
	display:flex;
	align-items:center;
	margin-bottom:10px
}

.checkbox-container span
{
	text-align:left;
	font-size:13px;
	line-height:17px;
	color:#003428
}

.checkbox-label
{
	display:flex;
	align-items:center;
	gap:10px
}

.checkbox-label input[type="checkbox"]
{
	margin:0;
	margin-top:-3px;
	flex-shrink:0;
	width:16px;
	height:16px
}

.terms
{
	width:720px;
	max-width:90%;
	margin:auto;
	color:#fff
}

.overlay
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#47292ac;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1000
}

.overlay-content
{
	background-color:#fff;
	color:#47292a;
	padding:20px;
	border-radius:8px;
	text-align:center;
	font-size:24px;
	font-family:Arial,sans-serif;
	max-width:600px;
	width:90%;
	box-shadow:0 0 10px #47292a3;
	line-height:24px;
	overflow-x:hidden;
	overflow-y:visible;
	max-height:80vh
}

.overlay.hidden
{
	display:hidden
}

.customMessage
{
	position:absolute;
	display:none;
	z-index:999
}

.theGame
{
	background:url(/jogo/game-bg2.png) center calc(0% + 20vh) repeat-x #fff;
	min-height:100vh;
	background-size:250vh
}

.gameHeader
{
	width:100vw;
	height:20vh;
	background:url(/jogo/game-bg.png) center center repeat-x #fff;
	background-size:contain
}

.gameSection
{
	width:90vw;
	max-width:980px;
	margin:auto
}

.question
{
	font-size:36px;
	line-height:42px;
	color:#47292a
}

.question2,.question3
{
	display:none
}

.quizAnswer
{
	position:relative;
	display:block;
	background:#ffffff80;
	padding:26px 30px 20px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#47292a;
	margin:10px;
	margin-top:30px;
	transition:background .3s ease;
	border:1px solid #47292a;
	font-size:18px;
	line-height:20px;
	background-position:-100px center;
	border-radius:40px
}

.quizAnswer:hover
{
	background:#ffff;
	background-position:-100px center
}

.quizAnswer.correct
{
	background:url(/images/correct.png) 10px center no-repeat #22c55eff
}

.quizAnswer.incorrect
{
	background:url(/images/incorrect.png) 10px center no-repeat #ef4444ff
}

.goodEnding,.badEnding
{
	display:none;
	width:90%;
	max-width:500px;
	margin:auto
}

.goodEndingContent,.badEndingContent
{
	height:70vh;
	display:flex;
	justify-content:center;
	align-items:center
}

.ending1
{
	font-size:42px;
	line-height:42px;
	color:#47292a
}

.ending2
{
	font-size:24px;
	line-height:28px;
	color:#47292a
}

.startGame
{
	margin-top:20px
}

.winners
{
	display:none
}

.imagem-sequencial
{
	opacity:0;
	transform:translateY(20px);
	transition:opacity .6s ease-out,transform .6s ease-out
}

.imagem-sequencial.is-visible
{
	opacity:1;
	transform:translateY(0)
}

.imagem-sequencial:nth-of-type(1)
{
	transition-delay:.2s
}

.imagem-sequencial:nth-of-type(2)
{
	transition-delay:.4s
}

.imagem-sequencial:nth-of-type(3)
{
	transition-delay:.6s
}

.imagem-sequencial:nth-of-type(4)
{
	transition-delay:.8s
}

.filler2
{
	position:relative;
	overflow:hidden
}

.parallax-img
{
	transition:transform .1s linear
}

.pimg1
{
	position:absolute;
	display:none;
	top:0;
	right:-15vw
}

.pimg2
{
	position:absolute;
	display:none;
	top:0;
	left:-15vw
}

.question::first-letter
{
	font-size:1.4em;
	font-weight:700
}

.topLinks
{
	position:absolute;
	top:-2vw;
	right:0;
	background:#c42d38;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase
}

.topLinks a
{
	padding-left:15px;
	position:relative;
	margin-right:15px;
	text-decoration:none;
	color:#fff
}

.topLinks a::before
{
	content:'•';
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	color:#fbaa27;
	font-size:1.2em
}

.topLinks a:last-child
{
	margin-right:0
}

.gameTitle{
    display:none;
}

#start-screen{
    width: 100%;
    height: calc(100% - 25vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#start-screen h1 {
    font-size: 3vw;
    line-height: 3vw;
    font-family: 'Fula Font';
}
#start-screen small {
    font-size: 2.5vw;
    line-height: 3vw;
    font-family: 'Fula Font';
}


#play-again-btn
{
	transform:translateY(16vh);
	font-size:1vw !important;
}

.win-screen-box {
    background-size: 75vh;
}

@media (max-width: 768px) {
	*
	{
		font-size:5vw
	}

	.mobile
	{
		display:block
	}

	.parallax-img
	{
		display:none!important
	}

	.section1
	{
        background: url(/images/header_mobile.png) top center repeat-x transparent;
        background-size: contain;
		margin-top:30px
	}

	.section5
	{
		background-size:450%
	}

	.header
	{
		background:url(/images/headermobile.png) top center no-repeat transparent;
		background-size:100%;
		min-height:20vh;
		padding-top:45vh;
		margin-left:-2vw;
		margin-right:-2vw
	}

	.disclaimer
	{
		font-size:14px;
		line-height:20px;
		padding-top:6vh;
		width:90vw;
		margin-left:5vw
	}

    .button {
        font-size: 5vw !important;
        margin: 10px;
        padding: 1vh 3vh;
    }

	.filler2
	{
		background-size:66%;
		min-height:84vh;
		padding-top:30px;
		margin-bottom:4vh;
		overflow:hidden
	}

	.filler2 img
	{
		width:60%;
		display:inline-block;
		margin:8% 2%
	}

	.filler3
	{
		min-height:830px
	}

	form
	{
		width:720px;
		max-width:90%;
		margin:auto
	}

	form .short,form .half,form .long,form .full
	{
		width:calc(100% - 1%);
		margin:1.5% .5%;
		font-size:5vw
	}

	form input
	{
		padding:15px 20px
	}

	form select
	{
		padding:15px 20px
	}

	span.message1
	{
		font-size:5vw;
		margin-top:10px
	}

	span.short
	{
		font-size:3vw;
		color: #efaf24;
	}

	.terms
	{
		width:90%
	}

	.filler4
	{
		min-height:470px
	}

	.button2
	{
		font-size:24px!important;
		line-height:24px!important
	}

	.custom-file-upload
	{
		font-size:7vw;
		padding:28px 30px 20px;
		max-width:80%
	}

	.overlay-content
	{
		width:50%
	}

	.gameHeader
	{
		width:104vw;
		margin-left:-2vw
	}

	.goodEndingContent img,.badEndingContent img
	{
		max-width:100%
	}

	.topLinks
	{
		position:absolute;
		top:-32px;
		right:0;
		background:#c42d38;
		color:#fff;
		padding: 15px 0vw;
		text-transform:uppercase;
		width:100vw;
		margin:-2vw;
		font-size:2vw
	}

	.topLinks a
	{
		font-size:3vw
	}

	.topLinks a::before
	{
		font-size:2vw
	}

	.title,.subTitle
	{
	    font-size: 6vw;
		line-height:6vw
	}

	span.message2
	{
		font-size:3vw;
		line-height:3vw
	}

	#start-game-btn.button
	{
		font-family:'Fula Font';
		font-weight:bolder!important;
		position:relative;
		display:inline-block;
		padding:6px 15px;
		text-align:center;
		text-decoration:none;
		background:#003428;
		color:#eeaf24;
		margin:auto 10px;
		transition:all .3s ease;
		font-size:3vw !important;
		line-height:3vw !important;
		box-shadow:0;
        border: none;
	}

	#timer,.info-panel
	{
		font-size:2vw
	}

	#play-again-btn
	{
		transform:translateY(16vh);
		font-size:2vw!important;
		padding:5px 10px!important
	}
	
    .theGame
    {
    	overflow: hidden;
    }
    #start-screen h1 {
        font-size: 4vw;
        line-height: 4vw;
        font-family: 'Fula Font';
    }
    #start-screen small {
        font-size: 3.5vw;
        line-height: 4vw;
        font-family: 'Fula Font';
    }

}

#rotate-device-prompt
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:9999;
	background:url(../jogo/turn.png) center center no-repeat transparent;
	background-size:cover;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex-direction:column
}

@media only screen and (orientation: portrait) {
	#main-content
	{
		display:none
	}

	#rotate-device-prompt
	{
		display:flex
	}
}