#sa_letras {
  background: url('../../img/sa_letras/imagem_fundo_leve.png') no-repeat center center/cover;
  min-height: 80vh;
  justify-content: center;
  text-align: center;
  margin-top: 75px;
}

.section-title {
  color: #9439c9;
}

.btn-primary {
  background-color: #9439c9;
}

.btn-primary:hover {
  background-color: #ca6eff;
}

.contact-info i {
  color: #ab43e7;
}

.footer-social .social-icon {
  color: #6c2d91;
}

.footer-social .social-icon:hover {
  color: #ab43e7;
}

.program-intro {
  padding: 1rem 0;
  background: white;
}

.course-contact {
  padding: 1rem 0;
}

.course-contact .contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.course-contact .contact-image img {
  max-width: 50%;
  height: auto;
}

.course-contact .contact-text {
  flex: 0.5;
  display: flex;
  flex-direction: column;
}

.course-contact .contact-text p {
  margin: 1rem 0;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.schedule-item {
  display: flex;
  background: #f9f9f9;
  border-left: 3px solid #ab43e7;
  border-radius: 4px;
  padding: 10px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.schedule-item:hover {
  transform: translateX(3px);
}

.schedule-item.break {
  border-left-color: #ccc;
  background: #f5f5f5;
  opacity: 0.75;
}

.schedule-time {
  min-width: 110px;
  font-weight: 600;
  color: #ab43e7;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.schedule-item.break .schedule-time {
  color: #777;
}

.schedule-info {
  flex: 1;
}

.schedule-title {
  font-size: 0.95rem;
  margin: 0 0 2px;
  color: #222;
  line-height: 1.35;
}

.schedule-speaker {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  font-style: italic;
}

.schedule-description {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.action-button {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .schedule-item {
    flex-direction: column;
    gap: 4px;
    padding: 10px;
  }

  .schedule-time {
    min-width: auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    font-size: 0.9rem;
  }
}
