@font-face {
  font-family: nunito;
  src: url(../fonts/Nunito/static/Nunito-Regular.ttf);
}
@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;
}

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

h2 {
  font-family: nunito-bold;
  color: #2c1951;
  font-size: 2.77vw;
  line-height: 50px;
  margin-block-end: 0.5em;
  margin-block-start: unset;
}

p {
  font-size: 1.5vw;
  margin-block-start: unset;
}

/* LANDING PAGE */
/* !!!!!!!!!!!! */
/* !!!!!!!!!!!! */
#landing-page {
  align-items: flex-start;
  font-family: nunito;
  display: flex;
  min-height: 70vh;
  padding-top: 10vh;
  margin-bottom: 8vh;
  width: calc(100vw - 18.74vw);
}

/*PARTE DA IMAGEM DA LANDING-PAGE*/
#landing-esquerda {
  display: flex;
  height: 58vh;
  width: 55vw;
}

#landing-esquerda div {
  background: url(../images/gif_siteteste.gif) no-repeat center; /*só troca o nome da imagem já tá centralizado*/
  background-size: cover;
  border-radius: 10px;
  display: flex;
  height: 100%;
  width: 90%;
}

/*PARTE ESQUERDA DA LANDING-PAGE*/
#landing-direita {
  display: flex;
  flex-direction: column;
  height: 57vh;
  justify-content: space-between;
  width: 45vw;
}

#landing-direita h2 {
  margin-block-end: unset;
}

#landing-direita p {
  margin-block-end: unset;
  text-align: start;
  width: 100%;
}

#landing-direita button {
  background-color: #8606d4;
  border: unset;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 10px rgba(44, 25, 81, 0.4));
  font-size: 1.5vw;
  letter-spacing: 2px;
  color: #f2edff;
  height: 6.11vw;
  width: 26vw;
}

#landing-direita button:hover {
  background-color: #2c1951;
  color: white;
  cursor: pointer;
  /*Adicione mais formatações ao botão se quiser que ele mude de cor quando passar o mouse por cima...*/
}

.descricao-botao {
  font-size: 1.2vw;
  color: #a9a9a9;
  font-weight: 700;
  margin-top: 13px;
}

/* VIDEO PRINCIPAL */
/* !!!!!!!!!!!!!!! */
/* !!!!!!!!!!!!!!! */

#video-principal {
  align-items: center;
  background-color: #f2edff;
  display: flex;
  flex-direction: column;
  font-family: nunito;
  height: 72vh;
  justify-content: center;
  width: 100%;
}

#video-principal h2,
#video-principal p {
  text-align: center;
  width: 50%;
  margin-block-start: 8vh;
}

#video-principal p {
  margin-block-end: 3em;
}

#video-principal-incorporacao {
  background: url(../images/youtube-background.svg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  height: 27vw;
  width: 45vw;
  margin-block-start: 2vh;
  margin-block-end: 8vh;
}

/* DEPOIMENTOS */
/* !!!!!!!!!!! */
/* !!!!!!!!!!! */
#depoimentos {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: nunito;
  justify-content: center;
  width: 100%;
}

#depoimentos h2 {
  /* margin-block-end: 1em;*/
  margin-block-start: 3em;
}

.depoimento-introducao {
  text-align: center;
  width: 45%;
  margin-block-end: 2em;
}

#depoimentos-amarracao {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 100px;
}

.depoimento-individual {
  display: flex;
  margin-bottom: 50px;
  width: 50vw;
}

.depoimento-frase-responsivo {
  display: none;
}

.depoimento-individual p {
  width: 100%;
}

.depoimento-video {
  background: url(../images/youtube-background.svg) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  height: 15vw;
  width: 22vw;
}

.depoimento-frase-imagem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  width: 50%;
}

.depoimento-pessoa {
  align-items: center;
  display: flex;
  height: 45px;
  width: 100%;
}

.depoimento-imagem {
  background-size: cover;
  border-radius: 50%;
  height: 2.77vw;
  margin-right: 10px;
  width: 2.77vw;
}

/* TROCAR IMAGENS DOS DEPOIMENTOS AQUI */
#depoimento-1 {
  /*  background: url(../images/depoimento-1.png) center no-repeat;

}
#depoimento-2 {
  background: url(../images/simula-imagem-de-pessoa.svg) center no-repeat;
}
#depoimento-3 {
  background: url(../images/simula-imagem-de-pessoa.svg) center no-repeat;
*/
}

.depoimento-pessoa p {
  font-size: 1.2vw;
  margin-block-end: unset;
  width: 60%;
}
