.cdb-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.cdb-breadcrumb-item {
    display: inline;
}
.cdb-breadcrumb-item *{
    text-transform:uppercase;
}
.cdb-breadcrumb-item:not(:last-child) a{
    color:#5e8a57;
    font-weight:700;
}

/* Separador por defecto */
/*
.cdb-breadcrumb-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 10px; 
    height: 10px;
    margin: 0 4px;
    background-color: #666;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;

    vertical-align: middle;

}*/

.cdb-breadcrumb-item:not(:last-child)::after {
    content: ">";
    font-weight:600;
    vertical-align: middle;
    margin: 0 4px;
    color:#5e8a57;
}


.cdb-breadcrumb-item a {
    text-decoration: none;
}

.cdb-current {
    color: #666;
    font-weight: 600;
}