header {
  width: 100%;
  background-color: #000;
  position: relative;
  height: 100px;
  margin-bottom: 50px;
  z-index: 2; }
  header a img {
    display: block;
    margin: 0 auto;
    padding-top: 17px; }

.noRegistrate {
  display: none; }
  .noRegistrate.active {
    display: block; }
  .noRegistrate header {
    margin-bottom: 0; }

#mobForm {
  display: none; }

#deskForm {
  display: block; }

.sneaker-form .center-align {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 20px; }
.sneaker-form .blackBox {
  padding: 5px 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1rem; }
  .sneaker-form .blackBox p {
    text-align: center;
    color: #fff;
    font-size: 1rem; }
.sneaker-form .logo-yezzy {
  width: 231px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  display: none; }
  .sneaker-form .logo-yezzy img {
    width: 100%; }
.sneaker-form .logo-taf {
  width: 108px;
  height: 59px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }
  .sneaker-form .logo-taf img {
    width: 100%; }
.sneaker-form p {
  font-size: 1.2rem;
  width: 100%;
  text-align: justify; }
  .sneaker-form p strong {
    font-size: 1.3rem; }
  .sneaker-form p.italic {
    font-style: italic;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1rem; }
.sneaker-form hr {
  border-color: #a7a7a7; }
  .sneaker-form hr.bolder {
    border-top: 3px solid #a7a7a7; }
.sneaker-form label {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 0.9rem; }
.sneaker-form input, .sneaker-form select {
  width: 100%;
  height: 34px;
  border: 1px solid #a7a7a7;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 2px; }
  .sneaker-form input.medium, .sneaker-form select.medium {
    width: 90%;
    display: block;
    margin: auto; }
.sneaker-form .terms {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-style: lighter; }
  .sneaker-form .terms:hover {
    color: #000;
    text-decoration: none; }
.sneaker-form .arrow {
  width: 10px;
  height: 10px;
  display: inline;
  position: relative;
  margin-left: 15px;
  top: -12px; }
  .sneaker-form .arrow:after, .sneaker-form .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .sneaker-form .arrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #edede1;
    border-width: 6px;
    margin-left: -6px; }
  .sneaker-form .arrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #a7a7a7;
    border-width: 8px;
    margin-left: -8px; }
.sneaker-form .label-it {
  float: left;
  color: #000;
  font-size: 0.8rem;
  margin-top: 4px;
  width: 90%;
  height: 20px;
  padding-left: 10px;
  font-weight: normal; }
  .sneaker-form .label-it p {
    font-size: 0.8rem;
    line-height: 1rem; }
.sneaker-form .holde {
  margin-bottom: 35px;
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 15px; }
  .sneaker-form .holde.active .alert {
    display: block;
    top: 7px;
    position: relative; }
.sneaker-form .checkbox-h {
  width: 23px;
  height: 20px;
  position: relative;
  float: left;
  border: 1px solid #a7a7a7;
  cursor: pointer; }
  .sneaker-form .checkbox-h .check {
    width: 14px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    opacity: 0;
    background-color: #000; }
    .sneaker-form .checkbox-h .check:hover {
      opacity: 0.3; }
  .sneaker-form .checkbox-h #acept-check, .sneaker-form .checkbox-h #acept-check-m {
    width: 23px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    margin: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    margin: 0 !important; }
    .sneaker-form .checkbox-h #acept-check:checked + .check, .sneaker-form .checkbox-h #acept-check-m:checked + .check {
      opacity: 1; }
.sneaker-form #registrar, .sneaker-form #registrarM, .sneaker-form #mobileRegistro {
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 5px 40px;
  border: 0;
  margin-bottom: 30px;
  cursor: pointer; }
.sneaker-form #registrarM {
  display: none; }
.sneaker-form .alert {
  font-size: 0.8rem;
  position: relative;
  padding: 0;
  margin: 0;
  font-style: italic;
  display: none;
  color: red; }
.sneaker-form .inputHold {
  width: 100%;
  margin-bottom: 10px; }
  .sneaker-form .inputHold.active .alert {
    display: block; }
.sneaker-form footer p {
  font-size: 0.7rem;
  color: #a7a7a7;
  text-align: center;
  line-height: 0.9rem;
  margin-bottom: 20px;
  margin-top: 20px; }

@media screen and (max-width: 780px) {
  .sneaker-form #registrar {
    margin-top: 20px; } }
@media screen and (max-width: 640px) {
  #mobForm {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
    background-color: #FFF; }
    #mobForm .sneaker-form {
      background-color: #fff;
      padding-top: 30px; }
      #mobForm .sneaker-form input[type="radio"], #mobForm .sneaker-form input[type="checkbox"] {
        height: 17px; }

  #deskForm {
    display: none; }

  .sneaker-form .logo-yezzy {
    display: block;
    width: 200px; }

  #mobileRegistro {
    display: block !important;
    text-align: center; }

  #registrar {
    display: none !important; } }
footer p {
  font-size: 0.7rem;
  color: #a7a7a7;
  text-align: center;
  line-height: 0.9rem;
  margin-bottom: 20px;
  margin-top: 20px; }

.sneaker-shoe {
  padding-top: 50px; }
  .sneaker-shoe div img {
    width: 100%;
    margin: 0 auto;
    display: block; }
  .sneaker-shoe .logo-yezzy {
    width: 231px;
    height: 232px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px; }
  .sneaker-shoe .shoe {
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-left: 7%; }
  .sneaker-shoe.noRegistrate {
    background-image: url("../assets/img/yeezyMob-pattern.png");
    display: none; }
    .sneaker-shoe.noRegistrate.active {
      display: block; }
    .sneaker-shoe.noRegistrate .logo-yezzy {
      margin-bottom: 15px; }
    .sneaker-shoe.noRegistrate h2 {
      font-family: "Roboto Condensed", sans-serif;
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 15px;
      padding: 0 40px;
      color: #a6a6a5; }

@media screen and (max-width: 640px) {
  .sneaker-shoe {
    padding-top: 0px;
    margin-bottom: 20px; }
    .sneaker-shoe .shoe {
      width: 280px;
      margin-left: 0; }
    .sneaker-shoe .logo-yezzy {
      height: 186px;
      margin-bottom: 25px; }
    .sneaker-shoe.noRegistrate .logo-yezzy {
      margin-top: 40px; } }
.rulesSection {
  background-color: #fff;
  padding-top: 50px; }
  .rulesSection .col-xs-12 {
    padding: 0px 30px;
    margin-bottom: 20px; }
  .rulesSection p {
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.1rem; }
    .rulesSection p span {
      font-weight: 500; }
  .rulesSection strong {
    font-size: 0.9rem;
    font-weight: 700; }

@media screen and (max-width: 640px) {
  .rulesSection .col-xs-12 {
    padding: 0px 15px; } }
html {
  overflow: auto; }

html, body {
  margin: 0 auto;
  width: 100%;
  min-height: 754px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  position: relative; }
  html.noRegistro, body.noRegistro {
    background-image: url("../assets/img/yeezyMob-pattern.png"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  color: #000;
  text-decoration: none; }

.bc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .bc .hc {
    height: 130%;
    background-color: #eeeee1;
    position: absolute;
    top: -30%;
    background-image: url("../assets/img/yeezyMob-pattern.png"); }

p {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5rem; }
  p strong {
    font-size: 1.1rem; }

sub {
  font-size: 0.8rem;
  top: -8px;
  position: relative;
  color: #fff;
  left: -3px;
  font-family: "Roboto Condensed", sans-serif; }

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  margin: 0 auto; }

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  margin: 0 auto; }

h1 {
  text-align: left;
  margin: 0;
  font-size: 3rem;
  color: #000;
  font-family: "Roboto Condensed", sans-serif; }

ul {
  padding-left: 22px;
  list-style: none; }

ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-indent: -5px; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
  color: #000 !important; }

.section-maiz {
  display: none;
  width: 100%;
  height: 90%; }
  .section-maiz.active {
    display: block; }

.autoalpha-0 {
  opacity: 0;
  visibility: hidden; }

.align-center {
  text-align: center; }

.center-all,
.center-horizontal,
.center-vertical {
  position: absolute;
  margin: auto; }

.center-all,
.center-horizontal {
  left: 0;
  right: 0; }

.center-all,
.center-vertical {
  top: 0;
  bottom: 0; }

.btn-borders {
  border-radius: 5px; }

@media screen and (max-width: 640px) {
  .bc .hc {
    height: 120%; } }
