/* ===== NOSOTROS: mejoras generales ===== */
.page-nosotros section,
.page-nosotros .contenedor-linea-de-tiempo,
.page-nosotros .contenedor-miembros,
.page-nosotros .contenedor-fines-del-gremio {
  padding: 70px 0;
}

.page-nosotros h2{
  font-weight: 800;
  letter-spacing: -0.2px;
  margin-bottom: 18px;
}

/*.page-nosotros p,
.page-nosotros li{
  color:#3b3b3b;
  line-height: 1.75;
  font-size: 16px;
}*/

.page-nosotros .section-muted{
  background: #f6f8fb;
}

/* ===== Intro (historia + imagen) ===== */
.page-nosotros .intro-nosotros p{
  font-size: 17px;
}

/* ===== Línea de tiempo (card look) ===== */
.page-nosotros .tarjeta-item-info{
  background: #fff;
  border: 1px solid rgba(10,20,30,.10);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

/*.page-nosotros .anho{
  background:#d91e18;
  color:#fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}*/

/* Reduce sensación de “mucho vacío” */
.page-nosotros .contenedor-linea-de-tiempo .row{
  margin-bottom: 10px;
}

/* ===== Miembros (grid pro) ===== */
.page-nosotros .miembro-item{
  background:#fff;
  border: 1px solid rgba(10,20,30,.10);
  border-radius: 16px;
  padding: 18px 16px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-nosotros .miembro-item:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0,0,0,.10);
}

.page-nosotros .miembro-item img{
  max-height: 55px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Etiquetas */
.page-nosotros .miembro-item h6{
  font-weight: 800;
  color:#0b2d4d;
  margin-bottom: 4px;
}

/* ===== Comisión Directiva ===== */
.page-nosotros .comision-directiva-item{
  background:#fff;
  border: 1px solid rgba(10,20,30,.10);
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.page-nosotros .comision-directiva-item img{
  width: 92px;
  height: 92px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(217,30,24,.20);
}

/* ===== Subcomisiones ===== */
.page-nosotros .subcomision-item{
  background:#fff;
  border: 1px solid rgba(10,20,30,.10);
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
  margin-bottom: 14px;
}

.page-nosotros .subcomision-item h6{
  font-weight: 900;
  margin-bottom: 6px;
}

/* ===== Fines del gremio ===== */
.page-nosotros .contenedor-fines-del-gremio .circulo-rojo{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  background:#d91e18;
  color:#fff !important;
  box-shadow: 0 10px 25px rgba(217,30,24,.22);
  margin-bottom: 10px;
}

.pfines{
    color: #fff !important;
}















































