@font-face {
  font-family: nunito;
  src: url(../fonts/Nunito/static/Nunito-Regular.ttf);
}

@font-face {
  font-family: nunito-bold;
  src: url(../fonts/Nunito/static/Nunito-Bold.ttf);
}

* {
  box-sizing: border-box;
  font-family: nunito;
}

/* FOOTER */
/* !!!!!!!!!!!! */
/* !!!!!!!!!!!! */
footer {
  background-color: #2c1951;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 8.33vw 15vw;
  width: 100%;
}

/* DESCRIÇÃO */
#descricao {
  display: flex;
  flex-direction: column;
  width: 25.2vw;
}

#logo-footer h2 {
  background: url(../images/imagem-branca.svg) no-repeat center; /*só troca o nome da imagem já tá centralizado*/
  background-size: cover; /*se o cover não cair bem use o contain*/
  height: 3.54vw;
  margin-block-end: unset;
  margin-block-start: unset;
  width: 9.5vw;
}
.bold {
  font-weight: 800;
}
#descricao p {
  font-size: 1.2vw;
  margin-block-start: 1em;
  width: 100%;
}

#redes-sociais-footer {
  display: flex;
  height: 40px;
}

#redes-sociais-footer div {
  background-size: cover;
  height: 2.08vw;
  width: 2.08vw;
}
#insta {
  margin-right: 14px;
}
#face {
  margin-right: 14px;
}
#menu-footer {
  /*margin-top: 12.79vw;*/
  width: 100%;
}

#insta {
  background: url(../images/instagram.svg) no-repeat center;
}

#face {
  background: url(../images/facebook.svg) no-repeat center;
}

#linkedin {
  background: url(../images/linkedin.svg) no-repeat center;
}

/*MENU DO FOOTER*/
#menu-footer {
  width: 30%;
}

#menu-footer ul {
  margin-top: 0px;
  list-style: none;
  padding-inline-start: 6.94vw;
}

#menu-footer a {
  color: white;
  font-size: 1.2vw;
  text-decoration: none;
}

#menu-footer a:hover {
  color: #bbb;
  text-decoration: underline;
}

#menu-footer li {
  height: 5.8vh;
  letter-spacing: 0.3em;
}

/* TERMOS E CONTATOS */
#termos-contatos {
  width: 30%;
}

#termos-contatos p {
  width: 80%;
}

#termos-footer {
  color: white;
  font-size: 1.2vw;
  letter-spacing: 0.3em;
  text-decoration: underline;
  text-underline-offset: 8px;
}

#termos-footer:hover {
  color: #bbb;
}

#termos-footer div {
  margin-bottom: 25px;
}

.links-footer {
  color: white;
  text-decoration: none;
}

.links-footer:hover {
  color: #bbb;
  text-decoration: underline;
}

.link-amarracao {
  align-items: center;
  display: flex;
  min-height: 5.5vh;
}

.link-amarracao div {
  height: 36px;
  margin-right: 8px;
  width: 32px;
}

.link-amarracao p {
  font-size: 1.2vw;
  margin-block-end: unset;
}

#localizacao-imagem {
  background: url(../images/localizacao.png) no-repeat center;
  background-size: cover;
  height: 2vw;
  width: 2vw;
}

#telefone-imagem {
  background: url(../images/telefone.svg) no-repeat center;
  background-size: cover;
  height: 2vw;
  width: 2vw;
}

#email-imagem {
  background: url(../images/email.png) no-repeat center;
  background-size: cover;
  height: 2vw;
  width: 2vw;
}
