<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="utf-8">
  <title>Sitio en mantenimiento</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="noindex, nofollow">
  <style>
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      background: #f5f6f8;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      text-align: center;
    }
    .container {
      background: #ffffff;
      padding: 3rem 2.5rem;
      border-radius: 10px;
      max-width: 520px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }
    h1 {
      margin-top: 0;
      font-size: 1.8rem;
      color: #111;
    }
    p {
      font-size: 1rem;
      line-height: 1.6;
      margin: 1rem 0 0;
      color: #555;
    }
    .icon {
      font-size: 3rem;
      margin-bottom: 1rem;
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="icon">🛠️</div>
    <h1>Sitio en mantenimiento</h1>
    <p>
      Estamos realizando tareas de mantenimiento y mejoras.<br>
      El sitio volverá a estar disponible en breve.
    </p>
    <p>
      Gracias por tu paciencia.
    </p>
  </div>
</body>
</html>
