/* 
    Created on : Jun 19, 2015, 12:33:08 PM
    Author     : fpereira
*/
/* 
    Created on : Jun 19, 2015, 12:26:26 PM
    Author     : fpereira
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:root{
	--font: "Artegra Sans Extended Alt", sans-serif;
}


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;
}
/***************
 MV specific reset CSS
*/
* {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
/*****************
 * Util
 */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.noscroll {
	overflow: hidden;
}
@font-face {
	font-family: 'Museo';
	src: url('/style/font/Museo500-Regular.woff2') format('woff2'), url('/style/font/Museo500-Regular.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Museo';
	src: url('/style/font/Museo700-Regular.woff2') format('woff2'), url('/style/font/Museo700-Regular.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Museo';
	src: url('/style/font/Museo300-Regular.woff2') format('woff2'), url('/style/font/Museo300-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2018, 11:44:34 AM
    Author     : mv
*/
html,
body {
	height: 100%;
}
.bg-wrapper {
	min-height: 100%;
	/*height: 100%;*/
	/*background: ;*/
}
.bg-wrapper .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	top: 0;
	left: 0;
	background: #675344 url(/images/bg-01.svg) center;
	z-index: 0;
}
.bg-wrapper .bg-container {
	z-index: 1;
	position: relative;
	width: 100%;
	/*		height: 100%;
		  top:0;
		  left:0;*/
	/*color:#fff;*/
}
/*body.page-game{
	background: #fff url(/images/bg-02.svg) center;

	.game-intro-slide{
		background: #fff;
	}
}*/
.game-intro-slide {
	background: #fff;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2018, 3:36:26 PM
    Author     : mv
*/
#cookie-law {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-family: Arial, sans-serif;
	font-family: 'Neue Plak Wide';
	font-size: 13px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #675344;
}
#cookie-law a {
	color: #3399cc;
}
#cookie-law .wrapper {
	position: absolute;
	margin: 0 auto;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.9);
}
#cookie-law .jp-btn {
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 16px;*/
	/*display: block;*/
	/*margin: 0 auto;*/
	/*	
	  padding: 0 10px;
	  line-height: 30px;
	  
	  min-width: auto;
	  font-size: 14px;
	  font-weight: bold;
	  letter-spacing: normal;
	  
	  margin-top: -15px;
	  text-shadow: none;
	  opacity: 1;
	  background: #ddd;
	  color:#4a4a4a;
	  border:0;*/
	/*font-family: inherit;*/
}
#cookie-law p {
	padding: 0 10px;
	margin: 0;
}
#cookie-law .text {
	padding: 0 100px;
	margin: 0 auto;
	margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
	#cookie-law .text {
		padding: 0;
	}
	#cookie-law .close {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		right: 0;
		top: auto;
	}
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 4:03:07 PM
    Author     : mv
*/
.button {
	background: #F6C986;
	color: #fff;
	border-radius: 0;
	/*font-family: 'Neue Plak Wide', Georgia, serif;*/
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px 6px;
	font-size: 18px;
	line-height: 32px;
	min-width: 100px;
	color: var(--Altano-solid, #AA371A);
}
.button:hover {
	color: #fff;
}
.button.white {
	background: #fff;
	color: #675344;
}
.button.big {
	font-size: 20px;
	min-width: 180px;

}
@media only screen and (min-width: 861px) {
	.button.big {
		font-size: 32px;
		padding: 18px 40px 14px 40px;
	}
}
.button.big:hover {
	background: #2a211b;
}
.button-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media only screen and (min-width: 861px) {
	.button-group {
		gap: 24px;
		flex-direction: row;
	}
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 3:26:32 PM
    Author     : mv
*/
body {
	font-family: var(--font);
	line-height: normal;
	/*color: #675344;*/
	background-color: #e9dfd9;
}
a:hover {
	text-decoration: none;
}
body.index .bg-container,
body.index .bg-wrapper {
	height: 100%;
}
#index .header-game div {
	text-transform: uppercase;
	font-size: 22.4px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #3c2314;
}
#index .middle {
	position: relative;
	z-index: 1000;
}
#index .middle h1 {
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	margin-bottom: 48px;
	font-size: 40px;
	padding: 0 24px;
}
@media only screen and (min-width: 861px) {
	#index .middle h1 {
		font-size: 92.2px;
	}
}
#index .ilustration {
	display: none;
	position: fixed;
	z-index: 1;
}
@media only screen and (min-width: 861px) {
	#index .ilustration {
		display: block;
	}
}
#index .ilustration.is-aguia {
	top: -160px;
	left: 0;
}
#index .ilustration.is-abutre {
	top: 30%;
	right: 0;
	width: 450px;
}
#index .ilustration.is-veado {
	left: -254px;
	bottom: 33%;
}
#index .ilustration.is-cavalo {
	left: 11px;
	bottom: 172px;
}
#index .ilustration.is-lobo {
	left: 6%;
	bottom: 0;
	z-index: 10;
}
#index .ilustration.is-lince {
	left: 30%;
	bottom: -34px;
	transform: rotate(25deg);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2018, 4:46:13 PM
    Author     : mv
*/
#game-intro {
	margin: 0;
	/*	height: 100%;
	  min-height: 600px;*/
}
body.game-result .game-intro-slide .wrapper {
	min-height: 400px;
}
.game-intro-slide {
	height: 100%;
	padding: 28px;
}
.game-intro-slide .wrapper {
	height: calc(100vh - 28px - 28px);
	min-height: 600px;
	border-radius: 8px;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
	padding: 32px;
	display: flex;
	flex-direction: column;
	overflow: auto;
}
.game-intro-slide h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-family: var(--font), Georgia, serif;
	/*color: #675344;*/
	margin-bottom: 32px;
}
.game-intro-slide .jp-btn {
	max-width: 220px;
	margin: 0 auto;
	padding: 0 48px;
}
.game-intro-slide .content {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #999;
}
.game-intro-slide .text-big {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 48px;
}
.game-intro-slide-1 .content {
	line-height: 1.5;
}
.game-intro-slide-1 .content img {
	margin-bottom: 32px;
}
.game-intro-slide-2 h2 {
	margin-bottom: 16px;
	line-height: 1;
}
.game-intro-slide-2 .prize {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.game-intro-slide-2 .prize img {
	display: block;
	margin: 0 auto;
	width: 140px;
}
.game-intro-slide-2 .prize h3 {
	color: #675344;
	font-size: 16px;
	font-weight: 600;
}
.game-intro-slide-3 form {
	margin: 0 auto;
	max-width: 600px;
	display: block;
	width: 100%;
}
.game-intro-slide-3 .response {
	background-color: #e3f2ff;
	line-height: 24px;
	font-size: 11px;
	display: none;
}
.game-intro-slide-3 .text {
	margin-bottom: 48px;
	max-width: 600px;
}
.game-intro-slide-3 label {
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
	text-align: left;
}
.game-intro-slide-3 label.last {
	margin-bottom: 32px;
}
.game-intro-slide-3 input[type=password],
.game-intro-slide-3 input[type=email] {
	margin-bottom: 32px;
	width: 100%;
	border: 1px solid #999;
	border-width: 1px 0;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.game-intro-slide-3 .jp-btn {
	display: block;
	margin-bottom: 16px;
}
.game-intro-slide-3 .email-wrappre {
	position: relative;
}
.game-intro-slide-3 .email-wrappre .eye {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.game-intro-slide-3 .email-wrappre .eye .fa {
	line-height: 48px;
	width: 48px;
	display: block;
	font-size: 20px;
}
.game-intro-slide-3 .email-wrappre .eye .help {
	display: none;
}
@media only screen and (max-width: 500px) {
	.game-intro-slide-3 .email-wrappre .eye {
		position: relative;
		top: -32px;
		/*margin: 0 auto;*/
	}
	.game-intro-slide-3 .email-wrappre .eye .fa {
		float: left;
	}
	.game-intro-slide-3 .email-wrappre .eye .help {
		content: "Mostrar email";
		line-height: 48px;
		text-align: left;
		width: 100%;
		display: block;
	}
	.game-intro-slide-3 .email-wrappre .eye.mostrar .mostrar {
		display: block;
	}
	.game-intro-slide-3 .email-wrappre .eye.mostrar .esconder {
		display: none;
	}
	.game-intro-slide-3 .email-wrappre .eye.esconder .mostrar {
		display: none;
	}
	.game-intro-slide-3 .email-wrappre .eye.esconder .esconder {
		display: block;
	}
}
.game-intro-slide-3 a {
	font-size: 12px;
}
.game-intro-slide-4 .wrapper {
	box-shadow: none;
	padding: 0;
}
.game-intro-slide-4 h2 {
	text-transform: uppercase;
	font-size: 54px;
}
.game-intro-slide-4 img {
	width: 128px;
	height: 128px;
	margin-bottom: 32px;
}
.slick-dots {
	bottom: 16px;
}
.slick-dots li {
	opacity: 0.2;
	margin: 0;
}
.slick-dots li.slick-active {
	opacity: 1;
}
.slick-dots li button {
	background: #675344;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	content: "";
	border: 0;
	padding: 0;
	margin-left: 6px;
	margin-top: 6px;
}
.slick-dots li button:before {
	display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2018, 11:52:14 AM
    Author     : mv
*/
.game {
	display: flex;
	height: 100vh;
	flex-direction: column;
	/*color: #675344;*/
	/*font-family: 'Neue Plak Wide', Georgia, serif;*/
	/*	.header{
		  display: flex;
		  justify-content: space-between;
		  width: 100%;
		  padding: 16px 16px 8px;
		  height: 52px;
		  
		  font-size: 24px;
		  font-weight: 300;
		  font-family: @font-special;
		  
		  .time{
			  text-align: left;
			  width: 70px;
			  font-size: 32px;
		  }
		  
		  
		  a{
			  color:#675344;
			  text-align: right;
		  }
		  
		  .fa-pause{
			  display: none;
		  }
		  
		  & > *{
			  width: 33.33%;
			  height: 48px;
		  }
	  }*/
}
.game .header-game {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 736px) {
	.game .header-game img,
	.game .header-game hr {
		width: 100px;
	}
}
.game .header {
	display: flex;
	align-items: center;
	padding: 0 8px;
	width: 100%;
	background: rgba(0,0,0,.2);
}
.game .header > * {
	width: 33.33%;
}
@media only screen and (min-width: 861px) {
	.game .header {
		padding: 0 100px;
	}
}
.game .header .time {
	font-size: 24px;
}
@media only screen and (min-width: 861px) {
	.game .header .time {
		font-size: 32px;
	}
}
.game .bar {
	/*padding: 0 16px;*/
}
.game .bar .progress {
	height: 20px;
	border-radius: 0;
	background-color: rgba(103, 83, 68, 0.5);
}
.game .bar .progress-bar {
	transition: none;
	background-color: #675344;
}
.game .area {
	flex-grow: 1;
	min-height: 565px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.game .finished {
	display: none;
	height: 100%;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.game .finished .texts {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: calc(100% - 70px - 44px);
}
.game .finished h2 {
	text-transform: uppercase;
	font-family: 'Neue Plak Wide', Georgia, serif;
	font-size: 24px;
	margin-bottom: 16px;
}
.game .finished .jp-btn {
	position: absolute;
	bottom: 70px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.game.finished .board {
	display: none;
}
.game.finished .finished {
	display: block;
}
.game.finished .header .fa-pause {
	display: inline-block;
}
.game.finished .header .fa-clock {
	display: none;
}
.game-pairs .board {
	display: grid;
	grid-gap: 16px;
}
.game-pairs .game-card {
	position: relative;
	display: inline-block;
}
.game-pairs .game-card .background,
.game-pairs .game-card .gift,
.game-pairs .game-card .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.game-pairs .game-card .background {
	background: url(/images/card-0.png);
	background-size: contain;
	/*			background: @color-main;
			  background: repeating-linear-gradient(135deg, #004b87, #004b87 15px, #1F5E91 15px, #1F5E91 30px);*/
}
.game-pairs .game-card .gift {
	border-radius: 20px;
	background: white no-repeat center;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*display: none;*/
}
.game-pairs .game-card .gift img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
}
.game-pairs .game-card .wrapper {
	/*			border:4px solid #fff;
			  border-radius: 5px;*/
	transition: transform 0.5s;
	transform-style: preserve-3d;
	perspective: 1000px;
	/* Remove this if you don't want the 3D effect */
	transform: rotateY(180deg);
}
.game-pairs .game-card .wrapper-bg {
	z-index: 0;
}
.game-pairs .game-card .wrapper-gift {
	z-index: 1;
	backface-visibility: hidden;
}
.game-pairs .game-card.solved .wrapper,
.game-pairs .game-card.open .wrapper {
	transform: rotateY(0deg);
}
.game-pairs .board {
	grid-template-columns: auto auto auto;
}
.game-pairs .game-card {
	width: 76.8px;
	height: 105.6px;
}
@media only screen and (min-width: 861px) {
	.game-pairs .board {
		grid-template-columns: auto auto auto auto auto auto;
	}
	.game-pairs .game-card {
		width: 128px;
		height: 176px;
	}
}
@media only screen and (min-width: 993px) {
	.game-pairs .game-card {
		width: 192px;
		height: 264px;
	}
}
@media only screen and (min-width: 1401px) {
	.game-pairs .game-card {
		width: 256px;
		height: 352px;
	}
}
.game-result-title {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #a43c23;
	/*font-family: 'Neue Plak Wide';*/
	text-transform: uppercase;
}
@media only screen and (min-width: 1401px) {
	.game-result-title {
		font-size: 92.2px;
		padding: 80px 0 60px;
	}
}
.game-result-text {
	/*font-family: 'Neue Plak Wide';*/
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	/*color: #675344;*/
	padding-bottom: 60px;
}
@media only screen and (min-width: 1401px) {
	.game-result-text {
		font-size: 36px;
	}
}
.game-result-text strong {
	font-size: 28px;
	font-weight: bold;
}
@media only screen and (min-width: 1401px) {
	.game-result-text strong {
		font-size: 48px;
	}
}
.game-shoot .board {
	width: calc(100% - (200px * 2));
	height: calc(100% - (200px * 2));
	position: relative;
	/*margin: 100px;*/
	box-sizing: border-box;
}
.game-shoot .target {
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius: 200px;
	background: no-repeat center;
	background-size: cover;
	transition: opacity ease-in-out 200ms;
}
.game-shoot .target.target-1 {
	background-image: url(/images/shoot/card-1.png);
}
.game-shoot .target.target-2 {
	background-image: url(/images/shoot/card-2.png);
}
.game-shoot .target.target-3 {
	background-image: url(/images/shoot/card-3.png);
}
.game-shoot .target.target-4 {
	background-image: url(/images/shoot/card-4.png);
}
.game-shoot .target.target-5 {
	background-image: url(/images/shoot/card-5.png);
}
.game-shoot .target.target-6 {
	background-image: url(/images/shoot/card-6.png);
}
.game-shoot .target.target-7 {
	background-image: url(/images/shoot/card-7.png);
}
.game-shoot .target.target-8 {
	background-image: url(/images/shoot/card-8.png);
}
.game-shoot .target.target-9 {
	background-image: url(/images/shoot/card-9.png);
}
.game-shoot .target.target-10 {
	background-image: url(/images/shoot/card-10.png);
}
body {
	background: #AA371A url(/images/bg_pattern_2.svg);
	color: #F6C986;
	font-family: 'Artegra Sans Extended Alt';
}
.header-game {
	z-index: 1001;
	/*position: fixed;*/
	/*top: 48px;*/
	/*left:0;*/
	/*right:0;*/
	padding: 16px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,.2);
}
.header-game hr {
	margin: 20px auto;
	border: 0;
	height: 1px;
	width: 200px;
	/*background: #675344;*/
}
.a-primary {
	color: inherit;
}
body {
	/*color: #675344;*/
}
.page {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.page .middle {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	/*background: url(/images/shoot/bg_pattern_light.png) repeat center;*/
	padding: 16px 0;
}
.page .footer {
	padding: 0 0 20px;
}
@media only screen and (min-width: 737px) {
	.page .footer {
		padding: 40px 0;
	}
}
.page .button-big {
	text-transform: uppercase;
}
.ty-h1 {
	/*color: #675344;*/
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}
@media only screen and (min-width: 737px) {
	.ty-h1 {
		font-size: 32px;
	}
}
.ty-h2 {
	font-weight: 300;
	font-size: 16px;
}
@media only screen and (min-width: 737px) {
	.ty-h2 {
		font-size: 20px;
		/*line-height: 1.56;*/
	}
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 80px;
}




.game-shoot{
	--game-shoot-target-time : 4000ms;

	.area{
		overflow: hidden;
	}

	.target{
		z-index: 10;
		transition: opacity ease-in-out 200ms, top ease-in-out var(--game-shoot-target-time), left ease-in-out var(--game-shoot-target-time);
	}

	.target-fake{
		z-index: 1;
		background-image: url(/images/shoot/card-fake.jpg);
	}
	
	.target-fake-1{	background-image: url(/images/shoot/alt_01.png);	}
	.target-fake-2{	background-image: url(/images/shoot/alt_02.png);	}
	.target-fake-3{	background-image: url(/images/shoot/alt_03.png);	}
	.target-fake-4{	background-image: url(/images/shoot/alt_04.png);	}
}