.card {
background: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
width: 300px;
padding: 20px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.card img {
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 15px;
}
/* Resaltar el nombre del servicio */
.card h2 {
font-size: 1.8rem;
color: #2c3e50; /* Color más oscuro para destacar */
margin-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
}
/* Resaltar el precio */
.card p:first-of-type {
font-size: 1.4rem; /* Tamaño de fuente más grande */
color: #007BFF; /* Azul llamativo */
font-weight: bold;
margin-bottom: 15px;
}
/* Resaltar la capacidad */
.card p:nth-of-type(2) {
color: #28A745; /* Verde para resaltar */
font-weight: bold;
margin-bottom: 15px;
}
/* Estilo general para los párrafos restantes */
.card p {
color: #555;
margin-bottom: 10px;
text-align: justify;
}
.card p strong {
color: #000;
}
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "Product",
"name": "Taxi Transportation",
"image": "https://example.com/images/taxi.jpg",
"description": "Enjoy a private, comfortable, and safe transfer for 1 to 3 passengers.",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "65",
"priceSpecification": {
"@type": "PriceSpecification",
"name": "One-way",
"price": "65",
"priceCurrency": "USD"
},
"alternatePriceSpecification": {
"@type": "PriceSpecification",
"name": "Round trip",
"price": "105",
"priceCurrency": "USD"
},
"availability": "https://schema.org/InStock"
}
},
{
"@type": "Product",
"name": "Family Transportation",
"image": "https://example.com/images/family-van.jpg",
"description": "Perfect for families or small groups of 4 to 6 passengers.",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "70",
"priceSpecification": {
"@type": "PriceSpecification",
"name": "One-way",
"price": "70",
"priceCurrency": "USD"
},
"alternatePriceSpecification": {
"@type": "PriceSpecification",
"name": "Round trip",
"price": "100",
"priceCurrency": "USD"
},
"availability": "https://schema.org/InStock"
}
},
{
"@type": "Product",
"name": "Group Transportation",
"image": "https://example.com/images/group-van.jpg",
"description": "Ideal for large groups of 7 to 10 passengers.",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "75",
"priceSpecification": {
"@type": "PriceSpecification",
"name": "One-way",
"price": "75",
"priceCurrency": "USD"
},
"alternatePriceSpecification": {
"@type": "PriceSpecification",
"name": "Round trip",
"price": "125",
"priceCurrency": "USD"
},
"availability": "https://schema.org/InStock"
}
}
]
}
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Cancun airport to Grand Hyatt Playa del Carmen",
"image": "https://playadelcarmentransportation.vip/wp-content/uploads/2024/11/Transfers-Plus.png",
"description": "Private transfer service from Cancun Airport to Grand Hyatt Playa del Carmen. Fast, secure, and comfortable transportation with Transfers Plus. Starting from $65 USD.",
"brand": {
"@type": "Organization",
"name": "Transfers Plus"
},
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "65",
"availability": "https://schema.org/InStock",
"url": "https://playadelcarmentransportation.vip/transportation-to-grand-hyatt-playa-del-carmen-resort/"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "10000",
"reviewCount": "10000",
"bestRating": "5",
"worstRating": "1"
},
"review": [
{
"@type": "Review",
"name": "Super convenient",
"reviewBody": "Great experience with Transfers Plus! They picked us up right on time and took us directly to Grand Hyatt Playa del Carmen in comfort.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"datePublished": "2025-02-11",
"author": {
"@type": "Person",
"name": "Laura Sánchez"
}
},
{
"@type": "Review",
"name": "Reliable transfer",
"reviewBody": "The van was spotless and had A/C and Wi-Fi. We got to our hotel quickly and stress-free. Highly recommend Transfers Plus.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"datePublished": "2025-02-23",
"author": {
"@type": "Person",
"name": "Kevin Harris"
}
},
{
"@type": "Review",
"name": "Professional and friendly",
"reviewBody": "Our driver was super friendly and professional. The ride from Cancun airport to Grand Hyatt was one of the best transfer experiences we’ve had.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"datePublished": "2025-03-06",
"author": {
"@type": "Person",
"name": "Isabella Morgan"
}
}
]
}