:root { --vip-blue: #002D5B; --vip-dark: #001a35; --vip-mamey: #FF8C42; --vip-gold: #D4AF37; /* Toque dorado para VIP */ } #pyd-vip-page { font-family: 'Poppins', sans-serif; background: #fff; } /* Hero Background */ .vip-hero { background: linear-gradient(to right, rgba(0, 10, 20, 0.85), rgba(0, 45, 91, 0.6)), url('https://pydpuntacanatransport.com/wp-content/uploads/2025/12/Chevrolet-Suburban.webp'); background-size: cover; background-position: center; min-height: 700px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; } .vip-badge { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid var(--vip-mamey); color: var(--vip-mamey); padding: 8px 20px; border-radius: 50px; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; font-weight: 700; display: inline-block; margin-bottom: 20px; } .vip-title { font-size: 3.5rem; line-height: 1.1; font-weight: 800; color: white; margin-bottom: 20px; text-transform: uppercase; } .vip-subtitle { color: #e0e0e0; font-size: 1.2rem; font-weight: 300; max-width: 700px; margin: 0 auto 40px; } .btn-vip-cta { background: linear-gradient(90deg, var(--vip-mamey) 0%, #e0702b 100%); color: white; padding: 18px 50px; border-radius: 50px; font-size: 1.1rem; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(255, 140, 66, 0.3); transition: 0.3s; border: 1px solid rgba(255,255,255,0.2); } .btn-vip-cta:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255, 140, 66, 0.5); } @media (max-width: 768px) { .vip-title { font-size: 2.5rem; } }
Experiencia de primera clase

Viaja como un personaje
en republica dominicana

Experimente lo último en lujo, privacidad y comodidad. Desde Black Car Service hasta Airport Fast Track, elevamos su viaje.

Solicitar Servicio VIP
.vip-services-section { padding: 100px 20px; background: #f8fafc; } .vip-container { max-width: 1200px; margin: 0 auto; } .vip-header { text-align: center; margin-bottom: 60px; } .vip-header h2 { color: var(--vip-blue); font-size: 2.5rem; font-weight: 800; } .vip-header p { color: #666; max-width: 600px; margin: 10px auto 0; } .vip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .vip-card { background: #fff; padding: 40px 30px; border-radius: 20px; border: 1px solid #eee; transition: 0.4s; position: relative; overflow: hidden; } .vip-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 45, 91, 0.1); border-color: var(--vip-mamey); } .vip-icon-box { width: 70px; height: 70px; background: var(--vip-blue); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--vip-mamey); margin-bottom: 25px; transition: 0.4s; } .vip-card:hover .vip-icon-box { background: var(--vip-mamey); color: white; } .vip-card h3 { color: var(--vip-blue); font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; } .vip-card p { color: #555; line-height: 1.7; margin-bottom: 20px; } .vip-list li { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; color: #444; font-size: 0.9rem; } .vip-list i { color: var(--vip-mamey); }

Servicios Exclusivos

Redefinimos el transporte de lujo. Ya sea por negocios, bodas o placer, garantizamos una experiencia perfecta.

Servicio de SUV de lujo

Viaja con estilo en nuestras Chevrolet Suburban negras premium. Perfecto para ejecutivos, celebridades y familias que exigen lo mejor.

  • Chevrolet Suburban/Cadillac
  • Interior de cuero y ventanas tintadas
  • Agua fría y toallas

Vía rápida del aeropuerto

Evite las largas colas de inmigración en Punta Cana (PUJ) o Santo Domingo (SDQ). Nuestro agente lo recibe en la puerta.

  • Acceso a la sala VIP
  • Inmigración prioritaria
  • Asistencia de equipaje

Servicios Premium

Personaliza tu viaje. Podemos proporcionar champán, refrigerios, flores o bebidas específicas a pedido.

  • Servicio de Champán / Vino
  • Wi-Fi a bordo
  • Asientos para niños (Premium)

Seguridad y protección

Para clientes de alto perfil que requieren discreción y seguridad. Ofrecemos servicios de escolta y vehículos blindados.

  • Conductores de seguridad capacitados
  • Vehículos Blindados (Bajo petición)
  • 100% confidencialidad

Bodas y Eventos

Logística para tu día especial. Gestionamos el transporte de los novios y todos los invitados a la perfección.

  • Convoyes de boda
  • Coordinación de invitados
  • Vehículos decorados

Traslados Aéreos

¿Necesitas llegar más rápido? Organizamos traslados en helicóptero desde PUJ directamente al helipuerto de su resort o a la isla Saona.

  • Punta Cana a Samaná
  • Tours panorámicos
  • Aterrizaje directo en el hotel
.vip-fleet-section { padding: 80px 20px; background-color: #002D5B; /* Fondo Azul Oscuro Corporativo */ color: white; text-align: center; } .fleet-showcase { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 50px; max-width: 1200px; margin: 0 auto; } .fleet-img { flex: 1; min-width: 300px; } .fleet-img img { width: 100%; max-width: 600px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); transition: transform 0.5s; } .fleet-img:hover img { transform: scale(1.05); } .fleet-info { flex: 1; min-width: 300px; text-align: left; } .fleet-info h3 { color: var(--vip-mamey); font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; } .fleet-specs { list-style: none; padding: 0; margin-bottom: 30px; } .fleet-specs li { margin-bottom: 15px; font-size: 1.1rem; display: flex; align-items: center; gap: 15px; } .fleet-specs i { color: var(--vip-mamey); border: 1px solid rgba(255,255,255,0.2); padding: 8px; border-radius: 50%; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; } @media (max-width: 768px) { .fleet-info { text-align: center; } .fleet-specs li { justify-content: center; } }
Transporte VIP Punta Cana SUV Chevrolet Suburban de lujo

El buque insignia: Chevrolet Suburban

La definición de Transporte VIP en Punta Cana. Espacioso, elegante y discreto. La opción preferida de celebridades y directores ejecutivos que visitan la República Dominicana.

  • Hasta 6 Pasajeros
  • 6 maletas grandes
  • Control climático premium
  • Wi-Fi de alta velocidad
  • Agua de cortesía
.vip-form-section { padding: 100px 20px; background: #fff; position: relative; } .vip-form-container { max-width: 800px; margin: 0 auto; background: #ffffff; padding: 50px; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 45, 91, 0.15); border-top: 5px solid var(--vip-mamey); } .vip-form-title { text-align: center; color: #002D5B; font-size: 2rem; font-weight: 700; margin-bottom: 30px; } .vip-input { width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Poppins', sans-serif; background: #f9f9f9; } .vip-input:focus { outline: none; border-color: var(--vip-mamey); background: #fff; } .vip-btn-submit { width: 100%; background: #000; /* Negro para elegancia VIP */ color: white; padding: 18px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; display: flex; align-items: center; justify-content: center; gap: 10px; } .vip-btn-submit:hover { background: #333; }

Solicite una cotización VIP

Cuéntanos tus requisitos. Nuestro Concierge VIP se comunicará con usted de inmediato.

function sendVipQuote(e) { e.preventDefault(); const name = document.getElementById('v_name').value; const phone = document.getElementById('v_phone').value; const service = document.getElementById('v_service').value; const date = document.getElementById('v_date').value; const pax = document.getElementById('v_pax').value; const msg = document.getElementById('v_msg').value; let txt = `*👑 NEW VIP REQUEST* nn`; txt += `👤 *Client:* ${name}n`; txt += `📱 *Phone:* ${phone}n`; txt += `💎 *Service:* ${service}n`; txt += `📅 *Date:* ${date}n`; txt += `👥 *Pax:* ${pax}n`; if(msg) txt += `📝 *Special Requests:* ${msg}n`; window.open(`https://wa.me/18296354512?text=${encodeURIComponent(txt)}`, '_blank'); }
.vip-faq-section { padding: 60px 20px; background: #fff; text-align: center; } .vip-faq-title { color: #002D5B; font-size: 2rem; font-weight: 700; margin-bottom: 40px; } .v-faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; text-align: left; } .v-faq-item h4 { color: #FF8C42; font-weight: 700; margin-bottom: 10px; } .v-faq-item p { color: #555; font-size: 0.95rem; } /* Estilos para los enlaces SEO */ .vip-seo-footer { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; font-size: 0.9rem; color: #888; max-width: 800px; margin-left: auto; margin-right: auto; } .vip-seo-footer a { color: #0056b3; text-decoration: underline; } .vip-seo-footer a:hover { color: #FF8C42; }

Preguntas frecuentes sobre servicios VIP

¿Puedo solicitar bebidas específicas?

Sí. Para traslados VIP, podemos abastecer el vehículo con su marca preferida de champán, vino, whisky escocés o refrescos previa solicitud (se puede aplicar un costo adicional).

¿El servicio es discreto?

Absolutamente. Nuestros conductores están capacitados en protocolo y confidencialidad. Atendemos regularmente a clientes de alto perfil, celebridades y diplomáticos.

¿Con cuánta antelación debo reservar?

Para vehículos especializados como Suburban o Blindados, recomendamos reservar con al menos 48 horas de antelación para garantizar la disponibilidad.


{
“@context”: “https://schema.org/”,
“@type”: “Service”,
“serviceType”: “VIP Luxury Transportation”,
“provider”: {
“@type”: “LocalBusiness”,
“name”: “PyD Punta Cana Transport”,
“image”: “https://pydpuntacanatransport.com/wp-content/uploads/2025/11/Logo-P-y-D-Punta-Cana-Transport.webp”,
“telephone”: “+18299661898”,
“priceRange”: “$$$”
},
“areaServed”: [
{
“@type”: “Place”,
“name”: “Punta Cana”
},
{
“@type”: “Place”,
“name”: “Santo Domingo”
},
{
“@type”: “Place”,
“name”: “La Romana”
}
],
“hasOfferCatalog”: {
“@type”: “OfferCatalog”,
“name”: “VIP Services Catalog”,
“itemListElement”: [
{
“@type”: “Offer”,
“itemOffered”: {
“@type”: “Service”,
“name”: “Luxury SUV Transfer (Suburban)”,
“description”: “Private transfer in a black Chevrolet Suburban, leather seats, up to 6 passengers.”
}
},
{
“@type”: “Offer”,
“itemOffered”: {
“@type”: “Service”,
“name”: “Airport Fast Track”,
“description”: “VIP assistance through customs and immigration to skip lines.”
}
},
{
“@type”: “Offer”,
“itemOffered”: {
“@type”: “Service”,
“name”: “Security & Close Protection”,
“description”: “Trained security drivers and armored vehicles for high-profile clients.”
}
}
]
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “5”,
“reviewCount”: “85”,
“bestRating”: “5”,
“worstRating”: “1”
},
“description”: “Exclusive VIP transport services in Punta Cana including Luxury SUVs, Airport Fast Track, and Private Security transportation.”
}

🇺🇸🇪🇸🇫🇷