@media (max-width: 850px) {
  #seja-consultora {
    align-items: center;
    padding: 0;
    width: 100%;
  }

  #amarracao-seja-consultora {
    margin-top: 48px;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  #introducao-seja-consultora {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    width: calc(100vw - 12vw);
  }

  #seja-consultora h2 {
    font-size: 4vw;
    line-height: 27px;
    margin-top: 1em;
    text-align: center;
  }

  #seja-consultora-textos p {
    font-size: 2.5vw;
    text-align: center;
  }

  #imagem-seja-consultora {
    height: 375px;
    width: 375px;
  }

  #seja-consultora-textos {
    width: 90%;
  }

  #formulario-seja-consultora {
    width: 100%;
  }

  #formulario-seja-consultora form {
    border-radius: unset;
    width: 100%;
  }

  #formulario-seja-consultora h3 {
    font-size: 4vw;
    width: 90%;
  }

  #formulario-seja-consultora label {
    width: 80%;
  }

  #formulario-seja-consultora label p {
    font-size: 3vw;
  }

  #formulario-seja-consultora input {
    font-size: 3vw;
    border-radius: 4px;
  }

  #formulario-seja-consultora #botao {
    background-color: #2c1951;
    border: unset;
    border-radius: 1vw;
    color: #f2edff;
    font-size: 3vw;
    height: 10vw;
    margin: 2em 0;
    width: 45vw;
  }

  #formulario-seja-consultora #botao:hover {
    background-color: #2c1951;
    color: white;
    cursor: pointer;
  }

  #depoimentos-consultoras {
    background-color: white;
    padding-left: 9.37vw;
    padding-right: 9.37vw;
  }

  #depoimentos-consultoras h2 {
    line-height: 29px;
    width: 100%;
  }

  #depoimentos-consultoras p {
    font-size: 2.5vw;
    width: 100%;
  }

  #depoimentos-consultoras .depoimento-frase p {
    color: black;
    font-size: 2.5vw;
    width: 100%;
  }

  #amaracao-depoimentos {
    width: 100%;
  }

  .depoimento {
    flex-direction: column;
    width: 100%;
  }

  .depoimento-imagem {
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
    height: 22.4vw;
    margin-top: 1em;
    width: 22.4vw;
  }

  .depoimento-frase {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  #botao-volta-cadastro {
    background-color: #8606d4;
    border: none;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 10px rgba(44, 25, 81, 0.4));
    color: #f2edff;
    font-size: 18px;
    letter-spacing: 0.2em;
    height: 10vw;
    margin: 2em 0;
    width: 26vw;
    width: 45vw;
  }

  #botao-volta-cadastro:hover {
    background-color: #2c1951;
    color: white;
    cursor: pointer;
  }
}

@media (max-width: 700px) {
  #introducao-seja-consultora {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    width: calc(100vw - 5.9vh);
  }

  #seja-consultora-textos {
    width: 100%;
  }

  #seja-consultora h2 {
    font-size: 6.4vw;
    margin-top: 1em;
    width: 100%;
  }

  #seja-consultora-textos p {
    font-size: 4.26vw;
    width: 100%;
  }

  #imagem-seja-consultora {
    border-radius: 2vw;
    height: calc(90vw - 5.9vh);
    margin-top: 0;
    width: calc(100vw - 5.9vh);
  }

  #formulario-seja-consultora form {
    padding: 12.8vw 6.4vw;
  }

  #formulario-seja-consultora h3 {
    font-size: 6.4vw;
    width: 100%;
  }

  #formulario-seja-consultora label {
    width: 100%;
  }

  #formulario-seja-consultora label p {
    font-size: 4.26vw;
  }

  #formulario-seja-consultora input {
    font-size: 4.26vw;
  }

  #formulario-seja-consultora #botao {
    border-radius: 2vw;
    font-size: 4.26vw;
    height: 16vw;
    width: 70.4vw;
  }

  #depoimentos-consultoras {
    background-color: white;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-top: 10vw;
  }

  #depoimentos-consultoras h2 {
    font-size: 6.4vw;
  }

  #depoimentos-consultoras p {
    font-size: 4.26vw;
    margin-bottom: 1em;
  }

  #depoimentos-consultoras .depoimento-frase p {
    color: black;
    font-size: 4.26vw;
  }

  .depoimento {
    flex-direction: column;
    width: 100%;
  }

  .depoimento-imagem {
    /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
    height: 22.4vw;
    margin-top: 1em;
    width: 22.4vw;
  }

  .depoimento-frase {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  #botao-volta-cadastro {
    background-color: #8606d4;
    border: none;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 10px rgba(44, 25, 81, 0.4));
    color: #f2edff;
    font-size: 4.26vw;
    letter-spacing: 0.2em;
    height: 16vw;
    margin: 2em 0;
    width: 75vw;
  }

  #botao-volta-cadastro:hover {
    background-color: #2c1951;
    color: white;
    cursor: pointer;
  }
}
