From " + output value + " to " + target value + "
" + closeDept + "
Please do not press back or refresh the page while we search.");setTimeout( function () {form.submit();}, 150);}; //START vacation search$(currentPackagesDeparture).change(function(){//toggleDestinations(this);//$(currentPackagesDestination ).select2().select2('val', 0);updateDestinationOptions();});$(currentPackagesForm + '#packagesChildren').change(function() {checkChildrenPack();});updateDestinationOptions();function updateDestinationOptions(){var endpointGateway = $(currentPackagesDeparture).val();var createCities = [];$.ajax({url: "/vacationpackage/data/gatewayV2?gateway=" + endpointGateway,dataType: "json",επιτυχία : function(response){var destgroups = answer.destinationsGroups;var cityname;var hotels = answer.hotels; _.forEach(destgroups, function(value){//grouping textvar groupName = value.groupName;//allvar groupCode = τιμή .groupCode;//individualvar destinations = value.destinations;var child = [];//console.log("groupCode = ", groupCode);//console.log("destinations = ", προορισμοί);if(προορισμοί && destinations.length > 0){if(destinations.length > 1)children.push({id:groupCode, text: "All of " + groupName});_.forEach(destinations, function(value){children.push( {id:value.destinationCode, text: value.destinationName});})} else {children.push({id:groupCode, text: groupName});}var madeGroup = {text: groupName,children:children};createdCities .push(madeGroup); }) var hotelChildren = []; _.forEach(hotels, function(value){ hotelChildren.push({ id:value.destinationCode + '|' + value.hotelId, text: value.hotelName,}); }) var madeGroup = {text: 'Ξενοδοχεία' ,παιδιά: hotelChildren};createdCities.push(madeGroup); //καταστροφή και άδεια λίστα προορισμών $(currentPackagesDestination).select2().select2('destroy').empty(); //τώρα δημιουργήστε το select 2 για τους προορισμούς χρησιμοποιώντας το createCities obj $(currentPackagesDestination).select2({multiple: false,data: createCities,matcher: function modelMatcher (params, data) {//match συνάρτηση ελέγχει εάν ένα παιδί αντιστοιχεί και αν ναι, δείχνει ότι είναι ολόκληρο parentdata.parentText = data.parentText || "";// Να επιστρέφετε πάντα το αντικείμενο εάν δεν υπάρχει τίποτα για σύγκριση ($.trim(params.term) === '') {var selectedPackagesDestination = $( currentPackagesDestination).select2('data');if (selectedPackagesDestination && selectedPackagesDestination.length > 0 && selectedPackagesDestination[0].id.includes('|')) {return data.text === 'Ξενοδοχεία' ?{ κείμενο: δεδομένα .text, παιδιά: [data.children.find(function(c){return c.id == selectedPackagesDestination[0].id})]} : data;}return data.text ==='Hotels' ? null : δεδομένα; // όταν το ξενοδοχείο δεν είναι επιλεγμένο}εάν ($.trim(params.term).length < 2 && data.text ==='Ξενοδοχεία')return null;// Κάντε επαναληπτικό έλεγχο για επιλογές με παιδιάif (δεδομένα .children && data.children.length > 0) {// Κλωνοποιήστε το αντικείμενο δεδομένων εάν υπάρχουν παιδιά// Αυτό απαιτείται καθώς τροποποιούμε το αντικείμενο για να αφαιρέσουμε τυχόν αντιστοίχιση που δεν ταιριάζει = $.extend(true, {}, δεδομένα );// Ελέγξτε κάθε παιδί της επιλογής για (var c = data.children.length - 1; c >= 0; γ--) {var child = data.children[c];child.parentText += data.parentText ? data.parentText + " " + data.text : data.text;var matches = modelMatcher(params, child);// Εάν δεν υπήρχε αντιστοίχιση, αφαιρέστε το αντικείμενο από τον πίνακα (ταιριάζει == null) {match. Children.splice(c, 1);}}// Εάν κάποια παιδιά ταιριάζουν, επιστρέψτε το νέο αντικείμενο (match.children.length > 0) {return match;}// Εάν δεν υπήρχαν παιδιά που να ταιριάζουν, ελέγξτε μόνο το απλό αντικείμενο επιστροφής modelMatcher(params, match);}// Εάν ο πληκτρολογημένος όρος ταιριάζει με το κείμενο αυτού του όρου ή το κείμενο από οποιονδήποτε// γονικό όρο, τότε είναι ένα πρωτότυπο match.var = (data.parentText + ' ' + δεδομένα .text).toUpperCase();var term = params.term.toUpperCase();// Ελέγξτε αν το κείμενο περιέχει το termif (original.indexOf(term) > -1) {return data;}// If it does' t περιέχουν τον όρο, μην επιστρέφετε τίποταεπιστρέφετε μηδενικό;}}); //ορισμός προεπιλογής προορισμού σε όλο το Μεξικό var defaultDestination = 'Κούβα'; var defaultDestinationID; if ($(currentPackagesDestination + ' option:contains('+ defaultDestination +')').length) { defaultDestinationID = $("option").filter(function() { return $(this).text().includes( defaultDestination); }).first().attr("value"); } else { defaultDestinationID = $("option").filter(function() { return $(this).text() === 'Όλο το Μεξικό'; }).first().attr("value"); } if (defaultDestinationID) { $(currentPackagesDestination).val(defaultDestinationID); $(currentPackagesDestination).trigger('change'); }}});}$(currentPackagesDestination).on("change", function () {var selectedPackagesDestination = $(currentPackagesDestination).select2('data');if (selectedPackagesDestination && selectedPackagesDestination.length > 0) {$(currentPackagesDestinationSel .val(selectedPackagesDestination[0].text);var selectedPackagesDestinationId = selectedPackagesDestination[0].id.split('|')if(selectedPackagesDestinationId.length > 1)$(currentPackagesHotelId).val(selectedPackagesDestinationI); $(currentPackagesHotelId).val('');}άλλο {$(currentPackagesDestinationSelected).val('');$(currentPackagesHotelId).val('');}});function toggleDestinations(αναχώρηση) {if (τύπος αναχώρησης === 'undefined'){return;}var currentPackageDestinationId = "packagesDestinations";var selectedValue = '0';document.getElementById(currentPackageDestinationId).options.length=0;if ( typeof myArray[departure.value] !== 'undefined' ){for (var i=0; i < myArray[departure.value].length; i++){document.getElementById(currentPackageDestinationId).options[i]=myArray[departure.value][i];if ( myArray[departure.value][i].value == selectedValue){document.getElementById(currentPackageDestinationId).options[i].selected = true;}}} }$(currentSearchDate).datepicker({διάρκεια: 0,dateFormat: 'Ηη ΜΜ εε',showButtonPanel: false,numberOfMonths: 1,changeYear: false,maxDate: '+331D',minDate: '+1D',onClose: συνάρτηση (selectedDate) {is_calendarDepartureDate_calendarse;Dvalentar =false;Dvalentar(false_calendarse;D$ateen). format_days($(currentSearchDate).datepicker("getDate"),0"svformat"));$('#packageEndDate').val(format_days($(currentSearchDate).datepicker("getDate"),7)); $('#end').val(format_days($(currentSearchDate).datepicker("getDate"),7,"svformat"));$("#packageEndDate").focus();var dDate = $(currentSearchDate ).datepicker("getDate");console.log("dDate: ",dDate);var rDate = $("#packageEndDate").datepicker("getDate");if(dDate > rDate){$("# packageEndDate").val(format_days($(currentSearchDate).datepicker("getDate"), 3"svformat"));}},beforeShow: function (input, inst) {is_calendarDepartureDate_calendar2_open = true;setTimeout(function(){{101} $('.ui-datepicker').css('z-index', 99999999999999);}, 0);}});$(currentPackagesForm + ' #showAdditionalOptions').click(function(){if($( currentPackagesForm + ' #additionalOptions').is (":visible")){$(currentPackagesForm + ' #additionalOptions').hide();$(currentPackagesForm + ' #additionalOptions2').hide();$(currentPackagesForm + ' #showAdditionalOptions').show();}else{$(currentPackagesForm + ' #additionalOptions').show();$(currentPackagesForm + '#additionalOptions2').show();$(currentPackagesForm + '#showAdditionalOptions'). hide();}});function checkChildrenPack(){var numChild = $(currentPackagesForm + ' #packagesChildren').val();if(numChild >= 1){$(currentPackagesForm + ' .childAgeVacation').hide( );$(currentPackagesForm + ' #childAges_title_packages').show();for(var x = 1; x <= numChild; x++){$(currentPackagesForm + ' #childAges_'+ x +'_packages').show();}if(numChild == 1){$(currentPackagesForm + ' #packagesChildAge_2').val("");$( currentPackagesForm + ' #packagesChildAge_3').val("");}if(numChild == 2){$(currentPackagesForm + ' #packagesChildAge_3').val("");}}άλλο{if(numChild == 0) {$(currentPackagesForm + ' #packagesChildAge_1').val("");$(currentPackagesForm + ' #packagesChildAge_2').val("");$(currentPackagesForm + ' #packagesChildAge_3').val("");} $(currentPackagesForm + ' #childAges_title_packages').hide();$(currentPackagesForm + ' .childAgeVacation').hide();}};$('#packagesDeparture').change(function(){var bypass = new Date ().getTime();setDepartureCityCookieDrop(this);});$(currentPackagesDeparture).select2();/* $(currentPackagesDestination).select2({data: toggleDestinations($(currentPackagesForm + ' [id^=packagesDeparture]' )[0])}); */$(currentPackagesForm + ' .select2-container').click(function(){var selectDestList = "#select2-packagesDestinations-results";$(selectDestList + " > li").each(function() {if( $(this).text().indexOf("-") < 0 ){$(this).addClass('dest_dd');}});});}); // end doc-ready$(window).load(function() {if($(currentStartDate).val() != ""){$(currentSearchDate).val(format_days($(currentStartDate).val() ,30"calendar"));}άλλο{$(currentSearchDate).val(format_days(getCurrentDate(), 30));$(currentStartDate).val(format_days(getCurrentDate(),30"svformat")); }}); //end windows load//})(jQuery);//END Vacations
Vacation
sun packs
Cuba vacation packages
- About Cuba
- cuban destinations
Spanish colonial architecture, vintage cars, and traditional salsa dancing that is anything but traditional: timeless Cuba awaits you. Our selection of Cuba vacation packages brings you closer to beautiful beaches, historic cities, and the warmth and charm of the Cuban people.
Cuba has always been one of our favorite cheap and warm destinations, but starting in October it may not be so cheap after all.Find out why here.
Varadero has been extremely popular with Canadians for decades and for good reason. White sand beaches and the warm Atlantic Ocean make it the perfect recipe for rest, relaxation and fun under the Cuban sun. Its proximity to the authentic capital of Havana allows for easy day trips and the perfect combination of culture and beach. Tours of rum and cigar factories or a ride through Old Havana in a classic American Chevy, quaint plazas and quaint cafes add up to an unforgettable stay in a city seemingly lost in time.
From Holguín to Camaguay and from Cayo Coco to Santa Clara, Cuba is rich in stunning natural beauty, both on and off the sea. Dive in the south of the island or ride into the quiet countryside, wherever you end up, eat like royalty and dance the night away. Stunning resorts dot the coast, offering idyllic vacations for honeymooners, friends, and families. Whether it's a value-packed vacation or something a little more refined, our selection of Cuba vacations leaves no stone unturned and truly offers something for everyone.
Our latest holiday offers
fly out of
and land
Cheap vacations in Cuba all inclusive
Showing results 1 - 10 of 31
Iberostar Daiquiri
All inclusive
|
double room
Read 640 hotel reviews
Coco Key, Cuba
Departure (YYZ) Saturday June 17 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
Saturday, June 17
YZ
12:25
Saturday, June 17
CCC
2 stops
AC472Y-class
13:45
Saturday, June 24
CCC
22:53
Saturday, June 24
YZ
1 stop
AC1751Y-class
Alternative flight options available.
it was $1,013Save $214
ps799
per adult
including taxes and fees
Melia Cayo Santa Maria
All inclusive
|
classic room
Read 796 hotel reviews
Cayo Santa Maria, Cuba
Departure (YYZ) Wednesday June 14 (7 days) |Flight details
operates fromtransaction
06:30
wed june 14
YZ
10:20
wed june 14
SNU
non-stop
TS3566Y-class
11:35
wed june 21
SNU
15:00
wed june 21
YZ
non-stop
TS3567Y-class
Alternative flight options available.
ps819
per adult
including taxes and fees
Great Lake Man William
All inclusive
|
room
Read 327 hotel reviews
Coco Key, Cuba
Departure (YYZ) Saturday July 8 (7 days) |Flight details
operates fromtransaction
16:50
Saturday, Christmas 8
YZ
20:25
Saturday, Christmas 8
CCC
non-stop
TS804Y-class
21:40
Saturday the 15th of Christmas
CCC
01:15
sun, july 16
YZ
non-stop
TS805Y-class
Alternative flight options available.
ps889
per adult
including taxes and fees
Iberostar Daiquiri
All inclusive
|
double room
Read 640 hotel reviews
Coco Key, Cuba
Departure (YYZ) Thu Jul 6 (7 days) |Flight details
operates fromAir Canada Holidays
06:20
Thu Jul 6
YZ
09:45
Thu Jul 6
CCC
non-stop
AC1754Y-class
21:25
Fall, July 13
CCC
00:55
Fri, Christmas 14
YZ
non-stop
AC1755Y-class
Alternative flight options available.
ps899
per adult
including taxes and fees
Great Lake Man William
All inclusive
|
room
Read 327 hotel reviews
Coco Key, Cuba
Departure (YYZ) Saturday July 22 (7 days) |Flight details
operates fromtransaction
16:50
Saturday 22 of Christmas
YZ
20:25
Saturday 22 of Christmas
CCC
non-stop
TS804Y-class
21:40
Saturday, Christmas 29
CCC
01:15
Sunday, July 30
YZ
non-stop
TS805Y-class
Alternative flight options available.
ps899
per adult
including taxes and fees
Melia Jardines Del Rey
All inclusive
|
classic room
Read 932 hotel reviews
Coco Key, Cuba
Departure (YYZ) Saturday July 8 (7 days) |Flight details
operates fromtransaction
16:50
Saturday, Christmas 8
YZ
20:25
Saturday, Christmas 8
CCC
non-stop
TS804Y-class
21:40
Saturday the 15th of Christmas
CCC
01:15
sun, july 16
YZ
non-stop
TS805Y-class
Alternative flight options available.
was $1,012Save $103
ps909
per adult
including taxes and fees
Melia Cayo Santa Maria
All inclusive
|
classic room
Read 796 hotel reviews
Cayo Santa Maria, Cuba
Departure (YYZ) Wednesday June 28 (7 days) |Flight details
operates fromtransaction
06:30
wed june 28
YZ
10:20
wed june 28
SNU
non-stop
TS3566Y-class
11:35
wed july 5
SNU
15:00
wed july 5
YZ
non-stop
TS3567Y-class
Alternative flight options available.
ps919
per adult
including taxes and fees
Hotel Melia Marina Varadero
All inclusive
|
classic room
Read 403 hotel reviews
Varadero, Cuba
Departure (YOW) Thu Sep 7 (7 days) |Flight details
operates fromAir Canada Holidays
05:40
word, september
YOU
12:25
word, september
VRA
1 stop
AC439Y-class
13:40
word, september
VRA
21:13
word, september
YOU
1 stop
AC1741Y-class
Alternative flight options available.
ps959
per adult
including taxes and fees
Iberostar Playa Pilar
All inclusive
|
double room
Read 327 hotel reviews
Coco Key, Cuba
Departure (YYZ) Thu Jul 6 (7 days) |Flight details
operates fromAir Canada Holidays
06:20
Thu Jul 6
YZ
09:45
Thu Jul 6
CCC
non-stop
AC1754Y-class
21:25
Fall, July 13
CCC
00:55
Fri, Christmas 14
YZ
non-stop
AC1755Y-class
Alternative flight options available.
was $1,054save $85
ps969
per adult
including taxes and fees
Melia Cayo Santa Maria
All inclusive
|
classic room
Read 796 hotel reviews
Cayo Santa Maria, Cuba
Departure (YYZ) Wednesday July 19 (7 days) |Flight details
operates fromtransaction
06:30
wed july 19
YZ
10:20
wed july 19
SNU
non-stop
TS3566Y-class
11:35
wed july 26
SNU
15:00
wed july 26
YZ
non-stop
TS3567Y-class
Alternative flight options available.
ps1.009
per adult
including taxes and fees
Showing results 11 - 20 of 31
Melia Jardines Del Rey
All inclusive
|
classic room
Read 932 hotel reviews
Coco Key, Cuba
Departure (YYZ) Saturday August 19 (7 days) |Flight details
operates fromtransaction
16:50
Saturday, August 19th
YZ
20:25
Saturday, August 19th
CCC
non-stop
TS804Y-class
21:40
Saturday, August 26th
CCC
01:15
Sun, August 27
YZ
non-stop
TS805Y-class
Alternative flight options available.
ps1.039
per adult
including taxes and fees
White Sands of the West
All inclusive
|
TOP quality room
Read 735 hotel reviews
Varadero, Cuba
Departure (YYZ) Tuesday November 21 (7 days) |Flight details
operates fromtransaction
16:30
Tuesday, November 21
YZ
20:05
Tuesday, November 21
VRA
non-stop
TS558Y-class
21:20
Tuesday, November 28
VRA
00:45
wed 29 november
YZ
non-stop
TS559Y-class
Alternative flight options available.
ps1.069
per adult
including taxes and fees
Apartments Meliá Marina Varadero
European Plan Without Meals
|
Study
Read 3 hotel reviews
Varadero, Cuba
Departure (YYC) Sunday September 10 (7 days) |Flight details
operates fromAir Canada Holidays
06:00 a.m.
Sun, September 10
YYC
20:15
Sun, September 10
VRA
1 stop
AC318Y-class
21:15
Sun, September 17
VRA
09:44 a.m.
lun 18 sep
YYC
1 stop
AC1747Y-class
Alternative flight options available.
ps1.099
per adult
including taxes and fees
Iberostar Selection Holguin
All inclusive
|
room
Read 123 hotel reviews
Holguin, Cuba
Departure (YYZ) Tuesday August 29 (7 days) |Flight details
operates fromtransaction
13:00
Tuesday, August 29
YZ
16:50
Tuesday, August 29
PIG
non-stop
TS954Y-class
18:05
Tuesday, September 5
PIG
21:55
Tuesday, September 5
YZ
non-stop
TS955Y-class
Alternative flight options available.
ps1.099
per adult
including taxes and fees
Great Varadero Souvenirs
All inclusive
|
upgrade to diamond club room
Read 466 hotel reviews
Varadero, Cuba
Departure (YYC) Sunday September 10 (7 days) |Flight details
operates fromAir Canada Holidays
06:00 a.m.
Sun, September 10
YYC
20:15
Sun, September 10
VRA
1 stop
AC318Y-class
21:15
Sun, September 17
VRA
10:55
lun 18 sep
YYC
1 stop
AC1747Y-class
Alternative flight options available.
ps1.119
per adult
including taxes and fees
Iberostar Playa Pilar
All inclusive
|
room
Read 327 hotel reviews
Coco Key, Cuba
Departure (YYZ) Thu Nov 16 (7 days) |Flight details
operates fromtransaction
06:15
Thursday, November 16
YZ
09:55
Thursday, November 16
CCC
non-stop
TS802Y-class
21:35
Thursday, November 23
CCC
01:10 a.m.
friday november 24
YZ
non-stop
TS805Y-class
Alternative flight options available.
ps1.129
per adult
including taxes and fees
Paradisus golden river and spa
All inclusive
|
paradise junior suite
Read 549 hotel reviews
Holguin, Cuba
Departure (YYZ) Fri, Jun 23 (7 days) |Flight details
operates fromtransaction
13:00
Friday, June 23
YZ
16:50
Friday, June 23
PIG
non-stop
TS954Y-class
18:05
Friday, June 30
PIG
21:55
Friday, June 30
YZ
non-stop
TS955Y-class
Alternative flight options available.
ps1.139
per adult
including taxes and fees
Melia Cayo Santa Maria
All inclusive
|
classic room
Read 796 hotel reviews
Cayo Santa Maria, Cuba
Departure (YYZ) Wednesday August 30 (7 days) |Flight details
operates fromtransaction
06:30
Wednesday, August 30
YZ
10:10
Wednesday, August 30
SNU
non-stop
TS3566Y-class
11:25
wed 6 sept
SNU
15:00
wed 6 sept
YZ
non-stop
TS3567Y-class
Alternative flight options available.
ps1.159
per adult
including taxes and fees
Iberostar Playa Alameda
All inclusive
|
double room
Read 349 hotel reviews
Varadero, Cuba
Departure (YYZ) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
08:35
sun, july 9
YZ
11:55
sun, july 9
VRA
non-stop
AC1740Y-class
13:10
sun, july 16
VRA
16:30
sun, july 16
YZ
non-stop
AC1741Y-class
Alternative flight options available.
ps1.179
per adult
including taxes and fees
Paradisus golden river and spa
All inclusive
|
paradise junior suite
Read 549 hotel reviews
Holguin, Cuba
Departure (YYZ) Tuesday June 20 (7 days) |Flight details
operates fromtransaction
13:00
Tuesday, June 20
YZ
16:50
Tuesday, June 20
PIG
non-stop
TS954Y-class
18:05
Tuesday, June 27
PIG
21:55
Tuesday, June 27
YZ
non-stop
TS955Y-class
Alternative flight options available.
ps1.179
per adult
including taxes and fees
Showing results 21 - 30 of 31
Varadero Melia Peninsula
All inclusive
|
classic room
Read 426 hotel reviews
Varadero, Cuba
Departure (YYZ) Tuesday November 21 (7 days) |Flight details
operates fromtransaction
16:30
Tuesday, November 21
YZ
20:05
Tuesday, November 21
VRA
non-stop
TS558Y-class
21:20
Tuesday, November 28
VRA
00:45
wed 29 november
YZ
non-stop
TS559Y-class
Alternative flight options available.
it was $3,222Save $2,033
ps1.189
per adult
including taxes and fees
Hotel Melia Marina Varadero
All inclusive
|
classic room
Read 403 hotel reviews
Varadero, Cuba
Departure (YYC) Sunday June 18 (7 days) |Flight details
operates fromAir Canada Holidays
00:55
dom, 18 de junior
YYC
11:55
dom, 18 de junior
VRA
1 stop
AC156Y-class
13:10
dom, 25 de junior
VRA
22:54
dom, 25 de junior
YYC
1 stop
AC1741Y-class
Alternative flight options available.
ps1.209
per adult
including taxes and fees
Iberostar Tainos
All inclusive
|
double room
Read 210 hotel reviews
Varadero, Cuba
Departure (YYZ) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
08:35
sun, july 9
YZ
11:55
sun, july 9
VRA
non-stop
AC1740Y-class
13:10
sun, july 16
VRA
16:30
sun, july 16
YZ
non-stop
AC1741Y-class
Alternative flight options available.
ps1.219
per adult
including taxes and fees
Iberostar Playa Alameda
All inclusive
|
double room
Read 349 hotel reviews
Varadero, Cuba
Departure (YYC) Sunday June 18 (7 days) |Flight details
operates fromAir Canada Holidays
00:55
dom, 18 de junior
YYC
11:55
dom, 18 de junior
VRA
1 stop
AC156Y-class
13:10
dom, 25 de junior
VRA
22:54
dom, 25 de junior
YYC
1 stop
AC1741Y-class
Alternative flight options available.
ps1.229
per adult
including taxes and fees
Iberostar Bella Vista Varadero
All inclusive
|
double room
Read 237 hotel reviews
Varadero, Cuba
Departure (YYZ) Thu Jul 6 (7 days) |Flight details
operates fromAir Canada Holidays
09:05
Thu Jul 6
YZ
12:25
Thu Jul 6
VRA
non-stop
AC1740Y-class
13:40
Fall, July 13
VRA
17:00
Fall, July 13
YZ
non-stop
AC1741Y-class
Alternative flight options available.
ps1.279
per adult
including taxes and fees
Iberostar Playa Alameda
All inclusive
|
double room
Read 349 hotel reviews
Varadero, Cuba
Departure (YEG) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
sun, july 9
I EAT
11:55
sun, july 9
VRA
1 stop
AC178Y-class
13:10
sun, july 16
VRA
23:10
sun, july 16
I EAT
1 stop
AC1741Y-class
Alternative flight options available.
ps1.419
per adult
including taxes and fees
Iberostar Blue Lagoon
All inclusive
|
double room
Read 889 hotel reviews
Varadero, Cuba
Departure (YEG) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
sun, july 9
I EAT
11:55
sun, july 9
VRA
1 stop
AC178Y-class
13:10
sun, july 16
VRA
23:10
sun, july 16
I EAT
1 stop
AC1741Y-class
Alternative flight options available.
ps1.439
per adult
including taxes and fees
Paradisus golden river and spa
All inclusive
|
paradise junior suite
Read 549 hotel reviews
Holguin, Cuba
Departure (YYZ) Fri, Jun 30 (7 days) |Flight details
operates fromtransaction
13:00
Friday, June 30
YZ
16:50
Friday, June 30
PIG
non-stop
TS954Y-class
18:05
Fri, Christmas 7
PIG
21:55
Fri, Christmas 7
YZ
non-stop
TS955Y-class
Alternative flight options available.
ps1.449
per adult
including taxes and fees
Iberostar Tainos
All inclusive
|
double room
Read 210 hotel reviews
Varadero, Cuba
Departure (YEG) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
sun, july 9
I EAT
11:55
sun, july 9
VRA
1 stop
AC178Y-class
13:10
sun, july 16
VRA
23:10
sun, july 16
I EAT
1 stop
AC1741Y-class
Alternative flight options available.
ps1.459
per adult
including taxes and fees
Iberostar Bella Vista Varadero
All inclusive
|
double room
Read 237 hotel reviews
Varadero, Cuba
Departure (YEG) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
sun, july 9
I EAT
11:55
sun, july 9
VRA
1 stop
AC178Y-class
13:10
sun, july 16
VRA
23:10
sun, july 16
I EAT
1 stop
AC1741Y-class
Alternative flight options available.
ps1.519
per adult
including taxes and fees
Showing results 31 - 31 of 31
Iberostar Selection Varadero
All inclusive
|
double tropical room
Read 265 hotel reviews
Varadero, Cuba
Departure (YEG) Sunday July 9 (7 days) |Flight details
operates fromAir Canada Holidays
12:30
sun, july 9
I EAT
11:55
sun, july 9
VRA
1 stop
AC178Y-class
13:10
sun, july 16
VRA
23:10
sun, july 16
I EAT
1 stop
AC1741Y-class
Alternative flight options available.
ps2.019
per adult
including taxes and fees
*Prices are per person based on double occupancy. All above prices include taxes and fees. All prices displayed on the website are for comparison purposes only and are subject to change without notice. Airlines and service providers may change prices at any time. Your final price will be verified on the final reservation screen.
Child's age at departure
`;función formValidator() {$('.packagesVerify').validate({errorElement: "span",errorClass: "invalidInput",reglas: {"childAge1": {obligatorio: función(elemento) { return $(". packagesVerify #packagesChildrenC").val() == "1" || $(".packagesVerify #packagesChildrenC").val() == "2" || $(".packagesVerify #packagesChildrenC").val() = = "3" }, min: 1},"childAge2": {obligatorio: función(elemento) { return $(".packagesVerify #packagesChildrenC").val() == "2" || $(".packagesVerify # packagesChildrenC").val() == "3" }, min: 1},"childAge3": {obligatorio: función(elemento) { return $(".packagesVerify #packagesChildrenC").val() == "3" }, λεπτά: 1}"packagesRooms": { checkChildrenRooms: true, checkRoomLTPax: [".packagesVerify #roomsC", ".packagesVerify #packagesAdultsC"], checkNumRoomNumPax: [".packagesVerify #packagesAdultsC", ".packagesC" ]}, "packagesChildren": { checkChildrenRooms: true, totalCheck: [".packagesVerify #packagesAdultsC", ".packagesVerify #packagesChildrenC", 6]},"packagesAdults": { checkRoomLTPax: [".packagesVerify #roomsC", ". packagesVerify #packagesAdultsC"], totalCheck: [".packagesVerify #packagesAdultsC", ".packagesVerify #packagesChildrenC", 6], checkNumRoomNumPax: [.packagesVerify #packagesAdultsC", ".packagesΕπαλήθευση #roomsC"]} childAge1": "Παρακαλώ επιλέξτε την ηλικία του παιδιού.","childAge2": "Παρακαλώ επιλέξτε την ηλικία του παιδιού.","childAge3": "Παρ ακαλώ επιλέξτε την ηλικία του παιδιού."},submitHandler: function(formulario) {var adConfirm = $ (formulario). padres('.ad-confirm');createSpinner("
We are looking for
your vacation package
" + $(adConfirm).data("gateway") + " to "+ $(adConfirm).data("destination") + "
" + $(adConfirm).data("closeout") + "
Please do not press back or refresh the page while we search.");setTimeout( function () {formulario.submit();}, 150);}});$('.packagesVerify #packagesAdults').on('change', function(){$(this).valid ();$('.packagesΕπαλήθευση #rooms').valid();$('.packagesVerify #packagesChildren').valid();});$('.packagesVerify #packagesChildren').on('change', function(){$(this).valid();$('.packagesVerify #rooms').valid();$('.packagesVerify #packagesAdults').valid();});$('.packagesVerify # habitaciones').on('cambiar', function(){$(this).valid();$('.packagesVerify #packagesAdults').valid();$('.packagesVerify #packagesChildren').valid() ;});$('form.packagesVerify').submit(function(e){return validarSumOfPassengers($(this));});$('form.packagesVerify Select').on('cambiar', function( ){var formRef = $(this).parents('form.packagesVerify');validateSumOfPassengers(formRef);});}συνάρτηση openChildAges(numberChildren) {var curForm = $(numberChildren).parents('formulario');var numChild = numberChildren.selectedIndex;if (numChild == 0){curForm.find('.ageOfChildtitle, .childAge_1, .childAge_2, .childAge_3').hide();}if (numChild =Form.find.{cur '. ageOfChildtitle, .childAge_1').show();curForm.find('.childAge_2, .childAge_3').hide();}if (numChild == 2){curForm.find('.ageOfChildtitle, .childAge_1, .childAge_2 ').show();curForm.find('.childAge_3').hide();}if (numChild == 3){curForm.find('.ageOfChildtitle, .childAge_1, .childAge_2, .childAge_3') .show ();}}function validarSumOfPassengers(passedForm){var numAdult = parseInt(passedForm.find('.adults').val());var numChildren = parseInt(passedForm.find('.children').val( )) ;if(numAdult + numChildren >= 7){ειδοποίηση("Λυπούμαστε, δεν μπορούμε να κάνουμε κράτηση για πε ρισσότερους από 6 επιβάτες στο διαδίκτυο.\n\nΚαλέστε μας στο 1877 967 5302 και μπορ ούμε να σας βοηθήσουμε μέσω τηλεφώνου. ");return false;}}(function($){$(document).ready(function() {$('#pagination-demo li a').on('click', function(e){e. preventDefault();function makeThisPageActive(whatPage){$('#pagination-demo li a').removeClass('active');$('#pagination-demo li a[href="#' + whichPage + '"] ').addClass('active');$('.product_list_container').removeClass('active');$('.product_list_container' + whichPage).addClass('active');}if($(this). hasClass('paginationDirection')){if($(this).hasClass('paginationDirectionPrevious')){makeThisPageActive("1");}else{var lastPage = $('.product_list_container').last().attr( "id").replace('product_list_container','');makeThisPageActive(lastPage);}}else{var page = $(this).attr('href').split('#')[1];makeThisPageActive (σελίδα);}var target = $("#product_list_container");if (target.length) {$('html, body').stop().animate({scrollTop: target.offset().top}, 1000) ( ).slideToggle();$(this).find('i.fa').toggleClass('fa-plus');$(this).find('i.fa').toggleClass('fa-minus ' );});jQuery.validator.addMethod("checkChildrenRooms", función(valor, elemento) {if ($('.packagesVerify #packagesChildren').val() > 0 &&$('.packagesVerify #rooms') . val() > 1) {devuelve falso;} else {devuelve verdadero;};}, "Δεν μπορείτε να επιλέξετε πολλά δωμάτια με παιδιά. Καλέστε μας"); $('.svBookButton, .viewDetails').on("clic", function(e){if (e.ctrlKey) {return false;}var svButton = $(this).parents ('.svFirstProduct').find ('.svBookButton');svButton.html('Έλεγχος διαθεσιμότητας...');svButton.attr("disabled", "disabled");let adcode = $(svButton).data("adcode");$.ajax({type:'GET',url:"/vacations/sun- paquetes/reserva/carga/" + ad code, success: función (respuesta) {_.forEach($('.ad-confirm'), función(e) {$(e).html('');$ ( e .hide();});_.forEach($('.svBookButton:not(".error")'), function(e) {$(e).removeClass('tempHide');$(e ) .html('VER DETALLES');$(e).removeAttr("disabled");});var priceSeen = $("#anuncio-" + adcode).data("priceSeen");var specialResultInput = ' ' ;var verifyForm = $("#anuncio-confirm-" + anuncio code);$("#anuncio-" + anuncio code).addClass('tempHide'); verifyForm.html(pasajeros); ) .prepend (specialResultInput);verifyForm.toggle("slide");formValidator();},error:function(xhr, ajaxOptions, throwError){$("#ad-" + adcode).text("Not available") ;$ ("#advertisement-" + advert code).attr("disabled", "disabled");$("#advertisement-" + advert code).addClass("error");} }); }); }); // terminate doc-ready})(jQuery);
Conditions apply and vary by provider. *Flight Center's double difference offer applies to all Cuba vacation packages that qualify for carrier price drop protection. Equal value will be given to the customer in the form of a Flight Center Gift Card. For example, the package was purchased for $1,000 with Sunwing Vacations. The new price is $900, resulting in a difference of $100. A claim for $100 must be made through Sunwing Vacations. An additional $100 gift card will be issued with Flight Center. Ω Free seat selection, free check-in and boarding and additional baggage allowance applicable to Transat Holidays bookings with an Option Plus upgrade. Option Plus and its benefits are only offered to customers who book a Luxury or Distinction Collection package for a minimum stay of 7 nights with Transat Holidays. Savings^$900 per couple based on departure from Montreux on December 24, 2015 for one week at The Royal Suites Punta de Mita by Palladium in Riviera Nayarit with Transat Holidays.
FAQs
Can Americans stay at all-inclusive in Cuba? ›
American citizens are not currently allowed to stay in Cuba's government-run hotels or use most state-owned enterprises. Instead, it's best to opt for private accommodation such as apartments, B&Bs and homestays (known in Cuba as casas particulares).
How to research all-inclusive resorts? ›- Find Out What's Included (and What Isn't)
- Book Restaurant Reservations in Advance (if Required)
- Read Reviews by Travel Bloggers and Travel Writers.
- Search for the Resort on Tripadvisor.
- Go to the Resort's Official Website.
- Join Facebook Groups for Your Resort.
- Search for Your Resort on Instagram.
How much to tip in Cuba is always up to you, but as mentioned previously, 10% of the total bill is acceptable in a restaurant. You're always free to leave more if you feel like the service you have received went above and beyond the call of duty.
Do you tip at all-inclusive resorts in Cuba? ›Tipping in Cuba is highly encouraged. Tips are not only a big part of the income of the service staff at Cuban hotels and restaurants, but they are also a universally understood way of saying, “thanks for the awesome service!”
Are Americans welcome in Cuba? ›Can you travel to Cuba with an American passport? Yes!
Can Americans travel to Cuba for pleasure? ›It's perfectly legal for Americans to travel to Cuba, except for explicit tourism purposes. However, you will need to meet some requirements. Specifically, you need a Cuban Tourist Card (a.k.a Cuban Visa), travel insurance, and a self-certification under one of the 12 travel categories of authorized travel to Cuba.
How far in advance should I book all-inclusive? ›Early or late: Either book very early (nine months or more in advance, especially if you want to stay during peak seasons like Christmas and New Year's) or take a chance on last-minute deals. Buyer Beware: Beware of deals too good to be true, particularly last minute sales.
How much on average is an all inclusive resort? ›Nightly all-inclusive rates start around $250 per night for two guests in a standard room, including taxes.
Is it rude not to tip at all-inclusive resorts? ›While tipping may not be required at some all-inclusive resorts, many guests prefer to do so. In the event that you would like to tip staff during your all-inclusive vacation, it is important to find out in advance whether staff would even be allowed to accept those tips.
What items are hard to get in Cuba? ›What gifts to bring for the Cuban people? Any gift for the Cuban people you bring will usually be appreciated as there are shortages of pretty much everything you could imagine. However, there are three main things that are extremely hard to come by in Cuba: medicine, clothing, and toiletries.
Do you need cash at an all-inclusive resort? ›
Credit cards are gold around these parts but it's still a good idea to bring cash along when you travel, even on an all-inclusive vacation. While you won't be paying for meals or drinks, it's a good idea to make friends with your bartender at the beginning of the trip by leaving a tip up front.
Do you tip housekeeping daily or at end of stay? ›Some travelers like to leave one tip for hotel housekeeping at the end of their stay. But most experts say it's better to leave a tip every day of your trip. “We recommend tipping nightly, as your room may be serviced by different people,” said Ten Eyck.
What is a fair tip in Cuba? ›It is usual to add a 10% tip or gratuity as a minimum at restaurants in Cuba.
How much do Cubans make on a resort? ›In low season, it's obviously a lot less. Was told by entertainment staff (MCSM) that they make around 30 CUC/700 CUP per mo, a bit less or a bit more up to 35 depending on their roles and responsibilities and how many hours they work (some have more than 1 job rolled into 1 and are there 16-18hrs/day).
Do US debit cards work in Cuba? ›It's always smart to check with your bank before you travel. Most American debit and credit cards won't work in Cuba, either for making payments or in ATMs. Bring plenty of cash and leave the plastic behind.
What area of Cuba is best to stay? ›Varadero, Cayo Santa Maria, Cayo Coco, and Holguin are Cuba's most popular hotel zones.
What happens if you go to Cuba as an American? ›If you want to visit Cuba as an American and do it legally, you will need to obtain a Cuban visa in advance. This is also called a “general license” and the Cuban government requires it to travel to Cuba. It can be a bit confusing, but calling it the general license is the way to go.
Can U.S. citizens travel to Cuba 2023? ›Can Americans still travel to Cuba in 2023? Yes! Travel to Cuba in 2023 is still possible for Americans who wish to travel independently, without being part of a big, expensive tour group.
Does Cuba stamp your passport? ›You may have noticed that a visit to other countries implied a visa stamp on your passport, but this is not valid for Cuba. Your passport will not get stamped upon entry. Only the Tourist Card will receive a Cuba visa stamp, but you need to keep it in your passport at all times.
Is it safe to go to Cuba right now? ›COVID-19 remains a risk in Cuba. Many medications are in short supply or unavailable. Ensure you bring enough for your entire trip. Insect-borne diseases, including dengue and chikungunya, are common.
How to save money on all-inclusive? ›
- Use A Travel Agent or Booking Site.
- Investigate Off Season Travel.
- Use Regional Airlines Whenever Possible.
- Bring All the Essentials!
- Take Advantage of Children's or Family Programs at Resorts.
- Plan Your Own Tours.
- Don't Over-Extend Yourself or Others.
- Read The Fine Print Very Carefully.
What are the rules exactly? A letter sent to customers of tour operator Thomas Cook confirmed the new rule updates: “All-inclusive” no longer means “unlimited drinks.” Instead, vacationgoers will be limited to six drinks per day.
Can you eat all day at all-inclusive? ›Staying at an all-inclusive resort means having 24/7 access to unlimited food and drinks. While drinking cocktails is a nice way to unwind, it's suggested not to drink it every day.
Do you have to pay for dinner at all-inclusive resorts? ›An all-inclusive vacation is a vacation that includes all the essentials in the booking price. Besides accommodation, you can expect food, drinks, activities, and entertainment to be included, without having to pay extra for it.
Is it worth it to get all-inclusive hotel? ›Yes, all-inclusives are worth it for travelers who just want to relax on their honeymoon or vacation. When you stay at an all-inclusive resort, all meals and beverages are usually already paid for, as are many onsite activities.
Do you pay per person at all inclusives? ›All-inclusive is a common term used to describe a hotel or resort that includes all meals, snacks, and beverages in the room cost. These locations are priced per person, so it's important to be accurate when searching for a resort so you'll see the correct price.
What months are best for all-inclusive resorts? ›Fall is the best season for an all-inclusive vacation, when rooms are often significantly cheaper. Off-site activities, usually limited to a certain number of people, also tend to fill up fast during the high seasons. Seasonal price drops on airfare – on both domestic and international airfares – start in August.
What is the best day to check into an all inclusive resort? ›Ideal Check-In Day
Consider the start date of your vacation if you want to save some extra cash on your trip. In general, Sunday is the least expensive day of the week to begin your stay at a hotel. In fact, settling in on a Sunday can save travelers up to 19% on overall room rates, compared to mid-week check-ins.
It's up to you how much you tip, but the recommended amount in Mexico is between 10% – 20% (15% is a good standard in tourist areas) of the bill or ticket price.
Should I tip in pesos or dollars? ›Should I tip in pesos or dollars in Mexico? It's always best to tip in cash, using Mexican pesos. While it might be tempting to leave a few foreign coins as a thank-you, those coins can't be exchanged and won't be of much use to your waiter or tour guide.
Is it OK not to tip at buffet? ›
That means buffet tipping & etiquette isn't as strictly connected to billing percentages as most restaurants. However, the staff of a buffet restaurant still works hard to ensure proper service. Ergo, the answer is yes: you should leave a tip at a buffet.
What is the cheapest month to go to Cuba? ›The cheapest months to go to Cuba are May to early June and mid-September to October. Prices rise during the school holiday periods of Christmas, Easter and July to August; you'll find cheaper flights and accommodation options outside of this time.
Do cell phones work in Cuba? ›Your U.S. mobile phone will work in Cuba if your mobile phone is capable of roaming in Cuba and your mobile service provider has an international roaming agreement with ETECSA, Cuba's state-owned telecommunications provider. AT&T, Sprint, Verizon and T-Mobile currently have roaming agreements with ETECSA.
Should I bring a towel to Cuba? ›A quick-drying microfiber travel towel is a must for Cuba, especially if you're headed to the beach, or if your accommodation has a pool. You'll be provided with a towel wherever you stay, but this is great for bringing along when you leave the room.
How much do you tip a maid at all-inclusive? ›If you normally tip maids, go for it. Some people like to leave $4-5 dollars a day, others like to leave one big $40 tip on the last day. I personally don't usually tip maids unless I for some reason leave the rooms very messy or the staff goes out of their way to deliver me more towels, or something.
Can you eat all you want at all-inclusive resorts? ›Yes. All all-inclusive resorts include meals and beverages, including alcoholic beverages. Some include 24-hour snacks and 24-hour liquor as well. However, some resorts may charge an additional fee for fine cuts of meat (e.g., filet mignon) and lobster — but choosing those items is totally up to you.
Do you need towels in all-inclusive? ›Towels. You don't need towels, as the resort provides these to all guests, and you can exchange them for clean dry ones at any time.
Do you tip at hotel breakfast buffet? ›“It is not customary to tip at a continental breakfast that is served buffet-style,” Bergen says. “It is customary and appreciated to tip during breakfast when there is a server who takes your order or serves coffee and juice.”
Do you tip housekeeping if you only stay 1 night? ›Though this is a great advantage for the guests, oftentimes it devalues the work of housekeepers due to people forgetting that they're even doing work or should be tipped. Despite this, you should definitely tip your housekeeper if you're staying at any kind of hotel, even if it's just for one night.
Is it rude not to tip hotel housekeeping? ›Do you have to tip housekeeping? The answer is a resounding yes. The people who clean and take care of your room during your stay, clean and sanitize it between customers, and answer the sorts of things you really shouldn't be asking hotel staff are essential workers.
How much should you tip at an all inclusive in Cuba? ›
How much to tip in Cuba is always up to you, but as mentioned previously, 10% of the total bill is acceptable in a restaurant. You're always free to leave more if you feel like the service you have received went above and beyond the call of duty.
Should you bring toilet paper to Cuba? ›You will not necessarily be allowed to flush toilet paper or have taps to wash your hands. It's advisable to carry your own toilet paper and hand sanitiser wherever you go. Bring small gifts for the locals, especially the staff working in the hotels and establishments you visit on your trip.
Should I bring pesos to Cuba? ›Bring the correct cash
As for type of currency, tourists are encouraged to use Cuba Convertible Pesos (CUC). You can exchange or buy them at the airport or resort. Cubans are also happy accepting Canadian dollars and Euros, too.
Have a good trip wherever you might be heading in Cuba and do not worry about tipping when it is deserved. Resort workers get to keep their tips. At some resorts the tips are pooled and shared among the workers.
Why are Cuba resorts so cheap? ›Factoring in exchange rates, Cuba is the most economical vacation destination largely due to flight costs — which are second to U.S. destinations that are less expensive due to proximity for Canadians — according to finder.com's statistics.
How much money should I take for a week in Cuba? ›How Much Money Do You Need in Cuba? Generally, you can expect to spend 40 – 120 USD per day in Cuba, excluding flight tickets and accommodations.
Can Americans stay in Airbnb in Cuba? ›We welcome non-US travelers to use Airbnb to book their stay in Cuba. Airbnb has been granted special authorization by the US Department of Treasury that allows us to offer authorized travel services to non-US persons going to Cuba.
How long can I stay in Cuba as an American? ›Cuba requires all U.S. airlines departing the United States to pay for health insurance for each passenger. The health insurance from airlines is valid for 30 days upon your arrival in Cuba. If you are planning to stay in Cuba for more than 30 days, you will need to extend your coverage before you can extend your visa.
Can US citizens travel to Cuba 2023? ›Can Americans still travel to Cuba in 2023? Yes! Travel to Cuba in 2023 is still possible for Americans who wish to travel independently, without being part of a big, expensive tour group.
Can US citizens go to beaches in Cuba? ›Visiting Cuba From the U.S.
With that said, there are plenty of reasons why Cuba, home to more than 400 white-sand beaches and over 3,500 miles of coastline, has remained a desirable destination for American travelers.
Can US citizens own property in Cuba? ›
Foreign ownership of real estate is extremely restricted. There are three ways for foreigners to buy property in Cuba. They can marry a Cuban; they can buy in the name of a Cuban relative; or they can purchase from another foreigner.
What is not allowed to bring to Cuba? ›It's prohibited to bring into the country: narcotics, explosives, pornography, any item (including literature) intended to be used against the national security, animals and plants regulated under the Convention on International Trade in Endangered Species of Wild Fauna and Flora, GPS, cordless phones (for the ...
Do U.S. citizens need visa for Cuba? ›Cuba is open to U.S. travelers, and if you plan to visit, you'll be required to get a Cuban Tourist Card or Tourist Visa.
Which airlines fly to Cuba? ›Several airlines facilitate this including, American Airlines, JetBlue, SouthWest Airlines, and United Airlines.
What are the requirements for U.S. citizens to travel to Cuba? ›- American visitors to Cuba require a valid passport.
- Cuba visitors require an entry visa. ...
- US credit and debit cards don't work in Cuba. ...
- US regulations require Americans to retain records of island activities and related expenses for five years.
Some newspapers and websites have been incorrectly reporting that Americans are not allowed to stay in any hotel in Cuba, but this is not actually the case. Americans are just prohibited from staying in certain hotels that are owned entirely or partially by the Cuban government.