
<html>
  <head>
    <title>Estamos em Manutenção</title>
    <style type='text/css' rel='stylesheet'>
      * {margin:0; padding:0;}
      body {text-align: center;background:#FFF;color:#959595; font-family: Arial; }
      .logo {margin: 100px 0 70px; }
      h1 {font-size: 60px}
      h2 {font-size: 32px;
          font-weight: 700;
          border-bottom: 1px dashed #CCC;
          color: #296d9d;
          padding: 0 0 20px;
          text-align: center;
          line-height: 40px;
          text-shadow: 0 1px 0 white;}
      p { margin: 25px 0 50px; color: #444; font-size: 18px; font-weight: bold; line-height: 20px; }
      p .email, p a { color: #444; text-decoration: underline }
      p a:hover .email, p a:hover { text-decoration: none; }
      small, table td { font-weight: normal; font-size: 13px; line-height: 18px; }
      table td { vertical-align: middle; color: #444; }
      table td:first-child { width: 49%; padding: 1px 1% 1px 0; }
      .green{color:#c3d33f;}
      .main-box {
          width:500px;
          margin: 0 auto;
      }
      .texto-manutencao {width:80%;margin: 0 auto; }
      .footer {margin-top:30px;}
    </style>
  </head>
  <body>
    <img class="logo" src="https://cdn.awsli.com.br/400x350/154/154687/logo/cb6023ae39.png" alt="Isto é Brasil" />
    <div class='main-box'>
      <h2>Nossa loja está em <br />manutenção neste momento.</h2>
      <p>
        Esperamos vê-lo novamente em breve!<br />
        <span>Isto é Brasil</span>
        <br /><br /><br />
        <small>
          
            Isto é Brasil - CNPJ: 06.158.295/0001-05
          
          
          <br />
          Al. Gabriel Monteiro da Silva, 643, Jardins, São Paulo, SP - 01442-000
          <br /><br />
          <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
            
            
            
            
          </table>
        </small>
      </p>
    </div>
  </body>
</html>




