.desktop #agegate {
  min-width: 720px; }

#agegate {
  z-index: 10002;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #222222;
  background-color: #000000; }
  #agegate .container {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/indio-vector-complete.svg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  #agegate .content {
    width: 440px;
    height: 200px; }
  #agegate .header {
    width: 100%;
    padding-top: 18px; }
    #agegate .header .logo {
      width: 138px;
      margin: auto; }
  #agegate h6 {
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: .86em;
    color: #cfb07c; }
  #agegate h4 {
    text-transform: uppercase;
    margin: 12px 0 36px;
    font-size: 1.2em;
    letter-spacing: .14em; }
  #agegate .footer {
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto; }
    #agegate .footer .legals {
      width: 626px;
      margin: 0 auto; }
    #agegate .footer p {
      padding-top: 12px;
      text-transform: uppercase;
      color: white;
      line-height: 1.2em;
      opacity: 0.4;
      font-size: .64em;
      letter-spacing: .12em; }
    #agegate .footer small {
      letter-spacing: .2em; }
    #agegate .footer a {
      text-align: center;
      color: white; }
    #agegate .footer .campaign-id {
      position: absolute;
      right: 0;
      margin: 0 40px 0 0;
      bottom: 20px; }
  #agegate img {
    display: block; }
  #agegate .izquierda {
    margin-right: 18px;
    float: left; }
  #agegate .derecha {
    margin-left: 18px;
    float: right; }
  #agegate .fields .input-container {
    padding: 0;
    float: left;
    width: 50px;
    height: 34px;
    border: 2px solid #cfb07c;
    background-color: #222222;
    overflow: hidden;
    position: relative;
    margin-right: 4px; }
    #agegate .fields .input-container:nth-child(1) {
      width: 250px;
      margin-right: 12px; }
  #agegate .fields select, #agegate .fields input {
    height: 100%;
    width: 120%;
    background: transparent !important;
    background-color: #222222 !important;
    border: none;
    color: white !important;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .1em;
    margin-top: 1px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #agegate .fields select {
    padding-left: 14px; }
  #agegate .fields .triangle-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 12px;
    top: 14px; }
  #agegate .fields input {
    text-align: center; }
  #agegate .fields button {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: 84px;
    margin-top: 58px;
    font-size: 1.2em;
    letter-spacing: .1em;
    color: white;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #cfb07c; }
  #agegate .error {
    width: 70%;
    height: 100px;
    margin: auto !important; }

::-webkit-input-placeholder {
  text-align: center;
  color: white; }

:-moz-placeholder {
  text-align: center;
  color: white; }

::-moz-placeholder {
  text-align: center;
  color: white; }

:-ms-input-placeholder {
  text-align: center;
  color: white; }

.mobile input {
  padding: 0 !important;
  margin-left: -4px; }

@media (max-width: 979px) {
  .mobile #agegate {
    overflow: auto; }
    .mobile #agegate .container {
      min-height: 480px; }
    .mobile #agegate h6 {
      letter-spacing: .2em; }
    .mobile #agegate h4 {
      letter-spacing: .1em;
      line-height: 1.4em;
      margin: 8px 0 20px; }
    .mobile #agegate .content {
      max-width: 620px;
      width: 90%;
      height: 254px; }
    .mobile #agegate .fields .input-container {
      height: 40px;
      box-sizing: border-box;
      width: 32%;
      margin: 0; }
      .mobile #agegate .fields .input-container:nth-child(1) {
        width: 100%;
        float: inherit;
        margin-bottom: 12px; }
      .mobile #agegate .fields .input-container:nth-child(3) {
        margin: 0 2%; }
    .mobile #agegate .fields button {
      margin-top: 42px; }
    .mobile #agegate input {
      width: 106%; }
    .mobile #agegate .legals {
      width: 300px; }
      .mobile #agegate .legals img {
        width: 38px; }
    .mobile #agegate .footer {
      padding-bottom: 24px; }
      .mobile #agegate .footer p {
        font-size: .5em; }
      .mobile #agegate .footer .campaign-id {
        bottom: 8px;
        left: 0;
        margin: auto; } }

.hidden {
  opacity: 0; }

.translateY {
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
