<!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">
		<meta name="robots" content="noindex, nofollow">
		<title> P&aacute;gina web no disponible </title>
		<meta name="description" content="Mercadeo en línea basado en resultados">
		<meta name="keywords" content="Sume Clientes, Sume, Clientes">
		<link rel="apple-touch-icon" sizes="57x57" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-57x57.png'); ?>">
		<link rel="apple-touch-icon" sizes="60x60" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-60x60.png'); ?>">
		<link rel="apple-touch-icon" sizes="72x72" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-72x72.png'); ?>">
		<link rel="apple-touch-icon" sizes="76x76" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-76x76.png'); ?>">
		<link rel="apple-touch-icon" sizes="114x114" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-114x114.png'); ?>">
		<link rel="apple-touch-icon" sizes="120x120" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-120x120.png'); ?>">
		<link rel="apple-touch-icon" sizes="144x144" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-144x144.png'); ?>">
		<link rel="apple-touch-icon" sizes="152x152" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-152x152.png'); ?>">
		<link rel="apple-touch-icon" sizes="180x180" href="<?php echo asset('SysWeb/SumeClientes/Favicons/apple-icon-180x180.png'); ?>">
		<link rel="icon" type="image/png" sizes="192x192"  href="<?php echo asset('SysWeb/SumeClientes/Favicons/android-icon-192x192.png'); ?>">
		<link rel="icon" type="image/png" sizes="32x32" href="<?php echo asset('SysWeb/SumeClientes/Favicons/favicon-32x32.png'); ?>">
		<link rel="icon" type="image/png" sizes="96x96" href="<?php echo asset('SysWeb/SumeClientes/Favicons/favicon-96x96.png'); ?>">
		<link rel="icon" type="image/png" sizes="16x16" href="<?php echo asset('SysWeb/SumeClientes/Favicons/favicon-16x16.png'); ?>">
		<link rel="manifest" href="<?php echo asset('SysWeb/SumeClientes/Favicons/manifest.json'); ?>">
		<meta name="msapplication-TileColor" content="#ffffff">
		<meta name="msapplication-TileImage" content="<?php echo asset('SysWeb/SumeClientes/Favicons/ms-icon-144x144.png'); ?>">
		<meta name="theme-color" content="#ffffff">
		<?php echo HTML::style('WebPro/bootstrap/css/bootstrap.min.css'); ?>

		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
		<link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet"> 
		<link href="https://fonts.googleapis.com/css?family=Sintony" rel="stylesheet"> 
		<style type="text/css">
			#nprogress > .bar{ height: 4px; background: #56BE22; }
			#nprogress > .bar > .peg{ box-shadow: 0 0 10px #56BE22, 0 0 5px #56BE22; }
			#nprogress > .spinner > .spinner-icon{ border-top-color: #56BE22; border-left-color: #56BE22; }
			@media  only screen and (min-width: 768px){
				#livechat-compact-container {
					right: auto;
					left: 70px !important;
					transform: scale(2) !important;
					height: 85px !important;
				}
			}
			@media  only screen and (min-width: 767px){
				#livechat-compact-container{
					height: 75px !important
				}
			}
			@media  only screen and (min-width: 767px){
				#livechat-compact-container {
					height: 75px !important;
					width: 75px !important;
				}
			}
		</style>
		<?php /*@if( App::environment() == 'produccion' && strpos(public_path(), 'desarrollo') !== false )*/ ?>
		<?php if( App::environment() == 'produccion' && !(strpos(public_path(), 'desarrollo') !== false) ): ?>
			<?php /*<?php if( Auth::user()->tipo != 'A' ): ?>*/ ?>
		<?php echo $__env->make('ExternosHead', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
			<?php /*<?php endif; ?>*/ ?>
		<?php endif; ?>
	</head>
	<body style="padding-top: 20px; background: #efefef;">
		<div class="jumbotron vertical-center">
			<div class="container">
				<div class="row">
					<div class="col-xs-12 col-sm-4 col-md-4"></div>
					<div class="col-xs-12 col-sm-4 col-md-4">
						<a href="https://www.sumeclientes.net"> <img src="<?php echo asset('SysWeb/SumeClientes/logo-sumeclientes.png'); ?>" class="img-responsive"> </a>
						<h2 class="text-center" style="font-family: 'Sintony', sans-serif; font-size: 40px;"> uuuups... </h2>
						<h1 class="text-center" style="font-family: 'Passion One', cursive; font-size: 66px; color: red;"> Error 404 </h1>
						<h3 class="text-center" style="font-family: 'Sintony', sans-serif; font-size: 26px;"> Esta p&aacute;gina ya no existe o no est&aacute; disponible por el momento. </h3>
						<img src="<?php echo asset('SysWeb/SumeClientes/VictorHugo.png'); ?>" class="img-responsive" style="padding-top: 65px;">
					</div>
					<div class="col-xs-12 col-sm-4 col-md-4"></div>
				</div>
			</div>
		</div>
		<?php echo HTML::script('WebPro/js/jquery-2.0.2.min.js'); ?>

		<?php echo HTML::script('WebPro/bootstrap/js/bootstrap.min.js'); ?>

		<?php echo HTML::script('iframe-resizer/iframeResizer.contentWindow.min.js'); ?>

		<script type="text/javascript">
			if (window!= window.top) { // inside iframe
				document.body.style.backgroundColor = 'transparent';
				// or document.body.style.background = 'none';
			}
		</script>
		<?php /*@if( App::environment() == 'produccion' && strpos(public_path(), 'desarrollo') !== false )*/ ?>
		<?php if( App::environment() == 'produccion' && !(strpos(public_path(), 'desarrollo') !== false) ): ?>
			<?php /*<?php if( Auth::user()->tipo != 'A' ): ?>*/ ?>
		<?php echo $__env->make('ExternosBody', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
			<?php /*<?php endif; ?>*/ ?>
		<?php endif; ?>
		<?php if( App::environment() == 'produccion' && !(strpos(public_path(), 'desarrollo') !== false) ): ?>
		<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
		<?php endif; ?>
	</body>
</html>