.step1CustomBelowTitle .tabla-precios {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    margin: 0 0 24px 0;
    /* font-family: sans-serif; */
    font-size: 0.8em;
    font-size: 0.9em;
}

.step1CustomBelowTitle .tabla-precios thead {
    box-shadow: none;
    background-color: #ffffff00;
}

.step1CustomBelowTitle .tabla-precios th,
.step1CustomBelowTitle .tabla-precios td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.step1CustomBelowTitle .tabla-precios .header {
    background-color: var(--af-red); /* naranja corporativo */
    color: #fff;
    font-weight: bold;
}

.step1CustomBelowTitle .tabla-precios thead .noHeader {
    background-color:#ffffff00; /* naranja corporativo */
    color: #ffffff00;
    border: none;
}

.step1CustomBelowTitle .tabla-precios tbody td:first-child,
.step1CustomBelowTitle .tabla-precios tbody td:nth-child(2) {
    text-align: left; /* primeros dos cols alineados a la izquierda */
}
