html,
body {
  margin: 0;
  min-height: 100%;
  background: #f6ede3;
}

.contacto {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 7.5rem 7vw 3rem;
  background-color: #f6ede3;
  background-image:
    linear-gradient(rgba(246, 237, 227, 0.18), rgba(246, 237, 227, 0.18)),
    url("../assets/derived/fondo-interior-iching.png.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contacto__logo {
  position: absolute;
  top: 2.4rem;
  left: 4.5vw;
  z-index: 31;
  display: block;
  width: 160px;
  height: auto;
  color: inherit;
  text-decoration: none;
}

.contacto__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.contacto__wrap {
  max-width: 36rem;
  margin: 0 auto;
}

.contacto__title {
  margin: 0 0 1.5rem;
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #161310;
}

.contacto__lead {
  margin: 0 0 1.35rem;
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.72;
  color: #241f1b;
}

.contacto__mail {
  display: block;
  margin: 0 0 1.7rem;
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #161310;
  text-decoration: none;
}

.contacto__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.7rem;
  border: 1px solid #e4d8c8;
  border-radius: 0.38rem;
  background: rgba(255, 252, 247, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 8px 18px rgba(42, 36, 28, 0.1);
  font-family: Montserrat, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #b60816;
}

.contacto__btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .contacto {
    padding: 6.25rem 1.25rem 2.5rem;
  }

  .contacto__logo {
    top: 1.35rem;
    left: 1.2rem;
    width: 108px;
  }

  .contacto__title {
    font-size: 1.55rem;
  }

  .contacto__btn {
    width: min(280px, 100%);
    min-height: 3.15rem;
  }
}
