/*NUEVA CATEGORIA NAV*/
.im-breadcrumbs {
    max-width: 1180px;
    margin: 10px auto 16px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #8ea0aa;
}

    .im-breadcrumbs a {
        color: #5f7f8d;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
    }

        .im-breadcrumbs a:hover {
            color: #2f6f7d;
        }

    .im-breadcrumbs .sep {
        color: #b8c7cf;
        text-decoration: none;
    }

    .im-breadcrumbs .current {
        color: #4f636d;
        font-weight: 400;
    }
