.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.pagination button {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: white;
  color: black;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.pagination button.active {
  background-color: #b8ff65;
  border-color: #b8ff65;
}
.pagination button:hover {
  background-color: #e0e0e0;
}
.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.containerCard {
  width: 99%;
  margin: 0 auto;
  padding: 32px 0px;
  margin-left: 10px;
}
.cards-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.btn-outline-primary {
  color: #565657 !important;
  font-weight: 500;
  border-style: none;
  background-color: #e7e7e6 !important;
  border: 0px solid !important;
}
.btn-outline-primary:hover {
  background-color: #d2ff95 !important;
}
.btn-outline-primary:active {
  background-color: #b8ff65 !important;
}
button.active,
.btn-outline-primary:active {
  background-color: #b8ff65 !important;
}

.proyectos-card {
  background-color: #f1f5f9 !important;
  border: 1px solid #b0b0b0 !important;
  border-radius: 20px !important;
  margin: 10px;
  padding: 10px 17px;
}

.btn-own-styles {
  color: #575756 !important;
  font-weight: 500 !important;
  border-style: none !important;
  background-color: #e7e7e6 !important;
  border: 0px solid !important;
  padding: 8px 20px !important;
  width: 30% !important;
}

.filters-styles {
  background-color: #f1f5f9 !important;
  border-radius: 20px !important;
  gap: 20px;
  margin: 10px;
  padding: 40px;
}
