/* FOOTER */
/* !!!!!!!!!!!! */
/* !!!!!!!!!!!! */
@media (max-width: 700px) {
  footer {
    align-items: center;
    background-color: #2c1951;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15vw 17vw;
  }

  #logo-footer h2 {
    height: 10.66vw;
    width: 28.26vw;
  }

  #descricao {
    align-items: center;
    width: 100%;
  }

  #descricao p {
    font-size: 3.2vw;
    text-align: center;
  }

  #redes-sociais-footer div {
    height: 6.4vw;
    width: 6.4vw;
  }
  #insta {
    margin-right: 14px;
  }
  #face {
    margin-right: 14px;
  }
  #menu-footer {
    margin-top: 12.79vw;
    width: 100%;
  }

  #menu-footer ul {
    padding-inline-start: unset;
  }

  #menu-footer a {
    width: 50%;
  }

  #menu-footer li {
    font-size: 3.2vw;
    height: 9.6vw;
    text-align: center;
  }

  #termos-contatos {
    margin-bottom: 10vw;
    margin-top: 10vw;
    text-align: center;
    width: 100%;
  }

  #termos-contatos div {
    font-size: 3.2vw;
    margin-block-start: 0.5em;
    width: 100%;
  }

  .link-amarracao {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    width: auto;
  }

  #termos-contatos .link-amarracao div {
    height: 6.13vw;
    margin-right: 0px;
    width: 6.13vw;
  }

  #termos-contatos #telefone-imagem {
    /*margin-top: 15vw;*/
  }

  .link-amarracao p {
    font-size: 3.2vw;
    margin-block-start: 2.13vw;
  }
}
