/*!
 * Theme Name: Hino Universitário | Windows Challange
 * Version: 1.1 beta
 * Author: Gabriel Tadeu by Wunderman
 * Author URI: http://www.gabrieltadeu.com/
 * 
 * Theme last updated: May 9, 2012
 */
/*	=============================================================================
	HTML5 display definitions
	========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*	=============================================================================
	Webfonts
	========================================================================== */
@font-face {
  font-family: 'Sigoi';
  src: url('../fonts/sigoi/sigoil-webfont.eot');
  src: url('../fonts/sigoi/sigoil-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sigoi/sigoil-webfont.woff') format('woff'), url('../fonts/sigoi/sigoil-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'sigoi';
  src: url('../fonts/sigoi/sigoirg-webfont.eot');
  src: url('../fonts/sigoi/sigoirg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sigoi/sigoirg-webfont.woff') format('woff'), url('../fonts/sigoi/sigoirg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sigoi';
  src: url('../fonts/sigoi/sigoibd-webfont.eot');
  src: url('../fonts/sigoi/sigoibd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sigoi/sigoibd-webfont.woff') format('woff'), url('../fonts/sigoi/sigoibd-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'sigoi bold';
  src: url('../fonts/sigoi/sigoibd-webfont.eot');
  src: url('../fonts/sigoi/sigoibd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sigoi/sigoibd-webfont.woff') format('woff'), url('../fonts/sigoi/sigoibd-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*	=============================================================================
	Base
	========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}
body,
button,
input,
select,
textarea {
  font-family: Sigoi, sans-serif;
  color: #333333;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: rgba(237, 21, 85, 0.45);
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: rgba(237, 21, 85, 0.45);
  color: #ffffff;
  text-shadow: none;
}
/*	=============================================================================
	Links
	========================================================================== */
a {
  color: #333333;
  /* Improve readability when focused and hovered in all browsers: h5bp.com/h */

}
a:visited {
  color: #e2156a;
}
a:hover {
  color: #e2156a;
  outline: 0;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
/*	=============================================================================
	Typography
	========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  _font-family: 'courier new', monospace;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*	=============================================================================
	Lists
	========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/*	=============================================================================
	Embedded content
	========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/*	=============================================================================
	Figures
	========================================================================== */
figure {
  margin: 0;
}
/*	=============================================================================
	Forms
	========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/*	=============================================================================
	Tables
	========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/*	=============================================================================
	CSS3
	========================================================================== */
/*	=============================================================================
	Gradients
	========================================================================== */
/*	==|== primary styles =====================================================
	Author: Gabriel Tadeu for Wunderman
	========================================================================== */
/* COLORS */
/*		COMMONS		*/
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.231;
  margin: 0;
}
#wrap {
  height: 100%;
  min-height: 100%;
  min-width: 980px;
  margin-bottom: -30px;
  position: relative;
  width: 100%;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.sprite {
  background-color: transparent;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.bullet {
  background-position: -10px -54px !important;
  float: left !important;
  height: 17px !important;
  width: 17px !important;
}
.strong {
  font-family: 'sigoi bold';
}
@-ms-keyframes mic {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@-moz-keyframes mic {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes mic {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@-ms-keyframes rec {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-moz-keyframes rec {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes rec {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.mic {
  /*
	.animation(mic alternate 3s ease-in-out infinite);
	.origin(50% 0%);
*/

  background: url(../images/sprite-cable.png) top center no-repeat;
  height: 450px;
  position: absolute;
  width: 100px;
  z-index: 5;
}
.mic .rec {
  /*
		.animation(rec alternate 3s ease-in-out infinite);
		.origin(50% 0%);
*/

  background: url(../images/sprite-rec.png) no-repeat;
  bottom: -160px;
  left: -15px;
  position: absolute;
  height: 186px;
  width: 97px;
}
/*
	.mic {

		&:hover{
			.animation(mic alternate 3s ease-in-out infinite);
			.origin(50% 0%);

			.rec {
				.animation(rec alternate 3s ease-in-out infinite);
				.origin(50% 0%);
			}
		}
	}
*/
@-ms-keyframes bounce {
  0% {
    margin-top: 0px;
  }
  30% {
    margin-left: -25px;
  }
  70% {
    margin-top: 25px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    margin-top: 0px;
  }
  30% {
    margin-left: -25px;
  }
  70% {
    margin-top: 25px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0% {
    margin-top: 0px;
  }
  30% {
    margin-left: -25px;
  }
  70% {
    margin-top: 25px;
  }
  100% {
    margin-left: 0;
  }
}
@-ms-keyframes ripple {
  0% {
    margin-top: -15px;
  }
  30% {
    margin-right: 0px;
  }
  70% {
    margin-top: 0px;
  }
  100% {
    margin-right: 15px;
  }
}
@-moz-keyframes ripple {
  0% {
    margin-top: -15px;
  }
  30% {
    margin-right: 0px;
  }
  70% {
    margin-top: 0px;
  }
  100% {
    margin-right: 15px;
  }
}
@-webkit-keyframes ripple {
  0% {
    margin-top: -15px;
  }
  30% {
    margin-right: 0px;
  }
  70% {
    margin-top: 0px;
  }
  100% {
    margin-right: 15px;
  }
}
/*		HEADER		*/
#header {
  background: url(../images/header-background.png) 0 -45px repeat-x;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#header .logo {
  background-position: -10px -10px;
  font-weight: 100;
  height: 35px;
  left: 12px;
  margin: 0;
  position: absolute;
  top: 5px;
  width: 40px;
}
#menu {
  left: 72px;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;
}
#menu .active a {
  color: #5f2791;
}
#menu .active .background {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#menu .active .pointer {
  bottom: -3px;
}
#menu li {
  border-left: 1px solid #DCDCDC;
  height: 45px;
  float: left;
  overflow: hidden;
  position: relative;
}
#menu li:first-child {
  border: none;
}
#menu li:hover .background {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#menu a {
  color: #666666;
  display: block;
  height: 45px;
  line-height: 43px;
  padding: 0 29px;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
#menu .background {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/header-background.png) #ffffff 0 0 repeat-x;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#menu .pointer {
  border-color: transparent transparent #5f2791 transparent;
  border-style: solid;
  border-width: 10px;
  height: 0px;
  position: absolute;
  z-index: 1;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  -ms-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  z-index: 2;
}
#social {
  position: absolute;
  right: 0;
  top: -4px;
}
#social li {
  float: right;
  height: 26px;
  list-style: none;
  margin: 0 0 0 5px;
  width: 26px;
}
#social li:hover {
  left: 1px;
  position: relative;
  top: 1px;
}
#social a {
  display: block;
  height: 26px;
}
#social .facebook {
  background-position: -10px -208px;
}
#social .twitter {
  background-position: -10px -244px;
}
/*		MAIN		*/
#main {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#main article {
  position: relative;
  top: 175px;
}
#main .column {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
  z-index: 2;
}
#main .container {
  color: #ffffff;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
#main .section {
  height: 100%;
  max-height: 1200px;
  min-height: 800px;
  position: absolute;
  width: 100%;
}
#main .section h1 {
  margin: 0;
}
#main .cage {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#main .background {
  /*
		height: 120%;
		left: -10%;
*/

  position: absolute;
  /*
		top: -10%;
		width: 120%;
*/

}
#main .background img {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
}
#main legend {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#main legend .bullet {
  margin: 2px 5px 0 0;
}
#main label {
  background-position: -59px -140px;
  float: left;
  height: 34px;
  position: relative;
  width: 384px;
}
#main label.checkbox {
  position: relative;
}
#main label.checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
  z-index: 2;
}
#main label.checkbox .check {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  background-position: -170px -208px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 18px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 22px;
  z-index: 1;
}
#main label.checkbox .check:hover {
  color: #f0a482;
}
#main label.checkbox .check.on {
  color: #e56127;
}
#main label.full {
  clear: both;
  margin: 0 0 25px 19px;
}
#main label.full input[type="text"] {
  width: 368px;
}
#main label.half {
  background-position: -59px -174px;
  margin: 0 0 25px 19px;
  width: 183px;
}
#main label.half input[type="text"] {
  width: 167px;
}
#main label.margin {
  clear: left;
}
#main label input[type="text"] {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  background: transparent;
  color: #ed936b;
  font-size: 14px;
  border: none;
  padding: 8px;
}
#main label input[type="text"]:focus,
#main label input[type="text"]:hover {
  color: #e56127;
}
#main .erro {
  bottom: -15px;
  clear: both;
  display: none;
  font-size: 10px;
  left: 2px;
  position: absolute;
  width: 100%;
}
#main button {
  background-position: -59px -208px;
  border: none;
  clear: both;
  color: #e56127;
  float: left;
  font-weight: 700;
  height: 34px;
  text-transform: uppercase;
  width: 111px;
}
#main button:active,
#main button:hover {
  height: 33px;
  margin: 1px;
  width: 110px;
}
/********************/
/*		PAGES		*/
/********************/
#b00 {
  background: #FCD636;
}
#b00 .mic {
  left: 700px;
  top: -150px;
  z-index: 7;
}
#b00 hgroup {
  position: absolute;
  left: -10px;
  top: -50px;
  z-index: 2;
}
#b00 hgroup span {
  -webkit-animation: ripple alternate 5s ease-in-out infinite;
  -moz-animation: ripple alternate 5s ease-in-out infinite;
  -ms-animation: ripple alternate 5s ease-in-out infinite;
  -o-animation: ripple alternate 5s ease-in-out infinite;
  animation: ripple alternate 5s ease-in-out infinite;
  background: url(../images/home-image06.png) no-repeat;
  height: 180px;
  left: 55px;
  position: absolute;
  width: 156px;
}
#b00 hgroup h1 {
  background: url(../images/home-image05.png) no-repeat;
  height: 203px;
  width: 345px;
}
#b00 hgroup h2 {
  color: #5f2791;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: 350px;
  top: 65px;
  width: 160px;
}
#b00 .column {
  z-index: 2;
}
#b00 .cage {
  background: #fcd636 url(../images/home-background.jpg) fixed center center;
}
#b00 .image01 {
  bottom: 0;
  height: 100%;
  margin: 0 0 0 0;
  position: absolute;
  right: -150px;
  width: auto;
  z-index: 6;
}
#b00 .image01 img {
  bottom: 0;
  position: absolute;
  right: 0;
}
#b00 .image02 {
  -webkit-animation: ripple alternate 2s ease-in-out infinite;
  -moz-animation: ripple alternate 2s ease-in-out infinite;
  -ms-animation: ripple alternate 2s ease-in-out infinite;
  -o-animation: ripple alternate 2s ease-in-out infinite;
  animation: ripple alternate 2s ease-in-out infinite;
  background: url(../images/home-image02.png) no-repeat;
  top: 230px;
  height: 182px;
  position: absolute;
  right: -200px;
  width: 232px;
  z-index: 7;
}
#player {
  background: url(../images/home-image03.png) no-repeat;
  height: 329px;
  left: -10px;
  text-align: center;
  top: 225px;
  position: absolute;
  width: 548px;
  z-index: 7;
}
#player iframe {
  left: 0;
  position: absolute;
  top: 5px;
  z-index: 2;
}
#player .overlay {
  background: #000000;
  display: none;
  left: 0;
  height: 306px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  width: 546px;
  z-index: 1;
}
#player .play {
  display: block;
  height: 100%;
  width: 100%;
}
#player .play:focus img,
#player .play:hover img {
  height: 100px;
  margin-top: 95px;
}
#player .play img {
  -webkit-transition: height 0.25s ease-in-out, margin  0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out, margin  0.25s ease-in-out;
  -ms-transition: height 0.25s ease-in-out, margin  0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out, margin  0.25s ease-in-out;
  transition: height 0.25s ease-in-out, margin  0.25s ease-in-out;
  height: 90px;
  margin-top: 100px;
  width: auto;
}
#b01 {
  background: #F8C52E;
  z-index: 4;
}
#b01 article {
  top: 100px;
  left: 0%;
  z-index: 4;
}
#b01 hgroup {
  left: 50%;
  margin: 0 0 0 -245px;
  position: absolute;
  z-index: 2;
}
#b01 hgroup h1 {
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 80px;
  width: 410px;
}
#b01 hgroup h1 strong {
  font-weight: 700;
}
#b01 hgroup h2 {
  font-size: 16px;
  font-weight: normal;
  left: 180px;
  position: absolute;
  top: 85px;
  width: 200px;
}
#b01 .image01 {
  background: url(../images/participate-image01.png) no-repeat;
  top: 230px;
  height: 400px;
  position: absolute;
  left: -600px;
  width: 924px;
  z-index: 3;
}
#b01 .image02 {
  background: url(../images/participate-image02.png) no-repeat;
  top: 175px;
  height: 400px;
  position: absolute;
  left: -900px;
  width: 910px;
  z-index: 2;
}
#b01 .image04 {
  -webkit-animation: bounce alternate 5s ease-in-out infinite;
  -moz-animation: bounce alternate 5s ease-in-out infinite;
  -ms-animation: bounce alternate 5s ease-in-out infinite;
  -o-animation: bounce alternate 5s ease-in-out infinite;
  animation: bounce alternate 5s ease-in-out infinite;
  background: url(../images/participate-image04.png) bottom left no-repeat;
  left: 150px;
  height: 450px;
  position: absolute;
  top: -50px;
  width: 220px;
  z-index: 3;
}
#b01 .image05 {
  -webkit-animation: ripple alternate 5s ease-in-out infinite;
  -moz-animation: ripple alternate 5s ease-in-out infinite;
  -ms-animation: ripple alternate 5s ease-in-out infinite;
  -o-animation: ripple alternate 5s ease-in-out infinite;
  animation: ripple alternate 5s ease-in-out infinite;
  background: url(../images/participate-image04.png) top right no-repeat;
  right: 200px;
  height: 120px;
  position: absolute;
  top: -25px;
  width: 100px;
  z-index: 3;
}
#b01 .actions {
  height: 195px;
  left: 50%;
  margin: 0 0 0 -291px;
  position: absolute;
  top: 320px;
  width: 562px;
  z-index: 7;
}
#b01 .actions li {
  background: url(../images/participate-image03.png) no-repeat;
  float: left;
  height: 90px;
  list-style: none;
  margin: 0 0 10px 10px;
  position: relative;
  width: 267px;
}
#b01 .actions .baixe a {
  padding-top: 19px;
}
#b01 .actions .veja {
  background-position: top right;
}
#b01 .actions .cadastre {
  background-position: bottom left;
}
#b01 .actions .confira {
  background-position: bottom right;
}
#b01 .actions a {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  color: #ffffff;
  display: block;
  padding: 26px 10px 0 110px;
  text-decoration: none;
}
#b01 .column {
  z-index: 3;
}
#b01 .cage {
  background: url(../images/participate-background.jpg) fixed center center;
}
#b02 {
  z-index: 3;
  /*
	hgroup + h3 {
		margin-top: 0;
	}
*/

}
#b02 article {
  top: 100px;
  position: relative;
  z-index: 3;
}
#b02 .column {
  position: relative;
  z-index: 3;
}
#b02 hgroup {
  position: absolute;
  right: -10px;
  top: -50px;
}
#b02 hgroup h1 {
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 75px;
  text-align: right;
  width: 460px;
}
#b02 hgroup h1 strong {
  font-weight: 700;
}
#b02 hgroup h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: right;
}
#b02 h3 {
  background: url(../images/prizes-list-background.png);
  float: left;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#b02 .disclaimer {
  bottom: 40px;
  font-size: 9px;
  margin: 0;
  position: absolute;
  text-align: justify;
  width: 265px;
}
#b02 ul {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  width: 405px;
}
#b02 ul li {
  display: block;
  font-size: 16px;
  font-weight: 100;
  list-style: none;
  min-height: 20px;
  padding-bottom: 15px;
}
#b02 ul .bullet {
  margin: 1px 5px 0 0;
}
#b02 .image01 {
  background: url(../images/prizes-image01.png) no-repeat;
  bottom: -100px;
  height: 590px;
  position: absolute;
  right: -250px;
  width: 880px;
  z-index: 9;
}
#b02 .image01 small {
  bottom: 200px;
  color: #ffffff;
  display: none;
  font-weight: 100;
  left: -170px;
  position: absolute;
  bottom: 120px;
  left: 30px;
}
#b02 .cage {
  background: url(../images/prizes-background.jpg) fixed center center;
  top: -100px;
}
#b02 .cage .background {
  background: url(../images/tips-background.jpg) fixed center center;
  display: none;
  bottom: 0;
  height: 100px;
  left: 0;
  width: 100%;
}
#b03 {
  z-index: 2;
}
#b03 article {
  z-index: 5;
}
#b03 hgroup {
  position: absolute;
  left: 0;
  top: 60%;
}
#b03 hgroup h1 {
  font-size: 80px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 70px;
  width: 320px;
}
#b03 hgroup h1 strong {
  font-weight: 700;
}
#b03 .image01 {
  background: url(../images/tips-image01.png) no-repeat;
  bottom: 0px;
  height: 715px;
  position: absolute;
  right: -500px;
  width: 1039px;
  z-index: 2;
}
#b03 .image02 {
  background: url(../images/tips-image02.png) no-repeat;
  height: 268px;
  left: -100px;
  position: absolute;
  bottom: 1000px;
  width: 110px;
  z-index: 1;
}
#b03 .cage {
  background: url(../images/tips-background.jpg) fixed center center;
  top: -100px;
}
#b03 .cage .background {
  background: url(../images/vote-background.jpg) fixed center center;
  display: none;
  bottom: 0;
  height: 100px;
  left: 0;
  width: 100%;
}
#pag {
  color: #ecc100;
  height: 20px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  top: 360px;
  width: 300px;
}
#pag .current {
  color: #ffffff;
}
#pag span {
  cursor: pointer;
  font-size: 100px;
  top: -85px;
  position: relative;
  z-index: 2;
}
#pag span:first-child {
  left: 0;
}
#slideshow {
  height: 420px;
  left: 140px;
  overflow: hidden;
  position: relative;
  top: 60px;
  width: 805px;
  z-index: 1;
}
#slideshow .slider {
  position: relative;
  width: 7245px;
}
#slideshow dl {
  float: left;
  width: 800px;
}
#slideshow dt {
  font-size: 40px;
  margin: 60px 0 0 50px;
}
#slideshow dd {
  color: #ecc100;
  font-size: 18px;
  margin: 10px 0 0 50px;
  width: 350px;
}
#slideshow blockquote {
  color: #999999;
  font-family: sans-serif;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
#b04 {
  background: #FCD636;
  z-index: 1;
}
#b04 .mic {
  left: 40%;
  top: -300px;
}
#b04 .cage {
  background: url(../images/vote-background.jpg) fixed center center;
  padding-bottom: 100px;
  top: -100px;
}
#b04 hgroup {
  position: absolute;
  left: 75px;
  top: 0;
}
#b04 hgroup h1 {
  font-size: 74px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 70px;
  width: 270px;
}
#b04 hgroup h1 strong {
  font-weight: 700;
}
#b04 hgroup h2 {
  color: #5f2791;
  font-size: 16px;
  font-weight: normal;
  left: 95px;
  position: absolute;
  top: 145px;
  width: 160px;
}
#b04 hgroup h2 strong {
  font-weight: 700;
}
#b04 input {
  color: #863aca !important;
}
#b04 input:focus,
#b04 input:hover {
  color: #5f2791 !important;
}
#list {
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
#list ul {
  margin: 0;
  padding: 0;
}
#list li {
  background: #ffffff;
  color: #666666;
  list-style: none;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 10px;
  width: 360px;
}
#list li:first-child {
  margin: 0;
}
#list .mask {
  float: left;
  height: 67px;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 120px;
}
#list img {
  height: auto;
  margin: -25px 0 0;
  width: 120px;
}
#list a {
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  color: #666666;
  display: block;
  min-height: 67px;
  overflow: hidden;
  text-decoration: none;
}
#list a:focus,
#list a:hover {
  color: #333333;
}
#list strong {
  display: block;
  font-size: 13px;
  margin: 0;
  min-height: 32px;
}
#list .jspTrack {
  background: #ecc100;
}
#list .jspDrag {
  background: #ffffff;
  height: 20px;
}
#wait {
  position: absolute;
  left: 78px;
  top: 300px;
}
#wait h3 {
  color: #5f2791;
  font-size: 18px;
  font-weight: normal;
}
#wait h3 strong {
  font-size: 22px;
}
#wait .full {
  clear: none !important;
  margin: 0 !important;
}
#wait .bullet {
  clear: none;
  float: left;
  margin: 10px 0 0 5px;
}
#wait .bullet:active,
#wait .bullet:hover {
  margin: 10px 0 0 5px;
}
#video {
  background: #ffffff;
  left: -1200px;
  min-height: 450px;
  position: absolute;
  width: 500px;
  z-index: 10;
}
#video .info {
  color: #999999;
  height: 100%;
  position: relative;
  z-index: 2;
}
#video .info h3 {
  font-size: 24px;
}
#video .fechar {
  background-position: -10px -280px;
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  height: 77px;
  line-height: 77px;
  position: absolute;
  right: 0;
  text-indent: 15px;
  top: 20px;
  width: 38px;
}
#video .share {
  background: #e56127;
  bottom: -50px;
  height: 30px;
  position: absolute;
  right: 0;
  width: 300%;
  z-index: 2;
}
#video .background {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  z-index: 1;
}
#stage {
  height: 230px;
}
#b05 {
  background: #F2A42C;
}
#b05 article {
  top: 75px;
}
#b05 .cage {
  background: url(../images/send-background.jpg) fixed center center;
}
#b05 .cage .image01 {
  bottom: 0;
  height: 90%;
  margin: 0 0 0 0;
  position: absolute;
  width: auto;
  z-index: 6;
}
#b05 .cage .image01 img {
  bottom: 0;
  height: 100%;
  position: absolute;
  width: auto;
}
#b05 .image02 {
  background-position: -59px -10px;
  height: 130px;
  left: 600px;
  position: absolute;
  top: 100px;
  width: 289px;
  z-index: 2;
}
#b05 hgroup {
  position: absolute;
  left: 290px;
  top: 0;
}
#b05 hgroup h1 {
  font-size: 74px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 70px;
  width: 400px;
}
#b05 hgroup h1 strong {
  font-weight: 700;
}
#b05 hgroup h2 {
  font-size: 16px;
  font-weight: normal;
}
#b05 hgroup h2 strong {
  font-weight: 700;
}
#b05 .disclaimer {
  bottom: 10px;
  color: #ffffff;
  font-size: 9px;
  left: 50%;
  margin: 0 0 0 -200px;
  position: absolute;
  text-align: justify;
  width: 680px;
  z-index: 6;
}
#b05 a {
  color: #ffffff;
}
#b05 .box {
  background: url(../images/send-form-success.jpg) repeat;
  background: url(../images/send-form-error.jpg) repeat;
  background: url(../images/send-form-background.png) repeat;
  height: 275px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}
#b05 div.error,
#b05 div.success {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background: url(../images/send-form-success.jpg) repeat center center;
  color: #ffffff;
  display: none;
  height: 275px;
  position: absolute;
  top: 50%;
  z-index: 7;
  width: 100%;
}
#b05 div.error h3,
#b05 div.success h3 {
  font-size: 24px;
  margin: 100px 0 0 400px;
}
#b05 div.error p,
#b05 div.success p {
  font-size: 16px;
  margin: 20px 0 0 400px;
}
#b05 div.error {
  background: url(../images/send-form-error.jpg) repeat center center;
}
#b05 .next {
  -webkit-transition: left 0.15s ease-in-out;
  -moz-transition: left 0.15s ease-in-out;
  -ms-transition: left 0.15s ease-in-out;
  -o-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
  background-position: -10px -81px;
  cursor: pointer;
  height: 115px;
  left: 630px;
  position: absolute;
  top: 85px;
  width: 40px;
  z-index: 6;
}
#b05 .next:hover {
  left: 635px;
}
#b05 .step {
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
  margin-top: 15px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 50%;
  width: 100px;
  z-index: 6;
}
#b05 .modal {
  color: #ffffff;
  font-size: 13px;
  left: 290px;
  position: absolute;
  text-decoration: none;
  top: 260px;
}
#b05 .modal .bullet {
  -webkit-transition: margin 0.25s;
  -moz-transition: margin 0.25s;
  -ms-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
  margin: -2px 5px 0 0;
}
#b05 .modal:focus .bullet,
#b05 .modal:hover .bullet {
  margin: -2px 7px 0 0;
}
.s1 .field {
  margin-top: 100px;
}
.s2 .field {
  margin-top: 25px;
}
.s3 .field {
  margin-top: 50px;
}
.s3 p {
  font-size: 14px;
  margin: 0 0 10px;
}
.s3 .full {
  clear: both;
}
.s3 .half {
  float: left;
  width: 260px;
}
.s3 .margin {
  clear: left;
  margin-right: 50px;
}
.s4 .field {
  margin-top: 55px;
}
.s4 .mod {
  margin: 0 0 0 19px !important;
}
#info {
  left: -3750px;
  height: 275px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 5000px;
  z-index: 5;
}
#info fieldset {
  float: right;
  height: 275px;
  margin-left: 290px;
  overflow: hidden;
  position: relative;
  width: 960px;
}
#info .active {
  display: block;
}
/*		FOOTER		*/
#overlay {
  background: #000000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}
#regulamento {
  background: url(../images/modal-background.png) no-repeat 0 -50px transparent;
  display: none;
  height: 500px;
  left: 50%;
  margin: -250px 0 0 -425px;
  position: fixed;
  top: 50%;
  z-index: 21;
  width: 850px;
}
#regulamento h1 {
  color: #000000;
  font-size: 36px;
  margin: 80px 0 20px 150px;
}
#regulamento .fechar {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #000000;
  font-size: 40px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
}
#regulamento .fechar:hover {
  color: #666666;
}
#regulamento article {
  color: #666666;
  height: 300px;
  margin: 0px 0 0 150px;
  overflow: hidden;
  width: 550px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
}
.jspHorizontalBar {
  display: none;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #ecc100;
  left: 10px;
  position: relative;
  width: 10px;
}
.jspDrag {
  background: #e56127;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*	==|== non-semantic helper classes ========================================
	Please define your styles before this section.
	========================================================================== */
/* For image replacement */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*	==|== media queries ======================================================
	PLACEHOLDER Media Queries for Responsive Design.
	These override the primary ('mobile first') styles
	Modify as content requires.
	========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
@media only screen and (min-width: 1000px) {
  /* Style adjustments for viewports 1024px and over go here */
  #b02 small {
    bottom: 120px;
    left: 30px;
  }
  #b05 .image01 {
    left: -10%;
  }
  #b05 div.error,
  #b05 .success,
  #b05 .step,
  #b05 #data,
  #b05 .box {
    top: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  /* Style adjustments for viewports 1280px and over go here */
  #b02 small {
    bottom: 200px;
    left: -170px;
  }
  #b05 .image01 {
    left: -17.5%;
  }
  #b05 div.error,
  #b05 .success,
  #b05 .step,
  #b05 #data,
  #b05 .box {
    top: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  /* Style adjustments for viewports 1404px and over go here */
  #b05 .image01 {
    left: -25%;
  }
}
@media only screen and (min-width: 1600px) {
  /* Style adjustments for viewports 1650px and over go here */
  #b05 .image01 {
    left: -30%;
  }
}
/*	==|== print styles =======================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
	========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none;
    -ms-filter: none;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
