@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;
}

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

p {
  font-size: 1.38vw;
  margin-block-start: unset;
}

/* CONTATOS */
/* !!!!!!!!!!!! */
/* !!!!!!!!!!!! */
#contatos {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  padding-top: 10vh;
  margin-bottom: 12vh;
  width: 80vw;
}
.link-contato {
  text-decoration: none;
}
#amarracao-contatos {
  display: flex;
  flex-direction: column;
  width: 30vw;
}

.amarracao-contato-individual {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
}

.amarracao-contato-individual p {
  margin-block-end: unset;
  margin-left: 0.55vw;
  width: 24vw;
}

.imagem-contato-local {
  background-size: cover;
  border-radius: 50%;
  height: 6vw;
  width: 6vw;
}

.imagem-contato {
  background-size: cover;
  border-radius: 50%;
  height: 2.77vw;
  width: 2.77vw;
}

#paragrafo-whats {
  margin-block-end: unset;
}

#botao-chama-no-whats {
  background-color: #8606d4;
  filter: drop-shadow(0px 4px 10px rgba(44, 25, 81, 0.4));
  border: none;
  border-radius: 4px;
  font-size: 1.16vw;
  height: 4.16vw;
  letter-spacing: 2px;
  margin-top: 1em;
  margin-bottom: 6em;
  width: 20vw;
}
.redireciona-whatsapp {
  color: #f2edff;
}
#botao-chama-no-whats:hover {
  background-color: #acacac;
  color: white;
  cursor: pointer;
  /*Adicione mais formatações ao botão se quiser que ele mude de cor quando passar o mouse por cima...*/
}

/*AQUI VÃO AS IMAGENS DOS CONTATOS...*/
#imagem-1 {
  background: url(../images/contato-telefone.svg) no-repeat center;
}

#imagem-2 {
  background: url(../images/contato-email.svg) no-repeat center;
}
/*
#imagem-3 {
  background: url(../images/contato-local.svg) no-repeat center;
}

#imagem-4 {
  background: url(../images/contato-local.svg) no-repeat center;
}
*/
