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

body {
	background-color: #F3F3C1;
}

#novidades {
    background-image: url(../images/bgNovidades.png);
	background-color: #F3F3C1;
	width: 1920px !important;
	height: 1085px;
	left: 50%;
	margin-left: -960px;
}

/* 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 {
	opacity: 0;
	display: none;
}

.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.7s;
    -o-animation-duration:0.7s;
	-webkit-animation-duration:0.7s;
    -moz-animation-duration:0.7s;
    animation-duration:0.7s;
	
}

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

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

#slider {
	position: absolute;
	background-image: url(../images/novidadesAhaSlider.png);
	background-repeat: no-repeat;
	width: 904px;
	height: 893px;
	margin-top: -250px;
	left: 50%;
	margin-left: -446px;
	
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
}


/*Section Animation */
@keyframes playAquario {
   100% { background-position: -1120px; }
}

@-webkit-keyframes playAquario {
   100% { background-position: -1120px; }
}

@keyframes playGato {
   100% { background-position: -1748px; }
}

@-webkit-keyframes playGato {
   100% { background-position: -1748px; }
}

@keyframes playMovel {
   100% { background-position: -5952px; }
}

@keyframes playCortina {
   100% { background-position: -3228px; }
}

@keyframes playPersonagem {
   100% { background-position: -7068px; }
}

#novidades section.animation{
}


#novidades section.animation div.aha a {
	position: absolute;
	background-image: url(../images/novidadesAha.png);
	cursor: pointer;
	width: 569px;
	height: 252px;
	
	top: 220px;
	left: 250px;
	
}

#novidades section.animation div.ursinho {
	position: absolute;
	background-image: url(../images/novidadesUrsinho.png);
	cursor: pointer;
	width: 164px;
	height: 172px;
	
	top: 580px;
	left: 445px;

}


#novidades section.animation div.abajur {
	position: absolute;
	background-image: url(../images/novidadesAbajur.png);
	cursor: pointer;
	width: 286px;
	height: 491px;
	
	top: 250px;
	left: 620px;
	
}

#novidades section.animation div.abajur:hover {
	background-position: 0 -491px;
}

#novidades section.animation div.personagem {
	position: absolute;
	background: url(../images/novidadesPersonagem.png) left center;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	width: 372px;
	height: 330px;
	
	top: 470px;
	left: 950px;
	
}

#novidades section.animation div.a-ha {
	position: absolute;
	background-image: url(../images/novidadesA-ha.png);
	cursor: pointer;
	width: 132px;
	height: 108px;
	
	top: 680px;
	left: 1050px;
	
}

#novidades section.animation div.a-ha:hover {
	background-image: url(../images/novidadesA-ha_semiOpen.png);
}

#novidades section.animation div.a-ha:active {
	background-image: url(../images/novidadesA-ha_open.png);
}


#novidades section.animation div.personagem:hover {
	
	animation: playPersonagem 2.5s steps(19) 1;
	-webkit-animation: playPersonagem 2.5s steps(19) 1;
	-moz-animation: playPersonagem 2.5s steps(19) 1;
	-o-animation: playPersonagem 2.5s steps(19) 1;
	
}

#novidades section.animation div.gatinho {
	position: absolute;
	background: url(../images/novidadesGatinho.png) left center;
	background-repeat: no-repeat;
	display:block;
	
	width: 92px;
	height: 71px;
	
	top: 270px;
	left: 1238px;
	
	animation: playGato 2.2s steps(19) infinite;
	-webkit-animation: playGato 2.2s steps(19) infinite;
	-moz-animation: playGato 2.2s steps(19) infinite;
	-o-animation: playGato 2.2s steps(19) infinite;
	
}

#novidades section.animation div.aquario {
	position: absolute;
	background: url(../images/novidadesAquario.png) left center;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	width: 140px;
	height: 108px;
	
	top: 490px;
	left: 1375px;
	
}

#novidades section.animation div.aquario:hover {
	animation: playAquario 3s steps(8) 1;
	-webkit-animation: playAquario 3s steps(8) 1;
	-moz-animation: playAquario 3s steps(8) 1;
	-o-animation: playAquario 3s steps(8) 1;
	
}

#novidades section.animation div.movel {
	position: absolute;
	background: url(../images/novidadesMovel.png) left center;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	width: 372px;
	height: 274px;
	
	top: 498px;
	left: 1348px;
	
}


#novidades section.animation div.movel:hover {
	animation: playMovel 3s steps(16) 1;
	-webkit-animation: playMovel 3s steps(16) 1;
	-moz-animation: playMovel 3s steps(16) 1;
	-o-animation: playMovel 3s steps(16) 1;
	
}


#novidades section.animation div.cortina {
	position: absolute;
	background: url(../images/novidadesCortina.png) left center;
	background-repeat: no-repeat;
	display:block;
	
	width: 269px;
	height: 637px;
	
	top: 144px;
	left: 1600px;

	animation: playCortina 3s steps(12) infinite;
	-webkit-animation: playCortina 3s steps(12) infinite;
	-moz-animation: playCortina 3s steps(12) infinite;
	-o-animation: playCortina 3s steps(12) infinite;
	
}

#novidades section.animation div.pig {
	position: absolute;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	
	width: 90px;
	height: 70px;
	
	top: 375px;
	left: 1345px;
}


/*Social & Footer */
.socialMedias {
	left: 10% !important;
	
	          
}

footer {
	right: 10% !important;
	
	            
}

/*Media Queries */
@media screen and (max-width: 1800px) {
	.page {
		top: -50px;
		transform: scale(0.937);
		-webkit-transform: scale(0.937);
	    -moz-transform: scale(0.937);
	    -o-transform: scale(0.937);
	    -ms-transform: scale(0.937);
	}
	
	section.socialMedias {
	    top: 80%;
	}
	
	footer {
        top: 73%;
    }
	
}

@media screen and (max-width: 1680px) {
	
	.page {
		top: -83px;
		transform: scale(0.88);
		-webkit-transform: scale(0.88);
	    -moz-transform: scale(0.88);
	    -o-transform: scale(0.88);
	    -ms-transform: scale(0.88);
	}
	
	section.socialMedias {
	    top: 90%;
	}
	
	footer {
        top: 83%;
    }
	
}

@media screen and (max-width: 1550px) {
	
	.page {
		top: -65px;
	
	
}

@media screen and (max-width: 1460px) {
	
	.page {
		top: -125px;
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
	    -moz-transform: scale(0.77);
	    -o-transform: scale(0.77);
	    -ms-transform: scale(0.77);
	}

}

@media screen and (max-width: 1370px) {
	
	section.socialMedias {
	    top: 77% !important;
	}
	
	footer {
        top: 70% !important;
    }

	
}

@media screen and (max-width: 1290px) {
	
	.page {
		top: -180px;
		transform: scale(0.671);
		-webkit-transform: scale(0.671);
	    -moz-transform: scale(0.671);
	    -o-transform: scale(0.671);
	    -ms-transform: scale(0.671);
	}
	
	header {
		top: 0px;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -o-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	}
	
	#slider {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -o-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	}
	
}


@media screen and (max-width: 1200px) {
	
	.page {
		top: -210px;
		transform: scale(0.625);
		-webkit-transform: scale(0.625);
	    -moz-transform: scale(0.625);
	    -o-transform: scale(0.625);
	    -ms-transform: scale(0.625);
	}
	
}


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

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

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

	
}



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