:root{
    --colorInput : #000;
    --weight: 400;
}

.form-control{
    color: var(--colorInput);
    font-weight: var(--weight);
}

.select2-selection__rendered[title="Seleccione..."]{
    color: #727272 !important;
}

.select2-selection__rendered:not([title="Seleccione..."]){
    color: var(--colorInput) !important;
    font-weight: var(--weight);
}