Tabla de Precios Moderna
Intermedio
Elegante tabla de precios con animaciones hover, destacado de características y diseño responsivo. Incluye etiqueta popular y transiciones suaves.
Vista Previa en Vivo
Implementación del Código
HTML
<div class="pricing-demo">
<div class="pricing-container">
<div class="pricing-header">
<h2>Elige Tu Plan</h2>
<p>Comienza gratis, actualiza cuando estés listo</p>
<div class="pricing-toggle">
<span class="toggle-label">Mensual</span>
<label class="toggle-switch">
<input type="checkbox" id="pricing-toggle">
<span class="toggle-slider"></span>
</label>
<span class="toggle-label">Anual</span>
<span class="toggle-discount">Ahorra 20%</span>
</div>
</div>
<div class="pricing-grid">
<div class="pricing-card">
<div class="card-header">
<h3>Iniciador</h3>
<p>Perfecto para individuales</p>
</div>
<div class="card-price">
<span class="price-currency">$</span>
<span class="price-amount" data-monthly="9" data-yearly="86">9</span>
<span class="price-period">/mes</span>
</div>
<ul class="card-features">
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
5 Proyectos
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
10GB Almacenamiento
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Soporte Básico
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Acceso API
</li>
</ul>
<button class="pricing-btn">Comenzar</button>
</div>
<div class="pricing-card featured">
<div class="popular-badge">Más Popular</div>
<div class="card-header">
<h3>Profesional</h3>
<p>Mejor para equipos pequeños</p>
</div>
<div class="card-price">
<span class="price-currency">$</span>
<span class="price-amount" data-monthly="29" data-yearly="278">29</span>
<span class="price-period">/mes</span>
</div>
<ul class="card-features">
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Proyectos Ilimitados
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
100GB Almacenamiento
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Soporte Prioritario
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Análisis Avanzados
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Colaboración de Equipo
</li>
</ul>
<button class="pricing-btn featured-btn">Prueba Gratis</button>
</div>
<div class="pricing-card">
<div class="card-header">
<h3>Empresa</h3>
<p>Para organizaciones grandes</p>
</div>
<div class="card-price">
<span class="price-currency">$</span>
<span class="price-amount" data-monthly="99" data-yearly="950">99</span>
<span class="price-period">/mes</span>
</div>
<ul class="card-features">
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Todo en Profesional
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Almacenamiento Ilimitado
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Soporte 24/7 Dedicado
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Integraciones Personalizadas
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Seguridad Avanzada
</li>
<li class="feature-item">
<svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5"/>
</svg>
Garantía SLA
</li>
</ul>
<button class="pricing-btn">Contactar Ventas</button>
</div>
</div>
</div>
</div>