.curso-item {
    display: contents;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
}

.curso-item.active {
    color: #ff9933;
    font-weight: 600;
}

.button-container {
    margin-bottom: 2em;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 2rem 0;
}

/* Buttons */
.et_pb_button_submit {
 	font-size: 16px !important;
	font-weight: 600 !important;
}
.et_pb_button_submit:hover {
    cursor: pointer;
}
a.et_pb_button {
    color: #fff;
    padding: 10px !important;
}
.actividad-bloque {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1240px;
  margin: 2em auto;
  padding: 1.5em;
  box-sizing: border-box;
  background: #f9f9f9;
}

.bloque-img {
  flex: 0 0 25%;
  min-width: 180px;
  max-width: 440px;
}

.bloque-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.bloque-tabla {
  flex: 1 1 70%;
  min-width: 260px;
  max-width: 820px;
}

.bloque-tabla h3 {
  margin-top: 0;
}

.tabla-extraescolares tbody tr {
    border-bottom: 2px solid #ff9933;
}

.tabla-extraescolares td {
    border-bottom: 2px solid #ff9933;
}

.extraescolar-price {
    margin: 30px 0px 0px 0px;
    text-align: right;
}

@media screen and (max-width: 768px) {
  .actividad-bloque {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bloque-img,
  .bloque-tabla {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .bloque-tabla table {
    font-size: 0.9em;
  }
}
