:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero {
  background-image: url('../images/casa-stimson-leon_1.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 90vh;
  padding-top: 20px;
  padding-left: 50px;
}

.footer {
  background-color: #6f6f6e;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 90%;
  padding: 0;
}

.contenedor-elementos-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.textos-footer {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer {
    flex-flow: column;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .quick-stack {
    width: 100%;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 60%;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }
}

#w-node-c5802a77-d1ad-c640-8749-27b4e30d7ebf-b820d90e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c5802a77-d1ad-c640-8749-27b4e30d7ebf-b820d90e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5802a77-d1ad-c640-8749-27b4e30d7ebf-b820d90e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


