{"id":14599,"date":"2019-12-17T17:10:40","date_gmt":"2019-12-17T16:10:40","guid":{"rendered":"https:\/\/grupoblaumar.com\/?page_id=14599"},"modified":"2021-11-11T13:40:29","modified_gmt":"2021-11-11T12:40:29","slug":"home","status":"publish","type":"page","link":"https:\/\/grupoblaumar.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/www.youtube.com\/watch?v=OJ4UpbrJAhc&#8221; el_class=&#8221;.video-row&#8221;][vc_column]\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/air-datepicker\/2.2.3\/css\/datepicker.css\" integrity=\"sha256-ikw4zfRFBqwF4UfeTqXBKsiCLtOSOD0XWliIEpPLO2M=\" crossorigin=\"anonymous\" \/>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/air-datepicker\/2.2.3\/js\/datepicker.js\" integrity=\"sha256-OLaRYiuHs2MI4UUBtEgS3h2\/88KzBApHNvbxEbEylAo=\" crossorigin=\"anonymous\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/air-datepicker\/2.2.3\/js\/i18n\/datepicker.es.js\" integrity=\"sha256-A6PTYXwi1bu9hL\/e3qb2DmucaJBdARh8Z76XjK3k+4c=\" crossorigin=\"anonymous\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/air-datepicker\/2.2.3\/js\/i18n\/datepicker.en.js\" integrity=\"sha256-7UnPR3AWcMawuuUmM6DTjsaKdLBKiimReIj6+cBfeZI=\" crossorigin=\"anonymous\"><\/script>\n\n<div class='videoBackgroundSection'>\n\t<div class=\"title\">\n\t    <span>Holidays in the Costa Dorada<\/span>\n\t<\/div>\n\t<div class=\"hotelFormWrapper\" style=\"display: none\">\n\t\t<div class=\"actionBookingWrapper\">\n\t\t\t<form id=\"actionBooking\" method=\"get\" autocomplete=\"off\">\n\t\t\t\t<label class=\"urlSelection\">\n\t\t\t\t\t<span>HOTELS \/ APARTMENTS<\/span>\n\t\t\t\t\t<select id=\"urlSelection\" class=\"hotel\" onchange=\"changeActionUrl()\">\n\t\t\t\t\t\t<option value=\"\" disabled selected>Choose one of our hotels<\/option>\n\t\t\t\t\t\t<option value=\"https:\/\/www.blaumarhotel.com\/es\/reservas\">Hotel Blaumar<\/option>\n\t\t\t\t\t\t<option value=\"https:\/\/www.magnoliahotelsalou.com\/es\/reservas\">Magnolia Hotel<\/option>\n\t\t\t\t\t\t<option value=\"http:\/\/www.laboella.com\/reserva\/\">La Boella<\/option>\n\t\t\t\t\t\t<option value=\"https:\/\/www.portplazaapartments.com\/es\/reservas\">Port Plaza Apartments<\/option>\n\t\t\t\t\t\t<option value=\"https:\/\/www.lesdalies.com\/es\/reservas\/\">Les D\u00e0lies<\/option>\n\t\t\t\t\t<\/select>\n\t\t\t\t<\/label>\n\t\t\t\t<label class=\"dateIn\">\n\t\t\t\t\t<span>ARRIVAL<\/span>\n\t\t\t\t\t<input id=\"dateIn\" type='text' class='datepicker-here' data-position=\"top left\" value=\"\"\/>\n\t\t\t\t<\/label>\n\t\t\t\t<label class=\"dateOut\">\n\t\t\t\t\t<span>DEPARTURE<\/span>\n\t\t\t\t\t<input id=\"dateOut\" type='text' class='datepicker-here' data-position=\"top left\" value=\"\"\/>\n\t\t\t\t<\/label>\n\t\t\t\t<label class=\"actionBookingButton\">\n\t\t\t\t\t<span id=\"actionBookingButton\" class=\"button\">Book<\/span>\n\t\t\t\t<\/label>\n\t\t\t<\/form>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\njQuery(document).ready(function($) {\n\t$(function() {\n\n\t\tvar changeActionUrl = function() {\n\t\t\tvar form \t= document.getElementById(\"actionBooking\");\n\t\t\tvar e \t\t= document.getElementById(\"urlSelection\");\n\t\t\tvar url \t= e.options[e.selectedIndex].value;\n\t\t\tactionBooking.action = url;\n\t\t};\n\n\t\tchangeActionUrl();\n\n\t\tvar dateInFormat = null;\n\t\tvar dateOutFormat = null;\n\n\t\tvar formatDate = function(date) {\n\t\t\tvar d = new Date(date),\n\t\t\t\tmonth = '' + (d.getMonth() + 1),\n\t\t\t\tday = '' + d.getDate(),\n\t\t\t\tyear = d.getFullYear();\n\n\t\t\tif (month.length < 2) \n\t\t\t\tmonth = '0' + month;\n\t\t\tif (day.length < 2) \n\t\t\t\tday = '0' + day;\n\n\t\t\treturn [year, month, day].join('-');\n\t\t}\n\n\t\tvar $pickerIn = $(\"#dateIn\");\n\t\tvar $pickerOut = $(\"#dateOut\");\n\n\t\t$pickerIn.datepicker({\n\t\t\tlanguage: 'es',\n\t\t\tminDate: new Date(),\n\t\t\tonSelect: function(formattedDate, date, inst){\n\t\t\t\tdateInFormat = date;\n\n\t\t\t\t$pickerOut.datepicker({\n\t\t\t\t\tlanguage: 'es',\n\t\t\t\t\tminDate: new Date((new Date(date)).valueOf() + 1000*3600*24)\n\t\t\t\t});\n\t\t\t},\n\t\t});\n\n\t\t$pickerIn.data('datepicker').selectDate(new Date());\n\n\t\t$pickerOut.datepicker({\n\t\t\tlanguage: 'es',\n\t\t\tonSelect: function(formattedDate, date, inst){\n\t\t\t\tdateOutFormat = date;\n\t\t\t},\n\t\t});\n\n\t\t$pickerOut.data('datepicker').selectDate(new Date((new Date()).valueOf() + 1000*3600*24));\n\n\t\t$(\"#actionBookingButton\").click(function(e){\n\t\t\tvar url = $(\"#urlSelection\").val();\n\n\t\t\tif(dateInFormat)\n\t\t\t\tdateInFormat = formatDate(new Date(dateInFormat));\n\t\t\t\n\t\t\tif(dateOutFormat)\n\t\t\t\tdateOutFormat = formatDate(new Date(dateOutFormat));\n\n\t\t\tif(url && dateInFormat && dateOutFormat){\n\t\t\t\twindow.location.href = url + '?date_in=' + dateInFormat + '&date_out=' + dateOutFormat;\n\t\t\t} else {\n\t\t\t\talert('Debes seleccionar antes uno de nuestros hoteles.');\n\t\t\t}\n\n\t\t\treturn false;\n\t\t});\n\n\t});\n});\n<\/script>\n<script src=\"https:\/\/blaumar-acacias-dot-grupo-blaumar.appspot.com\/grupoblaumarscript\"><\/script>[\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow text_row&#8221;][vc_column][vc_column_text]<\/p>\n<h1 style=\"text-align: center;\">Discover the Blaumar Group<\/h1>\n<p style=\"text-align: center;\">Discover our hotels, apartments and restaurants in Salou and Tarragona<br \/>\nand enjoy unforgettable holidays on the Costa Daurada.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column]<p>[vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns animation&#8221;][vc_column width=&#8221;1\/3&#8243;]<div class='img_product_hover_wrapper'><a href='https:\/\/grupoblaumar.com\/en\/hotels\/hotel-blaumar\/'>Link<\/a><div class='img_product_hover_header'><div class='image'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/hoteles_y_restaurantes.jpg'><\/div><p>Seafront family hotel in Salou<\/p><\/div><div class='img_product_hover_content'><h3>HOTEL BLAUMAR<\/h3><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class='img_product_hover_wrapper'><a href='https:\/\/grupoblaumar.com\/en\/hotels\/magnolia-hotel\/'>Link<\/a><div class='img_product_hover_header'><div class='image'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/magnolia_hotel.jpg'><\/div><p>Adults Only Hotel in Salou<\/p><\/div><div class='img_product_hover_content'><h3>MAGNOLIA HOTEL<\/h3><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class='img_product_hover_wrapper'><a href='https:\/\/grupoblaumar.com\/en\/apartments\/port-plaza-apartments\/'>Link<\/a><div class='img_product_hover_header'><div class='image'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/port_plaza_apartaments.jpg'><\/div><p>Exclusive apartments in the centre of Tarragona<\/p><\/div><div class='img_product_hover_content'><h3>PORT PLAZA APARTMENTS<\/h3><\/div><\/div>[\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns animation&#8221;][vc_column width=&#8221;1\/3&#8243;]<div class='img_product_hover_wrapper'><a href='https:\/\/bluumasalou.com\/en\/'>Link<\/a><div class='img_product_hover_header'><div class='image'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/bluuma_beach_bar.jpg'><\/div><p>Bar restaurant at the beach<\/p><\/div><div class='img_product_hover_content'><h3>BLU\u00dcMA BEACH BAR<\/h3><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class='img_product_hover_wrapper'><a href='https:\/\/grupoblaumar.com\/en\/restaurants\/arena-tapas-restaurant-salou\/'>Link<\/a><div class='img_product_hover_header'><div class='image'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/Logo-2026-ARENA-.jpg'><\/div><p>Mediterranian cuisine at the seafront promenade of Salou<\/p><\/div><div class='img_product_hover_content'><h3>ARENA RESTAURANT<\/h3><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n[\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow&#8221;][vc_column][vc_column_text]<\/p>\n<h1 style=\"text-align: center;\">Learn more about the Blaumar Group<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column width=&#8221;1\/3&#8243;]<div class='img_hover_wrapper'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/media.jpg'><a href='https:\/\/grupoblaumar.com\/en\/media\/'>Link<\/a><div class='img_hover_content'><h2>MEDIA<\/h2><p><\/p><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class='img_hover_wrapper'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/quienes_somos.jpg'><a href='https:\/\/grupoblaumar.com\/en\/grupo-blaumar-hotel-chain\/'>Link<\/a><div class='img_hover_content'><h2>WHO ARE WE<\/h2><p><\/p><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243;]<div class='img_hover_wrapper'><img src='https:\/\/grupoblaumar.com\/wp-content\/uploads\/hote_blaumar.jpg'><a href='https:\/\/grupoblaumar.com\/en\/hotels-and-restaurants\/'>Link<\/a><div class='img_hover_content'><h2>HOTELS AND RESTAURANTS<\/h2><p><\/p><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/www.youtube.com\/watch?v=OJ4UpbrJAhc&#8221; el_class=&#8221;.video-row&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow text_row&#8221;][vc_column][vc_column_text] Discover the Blaumar Group Discover our hotels, apartments and restaurants in Salou and Tarragona and enjoy unforgettable holidays on the Costa Daurada. [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow&#8221;][vc_column][vc_column_text] Learn more about the Blaumar Group [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":20,"comment_status":"closed","ping_status":"closed","template":"single-restaurants.php","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Grupo Blaumar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/grupoblaumar.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Grupo Blaumar\" \/>\n<meta property=\"og:description\" content=\"[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/www.youtube.com\/watch?v=OJ4UpbrJAhc&#8221; el_class=&#8221;.video-row&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow text_row&#8221;][vc_column][vc_column_text] Discover the Blaumar Group Discover our hotels, apartments and restaurants in Salou and Tarragona and enjoy unforgettable holidays on the Costa Daurada. [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow&#8221;][vc_column][vc_column_text] Learn more about the Blaumar Group [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/grupoblaumar.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Grupo Blaumar\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-11T12:40:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/grupoblaumar.com\/en\/#website\",\"url\":\"https:\/\/grupoblaumar.com\/en\/\",\"name\":\"Grupo Blaumar\",\"description\":\"Hoteles y apartamentos en Salou y Tarragona\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/grupoblaumar.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/grupoblaumar.com\/en\/#webpage\",\"url\":\"https:\/\/grupoblaumar.com\/en\/\",\"name\":\"Home - Grupo Blaumar\",\"isPartOf\":{\"@id\":\"https:\/\/grupoblaumar.com\/en\/#website\"},\"datePublished\":\"2019-12-17T16:10:40+00:00\",\"dateModified\":\"2021-11-11T12:40:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/grupoblaumar.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/grupoblaumar.com\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/grupoblaumar.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/grupoblaumar.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Grupo Blaumar","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:\/\/grupoblaumar.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home - Grupo Blaumar","og_description":"[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; video_bg=&#8221;yes&#8221; video_bg_url=&#8221;https:\/\/www.youtube.com\/watch?v=OJ4UpbrJAhc&#8221; el_class=&#8221;.video-row&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow text_row&#8221;][vc_column][vc_column_text] Discover the Blaumar Group Discover our hotels, apartments and restaurants in Salou and Tarragona and enjoy unforgettable holidays on the Costa Daurada. [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column][\/vc_column][\/vc_row][vc_row el_class=&#8221;headerTextRow&#8221;][vc_column][vc_column_text] Learn more about the Blaumar Group [\/vc_column_text][\/vc_column][\/vc_row][vc_row equal_height=&#8221;yes&#8221; el_class=&#8221;imgThreeColumns&#8221;][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][vc_column width=&#8221;1\/3&#8243;][\/vc_column][\/vc_row]","og_url":"https:\/\/grupoblaumar.com\/en\/","og_site_name":"Grupo Blaumar","article_modified_time":"2021-11-11T12:40:29+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/grupoblaumar.com\/en\/#website","url":"https:\/\/grupoblaumar.com\/en\/","name":"Grupo Blaumar","description":"Hoteles y apartamentos en Salou y Tarragona","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/grupoblaumar.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/grupoblaumar.com\/en\/#webpage","url":"https:\/\/grupoblaumar.com\/en\/","name":"Home - Grupo Blaumar","isPartOf":{"@id":"https:\/\/grupoblaumar.com\/en\/#website"},"datePublished":"2019-12-17T16:10:40+00:00","dateModified":"2021-11-11T12:40:29+00:00","breadcrumb":{"@id":"https:\/\/grupoblaumar.com\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/grupoblaumar.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/grupoblaumar.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/grupoblaumar.com\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]}]}},"_links":{"self":[{"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/pages\/14599"}],"collection":[{"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/comments?post=14599"}],"version-history":[{"count":10,"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/pages\/14599\/revisions"}],"predecessor-version":[{"id":113230,"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/pages\/14599\/revisions\/113230"}],"wp:attachment":[{"href":"https:\/\/grupoblaumar.com\/en\/wp-json\/wp\/v2\/media?parent=14599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}