/* Quitar sombra del header en página Sobre mí */
.ortoer-sobre-mi .ortoer-header {
    box-shadow: none;
}

/* ========================================
   Sobre Mi - Banner + Franja Azul
   ======================================== */

/* Banner foto */
.ortoer-sobremi-banner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: #E1EEFF;
    padding: 40px 20px;
}

.ortoer-sobremi-banner__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ortoer-sobremi-banner__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Franja azul certificacion */
.ortoer-sobremi-cert {
    width: 100%;
    background-color: #0360D9;
    padding: 32px 0;
}

.ortoer-sobremi-cert__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.ortoer-sobremi-cert__container p {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}

.ortoer-sobremi-cert__container p:first-child {
    margin-bottom: 8px;
}

/* Sobre mi contenido */
.ortoer-sobremi-about {
    width: 100%;
    background-color: #FFFFFF;
    padding: 60px 20px;
}

.ortoer-sobremi-about__container {
    max-width: 1100px;
    margin: 0 auto;
}

.ortoer-sobremi-about__card {
    border: 1px solid #D0D5DD;
    border-radius: 12px;
    padding: 32px;
}

.ortoer-sobremi-about__title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A1B3D;
    margin: 0 0 24px;
}

.ortoer-sobremi-about__container p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A1B3D;
    margin: 0 0 24px;
}

.ortoer-sobremi-about__list {
    list-style: none;
    padding: 0 0 0 80px;
    margin: 32px 0;
}

.ortoer-sobremi-about__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #0A1B3D;
    margin-bottom: 24px;
}

.ortoer-sobremi-about__check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 768px) {
    .ortoer-sobremi-banner {
        padding: 0;
        background-color: transparent;
    }

    .ortoer-sobremi-cert {
        padding: 12px 0;
    }

    .ortoer-sobremi-cert__container {
        padding: 0 10px;
        text-align: left;
    }

    .ortoer-sobremi-cert__container p {
        font-size: 12px;
    }

    .ortoer-sobremi-cert__container p:first-child {
        font-size: 13px;
    }

    .ortoer-sobremi-about__container p {
        font-size: 15px;
        line-height: 1.5;
    }

    .ortoer-sobremi-about__list {
        padding-left: 0;
    }

    .ortoer-sobremi-about {
        padding: 40px 16px;
    }

    .ortoer-sobremi-about__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .ortoer-sobremi-about__card {
        padding: 24px 16px;
    }

    .ortoer-sobremi-about__list li {
        font-size: 15px;
        line-height: 1.5;
        align-items: flex-start;
    }
}
