/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18 mar 2025, 15:38:31
    Author     : USUARIO
*/
.bg-page-parallax{
    background-size: cover !important;
    background: transparent !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/img-bg-parallax-02.png) !important;
    min-height: 500px !important;
    background-size: cover !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color,#fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color,#d6b469) !important;
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color,#d6b469) !important;
}

.fc .fc-button-primary {
  background-color: var(--fc-button-bg-color,#d6b469) !important;
  border-color: var(--fc-button-border-color,#d6b469) !important;
}