#promo {
  text-align: center;
  padding: 48px;
}

/*@media (min-width: 992px) {
  #promo {
    padding: 20px;
  }
}
*/

@media (max-width: 768px) {
  body {
      background-size: contain; /* Ajusta a imagem sem cortar */
  }
}

#promo .jumbotron {
  border-radius: 20px;
  padding: 47px;
  background-color: rgba(255,255,255,0.75);
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
}

#promo .jumbotron {
  padding: 20px;
}

#programa {
  padding: 48px;
  max-width: 1000px;
  border-radius: 20px;
  margin: 0 auto;
}

#img {
  max-width: 100%;
  height: auto;
}

#footer {
  padding: 20px;
  text-align: center;
  padding: 48px;
  background-color: green;
  background-size: cover;
}

.shadow-lg.photo-gallery {
  text-align: center;
  padding: 48px;
  max-width: 100%;
  height: auto;
}

#table {
  border-collapse: collapse;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.th, td {
  text-align: left;
  padding: 12px 16px;
}

.th {
  background: #f49136;
  color: #fff;
  font-size: 1.2em;
}

.tr:nth-child(even) {
  background: #f9f9f9;
}

.tr:hover {
  background: #f49136;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.td:first-child {
  font-weight: bold;
}

/* Título da tabela */
.caption {
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
  color: #f49136
}




