@media screen and (max-width: 1025px) {
  #bannerInicial {
    height: auto;
    padding: 100px 0px;
    background-image: url("/img/bg-homepage.png-2.png");
  }

  .containerInicial {
    flex-direction: column;
  }

  .containerInicialEsquerda {
    width: 100%;
  }

  .containerInicialDireita {
    width: 100%;
  }

  .containerInicialEsquerda h1 {
    font-size: 7vw;
  }

  .containerInicialEsquerda h2 {
    font-size: 2.3vw;
    letter-spacing: 5px;
  }

  .containerInicialBotoes {
    padding-bottom: 60px;
  }

  .containerBotoes {
    width: 50%;
  }

  .containerBeneficios {
    justify-content: space-evenly;
  }

  .containerBeneficios h2 {
    font-size: 8vw;
  }

  .containerBeneficios .cards {
    width: 48%;
    margin-bottom: 4%;
  }

  .containerAprenderEsquerda {
    position: sticky;
    padding-bottom: 60px;
    width: 100%;
  }
  .containerAprenderEsquerda h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 900px) {
  .containerAprender {
    flex-direction: column;
  }
  .containerAprenderEsquerda {
    position: relative;
    top: auto;
    padding-bottom: 60px;
  }
  .sobreMimContainer {
    flex-direction: column;
  }
  .sobreMimEsquerda {
    width: 100%;
  }
  .sobreMimDireita {
    width: 100%;
    text-align: center;
  }
  .sobreMimEsquerda img {
    margin-bottom: 30px;
    height: auto;
    width: 340px;
  }
}

@media screen and (max-width: 684px) {
  .containerInicialEsquerda {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .containerInicialEsquerda h1 {
    margin: 0;
    text-align: center;
  }

  .containerInicialEsquerda h2 {
    font-size: 4vw;
    letter-spacing: 2vw;
  }

  .containerInicialEsquerda p {
    padding: 16px 0px 28px;
    font: 10px;
  }

  .containerInicialDireita {
    order: 1;
  }

  .containerBotoes {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column; /* Empilha os botões verticalmente */
    gap: 20px; /* Espaçamento entre os botões */
    align-items: center; /* Centraliza os botões */
  }

  .botaoSeta {
    display: none;
  }

  .botaoPrimario {
    width: 100%;
  }

  .botaoSuperior .botaoInferior {
    width: 100%;
  }

  .containerBeneficios h2 {
    font-size: 12vw;
  }

  .cards h3 {
    font-size: 28px;
  }

  .containerBeneficios .cards {
    width: 100%;
  }

  .beneficios {
    padding-bottom: 90px;
  }

  .containerBeneficios .cards {
    margin-bottom: 40px;
  }

  .aprender {
    padding: 90px 0px;
  }

  .containerAprenderEsquerda h2 {
    font-size: 12vw;
  }

  .containerAprenderEsquerda p {
    padding: 16px 0px 28px;
  }

  .containerFaixa h2 {
    font-size: 6vw;
    font-weight: 500;
    padding-bottom: 16px;
  }

  .containerFaixa2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .faixa2 .containerFaixaEsquerda,
  .containerFaixaDireita {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .containerSuperior {
    width: 350px;
  }

  .icon-container {
    gap: 3%;
  }

  .containerFaixa2 .containerFaixaEsquerda p {
    margin-bottom: 20px;
  }

  .containerFaixa2 .containerFaixaEsquerda h2 {
    margin-bottom: 40px;
    width: 100%;
  }

  .icon1 {
    width: 300px;
    display: flex;
    align-items: center;
  }

  .faixa2 .icon1 img {
    width: 20px;
    height: 20px;
    color: white;
  }


  .containerInferior {
    width: 100%;
    display: flex;
  }

  .containerInferior p {
    align-items: center;
    justify-content: center;
  }

  .checkout .content {
    height: auto;
    width: 100%;
  }

  .checkout .content h1 {
    font-size: 8vw;
  }
  
  .checkout .content h2 {
    font-size: 5vw;
  }
  .checkout .content p {
    font-size: 3vw;
  }
  .checkout .content li {
    font-size: 4vw;
  }
  
}
