{"id":4809,"date":"2023-05-06T20:53:00","date_gmt":"2023-05-06T23:53:00","guid":{"rendered":"https:\/\/kaitekviajes.com.ar\/excursions\/"},"modified":"2023-08-07T17:46:05","modified_gmt":"2023-08-07T20:46:05","slug":"excursions","status":"publish","type":"page","link":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/","title":{"rendered":"Excursions"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4809\" class=\"elementor elementor-4809\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40e437b elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-height-default elementor-section-items-middle\" data-id=\"40e437b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-8037492\" data-id=\"8037492\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18fd69a elementor-widget elementor-widget-heading\" data-id=\"18fd69a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Excursions<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b52dbc elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6b52dbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0fd40 elementor-widget elementor-widget-heading\" data-id=\"4c0fd40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose your next adventure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\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-7eb3db8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7eb3db8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<script>\n\t\t\t(function() {\n\n\t\t\t\tconst offcanavs = document.querySelectorAll( '.jet-offcanvas' );\n\n\t\t\t\toffcanavs.forEach( ( offcanv ) => {\n\n\t\t\t\t\tlet parent = offcanv.parentNode;\n\t\t\t\t\tlet settings = JSON.parse( offcanv.dataset.jetOffcanvas );\n\t\t\t\t\tlet expandNode = document.createElement( 'div' );\n\t\t\t\t\tlet collapseNode = document.createElement( 'div' );\n\n\t\t\t\t\texpandNode.classList.add( 'jet-offcanvas-trigger-wrap' );\n\t\t\t\t\tcollapseNode.classList.add( 'jet-offcanvas-trigger-wrap' );\n\n\t\t\t\t\texpandNode.classList.add( 'jet-offcanvas-' + offcanv.dataset.id );\n\n\t\t\t\t\texpandNode.innerHTML = '<div class=\"jet-offcanvas-expand jet-offcanvas-trigger\" tabindex=\"-1\">' + settings.expand + '<\/div>';\n\t\t\t\t\tcollapseNode.innerHTML = '<div class=\"jet-offcanvas-collapse jet-offcanvas-trigger\" tabindex=\"-1\">' + settings.collapse + '<\/div>';\n\n\t\t\t\t\tif ( parent ) {\n\t\t\t\t\t\tparent.classList.add( 'jet-offcanvas-parent' );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( offcanv.classList.contains( 'elementor-column' ) ) {\n\t\t\t\t\t\toffcanv.querySelector( '.elementor-element-populated' ).prepend( collapseNode );\n\t\t\t\t\t} else {\n\t\t\t\t\t\toffcanv.prepend( collapseNode );\n\t\t\t\t\t}\n\n\t\t\t\t\tparent.prepend( expandNode );\n\n\t\t\t\t\texpandNode.firstElementChild.addEventListener( 'click', () => {\n\t\t\t\t\t\toffcanv.classList.add( 'is-active' );\n\t\t\t\t\t\tparent.classList.add( 'is-active' );\n\t\t\t\t\t} );\n\n\t\t\t\t\tcollapseNode.firstElementChild.addEventListener( 'click', () => {\n\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t} );\n\n\t\t\t\t\tdocument.addEventListener( 'click', ( event ) => {\n\n\t\t\t\t\t\t\/\/ if element diractly has required class - close offcanvas\n\t\t\t\t\t\tif ( event.target.classList.contains( 'offcanvas-collapse' ) ) {\n\t\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ if its button inside element with required class - also close offcanvas\n\t\t\t\t\t\tif ( 'BUTTON' === event.target.tagName ) {\n\t\t\t\t\t\t\tlet parentTarget = event.target.closest( '.offcanvas-collapse' );\n\t\t\t\t\t\t\tif ( parentTarget ) {\n\t\t\t\t\t\t\t\toffcanv.classList.remove( 'is-active' );\n\t\t\t\t\t\t\t\tparent.classList.remove( 'is-active' );\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\n\t\t\t\t});\n\n\t\t\t})()\n\t\t<\/script>\n\t\t\t\t<div class=\"jet-offcanvas elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c6dfc58 jet-offcanvas--yes\" data-jet-offcanvas=\"{&quot;expand&quot;:&quot;&lt;div class=\\&quot;jet-offcanvas-icon\\&quot;&gt;&lt;svg aria-hidden=\\&quot;true\\&quot; class=\\&quot;e-font-icon-svg e-fas-filter\\&quot; viewBox=\\&quot;0 0 512 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&lt;\\\/div&gt;Filtrar&quot;,&quot;collapse&quot;:&quot;&lt;div class=\\&quot;jet-offcanvas-icon\\&quot;&gt;&lt;svg aria-hidden=\\&quot;true\\&quot; class=\\&quot;e-font-icon-svg e-fas-long-arrow-alt-left\\&quot; viewBox=\\&quot;0 0 448 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&lt;\\\/div&gt;Volver&quot;}\" data-id=\"c6dfc58\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8640746 elementor-widget elementor-widget-woocommerce-breadcrumb\" data-id=\"8640746\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-breadcrumb.default\">\n\t\t\t\t\t<nav class=\"woocommerce-breadcrumb\" aria-label=\"Breadcrumb\" data-no-translation=\"\" data-trp-gettext=\"\">Inicio<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-838636a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"838636a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\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-inner-column elementor-element elementor-element-a894f11\" data-id=\"a894f11\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0c0fbf0 elementor-widget elementor-widget-heading\" data-id=\"0c0fbf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Filters<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d755832 elementor-widget elementor-widget-heading\" data-id=\"d755832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Price<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b3cf93 elementor-widget elementor-widget-jet-smart-filters-range\" data-id=\"0b3cf93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-range.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-range jet-filter\" data-indexer-rule=\"show\" data-show-counter=\"\" data-change-counter=\"always\">\n<div class=\"jet-range\" data-query-type=\"meta_query\" data-query-var=\"_price\" data-smart-filter=\"range\" data-filter-id=\"937\" data-apply-type=\"ajax\" data-content-provider=\"jet-engine\" data-additional-providers=\"\" data-query-id=\"default\" data-active-label=\"\" data-layout-options=\"{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}\" data-query-var-suffix=\"range\" data-apply-on=\"value\" data-format=\"{&quot;decimal_num&quot;:0,&quot;decimal_sep&quot;:&quot;,&quot;,&quot;thousands_sep&quot;:&quot;.&quot;}\">\n\t<fieldset class=\"jet-range__slider\">\n\t\t<legend style=\"display:none;\">Price filter - slider<\/legend>\n\t\t<div class=\"jet-range__slider__track\">\n\t\t\t<div class=\"jet-range__slider__track__range\"><\/div>\n\t\t<\/div>\n\t\t<input type=\"range\" class=\"jet-range__slider__input jet-range__slider__input--min\" step=\"1\" min=\"24000\" max=\"4100000\" value=\"24000\" aria-label=\"Minimum value\" >\n\t\t<input type=\"range\" class=\"jet-range__slider__input jet-range__slider__input--max\" step=\"1\" min=\"24000\" max=\"4100000\" value=\"4100000\" aria-label=\"Maximum value\" >\n\t<\/fieldset>\n\t\t<div class=\"jet-range__values\">\n\t\t<span class=\"jet-range__values-prefix\">$<\/span><span class=\"jet-range__values-min\">24.000<\/span><span class=\"jet-range__values-suffix\"><\/span> \u2014 <span class=\"jet-range__values-prefix\">$<\/span><span class=\"jet-range__values-max\">4.100.000<\/span><span class=\"jet-range__values-suffix\"><\/span>\n\t<\/div>\n\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04dee16 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"04dee16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e41d01f elementor-widget elementor-widget-heading\" data-id=\"e41d01f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Type of excursion<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60a669a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"60a669a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d03bf8 elementor-widget elementor-widget-heading\" data-id=\"1d03bf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Time of year<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65aa775 jet-smart-filter-content-position-column jet-smart-filter-group-position-column elementor-widget elementor-widget-jet-smart-filters-select\" data-id=\"65aa775\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-select.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-select jet-filter\" data-indexer-rule=\"show\" data-show-counter=\"\" data-change-counter=\"always\"><div class=\"jet-select\" data-query-type=\"meta_query\" data-query-var=\"epoca-del-ano\" data-smart-filter=\"select\" data-filter-id=\"1235\" data-apply-type=\"ajax\" data-content-provider=\"jet-engine\" data-additional-providers=\"\" data-query-id=\"default\" data-active-label=\"\" data-layout-options=\"{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:false,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}\" data-query-var-suffix=\"is_custom_checkbox\" data-apply-on=\"value\">\n\t\t\t\t<select\n\t\t\tclass=\"jet-select__control\"\n\t\t\tname=\"epoca-del-ano\"\n\t\t\t\t\t\taria-label=\"Time of year\"\n\t\t>\n\t\t\n\t\t\t\t\t<option\n\t\t\t\tvalue=\"\"\n\t\t\t\tdata-label=\"\u00c9poca del a\u00f1o\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>Time of year<\/option>\n\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"Invierno\"\n\t\t\t\tdata-label=\"Invierno\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>Winter<\/option>\n\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"Oto\u00f1o\"\n\t\t\t\tdata-label=\"Oto\u00f1o\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>Autumn<\/option>\n\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"Primavera\"\n\t\t\t\tdata-label=\"Primavera\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>Spring<\/option>\n\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"Verano\"\n\t\t\t\tdata-label=\"Verano\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>Summer<\/option>\n\t\t\t\t\t\t<option\n\t\t\t\tvalue=\"Todo el a\u00f1o\"\n\t\t\t\tdata-label=\"Todo el a\u00f1o\"\n\t\t\t\tdata-counter-prefix=\"\"\n\t\t\t\tdata-counter-suffix=\"\"\n\t\t\t\t\t\t\t\t\t\t\t>All year<\/option>\n\t\t\t<\/select>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e82894 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5e82894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f87486 elementor-widget elementor-widget-heading\" data-id=\"0f87486\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Duration<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4081bc elementor-widget elementor-widget-jet-smart-filters-checkboxes\" data-id=\"e4081bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-smart-filters-checkboxes.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-smart-filters-checkboxes jet-filter\" data-indexer-rule=\"show\" data-show-counter=\"\" data-change-counter=\"always\"><div class=\"jet-checkboxes-list\" data-query-type=\"meta_query\" data-query-var=\"duracion\" data-smart-filter=\"checkboxes\" data-filter-id=\"949\" data-apply-type=\"ajax\" data-content-provider=\"jet-engine\" data-additional-providers=\"\" data-query-id=\"default\" data-active-label=\"\" data-layout-options=\"{&quot;show_label&quot;:&quot;&quot;,&quot;display_options&quot;:{&quot;show_items_label&quot;:false,&quot;show_decorator&quot;:&quot;yes&quot;,&quot;filter_image_size&quot;:&quot;full&quot;,&quot;show_counter&quot;:false}}\" data-query-var-suffix=\"is_custom_checkbox\" data-apply-on=\"value\"><fieldset class=\"jet-checkboxes-list-wrapper\"><legend style=\"display:none;\">Duration<\/legend><div class=\"jet-checkboxes-list__row jet-filter-row\">\n\t\t<label class=\"jet-checkboxes-list__item\" >\n\t\t<input\n\t\t\ttype=\"checkbox\"\n\t\t\tclass=\"jet-checkboxes-list__input\"\n\t\t\tname=\"duracion\"\n\t\t\tvalue=\"D\u00eda entero\"\n\t\t\tdata-label=\"D\u00eda entero\"\n\t\t\t\t\t\taria-label=\"All day\"\n\t\t\t\t\t>\n\t\t<div class=\"jet-checkboxes-list__button\">\n\t\t\t\t\t\t\t<span class=\"jet-checkboxes-list__decorator\">\n\t\t\t\t\t<i class=\"jet-checkboxes-list__checked-icon\"><svg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"><\/path>\n<\/svg>\n<\/i>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"jet-checkboxes-list__label\">All day<\/span>\n\t\t\t\t\t<\/div>\n\t<\/label>\n<\/div><div class=\"jet-checkboxes-list__row jet-filter-row\">\n\t\t<label class=\"jet-checkboxes-list__item\" >\n\t\t<input\n\t\t\ttype=\"checkbox\"\n\t\t\tclass=\"jet-checkboxes-list__input\"\n\t\t\tname=\"duracion\"\n\t\t\tvalue=\"Medio d\u00eda\"\n\t\t\tdata-label=\"Medio D\u00eda\"\n\t\t\t\t\t\taria-label=\"Noon\"\n\t\t\t\t\t>\n\t\t<div class=\"jet-checkboxes-list__button\">\n\t\t\t\t\t\t\t<span class=\"jet-checkboxes-list__decorator\">\n\t\t\t\t\t<i class=\"jet-checkboxes-list__checked-icon\"><svg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"><\/path>\n<\/svg>\n<\/i>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"jet-checkboxes-list__label\">Noon<\/span>\n\t\t\t\t\t<\/div>\n\t<\/label>\n<\/div><\/fieldset><\/div>\n<\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7880a3d\" data-id=\"7880a3d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-179328d elementor-widget elementor-widget-jet-listing-grid\" data-id=\"179328d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"jet-listing-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing-grid jet-listing\"><div class=\"jet-listing-grid__items grid-col-desk-2 grid-col-tablet-2 grid-col-mobile-1 jet-listing-grid--244 jet-equal-columns__wrapper woocommerce\" data-queried-id=\"4809|WP_Post\" data-nav=\"{&quot;enabled&quot;:true,&quot;type&quot;:&quot;scroll&quot;,&quot;more_el&quot;:null,&quot;query&quot;:{&quot;post_status&quot;:[&quot;publish&quot;],&quot;post_type&quot;:&quot;product&quot;,&quot;posts_per_page&quot;:&quot;10&quot;,&quot;paged&quot;:&quot;1&quot;,&quot;ignore_sticky_posts&quot;:&quot;1&quot;,&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;product_cat&quot;,&quot;field&quot;:&quot;name&quot;,&quot;terms&quot;:[&quot;excursiones&quot;],&quot;operator&quot;:&quot;IN&quot;}],&quot;suppress_filters&quot;:false,&quot;jet_smart_filters&quot;:&quot;jet-engine\\\/default&quot;},&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:244,&quot;posts_num&quot;:10,&quot;columns&quot;:2,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;No results found&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;yes&quot;,&quot;use_load_more&quot;:&quot;yes&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;scroll&quot;,&quot;load_more_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;use_custom_post_types&quot;:&quot;&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause_on_hover&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:false,&quot;custom_query_id&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;collapse_first_last_gap&quot;:false,&quot;list_items_wrapper_tag&quot;:&quot;div&quot;,&quot;list_item_tag&quot;:&quot;div&quot;,&quot;empty_items_wrapper_tag&quot;:&quot;div&quot;}}\" data-page=\"1\" data-pages=\"5\" data-listing-source=\"posts\" data-listing-id=\"244\" data-query-id=\"\"><div class=\"jet-listing-grid__item jet-listing-dynamic-post-208 jet-equal-columns\" data-post-id=\"208\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/pinguinera-y-tour-de-la-centolla-en-4x4\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/03_cc_ap.jpg\" class=\"attachment-large size-large wp-image-2330\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ping\u00fcinera y Tour de la Centolla 4&#215;4<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"208\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;330.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> Summer<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/pinguinera-y-tour-de-la-centolla-en-4x4\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2346 jet-equal-columns\" data-post-id=\"2346\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/aventura-de-los-lagos-en-4x4\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"315\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/12\/heather_lagos_4x4.png\" class=\"attachment-large size-large wp-image-13540\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/12\/heather_lagos_4x4.png 600w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/12\/heather_lagos_4x4-300x158.png 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4\u00d74 Lakes Adventure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2346\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;190.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/aventura-de-los-lagos-en-4x4\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2352 jet-equal-columns\" data-post-id=\"2352\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/parque-nacional-tierra-del-fuego\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"669\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/07_pntf.jpg\" class=\"attachment-large size-large wp-image-2362\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/07_pntf.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/07_pntf-300x251.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/07_pntf-768x642.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/07_pntf-600x502.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tierra del Fuego National Park<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2352\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;90.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> Noon<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/parque-nacional-tierra-del-fuego\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2414 jet-equal-columns\" data-post-id=\"2414\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/cabo-san-pablo-y-estancia-pirinaica\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"520\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/006_cabo_san_pablo.jpg\" class=\"attachment-large size-large wp-image-2420\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/006_cabo_san_pablo.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/006_cabo_san_pablo-300x195.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/006_cabo_san_pablo-768x499.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/006_cabo_san_pablo-600x390.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cape San Pablo and Estancia Pirinaica<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2414\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;230.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/cabo-san-pablo-y-estancia-pirinaica\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2388 jet-equal-columns\" data-post-id=\"2388\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/ruta-de-la-centolla-en-4x4\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"666\" height=\"1024\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-666x1024.jpg\" class=\"attachment-large size-large wp-image-15657\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-666x1024.jpg 666w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-195x300.jpg 195w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-768x1182.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-998x1536.jpg 998w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-1331x2048.jpg 1331w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-600x923.jpg 600w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2025\/06\/00_ruta_de_la_centolla-scaled.jpg 1664w\" sizes=\"(max-width: 666px) 100vw, 666px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4\u00d74 King Crab Route<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2388\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;190.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/ruta-de-la-centolla-en-4x4\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2711 jet-equal-columns\" data-post-id=\"2711\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-nocturno-glaciar-martial\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"669\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/02_martial_nocturno.jpg\" class=\"attachment-large size-large wp-image-2714\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/02_martial_nocturno.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/02_martial_nocturno-300x251.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/02_martial_nocturno-768x642.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/02_martial_nocturno-600x502.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Martial Glacier Night Trek<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2711\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;160.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> Noon<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-nocturno-glaciar-martial\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-188 jet-equal-columns\" data-post-id=\"188\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/avistaje-de-castores-en-4x4-con-cena\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"669\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/01_avistaje_de_castores_PORTADA201.jpg\" class=\"attachment-large size-large wp-image-192\" alt=\"dos castores armando una represa\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/01_avistaje_de_castores_PORTADA201.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/01_avistaje_de_castores_PORTADA201-600x502.jpg 600w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/01_avistaje_de_castores_PORTADA201-300x251.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/01_avistaje_de_castores_PORTADA201-768x642.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4x4 Beaver Watching with Dinner<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"188\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;190.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> Autumn, Spring, Summer<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/avistaje-de-castores-en-4x4-con-cena\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2739 jet-equal-columns\" data-post-id=\"2739\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/tren-del-fin-del-mundo\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"520\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/01_tfm_portada.jpg\" class=\"attachment-large size-large wp-image-2742\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/01_tfm_portada.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/01_tfm_portada-300x195.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/01_tfm_portada-768x499.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/01_tfm_portada-600x390.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">End of the World Train<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2739\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;60.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> Noon<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 06 cuotas fijas <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/tren-del-fin-del-mundo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-2938 jet-equal-columns\" data-post-id=\"2938\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-a-glaciar-vinciguerra\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"669\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/04_glaciar_vinciguerra.jpg\" class=\"attachment-large size-large wp-image-2941\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/04_glaciar_vinciguerra.jpg 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/04_glaciar_vinciguerra-300x251.jpg 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/04_glaciar_vinciguerra-768x642.jpg 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/07\/04_glaciar_vinciguerra-600x502.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trekking to Vinciguerra Glacier<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"2938\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;195.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> All day<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-a-glaciar-vinciguerra\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><div class=\"jet-listing-grid__item jet-listing-dynamic-post-177 jet-equal-columns\" data-post-id=\"177\" >\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"244\" class=\"elementor elementor-244\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f7ca9 e-con-full e-flex e-con e-parent\" data-id=\"15f7ca9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-821502c no-lazy elementor-widget elementor-widget-image\" data-id=\"821502c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-a-laguna-esmeralda\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"520\" src=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/00_laguna_esmeralda-1.png\" class=\"attachment-large size-large wp-image-2320\" alt=\"\" srcset=\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/00_laguna_esmeralda-1.png 800w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/00_laguna_esmeralda-1-300x195.png 300w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/00_laguna_esmeralda-1-768x499.png 768w, https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/05\/00_laguna_esmeralda-1-600x390.png 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61e52e7 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-terms\" data-id=\"61e52e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-terms.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-terms\"><span class=\"jet-listing-dynamic-terms__link\">Excursions<\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36c6f8e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36c6f8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trekking to Laguna Esmeralda<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8b899 sale_price elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"7c8b899\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-7c8b899{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a00344 e-con-full e-flex e-con e-child\" data-id=\"6a00344\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-33f329b e-con-full e-flex e-con e-child\" data-id=\"33f329b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54506bf elementor-widget elementor-widget-heading\" data-id=\"54506bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"177\">From: <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">AR$<\/span>&nbsp;150.000<\/span><\/span><\/h2>\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-8f46a26 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"8f46a26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-cloud-sun\" aria-hidden=\"true\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Time of year:<\/b> All year<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfa698 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"adfa698\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__icon is-svg-icon\"><svg class=\"e-font-icon-svg e-fas-clock\" aria-hidden=\"true\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"><\/path><\/svg><\/div><div class=\"jet-listing-dynamic-field__content\"><b>Duration:<\/b> Noon<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a08c7fd elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"a08c7fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\"> 6 interest-free installments <\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796820e elementor-align-justify elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"796820e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/kaitekviajes.com.ar\/en\/product\/trekking-a-laguna-esmeralda\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"jet-listing-grid__loader\"><div class=\"jet-listing-grid__loader-spinner\"><\/div><div class=\"jet-listing-grid__loader-text\">Loading more excursions...<\/div><\/div><\/div>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a2f9e1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a2f9e1d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;pyramids&quot;,&quot;shape_divider_bottom&quot;:&quot;pyramids&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9\"\/>\n<\/svg>\t\t<\/div>\n\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-8973ae7\" data-id=\"8973ae7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-088b5c4 elementor-widget elementor-widget-heading\" data-id=\"088b5c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Do not hesitate to contact us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22f8d49 elementor-button-align-end elementor-mobile-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"22f8d49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Product Form\" aria-label=\"Product Form\" action=\"\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"4809\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"22f8d49\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Excursions - Kaitek Viajes\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"4809\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-33 elementor-sm-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tYam\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Yam\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-sm-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tLast name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Last name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_e531d34 elementor-col-33 elementor-sm-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_e531d34\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tE-mail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[field_e531d34]\" id=\"form-field-field_e531d34\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"E-mail\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-message elementor-col-33 elementor-sm-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPhone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[message]\" id=\"form-field-message\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and telephone characters (#, -, *, etc.) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_a39f634 elementor-col-33 elementor-sm-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_a39f634\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCountry\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_a39f634]\" id=\"form-field-field_a39f634\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Country\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_4fdf3cf elementor-col-33 elementor-sm-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_4fdf3cf\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCity\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_4fdf3cf]\" id=\"form-field-field_4fdf3cf\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"City\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_95d369a elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_95d369a\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tComment\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[field_95d369a]\" id=\"form-field-field_95d369a\" rows=\"4\" placeholder=\"Comment\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha elementor-field-group elementor-column elementor-field-group-field_ccbcff2 elementor-col-100\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_ccbcff2\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send inquiry<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Choose your next adventure Filters Price Price filter \u2013 slider $9.000 \u2014 $1.250.000 Type of excursion Filter categories excursions 4\u00d74 Adventure Horseback Riding Classic Winter Navigations Overflights Trekking Ushuaia Time of year SeasonWinterSummerSpringAutumnAll year Duration Duration filter Full day Half day Excursions, Winter Time of year: Winter Duration: Full day SEE EXCURSION Excursions, Winter [\u2026]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-4809","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Excursions - Kaitek Viajes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excursions - Kaitek Viajes\" \/>\n<meta property=\"og:description\" content=\"Choose your next adventure Filters Price Filtro precio &#8211; slider $9.000 \u2014 $1.250.000 Type of excursion Filtro categorias excursiones Aventura en 4&#215;4 Cabalgatas Cl\u00e1sicas Invierno Navegaciones Sobrevuelos Trekking Ushuaia Time of year \u00c9pocainviernoVeranoPrimaveraOto\u00f1oTodo el a\u00f1o Duration Filtro duraci\u00f3n D\u00eda entero Medio D\u00eda Excursiones, Invierno \u00c9poca del a\u00f1o: Invierno Duraci\u00f3n: D\u00eda entero VER EXCURSION Excursiones, Invierno [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/\" \/>\n<meta property=\"og:site_name\" content=\"Kaitek Viajes\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-07T20:46:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/\",\"url\":\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/\",\"name\":\"Excursions - Kaitek Viajes\",\"isPartOf\":{\"@id\":\"https:\/\/kaitekviajes.com.ar\/#website\"},\"datePublished\":\"2023-05-06T23:53:00+00:00\",\"dateModified\":\"2023-08-07T20:46:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kaitekviajes.com.ar\/en\/excursions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/kaitekviajes.com.ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excursions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kaitekviajes.com.ar\/#website\",\"url\":\"https:\/\/kaitekviajes.com.ar\/\",\"name\":\"Kaitek Viajes\",\"description\":\"Excursiones - Ushuaia y Tierra del Fuego, Patagonia\",\"publisher\":{\"@id\":\"https:\/\/kaitekviajes.com.ar\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kaitekviajes.com.ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kaitekviajes.com.ar\/#organization\",\"name\":\"Kaitek Viajes\",\"url\":\"https:\/\/kaitekviajes.com.ar\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kaitekviajes.com.ar\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/04\/cropped-Logo-Kaitek-completo.png\",\"contentUrl\":\"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/04\/cropped-Logo-Kaitek-completo.png\",\"width\":1380,\"height\":706,\"caption\":\"Kaitek Viajes\"},\"image\":{\"@id\":\"https:\/\/kaitekviajes.com.ar\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excursions - Kaitek Viajes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/","og_locale":"en_US","og_type":"article","og_title":"Excursions - Kaitek Viajes","og_description":"Choose your next adventure Filters Price Filtro precio &#8211; slider $9.000 \u2014 $1.250.000 Type of excursion Filtro categorias excursiones Aventura en 4&#215;4 Cabalgatas Cl\u00e1sicas Invierno Navegaciones Sobrevuelos Trekking Ushuaia Time of year \u00c9pocainviernoVeranoPrimaveraOto\u00f1oTodo el a\u00f1o Duration Filtro duraci\u00f3n D\u00eda entero Medio D\u00eda Excursiones, Invierno \u00c9poca del a\u00f1o: Invierno Duraci\u00f3n: D\u00eda entero VER EXCURSION Excursiones, Invierno [&hellip;]","og_url":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/","og_site_name":"Kaitek Viajes","article_modified_time":"2023-08-07T20:46:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/","url":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/","name":"Excursions - Kaitek Viajes","isPartOf":{"@id":"https:\/\/kaitekviajes.com.ar\/#website"},"datePublished":"2023-05-06T23:53:00+00:00","dateModified":"2023-08-07T20:46:05+00:00","breadcrumb":{"@id":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kaitekviajes.com.ar\/en\/excursions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kaitekviajes.com.ar\/en\/excursions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/kaitekviajes.com.ar\/"},{"@type":"ListItem","position":2,"name":"Excursions"}]},{"@type":"WebSite","@id":"https:\/\/kaitekviajes.com.ar\/#website","url":"https:\/\/kaitekviajes.com.ar\/","name":"Kaitek Viajes","description":"Excursiones - Ushuaia y Tierra del Fuego, Patagonia","publisher":{"@id":"https:\/\/kaitekviajes.com.ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kaitekviajes.com.ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kaitekviajes.com.ar\/#organization","name":"Kaitek Viajes","url":"https:\/\/kaitekviajes.com.ar\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kaitekviajes.com.ar\/#\/schema\/logo\/image\/","url":"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/04\/cropped-Logo-Kaitek-completo.png","contentUrl":"https:\/\/kaitekviajes.com.ar\/wp-content\/uploads\/2023\/04\/cropped-Logo-Kaitek-completo.png","width":1380,"height":706,"caption":"Kaitek Viajes"},"image":{"@id":"https:\/\/kaitekviajes.com.ar\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/pages\/4809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/comments?post=4809"}],"version-history":[{"count":1,"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/pages\/4809\/revisions"}],"predecessor-version":[{"id":4820,"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/pages\/4809\/revisions\/4820"}],"wp:attachment":[{"href":"https:\/\/kaitekviajes.com.ar\/en\/wp-json\/wp\/v2\/media?parent=4809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}