@charset "UTF-8";
/* CSS Document */

#brincar {
    background-image: url(../images/bgHome.png);
	background-color: #91BB50;
	height: 1480px;
}

/* alpha layer */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

.alphaNone {
	display: none !important;
	opacity: 0;
}

.alpha {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-image: url(../images/alpha.png);
	background-repeat: repeat;
	
	opacity:0;  /* make things invisible upon start */
    -ms-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
    
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -ms-animation-duration:0.5s;
    -o-animation-duration:0.5s;
	-webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    animation-duration:0.5s;
	
}

.close {
	background-image: url(../images/saberClose.png);
	width: 80px;
	height: 82px;
	z-index: 1000;
	position: absolute;
	text-decoration: none;
	right: 10%;
	top: 10%;
}

#alphaLayer section {
	z-index: 1000;
	position: absolute;
	display: block;
	top: 20%;
	width: 948px;
	left: 50%;
	margin-left: -474px;
}

/* alpha icones */
section#jogar aside a {
	z-index: 1000;
	cursor: pointer;
	position: relative;
	float:left;
	display: block;
	width: 246px;
	height: 353px;
	margin-left: 70px;
}

section aside a h2 {
	margin-top: 370px;
    text-align: center;
    font-size: 34px;
    color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

section aside a h2:hover {
    color: #E00;
}

section#imprimir aside a {
	z-index: 1000;
	cursor: pointer;
	position: relative;
	float:left;
	display: block;
	width: 246px;
	height: 353px;
	margin-left: 70px;
}

section#apps aside a {
	z-index: 1000;
	cursor: pointer;
	position: relative;
	float:left;
	display: block;
	width: 246px;
	height: 353px;
	margin-left: 70px;
	text-decoration: none;
}

section#jogar aside.cade a { background-image: url(../images/brincarCade.png); }
section#jogar aside.memoria a { background-image: url(../images/brincarMemoria.png); }
section#jogar aside.pontos a { background-image: url(../images/brincarPontos.png); }

section#imprimir aside.labirinto a { background-image: url(../images/brincarLabirinto.png); }
section#imprimir aside.colorir a { background-image: url(../images/brincarColorir.png); }
section#imprimir aside.pontos a { background-image: url(../images/brincarPontos.png); }

section#apps aside.quebraCabeca a { background-image: url(../images/brincarQuebraCabeca.png); }
section#apps aside.memoria a { background-image: url(../images/brincarMemoria2.png); }
section#apps aside.colorir a { background-image: url(../images/brincarColorir2.png); }

/*Section Animation */
#brincar section.animation {
	top: 400px;
	left: 50%;
	width: 1123px;
	margin-left: -561px;
}

#brincar section.animation aside.funny1 {
	background-image: url(../images/brincarJupiter.png);
	width: 429px;
	height: 326px;
	margin-top: 112px;
}

#brincar section.animation aside.funny1 a {
	display: none;
}

#brincar section.animation aside.funny1:hover {
	background-position: 0 -328px;
}

#brincar section.animation aside.funny2 {
	background-image: url(../images/brincarLuna.png);
	width: 284px;
	height: 438px;
}

#brincar section.animation aside.funny2:hover {
	background-position: 0 -438px;
}

#brincar section.animation aside.funny3 {
	background-image: url(../images/brincarClaudio.png);
	width: 276px;
	height: 226px;
	margin-top: 212px;
}

#brincar section.animation aside.funny3:hover {
	background-position: 0 -229px;
}

#ursinho {
	position: absolute;
	right: 3%;
	top: 40%;
}

#ursinho a {
	background-image: url(../images/brincarUrsinho.png);
	width: 164px;
	height: 183px;
}

/*Media Queries */ 
@media screen and (max-width: 1800px) {
	#brincar section.animation {
	  transform: scale(0.8);
	  -webkit-transform: scale(0.8);
	  -moz-transform: scale(0.8);
	  -o-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	}
	
	#ursinho {
	  transform: scale(0.8);
	  -webkit-transform: scale(0.8);
	  -moz-transform: scale(0.8);
	  -o-transform: scale(0.8);
	  -ms-transform: scale(0.8);
	  top: 40%;
}
	
}

@media screen and (max-width: 1550px) {
	h3 {
		font-size: 18px;
	}
	
	#index {
    background-image: url(../images/bgHome_1580.png);
    }
	
	#alphaLayer section {
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	  -moz-transform: scale(0.7);
	  -o-transform: scale(0.7);
	  -ms-transform: scale(0.7);
	 }
	
	#brincar section.animation {
	  top: 300px;
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	  -moz-transform: scale(0.7);
	  -o-transform: scale(0.7);
	  -ms-transform: scale(0.7);
	}
	
	#ursinho {
	  top: 30%;
	  transform: scale(0.7);
	  -webkit-transform: scale(0.7);
	  -moz-transform: scale(0.7);
	  -o-transform: scale(0.7);
	  -ms-transform: scale(0.7);
}
	
}

@media screen and (max-width: 1370px) {
	#brincar section.animation {
	  top: 200px;
	}

	#ursinho {
	   top: 25%;
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  -moz-transform: scale(0.5);
	  -o-transform: scale(0.5);
	  -ms-transform: scale(0.5);
}
	
}

@media screen and (max-width: 1290px) {
	 
	  #index { 
      background-image: url(../images/bgHome_1300.png);
	  }
	 
	  #brincar section.animation {
	  transform: scale(0.65);
	  -webkit-transform: scale(0.65);
	  -moz-transform: scale(0.65);
	  -o-transform: scale(0.65);
	  -ms-transform: scale(0.65);
	}
	
}

@media screen and (max-width: 1090px) {
	  #brincar section.animation {
	  top: 190px;
	  transform: scale(0.4);
	  -webkit-transform: scale(0.4);
	  -moz-transform: scale(0.4);
	  -o-transform: scale(0.4);
	  -ms-transform: scale(0.4);
	}
	
	#ursinho {
	   top: 20%;
	  transform: scale(0.3);
	  -webkit-transform: scale(0.3);
	  -moz-transform: scale(0.3);
	  -o-transform: scale(0.3);
	  -ms-transform: scale(0.3);
}
	
}

@media screen and (max-width: 980px) {
	#alphaLayer section {
	  transform: scale(0.5);
	  -webkit-transform: scale(0.5);
	  -moz-transform: scale(0.5);
	  -o-transform: scale(0.5);
	  -ms-transform: scale(0.5);
	 }
	
	#brincar section.animation {
	  top: 90px;
	}
	
}

@media screen and (max-width: 875px) {
	#brincar section.animation {
	  top: 65px;
	}
	
	#ursinho {
	   top: 15%;
	   right: 0;
}

}



@media screen and (max-width: 770px) {
	
	
}
