@media (max-width: 950px) {
  #landing-page {
    flex-direction: column;
    justify-content: center;
    padding-top: 5vh;
    margin-bottom: 5vh;
    width: calc(100vw - 18.74vw);
  }

  #landing-esquerda {
    margin-top: 48px;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    width: 100%;
  }

  #landing-esquerda div {
    height: 375px;
    width: 375px;
  }

  #landing-direita {
    align-items: center;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }

  #landing-direita h2 {
    font-size: 4vw;
    margin: 3vw;
    text-align: center;
  }

  #landing-direita p {
    font-size: 2.2vw;
    text-align: center;
  }

  #landing-direita div {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  #landing-direita button {
    border-radius: 1vw;
    margin-top: 24px;
    height: 8vw;
    width: 30vw;
  }

  #landing-direita .descricao-botao {
    font-size: 1.2vw;
  }

  /*VÍDEO PRINCIPAL*/
  #video-principal {
    height: auto;
    padding-bottom: 10vh;
    padding-top: 5vh;
  }

  #video-principal h2,
  #video-principal p {
    width: 70%;
  }

  #video-principal h2 {
    font-size: 4vw;
    margin-block-end: 2em;
    margin-block-start: 2em;
  }

  #video-principal p {
    margin-block-end: 2em;
  }

  #video-principal-incorporacao {
    height: 60vh;
    width: 600px;
  }

  /* DEPOIMENTOS */
  #depoimentos h2 {
    font-size: 4vw;
    margin-bottom: 8px;
    /* margin-block-end: 1em;*/
    margin-block-start: 2em;
  }

  .depoimento-individual {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 80vw;
  }

  .depoimento-individual p {
    font-size: 1.8vw;
  }

  .depoimento-imagem {
    height: 3vw;
    width: 3vw;
  }
}

@media (max-width: 700px) {
  #landing-page {
    padding-top: 0;
    width: calc(100vw - 5.9vh);
  }

  #landing-esquerda div {
    height: calc(90vw - 5.9vh);
    /*width: calc(90vw - 5.9vh);*/
  }

  #landing-direita h2 {
    font-size: 6.44vw;
    line-height: 29px;
    margin-top: 1em;
  }

  #landing-direita p {
    font-size: 4.26vw;
  }

  #landing-direita button {
    font-size: 4.26vw;
    height: 16vw;
    width: 80vw;
  }

  #landing-direita .descricao-botao {
    font-size: 3.2vw;
    font-weight: normal;
  }

  /* VIDEO PRINCIPAL */
  #video-principal {
    padding-bottom: 12.8vw;
  }

  #video-principal h2,
  #video-principal p {
    width: calc(90vw - 5.9vh);
  }

  #video-principal h2 {
    font-size: 6.44vw;
    line-height: 119.4%;
    margin-block-end: 1em;
    margin-block-start: 1em;
  }

  #video-principal-incorporacao {
    height: 57.6vw;
    width: calc(90vw - 5.9vh);
  }

  #depoimentos-amarracao {
    padding-bottom: 20vw;
    margin-bottom: 0;
  }

  #depoimentos h2 {
    font-size: 6.44vw;
    margin-bottom: 0px;
    /* margin-block-end: 1em;*/
    margin-block-start: 2.5em;
    text-align: center;
    width: calc(90vw - 5.9vh);
  }

  #depoimentos p {
    font-size: 4.26vw;
    width: calc(90vw - 5.9vh);
  }

  #depoimentos .depoimento-introducao {
    display: block;
    margin-block-start: 1em;
    text-align: center;
  }

  .depoimento-individual {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(90vw - 5.9vh);
  }

  .depoimento-frase-responsivo {
    display: block;
  }

  .depoimento-frase-desktop {
    display: none;
  }

  .depoimento-video {
    height: 57.6vw;
    width: calc(90vw - 5.9vh);
  }

  .depoimento-frase-imagem {
    align-items: center;
    flex-direction: row;
    /*justify-content: center;*/
    margin-left: 0;
    margin-top: 4vw;
    width: calc(90vw - 5.9vh);
  }

  .depoimento-pessoa {
    align-items: center;
    height: auto;
    justify-content: center;
    width: 67vw;
  }

  #depoimentos .depoimento-pessoa p {
    width: calc(100% - (10.66vw + 10px));
  }

  .depoimento-imagem {
    height: 10.66vw;
    width: 10.66vw;
  }
}
