.apm-precios {
    --apm-precios-ink: var(--cc-text, #1B2A2E);
    --apm-precios-accent: var(--cc-primary, #16424A);
    --apm-precios-surface: var(--mr2-beige, #FAF6F0);
    --apm-precios-line: rgba(52, 37, 26, .15);
    padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
    color: var(--apm-precios-ink);
    background: var(--apm-precios-surface);
}

.apm-precios__inner {
    width: min(100%, 1040px);
    margin: 0 auto;
}

.apm-precios__head {
    max-width: 720px;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.apm-precios__title {
    margin: 0;
    color: var(--apm-precios-ink);
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    line-height: 1.12;
}

.apm-precios__title span {
    color: var(--apm-precios-accent);
}

.apm-precios__description {
    margin-top: 1rem;
    color: var(--mr2-texto, #45565A);
    font-size: 1.05rem;
    line-height: 1.65;
}

.apm-precios__description p {
    margin: .6rem 0 0;
}

.apm-precios__table-wrap {
    overflow: hidden;
    border: 1px solid var(--apm-precios-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(52, 37, 26, .08);
}

.apm-precios__table {
    width: 100%;
    border-collapse: collapse;
}

.apm-precios__table th,
.apm-precios__table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--apm-precios-line);
    text-align: left;
}

.apm-precios__table th {
    color: #fff;
    background: var(--apm-precios-accent);
    font-size: .82rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.apm-precios__table td:last-child,
.apm-precios__table th:last-child {
    width: 34%;
    font-weight: 700;
    white-space: nowrap;
}

.apm-precios__table tbody tr:last-child td {
    border-bottom: 0;
}

.apm-precios__table tbody tr:nth-child(even) {
    background: var(--mr2-beige, #FAF6F0);
}

.apm-precios__note {
    margin: 1rem auto 0;
    max-width: 820px;
    color: var(--mr2-texto-suave, #5C6E72);
    font-size: .9rem;
    line-height: 1.55;
    text-align: center;
}

@media (max-width: 560px) {
    .apm-precios {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .apm-precios__table,
    .apm-precios__table tbody,
    .apm-precios__table tr,
    .apm-precios__table td {
        display: block;
        width: 100%;
    }

    .apm-precios__table thead {
        display: none;
    }

    .apm-precios__table tr {
        padding: .9rem 1rem;
        border-bottom: 1px solid var(--apm-precios-line);
    }

    .apm-precios__table tbody tr:last-child {
        border-bottom: 0;
    }

    .apm-precios__table td {
        padding: .15rem 0;
        border: 0;
    }

    .apm-precios__table td:last-child {
        width: 100%;
        color: var(--apm-precios-accent);
    }

    .apm-precios__table td::before {
        display: block;
        margin-bottom: .15rem;
        color: var(--mr2-texto-suave, #5C6E72);
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .04em;
        text-transform: uppercase;
        content: attr(data-label);
    }
}
