@media (max-width: 767px) {
  .header {
    min-height: 120vh;
    padding: 3rem 1.5rem;
    background-image: url('/Img/bg-hero-mobile.webp'); /* sua versão mobile */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
  }

  .header-container {
    padding: 0 1.5rem;
  }

  .header-content {
    max-width: 100%;
    text-align: center;
    margin-top: 25rem;
  }

  .header-content h1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .header-content p {
    width: 100%;
    font-size: 1rem;
  }

  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    margin: 1.5rem auto 0;
  }

  h4 {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .logo-icon {
    font-size: 0.9rem;
  }

  h4 img {
    width: 26px;
  }


  .beneficios-container h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .beneficios-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .pilares-container h2 {
    font-size: 28px;
  }

  .pilares-container .section-header p {
    font-size: 16px;
    width: 300px;
  }

  .metodo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
  }

  /* Centraliza o título e subtítulo */
  .metodo-container .section-header {
    align-items: center;
    text-align: center;
  }

  .metodo-container h2 {
    width: 100%;
    font-size: 28px;
  }

  /* Grid dos cards vira coluna */
  .metodo-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }

  .metodo-card {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
    border-radius: 1rem;
  }

  .metodo-card-destaque {
    grid-column: auto;
    margin: 0 auto;
  }


  .title-wrapper {
    justify-content:flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .title {
    text-align: left;
  }

  .metodo-card-destaque .title{
    padding: 0;
    overflow-wrap: break-word;
    white-space: normal;
    align-items: flex-start;
    max-width: 100%;
  }

  .content-metodo,
  .metodo-card-destaque .content-metodo {
    text-align: left;
    margin-left: 0;
    font-size: 18px;
  }

  .depoimentos-container h2 {
    font-size: 28px;
    width: 400px;
  }

  .img-depoimentos {
    display: none;
  }

  .carrossel-container, .btn-seta {
  display: flex;
}

.sobre-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sobre-text {
    align-items: center;
    width: 100%;
    max-width: 600px;
    gap: .8rem;
  }

  .sobre-text h2 {
    width: 100%;
    font-size: 28px;
  }

  .sobre-text p {
    font-size: 18px;
  }

  .sobre-content img {
    margin: 0 auto;
  }

  .consultorio-container {
    padding: 0 1.5rem;
  }

  .img-consultorio {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .img-consultorio img {
    width: 47%; /* para caber as duas lado a lado no mobile */
    max-width: none;
  }

  .infos-wrapper {
    width: 100%;
    align-items: center;
  }

  .mapa {
    width: 100%;
    height: 200px;
  }

  .infos-consultorio {
    width: 100%;
    max-width: 500px;
    text-align: left;
  }

  .consultorio-container h2,
  .consultorio-container .section-header p {
    width: 100%;
  }
  
  .ofert-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 3rem 1.5rem;
}

.footer-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
  }

  .footer-logo img {
    margin: 0 auto;
    order: 1;
    width: 200px;
  }

  .footer-rede p {
    justify-content: center;
    order: 2;
  }

  .footer-textos {
    width: 100%;
    font-size: 0.9rem;
    order: 3;
  }

}


@media (min-width: 768px) and (max-width: 991px) {
  /* tablets padrão */
  .header {
    min-height: 120vh;
  }
}
