:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-96e2d36 */.cronograma-tabla {
  max-width: 980px;
  margin: 70px auto;
  padding: 0 24px;
}
.ctabla-header {
  margin-bottom: 36px;
}
.ctabla-header span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ctabla-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}
.ctabla-header p {
  color: #666;
  font-size: 15px;
}
.ctabla-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.05);
}
.ctabla-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 28px;
  border-bottom: 1px solid #f0f0f0;
  transition: .2s ease;
}
.ctabla-row:last-child {
  border-bottom: none;
}
.ctabla-row:hover {
  background: #fafafa;
}
.ctabla-badge {
  flex: none;
  width: 120px;
  text-align: center;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.cat-matricula { background: #fff3f3; color: #b00000; }
.cat-inicio    { background: #f0f7ff; color: #1a5fb4; }
.cat-evaluacion{ background: #fff8e8; color: #b3860a; }
.cat-examenes  { background: #fdeeee; color: #9c1c1c; }
.cat-cierre    { background: #f0f0f0; color: #333; }
.cat-notas     { background: #eefaf0; color: #1e7a3d; }
.ctabla-info h3 {
  font-size: 15.5px;
  color: #111;
  font-weight: 700;
  margin-bottom: 3px;
}
.ctabla-info span {
  color: #777;
  font-size: 13px;
}
.ctabla-nota {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding: 16px 20px;
  background: #fff8e8;
  border-radius: 14px;
  border: 1px solid #f3e6bb;
}
.ctabla-nota i {
  color: #b3860a;
  font-size: 15px;
  margin-top: 2px;
}
.ctabla-nota p {
  color: #6b5312;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

.ctabla-sublist {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 4px;
}
.ctabla-sublist span {
  color: #777;
  font-size: 13px;
}

@media(max-width: 700px) {
  .ctabla-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ctabla-badge {
    width: auto;
  }
}

.ctabla-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.ctabla-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 18px;
  border: 1px solid #f0d5d5;
  border-radius: 50px;
  transition: .2s ease;
  flex: none;
  margin-top: 6px;
}
.ctabla-back i {
  font-size: 12px;
  transition: .2s ease;
}
.ctabla-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.ctabla-back:hover i {
  transform: translateX(-3px);
}
@media(max-width: 640px) {
  .ctabla-header-top {
    flex-direction: column;
  }
  .ctabla-back {
    margin-top: 12px;
  }
}/* End custom CSS */