/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Helvetica';
  src: url("/fonts/subset-Helvetica-Black-SemiBold.eot");
  src: url("/fonts/subset-Helvetica-Black-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-Helvetica-Black-SemiBold.woff2") format("woff2"), url("/fonts/subset-Helvetica-Black-SemiBold.woff") format("woff"), url("/fonts/subset-Helvetica-Black-SemiBold.ttf") format("truetype"), url("/fonts/subset-Helvetica-Black-SemiBold.svg#Myriad-BdWeb") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("/fonts/subset-HelveticaNeue-Roman.eot");
  src: url("/fonts/subset-HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-HelveticaNeue-Roman.woff2") format("woff2"), url("/fonts/subset-HelveticaNeue-Roman.woff") format("woff"), url("/fonts/subset-HelveticaNeue-Roman.ttf") format("truetype"), url("/fonts/subset-HelveticaNeue-Roman.svg#Myriad-ItWeb") format("svg");
  font-weight: normal;
  font-style: italic;
}

.header {
  position: absolute;
  top: 0;
  z-index: 100;
}

.header.-open .menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header.-open .hamburguer {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.header.-open .hamburguer a:after {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.header.-open .hamburguer a:before {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media (max-width: 767px) {
  .logo img {
    width: 80px;
  }
}

.hamburguer {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 200;
  width: 100%;
  max-width: 415px;
  -webkit-transform: translateX(-webkit-calc(100% - 50px));
          transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hamburguer a {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.hamburguer a:before, .hamburguer a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #fff;
  left: 17px;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.hamburguer a:after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.hamburguer a:before {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 415px;
  background: #00e900;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu a {
  display: block;
  padding: 10px;
  color: #000;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Arial Black", sans-serif;
  border-left: 3px solid transparent;
  font-size: 16px;
  margin-left: -10px;
}

.menu a:hover {
  color: #000;
  border-left: 3px solid #000;
}

.video-card .img-placeholder {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.5%;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.video-card .img-placeholder img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-card .img-placeholder:before {
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url("/images/view-icon.png") no-repeat center center;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.video-card .img-placeholder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.video-card .img-placeholder:hover:before {
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  opacity: 1;
}

.video-card .img-placeholder:hover:after {
  opacity: 1;
}

.video-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Arial Black", sans-serif;
  font-size: 14px;
}

.video-card .data span {
  margin-left: 10px;
}

.video-card .data .time {
  padding-left: 20px;
  background: url("/images/time-icon.png") no-repeat left center;
}

.video-card .data .energy {
  padding-left: 16px;
  background: url("/images/energy-icon.png") no-repeat left center;
}

.main-stage {
  position: relative;
  width: 100%;
  height: 100vh;
}

.back-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.back-layer:before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  height: 30vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, black), color-stop(8%, transparent));
  background: -webkit-linear-gradient(top, black 8%, transparent);
  background: linear-gradient(to bottom, black 8%, transparent);
  z-index: 2;
}

@media (min-width: 992px) {
  .back-layer:before {
    top: 0;
  }
}

.back-layer:after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  height: 30vh;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, black), color-stop(8%, transparent));
  background: -webkit-linear-gradient(bottom, black 8%, transparent);
  background: linear-gradient(to top, black 8%, transparent);
}

@media (min-width: 992px) {
  .back-layer:after {
    bottom: 0;
  }
}

.backdrop {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-height: 45%;
  top: 50%;
  border: none;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (min-width: 992px) {
  .backdrop {
    max-height: 100%;
    height: 100%;
    min-width: 100%;
  }
}

.embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 56.5%;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.embed iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.front-layer {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scene {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.title,
.desc {
  width: 90%;
  max-width: 820px;
  margin: 0 auto 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .title,
  .desc {
    width: 65%;
  }
}

.title {
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .title {
    font-size: 52px;
  }
}

.desc {
  font-size: 18px;
}

@media (min-width: 992px) {
  .desc {
    font-size: 24px;
  }
}

.profile {
  position: relative;
  margin: auto;
  width: 300px;
}

.profile:before, .profile:after {
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-box-shadow: 0 0 10px 2px #00e900;
          box-shadow: 0 0 10px 2px #00e900;
  width: 150px;
  height: 1px;
  background: #00e900;
  display: block;
}

.profile:before {
  left: -70px;
}

.profile:after {
  right: -70px;
}

.profile img {
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 0 20px 5px #00e900;
          box-shadow: 0 0 20px 5px #00e900;
}

.-hidden {
  display: none;
}

.-invisible {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .record .embed {
    display: none;
  }
}

@media (min-width: 768px) {
  .record .embed {
    display: none;
  }
}

@media (min-width: 992px) {
  .record .embed {
    display: block;
  }
}

@media (max-width: 767px) {
  .record .backdrop.-invisible {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .record .backdrop.-invisible {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .record .backdrop.-invisible {
    opacity: 0;
  }
}

.record .camera {
  width: 45%;
  padding-bottom: 27.5%;
  height: 0;
  position: absolute;
  bottom: 80px;
  right: 20px;
  background: #333333;
  border-radius: 15px;
  max-width: 185px;
}

@media (min-width: 768px) {
  .record .camera {
    height: 135px;
    padding-bottom: 0;
    bottom: 50px;
  }
}

.record .camera iframe {
  border: none;
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
}

.record ._button.-white {
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
  font-size: 10px;
  right: 20px;
}

.record ._button.-white:hover {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .record ._button.-white {
    bottom: 80px;
    right: 250px;
  }
}

.record ._button.-white span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
  -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.2);
}

.countdown {
  color: #00e900;
  font-size: 35vh;
  font-family: "Arial Black", sans-serif;
  text-shadow: 0 0 60px rgba(0, 233, 0, 0.5);
}

.timer {
  font-family: "Arial Black", sans-serif;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: auto;
  text-align: center;
  z-index: 5;
}

@media (min-width: 768px) {
  .timer {
    bottom: initial;
    top: 50px;
    right: 0;
    left: 0;
  }
}

.timer p {
  font-size: 10px;
  text-transform: uppercase;
}

.timer .time {
  font-size: 36px;
}

@media (min-width: 768px) {
  .timer .time {
    font-size: 52px;
  }
}

.scene.-uploading {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}

.upload {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.upload .percent {
  color: #00e900;
  font-size: 60px;
  font-family: "Arial Black", sans-serif;
  text-shadow: 0 0 20px rgba(0, 233, 0, 0.5);
  margin-bottom: 20px;
}

.upload .bar {
  width: 100%;
  background: #fff;
  height: 4px;
  position: relative;
  margin-bottom: 40px;
}

.upload .load {
  position: absolute;
  left: 0;
  height: 4px;
  display: block;
  width: 0;
  background: #00e900;
  -webkit-box-shadow: 0 0 10px #00e900;
          box-shadow: 0 0 10px #00e900;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.upload .message {
  text-transform: uppercase;
  font-family: "Arial Black", sans-serif;
}

.participantes .backdrop {
  width: 100%;
  height: auto;
  max-height: none;
  position: fixed;
}

.participantes .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 58% 0;
}

@media (min-width: 768px) {
  .participantes .container {
    padding: 25% 0;
  }
}

@media (min-width: 992px) {
  .participantes .container {
    padding: 5% 0;
  }
}

.participantes h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .participantes h1 {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .participantes h1 {
    width: 100%;
  }
}

.participantes .back-layer:before, .participantes .back-layer:after {
  position: fixed;
}

.filter {
  font-family: "Arial Black", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.filter li {
  display: inline-block;
  margin: 0 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  cursor: pointer;
}

@media (max-width: 767px) {
  .filter li {
    margin-bottom: 10px;
  }
}

.filter li.-active {
  color: #00e900;
  pointer-events: none;
  cursor: default;
}

.participantes-lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.participantes-lista li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 20px 1%;
}

@media (min-width: 768px) {
  .participantes-lista li {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

@media (min-width: 992px) {
  .participantes-lista li {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}

.player {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.player iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.player .controls {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .player .controls {
    padding: 0 50px;
  }
}

.player ._button.-prev,
.player ._button.-next {
  width: auto;
  min-width: initial;
  padding: 0 30px;
}

.player ._button.-prev img,
.player ._button.-next img {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.player ._button.-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.player ._button.-challenge {
  min-width: initial;
}

.player .close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 140px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.player .close:before, .player .close:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #fff;
  left: 17px;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.player .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.player .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.legal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/images/backdrop-legales.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1000;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.legal .block {
  background: #00e900;
  -webkit-box-shadow: 0 0 50px 10px #00e900;
          box-shadow: 0 0 50px 10px #00e900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 100px 50px 80px;
  width: 90%;
  max-width: 700px;
  color: #000;
  text-align: center;
}

.legal h4 {
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
}

.legal p {
  font-size: 18px;
  margin-bottom: 40px;
}

.legal ._button.-white {
  border: none;
}

.legal .close-legal {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
}

.legal .close-legal:before, .legal .close-legal:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #000;
  left: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.legal .close-legal:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.legal .close-legal:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a._button,
button._button,
._button {
  background: #00e900;
  color: #fff;
  display: inline-block;
  font-family: "Arial Black", sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
}

a._button:focus,
button._button:focus,
._button:focus {
  outline: none;
}

a._button:hover,
button._button:hover,
._button:hover {
  background: #00b600;
  text-decoration: none;
  color: #fff;
}

a._button.-white,
button._button.-white,
._button.-white {
  background: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

a._button.-white:hover,
button._button.-white:hover,
._button.-white:hover {
  color: #00e900;
  background: #fff;
  padding: 0 60px;
}

a._button.-cta,
button._button.-cta,
._button.-cta {
  background: #00e900;
  color: #000;
  padding: 0 50px;
  height: 60px;
  letter-spacing: 1px;
  line-height: 60px;
  font-family: "Arial Black", sans-serif;
  min-width: 300px;
}

a._button.-cta:hover,
button._button.-cta:hover,
._button.-cta:hover {
  background: #00b600;
  padding: 0 70px;
}

a._button.-cta.-facebook,
button._button.-cta.-facebook,
._button.-cta.-facebook {
  background: #29487d;
  color: #fff;
}

a._button.-cta.-facebook:hover,
button._button.-cta.-facebook:hover,
._button.-cta.-facebook:hover {
  background: #00154a;
}

a._button.-large,
button._button.-large,
._button.-large {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}

a._button.-small,
button._button.-small,
._button.-small {
  height: 30px;
  line-height: 30px;
}

.-hide {
  display: none !important;
}

.-hideOverflow {
  overflow: hidden;
}

.-static {
  position: static;
}

.-blur {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.-vertical-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.-vertical-space-top {
  padding-top: 40px;
}

.-vertical-space-bottom {
  padding-bottom: 40px;
}

.embed-responsive.-map {
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .embed-responsive.-map {
    padding-bottom: 45%;
  }
}

@media (min-width: 992px) {
  .embed-responsive.-map {
    padding-bottom: 30%;
  }
}

@media (min-width: 768px) {
  .container.-half {
    width: 366px;
  }
}

@media (min-width: 992px) {
  .container.-half {
    width: 476px;
  }
}

@media (min-width: 1200px) {
  .container.-half {
    width: 576px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #fff;
  background: #000;
}

main,
footer {
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

h1, h2, h3 {
  letter-spacing: -0.5px;
}

p {
  margin: 0;
}

a {
  color: #00e900;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #00b600;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

/*# sourceMappingURL=main.css.map */
