.legal-page__image {
    height: 210px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 60px;
}

.wrapper, .extend-wrapper {
    display: block;
    width: 100%;
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 767px) {
    .wrapper, .extend-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 991px) {
    .wrapper, .extend-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }
}

#categoriasLegales {
    margin: 0 !important;
    position: relative;
    list-style-type: none;
    padding: 0;
}

@media (max-width: 575px) {
    .legal-page__image-box {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.legal-page__title {
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0.02em;
    color: #1A202E;
}

@media (max-width: 575px) {
    .legal-page__title {
        font-weight: 500;
        font-size: 48px;
        line-height: 54px;
        color: #000000;
    }
}

.legal-page__sub {
    margin-top: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1A202E;
}

@media (max-width: 575px) {
    .legal-page__sub {
        display: none;
    }
}

.legal-page__nav {
    margin-top: 40px;
    margin-bottom: 120px;
}

@media (max-width: 575px) {
    .legal-page__nav {
        margin-bottom: 60px;
    }
}

.legal-page__nav__item {
    width: 100%;
    border-bottom: 1px solid #CDCACA;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 40px;
    line-height: 68px;
    letter-spacing: 0.02em;
    color: #1A202E;
}

@media (max-width: 575px) {
    .legal-page__nav__item {
        font-size: 28px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

#maxus-legales {
    font-family: Apercu, sans-serif;
}

#maxus-legales .breadcrumb {
    background-color: #fff;
    font-weight: 550
}


#maxus-legales .tabs-panel {
    gap: 0px;
}


.--richtext table td, .--richtext table th {
    border: 1.5px solid grey;
    padding: 8px;
}

.tabs-panel {
    animation: contentEffect .3s;
    display: none;
    flex-direction: column;
    gap: 32px;
    max-width: 800px;
    /*overflow-x: auto;*/
}



@media (max-width: 575px) {

    #maxus-legales .tabs-list {
        font-size: 17px;
        line-height: 30px;
        display: flex;
        flex-direction: column;
    }

    .swiper-slide {
        width: 100% !important;
    }


    #maxus-legales .legal-page__title {
        font-size: 40px;
    }
}