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

/* Fonts */
@font-face
{
font-family: Kids;
src: url(../fonts/SCGumKids.otf);
}

@font-face
{
font-family: Kids;
src: url(../fonts/SCGumKids.ttf);
}


/* After loaded */
html, body {
	overflow: hidden;
    width: 100%;
	font-family: "Kids", "Comic Sans MS", cursive;
}

body {
	margin: 0;
}

h3 {
	font-size: 36px;
	color: #FFF;
    text-shadow: 0 0 3px #CC0000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 3px #CC0000;
    -o-text-shadow: 0 0 3px #CC0000;
	-ms-text-shadow: 0 0 3px #CC0000;
}

img{
	border:none;
}

.page { 
    position: relative;
    margin: 0 auto;
	max-width: 1920px;
    width: 100%;
	background-repeat:no-repeat;
	background-size: contain;
	
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}
	
/* text */
span { display: none; }

/* Header */	 
header {
	position: absolute;
	padding-top: 30px;
	z-index:2;
	left: 50%;
	margin-left: -900px;
	
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

header a#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 321px;
	height: 218px;
	float: left;
}

/*Nav */
nav {
	display: block;
	width: 1850px;
	padding-top: 50px;
}

nav ul { 
     display: block;
     list-style: none;
}

nav ul::before { content:url(../images/btnBefore.png); width: 125px; height: 75px; float:left; position: relative; left: 50px; bottom: 35px; z-index: 0; }
nav ul::after { content:url(../images/btnAfter.png); width: 87px; height: 82px; position: relative; left: -50px; bottom: 45px; z-index: 0;  }

nav ul li a:first-child {
	left: -40px;
}

nav ul li a { 
       position: relative;
       float: left;
	   width: 244px;
	   height: 81px;
	   background-repeat: no-repeat;
}

nav ul li a#brincarBtn { background-image:url(../images/btnBrincar.png); }
nav ul li a#assistirBtn { background-image:url(../images/btnAssistir.png); }
nav ul li a#novidadesBtn { background-image:url(../images/btnNovidades.png); }
nav ul li a#saberBtn { background-image:url(../images/btnQueroSaber.png); width: 325px; }
nav ul li a#agendaBtn { background-image:url(../images/btnAgenda.png); }

nav ul li a:hover {
	background-position: 0 -81px;
}

/*Section Animation */
section.animation {
	position: absolute;
	display: block;
	
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

section.animation aside {
	cursor: pointer;
	position: relative;
	float:left;
	display: block;
}

/*Section Social Medias */
section.socialMedias {
	position: absolute;
	display: block;
	top: 809px;
	left: 3%;
	width: 294px;
	height: 83px;
	background-size: contain;
	
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

section.socialMedias aside a {
	width: 83px;
	height: 83px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-right: 15px;
}

section.socialMedias aside a:hover {
	background-position: 0 -83px;
}

section.socialMedias aside a:active {
	background-position: 0 -83px;
}

section.socialMedias aside a#youtube { background-image: url(../images/youtube.png); }
section.socialMedias aside a#facebook { background-image: url(../images/facebook.png); }
section.socialMedias aside a#instagram { background-image: url(../images/instagram.png); }

/*Footer */
/*Sound System */
footer {
	position: absolute;
	display: block;
	top: 730px;
	right: 2%;
	
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
}

footer div.mute {
	width: 83px;
	height: 83px;
	margin-left: 134px;
	margin-bottom: 15px;
	
}

/*
.mutePressed {
	cursor: pointer;
	width: 83px;
	height: 83px;
	margin-left: 134px;
	margin-bottom: 15px;
	background-image: url(../images/sound.png);
	background-position: 0 -83px;
} */

footer div#tvPinguim a {
	width: 217px;
	height: 56px;
	background-image: url(../images/tvPinguim.png);
	background-size: contain;
}

/*Media Queries */ 
@media screen and (max-width: 1800px) {
	
	header {
		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.socialMedias {
    top: 750px;
	}
	
	footer {
    top: 670px;
	}
	
}

@media screen and (max-width: 1550px) {
	
	header {
	top: -50px;
	margin-left: -920px;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	}
	
    section.socialMedias {
    margin-top: -70px;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	}
	
	footer {
    margin-top: -70px;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	}
	
}

@media screen and (max-width: 1370px) {
	
	header {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	}
	

    section.socialMedias {
    top: 640px;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	}
	
	footer {
    top: 560px;
	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: 1290px) {
	
	header {
	transform: scale(0.55);
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	-o-transform: scale(0.55);
	-ms-transform: scale(0.55);
	}

    section.socialMedias {
	top: 590px;
	transform: scale(0.55);
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	-o-transform: scale(0.55);
	-ms-transform: scale(0.55);
	}
	
	footer {
	top: 530px;
	transform: scale(0.55);
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	-o-transform: scale(0.55);
	-ms-transform: scale(0.55);
	}
}

@media screen and (max-width: 1090px) {
	
	
    section.socialMedias {
	top: 530px;
	left: -20px;
	}
	
	footer {
	top: 470px;
	right: -10px;
	}
	
}

@media screen and (max-width: 980px) {
	
	header {
	transform: scale(0.45);
	-webkit-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-o-transform: scale(0.45);
	-ms-transform: scale(0.45);
	}
	
    section.socialMedias {
	top: 480px;
	left: -60px;
	transform: scale(0.45);
	-webkit-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-o-transform: scale(0.45);
	-ms-transform: scale(0.45);
	}
	
	footer {
	top: 420px;
	right: -50px;
	transform: scale(0.45);
	-webkit-transform: scale(0.45);
	-moz-transform: scale(0.45);
	-o-transform: scale(0.45);
	-ms-transform: scale(0.45);
	}
	
}

@media screen and (max-width: 875px) {
	
	header {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	}
	
    section.socialMedias {
	top: 430px;
	left: -35px;
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	}
	
	footer {
	top: 380px;
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	}
	
}



@media screen and (max-width: 770px) {
	
	header {
	transform: scale(0.35);
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-o-transform: scale(0.35);
	-ms-transform: scale(0.35);
	}

    section.socialMedias {
	top: 360px;
	left: -50px;
	transform: scale(0.35);
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-o-transform: scale(0.35);
	-ms-transform: scale(0.35);
	}
	
	footer {
	top: 320px;
	transform: scale(0.35);
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-o-transform: scale(0.35);
	-ms-transform: scale(0.35);
	}
}


/*EM BREVE -------------------------------------------------------------------------  */
/*landscape */
/*ipad 
@media only screen and (max-device-width:1025px) and (orientation : landscape) { 
	
	.page {
		background-image: url(../images/preBgIpad.png) !important;
	}
	
	header {
		display: none !important;
	}
	
	section {
		display: none !important;
	}
	
	footer {
		display: none !important;
	}
	
}

/*iphone 
@media only screen and (max-device-width : 740px) and (orientation : landscape) { 

	.page {
		background-image: url(../images/preBg_770.jpg) !important;
	}
	
	header {
		display: none !important;
	}
	
	section {
		display: none !important;
	}
	
	footer {
		display: none !important;
	}
	
}


/*portrait */
/*ipad 
@media only screen and (max-device-width:770px) and (orientation : portrait) { 

	.page {
		background-image: url(../images/portraitEmBreve.png) !important;
	}
	
	header {
		display: none !important;
	}
	
	section {
		display: none !important;
	}
	
	footer {
		display: none !important;
	}
}

/*iphone 
@media only screen and (max-device-width:642px) and (orientation : portrait) { 

	.page {
		background-image: url(../images/portraitPhoneEmBreve.png) !important;
	}
	
	header {
		display: none !important;
	}
	
	section {
		display: none !important;
	}
	
	footer {
		display: none !important;
	}

}
/*EM BREVE --- FIM ---------------------------------------------------------------------  */

/*landscape */
/*ipad */
@media only screen and (max-device-width:1025px) and (orientation : landscape) { 
	
	section.socialMedias {
	    right: 0%;
	}
	
	section.socialMedias aside a {
    transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
	
}

/*iphone */
@media only screen and (max-device-width : 740px) and (orientation : landscape) { 

	html, body {
			position: relative;
			width: 100%;
			height: 100%;
		}
		
	.pace {
		display: none;
	}
		
	#loader-wrapper {
		display: none;
	}
	
	.leftcurtain , rightcurtain {
		display: none;
	}
		
	body:after{
		display: none;
	}
	
	header nav ul {
		display:none;
	}
		
	section.socialMedias {
		display: none;
	}
	
}


/*portrait */
/*ipad */
@media only screen and (max-device-width:770px) and (orientation : portrait) { 

	html, body {
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	
	body:after{
		display: none;
	}
	
	.pace {
		display: none;
	}
	
	#loader-wrapper {
		display: none;
	}
	
	#startScreen {
		display: none;
	}
	
	#startText {
		display: none;
	}
	
	.page {
		background-image: url(../images/portrait.png) !important;
		background-repeat:repeat;
		background-size: contain;
		z-index:1000;
		height: 1480px;
	}
	
	#novidadesMobile {
		top: -20px;
	}
	
	#brincarMobile {
		top: -20px;
	}
	
	header {
		display: none;
	}
	
	section.animation {
		display: none;
	}
	
	section.socialMedias {
		display: none;
	}
	
	footer {
		display: none;
	}
	
	section aside a h2 {
	   display: none !important;
   }
}

/*iphone */
@media only screen and (max-device-width:642px) and (orientation : portrait) { 

	html, body {
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	
	body:after{
		display: none;
	}
	
	.pace {
		display: none;
	}
	
	#loader-wrapper {
		display: none;
	}
	
	#startScreen {
		display: none;
	}
	
	#startText {
		display: none;
	}
	
	.page {
		background-image: url(../images/portraitPhone.png) !important;
		background-repeat:repeat;
		background-size: contain;
		height: 1480px;
	}
	
	
	header {
		display: none;
	}
	
	section.animation {
		display: none;
	}
	
	section.socialMedias {
			display: none;
	}
	
	footer {
		    display: none;
	}
	
	section aside a h2 {
	   display: none !important;
   }

}
