.cabildo_titulo{
  text-align: center;
}

.leyenda_cabildo{
  text-align: justify;
}
.convocatoria-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  border: 1px solid #e0e0e0;
}
.convocatoria-card:hover {
  transform: scale(1.01);
}

.encabezado_modal {
  background: #1b4573;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.portada-img {
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.convocatoria-card .card-body p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.convocatoria-card .btn {
  border-radius: 4px;
  font-size: 0.85rem;
  padding: 6px 12px;
}
.convocatoria-card .btn-blue {
  background-color: #1b4573;
  border: none;
  color: #FFF;
}
.convocatoria-card .btn-dorado {
  background-color: #C38033;
  border-color: #C38033;
  color: #FFF;
}

.convocatoria-card .card-footer {
  background-color: #f8f9fa;
  font-size: 0.8rem;
  text-align: right;
}

.foto-sesion {
  border-radius: 4px;
  object-fit: cover;
  height: 100px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.foto-sesion {
  cursor: pointer;
  transition: transform 0.2s;
}
.foto-sesion:hover {
  transform: scale(1.05);
}
#modal_slider img {
  max-height: 70vh;
  object-fit: contain;
}

