<!DOCTYPE html>
<html lang="es">
<head>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-4ZRNN8T68E"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-4ZRNN8T68E');
  </script>

  
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>isospain.com</title>
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
      background-color: #0082c9;
      color: #fff;
      margin: 0;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      text-align: center;
    }
    header {
      margin-bottom: 30px;
    }
    img.logo {
      max-width: 200px;
      height: auto;
      filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    main {
      max-width: 600px;
      background: rgba(255, 255, 255, 0.15);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
      color: white;
    }
    .domain {
      font-size: 2.8em;
      font-weight: 700;
      margin: 0 0 0.6em 0;
      word-break: break-word;
    }
    p {
      font-size: 1.2em;
      line-height: 1.5;
      margin: 0.3em 0;
    }
    a {
      color: #ffe;
      text-decoration: underline;
    }
    a:hover {
      color: #ffd700;
    }
    hr {
      margin: 20px 0;
      border-color: rgba(255, 255, 255, 0.3);
    }
    footer {
      margin-top: 40px;
      font-size: 0.9em;
      color: rgba(255, 255, 255, 0.7);
    }
    @media (max-width: 480px) {
      .domain {
        font-size: 2em;
      }
      main {
        padding: 20px;
      }
      p {
        font-size: 1em;
      }
      img.logo {
        max-width: 150px;
      }
    }
  </style>
</head>
<body>
  <header>
    <img src="logo-black.png" alt="TuFactoría Logo" class="logo" />
  </header>
  <main>

    <h1 class="domain">isospain.com</h1>
    <p>Este dominio está alojado en <a href="https://tufactoria.com" target="_blank" rel="noopener noreferrer"><strong>TuFactoría</strong></a>.</p>
    <p>Gracias por visitarnos.</p>
    <hr />
    <h1 class="domain">isospain.com</h1>
    <p>This domain is hosted by <a href="https://tufactoria.com" target="_blank" rel="noopener noreferrer"><strong>TuFactoría</strong></a>.</p>
    <p>Thank you for visiting.</p>
  </main>
  <footer>
    &copy; 2026 TuFactoría
  </footer>
</body>
</html>
