footer {
  width: 1502px;
  height: 87px;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
  /* padding-left: 34px; */
  padding: 0 34px;

  display: flex;
  flex-direction: row;
  align-items: center;

  background-color: #314c9f;

  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
