<!DOCTYPE html>
<html lang="es" style="background: white;">
	<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">
		<meta name="description" content="Mercadeo en línea basado en resultados">
		<meta name="keywords" content="Sume Clientes">
		<link rel="icon" type="image/png" sizes="16x16" href="<?php echo asset('SysWeb/SumeClientes/candado.ico'); ?>">
		<link rel="icon" href="<?php echo asset('SysWeb/SumeClientes/candado.ico'); ?>" type="image/x-icon">
		<link rel="icon" type="image/png" sizes="16x16" href="<?php echo asset('SysWeb/SumeClientes/candado.ico'); ?>">
		<title> Plataforma Sume Clientes </title>
		<!-- Bootstrap -->
		<?php echo HTML::style('WebPro/bootstrap/css/bootstrap.min.css'); ?>

		<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
		<?php echo HTML::style('WebPro/css/font-awesome.min.css'); ?>

		<?php echo HTML::style('WebPro/css/style.min.css'); ?>

		<?php echo HTML::style('WebPro/css/style-responsive.min.css'); ?>

		<?php echo HTML::style('isLoading-jQuery/jquery.isloading.min.css'); ?>

		<?php echo HTML::style('NProgress/nprogress.min.css'); ?>

		<?php echo HTML::style('PNotify/pnotify.custom.min.css'); ?>

		<?php echo HTML::style('VideoJS/video-js.min.css'); ?>

		<?php echo HTML::script('VideoJS/videojs-ie8.min.js'); ?>

		<?php echo HTML::style('bootstrap-select/css/bootstrap-select.min.css'); ?>

		<?php echo HTML::style('Intl-Tel-Input/17.0.3/css/intlTelInput.min.css'); ?>

		<?php echo HTML::style('bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css'); ?>

		<?php echo HTML::style('Webui-Popover/jquery.webui-popover.min.css'); ?>

		<?php echo HTML::style('DataTables/fixedHeader.dataTables.min.css'); ?>

		<style type="text/css">
			.vjs-poster{
				background-size: 100% !important;
			}
			.country-list{
				z-index: 10000 !important;
				/* position: fixed !important; */
			}
			.intl-tel-input{
				height: 34px !important;
				width: 100%;
				display: table-cell;
			}
			.intl-tel-input .iti-flag .arrow {
				border: none;
			}
			#frmAsistente > div.tab-content{
				overflow: initial !important;
			}
			#frmAsistente > ul.nav > li > a{
				cursor: default;
			}
			#frmAsistente > ul.nav > li > a:hover{
				background: none repeat scroll 0 0 #E4E7EA !important;
				opacity: 0.75 !important;
			}
			#frmAsistente > ul.nav > li.active > a:hover{
				background: none repeat scroll 0 0 #FCFCFC !important;
				opacity: 1 !important;
			}
			.seleccionado{
				color: #282323;
				font-weight: normal;
			}
			.text-danger{
				font-weight: bold;
			}
			.has-error .form-control{
				border-color: #a94442 !important;
			}
			@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;
					width: 75px !important;
				}
			}
			.isloading-overlay {
				background: rgba(0,0,0,0.8) !important;
			}
			.isloading-overlay i.glyphicon {
				display: none !important;
			}
			.isloading-overlay .isloading-wrapper {
				font-size: 30px !important;
				color: #fff;
				background: unset !important;
			}
			.isloading-overlay .isloading-wrapper i.fa {
				font-size: 65px !important;
				margin-top: 20px !important;
			}
			.isloading-overlay .spNota {
				font-size: 25px !important;
			}
			#nprogress > .bar {
				height: 4px; background: #56BE22;
				z-index: 99999;
			}
			#nprogress > .spinner {
				z-index: 99999;
			}
			#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;
			}
			.inputCodigoProm {
				width: 50%;
			}
			.contenido-2{
				display: flex;
				justify-content: center;
			}
			@media  only screen and (max-width: 768px) {
				.inputCodigoProm {
					width: 100% !important;
				}
			}
		</style>
		<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
		<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
		<!--[if lt IE 9]>
			<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
			<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
		<![endif]-->
		<?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; ?>*/ ?>
		<!-- Global site tag (gtag.js) - Google AdWords: 926937248 -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=AW-926937248"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag(){dataLayer.push(arguments);}
			gtag('js', new Date());

			gtag('config', 'AW-926937248');
		</script>
		<?php endif; ?>
		<?php echo $__env->yieldContent('CSS'); ?>
		<?php
			if(App::environment() == 'local' || strpos(public_path(), 'desarrollo')){
				$pruebasDesarrollo = true;
				$storeFront = 'sumeclientes.test.onfastspring.com/';
				$fsDebug = "true";
			}
			else{
				$pruebasDesarrollo = false;
				$storeFront = 'sumeclientes.onfastspring.com/';
				$fsDebug = "false";
			}
		?>
	</head>
	<body style="background: white;">
		<div class="container" style="padding-top: 5px; padding-bottom: 70px;">
			<div class="row">
				<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
					<img src="<?php echo asset('SysWeb/SumeClientes/SumeClientesBasadoResultados.png'); ?>" class="img-responsive" title="logo-sumeclientes" alt="Sume Clientes">
				</div>
				<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
					<!-- <h3 style="font-style: italic; text-align: center; margin: 0 auto; padding-top: 20px; font-weight: bold;"> Mercadeo en línea basado en resultados </h3> -->
				</div>
				<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
					<h3 style="font-weight: bold;"> ¿Necesitas ayuda? </h3>
					<p>
						Chatea con nosotros haciendo <a href="javascript:AbrirChat();"> clic aquí </a> <br><br>
						Horarios de atención: Lunes a Viernes de 8:00AM <br>
						a 5:30PM GMT-6 <br><br>
						Escribenos al correo: <a href="mailto:soporte@sumeclientes.com"> soporte@sumeclientes.com </a>
					</p>
				</div>
				<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
					<div id="frmAsistente" class="basic-wizard" style="box-shadow: 10px 10px 50px -7px rgba(0,0,0,0.75); margin-top: 30px;">
						<?php echo $__env->yieldContent('Contenido'); ?>
					</div>
				</div>
				<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
					<img src="<?php echo asset('SysWeb/SumeClientes/PSSGPP.png'); ?>" class="img-responsive center-block" style="padding-top: 35px;">
				</div>
			</div>
		</div>
		<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
		<?php echo HTML::script('WebPro/js/jquery-2.0.2.min.js'); ?>

		<!-- Include all compiled plugins (below), or include individual files as needed -->
		<?php echo HTML::script('WebPro/bootstrap/js/bootstrap.min.js'); ?>

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

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

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

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

		<?php /* HTML::script('WebPro/js/form-wizard.js') */ ?>
		<?php echo HTML::script('PNotify/pnotify.custom.min.js'); ?>

		<?php echo HTML::script('isLoading-jQuery/jquery.isloading.min.js'); ?>

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

		<?php echo HTML::script('DataTables/jquery.dataTables.min.js'); ?>

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

		<?php echo HTML::script('DataTables/dataTables.responsive.min.js'); ?>

		<?php echo HTML::script('DataTables/dataTables.select.min.js'); ?>

		<?php echo HTML::script('DataTables/dataTables.buttons.min.js'); ?>

		<?php echo HTML::script('DataTables/dataTables.fixedHeader.min.js'); ?>


		<?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 echo HTML::script('bootstrap-select/js/bootstrap-select.min.js'); ?>

		<?php echo HTML::script('Intl-Tel-Input/17.0.3/js/intlTelInput-jquery17-0-16.min.js'); ?>

		<?php echo HTML::script('country-region-selector/crs.min.js'); ?>

		<?php echo HTML::script('bootstrap-datetimepicker/js/moment-with-locales.js'); ?>

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

		<?php echo HTML::script('Webui-Popover/jquery.webui-popover.min.js'); ?>

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

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

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

		<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/x2js/1.2.0/xml2json.min.js"></script> -->
		<?php echo HTML::script('jQueryValidate/jquery.validate.min.js'); ?>

		<?php echo HTML::script('jQueryValidate/additional-methods.min.js'); ?>

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

		<?php echo $__env->yieldContent('JS'); ?>
		<script type="text/javascript">
			function AbrirChat(){
				window.Tawk_API.maximize();
			}
			$(document).ready(function(){
				/*Clics Botones Siguiente y Anterior*/
				$("#btnSiguienteInicio").click(function(e){ e.preventDefault; $("#aPaso1").trigger("click"); });
				$("#btnSiguientePaso1").click(function(e){ e.preventDefault; $("#aPaso2").trigger("click"); });
				$("#btnAnteriorPaso1").click(function(e){ e.preventDefault; $("#aInicio").trigger("click"); });
				$("#btnSiguientePaso2").click(function(e){ e.preventDefault; $("#aPaso3").trigger("click"); });
				$("#btnAnteriorPaso2").click(function(e){ e.preventDefault; $("#aPaso1").trigger("click"); });
				/**/  
				$(".selectpicker").selectpicker();
				<?php echo $__env->yieldContent('JSOr'); ?>
			});
		</script>
		<?php if($sesion){ Session::forget('DatosUsuario'); } ?>
	</body>
</html>