:root {
   --app-primary: #e9323b;
 }
 
 .bg-user-fixed-variavel {
   background-color: var(--app-primary) !important;
 }