@media (max-width: 768px)  {
  .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: 30rem;
  }

  .header-content h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .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;
  }


  h4 img {
    width: 26px;
  }


  .beneficios-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .beneficios-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .service-container h2 {
    font-size: 28px;
  }

  .service-container .section-header p {
    font-size: 16px;
    width: 400px;
  }
  

  .servico-card p {
    font-size: 18px;
  }

  .servico-card a {
    margin-top: 15px;
    font-size: 15px;
  }

  .servico-card img{
    height: 250px;
  }

  .procedimentos-container h2 {
    font-size: 24px;
  }

  .procedimentos img {
    width: 350px;
  }

  .alinhadores-mob {
    display: block;
  }

  .alinhadores {
    display: none;
  }

   .atendimento-grid {
    grid-template-columns: 1fr;
   }

   .atendimento-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
   }

   .atendimento-container .section-header {
    align-items: center;
    text-align: center;
   }

  .metodo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
  }


  .atendiemento-container h2 {
    width: 100%;
    font-size: 28px;
  }

  .atendimento-card .card-title {
    font-size: 24px;
  }

  .atendimento-card .content-atendimento {
    font-size: 18px;
  }

  .btn- {
    margin: 0;
  }



.sobre-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    order: 1;
  }

  .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: 16px;
    width: 400px;
  }

  .sobre-content img {
    margin: 0 auto;
    order: 2;
  }

  .consultorio-container .consultorio-texto {
    padding: 0 1.5rem;
    align-items: center;
    text-align: center;
  }

  .faq-container .faq-texto {
    padding: 0 1.5rem;
    align-items: center;
    text-align: center;
  }

  .faq-texto p {
    width: 400px;
  }

  .mapa {
    width: 100%;
    height: 200px;
  }

  .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;
}

.ofert-container .section-header {
  align-items: center;
}

.ofert-container h2 {
  font-size: 26px;
  width: 380px;
}

.ofert-container p {
  font-size:18px ;
  width: 350px;
}

.ofert-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.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;
  }
}
