@media (max-width: 840px) {
  /* Style menu*/

.botaoMenu button {
  padding: 8px 26px;
}

/* Style hero*/
  .hero-text {

    padding: 0% 10vw;
  }

  /* Style Segunda dobra*/
  .sobre {

    padding: 50px 5%;
    height: auto;
    flex-direction: column;

  }

  .sobre-text {
    width: 100%;
  }

  .sobre-image {
    width: 40%;
    justify-content: center;
  }

  .sobre h2 {
    margin-bottom: 30px;
  }

  .sobre-text p {
    font-size: 1.6vw;
  }

  /* Style terceira dobra*/

  .cards {
    gap: 0px;
  }

  .card {
    width: calc(50% - 20px);
  }

  .card h3 {
    font-size: 2.2vw;
  }

  .card p {
    font-size: 1.8vw;
  }

  .card img {
    height: 7vh;
  }

  /* Style terceira dobra // Portifolio*/

  .projetos {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  /* Style quarta dobra // Passo A passo*/
  .containerDireita {
    gap: 40px;
  }

  .cardPassoApasso {
    width: 100%;
  }

  .cardPassoApasso p {
    font-size: 1.5vw;
  }

  .cardPassoApasso h3 {
    font-size: 2vw;
  }

  /* Poquer ter site*/

  .cardPorqueTersite p {
    font-size: 1.8vw;
  } 

  .porqueTerSite h2 {
    font-size: 3vw;
  }

  .cardPorqueTersite img {
    height: 6vh;
    margin-bottom: 8px;

  }

  /* Seção contato*/

  .containerEsquerdaContato {
    max-width: 65%;
  }

  .containerEsquerdaContato h2 {
    width: 100%;
    font-size: 3vw;

  }

  .containerEsquerdaContato p {
    width: 85%;
    font-size: 1.6vw;

  }

  .botoesContato {
    margin-top: 20px;
    gap: 16px;
  }

  .containerEsquerdaContato button {
    padding: 8px 28px;
  }

  i.botaoAnimado {
    padding: 8px;
  }

  a i svg {
    width: 16px;
    height: 16px;

  }

  .containerDireitaContato {
    max-width: 25%;
  }

  .containerDireitaContato img {
    width: 100%;
  }

  /*Style footer*/

  .containerLogo,
  .containerInstitucional,
  .containerFaleConosco,
  .containerRedesSociais {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: max-content;
  }

  .containerLogo p {
    font-size: 2vw;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
  }

  .containerLogo img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;

  }

  .footer h3 {
    text-align: start;
    font-size: 2vw;
  }

  .footer a {
    font-size: 1.8vw;
  }
}

@media (max-width: 600px) {

  /* Style Segunda dobra*/
  .sobre {
    padding: 30px 5%;
    height: auto;
    flex-direction: column;

  }

  .sobre-text {
    width: 100%;
  }

  .sobre-image {
    width: 40%;
    justify-content: center;
  }

  .sobre h2 {
    font-size: 3.5vw;
    margin-bottom: 20px;
  }

  .sobre-text h3 {
    font-size: 2.5vw;
  }

  .sobre-text p {
    font-size: 1.8vw;
  }

  /* Style terceira dobra*/
.servico h2{
  font-size: 3.5;
}
  .cards {
    gap: 0px;
  }

  .card {
    width: calc(50% - 20px);
  }

  .card h3 {
    font-size: 2.2vw;
  }

  .card p {
    font-size: 1.8vw;
  }

  .card img {
    height: 6vh;
  }

  /* Style terceira dobra // Portifolio*/
  .portfolio {
    justify-content: center;
  }

  .projetos {
    max-width: 70%;
    flex: 100%;
  }

  .projeto {
    height: 90vh;

  }

  /* Style quarta dobra // Passo A passo*/
  .passoApasso{
    flex-direction: column;
    align-items: center;
    padding: 5%;

  }
  .passoApasso a{
font-size: 2vw;
  }
  .passoApasso h2{
    width: 100vw;
   font-size: 3.5vw;
  }
  .containerEsquerda{
    position:static;
    max-width: 100vw;
  }
  .containerDireita {
    flex-direction: row;
    width: calc(100%) ;
    align-items: stretch;
    gap: 20px;
  }

  .cardPassoApasso p {
    font-size: 1.9vw;
  }

  .cardPassoApasso h3 {
    font-size: 2.5vw;
  }

  /* Poquer ter site*/
.cardPorqueTersite{
   max-width: calc(33% - 15px);
}
  .cardPorqueTersite p {
    padding: 0px;
    font-size: 1.8vw;
  }

  .porqueTerSite h2 {
    font-size: 3.5vw;
  }

  .cardPorqueTersite img {
    height: 6vh;
    margin-bottom: 8px;

  }

  /* Seção contato*/

  .containerEsquerdaContato {
    max-width: 65%;
    
  }

  .containerEsquerdaContato h2 {
    width: 100%;
    font-size: 3vw;

  }

  .containerEsquerdaContato p {
    width: 85%;
    font-size: 1.6vw;

  }

  .botoesContato {
    margin-top: 20px;
    gap: 10px;
  }

  .containerEsquerdaContato button {
    padding: 8px 24px;
  }
  .containerEsquerdaContato a{
    font-size: 10px;
  }

  i.botaoAnimado {
    padding: 8px;
  }

  a i svg {
    width: 14px;
    height: 14px;
  }

  .containerDireitaContato {
    max-width: 20%;
  }

  .containerDireitaContato img {
    border-radius: 10px;
    width: 100%;
  }

  /*Style footer*/
  .direitos p{
    font-size: 2vw;
  }
}

@media (max-width: 485px){
  .passoApasso a{
font-size: 2.5vw;
  }
  .containerEsquerdaContato{
    max-width: 100vw;
  }
 .containerDireitaContato{
   display: none;
  }
.botaoMenu button, .menuTop {
  display: none;
}
.menu-mobile{
  display: block;
}
}