footer {
  height: 250px;
  width: 100%;
  display: flex;
  margin-top: 5%;
  background-color: var(--cor-2);
  align-items: center;
  color: var(--cor-1);
  font-size: 1rem;
}

footer section {
  width: 50%;
  justify-content: center;
  padding: 1%;
}

footer .footer-logo {
  display: flex;
  justify-content: center;
}

footer section img {
  width: 80%;
}

footer div {
  width: 1px;
  height: 90%;
  background-color: var(--cor-1);
}

footer .footer-contato p a {
  text-decoration: none;
  font-style: none;
  color: var(--cor-1);
}

.footer-redes-sociais {
  display: flex;
  justify-content: left;
  gap: 8px;
}
footer .footer-contato .telefone img,
footer .footer-contato .email img {
  width: 1.2rem;
  height: auto;
}

footer .footer-contato .telefone a,
footer .footer-contato .email a {
  display: flex;
  align-items: center;
}

.footer-redes-sociais a img {
  width: 20px;
  height: 20px;
}

.desenvolvido {
  text-align: center;
  padding: 100px 0 10px 0;
  background-color:  var(--cor-2) !important;
}
.desenvolvido a {
  font-size: 0.8rem !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  footer {
    flex-direction: column;
    height: auto;
    padding-bottom: 25px;
  }

  footer section {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 4%;
    gap: 2px;
  }

  footer .footer-contato {
    display: flex;
    flex-direction: column;
    /* gap: 2px; */
  }
  footer .footer-contato .telefone a,
  footer .footer-contato .email a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0;
    gap: 2px;
  }

  footer .footer-contato .telefone img,
  footer .footer-contato .email img {
    width: 1.2rem;
    height: auto;
  }
  .footer-redes-sociais {
    gap: 6vw;
    justify-content: center;
  }

  .footer-redes-sociais a img {
    width: 40px;
    height: 40px;
  }
}
