* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

.Father-flooter {
  display: grid;
  grid-template-rows: 1fr 1fr;
  background-image: url("../img/fondo-12.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  direction: rtl;
}
.father-footer-son {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
}

.flooter-Gallery {
  display: flex;
  gap: 1.2rem;
  margin-left: 0.5rem;
  flex-direction: row-reverse;
}
.grid-flooter {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.grid-flooter img {
  width: 100%;
}
.grid-flooter p {
  font-size: 8px;
}
.invercol {
  margin-bottom: 0.5rem;
}
.moreInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Info {
  font-size: 10px;
  color: #fff;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  border-radius: 50px 50px 50px 50px;
  background: #283f1d;
  text-decoration: none;
}

.direction {
  display: flex;
  justify-content: space-evenly;
  padding: 0.2rem;
  align-items: start;
}
.direction p,
.direction img {
  font-size: 8.5px;
  color: #fff;
}
.saleDetails {
  color: #ece3ac;
}
.location {
  width: 9%;
}

@media (min-width: 768px) {
  .grid-flooter img {
    width: 60%;
  }
  .Info {
    font-size: 15px;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .direction p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .location {
    width: 6%;
    margin-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .Father-flooter {
    display: grid;
    grid-template-columns: 2fr 1fr;
    direction: ltr;
  }
  .grid-flooter img {
    width: 80%;
  }
  .Info {
    font-size: 15px;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-weight: 100;
  }
  .direction {
    align-items: center;
    gap: 1rem;
    flex-direction: row-reverse;
  }
  .direction p {
    width: 80%;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
  }
  .Father-flooter,
  .Father-flooter div {
    grid-template-rows: 1fr;
  }
  .father-footer-son {
    direction: rtl;
  }
  .flooter-Gallery {
    flex-direction: row-reverse;
  }
  .titleDirection span {
    display: block; /* cada <span> ocupa toda la línea */
    font-weight: 100;
  }
  .location {
    width: 10%;
  }
}
