
<!-- saved from url=(0029)https://teste.builderall.com/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	
	<style type="text/css">
		@font-face {
			font-family: 'Muli Regular';
			src: url('/font/Muli/Muli-Regular.ttf') format('truetype');
			font-weight: 400;
			font-style: normal;
		}

		#bloqueado{
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 10000;
			/*background: rgba(255, 255, 255, 0.85) url('/images/bg.svg') no-repeat bottom;*/
		}
		#bloqueado-center{
			width: 990px;
			margin: 0 auto;
			height: 100%;
			padding: 100px 0;
			text-align: center;
		}
		#bloqueado-center h1{
			font-size: 50px;
			color: #006bfd;
			font-family: 'Muli Regular', serif;
		}
		#bloqueado-center h4{
			font-size: 21px;
			color: #aaaaaa;
			font-family: 'Muli Regular', serif;
		}
	</style>
</head>

<body>
<div id="bloqueado">
	<div id="bloqueado-center">
		<img alt="Site unavailable" title="Site unavailable" src="manutencao.gif">
		<h1>YOU'RE GETTING OUT OF ORBIT!</h1>
        <h4>The page you were trying to visit does not exist. This is awkward!</h4>
	</div>
</div>

</body></html>