:root {
    --color-texto-principal: #463738;
    --color-texto-breadcum: #c3c3c3;
}

#categoriaProductos div.breadcrumb a {
    font-size: 2rem;
    color: var(--color-texto-breadcum);
}

#categoriaProductos div.breadcrumb a:first-child::after {
    content: "/";
    margin: 5px;
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
    -webkit-text-fill-color: black;
    -webkit-opacity: 1;
    opacity: 1;
}