body {
    font-family: 'Segoe UI', sans-serif;
  }
  
  footer {
    background: #f8f9fa;
    position: fixed;
    bottom: 0;
    width: 100vw;
    
  }
  
  .navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .nav-link:hover {
    text-decoration: underline;
  }
  /* ====== COLORES INSTITUCIONALES LIONS CLUB ====== */
.bg-lions-yellow {
  background-color: #f9c72c !important;
}
.text-lions-yellow {
  color: #f9c72c !important;
}
.bg-lions-blue {
  background-color: #002868 !important;
}
.text-lions-blue {
  color: #002868 !important;
}
.text-lions-blue:hover,
a.text-lions-blue:hover {
  color: #001c59 !important;
}

/* ====== OPCIONALES ====== */
.btn-lions-yellow {
  background-color: #f9c72c;
  color: #002868;
  font-weight: 600;
  border: none;
}
.btn-lions-yellow:hover {
  background-color: #e0b221;
  color: #001c59;
}
  
  /* Colores por causa global */
  [data-causa='visión']    { --color-causa: #3f51b5; }
  [data-causa='diabetes']  { --color-causa: #e91e63; }
  [data-causa='hambre']    { --color-causa: #4caf50; }
  [data-causa='ambiente']  { --color-causa: #009688; }
  [data-causa='cáncer']    { --color-causa: #ff5722; }
  [data-causa='juventud']  { --color-causa: #2196f3; }
  [data-causa='desastre']  { --color-causa: #f44336; }
  [data-causa='humanidad'] { --color-causa: #9c27b0; }
  
  .causa-img {
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
  }
  .causa-img:hover {
    transform: scale(1.1);
  }
  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 10px;
  }
  .carousel-item img {
    object-fit: cover;
    max-height: 500px;
  }
  .bg-lions-yellow {
    background-color: #f9c72c;
  }
  .text-lions-blue {
    color: #002868;
  }
  .text-lions-blue:hover {
    color: #001c59;
  }
  .text-dark a:hover {
    color: #002868;
  }
  .btn-purple {
  background-color: #6f42c1;
  color: white;
}
.btn-purple:hover {
  background-color: #5936a7;
  color: white;
}
  #calendario {
    max-width: 100%;
    font-size: 0.85rem; /* Reduce el tamaño general */
  }

  .fc .fc-daygrid-day-number {
    font-size: 0.8rem;       /* Tamaño de los números de los días */
    font-weight: 600;
  }

  .fc .fc-event-title {
    font-size: 0.75rem;      /* Tamaño de texto de eventos */
  }

  .fc .fc-toolbar-title {
    font-size: 1rem;         /* Título del mes */
  }

  .fc .fc-col-header-cell-cushion {
    font-size: 0.75rem;      /* Días de la semana */
  }

  /* Opcional: limita la altura para evitar que se extienda mucho */
  #calendario {
    max-height: 500px;
    overflow-y: auto;
  }



  .fc .evento-importante {
    background-color: #e74c3c !important;
    color: white !important;
    font-weight: bold;
  }

  .fc .evento-destacado {
    background-image: url('../img/logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white !important;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
  }
  
  .fc-daygrid-event.evento-conmemoracion {
    background-image: url('../img/logo.png'); /* Cambia la ruta si es necesario */
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: luminosity;
    opacity: 0.9;
    color: #000;
    font-weight: bold;
  }
  .fondo-logo-club {
  background-image: url('../img/logo.png');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: luminosity;
  opacity: 1;
}

  #tablaSocios td, #tablaSocios th {
    font-size: 12px;
    padding: 4px 6px;
  }