* {
    box-sizing: border-box;
  }
  
  body {
    background: #fff;
    min-height: 100vh;
    padding: 0;
    margin: 0;
  }
  
  .nav {
    position: fixed;
    padding: 2em;
    width: 100%;
    text-align: center;
    z-index: 1000000;
    color: #fff;
    mix-blend-mode: difference;
    font-family: Helvetica, sans-serif;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
  }
  
  .gallery {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .cards {
    position: absolute;
    width: 75vw;
    height: 50rem;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .cards li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 75vw;
    height: 50rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  li:nth-child(1) {
    background: url(./images/foto-1.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(2) {
    background: url(./images/foto-2.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(3) {
    background: url(./images/foto-3.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(4) {
    background: url(./images/foto-4.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(5) {
    background: url(./images/foto-5.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(6) {
    background: url(./images/foto-6.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(7) {
    background: url(./images/foto-7.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(8) {
    background: url(./images/foto-8.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(9) {
    background: url(./images/foto-9.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(10) {
    background: url(./images/foto-10.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(11) {
    background: url(./images/foto-11.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(12) {
    background: url(./images/foto-12.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(13) {
    background: url(./images/foto-13.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(14) {
    background: url(./images/foto-14.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(15) {
    background: url(./images/foto-15.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(16) {
    background: url(./images/foto-16.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(17) {
    background: url(./images/foto-17.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(18) {
    background: url(./images/foto-18.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(19) {
    background: url(./images/foto-19.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  
  li:nth-child(20) {
    background: url(./images/foto-20.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(21) {
    background: url(./images/foto-21.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(22) {
    background: url(./images/foto-22.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(23) {
    background: url(./images/foto-23.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(24) {
    background: url(./images/foto-24.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(25) {
    background: url(./images/img-1.png) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(26) {
    background: url(./images/img-2.png) no-repeat 50% 50%;
    background-size: cover;
  }

  li:nth-child(27) {
    background: url(./images/img-3.png) no-repeat 50% 50%;
    background-size: cover;
  }
