{"id":3095,"date":"2024-05-20T10:28:07","date_gmt":"2024-05-20T09:28:07","guid":{"rendered":"https:\/\/mastorrellas.com\/home\/"},"modified":"2026-02-27T11:07:52","modified_gmt":"2026-02-27T10:07:52","slug":"home","status":"publish","type":"page","link":"https:\/\/mastorrellas.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;360deg&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.3) 0%|rgba(0,0,0,0) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.3)&#8221; background_color_gradient_end=&#8221;rgba(0,0,0,0)&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Mas_Torrellas_slide.jpg&#8221; background_video_mp4=&#8221;https:\/\/pub-d6ab4b6a3fdb4331933a2a57d19037bd.r2.dev\/Mas%20Torrellas%20Slider.mp4&#8243; custom_padding=&#8221;90px||90px||false|false&#8221; custom_css_main_element=&#8221;padding-top:0px;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_slider module_id=&#8221;slide_home&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;182px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<h1 class=\"slide_header\">We have the peace<br \/>\nof mind you deserve<\/h1>\n<p><\/p>\n<div style=\"display: flex; align-items: center; justify-content: center;\"><img decoding=\"async\" src=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\" \/> <img decoding=\"async\" src=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\" \/> <img decoding=\"async\" src=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\" \/> <img decoding=\"async\" src=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\" \/><span style=\"font-weight: bold; font-size: 2em; margin-left: .2em;\">S<\/span><\/div>\n<p><\/p>\n<div class=\"time_block\"><div id=\"simple-weather--2e9c6777350e6eabe2e93c7f063710a6\" class=\"simple-weather simple-weather--vue\" :style=\"atts.inline_css\">\n  <template v-if=\"style !== 'widget'\">\n    <span v-if=\"hasCurrentWeather()\" class=\"simple-weather__day simple-weather__day--current\">\n      <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{current_weather.dt | momentjs( atts.date )}}<\/span>\n      <i class=\"sw\" :class=\"getWeatherIcon(current_weather)\"><\/i>\n      <em class=\"simple-weather__temp\">{{current_weather.temp | temp}} &deg;<template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template>\n      <\/em>\n    <\/span>\n    <template v-if=\"weather_feed\">\n      <span v-for=\"(day, index) in weather_feed\" v-if=\"isDayVisible(index, day)\" class=\"simple-weather__day\">\n        <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{day.dt | momentjs(atts.date)}}<\/span>\n        <i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i>\n        <em class=\"simple-weather__temp\">{{day.temp | temp}} &deg;<em class=\"simple-weather__temp-min\" v-if=\"filter_var(atts.night)\">{{day.temp_min | temp}} &deg;<\/em><template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template><\/em>\n      <\/span>\n    <\/template>\n    <template v-else>\n      <span v-html=\"error\" class=\"error\"><\/span>\n    <\/template>\n  <\/template>\n  <template v-else>\n    <div class=\"simple-weather-widget\" v-if=\"current_weather.name || weather_feed\" :class=\"atts.inline_css ? 'simple-weather-widget--bg' : ''\">\n      <h4 class='widget_title' v-if=\"atts.title || current_weather.name\" v-text=\"atts.title ? atts.title : current_weather.name\"><\/h4>\n      <div class=\"temp\">\n        <span v-if=\"current_weather.temp\" class=\"degrees\">{{current_weather.temp | temp}} &deg;<\/span>\n        <span class=\"details\">\n          <template v-if=\"current_weather.humidity\">Humidity: <em class=\"float-right\">{{current_weather.humidity}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.clouds\">Clouds: <em class=\"float-right\">{{current_weather.clouds}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.wind\">Wind <small>({{current_weather.wind.deg}})<\/small>:\n          <em class=\"float-right\">{{current_weather.wind.speed}}<small>{{units_wind}}<\/small><\/em><\/template>\n        <\/span>\n      <\/div>\n      <div class=\"summary\">{{current_weather.desc}}<\/div>\n      <div class=\"simple-weather-table\" v-if=\"weather_feed\">\n        <div v-for=\"(day, index) in weather_feed\" v-if=\"index < atts.days\" class=\"simple-weather-table__row\">\n\t\t\t\t\t<div class=\"simple-weather-table__date\">{{day.dt | momentjs(atts.date)}}<\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__icon\"><i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i><\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__temp\">\n            {{day.temp | temp}}&deg;\n            <span class=\"simple-weather-table__temp-min\">{{day.temp_min | temp}} &deg;<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/template>\n<\/div>\n<\/div>\n<p>[\/et_pb_slide][\/et_pb_fullwidth_slider][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Reservas&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; transform_scale_tablet=&#8221;&#8221; transform_scale_phone=&#8221;&#8221; transform_scale_last_edited=&#8221;on|desktop&#8221; transform_translate=&#8221;0px|-35vh&#8221; transform_translate_tablet=&#8221;0px|-5vh&#8221; transform_translate_phone=&#8221;0px|-5vh&#8221; transform_translate_last_edited=&#8221;on|tablet&#8221; transform_translate_linked=&#8221;off&#8221; transform_rotate_tablet=&#8221;&#8221; transform_rotate_phone=&#8221;&#8221; transform_rotate_last_edited=&#8221;on|desktop&#8221; transform_skew_tablet=&#8221;&#8221; transform_skew_phone=&#8221;&#8221; transform_skew_last_edited=&#8221;on|desktop&#8221; transform_origin_tablet=&#8221;&#8221; transform_origin_phone=&#8221;&#8221; transform_origin_last_edited=&#8221;on|desktop&#8221; transform_styles_last_edited=&#8221;on|tablet&#8221; z_index=&#8221;999999&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; transform_styles_tablet=&#8221;&#8221; transform_styles_phone=&#8221;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<html><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <head><!-- [et_pb_line_break_holder] -->        <link rel=\"stylesheet\" href=\"https:\/\/assets.gnahs.com\/modules\/booking-widget\/v3\/app.css\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <!-- Ejemplo de colores personalizados --><!-- [et_pb_line_break_holder] -->        <\/p>\n<style><!-- [et_pb_line_break_holder] -->            :root {<!-- [et_pb_line_break_holder] -->                --booking-color-primary: 3, 41, 65;<!-- [et_pb_line_break_holder] -->                --booking-color-secondary: 88, 183, 179;<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        <\/style>\n<p><!-- [et_pb_line_break_holder] -->    <\/head><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <body><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <\/p>\n<div class=\"c-booking-widget\"><!-- [et_pb_line_break_holder] -->            <\/p>\n<div class=\"c-booking-widget__body\"><!-- [et_pb_line_break_holder] -->                <\/p>\n<div class=\"c-booking-widget__container\"><!-- [et_pb_line_break_holder] -->                    <\/p>\n<div class=\"c-booking-widget__item dates-component dates-component-wrapper\" widget-label-check-in=\"Check-in\" widget-label-check-out=\"Check-out\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->                    <\/p>\n<div class=\"c-booking-widget__item occupancy-component occupancy-component-container\" widget-label-occupancy=\"Rooms and guests\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->                    <\/p>\n<div class=\"c-booking-widget__item promo-code\" widget-label-promocode=\"Promo code\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->                    <\/p>\n<div class=\"c-booking-widget__item booking-button\" widget-label-booking=\"Reservar\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->                <\/div>\n<p><!-- [et_pb_line_break_holder] -->            <\/div>\n<p><!-- [et_pb_line_break_holder] -->        <\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <script><!-- [et_pb_line_break_holder] -->            function loadWidget () {<!-- [et_pb_line_break_holder] -->                var Widget = new GNAHS_BookingWidget({<!-- [et_pb_line_break_holder] -->                    settings: {<!-- [et_pb_line_break_holder] -->                        uuid: '571417c7-dfb9-475a-8dc1-75f2f5344c89',<!-- [et_pb_line_break_holder] -->                        apiUrl: 'juia',<!-- [et_pb_line_break_holder] -->                        establishments: [],<!-- [et_pb_line_break_holder] -->                        language: 'en',<!-- [et_pb_line_break_holder] -->                        bookingRoute: 'booking',<!-- [et_pb_line_break_holder] -->                        saveLastSeach: false,<!-- [et_pb_line_break_holder] -->                        appearance: {<!-- [et_pb_line_break_holder] -->                            gap: 0,<!-- [et_pb_line_break_holder] -->                        },<!-- [et_pb_line_break_holder] -->                    },<!-- [et_pb_line_break_holder] -->                })<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        <\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        <script defer src=\"https:\/\/assets.gnahs.com\/modules\/booking-widget\/v3\/app.js\" onload=\"loadWidget()\"><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <\/body><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/html>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"text_title\">(Dis)connect, to connect<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||100px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; height=&#8221;75vh&#8221; custom_padding=&#8221;3px||2px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;back_button&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;360deg&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.5) 0%|rgba(0,0,0,0) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.5)&#8221; background_color_gradient_end=&#8221;rgba(0,0,0,0)&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/hotel-en-costa-brava-Masia-Mas-Torrellas.webp&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjU0MDYifX0=@&#8221; button_text=&#8221;- BOOK IN THE MAS\u00cdA (Country House)&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;button_index&#8221; _builder_version=&#8221;4.27.5&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;0.8em&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;1px&#8221; button_border_radius=&#8221;0px&#8221; custom_margin=&#8221;||40px||false|false&#8221; custom_padding=&#8221;20px|50px|20px|50px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;back_button&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;360deg&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.5) 0%|rgba(0,0,0,0) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.5)&#8221; background_color_gradient_end=&#8221;rgba(0,0,0,0)&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/hotel-en-costa-brava-Village-Mas-Torrellas.webp&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjU0MDYifX0=@&#8221; button_text=&#8221;-  BOOK IN VILLAGE&#8221; button_alignment=&#8221;center&#8221; module_class=&#8221;button_index&#8221; _builder_version=&#8221;4.27.5&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;0.8em&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;1px&#8221; button_border_radius=&#8221;0px&#8221; custom_margin=&#8221;||40px||false|false&#8221; custom_padding=&#8221;20px|50px|20px|50px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; width=&#8221;95%&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;95%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;100px||100px|||&#8221; custom_padding_tablet=&#8221;100px||100px|||&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/hotel-en-Costa-Brava-Restaurant-Mas-Torrellas.webp&#8221; alt=&#8221;Restaurante de Hotel en Costa Brava, Mas Torrellas&#8221; title_text=&#8221;hotel-en-Costa-Brava-Restaurant-Mas-Torrellas&#8221; module_class=&#8221;img_left&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; position_origin_a=&#8221;center_center&#8221; position_origin_r=&#8221;bottom_left&#8221; width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;85px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title\">The restaurant<\/h3>\n<p><\/p>\n<p class=\"para_text\">With a varied and international menu, the Restaurant will suit the tastes of the most demanding palates. Some of our specialities, unique in the area, help us make a difference. Grill, griddle, pasta, rice dishes and even avant-garde dishes await you in our restaurant.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/mastorrellas.com\/en\/mas-torrellas\/restaurant\/#reserva_rest&#8221; button_text=&#8221;- RESERVE&#8221; button_alignment=&#8221;left&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#ffb4a2&#8243; button_border_width=&#8221;1px&#8221; button_border_color=&#8221;#ffb4a2&#8243; button_border_radius=&#8221;0px&#8221; custom_padding=&#8221;20px|40px|20px|40px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; custom_margin=&#8221;||-2px|20%|false|false&#8221; custom_margin_tablet=&#8221;||-2px|20%|false|false&#8221; custom_margin_phone=&#8221;||0px|0%|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;70px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">La Mas\u00eda (Country House)<\/h3>\n<p><\/p>\n<p class=\"para_text_bl\">Are you looking for a special stay, enveloped by history and a warm, friendly service? If so, our Mas\u00eda (Country House) is the place for you. Dating back to 1778, the Mas\u00eda is our fundamental pillar, where our motivation to offer quality accommodation was born. We have 15 rooms! Choose yours.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjU0MDYifX0=@&#8221; button_text=&#8221;- RESERVE&#8221; button_alignment=&#8221;left&#8221; _builder_version=&#8221;4.27.5&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#c4a381&#8243; button_border_width=&#8221;1px&#8221; button_border_color=&#8221;#c4a381&#8243; button_border_radius=&#8221;0px&#8221; custom_margin=&#8221;|||20%|false|false&#8221; custom_margin_tablet=&#8221;|||20%|false|false&#8221; custom_margin_phone=&#8221;|||8%|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;20px|40px|20px|40px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/Mas-Torrellas-Masia-Fachada-hotel-en-costa-brava.webp&#8221; alt=&#8221;La Masia, Hotel en Costa Brava&#8221; title_text=&#8221;Mas-Torrellas-Masia-Fachada-hotel-en-costa-brava&#8221; module_class=&#8221;img_right&#8221; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/Mas-Torrellas-Village-hotel-en-costa-brava-1.webp&#8221; alt=&#8221;Village, Mas Torrellas. Hotel en Costa Brava&#8221; title_text=&#8221;Mas-Torrellas-Village-hotel-en-costa-brava-1&#8243; _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#6d584b&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;46px|80px|20px|80px|false|true&#8221; custom_margin_tablet=&#8221;46px|80px|20px|80px|false|true&#8221; custom_margin_phone=&#8221;46px|0px|20px|0px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;50px|30px||30px|false|true&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title\">Village<\/h3>\n<p><\/p>\n<p class=\"para_text\">Do you enjoy a comfortable stay, in a quiet environment with state-of-the-art facilities? Mas Torrellas Village is a modern complex of rooms and bungalows that offers you all the amenities of a 4-star hotel, with a touch of quality and some extra &#8220;treats&#8221;.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjU0MDYifX0=@&#8221; button_text=&#8221;- RESERVE&#8221; button_alignment=&#8221;left&#8221; _builder_version=&#8221;4.27.5&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;1px&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;0px&#8221; custom_margin=&#8221;40px|||110px|false|false&#8221; custom_margin_tablet=&#8221;|||80px|false|false&#8221; custom_margin_phone=&#8221;|||8%|false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px|40px|20px|40px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px|||&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Mas-Torrellas-Pitchputt.png&#8221; width=&#8221;95%&#8221; width_tablet=&#8221;95%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;95%&#8221; max_width_tablet=&#8221;95%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;right&#8221; height=&#8221;100vh&#8221; custom_padding=&#8221;1px||1px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text_pp&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#111111&#8243; background_color=&#8221;#f1f1f1&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;|103px||||&#8221; custom_padding=&#8221;70px|50px|50px|50px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">Pitch &amp; Putt<\/h3>\n<p><\/p>\n<p class=\"para_text_mont_bl\">Are you a golf enthusiast or want to learn how to improve your swing? At Mas Torrellas Pitch &amp; Putt, you can: practice area, the &#8220;approach&#8221;, putting green, clubhouse, restaurant, changing rooms, chill-out area, pro-shop, equipment rental, school, and much more!<\/p>\n<p><a class=\"et_pb_button et_pb_button_4 et_pb_bg_layout_light button_pp\" style=\"color: #000000; background-color: #62a87c;\" href=\"https:\/\/mastorrellas.com\/en\/mas-torrellas\/pitchputt\/#reserva_pitchputt\">&#8211; BOOK<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;500px&#8221; min_height_last_edited=&#8221;on|phone&#8221; height_tablet=&#8221;&#8221; height_phone=&#8221;800px&#8221; height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;110px||110px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;80%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"test_title\">EXPERIENCE<\/h3>\n<p><\/p>\n<p class=\"test_text\">We make sure that your stay is one of the best experiences of your holiday.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;-274px|auto||auto||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Logo_Mas_experience.png&#8221; alt=&#8221;Logo Mas Torrellas experience&#8221; title_text=&#8221;Logo Mas Torrellas experience&#8221; align=&#8221;right&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-35px|||||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; custom_margin=&#8221;||-2px|10%|false|false&#8221; custom_padding=&#8221;160px||16px||false|false&#8221; custom_padding_tablet=&#8221;160px||16px||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">Let&#8217;s go further<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||-2px|10%|false|false&#8221; custom_margin_tablet=&#8221;||-2px|10%|false|false&#8221; custom_margin_phone=&#8221;||-2px|0%|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;26px||30px|60px|false|false&#8221; custom_padding_tablet=&#8221;26px||30px|60px|false|false&#8221; custom_padding_phone=&#8221;26px|30px|30px|30px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"para_text_mont_bl\">The concept of (dis)connection refers to a duality, a genuine need to disconnect from our everyday lives and find a haven of peace and tranquillity.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/hotel-en-costa-brava-Village-Mas-Torrellas.webp&#8221; alt=&#8221;Mas Torrellas Spa&#8221; title_text=&#8221;hotel-en-costa-brava-Village-Mas-Torrellas&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"para_title_bl\">It is about disconnecting from the day-to-day, from the routine; in order to connect with ourselves, with nature, and with those around us.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Torre-Mas-Torrellas.jpg&#8221; alt=&#8221;Torre Mas Torrellas&#8221; title_text=&#8221;Torre Mas Torrellas&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||-2px|10%|false|false&#8221; custom_margin_tablet=&#8221;||-2px|10%|false|false&#8221; custom_margin_phone=&#8221;||-2px|0%|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;150px||16px||false|false&#8221; custom_padding_tablet=&#8221;150px||16px||false|false&#8221; custom_padding_phone=&#8221;30px|30px||30px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"para_text_bl\">Our guarantee is quality, which is strongly influenced by our concept of &#8220;experience&#8221; in any of our facilities. At Mas Torrellas, both our team and our facilities have a single goal:<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||-2px|10%|false|false&#8221; custom_margin_tablet=&#8221;||-2px|10%|false|false&#8221; custom_margin_phone=&#8221;|||0%|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;26px||30px|60px|false|false&#8221; custom_padding_tablet=&#8221;26px||30px|60px|false|false&#8221; custom_padding_phone=&#8221;|30px||30px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"para_text_pair_bl\">Your memory will treasure this unique and special stay, which has allowed you to truly (dis)connect.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f0f1f1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"test_title_bk\">ACCOMMODATION<\/h3>\n<p><\/p>\n<p class=\"test_text_bk\">To the taste of the most modern and most traditional.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; min_height=&#8221;100vh&#8221; height=&#8221;100vh&#8221; max_height=&#8221;100vh&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Habitacio\u0301n-Village.jpg&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text_alojamiento&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; module_alignment=&#8221;left&#8221; custom_padding=&#8221;40px|35px|40px|35px|true|true&#8221; global_colors_info=&#8221;{}&#8221;]Our latest construction, completed in 2021: a modern, large 4-star hotel complex that rises like a veritable oasis in the middle of nature. Its large rooms and bungalows have all the necessary amenities: kitchen, bathroom, large private terraces, private jacuzzi, and much more!<\/p>\n<p><a class=\"text_link\" href=\"https:\/\/mastorrellas.com\/en\/booking\/\">Book in Village<\/a>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Habitacion-Doble-Masia-Mas-Torrellas-global.jpg&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text_alojamiento&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;75%&#8221; max_width=&#8221;75%&#8221; module_alignment=&#8221;left&#8221; custom_padding=&#8221;40px|35px|40px|35px|true|true&#8221; global_colors_info=&#8221;{}&#8221;]The perfect accommodation for the more traditional and for those who enjoy history and a friendly atmosphere. An accommodation that takes you on a real trip back in time, specifically to the year 1778, when this impressive Mas\u00eda (country house) was built, with all the amenities and direct access to the restaurant.<\/p>\n<p><a class=\"text_link\" href=\"https:\/\/mastorrellas.com\/en\/booking\/\">Book in Mas\u00eda (Country House)<\/a>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.25.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"test_title_rest\">OUR FINE FOOD<\/h3>\n<p><\/p>\n<p class=\"test_text_bk\">International dishes ranging from the traditional to the avant-garde.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_card_carousel slide_to_show=&#8221;5&#8243; space_between=&#8221;40&#8243; equal_height=&#8221;on&#8221; arrows=&#8221;off&#8221; arrow_position=&#8221;inside&#8221; badge_show_on_hover=&#8221;on&#8221; image_alignment=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_text_align=&#8221;center&#8221; header_font_size=&#8221;1em&#8221; custom_padding=&#8221;|40px||40px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][dsm_card_carousel_child title=&#8221;Baked prawns&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante-Mas-Torrellas-Gambas.jpg&#8221; image_background_height=&#8221;40vh&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; parent_button=&#8221;off&#8221; parent_header_level=&#8221;h4&#8243;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Sea and mountain rice&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante-Mas-Torrellas-arroz.jpg&#8221; image_background_height=&#8221;40vh&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; parent_button=&#8221;off&#8221; parent_header_level=&#8221;h4&#8243;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Grilled rabbit&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante-Mas-Torrellas-conejo.jpg&#8221; image_background_height=&#8221;40vh&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; parent_button=&#8221;off&#8221; parent_header_level=&#8221;h4&#8243;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Morchella with duck foie&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante-Mas-Torrellas-foie.jpg&#8221; image_background_height=&#8221;40vh&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; parent_button=&#8221;off&#8221; parent_header_level=&#8221;h4&#8243;][\/dsm_card_carousel_child][dsm_card_carousel_child title=&#8221;Veal millefeuille&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante-Mas-Torrellas-milhojas.png&#8221; image_background_height=&#8221;40vh&#8221; button_url_new_window=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; parent_button=&#8221;off&#8221; parent_header_level=&#8221;h4&#8243;][\/dsm_card_carousel_child][\/dsm_card_carousel][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;https:\/\/mastorrellas.com\/en\/mas-torrellas\/restaurant\/#reserva_rest&#8221; button_text=&#8221;- BOOK A TABLE&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#000000&#8243; button_bg_color=&#8221;#ffb4a2&#8243; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;#ffb4a2&#8243; button_border_radius=&#8221;0px&#8221; custom_padding=&#8221;20px|40px|20px|40px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;|70px|0px||false|false&#8221; custom_padding_tablet=&#8221;|70px|0px||false|false&#8221; custom_padding_phone=&#8221;|0px|0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f0f1f1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;50px|14%|50px|14%|true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">Services &amp; Activities<\/h3>\n<p><\/p>\n<p class=\"para_text_mont_bl\">The entertainment and comfort of our guests is our priority<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||-9px|||&#8221; custom_padding=&#8221;|20px|||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div class=\"row\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-6\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Pitchputt-Mas-Torrellas-jugador.jpg\" class=\"img-respon-row\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"col-md-6\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/hotel-en-costa-brava-Village-Mas-Torrellas.webp\" class=\"img-respon-row\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"row\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-12\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Mas-Torrellas-Pitchputt.jpg\" class=\"img-responsive\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"row\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-6\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Mas-Torrellas-Village-Terraza.jpg\" class=\"img-responsive\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"col-md-6\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Mas-Torrellas-padel.jpg\" class=\"img-responsive\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;4px|||||&#8221; custom_padding=&#8221;||2px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;POOLS&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Piscinas.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">Indoor and outdoor. With all the amenities: solarium, sunbeds, sunshades, showers, etc.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;TERRACES&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Terraza_bar.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">A fundamental element of our complex, which is why you&#8217;ll find one round every corner.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;SPA&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Spa.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">Heated swimming pool with jets and bubbles, thermal hammocks, changing rooms and showers, etc.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;RESTAURANT&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Restaurante.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">With all daily menus: breakfast, lunch and dinner. The bar is also open every day.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;PADEL&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Padel.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">Two padel tennis courts at your disposal, for those who love racket sports.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;GAME ROOM&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Sala_de_juegos.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">We have an entertainment room ideal for children and for the not so children.<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;PITCH &amp; PUTT&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/PitchPutt.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">For golf enthusiasts or beginners who want to learn or improve their swing<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;OTHER&#8221; image=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Cargador_vehiculo.svg&#8221; icon_alignment=&#8221;left&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;16px&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;||||false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"servicio_text\">Private and covered parking, electric car chargers, basic amenities&#8230;<\/p>\n<p><\/p>\n<p><a class=\"more_link\">&#8211; More info<\/a><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;1px|14%|1px|14%|true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">News<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_blog_carousel use_date=&#8221;off&#8221; use_author=&#8221;off&#8221; use_readmore=&#8221;on&#8221; readmore_text=&#8221;Read article&#8221; columns=&#8221;4&#8243; centered_slides=&#8221;on&#8221; use_pagi=&#8221;off&#8221; columns_tablet=&#8221;4&#8243; columns_phone=&#8221;1&#8243; columns_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;||||||||&#8221; custom_readmore=&#8221;on&#8221; readmore_text_size=&#8221;1em&#8221; readmore_text_color=&#8221;#000000&#8243; readmore_border_width=&#8221;0px&#8221; readmore_alignment=&#8221;left&#8221; width=&#8221;90%&#8221; max_width=&#8221;90%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/dsm_blog_carousel][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;https:\/\/mastorrellas.com\/en\/present\/&#8221; button_text=&#8221;ALL THE NEWS&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;0.8em&#8221; button_text_color=&#8221;#000000&#8243; button_border_width=&#8221;1px&#8221; button_border_color=&#8221;#cccccc&#8221; button_border_radius=&#8221;0px&#8221; custom_margin=&#8221;||-3px||false|false&#8221; custom_padding=&#8221;20px|50px|20px|50px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f0f1f1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,3_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;1px|14%|1px|14%|true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"para_title_bl\">Opinions<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;2px|14%|2px|14%|true|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"para_text_mont_bl\">The entertainment and comfort of our guests is our priority<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-disable-animation ti-show-rating-text ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"hace %d %s|hoy|d\u00eda|d\u00edas|semana|semanas|mes|meses|a\u00f1o|a\u00f1os\" data-plugin-version=\"13.2.8\" data-layout-id=\"5\" data-layout-category=\"slider\" data-set-id=\"ligth-border\" data-pid=\"\" data-language=\"es\" data-close-locale=\"Cerca\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Respuesta del propietario\" data-only-rating-locale=\"Esta usuario solo dej\u00f3 una calificaci\u00f3n.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer ti-footer-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELENTE <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/h.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">A base de <strong>174 rese\u00f1as<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Siguiente rese\u00f1a\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Rese\u00f1a anterior\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1650499200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GgLb_qQ-1nNRnUMPzuX1orXksLAlhP_xBGk4LhsHCo=w40-h40-c-c-rp-w40-h40-mo-br100\" alt=\"Marta P. profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marta P. <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Hotel incre\u00edble por ubicaci\u00f3n, vistas y tranquilidad. Destacar\u00eda su restaurante, cocina catalana tradicional de las que ya cuesta encontrar.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1650240000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GhFiLz0OJ1Q2pGJTwnp2fTG-ic5UJ-nF78hpRGCK2k=w40-h40-c-c-rp-w40-h40-mo-ba4-br100\" alt=\"Albert Blavi profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Albert Blavi <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Restaurante muy bonito en Santa Cristina D\u2019Aro.\nMuy buenas raciones. Buena relaci\u00f3n calidad, cantidad, precio.\nPersonal amable.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1633910400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GjlWhbHIKpqpJvVtm7Ecja79yxJ-3sWXR4F5Z3ufw=w40-h40-c-c-rp-w40-h40-mo-ba4-br100\" alt=\"Fred Stoker profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Fred Stoker <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/e.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Die alte Masia ist immer noch sch\u00f6n.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1632614400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/AOh14GiV4z7XM2kRClGcD38JTvlNrTWqc7Y2--GPDYpfdMo=w40-h40-c-c-rp-w40-h40-mo-br100\" alt=\"Eva Torres profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Eva Torres <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un sitio tranquilo rodeado de monta\u00f1as. Buena comida y buen servicio<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1631923200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/AOh14Gi2TVZx4hD3vuCStAqcBJl9lvGa-Yxj535hRt-3CQ=w40-h40-c-c-rp-w40-h40-mo-br100\" alt=\"rudy praet profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> rudy praet <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Top locatie<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1631491200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/AATXAJydfbBELQEgSy7O9UaVi4OTo3nhtgqaLAl3dKi0=w40-h40-c-c-rp-w40-h40-mo-br100\" alt=\"Martine Solignac profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Martine Solignac <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/e.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Cadre agr\u00e9able, cuisine raffin\u00e9e.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/trustindex-google-widget.css?1773958210\"><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; max_width=&#8221;95%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;left&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"test_text_bk\">Contact &#038; bookings<\/p>\n<p>[\/et_pb_text][et_pb_contact_form use_spam_service=&#8221;on&#8221; recaptcha_list=&#8221;Mas Torrellas-0&#8243; email=&#8221;info@mastorrellas.com&#8221; custom_message=&#8221;WEB CONTACT FORM &#8211; INICIO||et_pb_line_break_holder||%%Name%%||et_pb_line_break_holder||%%Phone%%||et_pb_line_break_holder||%%Email%%||et_pb_line_break_holder||%%Message%%||et_pb_line_break_holder||&#8221; success_message=&#8221;Message sent successfully&#8221; submit_button_text=&#8221;SEND MESSAGE&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; _unique_id=&#8221;fb46774e-77f4-485f-9e69-8ddaae07a22a&#8221; form_field_background_color=&#8221;#FFFFFF&#8221; form_field_text_color=&#8221;#000000&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;12px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_color=&#8221;#000000&#8243; button_border_color=&#8221;#000000&#8243; button_border_radius=&#8221;0px&#8221; button_custom_margin=&#8221;40px||40px||true|false&#8221; button_custom_padding=&#8221;20px|50px|20px|50px|true|true&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;|30px||30px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#000000&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_contact_field field_id=&#8221;Name&#8221; field_title=&#8221;Name&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Phone&#8221; field_title=&#8221;Phone number&#8221; allowed_symbols=&#8221;numbers&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Email&#8221; field_title=&#8221;Email&#8221; field_type=&#8221;email&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Message&#8221; field_title=&#8221;How can we help you?&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Date&#8221; field_title=&#8221; Entry and exit day&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Message_2&#8243; field_title=&#8221;How many adults and how many childrens&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Message_2_2&#8243; field_title=&#8221;Comments&#8221; required_mark=&#8221;off&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;policy&#8221; field_title=&#8221; &#8221; field_type=&#8221;checkbox&#8221; checkbox_options=&#8221;%91{%22value%22:%22I have read and accept the%22,%22checked%22:0,%22dragID%22:-1,%22link_text%22:%22Privacy Policy%22,%22link_url%22:%22https:%92\/%92\/mastorrellas.com%92\/en%92\/Privacy-Policy%92\/%22},{%22value%22:%22I agree that the Mas Torrellas team may contact me by telephone or email to answer my query.%22,%22checked%22:0,%22dragID%22:0}%93&#8243; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; form_field_font_size=&#8221;12px&#8221; form_field_line_height=&#8221;1.9em&#8221; custom_margin=&#8221;80px||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; border_width_all=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_contact_field][\/et_pb_contact_form][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; raw_content__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div class=\"row\" style=\"width:100%;padding-left:30px;padding-right:30px;\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-5 border-masia\"><!-- [et_pb_line_break_holder] -->   <!-- <pee class=\"contact_text\"><!-- [et_pb_line_break_holder] -->      Reservar en<!-- [et_pb_line_break_holder] -->    <\/pee>&#8211;><!-- [et_pb_line_break_holder] -->   <img decoding=\"async\" src=\"wp-content\/uploads\/2022\/02\/Masia-logo.png\" class=\"img-logo-masia\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-5 border-restaurant\"><!-- [et_pb_line_break_holder] -->   <!-- <pee class=\"contact_text\"><!-- [et_pb_line_break_holder] -->      Reservar en<!-- [et_pb_line_break_holder] -->    <\/pee>&#8211;><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Restaurant-logo.png\" class=\"img-logo-rest\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"row\" style=\"width:100%;padding-left:30px;padding-right:30px;\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-5 border-village\"><!-- [et_pb_line_break_holder] -->    <!-- <pee class=\"contact_text\"><!-- [et_pb_line_break_holder] -->      Reservar en<!-- [et_pb_line_break_holder] -->    <\/pee>&#8211;><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2022\/02\/Village-logo.png\" class=\"img-logo-village\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"col-md-5 border-pp\"><!-- [et_pb_line_break_holder] -->   <!-- <pee class=\"contact_text\"><!-- [et_pb_line_break_holder] -->      Reservar en<!-- [et_pb_line_break_holder] -->    <\/pee>&#8211;><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"wp-content\/uploads\/2022\/02\/PitchPutt-logo.png\" class=\"img-logo-pp\"><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; custom_padding=&#8221;60px||40px|||&#8221; border_width_bottom=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||4px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_orientation=&#8221;center&#8221; width=&#8221;70%&#8221; max_width=&#8221;70%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 class=\"test_text\">(Dis)connect, to connect.<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;POPUP APERTURA&#8221; module_id=&#8221;popup&#8221; _builder_version=&#8221;4.27.5&#8243; background_color=&#8221;rgba(0,0,0,0.7)&#8221; positioning=&#8221;fixed&#8221; position_origin_a=&#8221;top_center&#8221; position_origin_f=&#8221;top_center&#8221; z_index=&#8221;9999&#8243; vertical_offset_tablet=&#8221;&#8221; vertical_offset_phone=&#8221;&#8221; vertical_offset_last_edited=&#8221;on|tablet&#8221; min_height=&#8221;100vh&#8221; min_height_tablet=&#8221;125vh&#8221; min_height_phone=&#8221;120vh&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;display: none !important;||flex-direction: column;||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||flex-direction: column;||justify-content: flex-end;&#8221; custom_css_main_element_phone=&#8221;display: flex;||flex-direction: column;||justify-content: flex-end;&#8221;][et_pb_row _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_icon font_icon=&#8221;&#x51;||divi||400&#8243; icon_color=&#8221;#FFFFFF&#8221; icon_width=&#8221;48px&#8221; align=&#8221;right&#8221; icon_width_tablet=&#8221;48px&#8221; icon_width_phone=&#8221;32px&#8221; icon_width_last_edited=&#8221;on|phone&#8221; module_id=&#8221;close-popup&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; vertical_offset=&#8221;6vh&#8221; vertical_offset_tablet=&#8221;0vh&#8221; vertical_offset_phone=&#8221;0vh&#8221; vertical_offset_last_edited=&#8221;on|tablet&#8221; position_origin_a_tablet=&#8221;top_right&#8221; position_origin_a_phone=&#8221;top_right&#8221; position_origin_a_last_edited=&#8221;on|tablet&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|tablet&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|tablet&#8221; positioning_tablet=&#8221;absolute&#8221; positioning_phone=&#8221;absolute&#8221; positioning_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;width: fit-content;||margin-left: auto;||cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; icon_color__hover_enabled=&#8221;on|hover&#8221; icon_color__hover=&#8221;rgba(255,255,255,0.6)&#8221; custom_css_main_element_last_edited=&#8221;on|desktop&#8221; custom_css_main_element_tablet=&#8221;width: fit-content;||margin-left: auto;||cursor: pointer;&#8221; custom_css_main_element_phone=&#8221;width: fit-content;||margin-left: auto;||cursor: pointer;&#8221;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;row&#8221; _builder_version=&#8221;4.27.2&#8243; background_color=&#8221;rgba(0,0,0,0.5)&#8221; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; width=&#8221;70%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;5vh|4vw|5vh|4vw|true|true&#8221; custom_css_main_element=&#8221;display: flex;||align-items: center; &#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;display: flex;||flex-direction: column-reverse;&#8221; custom_css_main_element_phone=&#8221;display: flex;||flex-direction: column-reverse;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/mastorrellas.com\/wp-content\/uploads\/hotel-en-costa-brava-Masia-Mas-Torrellas.webp&#8221; alt=&#8221;Hotel en Costa Brava | Masia | Mas Torrellas&#8221; title_text=&#8221;hotel-en-costa-brava-Masia-Mas-Torrellas&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|6px|6px|6px|6px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|||on|||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;48px&#8221; text_line_height=&#8221;1em&#8221; global_colors_info=&#8221;{}&#8221;]WE REOPEN ON APRIL 1ST.[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;24px&#8221; text_line_height=&#8221;1.2em&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Open every day and every night.<\/p>\n<p><\/p>\n<p>All the facilities available for a top-quality vacation.<\/p>\n<p><\/p>\n<p>We look forward to seeing you as always.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We have the peace of mind you deserve S<div id=\"simple-weather--2e9c6777350e6eabe2e93c7f063710a6\" class=\"simple-weather simple-weather--vue\" :style=\"atts.inline_css\">\n  <template v-if=\"style !== 'widget'\">\n    <span v-if=\"hasCurrentWeather()\" class=\"simple-weather__day simple-weather__day--current\">\n      <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{current_weather.dt | momentjs( atts.date )}}<\/span>\n      <i class=\"sw\" :class=\"getWeatherIcon(current_weather)\"><\/i>\n      <em class=\"simple-weather__temp\">{{current_weather.temp | temp}} &deg;<template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template>\n      <\/em>\n    <\/span>\n    <template v-if=\"weather_feed\">\n      <span v-for=\"(day, index) in weather_feed\" v-if=\"isDayVisible(index, day)\" class=\"simple-weather__day\">\n        <span v-if=\"filter_var(atts.show_units)\" class=\"simple-weather__date\">{{day.dt | momentjs(atts.date)}}<\/span>\n        <i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i>\n        <em class=\"simple-weather__temp\">{{day.temp | temp}} &deg;<em class=\"simple-weather__temp-min\" v-if=\"filter_var(atts.night)\">{{day.temp_min | temp}} &deg;<\/em><template v-if=\"filter_var(atts.show_units)\">{{units}}<\/template><\/em>\n      <\/span>\n    <\/template>\n    <template v-else>\n      <span v-html=\"error\" class=\"error\"><\/span>\n    <\/template>\n  <\/template>\n  <template v-else>\n    <div class=\"simple-weather-widget\" v-if=\"current_weather.name || weather_feed\" :class=\"atts.inline_css ? 'simple-weather-widget--bg' : ''\">\n      <h4 class='widget_title' v-if=\"atts.title || current_weather.name\" v-text=\"atts.title ? atts.title : current_weather.name\"><\/h4>\n      <div class=\"temp\">\n        <span v-if=\"current_weather.temp\" class=\"degrees\">{{current_weather.temp | temp}} &deg;<\/span>\n        <span class=\"details\">\n          <template v-if=\"current_weather.humidity\">Humidity: <em class=\"float-right\">{{current_weather.humidity}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.clouds\">Clouds: <em class=\"float-right\">{{current_weather.clouds}}%<\/em><br><\/template>\n          <template v-if=\"current_weather.wind\">Wind <small>({{current_weather.wind.deg}})<\/small>:\n          <em class=\"float-right\">{{current_weather.wind.speed}}<small>{{units_wind}}<\/small><\/em><\/template>\n        <\/span>\n      <\/div>\n      <div class=\"summary\">{{current_weather.desc}}<\/div>\n      <div class=\"simple-weather-table\" v-if=\"weather_feed\">\n        <div v-for=\"(day, index) in weather_feed\" v-if=\"index < atts.days\" class=\"simple-weather-table__row\">\n\t\t\t\t\t<div class=\"simple-weather-table__date\">{{day.dt | momentjs(atts.date)}}<\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__icon\"><i class=\"sw\" :class=\"getWeatherIcon(day)\"><\/i><\/div>\n\t\t\t\t\t<div class=\"simple-weather-table__temp\">\n            {{day.temp | temp}}&deg;\n            <span class=\"simple-weather-table__temp-min\">{{day.temp_min | temp}} &deg;<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/template>\n<\/div>\n(Dis)connect, to connectThe restaurantWith a varied and international menu, the Restaurant will suit the tastes of the most demanding palates. Some of our specialities, unique in the area, help us make a difference. Grill, griddle, pasta, rice dishes and even avant-garde dishes await you in our restaurant.La Mas\u00eda (Country House)Are you looking for a special stay, enveloped by history and a warm, friendly service? If so, our Mas\u00eda (Country House) is the place for you. Dating back to 1778, the Mas\u00eda is our fundamental pillar, where our motivation to offer quality accommodation was born. We have 15 rooms! Choose yours.VillageDo you enjoy a comfortable stay, in a quiet environment with state-of-the-art facilities? Mas Torrellas Village is a modern complex of rooms and bungalows that offers you all the amenities of a 4-star hotel, with a touch of quality and some extra &#8220;treats&#8221;.Pitch &amp; PuttAre you a golf enthusiast or want to learn how to improve your swing? At Mas Torrellas Pitch &amp; Putt, you can: practice area, the &#8220;approach&#8221;, putting green, clubhouse, restaurant, changing rooms, chill-out area, pro-shop, equipment rental, school, and much more!- [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-3095","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas<\/title>\n<meta name=\"description\" content=\"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa &amp; Golf. Desc\u00fabrenos.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mastorrellas.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas\" \/>\n<meta property=\"og:description\" content=\"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa &amp; Golf. Desc\u00fabrenos.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mastorrellas.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Mas Torrellas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T10:07:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\" \/>\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=\"35 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mastorrellas.com\/\",\"url\":\"https:\/\/mastorrellas.com\/\",\"name\":\"Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas\",\"isPartOf\":{\"@id\":\"https:\/\/mastorrellas.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/mastorrellas.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/mastorrellas.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\",\"datePublished\":\"2024-05-20T09:28:07+00:00\",\"dateModified\":\"2026-02-27T10:07:52+00:00\",\"description\":\"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa & Golf. Desc\u00fabrenos.\",\"breadcrumb\":{\"@id\":\"https:\/\/mastorrellas.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mastorrellas.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mastorrellas.com\/#primaryimage\",\"url\":\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\",\"contentUrl\":\"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mastorrellas.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/mastorrellas.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mastorrellas.com\/#website\",\"url\":\"https:\/\/mastorrellas.com\/\",\"name\":\"Mas Torrellas\",\"description\":\"La Masia | Village | Pitch&Putt\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mastorrellas.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas","description":"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa & Golf. Desc\u00fabrenos.","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:\/\/mastorrellas.com\/","og_locale":"en_US","og_type":"article","og_title":"Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas","og_description":"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa & Golf. Desc\u00fabrenos.","og_url":"https:\/\/mastorrellas.com\/","og_site_name":"Mas Torrellas","article_modified_time":"2026-02-27T10:07:52+00:00","og_image":[{"url":"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"35 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mastorrellas.com\/","url":"https:\/\/mastorrellas.com\/","name":"Un Hotel en Costa Brava pensado para tu bienestar | Mas Torrellas","isPartOf":{"@id":"https:\/\/mastorrellas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mastorrellas.com\/#primaryimage"},"image":{"@id":"https:\/\/mastorrellas.com\/#primaryimage"},"thumbnailUrl":"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg","datePublished":"2024-05-20T09:28:07+00:00","dateModified":"2026-02-27T10:07:52+00:00","description":"Mas Torrellas es tu mejor opci\u00f3n si buscas momentos de tranquilidad. Un hotel en Costa Brava con spa & Golf. Desc\u00fabrenos.","breadcrumb":{"@id":"https:\/\/mastorrellas.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mastorrellas.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mastorrellas.com\/#primaryimage","url":"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg","contentUrl":"https:\/\/mastorrellas.com\/wp-content\/uploads\/2022\/02\/Star-w.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/mastorrellas.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/mastorrellas.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/mastorrellas.com\/#website","url":"https:\/\/mastorrellas.com\/","name":"Mas Torrellas","description":"La Masia | Village | Pitch&Putt","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mastorrellas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/pages\/3095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/comments?post=3095"}],"version-history":[{"count":60,"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/pages\/3095\/revisions"}],"predecessor-version":[{"id":5578,"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/pages\/3095\/revisions\/5578"}],"wp:attachment":[{"href":"https:\/\/mastorrellas.com\/en\/wp-json\/wp\/v2\/media?parent=3095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}