@font-face {
  font-family: "Source Sans Pro";
  src: url("../../fonts/SourceSansPro-Light.ttf") format("opentype");
}
.socialMedia {
  display: flex;
  gap: 5vh;
  align-items: center;
}
.footerBar {
  background-color: #efefef;
  padding: 50px 127px 0px;
}

.icons {
  display: flex;
  justify-content: space-between;
}

.footerInfos {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #474949;
  display: flex;
  justify-content: justify;
}

.lastInfos {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #414141;
  display: flex;
}

.lastInfos.ibama {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-device-width: 480px) {
  .footerBar {
    background-color: #efefef;
    padding: 2rem 1.5rem;
  }
  .icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
  }

  .socialMedia {
    justify-content: space-between;
  }

  .icons > img {
    width: 60%;
  }

  .lastInfos.ibama {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
