.navigation {
    min-height: 100vh;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.6) 90%), url('/images/catrina-jarritos-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
  }
  
  .contact-box {
      color: black;
      width: 100%;
      margin-bottom: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
  }

  .contact-img img {
    object-fit: cover;
  }
  
  h3 {
    color: rgb(255, 91, 27);
  }
  
  @media screen and (max-width: 992px) {
      .contacto {
        margin-top: 20px;
        margin-bottom: 20px;
      }
    }

    @media screen and (min-width: 720px) {
      .contact-box {
        width: 700px;
      }
      .navigation {
        background-position: center;
      }
    }