/**
 * Fix: iconos de tablas de precios (check y X en vez de N/M de icon font).
 * Aplica a todas las landings que usan .pricing-table y .price-feture.
 */
.pricing-table ul.price-feture li.have:before {
    content: "✓";
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    transform: none;
}
.pricing-table ul.price-feture li.not:before {
    content: "✗";
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}
.fila-de-tablas .pricing-table ul.price-feture li.have:before,
.pricing-table-destacada ul.price-feture li.have:before {
    content: "✓";
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    transform: none;
}
