.breadcrumb-nav a, .breadcrumb-nav .current {
    text-decoration: none; 
    color: var(--text-primary) !important;
	font-size: var(--preset-id-e2bc3b42-e5a5-4ef6-90e8-8a14c0c851b3-font-size);
    font-weight: var(--preset-id-e2bc3b42-e5a5-4ef6-90e8-8a14c0c851b3-font-weight);
    line-height: var(--preset-id-e2bc3b42-e5a5-4ef6-90e8-8a14c0c851b3-line-height);
}



/* separador */
.breadcrumb-separator svg {
    width: 3px !important;
    height: 3px !important;
    fill: currentColor; /* Faz o SVG herdar a cor branca do texto */
    margin-right: 4px !important;   
	margin-left: 4px !important;
	margin-bottom: 2px;
}

