@font-face {
	font-family: 'DimboRegular';
	src: url('Dimbo Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
body {
	overflow: hidden;
}
main section {
	position: absolute;
	left: -200pc;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
main section.current {
	display: block;
	visibility: visible;
	opacity: 1;
	position: static;
	left: 0;
}

/* INÃCIO */
main section[data-etapa="1"] {
	background-image: url(../img/bg-etapa-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section[data-etapa="1"] article {
	position: relative;
	top: 45%;
	width: 90%;
	margin: 0 auto;
}
main section[data-etapa="1"] h1 {
	background-image: url(../img/titulo-etapa-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 30vh;
	text-indent: -9999pc;
}
main section[data-etapa="1"] a {
	background-image: url(../img/btn-jogar-etapa-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 30vw;
	min-width: 100px;
	max-width: 219px;
	height: 81px;
	text-indent: -9999pc;
	outline: none;
	margin: -50px auto 0;
}

/* ESCOLHA SEU PERFIL */
main section[data-etapa="2"] header {
	background: #ec4b74;
	width: 100%;
	height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 9px solid #b71841;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999;
}
main section[data-etapa="2"] header h1 {
	background-image: url(../img/selecione-seu-perfil.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80%;
	text-indent: -9999pc;
}
main section[data-etapa="2"] article {
	position: relative;
	width: 100%;
	height: calc(90vh - 9px);
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
main section[data-etapa="2"] article > div {
	position: relative;
	width: 50%;
	height: 100%;
}
main section[data-etapa="2"] article > div:first-child {
	background-image: url(../img/bg-homem-etapa-02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section[data-etapa="2"] article > div:last-child {
	background-image: url(../img/bg-mulher-etapa-02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section[data-etapa="2"] article > div div {
	width: 100%;
	height: 100%;
	text-align: center;
}
main section[data-etapa="2"] article > div div img {
	display: block;
	max-width: 90%;
	height: 60%;
	margin: 0 auto 20px;
	position: relative;
	top: 10%;
}
main section[data-etapa="2"] article > div div a {
	background-image: url(../img/btn-selecione-etapa-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 30vw;
	min-width: 100px;
	max-width: 219px;
	height: 81px;
	text-indent: -9999pc;
	outline: none;
	margin: 0 auto;
	position: relative;
	top: 10%;
}
main section[data-etapa="2"] article > div.selected div a {
	background-image: url(../img/btn-selecionado-etapa-2.png);
}

/* ESCOLHA O TIPO DE VIAGEM */
main section[data-etapa="3"] header {
	background: #ec4b74;
	width: 100%;
	height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 9px solid #b71841;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999;
}
main section[data-etapa="3"] header h1 {
	background-image: url(../img/selecione-o-tipo-de-viagem.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80%;
	text-indent: -9999pc;
}
main section[data-etapa="3"] article {
	position: relative;
	width: 100%;
	height: calc(90vh - 9px);
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
main section[data-etapa="3"] article > div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	flex: 1 1 auto;
	height: 100%;
	cursor: pointer;
}
main section[data-etapa="3"] > div.lightbox {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: default;
}
main section[data-etapa="3"] article > div.verao {
	background-image: url(../img/verao.jpg);
}
main section[data-etapa="3"] article > div.negocios {
	background-image: url(../img/negocios.jpg);
}
main section[data-etapa="3"] article > div.inverno {
	background-image: url(../img/inverno.jpg);
}
main section[data-etapa="3"] article > div img {
	display: block;
	max-width: 50%;
	position: absolute;
	bottom: 98px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
main section[data-etapa="3"] article > div .help { display: none; }
main section[data-etapa="3"] > .help {
	display: none;
	background: transparent;
	width: 33%;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}
main section[data-etapa="3"] > .help p {
	width: 100%;
	font-family: 'DimboRegular';
	font-size: 78px;
	color: #fff;
	text-align: center;
	margin: 20px 0 0;
}
main section[data-etapa="3"] > .help img {
	display: block;
	position: relative;
	margin: 0 auto;
	bottom: initial;
	left: initial;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
main section[data-etapa="3"] article > div a {
	background-image: url(../img/help-etapa-3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 10vw;
	min-width: 20px;
	max-width: 98px;
	height: 10vh;
	min-height: 19px;
	max-height: 92px;
	text-indent: -9999pc;
	outline: none;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 5px;
}
@media (max-width: 600px) {
	main section[data-etapa="3"] article {
		flex-flow: row wrap;
	}
	main section[data-etapa="3"] article > div {
		width: 100%;
		height: 33.33333333333%;
	}
	main section[data-etapa="3"] article > div img {
		max-width: initial;
		max-height: 70%;
		top: 50%;
		bottom: initial;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

main section[data-etapa="4"] {
	background-image: url(../img/bg-etapa-01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

main section[data-etapa="4"] img {
	display: block;
	max-width: 80vw;
	max-height: 80vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* FAÃ‡A SUA MALA */
main section[data-etapa="5"] article {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: none;
}
main section[data-etapa="5"] article.current {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
main section[data-etapa="5"] article > div {
	width: 33vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
main section[data-etapa="5"] article[data-viagem=verao] { background-image: url(../img/bg-etapa-04-verao.jpg); }
main section[data-etapa="5"] article[data-viagem=negocios] { background-image: url(../img/bg-etapa-04-negocios.jpg); }
main section[data-etapa="5"] article[data-viagem=inverno] { background-image: url(../img/bg-etapa-04-inverno.jpg); }
main section[data-etapa="5"] article img {
	max-width: 10vw;
	max-height: 11vh;
	margin: 0.5vh 1vw;
	z-index: 1;
	cursor: move;
}
main section[data-etapa="5"] article img.moved {
	opacity: 0.5;
}
main section[data-etapa="5"] article .mala {
	background: transparent;
	position: relative;
	width: 100%;
	height: auto;
	max-height: 50vh;
	margin: auto 0 0;
	border: 0;
	text-align: center;
}
main section[data-etapa="5"] article .mala img {
	max-width: 100%;
	max-height: inherit;
	margin: auto auto 0;
	cursor: initial;
	display: block;
}
main section[data-etapa="5"] article .mala ul {
	position: absolute;
	bottom: 26%;
	left: 44%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 41%;
	height: 31%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
main section[data-etapa="5"] article .mala ul img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
}

/* RESULTADO */
main section[data-etapa="6"] {
	background-image: url(../img/bg-etapa-05.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
main section[data-etapa="6"] article {
	display: none;
}
main section[data-etapa="6"] article.current {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
main section[data-etapa="6"] article.current img {
	max-width: 95%;
	max-height: 80vh;
}
main section[data-etapa="6"] article.current a {
	background-image: url(../img/btn-voltar.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 17vw;
	min-width: 90px;
	max-width: 168px;
	height: 10vh;
	min-height: 45px;
	max-height: 63px;
	text-indent: -9999pc;
	outline: none;
	margin: 0 auto;
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}