/* FOOTER */

.footer-decoration-section {
  position: relative;
  background-color: #d9f1fc;
  height: 250px;
  display: flex;
  margin-top: -2px;
}

.footer-img-colina {
  width: 100%;
  margin-bottom: -5px;
  align-self: flex-end;
  display: block;
}

.footer-img-casa {
  position: absolute;
  width: 90%;
  bottom: -45%;
}

.footer-img-gangorra {
  position: absolute;
  right: 10px;
}

.footer-information-section {
  background-color: #a2ce49;
  display: grid;
  grid-template-rows: 1fr 0.5fr;
  grid-template-columns: 0.8fr 1fr;
  grid-auto-flow: column;
  justify-content: center;
  padding: 70px 10% 0px 10%;
}

.footer-titulo {
  font-size: 64px;
  font-weight: 700;
  color: #213100;
}

.footer-contatos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 70%;
}

.footer-paragrafo {
  text-decoration: none;
  color: #1a4f0b;
}

.footer-links {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 50%;
  margin-top: 20px;
}

.footer-map-container {
  border-radius: 20px;
  overflow: hidden;
  max-width: 90%;
  height: auto;
  grid-row: span 2;
  box-shadow: 0px 2px 14px #00000026;
}

/* RESPONSIVIDADE */

@media (max-width: 991px) {
  /* FOOTER */

  .footer-img-gangorra {
    height: 150px;
    bottom: 10%;
  }

  .footer-img-casa {
    width: 100%;
    bottom: -67px;
  }

  .footer-information-section {
    display: flex;
    justify-content: center;
    gap: 10%;
    padding: 70px 0;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 30px;
  }

  .footer-contatos {
    gap: 20px;
    align-items: center;
    width: 80%;
  }

  .footer-paragrafo {
    text-align: center;
    width: 80%;
  }

  .footer-links {
    order: 2;
    width: 50%;
    justify-content: space-between;
    gap: 0;
  }

  .footer-map-container {
    max-width: 70%;
    height: 300px;
    order: 1;
  }
}

@media (max-width: 826px) {
  /* FOOTER */
  .footer-img-casa {
    width: 100%;
    bottom: -60px;
  }
}

@media (max-width: 700px) {
  /* FOOTER */
  .footer-decoration-section {
    height: 200px;
  }

  .footer-img-gangorra {
    display: none;
  }

  .footer-img-casa {
    width: 100%;
    bottom: -24%;
  }

  .footer-titulo {
    font-size: 50px;
  }
}

@media (max-width: 485px) {
  /* FOOTER */
  .footer-decoration-section {
    height: 150px;
  }

  .footer-img-casa {
    width: 100%;
  }

  .footer-link {
    height: 40px;
  }

  .footer-map-container {
    height: 200px;
  }

  .footer-titulo {
    font-size: 40px;
  }
}

@media (max-width: 390px) {
  .footer-titulo {
    font-size: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1053px) {
  /* FOOTER */

  .footer-decoration-section {
    height: 100px;
  }

  .footer-img-gangorra {
    bottom: 25%;
  }

  .footer-information-section {
    padding: 70px 10% 50px 10%;
  }

  .footer-map-container {
    height: 90%;
  }
}

@media (min-width: 1054px) {
  /* FOOTER */
  .footer-img-casa {
    bottom: -20%;
  }

  .footer-information-section {
    padding: 70px 10% 50px 10%;
  }

  .footer-map-container {
    height: 90%;
  }
}

@media (min-width: 1091px) {
  /* FOOTER */
  .footer-img-casa {
    bottom: -30%;
  }
}

@media (min-width: 1308px) {
  /* FOOTER */
  .footer-img-casa {
    bottom: -30%;
  }

  .footer-map-container {
    height: 80%;
    justify-self: center;
  }
}

@media (min-width: 1920px) {
  /* FOOTER */

  .footer-decoration-section {
    height: 400px;
  }

  .footer-img-casa {
    bottom: -19%;
  }

  .footer-img-gangorra {
    height: 290px;
    bottom: 23%;
    right: 70px;
  }

  .footer-information-section {
    grid-template-rows: 1fr 0.5fr;
    grid-template-columns: 0.2fr 1fr 1fr 0.2fr;
    gap: 50px;
    padding: 70px 10%;
  }

  .footer-contatos {
    width: 100%;
    grid-column: 2;
  }

  .footer-links {
    grid-column: 2;
  }

  .footer-map-container {
    grid-column: 3;
  }
}

@media (min-width: 2100px) {
  /* FOOTER */

  .footer-img-casa {
    bottom: -25%;
  }
}

@media (min-width: 2560px) {
  /* FOOTER */

  .footer-decoration-section {
    height: 540px;
  }

  .footer-img-casa {
    bottom: -20%;
    left: 82px;
  }

  .footer-img-gangorra {
    height: 400px;
    bottom: 24%;
    right: 21px;
  }
}

@media (min-width: 3580px) {
  /* FOOTER */

  .footer-img-casa {
    bottom: -30%;
    left: 82px;
  }
}