/* Quitar sombra del header en página Aviso de Privacidad */
.ortoer-aviso-privacidad .ortoer-header {
    box-shadow: none;
}

/* Reset box-sizing */
.ortoer-privacy-stripe,
.ortoer-privacy-content,
.ortoer-privacy-content * {
    box-sizing: border-box;
}

/* ========================================
   Aviso de Privacidad - Franja azul
   ======================================== */
.ortoer-privacy-stripe {
    width: 100%;
    height: 43px;
    background-color: #0360D9;
}

/* ========================================
   Aviso de Privacidad - Contenido
   ======================================== */
.ortoer-privacy-content {
    width: 100%;
    background-color: #FFFFFF;
    padding: 60px 20px;
}

.ortoer-privacy-content__container {
    max-width: 1100px;
    margin: 0 auto;
}

.ortoer-privacy-content__title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A1B3D;
    margin: 0 0 40px;
}

/* Card con borde */
.ortoer-privacy-content__card {
    border: 1px solid #021526;
    border-radius: 8px;
    padding: 24px 20px;
}

.ortoer-privacy-content__subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #0A1B3D;
    margin: 24px 0 8px;
}

.ortoer-privacy-content__subtitle:first-child {
    margin-top: 0;
}

.ortoer-privacy-content__text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #0A1B3D;
    margin: 0 0 16px;
    border: none;
    padding: 0;
}

.ortoer-privacy-content__text a {
    color: #0360D9;
    text-decoration: underline;
}

.ortoer-privacy-content__list {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #0A1B3D;
    margin: 0 0 16px;
    padding-left: 40px;
    border: none;
}

.ortoer-privacy-content__list li {
    margin-bottom: 6px;
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 768px) {
    .ortoer-privacy-content {
        padding: 40px 16px;
    }

    .ortoer-privacy-content__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .ortoer-privacy-content__card {
        padding: 20px 16px;
    }

    .ortoer-privacy-content__subtitle {
        font-size: 15px;
        margin: 20px 0 8px;
    }

    .ortoer-privacy-content__text,
    .ortoer-privacy-content__list {
        font-size: 15px;
    }

    .ortoer-privacy-stripe {
        height: 20px;
    }
}

@media (max-width: 480px) {
    .ortoer-privacy-stripe {
        height: 14px;
    }
}
