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

  /*general*/



  *:focus {
    outline: none !important;
  }

  input:focus{
    box-shadow: none;
  }

  body {
    width: 100%;
    height: 100%;
    font-size:15px;
    position: relative;
    font-family:'Termina-light', monospace;
    font-weight:500;
    color:#000;
  }

  html {
    width: 100%;
    height: 100%;
  }

  img{
    width:100%;
  }

  *::selection{
    background:#E0040B;
    color:#fff;
  }

  h1{
    font-size:80px;
    line-height:1;
    font-family:'Termina', sans-serif;
    margin-bottom:40px;
  }

  h2{
    font-size:50px;
    line-height:1.2;
    font-family:'Termina', sans-serif;
  }

  h3{
    font-size:40px;
    line-height:1;
    font-family:'Termina', sans-serif;
  }

  h4{
    font-size:22px;
    line-height:1.4;
    font-family:'Termina', sans-serif;
    font-weight:500;
  }

  h5{}

  a{
    transition:all ease-in .2s;
  }

  a:hover, a:visited, a:active, a:focus{
    text-decoration: none;
  }

  a:hover{
    color:#E0040B;
  }

  p{}

  .rojo{
    color:#E0040B;
  }

  .vino{
    color:#780000;
  }

  .blanco{
    color:#fff;
  }

  .negro{
    color:#000;
  }

  .termina{
  font-family:'Termina', sans-serif;
  }

  .tahoma{
    font-family: 'Tahoma', sans-serif;
  }

  section{
    position: relative;
    overflow: hidden;
  }

  .container{
    padding:0 20px;
  }


option {
        color: #000;
    }

  /*felicidades*/

  #intro{
    background-image: url('../img/fondo.png');
  }

  .logo-rojo{
    position:Absolute;
    top:40px;
    left:30px;
    display:inline-block;
  }

  .logo-rojo img{
    width:148px;
  }

  .img-felicidades{
    text-align: center;
    padding-top:90px;
  }

  .img-felicidades img{
    max-width:380px;
  }

  .txt-felicidades{
    display:flex;
    align-items:center;
  }

  .felicidades-titulo-lineas {
    border-top: 2px solid #E0040B;
    border-bottom: 2px solid #E0040B;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #cont-formulario{
    background:#E0040B;
    padding:100px 0;
  }

  #cont-formulario h1{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
  }

  #formulario{
    max-width:620px;
    margin:auto;
  }

  .confirma span{
    display:inline-block;
    text-decoration: underline;
    }

  #formulario input, #formulario select{
    border:none;
    border-bottom:3px solid #fff;
    background:none;
    border-radius:0;
    height:40px;
    color:#fff;
    font-size:15px;
    width:100%;
    font-family: 'Tahoma', sans-serif;
  }

  #formulario label{
    color:#fff;
    font-size:15px;
    margin-bottom:20px;
    margin-top:30px;
    display:block;
  }

  .row-fields{
    margin: 0 -6px;
  }

  .row-fields div{
    padding:0 6px;
  }

  #formulario .checkaceptar{
    margin-top:20px;
  }

  #formulario .checkaceptar input{
    width:23px;
    height:23px;
    vertical-align: top;
    background:#fff;
    border:5px solid #fff;
    border-radius:3px;
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius:0;
  }

  #formulario .checkaceptar .label-check{
    display: inline-block;
    font-size:15px;
    width:calc(100% - 50px);
    vertical-align: top;
    color:#fff;
  }

  #formulario .checkaceptar .label-check a{
    color:#fff;
  }

  #formulario .checkaceptar .borde-check{
    height:23px;
    width:23px;
    border-radius:0px;
    margin-right:10px;
    display: inline-block;
    vertical-align: top;
  }

  #formulario .checkaceptar input[type=checkbox]:checked {
    background: #E0040B;
  }

  #canjear{
    background:#FFF ;
    color:#E0040B;
    font-size:24px;
    padding:10px;
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    border:none;
    margin-top:50px;
    cursor:pointer;
    transition: all ease-in .2s;
  }

  .titulo {
    border-top: 2px solid #E0040B;
    padding-top: 20px
  }

  .linea-rola {
      display: block;
      border-bottom: 2px solid #e0040b;
      margin-bottom: 30px;
  }

  .caja {
    color: #fff;
    background-color: #E0040B;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #canjear:hover{
    background:#000;
    color:#fff;
  }

  /*footer*/
  footer{
    padding:70px 0;
    background:#fff;
    text-align: center;
    max-width:900px;
    margin:auto;
  }

  footer img{
    max-width:150px;
    margin-bottom:30px;
  }

  footer p, footer a{
    color:#E0040B;
    font-size: 15px;
    border-bottom:rgba(204, 34, 45, 0) 1px solid;
    display:inline-block;
    margin:0;
  }

  footer a:hover{
    border-bottom:rgba(204, 34, 45, 1) 1px solid;
    color:#E0040B;
  }

  /*opiniones*/
  #opiniones{
    padding:100px 20px;
    text-align: center;
  }

  .form-opiniones{
    max-width:630px; margin:40px auto 0;
  }

  .form-opiniones h4{
    margin-bottom:40px;
  }

  #opiniones textarea{
    border:none;
    border:3px solid #E0040B;
    background:none;
    border-radius:0;
    height:120px;
    resize:none;
    color:#777;
    font-size:15px;
    width:100%;
    font-family: 'Tahoma', sans-serif;
    padding:10px;
  }

  #opiniones textarea::placeholder{
    color:#777;
  }

  #opiniones label{
    display:block;
    text-align: left;
    margin:20px 0 20px;
  }

  #enviar{
    background:#E0040B;
    color:#fff;
    font-size:24px;
    padding:10px;
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    border:none;
    margin-top:50px;
    cursor:pointer;
    transition: all ease-in .2s;
  }

  #enviar:hover{
    background:#000;
    color:#fff;
  }

  /*seguimiento*/
  #seguimiento{
    padding:100px 20px;
    text-align: center;
  }

  #seguimiento h2{
    max-width:78%;
    margin:auto;
  }

  .titulos-seguimiento h4{
    margin-top:60px;
  }

  .seguimiento{
    padding-top:120px;
    padding-bottom:80px;
    position:Relative;
    max-width:1050px;
    margin:auto;
  }

  .seguimiento img{
    width:100px;
    position: absolute;
    top:0;
    right:-35px;
  }

  .linea-tiempo{
    height:30px;
    width:100%;
    border-radius:50px;
    background:#F2F2F2;
    position:relative;
    overflow:hidden;
  }

  .confirmado{
    width:33.33%;
    background:#E0040B;
    height:30px;
    border-radius:50px;
    position:absolute;
    left:0;
    top:0;
    animation-fill-mode: forwards;
    animation:confirmado 3s ease-in-out alternate;
  }

  @keyframes confirmado {
  0%   {width:0}
  50% {width:0}
  100% {width:33.33;}
  }

  .enviado{
    width:66.66%;
    background:#E0040B;
    height:30px;
    border-radius:50px;
    position:absolute;
    left:0;
    top:0;
    animation-fill-mode: forwards;
    animation:enviado 4s ease-in-out alternate;
  }

  @keyframes enviado {
  0%   {width:0}
  50% {width:0}
  100% {width:66.66%;}
  }

  .entregado{
    width:100%;
    background:#E0040B;
    height:30px;
    border-radius:50px;
    position:absolute;
    left:0;
    top:0;
    animation-fill-mode: forwards;
    animation:entregado 4s ease-in-out alternate;
  }

  @keyframes entregado {
  0%   {width:0}
  50% {width:0}
  100% {width:100%;}
  }

  .c1, .c2, .c3{
    width:30px;
    height:30px;
    border:2px solid #E0040B;
    border-radius:50%;
    position:absolute;
    top:0;
  }

  .c1{
    left:calc(33.33% - 30px);
  }

  .c2{
    left:calc(66.66% - 30px);
  }

  .c3{
    right:0
  }

  .cactivo{
    background:#780000;
    border:none;
  }

  .ts0{
    position:absolute;
    left:0;
    bottom:0;
  }

  .ts1{
    position:absolute;
    left:33.33%;
    bottom:0;
    margin-left: -80px;
  }

  .ts2{
    position:absolute;
    left:66.66%;
    bottom:0;
    margin-left:-55px;
  }

  .ts3{
    position:absolute;
    right:0;
    bottom:0;
  }

  .tsactivo:before{
    width:14px;
    height:8px;
    background:url(../img/flecha-tecate.png) no-repeat center;
    background-size:100%;
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-5px;
    content:'';
  }

  .h4big{
    font-size:24px;
  }

  .personalizado p{
    color:#777;
    font-size:18px;
    margin-top:70px;
    margin-bottom:0;
  }

  .personalizado a{
    text-decoration: underline;
  }

  .personalizado a:hover{
    color:#000;
  }

  /*ingresar codigo*/
  #intro-rojo{
    /*border:16px solid #fff;*/
    background-image: url('../img/fondo.png');
   /* padding:40px 0; */
    text-align: center;
      min-height:100vh;
  }

  .logo-intro-rojo{
    width:140px;
    margin-bottom:100px;
    margin-top: 50px;
  }

  #intro-rojo h4{
    margin:40px 0 60px;
  }

  #ingresarcodigo{
    max-width:340px;
    margin:0 auto 100px;
  }

  #ingresarcodigo input{
    border:none;
    background:#fff;
    color:#000;
    font-size:33px;
    height:55px;
    width:100%;
    text-align:center;
    font-family:'Tahoma', sans-serif;
    border-radius:0;
    background: transparent;
    border-bottom: 3px solid #000;

  }

  .footer-intro-rojo p, .footer-intro-rojo a{
    color:#000;
    display:inline-block;
    margin-bottom:0;
  }

  .footer-intro-rojo a{
    border-bottom:rgba(224, 4, 11,0) 1px solid;
  }

  .footer-intro-rojo a:hover{
    border-bottom:rgba(224, 4, 11,1) 1px solid;
  }

  /*gracias*/
  #intro-rojo.gracias{
    padding-bottom:400px;
  }

  .cerveza{
    width:240px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-120px;
  }

  /*terminos*/
  #intro-rojo.terminos{
      padding-bottom:70px;
  }

  .info-terminos p{
    text-align:left;
    font-family: Tahoma, sans-serif;
    color:#fff;
    font-size:16px;
    line-height:1.7;
  }

  .info-terminos{
    max-width:800px;
    margin:50px auto 60px;
  }


  @media (max-width:1500px){

  #intro{
    min-height:100vh;
  }

  }

  @media (max-width:1200px){
    /*seguimiento*/
    #seguimiento h2{
      max-width:790px;
    }
  }

  @media (max-width:991px){
    h1{
      font-size:60px;
    }

    /*felicidades*/
    .txt-felicidades{
      padding-top:60px;
      text-align: center;
      display:block;
    }

    .logo-rojo{
        margin: 0;
        position: relative;
        top: 80px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		margin-bottom: 20px;
    }

    #opiniones{
      padding-top:40px;
    }

    /*seguimiento*/
    #seguimiento{
      padding-top:40px;
    }

    /*gracias*/
    .gracias h1{
      font-size:50px;
    }

  }

  @media (max-width:768px){
    h2{
      font-size:40px;
    }

    h3{
      font-size:30px;
    }

    h4{
      font-size:20px;
    }

    /*felicidades*/
    .logo-rojo img{
      width:120px;
    }

    .img-felicidades{
      padding-top:40px;
    }

    #cont-formulario{
      padding:80px 0;
    }

    /*opiniones*/
    #opiniones{
      padding-bottom:80px;
    }

    /*seguimiento*/
    #seguimiento{
      padding-bottom:80px;
    }

    .seguimiento{
      padding-bottom:0px;
      padding-top:0px;
      margin-top:70px;
    }

    .seguimiento img{
      top:auto;
      bottom:-80px;
      left:10px;
      right:auto;
    }

    .linea-tiempo{
      height:500px;
      width:30px;
      margin-left:15%;
    }

    .c1, .c2, .c3{
      left:0;
    }

    .c1{
      top:calc(33.33% - 30px)
    }

    .c2{
      top:calc(66.66% - 30px)
    }

    .c3{
      top:auto;
      bottom:0;
    }

    .confirmado{
      width:30px;
      height:33.33%;
      animation-fill-mode: forwards;
      animation:confirmadomobile 3s ease-in-out alternate;
    }

    @keyframes confirmadomobile {
    0%   {height:0}
    50% {height:0}
    100% {height:33.33%}
    }

    .enviado{
      width:30px;
      height:66.66%;
      animation-fill-mode: forwards;
      animation:enviadomobile 4s ease-in-out alternate;
    }

    @keyframes enviadomobile {
    0%   {height:0}
    50% {height:0}
    100% {height:66.66%}
    }

    .entregado{
      width:30px;
      height:100%;
      animation-fill-mode: forwards;
      animation:entregadomobile 4s ease-in-out alternate;
    }

    @keyframes entregadomobile {
    0%   {height:0}
    50% {height:0}
    100% {height:100%}
    }

    .titulos-seguimiento h4{
      margin-top:0;
    }

    .titulos-seguimiento h4.h4big{
      margin:50px 0 30px;
    }

    .ts0{
      left: calc(20% + 50px);
      top:0px;
      margin:0;
      bottom:auto;
    }

    .ts1{
      left: calc(20% + 50px);
      top:calc(33.33% - 30px);
      margin:0;
      bottom:auto;
    }

    .ts2{
      left: calc(20% + 50px);
      top:calc(66.66% - 30px);
      margin:0;
      bottom:auto;
    }

    .ts3{
      left: calc(20% + 50px);
      bottom:0;
      margin:0;
      right:auto;
    }

    .tsactivo:before{
      transform:rotate(-90deg);
      top:50%;
      margin-top:-5px;
      left: -20px;
      margin-left:0;
    }

    .personalizado p{
      margin-top:130px;
    }

    /*ingresar codigo*/
    .footer-intro-rojo a{
      margin:10px 0 0 0;
    }

    .logo-intro-rojo{
      margin-bottom:50px;
      width:110px;
    }


    /*footer*/
    footer a{
      margin-top:10px;
    }

    footer img{
      width:110px;
    }

    /*gracias*/
    .gracias h1{
      font-size:28px;
    }

  }

  @media (max-width:575px){
    h1{
      font-size:42px;
    }
    h2{
      font-size:30px;
    }

    /*gracias*/
    .cerveza{
      width:200px;
      margin-left:-100px;
    }

    #intro-rojo.gracias{
      padding-bottom:330px;
    }

  }

  @media (min-width:1200px){

  .container{
    max-width:1250px;
  }

  }
