.disabled-proyconsa {
  background: #5b8ac8;
  cursor: default;
  pointer-events: none;
}

.disabled-proyconsa:hover {
  background: #2f4768 !important;
  cursor: default !important;
}

.proyconsa-title {
  color: white;
}

.empresa-features-proyconsa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.feature-proyconsa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(91, 138, 200, 0.3);
  color: #5b8ac8;
  border: 1px solid #e2e8f0;
  border-color: rgba(0, 118, 190, 0.15);
  transition: all 0.2s;
}
.feature-proyconsa:hover {
  background: rgba(0, 118, 190, 0.14);
  border-color: rgba(0, 118, 190, 0.3);
  color: #005a94;
  cursor: pointer;
}
.feature-proyconsa i {
  color: #5b8ac8;
}

.img-proyconsa{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.proyconsa{
  max-width: 70%;
  height: auto;
  margin: 20px auto;
  display: block;
}