{"id":5600,"date":"2025-08-01T09:16:47","date_gmt":"2025-08-01T07:16:47","guid":{"rendered":"https:\/\/www.hotelsoleriva.it\/?page_id=5600"},"modified":"2025-09-12T16:26:06","modified_gmt":"2025-09-12T14:26:06","slug":"landing-ar","status":"publish","type":"page","link":"https:\/\/www.hotelsoleriva.it\/ar\/","title":{"rendered":"Landing Ar"},"content":{"rendered":"\n<div class=\"wp-block-group landing-arabic-nav is-style-wide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" width=\"1024\" height=\"282\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-1024x282.png\" alt=\"\" class=\"wp-image-4335\" style=\"width:200px\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-1024x282.png 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-300x83.png 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-768x211.png 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><a href=\"#camere\"><strong>\u063a\u0631\u0641\u0646\u0627<\/strong><\/a><\/p>\n\n\n\n<p>|<\/p>\n\n\n\n<p><a href=\"#parcheggio\"><strong>\u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a<\/strong><\/a><\/p>\n\n\n\n<p>|<\/p>\n\n\n\n<p><a href=\"#indicazioni\"><strong>\u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0646\u0627<\/strong><\/a><\/p>\n\n\n\n<p>|<\/p>\n\n\n\n<p><a href=\"#spa\"><strong>\u0633\u0628\u0627 \u062e\u0627\u0635<\/strong><\/a><\/p>\n\n\n\n<p>|<\/p>\n\n\n\n<div class=\"wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-rtl wpml-ls-legacy-dropdown-click js-wpml-ls-legacy-dropdown-click\">\n\t<ul>\n\n\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-ar wpml-ls-current-language wpml-ls-last-item wpml-ls-item-legacy-dropdown-click\">\n\n\t\t\t<a href=\"#\" class=\"js-wpml-ls-item-toggle wpml-ls-item-toggle\">\n                <span class=\"wpml-ls-native\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/span><\/a>\n\n\t\t\t<ul class=\"js-wpml-ls-sub-menu wpml-ls-sub-menu\">\n\t\t\t\t\n\t\t\t\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-first-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.hotelsoleriva.it\/en\/\" class=\"wpml-ls-link\">\n                            <span class=\"wpml-ls-native\" lang=\"en\">EN<\/span><\/a>\n\t\t\t\t\t<\/li>\n\n\t\t\t\t\n\t\t\t\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-it\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.hotelsoleriva.it\/it\/\" class=\"wpml-ls-link\">\n                            <span class=\"wpml-ls-native\" lang=\"it\">IT<\/span><\/a>\n\t\t\t\t\t<\/li>\n\n\t\t\t\t\n\t\t\t\t\t<li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-de\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.hotelsoleriva.it\/de\/\" class=\"wpml-ls-link\">\n                            <span class=\"wpml-ls-native\" lang=\"de\">DE<\/span><\/a>\n\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t<\/ul>\n\n\t\t<\/li>\n\n\t<\/ul>\n<\/div>\n\n<\/div><\/div>\n\n\n\t\t<div class=\"bg-slideshow-fade\" \n\t\t data-images='[\n\t\t   \"\/wp-content\/uploads\/2020\/07\/banner-home-scaled.jpg\",\n\t\t   \"\/wp-content\/uploads\/2021\/07\/NZ61317.jpg\",\n\t\t   \"\/wp-content\/uploads\/2025\/03\/DAN8336-copia.webp\",\n\t\t   \"\/wp-content\/uploads\/2020\/11\/GHI_Hotel_Sole_Riva_Colazione-banner.png\"\n\t\t ]'\n\t\t data-interval=\"3000\"><\/div>\n\t\t\n\t\t<script>\n\t\t\tjQuery(document).ready(function($){\n\t\t\t  jQuery('.bg-slideshow-fade').each(function(){\n\t\t\t\tvar wrap = jQuery(this);\n\t\t\t\tvar images = JSON.parse(wrap.attr('data-images') || '[]');\n\t\t\t\tvar interval = parseInt(wrap.attr('data-interval') || '5000',10);\n\t\t\t\tif(!images.length) return;\n\n\t\t\t\t\/\/ crea i div .slide\n\t\t\t\tjQuery.each(images, function(i,src){\n\t\t\t\t  var s = jQuery('<div class=\"slide\"><\/div>').css('background-image','url('+src+')');\n\t\t\t\t  if(i===0) s.addClass('active');\n\t\t\t\t  wrap.append(s);\n\t\t\t\t});\n\n\t\t\t\tvar idx = 0, slides = wrap.find('.slide');\n\t\t\t\tif(slides.length>1){\n\t\t\t\t  setInterval(function(){\n\t\t\t\t\tslides.eq(idx).removeClass('active');\n\t\t\t\t\tidx = (idx+1) % slides.length;\n\t\t\t\t\tslides.eq(idx).addClass('active');\n\t\t\t\t  }, interval);\n\t\t\t\t}\n\t\t\t  });\n\t\t\t});\n\t\t\t<\/script>\n\t\n\n\n\n<div class=\"wp-block-cover is-light is-style-wide\" style=\"min-height:80vh;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#006696\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-background-color has-text-color has-link-color wp-elements-5eb4d78eb6c4437fdc62120bc2ba43b0\" style=\"font-size:21px\">WELCOME TO<br><span style=\"font-size:60px\">HOTEL SOLE<\/span><br>RELAX &amp; PANORAMA<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"booking-form\" class=\"booking-form\">\n\t<div class=\"container\">\n\t\t<div id=\"sb-container\"><\/div>\n\t\t<a id=\"bfPreventivo\" class=\"btn-booking hidden\" href=\"https:\/\/www.hotelsoleriva.it\/it\/richiedi-preventivo\/\">\n\t\t\tRequest a quote\t\t<\/a>\n\t\t\t\t<div class=\"booking-form-sticky\">\n\t\t\t<a style=\"display: inline-block;\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" class=\"btn-booking\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\t\t\t<a class=\"btn-booking\" href=\"https:\/\/www.hotelsoleriva.it\/it\/richiedi-preventivo\/\">\n\t\t\t\tRequest a quote\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n\t\t\tjQuery(window).load(function() {\n\t\t\t\t(function (i, s, o, g, r, a, m) {\n\t\t\t\t\t\ti['SBSyncroBoxParam'] = r; i[r] = i[r] || function () {\n\t\t\t\t\t\t\t\t(i[r].q = i[r].q || []).push(arguments)\n\t\t\t\t\t\t}, i[r].l = 1 * new Date(); a = s.createElement(o),\n\t\t\t\t\t\tm = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)\n\t\t\t\t})(window, document, 'script', 'https:\/\/cdn.simplebooking.it\/search-box-script.axd?IDA=5520','SBSyncroBox');\n\n\t\t\t\tSBSyncroBox({\n\t\t\t\t\tCodLang: 'AR',\n\t\t\t\t\tAddresses: { HttpHost: \"https:\/\/simplebooking.hotelsoleriva.it\" },\n\t\t\t\t\tStyles: {\n\t\t\t\t\t\tCustomColor: '#000',\t\/\/colore di tutti i testi interni ai campi\n\t\t\t\t\t\tCustomBGColor: '#f5c000',\t\/\/Background color di tutto il blocco\n\t\t\t\t\t\tCustomFieldBackgroundColor: '#fff',\t\/\/Background singoli campi\n\t\t\t\t\t\tCustomButtonBGColor: '#4497e9',\t\/\/Background bottone cerca\n\t\t\t\t\t\tCustomButtonHoverBGColor: '#1359a0', \/\/Hover bottone cerca\n\t\t\t\t\t\tCustomIntentSelectionColor: '#000',\t\/\/Hover colore data calendario\n\t\t\t\t\t\tCustomCalendarBackgroundColor: '#fff',  \/\/Sfondo calendari\n\t\t\t\t\t\tCustomLabelColor: '#000', \/\/Colore label sopra ai campi\n\t\t\t\t\t\tCustomAccentColor: '#4497e9', \/\/Background range selezionato su calendario\n\t\t\t\t\t\tCustomAccentColorHover: '#1359a0', \/\/Background range selezionato su calendario on hover\n\t\t\t\t\t\tCustomWidgetBGColor: '#fff', \/\/Background adulti e camera\n\t\t\t\t\t\tCustomWidgetColor: '#000',\t\/\/Colore testo adulti e camera\n\t\t\t\t\t\tCustomLinkColor: '#000', \/\/'#4497e9', \/\/Colore testo link\n\t\t\t\t\t\tCustomBoxShadowColor: '#000',\n\t\t\t\t\t\tCustomAddRoomBoxShadowColor: '#fff',\n\t\t\t\t\t\tCustomIconColor: '#555555', \/\/'#4497e9',\t colore icone\n\t\t\t\t\t\tCustomLabelHoverColor: '#1359a0'\t\/\/hover label\n\t\t\t\t\t},\n\t\t\t\t\tReference: \"simplebookingQuote\",\n\t\t\t\t\tConverto: {\n\t\t\t\t\t\tInPageContainerId: \"simplebookingQuote\",\n\t\t\t\t\t\tStyles: {\n\t\t\t\t\t\t\tCustomBodyBGColor: \"transparent\",\n\t\t\t\t\t\t\tCustomBGColor: 'transparent'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tAdditionalRequiredFields: [\"CustomerTelephone\"]\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t<\/script>\n\n<script type=\"text\/javascript\">\n\tjQuery( document ).ready(function() {\n\t\tvar checkExist = setInterval(function() {\n\t\t\tvar element = '#booking-form #sb-container .sb__footer-actions';\n\t\t\tif (jQuery(element).length) {\n\t\t\t\tjQuery('#bfPreventivo').appendTo(element);\n\t\t\t\tjQuery('#bfPreventivo').removeClass('hidden');\n\t\t\t\tclearInterval(checkExist);\n\t\t\t}\n\t\t}, 100)\n\t});\n<\/script>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center\">\u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643\u0645 \u0641\u064a \u0641\u0646\u062f\u0642 Hotel Sole \u0641\u064a \u0631\u064a\u0641\u0627 \u062f\u064a\u0644 \u063a\u0627\u0631\u062f\u0627<\/h1>\n\n\n\n<p class=\"has-text-align-center\">\u0648\u0639\u0644\u0649 \u0628\u0639\u062f \u062e\u0637\u0648\u0627\u062a \u0642\u0644\u064a\u0644\u0629 \u0645\u0646 \u0627\u0644\u0634\u0627\u0637\u0626 \u0630\u0648 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0645\u064a\u0632\u060c \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629<\/p>\n\n\n\n<p class=\"has-text-align-center\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#27ae60\" class=\"has-inline-color\"><strong>\u0625\u0644\u063a\u0627\u0621 \u062d\u062c\u0632 \u0645\u062c\u0627\u0646\u064a &#8211; \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0642\u0627\u0628\u0644 \u0644\u0644\u062d\u062c\u0632 \u0648\u0628\u062a\u062e\u0641\u064a\u0636 %40<\/strong><\/mark><\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"camere\" class=\"wp-block-group is-style-wide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-right landing-arabic-titolo-con-sfondo has-background-color has-text-color has-background has-link-color wp-elements-84c4fedd621b26b5b17dd18408ae4369\" style=\"background-color:#1d3557\"><strong>\u063a\u0631\u0641\u0646\u0627<\/strong><\/h2>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\t\t<div class=\"swiper arabic-landing-page-camere-slider\" dir=\"rtl\">\n\t\t  <!-- Additional required wrapper -->\n\t\t  <div class=\"swiper-wrapper\">\n\t\t\t<!-- Slides -->\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"801\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-1200x801.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-1200x801.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-1024x684.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-768x513.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-1536x1025.jpg 1536w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-2048x1367.jpg 2048w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/HOTEL-SOLE-Vista-lago-Dalla-balcone-5-1980x1322.jpg 1980w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t30 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 3 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u062c\u0646\u0627\u062d (\u0633\u0648\u064a\u062a\u0627) \"Sole\" \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5-1200x800.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5-1200x800.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5-1024x683.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5-768x512.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/suite-5.jpg 1500w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t30 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 4 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u062c\u0646\u0627\u062d (\u0633\u0648\u064a\u062a\u0627) \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-1200x800.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-1200x800.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-1024x682.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-768x512.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-1536x1024.jpg 1536w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1-1980x1320.jpg 1980w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/Vista-lago-2-1.jpg 2000w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t19 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 3 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u063a\u0631\u0641\u0629 \u0633\u0648\u0628\u064a\u0631\u064a\u0648\u0631 \u0645\u0637\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629 \u0645\u0639 \u0634\u0631\u0641\u0629\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-1200x800.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-1200x800.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-1024x683.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-768x512.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-1536x1024.jpg 1536w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-2048x1365.jpg 2048w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_Superior-vista-1980x1320.jpg 1980w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t19 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 4 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u063a\u0631\u0641\u0629 \u0633\u0648\u0628\u064a\u0631\u064a\u0648\u0631 \u0645\u0637\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-1200x800.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-1200x800.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-1024x683.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-768x512.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-1536x1024.jpg 1536w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-2048x1365.jpg 2048w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2022\/11\/Sole_Classic-vista-modificata-1980x1320.jpg 1980w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t17 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 3 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u063a\u0631\u0641\u0629 \u0643\u0644\u0627\u0633\u064a\u0643\u064a\u0629 \u0645\u0637\u0644\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u064a\u0646\u0627\u0621\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"1044\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-1200x1044.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Vista della piazza\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-1200x1044.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-300x261.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-1024x891.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-768x668.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-1536x1337.jpg 1536w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-2048x1782.jpg 2048w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/classic-vista-piazza-vista-1980x1723.jpg 1980w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t17 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 - 3 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u063a\u0631\u0641\u0629 \u0639\u0627\u062f\u064a\u0629 \u0645\u0637\u0644\u0629 \u0644\u0644\u062f\u0627\u062e\u0644\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">panorama<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t  \t\t\t<img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2-1200x800.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2-1200x800.jpg 1200w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2-300x200.jpg 300w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2-1024x683.jpg 1024w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2-768x512.jpg 768w, https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/standr-sole-2.jpg 1500w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t  \t\t\t<div class=\"arabic-landing-page-camera-info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"infoRoom\">\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t14 m<sup>2<\/sup>\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t1 -3 \u0646\u0632\u0644\u0627\u0621\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<h3>\n\t\t\t\t\t\t\t\t\u063a\u0631\u0641\u0629 \u0639\u0627\u062f\u064a\u0629 \u0645\u0637\u0644\u0629 \u0644\u0644\u062f\u0627\u062e\u0644\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<ul class=\"servInEvidenza\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">wifi<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">tv<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">ac_unit<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t\t\t<span class=\"material-icons\">pets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<a class=\"btn-booking\" href=\"https:\/\/simplebooking.hotelsoleriva.it\/ibe2\/hotel\/5520?lang=AR&cur=EUR\" target=\"_blank\">\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0631<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t  \t\t<\/div>\n\t\t\t\t\t  <\/div>\n\t\t  <div class=\"swiper-pagination\"><\/div>\n\n\t\t  <div class=\"swiper-button-prev\"><\/div>\n\t\t  <div class=\"swiper-button-next\"><\/div>\n\t\t<\/div>\n\n\t\t<script>\n\t\t\tjQuery(document).ready(function() {\n\t\t\t\tconst swiperAlp = new Swiper('.arabic-landing-page-camere-slider', {\n\t\t\t\t  \/\/ Optional parameters\n\t\t\t\t  loop: false,\n\n\t\t\t\t  \/\/ If we need pagination\n\t\t\t\t  pagination: {\n\t\t\t\t\tel: '.swiper-pagination',\n\t\t\t\t  },\n\n\t\t\t\t  \/\/ Navigation arrows\n\t\t\t\t  navigation: {\n\t\t\t\t\tnextEl: '.swiper-button-next',\n\t\t\t\t\tprevEl: '.swiper-button-prev',\n\t\t\t\t  },\n\n\t\t\t\t  centeredSlides: false,\n\t\t\t\t  slidesPerView: 1,\n\t\t\t\t  spaceBetween: 10,\n\t\t\t\t  \/\/ Responsive breakpoints\n\t\t\t\t  breakpoints: {\n\t\t\t\t\t769: {\n\t\t\t\t\t  slidesPerView: 2,\n\t\t\t\t\t  spaceBetween: 20\n\t\t\t\t\t},\n\t\t\t\t\t992: {\n\t\t\t\t\t  slidesPerView: 3,\n\t\t\t\t\t  spaceBetween: 20\n\t\t\t\t\t}\n\t\t\t\t  }\n\t\t\t\t});\n\t\t\t});\n\t\t<\/script>\n\n\t\n<\/div><\/div>\n\n\n\n<div id=\"parcheggio\" class=\"wp-block-group is-style-wide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left landing-arabic-titolo-con-sfondo sinistra has-background-color has-text-color has-background has-link-color wp-elements-96bcb4a2839c9c904c3eb947ffea5219\" style=\"background-color:#1d3557\"><strong>\u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a<\/strong><\/h2>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>\u0644\u0644\u0636\u064a\u0648\u0641 \u0627\u0644\u0630\u064a\u0646 \u064a\u0635\u0644\u0648\u0646 \u0628\u0627\u0644\u0633\u064a\u0627\u0631\u0629\u060c \u0641\u0625\u0646 \u0641\u0646\u062f\u0642 hotel Sole \u064a\u0645\u0644\u0643 \u0645\u0631\u0622\u0628\u064b\u0627 \u064a\u0628\u0639\u062f 200 \u0645\u062a\u0631 \u0641\u0642\u0637 \u0639\u0646 \u0627\u0644\u0641\u0646\u062f\u0642.<\/p>\n\n\n\n<p>\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0644\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0628\u062e\u0635\u0648\u0635 \u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a <a href=\"file:\/\/\/C:\/Users\/natalia.pellegrini\/AppData\/Local\/Microsoft\/Olk\/Attachments\/ooa-f5c3cb2d-6619-41e3-9dc5-9795fefcb51b\/1578461d9a5147d269b7764fcc71ff3560afd35225179e260f068cb06f88939b\/\u062a\u0644\u0641\u0648\u0646:+390464552686\">+39 0464 552686<\/a><\/p>\n\n\n\n<p class=\"fascia_verde_parcheggio\">\u0628\u0627\u0644\u062d\u062c\u0632 \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0644\u0649 \u0645\u0648\u0642\u0639\u0646\u0627<\/p>\n\n\n\n<p class=\"fascia_verde_parcheggio\">\u062a\u0648\u0641\u0631 \u0646\u0633\u0628\u0629 40% \u0645\u0646 \u062a\u0643\u0627\u0644\u064a\u0641 \u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0629!<\/p>\n\n\n\n<p>\u0643\u0644\u0641\u0629 \u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0629 \u0647\u064a \u0641\u0642\u0637 10 \u064a\u0648\u0631\u0648 \u0641\u064a \u0627\u0644\u0644\u064a\u0644\u0629 \u0639\u0646\u062f \u062d\u062c\u0632 \u0627\u0644\u0625\u0642\u0627\u0645\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0648\u0642\u0639\u0646\u0627\u060c \u0623\u0648 \u0639\u0628\u0631 \u0627\u0644\u0647\u0627\u062a\u0641 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.<\/p>\n\n\n\n<p>\u0628\u0627\u0644\u062d\u062c\u0632 \u0639\u0646 \u0637\u0644\u0631\u0628\u0642 Booking.com \u0623\u0648 Expedia \u0623\u0648 Hotels.com \u0623\u0648 HRS \u0623\u0648 \u0623\u064a \u0628\u0648\u0627\u0628\u0627\u062a \u0623\u0648 \u0648\u0643\u0627\u0644\u0627\u062a \u0633\u0641\u0631 \u0623\u062e\u0631\u0649\u060c \u062a\u0643\u0648\u0646 \u062a\u0643\u0644\u0641\u0629 \u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0629 15 \u064a\u0648\u0631\u0648 \u0641\u064a \u0627\u0644\u0644\u064a\u0644\u0629 \u062f\u0648\u0646 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062d\u062c\u0632.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-advgb-images-slider advgb-images-slider-block advg-images-slider-f29b0ac7-ac82-4b71-8727-4bf6b9f2e95f landing-arabic-galleria\"><div class=\"advgb-images-slider\" dir=\"rtl\"><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/park4.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Parcheggio_macchinina.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Sole_parcheggio.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/Parcheggio-ingresso.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/07\/park2.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"indicazioni\" class=\"wp-block-group is-style-wide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-right landing-arabic-titolo-con-sfondo has-background-color has-text-color has-background has-link-color wp-elements-eaa0bf3227287124237c02897eca8d54\" style=\"background-color:#1d3557\"><strong>\u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0646\u0627<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-left\"><\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d347.16721487902913!2d10.839826852469738!3d45.8845582867526!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4782172753d680cf%3A0x194402c1eb579b8!2sHotel%20Sole%20Relax%20%26%20Panorama!5e0!3m2!1sit!2sit!4v1602579231957!5m2!1sit!2sit\" width=\"100%\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"><\/iframe>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>\u0627\u0644\u0641\u0646\u062f\u0642 hotel Sole \u064a\u0642\u0639 \u0641\u064a \u0627\u0644\u0633\u0627\u062d\u0629 Piazza 3 Novembre \u0631\u0642\u0645 35, \u0631\u064a\u0641\u0627 \u062f\u064a\u0644 \u063a\u0627\u0631\u062f\u0627 (\u062a\u0631\u064a\u0646\u062a\u0648).<\/p>\n\n\n\n<p>\u064a\u064f\u0639\u0644\u064e\u0645 \u0627\u0644\u0636\u064a\u0648\u0641 \u0627\u0644\u0643\u0631\u0627\u0645 \u0623\u0646 \u0641\u0646\u062f\u0642 Hotel Sole \u064a\u0642\u0639 \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0645\u0631\u0648\u0631\u064a\u0629 \u0645\u062d\u062f\u0648\u062f\u0629 (ZTL) \u064a\u0645\u0643\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0647\u0627 \u0628\u0627\u0644\u0633\u064a\u0627\u0631\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0645\u062f\u062e\u0644 3 \u0641\u064a Piazza Catena.<\/p>\n\n\n\n<p>\u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0633\u0645\u0648\u062d \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u0642\u0637 \u0641\u064a \u064a\u0648\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0648\u064a\u0648\u0645 \u0627\u0644\u0645\u063a\u0627\u062f\u0631\u0629\u060c \u0644\u0625\u0646\u0632\u0627\u0644 \u0648\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0623\u0645\u062a\u0639\u0629.<\/p>\n\n\n\n<p>\u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u062f\u062e\u0648\u0644\u060c \u064a\u062c\u0628 \u0627\u0644\u062a\u0648\u062c\u0647 \u0625\u0644\u0649 \u0634\u0628\u0627\u0643 \u0627\u0644\u0627\u0633\u062a\u0642\u0628\u0627\u0644 \u0639\u0646\u062f \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0631\u0642\u0645 \u0644\u0648\u062d\u0629 \u0627\u0644\u0633\u064a\u0627\u0631\u0629 \u0648\u0627\u0644\u062a\u0648\u0642\u064a\u0639 \u0639\u0644\u0649 \u0627\u0644\u0625\u0630\u0646 \u0627\u0644\u062e\u0627\u0635. \u0645\u0648\u0627\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a \u062a\u062a\u0648\u0627\u062c\u062f \u062e\u0627\u0631\u062c \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u062d\u062f\u0648\u062f\u0629 ZTL.<\/p>\n\n\n\n<p>\u0644\u0627 \u0646\u062a\u062d\u0645\u0644 \u0623\u064a \u0645\u0633\u0624\u0648\u0644\u064a\u0629 \u0641\u064a \u062d\u0627\u0644 \u0639\u062f\u0645 \u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a.<\/p>\n\n\n\n<div class=\"wp-block-group box-garage\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-text-color\" style=\"color:#444444\"><strong>\u0645\u0631\u0622\u0628 Monte Oro B &#8211; \u0627\u0644\u0645\u062f\u062e\u0644 \u0627\u0644\u062c\u0646\u0648\u0628\u064a<\/strong><\/p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#444444\">\u0627\u0644\u0648\u0642\u0648\u0641 \u0641\u064a \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0628\u0627\u0644\u0644\u0627\u0641\u062a\u0627\u062a Garda Hotels Italia<\/p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#444444\">via Circonvallazione, 11 &#8211; Riva del Garda<\/p>\n\n\n\n<div class=\"wp-block-buttons is-nowrap is-layout-flex wp-container-core-buttons-is-layout-ad2f72ca wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/vimeo.com\/1064251703\/6e322a567b?share=copy\" style=\"background-color:#457b9d\" target=\"_blank\" rel=\"noreferrer noopener\">\u0647\u0644 \u0623\u0646\u062a \u0642\u0627\u062f\u0645 \u0645\u0646 \u0645\u062f\u064a\u0646\u0629 \u0631\u0648\u0641\u064a\u0631\u064a\u062a\u0648\u061f<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/vimeo.com\/1064246372\/aee1fc951c?share=copy\" style=\"background-color:#457b9d\" target=\"_blank\" rel=\"noreferrer noopener\">\u0647\u0644 \u0623\u0646\u062a \u0642\u0627\u062f\u0645 \u0645\u0646 \u0645\u062f\u064a\u0646\u0629 \u0644\u064a\u0645\u0648\u0646\u064a\u061f<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#444444\">\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0644\u0644\u0627\u0633\u062a\u0641\u0633\u0627\u0631 \u0628\u062e\u0635\u0648\u0635 \u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a +39 0464 552686<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"spa\" class=\"wp-block-group is-style-wide\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-right landing-arabic-titolo-con-sfondo sinistra has-background-color has-text-color has-background has-link-color wp-elements-1403bcc75a1bd84e9f967d7fe000bfe9\" style=\"background-color:#1d3557\"><strong>\u0633\u0628\u0627 \u062e\u0627\u0635<\/strong><\/h2>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>\u0641\u0641\u064a \u0627\u0644\u0646\u062f\u0642 Hotel Sole \u0645\u0648\u062c\u0648\u062f\u0629 \u0645\u0646\u0637\u0642\u0629 \u0635\u063a\u064a\u0631\u0629 \u0645\u062e\u0635\u0635\u0629 \u0644\u0644\u0631\u0641\u0627\u0647\u064a\u0629 \u062a\u064f\u062f\u0639\u0649 Sun Spa \u0645\u0639:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u062d\u0645\u0627\u0645 \u062c\u0627\u0643\u0648\u0632\u064a<\/li>\n\n\n\n<li>\u0633\u0627\u0648\u0646\u0627<\/li>\n\n\n\n<li>\u062d\u0645\u0627\u0645 \u062a\u0631\u0643\u064a<\/li>\n\n\n\n<li>\u062f\u0634\u0627\u062a \u062d\u0633\u064a\u0651\u0629<\/li>\n\n\n\n<li>\u0632\u0627\u0648\u064a\u0629 \u0627\u0633\u062a\u0631\u062e\u0627\u0621<\/li>\n<\/ul>\n\n\n\n<p>\u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062e\u0627\u0621 \u0645\u062e\u0635\u0635 \u0644\u0646\u0632\u0644\u0627\u0621 \u0627\u0644\u0641\u0646\u062f\u0642. \u0644\u0644\u062f\u062e\u0648\u0644\u060c \u0645\u0646 \u0627\u0644\u0636\u0631\u0648\u0631\u064a \u0627\u0644\u062d\u062c\u0632\u060c \u0648\u0627\u0644\u0630\u064a \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u062a\u0645 \u0641\u064a \u0627\u0644\u0641\u0646\u062f\u0642 (\u062d\u0633\u0628 \u0627\u0644\u062a\u0648\u0627\u0641\u0631) \u0623\u0648 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0634\u0631\u0627\u0621 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062e\u0627\u0635 \u0627\u0644\u0630\u064a \u064a\u0636\u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062c\u0627\u0646\u064a \u0625\u0644\u0649 \u0627\u0644\u0633\u0628\u0627.<\/p>\n\n\n\n<p>\u0627\u062e\u062a\u0631 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0630\u064a \u064a\u0646\u0627\u0633\u0628\u0643 \u0645\u0646 \u0628\u064a\u0646:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0623\u062c\u0646\u062d\u0629 \u0633\u0628\u0627 \u062e\u0627\u0635\u0629 \u0643\u0644\u0627\u0633\u064a\u0643\u064a\u0629 &#8211; 15 \u064a\u0648\u0631\u0648 \u0644\u0644\u0634\u062e\u0635 \u0628\u062f\u0648\u0646 \u062d\u0645\u0627\u0645 \u062c\u0627\u0643\u0648\u0632\u064a<\/li>\n\n\n\n<li>\u0623\u062c\u0646\u062d\u0629 \u0633\u0628\u0627 \u062e\u0627\u0635\u0629 \u0641\u0627\u062e\u0631\u0629 &#8211; 45\u064a\u0648\u0631\u0648 \u0644\u0644\u0634\u062e\u0635 \u0645\u0639 \u062d\u0645\u0627\u0645 \u062c\u0627\u0643\u0648\u0632\u064a<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-advgb-images-slider advgb-images-slider-block advg-images-slider-ab4d6eb8-11d0-4126-8f9f-df75e1865e0d landing-arabic-galleria\"><div class=\"advgb-images-slider\" dir=\"rtl\"><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/6G1A1894-97.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/spa1.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/6G1A1847-274.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><div class=\"advgb-image-slider-item\"><img decoding=\"async\" src=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2020\/10\/PHOTO-2018-07-16-12-38-29.jpg\" class=\"advgb-image-slider-img\" alt=\"\" style=\"width:100%;height:400px\"\/><div class=\"advgb-image-slider-item-info\" style=\"justify-content:center;align-items:center\"><\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u063a\u0631\u0641\u0646\u0627 | \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a | \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0646\u0627 | \u0633\u0628\u0627 \u062e\u0627\u0635 | \u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643\u0645 \u0641\u064a \u0641\u0646\u062f\u0642 Hotel Sole \u0641\u064a \u0631\u064a\u0641\u0627 \u062f\u064a\u0644 \u063a\u0627\u0631\u062f\u0627 \u0648\u0639\u0644\u0649 \u0628\u0639\u062f \u062e\u0637\u0648\u0627\u062a \u0642\u0644\u064a\u0644\u0629 \u0645\u0646 \u0627\u0644\u0634\u0627\u0637\u0626 \u0630\u0648 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0645\u064a\u0632\u060c \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629 \u0625\u0644\u063a\u0627\u0621 \u062d\u062c\u0632 \u0645\u062c\u0627\u0646\u064a &#8211; \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0642\u0627\u0628\u0644 \u0644\u0644\u062d\u062c\u0632 \u0648\u0628\u062a\u062e\u0641\u064a\u0636 %40 \u063a\u0631\u0641\u0646\u0627 \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0644\u0644\u0636\u064a\u0648\u0641 \u0627\u0644\u0630\u064a\u0646 \u064a\u0635\u0644\u0648\u0646 \u0628\u0627\u0644\u0633\u064a\u0627\u0631\u0629\u060c \u0641\u0625\u0646 \u0641\u0646\u062f\u0642 hotel Sole [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"templates\/template-full-width.php","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","footnotes":""},"class_list":["post-5600","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)<\/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:\/\/www.hotelsoleriva.it\/ar\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\" \/>\n<meta property=\"og:description\" content=\"\u063a\u0631\u0641\u0646\u0627 | \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a | \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0646\u0627 | \u0633\u0628\u0627 \u062e\u0627\u0635 | \u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643\u0645 \u0641\u064a \u0641\u0646\u062f\u0642 Hotel Sole \u0641\u064a \u0631\u064a\u0641\u0627 \u062f\u064a\u0644 \u063a\u0627\u0631\u062f\u0627 \u0648\u0639\u0644\u0649 \u0628\u0639\u062f \u062e\u0637\u0648\u0627\u062a \u0642\u0644\u064a\u0644\u0629 \u0645\u0646 \u0627\u0644\u0634\u0627\u0637\u0626 \u0630\u0648 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0645\u064a\u0632\u060c \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629 \u0625\u0644\u063a\u0627\u0621 \u062d\u062c\u0632 \u0645\u062c\u0627\u0646\u064a &#8211; \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0642\u0627\u0628\u0644 \u0644\u0644\u062d\u062c\u0632 \u0648\u0628\u062a\u062e\u0641\u064a\u0636 %40 \u063a\u0631\u0641\u0646\u0627 \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0644\u0644\u0636\u064a\u0648\u0641 \u0627\u0644\u0630\u064a\u0646 \u064a\u0635\u0644\u0648\u0646 \u0628\u0627\u0644\u0633\u064a\u0627\u0631\u0629\u060c \u0641\u0625\u0646 \u0641\u0646\u062f\u0642 hotel Sole [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hotelsoleriva.it\/ar\/\" \/>\n<meta property=\"og:site_name\" content=\"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T14:26:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"330\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\",\"url\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\",\"name\":\"Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/hotel-sole-white-1024x282.png\",\"datePublished\":\"2025-08-01T07:16:47+00:00\",\"dateModified\":\"2025-09-12T14:26:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/hotel-sole-white-1024x282.png\",\"contentUrl\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/hotel-sole-white-1024x282.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Landing Ar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\",\"name\":\"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\",\"description\":\"Nel cuore di Riva direttamente sul Lago di Garda\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#organization\",\"name\":\"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\",\"url\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/hotel-sole.png\",\"contentUrl\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/hotel-sole.png\",\"width\":1200,\"height\":330,\"caption\":\"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hotelsoleriva.it\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","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:\/\/www.hotelsoleriva.it\/ar\/","og_locale":"ar_AR","og_type":"article","og_title":"Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","og_description":"\u063a\u0631\u0641\u0646\u0627 | \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a | \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0646\u0627 | \u0633\u0628\u0627 \u062e\u0627\u0635 | \u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643\u0645 \u0641\u064a \u0641\u0646\u062f\u0642 Hotel Sole \u0641\u064a \u0631\u064a\u0641\u0627 \u062f\u064a\u0644 \u063a\u0627\u0631\u062f\u0627 \u0648\u0639\u0644\u0649 \u0628\u0639\u062f \u062e\u0637\u0648\u0627\u062a \u0642\u0644\u064a\u0644\u0629 \u0645\u0646 \u0627\u0644\u0634\u0627\u0637\u0626 \u0630\u0648 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0645\u064a\u0632\u060c \u0645\u0628\u0627\u0634\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u064a\u0631\u0629 \u0625\u0644\u063a\u0627\u0621 \u062d\u062c\u0632 \u0645\u062c\u0627\u0646\u064a &#8211; \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0642\u0627\u0628\u0644 \u0644\u0644\u062d\u062c\u0632 \u0648\u0628\u062a\u062e\u0641\u064a\u0636 %40 \u063a\u0631\u0641\u0646\u0627 \u0645\u0648\u0642\u0641 \u0633\u064a\u0627\u0631\u0627\u062a \u0644\u0644\u0636\u064a\u0648\u0641 \u0627\u0644\u0630\u064a\u0646 \u064a\u0635\u0644\u0648\u0646 \u0628\u0627\u0644\u0633\u064a\u0627\u0631\u0629\u060c \u0641\u0625\u0646 \u0641\u0646\u062f\u0642 hotel Sole [&hellip;]","og_url":"https:\/\/www.hotelsoleriva.it\/ar\/","og_site_name":"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","article_modified_time":"2025-09-12T14:26:06+00:00","og_image":[{"width":1200,"height":330,"url":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"4 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hotelsoleriva.it\/ar\/","url":"https:\/\/www.hotelsoleriva.it\/ar\/","name":"Landing Ar - Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","isPartOf":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#primaryimage"},"image":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-1024x282.png","datePublished":"2025-08-01T07:16:47+00:00","dateModified":"2025-09-12T14:26:06+00:00","breadcrumb":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hotelsoleriva.it\/ar\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/www.hotelsoleriva.it\/ar\/#primaryimage","url":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-1024x282.png","contentUrl":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole-white-1024x282.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hotelsoleriva.it\/ar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hotelsoleriva.it\/ar\/"},{"@type":"ListItem","position":2,"name":"Landing Ar"}]},{"@type":"WebSite","@id":"https:\/\/www.hotelsoleriva.it\/ar\/#website","url":"https:\/\/www.hotelsoleriva.it\/ar\/","name":"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","description":"Nel cuore di Riva direttamente sul Lago di Garda","publisher":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hotelsoleriva.it\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/www.hotelsoleriva.it\/ar\/#organization","name":"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)","url":"https:\/\/www.hotelsoleriva.it\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/www.hotelsoleriva.it\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole.png","contentUrl":"https:\/\/www.hotelsoleriva.it\/wp-content\/uploads\/2024\/03\/hotel-sole.png","width":1200,"height":330,"caption":"Hotel Sole Relax &amp; Panorama - Riva del Garda (TN)"},"image":{"@id":"https:\/\/www.hotelsoleriva.it\/ar\/#\/schema\/logo\/image\/"}}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/www.hotelsoleriva.it\/ar\/author\/ed1tore_sole\/","display_name":"Ed1toRe_SoLe"},"relative_dates":{"created":"Posted 9 \u0623\u0634\u0647\u0631 ago","modified":"Updated 8 \u0623\u0634\u0647\u0631 ago"},"absolute_dates":{"created":"Posted on 1 \u0623\u063a\u0633\u0637\u0633 2025","modified":"Updated on 12 \u0633\u0628\u062a\u0645\u0628\u0631 2025"},"absolute_dates_time":{"created":"Posted on 1 \u0623\u063a\u0633\u0637\u0633 2025 09:16","modified":"Updated on 12 \u0633\u0628\u062a\u0645\u0628\u0631 2025 16:26"},"featured_img_caption":"","featured_img":false,"series_order":"","_links":{"self":[{"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/pages\/5600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/comments?post=5600"}],"version-history":[{"count":39,"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/pages\/5600\/revisions"}],"predecessor-version":[{"id":5864,"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/pages\/5600\/revisions\/5864"}],"wp:attachment":[{"href":"https:\/\/www.hotelsoleriva.it\/ar\/wp-json\/wp\/v2\/media?parent=5600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}