@charset "UTF-8";
#inicio {
  /* Estilos específicos para las tarjetas del dashboard */
  /* Más contraste: combinación de capa oscura y degradado corporativo */
  /* Asegurar legibilidad del texto en el hero */
  /* Mejor contraste para botones claros sobre el hero */
}
#inicio .dashboard-card {
  border-radius: 12px;
  overflow: hidden;
}
#inicio .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #a3904c, #c8b387);
  box-shadow: 0 6px 18px rgba(163, 144, 76, 0.14);
}
#inicio .event-item, #inicio .doc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#inicio .event-item:last-child, #inicio .doc-item:last-child {
  border-bottom: none;
}
#inicio .event-time {
  font-size: 0.85rem;
  color: #6c757d;
}
#inicio .doc-meta {
  font-size: 0.9rem;
  color: #495057;
}
#inicio .progress-small {
  height: 8px;
  border-radius: 6px;
  overflow: hidden;
  background: #e9ecef;
}
#inicio .progress-small .progress-bar {
  height: 8px;
}
#inicio .hero-container {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
#inicio .hero-bg-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
#inicio .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.35)), linear-gradient(90deg, rgba(163, 144, 76, 0.45), rgba(184, 161, 95, 0.4));
}
#inicio .hero-container > .container {
  position: relative;
  z-index: 2;
}
#inicio .hero-container h1, #inicio .hero-container .display-6 {
  color: #fff !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}
#inicio .hero-container p, #inicio .hero-container .lead {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}
#inicio .hero-container .btn-outline-light {
  background: rgba(255, 255, 255, 0.95);
  color: #a3904c;
  border-color: rgba(255, 255, 255, 0.92);
}
#inicio .hero-container .btn-outline-light:hover {
  background: #ffffff;
  color: #7b6b37;
}

#documentacion .doc-card .card-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem 1.25rem;
  gap: 0.5rem;
}
#documentacion .doc-search {
  max-width: 380px;
}
#documentacion .file-icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #f8f9fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #5b6b7a;
  margin-right: 12px;
}
#documentacion .doc-actions .btn {
  min-width: 36px;
  padding: 0.25rem 0.5rem;
}
@media (max-width: 576px) {
  #documentacion .doc-search {
    max-width: 100%;
    margin-top: 8px;
  }
}

/*# sourceMappingURL=proyecto.css.map */
