<footer style="background-color: #1E2F3D; color: #FFFFFF; font-family: Arial, sans-serif; padding: 30px 20px 15px 20px; font-size: 13px; line-height: 1.6;">

  <div style="max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between;">

    <!-- Coluna 1 -->
    <div style="flex: 1; min-width: 250px; margin-bottom: 20px;">
      <h3 style="color: #D4AF37; margin-bottom: 12px; font-size: 15px; font-weight: 600;">
        DADOS DA EMPRESA
      </h3>

      <p style="margin: 4px 0;">
        <strong>Max Matos Medicina e Estética LTDA</strong>
      </p>

      <p style="margin: 4px 0;">
        CNPJ: 50.871.173/0001-53
      </p>

      <p style="margin: 10px 0 4px 0;">
        Rua Abdalla Abraão Dagher, 1920, Sala 4
      </p>

      <p style="margin: 4px 0;">
        CEP 14.401-264
      </p>

      <p style="margin: 4px 0;">
        Residencial Baldassari
      </p>

      <p style="margin: 4px 0;">
        Franca - SP
      </p>
    </div>

    <!-- Coluna 2 -->
    <div style="flex: 1; min-width: 250px; margin-bottom: 20px;">
      <h3 style="color: #D4AF37; margin-bottom: 12px; font-size: 15px; font-weight: 600;">
        CONTATO
      </h3>

      <p style="margin: 4px 0;">
        <strong>WhatsApp:</strong> (11) 98638-0640
      </p>

      <p style="margin: 4px 0;">
        <strong>E-mail:</strong> dr.max.vinicius.cg@outlook.com
      </p>

      <h3 style="color: #D4AF37; margin: 18px 0 12px 0; font-size: 15px; font-weight: 600;">
        REDES SOCIAIS
      </h3>

      <p style="margin: 4px 0;">
        <a href="https://www.instagram.com/doctorprescreve/" target="_blank" style="color: #FFFFFF; text-decoration: none;">
          Instagram
        </a>
      </p>

      <p style="margin: 4px 0;">
        <a href="https://www.facebook.com/share/1CvcScGsNK/?mibextid=wwXIfr" target="_blank" style="color: #FFFFFF; text-decoration: none;">
          Facebook
        </a>
      </p>
    </div>

    <!-- Coluna 3 -->
    <div style="flex: 1; min-width: 250px; margin-bottom: 20px;">
      <h3 style="color: #D4AF37; margin-bottom: 12px; font-size: 15px; font-weight: 600;">
        HORÁRIOS
      </h3>

      <p style="margin: 4px 0;">
        <strong>Funcionamento:</strong>
      </p>

      <p style="margin: 4px 0;">
        Segunda a sexta: 08h às 18h
      </p>

      <p style="margin: 4px 0;">
        Sábados, domingos e feriados: 10h às 16h
      </p>

      <p style="margin: 10px 0 4px 0;">
        <strong>Suporte:</strong>
      </p>

      <p style="margin: 4px 0;">
        Segunda a sexta: 08h às 20h
      </p>

      <h3 style="color: #D4AF37; margin: 18px 0 12px 0; font-size: 15px; font-weight: 600;">
        RESPONSÁVEL TÉCNICO
      </h3>

      <p style="margin: 4px 0;">
        Dr. Max Vinicius Ferreira Matos
      </p>

      <p style="margin: 4px 0;">
        CRM-SP 163032
      </p>
    </div>

  </div>

  <!-- Copyright -->
  <div style="text-align: center; padding-top: 20px; margin-top: 15px; border-top: 1px solid #3A4A5A; font-size: 11px; color: #CFCFCF;">
    <p>
      © 2025 Max Matos Medicina e Estética LTDA — Todos os direitos reservados
    </p>
  </div>

</footer>
```
