.div-downloads {
  font-family: Roboto;
  background-color: #8FA1B9;
  height: 43px;
}

.div-downloads p {
  padding-top: 12px;
  margin: 0;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
}

.div-downloads .div-rodape-downloads {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.div-downloads .div-dowloads-links {
  display: flex;
  justify-content: space-between;
  width: 345px;
  align-items: center;
  height: fit-content;
}

@media (max-width: 767px) {
  .div-downloads .div-atualizacao {
    display: none;
  }

  .div-downloads .div-rodape-downloads {
    justify-content: space-around;
  }
}

@media (max-width: 465px) {
  .div-downloads .div-dowloads-links {
    display: none;
  }
}