#titulo{
    margin-top: 100px;
    margin-bottom: 100px;
}

.bounce {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font: normal bold 6rem "Product Sans", sans-serif;
    white-space: nowrap;
  }
  
  .letter {
    -webkit-animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
            animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    margin-top: 0.5em;
    text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
    font: normal bold 6rem "Product Sans", sans-serif;
  }
  @media(min-width:320px){
    .letter{
       font-size: 10vw;
    }
}
  
  .letter:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    color:#fd651d;
  }
  
  .letter:nth-child(2) {
    -webkit-animation-delay: 0.084s;
            animation-delay: 0.084s;
    color: #fd651d;
  }
  .letter:nth-child(3) {
    -webkit-animation-delay: 0.168s;
            animation-delay: 0.168s;
    color: #fd651d;
  }
  .letter:nth-child(4) {
    -webkit-animation-delay: 0.252s;
            animation-delay: 0.252s;
    color: #fd651d;
  }
  .letter:nth-child(5) {
    -webkit-animation-delay: 0.336s;
            animation-delay: 0.336s;
    color: #fd651d;
  }
  .letter:nth-child(6) {
    -webkit-animation-delay: 0.420s;
            animation-delay: 0.420s;
    color: #fd651d;
  }
  .letter:nth-child(7) {
    -webkit-animation-delay: 0.504s;
            animation-delay: 0.504s;
    color: #fd651d;
  }
  .letter:nth-child(8) {
    -webkit-animation-delay: 0.588s;
            animation-delay: 0.588s;
    color: #fd651d;
  }
  .letter:nth-child(9) {
    -webkit-animation-delay: 0.672s;
            animation-delay: 0.672s;
    color: #fd651d;
  }
  .letter:nth-child(10) {
    -webkit-animation-delay: 0.756s;
            animation-delay: 0.756s;
    color: #fd651d;
  }
  .letter:nth-child(11) {
    -webkit-animation-delay: 0.840s;
            animation-delay: 0.840s;
    color:#fd651d;
  }
  


  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
    }
    100% {
      -webkit-transform: translate3d(0, -1em, 0);
              transform: translate3d(0, -1em, 0);
      text-shadow: rgba(0, 0, 0, 0.4) 0 1em 0.35em;
    }
  }
  
  @keyframes bounce {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      text-shadow: rgba(0, 0, 0, 0.4) 0 0 0.05em;
    }
    100% {
      -webkit-transform: translate3d(0, -1em, 0);
              transform: translate3d(0, -1em, 0);
      text-shadow: rgba(0, 0, 0, 0.4) 0 1em 0.35em;
    }
  }

  .imagen{
      padding-bottom: 150px;
      width: 70%;
      height: 70%;
      margin: auto;
      overflow: hidden;
  }  

  .imagen ul{
      display: flex;
      padding: 0;
      width: 600%;

      animation: cambio 20s infinite;
      animation-direction: alternate;
      animation-timing-function: ease-in;
  }

  .imagen li{
      width: 100%;
      list-style: none;
  }

  .imagen img{
      width: 100%;
  }

  @keyframes cambio{
      0% {margin-left: 0;}
      20% {margin-left: 0;}

      25% {margin-left: -100%;}
      45% {margin-left: -100%;}

      50% {margin-left: -200%;}
      70% {margin-left: -200%;}

      75% {margin-left: -300%;}
      100% {margin-left: -300%;}
  }

  .boton{
   
    border-radius: 5px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    height: 35px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.diseño{
    color: white;
    background-color: #fd651d;
}

.diseño:hover{
    background-color: #F2811D;
}


#fondo{
  background-size: cover;
}
