<html>
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>portaldearte.cl</title>
  <!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <meta http-equiv="Cache-control" content="no-cache">
  <meta http-equiv="Pragma" content="no-cache">
  <meta http-equiv="Expires" content="0">
  <style>
    * {
      box-sizing: border-box;
    }

    body {
      font-family: sans-serif;
      background:#fafafa;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

    .txt1 {
      color: #000;
      font-size: 40px;
      font-weight: 800;
      text-align: center;
      margin-top: 50px;
    }

    .txt2 {
      color: #888;
      font-size: 18px;
      text-align: center;
      margin-top: 20px;
    }

    .txt3 {
      color: #434343;
      font-size: 18px;
      text-align: center;
      margin-top: 20px;
    }

    div.logo {
      margin: 0px 0px 10px;
    }

    .logo {
      text-align: center;
      margin-top: 10px;
      padding: 20px 0px;
    }

    .button {
      border: 2px solid none;
      padding: 10px 40px;
      background: #000;
      color: white;
      text-align: center;
      width: 300px;
      border-radius: 25px;
      margin: 20px auto;
      transition: all 0.3s ease 0s;
    }

    .button:hover {
		opacity: 0.8;
    }

    a .button {
      color: ffffff;
      text-align: center;
      font-size: 16px;
      text-decoration: none;
    }

    a {
      text-decoration: none;
    }

    a:hover {
      text-decoration: none;
    }

  </style>

</head>

<body>
<div class="container">
  <div class="txt1">Sitio web no disponible</div>
  <div class="txt2"></div>
  <div class="logo"><img src="/logo.png" width="200px"></div>
</div>
</body>

</html>