/* 12. PÁGINAS LEGALES (Cookies / Términos)
   =========================================================== */


.legal-page {
    grid-column: 1 / -1;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 160px 0 100px;

    overflow: hidden;
}


.legal-page-header {
    width: 100%;
    min-width: 0;

    display: grid;

    grid-template-columns: 2fr 10fr;

    gap: 30px;

    padding: 40px 0 110px;
}


.legal-page-label {
    padding-top: 8px;
}


.legal-page-header-content {
    width: 100%;
    max-width: 950px;
    min-width: 0;
}


.legal-page-header h1 {
    margin: 0 0 30px;

    font-family: "Google Sans Flex", sans-serif;

    font-size: clamp(4rem, 7vw, 7rem);

    font-weight: 650;

    line-height: 0.92;

    letter-spacing: -0.045em;

    overflow-wrap: break-word;
}


.legal-page-header p {
    width: 100%;
    max-width: 650px;

    margin: 0;

    font-family: "Google Sans", sans-serif;

    font-size: clamp(1rem, 1.4vw, 1.2rem);

    font-weight: 350;

    line-height: 1.5;

    color: #3A3A38;
}


.legal-document {
    width: 100%;
    min-width: 0;

    display: grid;

    grid-template-columns: 2fr 10fr;

    gap: 30px;

    align-items: start;
}


.legal-document-label {
    padding-top: 8px;
}


.textoslegales {
    width: 100%;
    max-width: 850px;
    min-width: 0;

    margin: 0;
    padding: 0;

    font-family: "Google Sans", sans-serif;

    font-size: 0.95rem;
    font-weight: 350;

    line-height: 1.7;

    color: #3A3A38;

    overflow-wrap: anywhere;
    word-break: break-word;
}


.textoslegales h2 {
    margin: 0 0 20px;

    font-family: "Google Sans Flex", sans-serif;

    font-size: clamp(1.7rem, 2.3vw, 2.4rem);

    font-weight: 600;

    line-height: 1;

    letter-spacing: -0.03em;

    color: #1C1C1A;
}


.textoslegales p {
    width: 100%;
    max-width: 100%;

    margin: 0 0 35px;

    font-family: "Google Sans", sans-serif;

    font-size: 0.95rem;

    font-weight: 350;

    line-height: 1.7;

    color: #3A3A38;
}


.textoslegales ol {
    width: 100%;

    margin: 0 0 40px;
    padding-left: 1.4rem;
}


.textoslegales li {
    width: 100%;

    margin: 0 0 18px;
    padding: 0;

    font-family: "Google Sans", sans-serif;

    font-size: 0.95rem;

    font-weight: 350;

    line-height: 1.7;

    color: #3A3A38;
}


.textoslegales strong {
    color: #1C1C1A;

    font-weight: 600;
}


.textoslegales a {
    color: #1C1C1A;

    text-decoration: underline;

    text-underline-offset: 3px;

    overflow-wrap: anywhere;
}


.legal-note {
    width: 100%;

    margin-top: 70px;
    padding-top: 25px;

    border-top: 1px solid rgba(28, 28, 26, 0.18);
}


.legal-note p {
    margin: 10px 0 0;

    font-size: 0.8rem;

    opacity: 0.65;
}


.legal-page + footer {
    margin-top: 0;
}


@media (max-width: 900px) {

.legal-page {
        padding: 130px 0 80px;
    }


.legal-page-header {
        grid-template-columns: 1fr;

        gap: 25px;

        padding: 30px 0 80px;
    }


.legal-page-label {
        padding-top: 0;
    }


.legal-page-header h1 {
        font-size: clamp(3.5rem, 11vw, 6rem);
    }


.legal-document {
        grid-template-columns: 1fr;

        gap: 25px;
    }


.legal-document-label {
        padding-top: 0;
    }


.textoslegales {
        max-width: 100%;
    }

}


@media (max-width: 600px) {

.legal-page {
        width: 100%;
        min-width: 0;

        padding: 110px 0 60px;
    }


.legal-page-header {
        width: 100%;
        min-width: 0;

        padding: 20px 0 60px;

        gap: 20px;
    }


.legal-page-header h1 {
        font-size: clamp(3rem, 15vw, 5rem);

        line-height: 0.94;

        margin-bottom: 25px;
    }


.legal-page-header p {
        max-width: 100%;

        font-size: 1rem;

        line-height: 1.5;
    }


.legal-document {
        width: 100%;
        min-width: 0;

        grid-template-columns: 1fr;

        gap: 20px;
    }


.textoslegales {
        width: 100%;
        max-width: 100%;
        min-width: 0;

        font-size: 0.9rem;

        line-height: 1.65;

        overflow-wrap: anywhere;
        word-break: break-word;
    }


.textoslegales h2 {
        font-size: 1.7rem;

        line-height: 1.05;

        margin-bottom: 18px;
    }


.textoslegales p,
    .textoslegales li {
        font-size: 0.9rem;

        line-height: 1.65;
    }


.textoslegales ol {
        padding-left: 1.2rem;
    }


.legal-note {
        margin-top: 50px;
    }

}


@media (max-width: 400px) {

.legal-page {
        padding-top: 100px;
    }


.legal-page-header h1 {
        font-size: 3rem;
    }


.textoslegales {
        font-size: 0.88rem;
    }


.textoslegales h2 {
        font-size: 1.55rem;
    }

}


/* ===========================================================
