Loreto
Blue Whales
TYPES OF ADVENTURES
Liveaboard, Private Charter
Destination Overview
The entire Mechudo Corridor is alive with whales including blue, fin, humpback and dolphins and if we are lucky, orcas or sperm.
Enjoy unique whale watching and exploration opportunities from Loreto south through the Mechudo Corridor towards La Paz. Blue and fin whales are not just around Loreto but all the way south to Bahía de La Paz. Plus mangrove exploration, snorkelling and watching sea lions at Los Islotes, Espirito Santo Island UNESCO world heritage site, beach walks, hikes, kayaking and, weather permitting, snorkelling with whale sharks.
Baja Ultimate Whales
Try our Baja Ultimate Whale Adventure!
Start in San José del Cabo. Afternoon Humpback whale watching out of San José. Transfer from boat directly to La Paz. Dinner and overnight stay at Marea hotel.
Morning activities, snorkelling with sea lions and whale sharks in La Paz. Afternoon sailing north towards Loreto.
Two full days out at sea. Looking out for blue and finback whales. Visiting Espiritu Santo, Loreto, Isla San Jose and the Mechudo Corridor. You will have a chance for snorkelling, kayaking, paddleboarding, cocktails on the beach, airplane support and more! Finishing back at La Paz.
Air transfer from La Paz to San Ignacio Lagoon camp site. Out on the water in the afternoon for two whale watching sessions.
Two days at camp with amazing gray whale encounters. Finially, one last morning whale watch and then flight back to SJD.
This is an awesome trip. Whale watching does not get any better than this!
Get Inspired!
Get Inspired
Watch our inspirational videos
jQuery(window ).scroll(function() {
if(jQuery(window).width()>1000) {
var footer= jQuery( “.footer-nav-widgets-wrapper” ).offset();
var firsttitle= jQuery( “.desttitle:first-of-type” ).offset();
active=jQuery(“.desttitlecontainer li:first-of-type”);
if(jQuery(window).scrollTop() footer.top-(jQuery(“.desttitlecontainer”).height()+170 )){
/*jQuery(“.desttitlecontainer”).removeClass(“fixed”);
jQuery(“.desttitlecontainer”).addClass(“absolute”);
jQuery(“.desttitlecontainer”).css(“top”,(Math.round(footer.top))-(jQuery(“.desttitlecontainer”).height()+50)+”px”);*/
}else{
jQuery(“.desttitlecontainer”).removeClass(“absolute”);
jQuery(“.desttitlecontainer”).addClass(“fixed”);
jQuery(“.desttitlecontainer”).css(“top”,”170px”);
}
}
jQuery(“.desttitlecontainer li” ).each(function() {
if(jQuery(window).scrollTop() + 200 > jQuery(this).attr(“top”)){
active=this;
}
});
jQuery( “.desttitlecontainer li” ).removeClass(‘active’);
jQuery(active).addClass(‘active’);
}
}); var isMobile = 2; function mobile_desktop(){
console.log(“mobile_desktop”);
wasmobile=isMobile;
if(jQuery(window).width()<=1000 ) {
isMobile = true;
}else{
isMobile = false;
}
if(wasmobile!=isMobile){
if( jQuery(".accordions").accordion( "instance")!=undefined){
jQuery(".accordions").accordion( "destroy" );
} if( jQuery("#tabs").tabs( "instance")!=undefined){
jQuery("#tabs").tabs( "destroy" );
} if(isMobile){
jQuery(".accordions").delay(200).accordion({
header: "h2.hideifnotmobile",
heightStyle:"content",
collapsible: true
});
jQuery( "#tabs" ).accordion({
header: "h4",
heightStyle:"content",
collapsible: true});
}else{
jQuery( "#tabs" ).tabs();
}
}
} document.addEventListener( 'DOMContentLoaded', function () {
jQuery( ".desttitle" ).each(function() {
var offset = jQuery( this ).offset();
jQuery(".desttitlecontainer").append("
“+jQuery( this ).attr(‘id’).replaceAll(“_”,” “)+”“);
});
jQuery(“.desttitlecontainer li:first-of-type”).addClass(“active”); jQuery(“.desttitlecontainer li”).click(function (){
jQuery(window).scrollTop(jQuery(this).attr(“top”)+170);
});
mobile_desktop();
}); window.addEventListener(“resize”,mobile_desktop);