/* ======= Estilos para la sección de herramientas ======= */
.page-title {
    padding-top: 110px;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .section-title p {
    margin-bottom: 30px;
    color: #6c757d;
  }
  
  .section-title{
    padding-bottom: 0;
  }

.search-bar input {
  font-size: 0.9rem;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #4b4848;
  background-color: transparent;
  text-align: left;
}

.nav-pills .nav-link.active {
  background-color: #6f4e37 !important;
  color: #fff !important;
}

.nav-pills .nav-link:hover {
  background-color: #d4c1b3;
}

/* Área de contenido de archivos */
.scrollable-tab-content {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.file-entry {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #faf7f7;
  border-radius: 0.5rem;
  border-left: 5px solid #6f4e37;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#categoryTabs button{
  border-radius: 10px;
}

.file-info {
  flex: 1 1 70%;
}

.file-info h3{
  font-size: 17px;
}

.file-info p{
  color: #666;
  font-size: 15px;
}

.file-meta {
  font-size: 0.85rem;
  color: #666;
}

/* Botón de descarga */
.btn-descargar {
  background-color: #0f8f53;
  border: none;
  color: #fff;
}

.btn-descargar:hover {
  background-color: #0b693d;
}

