.titulo {
  position: absolute;
  z-index: 2;
  top: 3%;
  right: 30%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo img {
  width: 100%;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  margin-top: 2%;
  z-index: 999 !important;
  position: sticky;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: 5%;
  }
}

.footer img {
  width: 10% !important;
  margin-top: 2vw !important;
  margin-bottom: 2vw !important;
}
@media screen and (max-width: 959px) {
  .footer img {
    width: 20%;
  }
}

/*# sourceMappingURL=main.css.map */
