

<section>
    <div class="wrapper">
        <div class="picture">
            <img class="img-fluid" src="/img/sitio-suspendido.png" alt="Sitio suspendido">
        </div>
        <div class="title">
            <h1>Ups, no hay nada por aquí</h1>
            <p>
            No puedes ver este sitio porque está temporalmente deshabilitado.<br/>
            ¡Date una vuelta y regresa después de la siesta!
            </p>
        </div>
    </div>
</section>

<!DOCTYPE html>
<html lang="es-AR" 
      prefix="http://ogp.me/ns#" 
      itemscope 
      >

    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        
        <link href="https://ss-static-001.esmsv.com/styles/general/sections.min.css" rel="stylesheet">
        <link href="https://ss-static-001.esmsv.com/styles/general/components-kit.min.css" rel="stylesheet">
        <link href="https://ss-static-001.esmsv.com/styles/themes/sereno.css" rel="stylesheet">
        

        <title>Sitio Simple</title>

        

        <!-- Fonts -->
        <link rel="preconnect" href="https://fonts.gstatic.com">
        <!-- <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;600&display=swap" rel="stylesheet" > -->

            <style type="text/css">
    body {
        width: 100vw;
        height: 100vh;
        padding: 0;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        -webkit-font-smoothing: antialiased;
        background-color: #FFF;
    }

    .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .wrapper .title {
        text-align: center;
    }

    .wrapper .title h1 {
        font-size: 24px;
        font-weight: 500;
        color: #666;
        
    }

    .wrapper .title p {
        font-size: 14px;
        color: #999;
    }

    .wrapper .picture {
        width: 100%;
        max-width: 640px;
    }

    .wrapper .picture img {
        width: 100%;
    }
</style>    </head>
    <body>
        

        <!-- ======= Main ======= -->
        <main>
                    </main>
    </body>
</html>