/* Estilos agregados en 2026-05 */
.OBSLegislativo h1 {
  color:white;
  font-size: 2.7rem !important;
}
.OBSLegislativo h1 .redBGD {
  background-color: #dA0921;
  display: inline-block;
  padding: 0 12px 0px 12px;
}
.HistoricoOBS {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.HistoricoOBS a {
  color: white;
  font-weight: 800;
  background-color: #1B194B;
  text-decoration: none;
  border-radius: 0.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.HistoricoOBS a:hover {
  background-color: #28246E;
}
.HistoricoOBS a.disabled,
.HistoricoOBS a[disabled] {
  pointer-events: none;
  opacity: .7;
}
.HistoricoOBS a i {
  font-size: 1.2rem;
  background-color: #da0921;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.logoFundacion i {
  background-color: #da0921;
  color: #fff;
  font-size: 0.8em;
  padding: 9px;
  border-radius: 5px;
}
.white-box {
  height: 100%;
  border-radius: 0.5rem;
  p:last-child {
    margin-bottom: 0;
  }
}
.card-candidate {
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 32px 1fr;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  .icon i {
      font-size: 1.8rem;
      color: var(--main-page-color);
  }
  p {
    margin-bottom: 0.75rem;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .btn-history, 
  .btn-proposals {
    font-size: inherit;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid;
    &:hover {
      background-color: white;
    }
  }
  .btn-history {
    background-color: #5E7199;
    border-color: #5E7199;
    &:hover {
      color: #5e7199;
    }
  }
  .btn-proposals {
    background-color: #605E99;
    border-color: #605E99;
    &:hover {
      color: #605E99;
    }
  }
  .btn-outline-primary {
    font-size: inherit;
    font-weight: 600;
    color: var(--main-page-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.2rem;
    border: 2px solid var(--main-page-color);
    &:hover {
      color: white;
      background-color: var(--main-page-color);
    }
    i {
      height: 14px;
    }
  }
}
.card-candidate-modal {
  .modal-header {
    color: white;
    background-color: var(--main-page-color);
  }
  .modal-body {
    strong, li::marker {
      color: var(--main-page-color);
    }
  }
}
.modal-backdrop {
  z-index: 7 !important;
}