{"id":913,"date":"2024-07-10T15:38:23","date_gmt":"2024-07-10T13:38:23","guid":{"rendered":"https:\/\/hostalmeyra.com\/rooms\/"},"modified":"2024-07-23T11:56:21","modified_gmt":"2024-07-23T09:56:21","slug":"rooms","status":"publish","type":"page","link":"https:\/\/hostalmeyra.com\/en\/rooms\/","title":{"rendered":"Rooms"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"913\" class=\"elementor elementor-913 elementor-15\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46be294 e-flex e-con-boxed e-con e-parent\" data-id=\"46be294\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e7e3bcc e-con-full e-flex e-con e-child\" data-id=\"e7e3bcc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:362,&quot;url&quot;:&quot;https:\\\/\\\/hostalmeyra.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-4-scaled.jpg&quot;},{&quot;id&quot;:361,&quot;url&quot;:&quot;https:\\\/\\\/hostalmeyra.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3-scaled.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fd63ff elementor-widget elementor-widget-heading\" data-id=\"5fd63ff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">Our rooms<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1043e704 e-flex e-con-boxed e-con e-parent\" data-id=\"1043e704\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:55,&quot;sticky_offset_tablet&quot;:96,&quot;sticky_offset_mobile&quot;:76,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-20e846d0 e-con-full e-flex e-con e-child\" data-id=\"20e846d0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-173868fc elementor-widget elementor-widget-global elementor-global-895 elementor-global-267 elementor-widget-html\" data-id=\"173868fc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<form id=\"reservationForm\" class=\"num-be\" onsubmit=\"generateURL(event)\">\n  <!-- Select Check-in \/ Arrival Date -->\n  <label for=\"check_in_date\">Check-in:: <input type=\"date\" id=\"check_in_date\" name=\"dfrom\" value=\"\" min=\"\" required=\"\"><\/label><!-- Select Check-out \/ Departure Date --><label for=\"check_out_date\">Check-out: <input type=\"date\" id=\"check_out_date\" name=\"dto\" value=\"\" min=\"\" onchange=\"setMinCheckOutDate()\" required=\"\"><\/label> \n\n  <!-- Hidden Input for lcode -->\n  <input type=\"hidden\" name=\"lcode\" value=\"1429266220\">\n\n  <!-- Submit Button -->\n  <input type=\"submit\" value=\"Book\">\n<\/form>\n\n<script>\nfunction setMinCheckOutDate() {\n    const checkInDateInput = document.getElementById('check_in_date');\n    const checkOutDateInput = document.getElementById('check_out_date');\n\n    const checkInDate = new Date(checkInDateInput.value);\n\n    \/\/ Establecer la fecha m\u00ednima del check-out como la fecha de check-in\n    checkOutDateInput.min = formatDate(checkInDate);\n\n    \/\/ Si la fecha actual del check-out es anterior a la fecha de check-in, ajustarla al d\u00eda siguiente\n    const checkOutDate = new Date(checkOutDateInput.value);\n    if (checkOutDate <checkInDate) { checkOutDate.setDate(checkInDate.getDate() + 1); checkOutDateInput.value = formatDate(checkOutDate); } } function formatDate(date) { const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, '0'); const day = String(date.getDate()).padStart(2, '0'); return `${day}\/${month}\/${year}`; } function generateURL(event) { event.preventDefault(); const checkInDateInput = document.getElementById('check_in_date'); const checkOutDateInput = document.getElementById('check_out_date'); const checkInDate = new Date(checkInDateInput.value); const checkOutDate = new Date(checkOutDateInput.value); const formattedCheckInDate = formatDate(checkInDate); const formattedCheckOutDate = formatDate(checkOutDate); const url = `https:\/\/hostalmeyra.com\/en\/online-booking\/?lcode=1429266220&dfrom=${formattedCheckInDate}&dto=${formattedCheckOutDate}&lang=es`; window.open(url, '_blank'); } <\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-28de44f3 e-flex e-con-boxed e-con e-parent\" data-id=\"28de44f3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2be2df88 e-con-full e-flex e-con e-child\" data-id=\"2be2df88\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-367f5e5b elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"367f5e5b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"158\" height=\"158\" src=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png\" class=\"attachment-large size-large wp-image-751\" alt=\"\" srcset=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png 158w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro-150x150.png 150w\" sizes=\"(max-width: 158px) 100vw, 158px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b27098a elementor-widget elementor-widget-text-editor\" data-id=\"b27098a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>Hostal MeyRa has different types of rooms, such as: <strong>single room, double room, Superior double room and Deluxe double room with balcony.<\/strong><\/p>\n<p>All our rooms are equipped with<strong> free WiFi, heating, air conditioning, daily cleaning service<\/strong>. In addition, the facilities have a <strong>lift<\/strong> and there is a <strong>public car park <\/strong>very close to the hostel. <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2384d155 elementor-mobile-align-justify elementor-align-center elementor-widget elementor-widget-global elementor-global-853 elementor-global-325 elementor-widget-button\" data-id=\"2384d155\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/hostalmeyra.com\/en\/online-booking\/\">\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\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-964e740 e-flex e-con-boxed e-con e-parent\" data-id=\"964e740\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b152015 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts\" data-id=\"b152015\" data-element_type=\"widget\" data-settings=\"{&quot;cards_columns&quot;:&quot;4&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/hostalmeyra.com\/wp-content\/plugins\/elementor-pro\/assets\/css\/widget-posts.min.css?ver=1725530085\">\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-939 page type-page status-publish has-post-thumbnail hentry\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/single-room\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-individual-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3-768x512.jpg\" class=\"attachment-medium_large size-medium_large wp-image-776\" alt=\"\" srcset=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-individual-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3-768x512.jpg 768w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-individual-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3-300x200.jpg 300w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-individual-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3-1024x683.jpg 1024w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-individual-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-3.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/hostalmeyra.com\/en\/rooms\/single-room\/\" >\n\t\t\t\tSingle room\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Comfortable room with single bed, parquet floor and modern private bathroom with shower.<\/p>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/single-room\/\" aria-label=\"Read more about Single room\" tabindex=\"-1\" >\n\t\t\tDiscover more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-935 page type-page status-publish has-post-thumbnail hentry\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/deluxe-double-room-with-balcony\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-768x512.jpg\" class=\"attachment-medium_large size-medium_large wp-image-790\" alt=\"\" srcset=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-768x512.jpg 768w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-300x200.jpg 300w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-1024x683.jpg 1024w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-1536x1024.jpg 1536w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-deluxe-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/hostalmeyra.com\/en\/rooms\/deluxe-double-room-with-balcony\/\" >\n\t\t\t\tDeluxe Double Room with balcony\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Room with double bed, balcony-terrace with tables and chairs and views of the city and garden. It also has a modern private bathroom with shower.\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/deluxe-double-room-with-balcony\/\" aria-label=\"Read more about Deluxe Double Room with balcony\" tabindex=\"-1\" >\n\t\t\tDiscover more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-937 page type-page status-publish has-post-thumbnail hentry\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/superior-double-room\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-superior-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-8-768x1024.jpg\" class=\"attachment-medium_large size-medium_large wp-image-805\" alt=\"\" srcset=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-superior-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-8-768x1024.jpg 768w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-superior-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-8-225x300.jpg 225w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-superior-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-8-rotated.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/hostalmeyra.com\/en\/rooms\/superior-double-room\/\" >\n\t\t\t\tSuperior double room\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Spacious room with large double bed, table with chairs and private bathroom with shower.<\/p>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/superior-double-room\/\" aria-label=\"Read more about Superior double room\" tabindex=\"-1\" >\n\t\t\tDiscover more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-919 page type-page status-publish has-post-thumbnail hentry\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/double-room\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"512\" src=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-11-768x512.jpg\" class=\"attachment-medium_large size-medium_large wp-image-785\" alt=\"\" srcset=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-11-768x512.jpg 768w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-11-300x200.jpg 300w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-11-1024x683.jpg 1024w, https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/habitacion-doble-hostal-meyra-centro-madrid-gran-via-puerta-del-sol-11.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/hostalmeyra.com\/en\/rooms\/double-room\/\" >\n\t\t\t\tDouble room\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Cosy and modern room with double bed, parquet floor and private bathroom with shower. <\/p>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-post__read-more-wrapper\">\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/hostalmeyra.com\/en\/rooms\/double-room\/\" aria-label=\"Read more about Double room\" tabindex=\"-1\" >\n\t\t\tDiscover more\t\t<\/a>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50e6ce14 e-flex e-con-boxed e-con e-parent\" data-id=\"50e6ce14\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6fe23ea4 e-con-full e-flex e-con e-child\" data-id=\"6fe23ea4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f492329 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4f492329\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}<\/style>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e49a404 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-893 elementor-global-273 elementor-widget-icon-box\" data-id=\"5e49a404\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/hostalmeyra.com\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"512pt\" viewBox=\"0 0 512 512\" width=\"512pt\"><path d=\"m497 353.671875c-30.4375 0-59.023438-11.742187-80.5-33.066406-21.46875-21.3125-33.289062-49.699219-33.289062-79.929688 0-8.285156-6.71875-15-15-15-8.285157 0-15 6.714844-15 15 0 30.230469-11.824219 58.617188-33.292969 79.929688-21.476563 21.324219-50.0625 33.066406-80.5 33.066406-8.285157 0-15 6.714844-15 15s6.714843 15 15 15c62.742187 0 113.792969 50.839844 113.792969 113.328125 0 8.285156 6.714843 15 15 15 8.28125 0 15-6.714844 15-15 0-62.488281 51.046874-113.328125 113.789062-113.328125 8.285156 0 15-6.714844 15-15s-6.714844-15-15-15zm-128.789062 79.621094c-13.929688-27.863281-36.699219-50.601563-64.621094-64.539063 13.691406-6.789062 26.332031-15.804687 37.464844-26.859375 11.183593-11.101562 20.296874-23.71875 27.152343-37.390625 6.859375 13.671875 15.972657 26.289063 27.152344 37.390625 11.132813 11.054688 23.777344 20.070313 37.464844 26.859375-27.917969 13.9375-50.6875 36.675782-64.613281 64.539063zm0 0\"><\/path><path d=\"m205.234375 236.386719c-44.175781 0-80.117187-35.675781-80.117187-79.53125 0-8.28125-6.714844-15-15-15-8.285157 0-15 6.71875-15 15 0 43.855469-35.941407 79.53125-80.117188 79.53125-8.285156 0-15 6.71875-15 15 0 8.285156 6.714844 15 15 15 44.175781 0 80.117188 35.789062 80.117188 79.777343 0 8.28125 6.714843 15 15 15 8.285156 0 15-6.71875 15-15 0-43.988281 35.941406-79.777343 80.117187-79.777343 8.285156 0 15-6.714844 15-15 0-8.28125-6.714844-15-15-15zm-95.117187 54.511719c-9.566407-16.300782-23.230469-29.9375-39.570313-39.492188 16.339844-9.535156 30.003906-23.140625 39.570313-39.40625 9.566406 16.265625 23.230468 29.871094 39.570312 39.40625-16.339844 9.554688-30.003906 23.1875-39.570312 39.492188zm0 0\"><\/path><path d=\"m229.636719 103.65625c32.488281 0 58.921875 26.230469 58.921875 58.46875 0 8.28125 6.714844 15 15 15s15-6.71875 15-15c0-32.34375 26.433594-58.65625 58.921875-58.65625 8.285156 0 15-6.71875 15-15 0-8.285156-6.714844-15-15-15-32.488281 0-58.921875-26.230469-58.921875-58.46875 0-8.285156-6.714844-15-15-15s-15 6.714844-15 15c0 32.34375-26.433594 58.65625-58.921875 58.65625-8.285157 0-15 6.714844-15 15s6.714843 15 15 15zm73.957031-39.480469c6.472656 9.59375 14.78125 17.863281 24.421875 24.308594-9.675781 6.480469-18.007813 14.804687-24.492187 24.464844-6.472657-9.59375-14.78125-17.863281-24.421876-24.308594 9.675782-6.480469 18.011719-14.804687 24.492188-24.464844zm0 0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBooking without additional costs\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCommission-free booking. \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-454f0539 elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"454f0539\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16abfd21 e-con-full e-flex e-con e-child\" data-id=\"16abfd21\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5402c376 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5402c376\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4166af49 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-891 elementor-global-276 elementor-widget-icon-box\" data-id=\"4166af49\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"512pt\" viewBox=\"0 0 512 512\" width=\"512pt\"><path d=\"m497 353.671875c-30.4375 0-59.023438-11.742187-80.5-33.066406-21.46875-21.3125-33.289062-49.699219-33.289062-79.929688 0-8.285156-6.71875-15-15-15-8.285157 0-15 6.714844-15 15 0 30.230469-11.824219 58.617188-33.292969 79.929688-21.476563 21.324219-50.0625 33.066406-80.5 33.066406-8.285157 0-15 6.714844-15 15s6.714843 15 15 15c62.742187 0 113.792969 50.839844 113.792969 113.328125 0 8.285156 6.714843 15 15 15 8.28125 0 15-6.714844 15-15 0-62.488281 51.046874-113.328125 113.789062-113.328125 8.285156 0 15-6.714844 15-15s-6.714844-15-15-15zm-128.789062 79.621094c-13.929688-27.863281-36.699219-50.601563-64.621094-64.539063 13.691406-6.789062 26.332031-15.804687 37.464844-26.859375 11.183593-11.101562 20.296874-23.71875 27.152343-37.390625 6.859375 13.671875 15.972657 26.289063 27.152344 37.390625 11.132813 11.054688 23.777344 20.070313 37.464844 26.859375-27.917969 13.9375-50.6875 36.675782-64.613281 64.539063zm0 0\"><\/path><path d=\"m205.234375 236.386719c-44.175781 0-80.117187-35.675781-80.117187-79.53125 0-8.28125-6.714844-15-15-15-8.285157 0-15 6.71875-15 15 0 43.855469-35.941407 79.53125-80.117188 79.53125-8.285156 0-15 6.71875-15 15 0 8.285156 6.714844 15 15 15 44.175781 0 80.117188 35.789062 80.117188 79.777343 0 8.28125 6.714843 15 15 15 8.285156 0 15-6.71875 15-15 0-43.988281 35.941406-79.777343 80.117187-79.777343 8.285156 0 15-6.714844 15-15 0-8.28125-6.714844-15-15-15zm-95.117187 54.511719c-9.566407-16.300782-23.230469-29.9375-39.570313-39.492188 16.339844-9.535156 30.003906-23.140625 39.570313-39.40625 9.566406 16.265625 23.230468 29.871094 39.570312 39.40625-16.339844 9.554688-30.003906 23.1875-39.570312 39.492188zm0 0\"><\/path><path d=\"m229.636719 103.65625c32.488281 0 58.921875 26.230469 58.921875 58.46875 0 8.28125 6.714844 15 15 15s15-6.71875 15-15c0-32.34375 26.433594-58.65625 58.921875-58.65625 8.285156 0 15-6.71875 15-15 0-8.285156-6.714844-15-15-15-32.488281 0-58.921875-26.230469-58.921875-58.46875 0-8.285156-6.714844-15-15-15s-15 6.714844-15 15c0 32.34375-26.433594 58.65625-58.921875 58.65625-8.285157 0-15 6.714844-15 15s6.714843 15 15 15zm73.957031-39.480469c6.472656 9.59375 14.78125 17.863281 24.421875 24.308594-9.675781 6.480469-18.007813 14.804687-24.492187 24.464844-6.472657-9.59375-14.78125-17.863281-24.421876-24.308594 9.675782-6.480469 18.011719-14.804687 24.492188-24.464844zm0 0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBest price online\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSecure the best price available.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-21d91ad4 elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"21d91ad4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93cfb0b e-con-full e-flex e-con e-child\" data-id=\"93cfb0b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ab18ce5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2ab18ce5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74ccd735 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-889 elementor-global-279 elementor-widget-icon-box\" data-id=\"74ccd735\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"512pt\" viewBox=\"0 0 512 512\" width=\"512pt\"><path d=\"m497 353.671875c-30.4375 0-59.023438-11.742187-80.5-33.066406-21.46875-21.3125-33.289062-49.699219-33.289062-79.929688 0-8.285156-6.71875-15-15-15-8.285157 0-15 6.714844-15 15 0 30.230469-11.824219 58.617188-33.292969 79.929688-21.476563 21.324219-50.0625 33.066406-80.5 33.066406-8.285157 0-15 6.714844-15 15s6.714843 15 15 15c62.742187 0 113.792969 50.839844 113.792969 113.328125 0 8.285156 6.714843 15 15 15 8.28125 0 15-6.714844 15-15 0-62.488281 51.046874-113.328125 113.789062-113.328125 8.285156 0 15-6.714844 15-15s-6.714844-15-15-15zm-128.789062 79.621094c-13.929688-27.863281-36.699219-50.601563-64.621094-64.539063 13.691406-6.789062 26.332031-15.804687 37.464844-26.859375 11.183593-11.101562 20.296874-23.71875 27.152343-37.390625 6.859375 13.671875 15.972657 26.289063 27.152344 37.390625 11.132813 11.054688 23.777344 20.070313 37.464844 26.859375-27.917969 13.9375-50.6875 36.675782-64.613281 64.539063zm0 0\"><\/path><path d=\"m205.234375 236.386719c-44.175781 0-80.117187-35.675781-80.117187-79.53125 0-8.28125-6.714844-15-15-15-8.285157 0-15 6.71875-15 15 0 43.855469-35.941407 79.53125-80.117188 79.53125-8.285156 0-15 6.71875-15 15 0 8.285156 6.714844 15 15 15 44.175781 0 80.117188 35.789062 80.117188 79.777343 0 8.28125 6.714843 15 15 15 8.285156 0 15-6.71875 15-15 0-43.988281 35.941406-79.777343 80.117187-79.777343 8.285156 0 15-6.714844 15-15 0-8.28125-6.714844-15-15-15zm-95.117187 54.511719c-9.566407-16.300782-23.230469-29.9375-39.570313-39.492188 16.339844-9.535156 30.003906-23.140625 39.570313-39.40625 9.566406 16.265625 23.230468 29.871094 39.570312 39.40625-16.339844 9.554688-30.003906 23.1875-39.570312 39.492188zm0 0\"><\/path><path d=\"m229.636719 103.65625c32.488281 0 58.921875 26.230469 58.921875 58.46875 0 8.28125 6.714844 15 15 15s15-6.71875 15-15c0-32.34375 26.433594-58.65625 58.921875-58.65625 8.285156 0 15-6.71875 15-15 0-8.285156-6.714844-15-15-15-32.488281 0-58.921875-26.230469-58.921875-58.46875 0-8.285156-6.714844-15-15-15s-15 6.714844-15 15c0 32.34375-26.433594 58.65625-58.921875 58.65625-8.285157 0-15 6.714844-15 15s6.714843 15 15 15zm73.957031-39.480469c6.472656 9.59375 14.78125 17.863281 24.421875 24.308594-9.675781 6.480469-18.007813 14.804687-24.492187 24.464844-6.472657-9.59375-14.78125-17.863281-24.421876-24.308594 9.675782-6.480469 18.011719-14.804687 24.492188-24.464844zm0 0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tInstant secure booking\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tConfirmation of your booking in real time.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-6ae524a1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6ae524a1\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ab58073 e-flex e-con-boxed e-con e-parent\" data-id=\"7ab58073\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f84ddf elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2f84ddf\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52e8dfcb e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"52e8dfcb\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5325ca36 e-con-full e-flex e-con e-child\" data-id=\"5325ca36\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-178dd196 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-886 elementor-global-285 elementor-widget-icon-box\" data-id=\"178dd196\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-wifi\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFree WiFi\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70e81e95 e-con-full e-flex e-con e-child\" data-id=\"70e81e95\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55e83165 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-882 elementor-global-288 elementor-widget-icon-box\" data-id=\"55e83165\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-parking\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPublic Parking\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tThe price is 19 euros per day.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e2f2e67 e-con-full e-flex e-con e-child\" data-id=\"5e2f2e67\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54d14e7a elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-880 elementor-global-291 elementor-widget-icon-box\" data-id=\"54d14e7a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-temperature-high\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHeating\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15ea9d64 e-con-full e-flex e-con e-child\" data-id=\"15ea9d64\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-555d2431 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-878 elementor-global-294 elementor-widget-icon-box\" data-id=\"555d2431\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-temperature-low\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAir conditioning\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23120802 e-con-full e-flex e-con e-child\" data-id=\"23120802\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a83b615 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-876 elementor-global-297 elementor-widget-icon-box\" data-id=\"3a83b615\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"0 0 512 512\" width=\"512\"><g><path d=\"m111.452 71.05 34.838-34.837 34.835 34.836c2.929 2.929 6.768 4.394 10.607 4.394 3.838 0 7.678-1.465 10.606-4.393 5.858-5.858 5.858-15.355 0-21.213l-45.441-45.443c-2.813-2.813-6.628-4.394-10.606-4.394-3.978 0-7.793 1.581-10.606 4.393l-45.446 45.443c-5.858 5.858-5.858 15.355 0 21.213 5.857 5.858 15.355 5.859 21.213.001z\"><\/path><path d=\"m290.833 71.05c2.813 2.813 6.628 4.394 10.606 4.394s7.794-1.581 10.606-4.394l45.443-45.443c5.858-5.858 5.858-15.355 0-21.213-5.857-5.858-15.355-5.858-21.213 0l-34.836 34.836-34.835-34.836c-5.858-5.857-15.355-5.858-21.213 0s-5.858 15.355 0 21.213z\"><\/path><path d=\"m360.432 109.71h-273.134c-30.418 0-55.166 24.748-55.166 55.167v332.123c0 8.284 6.716 15 15 15h353.465c8.284 0 15-6.716 15-15v-332.123c.001-30.419-24.746-55.167-55.165-55.167zm-298.3 55.167c0-13.877 11.29-25.167 25.166-25.167h121.566v342.29h-146.732zm323.466 317.123h-146.733v-342.29h121.567c13.877 0 25.166 11.29 25.166 25.167z\"><\/path><path d=\"m464.868 293.72c3.949 0 7.81-1.6 10.6-4.39 2.8-2.8 4.4-6.66 4.4-10.61 0-3.94-1.601-7.81-4.4-10.6-2.79-2.8-6.65-4.4-10.6-4.4s-7.82 1.6-10.61 4.4c-2.79 2.79-4.39 6.65-4.39 10.6s1.6 7.82 4.39 10.61 6.66 4.39 10.61 4.39z\"><\/path><path d=\"m464.868 327.99c-3.95 0-7.82 1.6-10.61 4.39s-4.39 6.66-4.39 10.61 1.6 7.82 4.39 10.61 6.66 4.39 10.61 4.39c3.949 0 7.81-1.6 10.6-4.39 2.8-2.8 4.4-6.66 4.4-10.61s-1.601-7.81-4.4-10.61c-2.79-2.79-6.651-4.39-10.6-4.39z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLift\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51ef9761 e-con-full e-flex e-con e-child\" data-id=\"51ef9761\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32babed5 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-global elementor-global-873 elementor-global-301 elementor-widget-icon-box\" data-id=\"32babed5\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-sparkles\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDaily cleaning service\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7543d9b5 e-flex e-con-boxed e-con e-parent\" data-id=\"7543d9b5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72c85b87 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"72c85b87\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e085b72 e-flex e-con-boxed e-con e-parent\" data-id=\"e085b72\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1c0b9b42 e-con-full e-flex e-con e-child\" data-id=\"1c0b9b42\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e6d7eca elementor-widget elementor-widget-heading\" data-id=\"4e6d7eca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hostal Meyra \u00b7 Madrid<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70f0f6d elementor-widget elementor-widget-global elementor-global-861 elementor-global-313 elementor-widget-text-editor\" data-id=\"70f0f6d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Fuencarral, 39 4\u00ba Izda,<br \/>Downtown Madrid,<br \/>28004 Madrid, Spain <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e7f40b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2e7f40b7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33071892 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-863 elementor-global-316 elementor-widget-icon-list\" data-id=\"33071892\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/hostalmeyra.com\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-list.min.css\">\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:0034915214646\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">(+34) 91 521 46 46<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:reservas@hostalmeyra.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">reservas@hostalmeyra.com <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72533913 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"72533913\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44c9b725 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-global elementor-global-859 elementor-global-319 elementor-widget-icon-box\" data-id=\"44c9b725\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/hostalmeyra.com\/contacto\/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><g>\t<g>\t\t<path d=\"M256,0C114.509,0,0,114.496,0,256c0,141.489,114.496,256,256,256c141.491,0,256-114.496,256-256   C512,114.511,397.504,0,256,0z M256,476.279c-121.462,0-220.279-98.816-220.279-220.279S134.538,35.721,256,35.721   S476.279,134.537,476.279,256S377.462,476.279,256,476.279z\"><\/path>\t<\/g><\/g><g>\t<g>\t\t<path d=\"M256.006,213.397c-15.164,0-25.947,6.404-25.947,15.839v128.386c0,8.088,10.783,16.174,25.947,16.174   c14.49,0,26.283-8.086,26.283-16.174V229.234C282.289,219.8,270.496,213.397,256.006,213.397z\"><\/path>\t<\/g><\/g><g>\t<g>\t\t<path d=\"M256.006,134.208c-15.501,0-27.631,11.12-27.631,23.925c0,12.806,12.131,24.263,27.631,24.263   c15.164,0,27.296-11.457,27.296-24.263C283.302,145.328,271.169,134.208,256.006,134.208z\"><\/path>\t<\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/hostalmeyra.com\/contacto\/\" >\n\t\t\t\t\t\t\tContact us\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIf you have any questions, please send us an email and we will be happy to help.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-73635230 elementor-mobile-align-justify elementor-align-left elementor-widget elementor-widget-global elementor-global-857 elementor-global-322 elementor-widget-button\" data-id=\"73635230\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/hostalmeyra.com\/en\/online-booking\/\">\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\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b46c85a e-con-full e-flex e-con e-child\" data-id=\"2b46c85a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b3f5204 elementor-widget elementor-widget-google_maps\" data-id=\"6b3f5204\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}<\/style>\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Hostal%20Meyra&#038;t=m&#038;z=17&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Hostal Meyra\"\n\t\t\t\t\taria-label=\"Hostal Meyra\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65d2ad4c e-flex e-con-boxed e-con e-parent\" data-id=\"65d2ad4c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c0fa098 elementor-widget elementor-widget-spacer\" data-id=\"7c0fa098\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our rooms Entrada: Salida: Hostal MeyRa has different types of rooms, such as: single room, double room, Superior double room and Deluxe double room with balcony. All our rooms are equipped with free WiFi, heating, air conditioning, daily cleaning service. In addition, the facilities have a lift and there is a public car park very [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-913","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rooms | Hostal Meyra Madrid<\/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:\/\/hostalmeyra.com\/en\/rooms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rooms | Hostal Meyra Madrid\" \/>\n<meta property=\"og:description\" content=\"Our rooms Entrada: Salida: Hostal MeyRa has different types of rooms, such as: single room, double room, Superior double room and Deluxe double room with balcony. All our rooms are equipped with free WiFi, heating, air conditioning, daily cleaning service. In addition, the facilities have a lift and there is a public car park very [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostalmeyra.com\/en\/rooms\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostal Meyra Madrid\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-23T09:56:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png\" \/>\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:\/\/hostalmeyra.com\/en\/rooms\/\",\"url\":\"https:\/\/hostalmeyra.com\/en\/rooms\/\",\"name\":\"Rooms | Hostal Meyra Madrid\",\"isPartOf\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png\",\"datePublished\":\"2024-07-10T13:38:23+00:00\",\"dateModified\":\"2024-07-23T09:56:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/rooms\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hostalmeyra.com\/en\/rooms\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage\",\"url\":\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png\",\"contentUrl\":\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hostalmeyra.com\/en\/rooms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/hostalmeyra.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rooms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hostalmeyra.com\/en\/#website\",\"url\":\"https:\/\/hostalmeyra.com\/en\/\",\"name\":\"Hostal Meyra Madrid\",\"description\":\"Vive Madrid desde el coraz\u00f3n de la ciudad\",\"publisher\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/#organization\"},\"alternateName\":\"Un acogedor hostal a 300 m de Gran V\u00eda\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hostalmeyra.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hostalmeyra.com\/en\/#organization\",\"name\":\"Hostal Meyra Madrid\",\"url\":\"https:\/\/hostalmeyra.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hostalmeyra.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/imagotipo-meyra-negro.png\",\"contentUrl\":\"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/imagotipo-meyra-negro.png\",\"width\":501,\"height\":305,\"caption\":\"Hostal Meyra Madrid\"},\"image\":{\"@id\":\"https:\/\/hostalmeyra.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rooms | Hostal Meyra Madrid","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:\/\/hostalmeyra.com\/en\/rooms\/","og_locale":"en_US","og_type":"article","og_title":"Rooms | Hostal Meyra Madrid","og_description":"Our rooms Entrada: Salida: Hostal MeyRa has different types of rooms, such as: single room, double room, Superior double room and Deluxe double room with balcony. All our rooms are equipped with free WiFi, heating, air conditioning, daily cleaning service. In addition, the facilities have a lift and there is a public car park very [&hellip;]","og_url":"https:\/\/hostalmeyra.com\/en\/rooms\/","og_site_name":"Hostal Meyra Madrid","article_modified_time":"2024-07-23T09:56:21+00:00","og_image":[{"url":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hostalmeyra.com\/en\/rooms\/","url":"https:\/\/hostalmeyra.com\/en\/rooms\/","name":"Rooms | Hostal Meyra Madrid","isPartOf":{"@id":"https:\/\/hostalmeyra.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage"},"image":{"@id":"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage"},"thumbnailUrl":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png","datePublished":"2024-07-10T13:38:23+00:00","dateModified":"2024-07-23T09:56:21+00:00","breadcrumb":{"@id":"https:\/\/hostalmeyra.com\/en\/rooms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostalmeyra.com\/en\/rooms\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostalmeyra.com\/en\/rooms\/#primaryimage","url":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png","contentUrl":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/icono-meyra-negro.png"},{"@type":"BreadcrumbList","@id":"https:\/\/hostalmeyra.com\/en\/rooms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/hostalmeyra.com\/en\/"},{"@type":"ListItem","position":2,"name":"Rooms"}]},{"@type":"WebSite","@id":"https:\/\/hostalmeyra.com\/en\/#website","url":"https:\/\/hostalmeyra.com\/en\/","name":"Hostal Meyra Madrid","description":"Vive Madrid desde el coraz\u00f3n de la ciudad","publisher":{"@id":"https:\/\/hostalmeyra.com\/en\/#organization"},"alternateName":"Un acogedor hostal a 300 m de Gran V\u00eda","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostalmeyra.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostalmeyra.com\/en\/#organization","name":"Hostal Meyra Madrid","url":"https:\/\/hostalmeyra.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostalmeyra.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/imagotipo-meyra-negro.png","contentUrl":"https:\/\/hostalmeyra.com\/wp-content\/uploads\/2024\/07\/imagotipo-meyra-negro.png","width":501,"height":305,"caption":"Hostal Meyra Madrid"},"image":{"@id":"https:\/\/hostalmeyra.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/pages\/913","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/comments?post=913"}],"version-history":[{"count":1,"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/pages\/913\/revisions"}],"predecessor-version":[{"id":914,"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/pages\/913\/revisions\/914"}],"wp:attachment":[{"href":"https:\/\/hostalmeyra.com\/en\/wp-json\/wp\/v2\/media?parent=913"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}