@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@font-face {
    font-family: 'Amfibia';
    src: url('../font/Amfibia Bold.otf') format('opentype');
}

@font-face {
    font-family: 'AmfibiaExtraBold';
    src: url('../font/Amfibia ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'AmfibiaDemiBold';
    src: url('../font/Amfibia DemiBold.otf') format('opentype');
}

/* Reset de estilos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos gerais */
body {
	font-family: 'Amfibia', sans-serif;
    background-image: url(../img/background.png);
}

a.botao-padrao:active,
a.botao-padrao:hover {
	background-color: #f9bd23;
}

a.botao-mais:active,
a.botao-mais:hover {
	background-color: rgba(0,0,0,.3);
}

@keyframes bounce {
  to { transform: scale(1.2); }
}

nav ul li {
    display: inline;
}

nav ul li a.botao-padrao {
	font-family: 'AmfibiaExtraBold', sans-serif;
	background-color: #FFC940;
	border-bottom: 6px solid #7F6113;
	border-radius: 10px;
	color: #5B4818;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
    padding: 10px 60px 12px;
}

nav ul li a.botao-mais {
	font-family: 'AmfibiaExtraBold', sans-serif;
	background-color: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
    padding: 11px 60px 13px;
	margin-left: 40px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

nav ul li.desktop {
	display: inline;
}

img.desktop.caixa-jogo-header {
    display: unset;
}

/* Header */
header {
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	padding-top: 34px;
	position: relative;
	min-height: 580px;
}

header > h1 {
	font-family: 'AmfibiaExtraBold';
	font-weight: 800;
	font-size: 85px;
	line-height: 83px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 110px;
	margin-bottom: 60px;
}

header > img.moeda-amarela-header {
	position: absolute;
	left: 70px;
	top: 70px;
	z-index: 1;
}

header > img.moeda-verde-header {
	position: absolute;
	left: 1080px;
	top: 0;
	z-index: 1;
}

header > img.moeda-azul-header {
	position: absolute;
	left: 300px;
	top: 550px;
	z-index: 1;
}

header > img.caixa-jogo-header {
	position: absolute;
	left: 300px;
	top: 570px;
	z-index: 2;
}

header > img.moeda-amarela-header-mobile,
header > img.moeda-verde-header-mobile {
	display: none;
}

/* Principal */
main > section > div {
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

main > section.preintro {
	position: relative;
	min-height: 550px;
}

main > section.preintro > img.card-verde-blur-header {
	position: absolute;
	left: 0;
	top: -540px;
	z-index: 1;
}

main > section.preintro > img.card-amarelo-blur-header {
	position: absolute;
	right: 0;
	top: 240px;
	z-index: 2;
}

main > section.preintro > img.card-verde-fundo-header {
	position: absolute;
	left: 0;
	top: 340px;
	z-index: 1;
}

main > section.preintro > img.card-azul-fundo-header {
	position: absolute;
	right: 0;
	top: 140px;
	z-index: 1;
}

main > section.intro {
	min-height: 550px;
}

main > section.intro > div > h2 {
	font-family: 'AmfibiaExtraBold', sans-serif;
	font-weight: 800;
	font-size: 55px;
	line-height: 54px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 110px;
	margin-bottom: 40px;
}

main > section.intro > div > h2 span {
	font-family: 'AmfibiaExtraBold', sans-serif;
	color: #E7AF21;
	font-size: 55px;
	line-height: 54px;
	text-transform: uppercase;
}

main > section.intro > div > p {
	font-family: 'AmfibiaDemiBold', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 80px;
}

main > section.passo01 {
	min-height: 740px;
}

main > section.passo01 > div {
	display: flex;
	flex-direction: row;
}

main > section.passo01 div.texto {
	width: 50%;
	text-align: left;
}

main > section.passo01 div.imagem {
	width: 50%;
	text-align: left;
	position: relative;
}

main > section  h3,
main > section  span {
	font-family: 'AmfibiaDemiBold', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

main > section p {
	font-family: 'AmfibiaExtraBold', sans-serif;
	font-weight: 600;
	font-size: 55px;
	line-height: 54px;
	color: #FFFFFF;
	margin: 25px 0 50px 0;
}

main > section img.passo-01-seta-01 {
    position: absolute;
    left: -70px;
    top: 250px;
    z-index: 2;
}

main > section img.passo-01-seta-02 {
    position: absolute;
    left: -120px;
    z-index: 2;
}

main > section img.passo-01-regras {
    position: absolute;
    left: -25px;
    top: -100px;
}

main > section img.passo-01-card {
    position: absolute;
    right: -115px;
}

main > section.passo02 {
    position: relative;
    min-height: 650px;
}

main > section.passo02 > div {
	text-align: left;
}

main > section.passo02 img.passo-02-moeda-amarela {
    position: absolute;
    top: -85px;
    left: 0;
}

main > section.passo02 img.passo-02-moeda-azul {
    position: absolute;
    top: 280px;
    left: 50px;
}

main > section.passo02 img.passo-02-moeda-verde {
    position: absolute;
    top: -140px;
    left: 600px;
}

main > section.passo02 img.passo-02-seta-02 {
    position: absolute;
    right: 435px;
    top: -100px;
    z-index: 3;
}

main > section.passo02 img.passo-02-seta-01 {
    position: absolute;
    right: 160px;
    top: -165px;
    z-index: 2;
}

main > section.passo02 img.passo-02-regras {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
}

main > section.passo03 {
	min-height: 740px;
}

main > section.passo03 > div {
	display: flex;
	flex-direction: row;
}

main > section.passo03 div.texto {
	width: 50%;
	text-align: left;
}

main > section.passo03 div.imagem {
	width: 50%;
	text-align: left;
	position: relative;
}

main > section.passo03 img.passo-03-completo {
    margin-top: -100px;
	max-width: 100%;
}

main > section.passo04 {
	min-height: 740px;
}

main > section.passo04 > div {
	display: flex;
	flex-direction: row;
}

main > section.passo04 div.texto {
	width: 50%;
	text-align: left;
}

main > section.passo04 div.imagem {
	width: 50%;
	text-align: left;
	position: relative;
}

main > section.passo04 img.passo-04-especial {
    margin-top: -100px;
}

main > section.passo05 {
	min-height: 740px;
}

main > section.passo05 > div {
	display: flex;
	flex-direction: row;
}

main > section.passo05 div.texto {
	width: 50%;
	text-align: left;
}

main > section.passo05 div.imagem {
	width: 50%;
	text-align: left;
	position: relative;
}

main > section.passo05 img.passo-05-completo {
    margin-top: -100px;
}

main > section.final {
	min-height: 740px;
}

main > section.final > div {
	display: flex;
	flex-direction: row;
}

main > section.final div.texto {
	width: 50%;
	text-align: left;
}

main > section.final div.imagem {
	width: 50%;
	text-align: left;
	position: relative;
}

main > section.final img.final-caixa-jogo {
    margin-top: 0;
}

main > section.final span {
	margin-bottom: 30px;
	display: block;
}

main > section.final span.last {
	margin-bottom: 80px;
}

/* Rodape */
footer {
	background-color: #070808;
}

footer .main-footer {
    max-width: 1440px;
    margin: 0 auto;
	display: grid;
    grid-template-columns: 10% 15% 15% 60%;
}

footer .main-footer > div {
    padding-top: 50px;
}

footer .main-footer .menu-footer ul li a {
	font-family: 'AmfibiaDemiBold', sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
}

footer .main-footer .contato-footer {
    display: grid;
    grid-template-columns: 90% 10%;
    text-align: right;
}

footer .main-footer .contato-footer span {
	display: block;
	color: #FFFFFF;
	font-size: 43px;
	line-height: 43px;
	font-weight: 800;
	margin-right: 20px;
    margin-top: -10px;
}

footer .main-footer img.facebook,
footer .main-footer img.instagram {
	width: 30px;
	margin: 10px 15px 0 0;
}

footer .copyright {
    max-width: 1440px;
    margin: 0 auto;
	border-top: 1px solid #FFFFFF;
    margin-top: 50px;
	padding-top: 30px;
    padding-bottom: 30px;
	text-align: center;
}

footer .copyright p {
	font-family: 'Roboto', sans-serif;
	color: #707070;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

@media (min-width: 320px) and (max-width:480px) {
	nav ul li.desktop,
	img.desktop.caixa-jogo-header,
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	header,
	main > section > div,
	footer .main-footer,
	footer .copyright {
		max-width: 100%;
	}
	
	nav ul li {
		display: block;
		height: 80px;
	}
	
	nav ul li a.botao-padrao {
		display: block;
		text-align: center;
		width: 92%;
		margin: 0 auto;
	}
	
	main > section.final nav ul li a.botao-padrao {
		width: 100%;
	}
	
	nav ul li a.botao-mais {
		display: block;
		width: 92%;
		margin: 0 auto;
	}
	
	header {
		min-height: 0;
		margin-bottom: 25px;
	}
	
	header > img.moeda-amarela-header {
		left: -55px;
		top: -40px;
	}
	
	header > img.moeda-verde-header {
		left: 230px;
		top: 40px;
	}
	
	img.caixa-jogo-header {
		max-width: 100%;
	}
	
	header > img.moeda-amarela-header,
	header > img.moeda-azul-header,
	header > img.moeda-verde-header,
	main > section.preintro > img.card-amarelo-blur-header,
	main > section.preintro > img.card-verde-blur-header {
		display: none;
	}
	
	header > img.moeda-amarela-header-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	header > img.moeda-verde-header-mobile {
		display: block;
		position: absolute;
		top: 40px;
		right: 0;
	}
	
	header > h1 {
		font-size: 35px;
		line-height: 34px;
		margin-top: 50px;
		margin-bottom: 35px;
		display: none;
	}
	
	section.preintro > div {
		z-index: 2;
	}
	
	main > section.preintro > img.card-azul-fundo-header {
		right: -0;
		top: 180px;
	}
	
	main > section.preintro > img.card-verde-fundo-header {
		left: 0;
		top: 0;
	}
	
	main > section.preintro > img.moeda-verde-claro-header {
		position: absolute;
		left: 0;
		top: 290px;
		z-index: 2;
	}
	
	main > section.preintro {
		position: relative;
		min-height: 430px;
	}
	
	main > section.intro > div > h2,
	main > section.intro > div > h2 span {
		font-size: 30px;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	main > section.intro > div > p {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 80px;
	}
	
	main > section.intro {
		margin-bottom: 100px;
	}
	
	main > section.passo01 > div {
		flex-direction: column;
	}
	
	main > section.passo01 div.imagem {
		width: 100%;
		text-align: center;
	}
	
	main > section.passo01 div.texto {
		width: 92%;
		margin: 0 auto;
	}
	
	main > section img.passo-01-regras {
		position: unset;
		max-width: 100%;
	}
	
	main > section p {
		font-weight: 800;
		font-size: 45px;
		line-height: 44px;
	}
	
	main > section.passo02 > div {
		width: 92%;
	}
	
	main > section.passo02 div.mobile.passo-02-cards {
		width: 100%;
		height: 350px;
		background-image: url(../img/cartds.svg);
		background-size: cover;
	}
	
	main > section.passo02 {
		min-height: 900px;
	}
	
	main > section.passo03 > div {
		flex-direction: column;
	}
	
	main > section.passo03 div.imagem {
		width: 100%;
		text-align: center;
	}
	
	main > section.passo03 div.texto {
		width: 92%;
		margin: 0 auto;
	}
	
	main > section.passo04 > div {
		flex-direction: column;
	}
	
	main > section.passo04 div.imagem {
		width: 100%;
		text-align: center;
	}
	
	main > section.passo04 div.texto {
		width: 92%;
		margin: 0 auto;
	}
	
	main > section.passo04 img.passo-04-especial {
		margin-top: 100px;
	}
	
	main > section.passo05 > div {
		flex-direction: column;
	}
	
	main > section.passo05 div.imagem {
		width: 100%;
		text-align: center;
	}
	
	main > section.passo05 div.texto {
		width: 92%;
		margin: 0 auto;
	}
	
	main > section.passo05 img.passo-05-completo {
		margin-top: 200px;
		max-width: 100%;
	}
	
	main > section.passo05 {
		margin-bottom: 200px;
	}
	
	main > section.final img.final-caixa-jogo {
		margin: 0 auto;
	}
	
	main > section.final > div {
		flex-direction: column;
	}
	
	main > section.final div.imagem {
		width: 100%;
		text-align: center;
	}
	
	main > section.final div.texto {
		width: 92%;
		margin: 0 auto;
	}
	
	main > section.final {
		padding-bottom: 150px;
		background-color: #444a79;
	}
	
	footer .main-footer {
		grid-template-columns: 100%;
	}
	
	footer .main-footer > div {
		text-align: center;
	}
	
	footer .main-footer .contato-footer {
		grid-template-columns: 70% 30%;
	}
	
	footer .main-footer img.facebook,
	footer .main-footer img.instagram {
		margin: 10px 15px 0 15px;
	}
	
	footer .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
}