Zipaquirá Tour – Salt Mine – Salt Cathedral

/* Módulo encapsulado – Estilo aplicado desde Código 1 al Código 2 */ .tour-catedral-module { font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;…

  • PriceDesde $180.000 Según número de personas y nacionalidad.
  • ReferenceCT11
  • TypeTour Zipaquirá
  • LocationZipaquirá
  • Contract Single

/* Módulo encapsulado – Estilo aplicado desde Código 1 al Código 2 */
.tour-catedral-module {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
color: #222;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.tour-catedral-module *,
.tour-catedral-module *::before,
.tour-catedral-module *::after {
box-sizing: border-box;
}
.tour-catedral-module .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
padding: 0 25px 30px 25px;
overflow-x: hidden;
}
.tour-catedral-module h1 {
color: #1cbbb4;
font-size: 1.9rem;
font-weight: 800;
margin: 20px 0 10px 0;
text-align: left;
word-break: break-word;
}
.tour-catedral-module h2 {
color: #333;
font-size: 0.9rem;
font-weight: 600;
margin: 10px 0 5px 0;
}
.tour-catedral-module .description-short {
background: #f0f9f8;
padding: 20px;
border-radius: 12px;
margin-bottom: 25px;
border-left: 4px solid #1cbbb4;
font-size: 1.05rem;
line-height: 1.6;
width: 100%;
}
.tour-catedral-module .acordeon {
background: #fff;
border-radius: 12px;
margin: 0 0 18px 0;
border: 1px solid #e0f2f0;
width: 100%;
}
.tour-catedral-module .acordeon summary {
display: flex;
align-items: center;
padding: 16px 20px;
gap: 12px;
cursor: pointer;
list-style: none;
font-weight: 600;
color: #1cbbb4;
font-size: 1.1rem;
}
.tour-catedral-module .acordeon summary::-webkit-details-marker { display: none; }
.tour-catedral-module .acordeon summary i {
transition: transform 0.2s ease;
font-size: 1.3rem;
width: 1.6rem;
color: #1cbbb4;
}
.tour-catedral-module .acordeon[open] summary i {
transform: rotate(90deg);
}
.tour-catedral-module .acordeon-content {
padding: 20px 25px;
border-top: 1px solid #e0f2f0;
line-height: 1.6;
font-size: 1rem;
}
.tour-catedral-module .price-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 15px 0;
}
.tour-catedral-module .price-card {
flex: 1 1 240px;
background: #f8fafc;
border-radius: 16px;
padding: 18px;
border: 1px solid #e2edec;
}
.tour-catedral-module .price-row {
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
gap: 8px;
padding: 10px 0;
border-bottom: 1px solid #e0e6ed;
}
.tour-catedral-module .discount-badge {
background: #e74c3c;
color: white;
padding: 2px 10px;
border-radius: 20px;
font-size: 0.7rem;
font-weight: bold;
}
.tour-catedral-module .promo-code-box {
background: #fff3cd;
border: 2px dashed #ffc107;
padding: 15px;
border-radius: 12px;
text-align: center;
margin-top: 20px;
}
.tour-catedral-module .includes-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
}
.tour-catedral-module .includes-card {
background: #f8f9fa;
border-radius: 20px;
padding: 20px;
border-left: 5px solid #1cbbb4;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.1s ease;
}
.tour-catedral-module .includes-card:hover {
transform: translateY(-2px);
}
.tour-catedral-module .includes-card i {
font-size: 1.8rem;
color: #1cbbb4;
margin-bottom: 12px;
display: inline-block;
}
.tour-catedral-module .includes-card h4 {
margin: 0 0 10px 0;
color: #1cbbb4;
font-size: 1.2rem;
}
.tour-catedral-module .includes-card p {
margin: 0;
line-height: 1.5;
color: #444;
}
.tour-catedral-module .checklist-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
}
.tour-catedral-module .highlight-item,
.tour-catedral-module .transport-option {
background: #f8f9fa;
padding: 12px 16px;
border-radius: 12px;
margin-bottom: 12px;
border-left: 4px solid #1cbbb4;
}
.tour-catedral-module .btn-primary {
background: linear-gradient(135deg, #1cbbb4, #0f8b82);
color: white;
border: none;
padding: 14px 28px;
font-size: 1rem;
font-weight: bold;
border-radius: 50px;
display: inline-block;
text-decoration: none;
cursor: pointer;
transition: 0.2s;
text-align: center;
}
.tour-catedral-module .benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 20px;
margin: 30px 0;
background: #1cbbb4;
padding: 30px 20px;
border-radius: 20px;
color: white;
}
.tour-catedral-module .faq-item {
margin-bottom: 20px;
}
.tour-catedral-module .faq-question {
font-weight: 700;
color: #1cbbb4;
margin-bottom: 6px;
}
.tour-catedral-module .two-columns {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
@media (max-width: 700px) {
.tour-catedral-module .container { padding: 0 15px 20px 15px; }
.tour-catedral-module .price-row { flex-direction: column; align-items: flex-start; }
.tour-catedral-module .acordeon-content { padding: 16px; }
}

Zipaquirá Salt Cathedral Tour with Transportation Included

How to get to Zipaquirá hassle-free? Our tour includes private transportation from Bogotá (hotel or airport), entrance to the Salt Cathedral, a specialized guide, audio guide, and medical insurance. Experience Colombia’s first wonder with everything included.

Prices for the Salt Cathedral tour per person (transportation + entrance + guide)

Tour Prices per person (transportation + entrance + guide)

Foreigners

2 people

Price per person$330.000 COP
Code

3-4 people

Price per person$270.000 COP
Save $60,000INT3-4

5-8 people

Price per person$235.000 COP
Save $95,000INT5-8

9-17 people

Price per person$210.000 COP
Save $120,000INT9-17

Colombian Nationals (present ID card or passport)

2 people

Price per person$270.000 COP
Save $60,000COL2

3-4 people

Price per person$230.000 COP
Save $100,000COL3-4

5-8 people

Price per person$190.000 COP
Save $140,000COL5-8

9-17 people

Price per person$160.000 COP
Save $170,000COL9-17

Important: Prices include private transportation, entrance, guide, and insurance. Apply the code when booking.

What’s included in the Salt Cathedral tour with transportation

What does the Salt Cathedral Tour include?

Private transportation

Round trip from Bogotá (pickup at hotel or airport).

Entrance included

Official ticket to the Salt Cathedral.

Expert guide

Guided tour inside the Cathedral.

Medical insurance

Assistance included during the tour.

Audio guide

Available in several languages.

Underground museums

Access to all rooms and exhibitions.

3D film “Nukuma”

Spiritual origin of the Cathedral.

Water mirror

The most photographed spot.

Free time

Stroll through Zipaquirá’s historic center.

Optional activities: salt carving workshop, coffee tasting, gastronomic tour (ask about additional cost).

Salt Cathedral entrance without transportation (ticket only)

Just want the entrance without transportation?

If you prefer to get there on your own, purchase just the entrance ticket with a discount for Colombians:

Foreigners

Adult$118.000 COP
Child/Senior$104.000 COP

Colombians

Adult$70.000 COP Save $48,000
Child/Senior$57.000 COP Save $47,000

Buy entrance only →

Additional activities and experiences in Zipaquirá

Additional activities in Zipaquirá
Gastronomic Tour (tastings at 5 locations)
City Tour of the Historic Center (2h)
Salt carving workshop (create your own sculpture)

Artisanal coffee tasting and roasting
Archaeological Museum (Muisca culture)
Traditional lunch (ajiaco, sobrebarriga, trout)

These services are optional and have an additional cost. Contact us for a quote.

Where to eat in Zipaquirá: typical and recommended restaurants

Where to eat in Zipaquirá?
La Puerta Falsa – Over 200 years of tradition, Santa Fe–style ajiaco, tamales.
Quira Cocina – Upscale Colombian cuisine, elegant atmosphere.
Andrea Bo Pastelería – Award-winning desserts, artisanal pastry.
El Zipa Café – Specialty coffee tasting and brewing methods.

Traditional dishes: Ajiaco, Zipaquirá-style garullas, plato minero (oven-baked sobrebarriga with brined potato), Sabana-style burgers.

Recommendations for your visit to the Salt Cathedral

Recommendations for your visit
🧥 Comfortable clothing and a light jacket (14°C indoors)
👟 Non-slip footwear
📸 Camera without flash

🆔 ID document (ID card or passport)
📅 Book in advance (weekends have high demand)
🚫 No food or drinks allowed inside

Recommended hotels in Zipaquirá for your stay

Recommended hotels in Zipaquirá
Hotel Camino de la Sal – Colonial style, 5 minutes from the Cathedral, buffet breakfast.
Hotel Cacique Real – Comfortable, historic center, excellent service.

Ask about our special rates if you’re staying overnight.

Certified professional guide for the Salt Cathedral tour

Certified professional guide

Our guides are experts in the history, geology, and symbolism of the Salt Cathedral. They will accompany you throughout the entire underground tour, answering questions and showing you the best angles for your photos. Included in the tour.

Frequently asked questions about the Salt Cathedral tour with transportation

Frequently asked questions (tour with transportation)
Is the transportation really private?

Yes, exclusively for your group. No waiting or sharing with strangers.

Can you pick me up at the airport?

Yes, we arrange pickup at El Dorado (Bogotá) at no extra cost.

What if we are more than 17 people?

Contact us for a large group quote.

Can I cancel?

Free cancellation up to 48 hours in advance, full refund.

Book Your Tour with Transportation Included

From $160.000 per person (Colombian nationals in groups of 9+)

BOOK NOW →

✅ Immediate confirmation • ✅ Medical insurance • ✅ Hotel pickup

Fasyl Travel – RNT 99632 | WhatsApp: +57 301 688 0229 | info@localhost:8080

(function() {
const module = document.querySelector(‘.tour-catedral-module’);
if (!module) return;
const acordeones = module.querySelectorAll(‘.acordeon’);
if (acordeones.length) {
// Inicializar: solo el primero (Precios) abierto, los demás cerrados, íconos correctos
acordeones.forEach((ac, idx) => {
if (idx !== 0 && ac.open) ac.open = false;
const icon = ac.querySelector(‘summary i’);
if (icon && ac.open) icon.style.transform = ‘rotate(90deg)’;
ac.addEventListener(‘toggle’, function() {
const thisIcon = this.querySelector(‘summary i’);
if (this.open) {
if (thisIcon) thisIcon.style.transform = ‘rotate(90deg)’;
acordeones.forEach(other => {
if (other !== this && other.open) {
other.open = false;
const oIcon = other.querySelector(‘summary i’);
if (oIcon) oIcon.style.transform = ‘rotate(0deg)’;
}
});
} else {
if (thisIcon) thisIcon.style.transform = ‘rotate(0deg)’;
}
});
});
}
})();

Tour Includes

Related Tours

Tour Zipaquirá

Salt Cathedral of Zipaquirá — Entrance & Tour

Duration: 3 hours

[:es] /* ============================================================ MÓDULO CATEDRAL DE SAL – ESTILOS (idénticos a senderismo)...

Tarifa adulto extranjero $ 125,000 Descuento especial para colombianos.
Adventure Tours

Sunset Above the Clouds

Duration: 6 hours

[:es] /* Módulo encapsulado – mismos estilos base */ .pena-module { font-family:...

Desde $ 115,000 por persona
Adventure Tours

Hiking and Stars

Duration: 1 nights

[:es] /* Módulo encapsulado – mismos estilos base */ .pena-module { font-family:...

Desde $ 115,000 por persona