<?php
/**
 * Created by IntelliJ IDEA.
 * User: josue
 * Date: 12/08/2018
 * Time: 02:20
 */

header('HTTP/1.0 404 not found');
?>
<!DOCTYPE html>
<html>
<head>
	<title>Atech | Página não encontrada</title>
	<meta name="viewport"
   content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<base href="<?php echo static::e(BASE_URL."public/"); ?>">
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

	<!-- --- Styles --- -->
	<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">

	<!-- Custom CSS -->
	<link rel="stylesheet" type="text/css" href="assets/css/searchForm.css">
	<link rel="stylesheet" type="text/css" href="assets/css/standard1.css">
	<link rel="stylesheet" type="text/css" href="assets/css/development.css">

	<!-- Vendor CSS -->
	<link rel="stylesheet" type="text/css" href="assets/vendor/iconfont/material-icons.css">
	<link rel="stylesheet" type="text/css" href="assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css">

	<link href='https://api.mapbox.com/mapbox-gl-js/v1.2.0/mapbox-gl.css' rel='stylesheet'/>

</head>
<body style="background:linear-gradient(45deg, #000,#33608d);
 background-size: cover;
 background-repeat: no-repeat;
	height: 100vh;">
<main>
	<div  >
 <div class="d-flex  flex-column w-100">

 <div class="container-fluid ">

 <div class="row  justify-content-center pt-5 align-items-center" >

 <div class="col-12 col-lg-5 pt-5 ">
 <div class="grid-container">
 <div class="d-flex justify-content-center pb-3">
 <img src="assets/img/atech_404.svg" height="400px" >
 </div>
 <h6 class="text-light text-std-2 text-center ">Página não encontrada</h6>
 <p class="text-std-2 text-center text-palid sm-font">
 Por favor clique no botão abaixo para voltar a página inicial e
 assim explorar o website
 </p>
 <div class="d-flex justify-content-center">
 <a href="<?=BASE_URL?>" class="btn btn-outline-light btn-lg text-std-2 border-x-light  rounded-x border py-3 px-5 my-3">
 Voltar a página inicial
 </a>
 </div>
 </div>
 </div>
 </div>


 </div>

 </div>


	</div>

	</div>

	</div>
</main>
</body>
</html>
