@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);
}
@font-face {
  font-family: nunito-black;
  src: url(../fonts/Nunito/static/Nunito-Black.ttf);
}

* {
  box-sizing: border-box;
  font-family: nunito;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

h2 {
  color: #2c1951;
  font-family: nunito-bold;
  font-size: 4.44vw;
  line-height: 4.4vw;
  margin-block-end: 0.5em;
  margin-block-start: unset;
}

h3 {
  color: #2c1951;
  font-family: nunito-bold;
  font-size: 2.3vw;
  margin-block-start: unset;
}

p {
  font-size: 1.66vw;
  margin-block-start: unset;
}

/* SOBRE NÓS */
/* !!!!!!!!!!!! */
/* !!!!!!!!!!!! */
.bold {
  color: #2c1951;
  font-weight: 800;
}

#sobre-nos {
  display: flex;
  flex-direction: column;
  padding-top: 5vh;
  margin-bottom: 8vh;
  margin-left: 10vw;
  width: 53vw;
}

#sobre-nos h2 {
  margin-top: 1em;
}

#siga {
  margin-top: 1em;
}

#colaboradores-redes-sociais {
  display: flex;
  height: 40px;
}

#colaboradores-redes-sociais div {
  background-size: cover;
  height: 2.63vw;
  filter: brightness(
    0%
  ); /*se você colocar uma imagem nas redes sociais e ela mudar de cor é por causa dessa linha, é só retirar essa linha que ela vai ficar com a cor que realmente estiver na imagem.*/
  margin-right: 1vw;
  width: 2.63vw;
}

#insta-colaboradores {
  background: url(../images/instagram.svg) no-repeat center;
}

#face-colaboradores {
  background: url(../images/facebook.svg) no-repeat center;
}

#linkedin-colaboradores {
  background: url(../images/linkedin.svg) no-repeat center;
}

/* QUADRO DE COLABORADORES */
#colaboradores {
  background-color: #f2edff;
  border-radius: 6px;
  margin-top: 4vw;
  padding: 30px;
}

#amarracao-quadro-de-colaboradores {
  display: flex;
  flex-wrap: wrap;
}

.amarracao-colaborador {
  display: flex;
  margin-bottom: 20px;
  width: 50%;
}

.colaborador-imagem {
  border-radius: 50%;
  height: 4.65vw;
  margin-right: 0.55vw;
  width: 4.65vw;
}

.colaborador-descricao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 60px);
}

.colaborador-descricao p {
  font-size: 1.38vw;
  margin-block-end: unset;
}

.colaborador-descricao p:nth-child(2) {
  letter-spacing: 0.07em;
}

/* IMAGENS DOS COLABORADORES 
#colaborador-1 {
  background: url() no-repeat center;
}
#colaborador-2 {
  background: url(../images/colaborador-6.png) no-repeat center;
}
#colaborador-3 {
  background: url(../images/simula-imagem-de-pessoa.svg) no-repeat center;
}
#colaborador-4 {
  background: url(../images/simula-imagem-de-pessoa.svg) no-repeat center;
}
#colaborador-5 {
  background: url(../images/simula-imagem-de-pessoa.svg) no-repeat center;
}
#colaborador-6 {
  background: url(../images/simula-imagem-de-pessoa.svg) no-repeat center;
}
#colaborador-7 {
  background: url(../images/simula-imagem-de-pessoa.svg) no-repeat center;
}
*/
