.mtsj {
  background-color: #ff9bb8;
}

.tab-content {
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 0px;
  border-radius: 18px;
  background-color: transparent;
  margin-top: 50px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-pelo26 {
  text-align: center;
  margin-bottom: 24px;
  padding: 1em;
  line-height: 1.3;
  border-radius: 14px;
  word-wrap: normal;
  background: #5e0081;
  color: #fff !important;
}

.info-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto 30px;

}

.info-box {
  width: 1500px;
  background-color: #fff;
  border-left: 8px solid #5e0081;
  padding: 15px 20px;
  margin-top: 50px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 6px;
  text-align: right;
}

.info-box span.label {
  font-weight: bold;
  color: #000;
}

/* RESPONSIVIDAD */

@media (max-width: 767px) {
  .title-pelo26 {
    font-size: 1.4rem;
    padding: 0.8em;
  }
}