.rued .container {
    width: 100%;
    max-width: 90rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 100px;
}

.sys-integr-process-wrap {
    grid-column-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    max-width: 1148px;
    margin: auto;
    align-items: center;
}

.div-block-82 {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}

.div-block-83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.image-59 {
    position: absolute;
    inset: auto 0% 2%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.image-60 {
    position: absolute;
    inset: auto -5% 9% auto;
    animation: spin 100s linear infinite;
}

.drop-cloudy {
    margin-right: auto;
    position: absolute;
    max-width: 100%;
    z-index: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    inset: 0% 0% auto;
}

.h2 {
    color: var(--black);
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: bold;
    line-height: 3.25rem;
    margin-bottom: 1.5rem;
    max-width: 736px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    font-size: 48px;
}

.div-block-81 {
    display: flex;
    position: relative;
}

.image-58 {
    max-width: 22.6875rem;
    margin-left: auto;
    margin-right: auto;
}

.new-card--full-section--child.colorizedd {
    background: linear-gradient(0deg, #dedeffc2, #dedeff) no-repeat;
}

.new-card--full-section--child.colorizedd .timeline-section {
    background: transparent !important;
}

.new-card--full-section--child {
    padding: 150px 380px;
}

.new-card--full-section--child .timeline-content h2 {
    font-size: 40px;
}

.timeline-section.timeline-section-facturaElectro {
    background: #6a5acd !important;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    color: white;
    padding: 0% !important;
}

.timeline-section.timeline-section-facturaElectro .timeline-text h3 {
    color: white !important;
}

.timeline-section.timeline-section-facturaElectro .timeline-line::before {
    border-left: 3px dotted white;
}

/* tables */

:root {
    --post-table-green-700: #6a5acd;
    --post-table-green-600: #6e58fa;
    --post-table-green-500: #6e58fada;
    --post-table-bg: #ffffff;
    --post-table-line: #e8eaed;
    --post-table-text: #1f2937;
    --post-table-muted: #6b7280;
    /* --post-table-shadow: 0 6px 20px rgba(17, 24, 39, .08); */
    --post-table-radius: 14px;
}

.table-wrap {
    background: var(--post-table-bg);
    border: 1px solid var(--post-table-line);
    box-shadow: 3px 3px 20px 0 rgb(148 144 226 / 36%);
    border-radius: var(--post-table-radius);
    overflow: hidden;
    max-width: 1148px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-inline: auto;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

colgroup col:nth-child(1) {
    width: 34%
}

colgroup col:nth-child(2) {
    width: 33%
}

colgroup col:nth-child(3) {
    width: 33%
}

thead th {
    padding: 16px 18px;
    font-weight: 700;
    /* font-size: 15px; */
    text-align: left;
    border-right: 1px solid var(--post-table-line);
}

thead th:first-child {
    background: #f9fafb;
}

thead th:nth-child(2) {
    color: #fff;
    background: linear-gradient(0deg, var(--post-table-green-600), var(--post-table-green-700));
}

thead th:nth-child(3) {
    color: #fff;
    background: linear-gradient(0deg, var(--post-table-green-500), var(--post-table-green-700));
    border-right: 0;
}

tbody td {
    padding: 16px 18px;
    vertical-align: top;
    /* font-size: 14px; */
    border-top: 1px solid var(--post-table-line);
    border-right: 1px solid var(--post-table-line);
    background: #fff;
}

tbody tr:nth-child(odd) td {
    background: #fcfcfd;
}

tbody td:last-child {
    border-right: 0
}

.crit {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: var(--post-table-text);
    font-weight: 600;
}

.crit small {
    display: block;
    font-weight: 400;
    color: var(--post-table-muted);
    margin-top: 6px;
}

.ic {
    flex: 0 0 22px;
    height: 22px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 12px;
    color: #606a75;
    background: #eef1f5;
    border: 1px solid #dfe3e8;
    margin-top: 2px;
}

@media (max-width:780px) {
    thead {
        display: none
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        width: 100%
    }

    tbody tr {
        border-top: 1px solid var(--post-table-line)
    }

    tbody td {
        border-right: 0;
        border-top: 0
    }

    .row-head {
        background: #f3f4f6;
        /* font-weight: 700; */
        padding: 14px 18px;
        border-bottom: 1px solid var(--post-table-line)
    }

    .stack {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0
    }

    .stack .cell {
        padding: 14px 18px;
        border-top: 1px solid var(--post-table-line);
        background: #fff;
    }

    .stack .cell .label {
        font-size: 12px;
        color: var(--post-table-muted);
        text-transform: uppercase;
        letter-spacing: .03em;
        margin-bottom: 6px
    }

    tbody tr {
        display: block;
        border-top: 1px solid var(--post-table-line);
    }

    tbody td {
        display: block;
        border-right: 0;
        border-top: 0;
        padding: 14px 18px;
    }

    /* rótulo (viene del data-label que setea el script) */
    tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        color: var(--post-table-muted);
        text-transform: uppercase;
        letter-spacing: .03em;
        margin-bottom: 6px;
        /* clamp a 2 líneas para encabezados largos */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 900;
    }

    /* primera celda como “cabecera” de la tarjeta */
    tbody td:first-child {
        /* background: #f3f4f6; */
        /* font-weight: 700; */
        border-top: 0;
    }
}

/* fin de tables */

@media (max-width: 1700px) {
    .new-card--full-section--child {
        padding: 60px;
    }
}

@media (max-width: 1300px) {
    .new-card--full-section--child {
        flex-direction: column;
        margin: auto;
        margin-bottom: 64px;
        /* max-width: 1400px; */
        /* width: 90%; */
        padding: 100px 30px;
    }

    .sys-integr-process-wrap {
        grid-template-columns: 1fr;
        row-gap: 100px;
    }

    .image-60 {
        position: absolute;
        inset: auto 5% 9% auto;
        animation: spin 100s linear infinite;
    }
}

@media (max-width: 980px) {
    .tilde-superContainer .new-card--full-section {
        /* padding: 28px 24px; */
        border-radius: 0;
            margin-top: 100px !important;
    }
}

@media (max-width: 550px) {
    .new-card--full-section {
        margin-bottom: 64px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        /* margin-top: 0; */
    }

    h2.h2 {
        line-height: 3.25rem;
        margin-bottom: 1.5rem;
        font-size: 36px;
    }

    .rued .container {
        padding-top: 0%;
    }

    .timeline-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .image-60 {
        position: absolute;
        inset: auto -5% 9% auto;
        animation: spin 100s linear infinite;
    }
}

@media (max-width: 900px) {
    .sub-title {
        margin-bottom: 0 !important;
        font-size: 48px !important;
        line-height: inherit;
        text-align: left !important;
        line-height: 3.25rem !important;
    }

    .timeline-section-facturaElectro {
        margin-top: 0 !important;
    }

    .timeline-content h2 {
        font-size: 22px !important;
        margin-bottom: 1.5rem !important;
    }

    .timeline-content {
        margin-bottom: 0 !important;
    }

    .subtitl-e_container {
        text-align: left;
    }

    .new-card--full-section--child {
        padding: 60px 30px;
    }

    .new-card--full-section .timeline-section {
        padding: 0 !important;
    }
}