html, body {
  font-family: "Oxygen", sans-serif;
  overflow-x: hidden;
}

.footer {
  bottom: 0;
  overflow: hidden;
  margin-top: 250px;
}
.footer .info {
  margin-left: 150px;
  margin-top: -400px;
}
.footer .images img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
  margin-top: -340px;
}
.footer .title-foot {
  color: white;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1300px) {
  .footer {
    background-color: #7858A1;
  }
  .footer .info {
    margin-left: 50px;
    margin-top: -400px;
  }
  .footer .images img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */