\r\n\r\n🌊 Private and exclusive use of the boat for a maximum of 11 people \r\n\r\n🌅 Professional skipper to guide you through the tour \r\n\r\n💦 Complimentary drinks and snacks. \r\n\r\n👉 Use of inflatables and paddle surf equipment \r\n\r\n👥 Enjoy a personalized and intimate experience with up to 10 people on board \r\n\r\n \r\n\r\nGeneral Information \r\n\r\n📅 Dates and times: select your dates/times directly in the ticket selector \r\n\r\n⏳ Duration: 2 hours (please arrive 10 minutes before the selected time in order to be able to board properly) \r\n\r\n📍 Location: Marina Vela Barcelona \r\n\r\n👤 Age: 18 years old and over. \r\n\r\n♿ Accessibility: the enclosure is not wheelchair accessible \r\n\r\n⚠️ On your ticket you will find instructions to confirm your reservation \r\n\r\n \r\n\r\nDescription \r\n\r\nImagine sunbathing and feeling the wind in your hair while enjoying the panoramic views of the Barcelona coastline. This private sailing excursion is like having your own floating terrace on the Mediterranean Sea. You'll have plenty of space to relax and enjoy the breathtaking views of the coastline while surrounded by the crystal clear waters of the sea. Come aboard with a small group of 11 people and enjoy an unforgettable ride. Get your tickets for Private Sailing Excursion in Barcelona!","rating":{"average":5,"isHidden":false,"numRatings":1},"isGiveaway":false,"cityStandardId":1005424,"citySlug":"barcelona","citySlugLanguage":"en","defaultPlace":{"id":25851,"address":"Passeig de Joan de Borbó, 103, Barcelona, 08039","locale":"es","latitude":41.3673513,"longitude":2.1882715,"hidden":false,"metroStations":[],"name":"Marina Vela Barcelona, Moll de Nord, berth 69","signedMapUrl":"https://applications-media.feverup.com/image/upload/f_auto/fever2/place/maps/25851__41.3673513_2.1882715.png","slug":"marina-vela-barcelona","hasPlacePage":true},"places":[{"id":25851,"address":"Passeig de Joan de Borbó, 103, Barcelona, 08039","locale":"es","latitude":41.3673513,"longitude":2.1882715,"hidden":false,"metroStations":[],"name":"Marina Vela Barcelona, Moll de Nord, berth 69","signedMapUrl":"https://applications-media.feverup.com/image/upload/f_auto/fever2/place/maps/25851__41.3673513_2.1882715.png","slug":"marina-vela-barcelona","hasPlacePage":true}],"is3dRequired":true,"isTimeless":false,"isUrgent":false,"priceInfo":{"type":"from","currency":"EUR","amount":399,"strikethrough":null},"multipleSessions":true,"defaultSession":{"id":93383348,"currency":"EUR","label":"2-hour outing (up to 11 people) for 399,00€","placeId":25851,"price":399,"startsAtIso":"2024-11-28T10:00:00+01:00","endsAtIso":"2024-11-28T12:00:00+01:00","expirationIso":"2024-11-28T02:00:00+01:00","attendText":"Join in!","availableTickets":1,"minNumTickets":1,"maxNumTickets":1,"surchargePerTicket":0},"firstSessionDate":"2024-11-28T10:00:00+01:00","firstActiveSessionDate":"2024-11-28T10:00:00+01:00","lastActiveSessionDate":"2025-05-31T20:00:00+02:00","lastSessionDate":"2025-05-31T20:00:00+02:00","meta":{"title":"Private sailing excursion - Barcelona","description":"Imagine sunbathing and feeling the wind in your hair while enjoying the panoramic views of the coast of Barcelona. Get your tickets now!","jsonIdOverrides":[],"disallowIndexing":false},"logoUrl":null,"redirectTo":null,"baseLocale":"es-ES","enableImageTestExperiment":false,"sessionSelectorType":"date-time","isCalendarSelector":true,"partnerId":13501,"presentationSettings":{"showImportantInformation":false,"isStreaming":false,"hideSimilarPlans":false,"hideHelp":false,"hideCouponLoyalty":false,"showBsaToggle":false,"enableRedeemVouchersWeb":false,"isVoucherWithPrefixRequired":false,"showPlacePreview":false,"showReviewsFromMainPlanInfo":false,"hideRating":false,"banners":[{"message":"No booking fees","position":"top_selector","type":"info"}],"reviewsFromPlanId":null,"labelRedeemVouchersWeb":null,"lowAvailabilityThreshold":null,"hasAffiliateLink":null,"displayCalendarPrice":null,"hidePlaceSelector":false},"accessRules":[],"cityAvailableLocales":["es-ES","en-GB"],"translationLanguages":["en"],"shouldDisplayFeaturedReviewAnswers":false,"hasAddOns":false,"hasSeasons":false,"selectorSettings":{"type":"single","viewConfiguration":"vertical"},"aBTesting":null,"defaultLevelDisplay":"disabled","allowMultiSessionPurchase":false},"cityDetail":{"id":7,"code":"BCN","slug":"barcelona","slugTranslations":{"en":"barcelona","es":"barcelona"},"name":"Barcelona","locale":"es-ES","availableLocales":["es-ES","en-GB"],"title":"Things to do and events in Barcelona","subtitle":"Enjoy Barcelona's most exciting events and experiences, get access to top tourist attractions, discover tons of secret places and find out about the best events and activities.","landscape":"https://applications-media.feverup.com/image/upload/f_auto/fever2/city/photos/web/Bar-Portada-2048x616_1.jpg","meta":{"title":"Events and things to do in Barcelona","description":"Discover all the fun things to do in Barcelona, including concerts, festivals, exhibitions, restaurants, movie tickets, and more with Fever.","thumbnail":"https://applications-media.feverup.com/image/upload/f_auto,w_280,h_280,c_lfill,g_auto/fever2/city/photos/web/Bar-560x560_1.jpg"},"country":"ES","region":"Cataluña","telephone":"+34919042351","email":"hola@feverup.com","thumbnail":"https://applications-media.feverup.com/image/upload/f_auto/fever2/city/photos/web/Bar-560x560_1.jpg","hidden":false,"currency":"EUR","venuesPageLink":"https://feverup.com/es/barcelona/venue","allowIndexing":true,"latitude":41.387031,"longitude":2.170075,"timezone":"Europe/Madrid","hasWhenPages":true,"coupon":{"link":"https://use.fvr.to/htRGjUxerL","code":"HOLAFEVER"}},"theme":null,"hasPlacePreview":false,"channel":"fever-marketplace","planImageDataExperiment":null,"isSplitTest":true,"isWebview":false};
function getAstroSession() {
const sessionValue = sessionStorage.getItem('fv_session');
sessionStorage.removeItem('fv_session');
let session = {};
if (sessionValue) {
try {
const { value } = JSON.parse(sessionValue);
session = value;
} catch (err) {
console.warn('Unable to recover previous session');
}
}
return session;
}
astroPageConfig = config;
astroI18n = astroPageConfig.astroI18n;
astroSession = getAstroSession();
})();
5.0
(1)
Private Sailing Excursion
5.0
(1)
Private Sailing Excursion
Private Sailing Excursion
5.0
(1)
Private Sailing Excursion
What You'll Enjoy
🌊 Private and exclusive use of the boat for a maximum of 11 people
🌅 Professional skipper to guide you through the tour
💦 Complimentary drinks and snacks.
👉 Use of inflatables and paddle surf equipment
👥 Enjoy a personalized and intimate experience with up to 10 people on board
General Information
📅 Dates and times: select your dates/times directly in the ticket selector
⏳ Duration: 2 hours (please arrive 10 minutes before the selected time in order to be able to board properly)
📍 Location: Marina Vela Barcelona
👤 Age: 18 years old and over.
♿ Accessibility: the enclosure is not wheelchair accessible
⚠️ On your ticket you will find instructions to confirm your reservation
Description
Imagine sunbathing and feeling the wind in your hair while enjoying the panoramic views of the Barcelona coastline. This private sailing excursion is like having your own floating terrace on the Mediterranean Sea. You'll have plenty of space to relax and enjoy the breathtaking views of the coastline while surrounded by the crystal clear waters of the sea. Come aboard with a small group of 11 people and enjoy an unforgettable ride. Get your tickets for Private Sailing Excursion in Barcelona!