/*FOOTER*/

.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4dvh;
}

.ul-footer{
  display: flex;
  justify-content: space-around;
  gap: 4vw;
}


.a-link-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
}


@media(max-width:700px){
  .ul-footer{
    flex-direction: column;
  }
}