.all {
  background-color: #000;
  background-image: url('../images/Imagen-de-WhatsApp-2024-12-02-a-las-11.17.29_e878d2c6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.div-block {
  z-index: 2;
  flex-flow: column;
  max-width: 1366px;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
  position: relative;
}

.tapador {
  z-index: 0;
  opacity: .4;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  max-width: 30vw;
}

.btn-2 {
  z-index: 9999;
  width: 64px;
  position: fixed;
  inset: auto .5% 1.5% auto;
}

.btn {
  color: #fff;
  background-color: #22943d;
  border-radius: .5em;
  padding: 20px 40px;
  font-size: 18px;
}

.body {
  font-family: Vollkorn, serif;
}

.div-block-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 50vw;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .btn-2 {
    width: 48px;
  }

  .btn-2.wsp {
    width: 64px;
  }

  .div-block-2 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .all {
    height: 100vh;
    min-height: auto;
  }

  .div-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image {
    max-width: 80vw;
  }

  .image._2 {
    transform: translate(0, -10px);
  }

  .btn-2.wsp {
    right: 1.5%;
  }

  .btn {
    text-align: center;
  }
}


