#breadcrumb {
    width: 100%;
}

#breadcrumb nav {
    width: 100%;
}

.nav-breadcrumb{
    height: 80px;
}
.layout-local .nav-breadcrumb{
    height: 20px;
}
.breadcrumb {
    width: 90%;
    height: 100%;
    margin: auto;
    list-style: none;
    position: relative;
    right: 0px;
    font-size: 1.3em;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--color-texto);
}

.breadcrumb-item.active {
    color: var(--color-activo);
}