<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - Página no encontrada !</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:900" rel="stylesheet">
<link href="/css/vidapositiva.css" rel="stylesheet" property="stylesheet" type="text/css" />
<style>
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	background-color: #0052a0;
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-404 {
	position: relative;
	height: 300px;
	margin: 0px auto 20px;
	z-index: -1;
	text-align: center;
}

.notfound .notfound-404 h1 {
	font-family: 'Montserrat', Arial;
	font-size: 236px;
	font-weight: 200;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound h2 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 5px;
	margin: auto;
}

h3 {
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	margin: 40px auto;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 h1 {
		font-size: 148px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 148px;
		margin: 0px auto 10px;
	}
	.notfound .notfound-404 h1 {
		font-size: 86px;
	}
	.notfound .notfound-404 h2 {
		font-size: 16px;
	}
	.notfound a {
		padding: 7px 15px;
		font-size: 14px;
	}
}
</style>
<!--[if lt IE 9]>
		  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
		  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="notfound">
	<div class="notfound">
		<a href="/"><img src="/images/logo-front.svg" alt="Dale más #VidaPositiva a tu vida !"></a>
		<div class="notfound-404">
			<h3>Oops! Página no encontrada</h3>
			<h1><span>4</span><span>0</span><span>4</span></h1>
		</div>
		<h2>Lo sentimos, la página buscada no existe !</h2>
	</div>
</div>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-1646204-17', 'auto');
  ga('send', 'pageview');

</script>
</body>
</html>