
/* === PROGRAMA - Créditos Educación Continua (CEC) === */
.programa-cec-box {
  max-width: 900px;
  margin: 30px auto 40px;
  padding: 22px 26px;
  background: #fff8f2;
  border-left: 6px solid #ef8d5a;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.programa-cec-box h4 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  color: #d96b2b;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.programa-cec-box p {
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.programa-cec-box .cec-important {
  margin-top: 12px;
  font-weight: 600;
  color: #000;
}

/* === E-POSTER SECTION === */
.eposter-section {
  background: #f7f5fb;
  padding: 70px 20px;
}

.eposter-section-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.eposter-title {
  font-size: 1.8rem;
  color: #824db1;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.eposter-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.eposter-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eposter-card i {
  font-size: 2.2rem;
  color: #ef8d5a;
  margin-bottom: 14px;
}

.eposter-card span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.eposter-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  color: #824db1;
}

/* Nota destacada E-poster */
.eposter-note{
  margin: 28px auto 0;
  max-width: 900px;
  padding: 18px 20px;
  text-align: left;
  background: #fff8f2;
  border: 1px solid rgba(239,141,90,0.35);
  border-left: 6px solid #ef8d5a;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.eposter-note h4{
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #d96b2b;
  display: flex;
  gap: 10px;
  align-items: center;
  letter-spacing: .3px;
}

.eposter-note p{
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

.eposter-note a{
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.eposter-note-strong{
  margin-top: 10px;
  font-weight: 700;
  color: #000;
}
