@font-face {
	font-family: 'daxM';
	src: url('fonts/dax_medium.eot');
	src: url('fonts/dax_medium.ttf');
}
@font-face {
	font-family: 'museo500';
	src: url('fonts/museo500.eot');
	src: url('fonts/museo500.ttf');
}
@font-face {
	font-family: 'museo700';
	src: url('fonts/museo700.eot');
	src: url('fonts/museo700.ttf');
}
@font-face {
	font-family: 'museo900';
	src: url('fonts/museo900.eot');
	src: url('fonts/museo900.ttf');
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #b3b3b3;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background: #4d4d4d;
  border: 0px none #ffffff;
  border-radius: 0px;
}

#interatividade{ background: #0096AB; }

#interatividade #allAtv{
	position: absolute;
	width: auto;
	height: auto;
	left: 10px;
	right: 10px;
	top: 50px;
	bottom: 10px;
	overflow: hidden;
	margin: 0;
}

.botao{
	position: relative;
    width: 115px;
    border-radius: 5px;
    background: #fff;
    font-family: 'museo700';
    font-size: 15px;
    color: #567d82;
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px;
    text-decoration: none;
    border-bottom: #dee7e8 4px solid;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

#intro{
	position: absolute;
	width: 100%;
	height: 100%;
}
#intro{
	background: #8CD2E2;
	background: -moz-linear-gradient(top, #8CD2E2 1%, #00C6E0 100%);
	background: -webkit-linear-gradient(top, #8CD2E2 1%,#00C6E0 100%);
	background: linear-gradient(to bottom, #8CD2E2 1%,#00C6E0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CD2E2', endColorstr='#00C6E0',GradientType=0 );
}

#intro #bloco1{
    width: 210px;
    height: auto;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -121.5px;
    display: table;
    text-align: center;
}
#intro #bloco1 p{
	color:#0a5361;
	display: table-cell;
	vertical-align: middle;
	font-family: 'museo500';
	font-size:17px;
	line-height:21px;
}
#intro #bloco1 .iniciar{
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -57.5px;
}

#intro #bloco2{
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 320px;
	height: 0px;
	margin-left: -147px;
}

#intro #bloco2 .grafismo{
	background: url(img/grafismo.png) no-repeat 0 0;
    width: 388px;
    height:381px;
    margin: -194px 0 0 -190.5px;
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
	transform: scale(1);
}

#puzzle {
	width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -150px;
}
#puzzle div {
	width: 100%;
	margin: 0 auto;
}
#puzzle .puzzleSquare {
	height: 30px;
    width: 30px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'daxM';
    font-size: 18px;
    cursor: pointer;
}
#puzzle .selected {
	background-color: rgba(255,255,255,.3);
}

#puzzle .found{ background:#93cf44; }
#puzzle .solved{ background:#586b6b; }

#interatividade .respostas {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -57.5px;
}

#words{
	width: 260px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 15px;
    background: #8CD2E2;
    border-radius: 5px;
    margin-top: 0;
    margin-left: -130.5px;
}
#words .bt_nav{
	position: absolute;
    width: 33px;
    height: 42px;
    background: url(img/btns_nav.png) no-repeat;
    background-position-y: -3px;
    top: 20px;
}
#words #atv_ant{ background-position-x: -4px; left: -18px;}
#words #atv_prox{ background-position-x: -60px; right: -18px;}

#words ul{
	position: absolute;
    right: 10px;
    width: 242px;
    height: 82px;
    top: 0px;
}
#words ul li{
	list-style: none;
    margin: 0px 0 0 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #147278;
    font-family: 'museo500';
    font-size: 18px;
    color: #0a5361;
    vertical-align: middle;
    display: table-cell;
    height: 82px;
    width: 220px;
    left: 0;
    text-align: center;
    padding-left: 12px;
}

#words ul li .resp{
	display:block;
	font-family: 'museo900';
	color: #586b6b;
}
#words ul li .resp.found{ color:#188f6c; }
#words ul li .resp.solved{ color:#586b6b; }

#words .wordFound {
	text-decoration: line-through;
	color: rgba(0,0,0,.45);
}
#words .viewport{
	width: 242px;
	height: 100px;
	overflow: hidden;
	top: 0px;
}
#words .overview {
	position: absolute;
	left: 0;
	top: 0;
}
#words .scrollbar{
	position:  absolute;
	width: 12px;
	top:13px;
	right:11px;
}
#words .track {
	width:12px;
	height:100%;
	position: relative;
	padding: 0;
	background:#6A9FAB;
	border-radius:12px;
}
#words .thumb {
	width: 8px;
	height:20px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 2px;
	background:#8CD2E2;
	border-radius:8px;
}

#words .overview .listas { display: none; }
#words .overview #lis_0 { display: table-cell; }

#feedConfirma{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.8);
}

#feedConfirma .botao{ position: absolute; display: block;}
#feedConfirma .sim{ right: 0; }

#feedConfirma article{
	position: absolute;
    width: 260px;
    height: 113px;
    left: 50%;
    top: 50%;
    margin: -65.5px 0 0 -130px;
}
#feedConfirma article p{
	padding: 17px;
	color: #fff;
	text-align: center;
	font-family: 'museo500';
	font-size: 17px;
	margin-bottom: 20px;
	background: #0096AB;
}

#feedConfirma article p[data-tipo='forme']{ background: #EDAB47; }
#feedConfirma article p[data-tipo='quebradas']{ background: #F9A0A9; }

#parabens{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	left: 0;
	text-align: center;
	background: #8CD2E2;
	background: -moz-linear-gradient(top, #8CD2E2 1%, #00C6E0 100%);
	background: -webkit-linear-gradient(top, #8CD2E2 1%,#00C6E0 100%);
	background: linear-gradient(to bottom, #8CD2E2 1%,#00C6E0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CD2E2', endColorstr='#00C6E0',GradientType=0 );
}

#parabens[data-tipo='forme']{
	background: #f7efba;
	background: -moz-linear-gradient(top, #f7efba 1%, #d4ee64 100%);
	background: -webkit-linear-gradient(top, #f7efba 1%,#d4ee64 100%);
	background: linear-gradient(to bottom, #f7efba 1%,#d4ee64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efba', endColorstr='#d4ee64',GradientType=0 );
}
#parabens[data-tipo='quebradas']{
	background: #f9a0a9;
	background: -moz-linear-gradient(top, #f9a0a9 0%, #ff7cff 100%);
	background: -webkit-linear-gradient(top, #f9a0a9 0%,#ff7cff 100%);
	background: linear-gradient(to bottom, #f9a0a9 0%,#ff7cff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a0a9', endColorstr='#ff7cff',GradientType=0 );
}

#parabens article{
	position: absolute;
	top: 44%;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: 400px;
	margin: -200px 0 0 0;
	display: block;
}

#parabens p{
	vertical-align: middle;
	font-family: 'museo500';
	font-size: 18px;
	color: #000;
  margin-top: 50px;
  margin-bottom: 20px;
	max-height: 135px;
}
#parabens p strong{
	display: block;
	font-family: 'museo900';
	font-size:30pt;
	color: #03468E;
}
#parabens p b{
	font-family: 'museo900';
	display: inline-block;
    margin-top: 9px;
}
#parabens[data-tipo='forme'] p strong{ color: #83C73B; }
#parabens[data-tipo='quebradas'] p strong{ color: #fff; }


#parabens img{ width: auto; }
#parabens article .reinit{
	bottom: -52px;
    left: 50%;
    margin-left: -56px;
    position: absolute;
}


#escolhaFases{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #8CD2E2;
	background: -moz-linear-gradient(top, #8CD2E2 1%, #00C6E0 100%);
	background: -webkit-linear-gradient(top, #8CD2E2 1%,#00C6E0 100%);
	background: linear-gradient(to bottom, #8CD2E2 1%,#00C6E0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CD2E2', endColorstr='#00C6E0',GradientType=0 );
	text-align: center;
}

#escolhaFases blockquote{
	position: absolute;
	top: 50%;
	width: 180px;
	left: 50%;
	margin: -162px 0 0 -90px;
	text-align: center;
}
#escolhaFases blockquote.faseMaiorCinco{
	position: absolute;
	top: 50%;
	width: 310px;
	left: 50%;
	margin: -165px 0 0 -149px;
	text-align: center;
}

#escolhaFases button{
	background: none;
	text-align: left;
	color: #0a5361 ;
	width: 140px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
}

#escolhaFases button.faseMaiorCinco{
	background: none;
	text-align: left;
	color: #0a5361;
	width: 143px;
	height: 70px;
	margin: 0px 3px 0 6px;
	margin-bottom: 49px;
	display: inline-block;
}

#escolhaFases button p{
	font-size: 17px;
	font-family: 'museo500';
}

#escolhaFases button strong{
	font-size: 22px;
	font-family: 'museo900';
	padding-bottom: 2px;
	display: inline-block;
}

#escolhaFases button span{
	width: 38px;
	height: 50px;
	background: url(img/icones.png) no-repeat;
	margin-top: -91px;
	display: block;
	margin-left: 86px;
}

#escolhaFases button span[data-icon='vazio']{ background-position-x: 40px; }
#escolhaFases button span[data-icon='tick']{ background-position: 0 7px; }
#escolhaFases button span[data-icon='ouro']{ background-position-x: -55px; }
#escolhaFases button span[data-icon='prata']{ background-position-x: -109px; }
#escolhaFases button span[data-icon='bronze']{ background-position-x: -163px; }

/*#escolhaFases #clkFase_3, #escolhaFases #clkFase_5{ margin-right: 130px; }
#escolhaFases #clkFase_2, #escolhaFases #clkFase_4{ margin-right: 400px; }*/

#escolhaFases img{
	position: relative;
	bottom: -430px;
	width: 320px;
	margin-left: 0;
}