{"id":2003,"date":"2023-07-25T06:16:49","date_gmt":"2023-07-25T04:16:49","guid":{"rendered":"https:\/\/hotelaeropuertojujuy.com\/index.php\/book-now\/"},"modified":"2026-03-26T18:41:45","modified_gmt":"2026-03-26T21:41:45","slug":"book-now","status":"publish","type":"page","link":"https:\/\/hotelaeropuertojujuy.com\/index.php\/book-now\/","title":{"rendered":"RESERVE AHORA"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2003\" class=\"elementor elementor-2003\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dee2b36 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dee2b36\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ff9e5ca\" data-id=\"ff9e5ca\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52a1c47a elementor-widget elementor-widget-shortcode\" data-id=\"52a1c47a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t\t<div class=\"vbo-js-helpers\" style=\"display: none;\">\n\t\t<div class=\"vbo-add-element-html\">\n\t\t\t<div class=\"vbo-search-num-aduchild-entry\">\n\t\t\t\t<span class=\"vbo-search-roomnum\">Room %d<\/span>\n\t\t\t\t<div class=\"vbo-search-num-adults-entry\">\n\t\t\t\t\t<label class=\"vbo-search-num-adults-entry-label\">Adults<\/label>\n\t\t\t\t\t<span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><\/select><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<script type=\"text\/javascript\">\n\t\/* <![CDATA[ *\/\n\tfunction vbAddElement() {\n\t\tvar ni = document.getElementById('vbo-search-num-aduchild-block');\n\t\tvar numi = document.getElementById('vbroomhelper');\n\t\tvar num = (document.getElementById('vbroomhelper').value -1)+ 2;\n\t\tnumi.value = num;\n\t\tvar newdiv = document.createElement('div');\n\t\tvar divIdName = 'vb'+num+'racont';\n\t\tnewdiv.setAttribute('id', divIdName);\n\t\tvar new_element_html = document.getElementsByClassName('vbo-add-element-html')[0].innerHTML;\n\t\tvar rp_rgx = new RegExp('%d', 'g');\n\t\tnewdiv.innerHTML = new_element_html.replace(rp_rgx, num);\n\t\tni.appendChild(newdiv);\n\t}\n\tfunction vbSetRoomsAdults(totrooms) {\n\t\tvar actrooms = parseInt(document.getElementById('vbroomhelper').value);\n\t\tvar torooms = parseInt(totrooms);\n\t\tvar difrooms;\n\t\tif(torooms > actrooms) {\n\t\t\tdifrooms = torooms - actrooms;\n\t\t\tfor(var ir=1; ir<=difrooms; ir++) {\n\t\t\t\tvbAddElement();\n\t\t\t}\n\t\t}\n\t\tif(torooms < actrooms) {\n\t\t\tfor(var ir=actrooms; ir>torooms; ir--) {\n\t\t\t\tif(ir > 1) {\n\t\t\t\t\tvar rmra = document.getElementById('vb' + ir + 'racont');\n\t\t\t\t\trmra.parentNode.removeChild(rmra);\n\t\t\t\t}\n\t\t\t}\n\t\t\tdocument.getElementById('vbroomhelper').value = torooms;\n\t\t}\n\t}\n\tfunction vbCalcNights() {\n\t\tvar vbcheckin = document.getElementById('checkindate').value;\n\t\tvar vbcheckout = document.getElementById('checkoutdate').value;\n\t\tif (vbcheckin.length > 0 && vbcheckout.length > 0) {\n\t\t\tvar vbcheckinp = vbcheckin.split(\"\/\");\n\t\t\tvar vbcheckoutp = vbcheckout.split(\"\/\");\n\t\t\t\t\tvar vbinmonth = parseInt(vbcheckinp[1]);\n\t\t\tvbinmonth = vbinmonth - 1;\n\t\t\tvar vbinday = parseInt(vbcheckinp[0], 10);\n\t\t\tvar vbcheckind = new Date(vbcheckinp[2], vbinmonth, vbinday);\n\t\t\tvar vboutmonth = parseInt(vbcheckoutp[1]);\n\t\t\tvboutmonth = vboutmonth - 1;\n\t\t\tvar vboutday = parseInt(vbcheckoutp[0], 10);\n\t\t\tvar vbcheckoutd = new Date(vbcheckoutp[2], vboutmonth, vboutday);\n\t\t\t\t\t\tvar vbdivider = 1000 * 60 * 60 * 24;\n\t\t\tvar vbints = vbcheckind.getTime();\n\t\t\tvar vboutts = vbcheckoutd.getTime();\n\t\t\tif(vboutts > vbints) {\n\t\t\t\t\/\/var vbnights = Math.ceil((vboutts - vbints) \/ (vbdivider));\n\t\t\t\tvar utc1 = Date.UTC(vbcheckind.getFullYear(), vbcheckind.getMonth(), vbcheckind.getDate());\n\t\t\t\tvar utc2 = Date.UTC(vbcheckoutd.getFullYear(), vbcheckoutd.getMonth(), vbcheckoutd.getDate());\n\t\t\t\tvar vbnights = Math.ceil((utc2 - utc1) \/ vbdivider);\n\t\t\t\tif(vbnights > 0) {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = 'Nights: '+vbnights;\n\t\t\t\t} else {\n\t\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t\t}\n\t\t} else {\n\t\t\tdocument.getElementById('vbjstotnights').innerHTML = '';\n\t\t}\n\t}\n\t\/* ]]> *\/\n\t<\/script>\n\t<input type=\"hidden\" id=\"vbroomhelper\" value=\"1\"\/>\n\t\t<div class=\"vbo-intro-main\"><\/div>\n\t<div class=\"vbdivsearch vbo-search-mainview\"><form action=\"https:\/\/hotelaeropuertojujuy.com\/index.php\/book-now\/?option=com_vikbooking\" method=\"post\"><div class=\"vb-search-inner\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikbooking\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkin\"><label for=\"checkindate\">Check-in Date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkindate\" id=\"checkindate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkinh\" value=\"15\"\/><input type=\"hidden\" name=\"checkinm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-inpblock vbo-search-inpblock-checkout\"><label for=\"checkoutdate\">Check-out Date<\/label><div class=\"input-group\"><input type=\"text\" name=\"checkoutdate\" id=\"checkoutdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vbo-caltrigger\"><\/i><\/div><input type=\"hidden\" name=\"checkouth\" value=\"11\"\/><input type=\"hidden\" name=\"checkoutm\" value=\"0\"\/><\/div>\n<div class=\"vbo-search-num-racblock\">\n\t<div class=\"vbo-search-num-rooms\"><label for=\"vbo-roomsnum\">Rooms<\/label><select id=\"vbo-roomsnum\" name=\"roomsnum\" onchange=\"vbSetRoomsAdults(this.value);\">\n<option value=\"1\">1<\/option>\n<option value=\"2\">2<\/option>\n<option value=\"3\">3<\/option>\n<option value=\"4\">4<\/option>\n<option value=\"5\">5<\/option>\n<\/select>\n<\/div>\n\t<div class=\"vbo-search-num-aduchild-block\" id=\"vbo-search-num-aduchild-block\">\n\t\t<div class=\"vbo-search-num-aduchild-entry\"><span class=\"vbo-search-roomnum\">Room 1<\/span>\n\t\t\t<div class=\"vbo-search-num-adults-entry\"><label class=\"vbo-search-num-adults-entry-label\">Adults<\/label><span class=\"vbo-search-num-adults-entry-inp\"><select name=\"adults[]\"><option value=\"1\">1<\/option><option value=\"2\">2<\/option><option value=\"3\">3<\/option><option value=\"4\">4<\/option><option value=\"5\">5<\/option><option value=\"6\">6<\/option><\/select><\/span><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div id=\"vbjstotnights\"><\/div>\n<\/div>\n<div class=\"vbo-search-submit\"><input type=\"submit\" name=\"search\" value=\"Search\" class=\"btn vbo-pref-color-btn\"\/><\/div>\n<\/div>\n<\/form><\/div>\t<div class=\"vbo-closing-main\"><\/div>\n\t\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35a1f5f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35a1f5f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8c1a81f\" data-id=\"8c1a81f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1d94048 elementor-shape-circle elementor-widget__width-initial elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"1d94048\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.14.0 - 26-06-2023 *\/\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}<\/style>\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-4395dcf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<i class=\"fab fa-whatsapp\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0d610d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d0d610d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.14.0 - 26-06-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">Enviar comprobante de la transferencia por WhatsApp a +5493884872233<br>\n Alias: MMARTIN272.ST<br>Nombre: MARIA Martinez<br><br>(Si elige transferir a cta de Paypal, Zelle, Prex, abone la totalidad, si no, puede reservar por AIRBNB) <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Whatsapp Enviar comprobante de la transferencia por WhatsApp a +5493884872233 Alias: MMARTIN272.STNombre: MARIA Martinez (Si elige transferir a cta de Paypal, Zelle, Prex, abone la totalidad, si no, puede reservar por AIRBNB)<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-2003","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/pages\/2003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/comments?post=2003"}],"version-history":[{"count":78,"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/pages\/2003\/revisions"}],"predecessor-version":[{"id":2926,"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/pages\/2003\/revisions\/2926"}],"wp:attachment":[{"href":"https:\/\/hotelaeropuertojujuy.com\/index.php\/wp-json\/wp\/v2\/media?parent=2003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}