body{ 
    background-color: #dfaa4f;
    background-image: none;
}
body.login-view { 
    background-image: url("../images/general/background.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: center 50%!important;
    background-color: #dfaa4f!important;
    background-attachment: fixed!important;
    background-size: cover!important;
}
:root { 
    --bs-primary-rgb: 234, 163, 41; /* variable de BS5 */
    --bs-primary: #dfaa4f; /* variable de BS5 */
    --bs-primary-hover: #d36847; /* variable de Ladeus pels hovers buttons*/
}
header .logo{ max-width: 175px; }
.fc-event-title.fc-sticky{ white-space: break-spaces }
