.paragraph--type--texto-avanzado {

    .field--name-field-texto-con-formato-largo {
        padding: 5rem 0;

        p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.5625rem;
            color: var(--aldaba-slate-grey);
            letter-spacing: 0.5px;

            strong {
                font-weight: 500;
            }

            a {
                text-decoration: underline;
            }
        }

        .info-block {
            p {
                font-size: 1.125rem;
                font-weight: 400;
                line-height: 1.375rem;
            }
        }

        ul,
        ol {
            font-size: 1rem;
            font-weight: 300;
            line-height: 1.5625rem;
            color: var(--aldaba-slate-grey);

            li::marker {
                color: var(--aldaba-slate-grey);
            }
        }

        ol {
            padding-left: 1rem;
        }

        h3 {
            font-size: 1.25rem;
            font-weight: 600;
            line-height: 2.2rem;
            color: var(--aldaba-slate-grey);
        }

        h4 {
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.5625rem;
            color: var(--aldaba-slate-grey);
        }

        .table-responsive {
            margin: 0;
        }

        .table-standard {
            table {
                width: 100%;
                min-width: 700px;
                border: 1px solid var(--aldaba-steel-blue);

                tr {
                    height: 50px;
                    border-bottom: 1px solid var(--aldaba-steel-blue);
                    background: var(--aldaba-white);

                    td {
                        padding: 0 .5625rem;
                        text-align: left;
                        vertical-align: middle;
                        border: 0;
                        font-weight: 300;
                    }

                    td:first-child {
                        font-weight: 500;
                    }
                }

                tr:first-child {
                    background-color: var(--aldaba-steel-blue);
                    text-transform: uppercase;
                    color: var(--aldaba-white);
                    font-weight: 300;

                    p {
                        font-weight: 500;
                        color: var(--aldaba-deep-brown);
                    }

                    td {
                        font-weight: 300;
                    }
                }
            }
        }

        .table-cards {
            border-collapse: separate;
            border-spacing: 1.5rem;
            width: 100%;
            display: grid;

            tr {
                background: transparent;
            }

            td {
                width: 50%;
                padding: 1.5rem 2rem;
                background: var(--aldaba-soft-cream);
                border-radius: .5rem;

                p {
                    color: var(--aldaba-deep-brown);
                    font-size: 1.25rem;
                    line-height: 1.5rem;

                    strong {
                        font-weight: 600;
                    }
                }

                p.text__title {
                    color: var(--aldaba-deep-brown);
                    font-weight: 500;
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                    margin-bottom: .75rem;
                }

                p.text__document,
                p.text__address {
                    margin-bottom: .75rem;
                }

                p.text__register {
                    margin: 0;
                }
            }
        }

        .info-block {

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-size: 2.5rem;
                font-weight: 500;
                line-height: 2.75rem;
                color: var(--aldaba-shadowed-steel);
                margin-bottom: .5rem;
            }
        }
    }
}

@media (max-width: 992px) {
    .paragraph--type--texto-avanzado {
        .field--name-field-texto-con-formato-largo {
            margin-top: 0;
            padding: 2.5rem 0;

            .table-cards {
                tr {
                    width: 100%;
                    display: block;
                    padding-left: 0;
                    padding-right: 0;
                    border-bottom: 0rem;
                }

                td {
                    width: 100%;
                    display: inline-block;
                    margin-bottom: 1.25rem;

                    p {
                        font-size: 1rem;
                        line-height: 1.5625rem;
                    }

                }
            }

        }
    }
}