/* Footer original */
.Header__bgColor {
    background: rgba(0, 0, 0, 0.1) !important;
    opacity: 1 !important;
}

.copyright-link {
  color: #aaaaaa !important;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.copyright-link:link,
.copyright-link:visited {
  color: #aaaaaa !important;
}

.copyright-link:hover,
.copyright-link:active {
  color: #ff560c !important;
}

/* Nueva sección para el botón */
.custom-ticket-section {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}

.custom-ticket-section p {
  margin: 0.5rem 0;
  color: #333;
}

.custom-ticket-button {
  background-color: #ff6f00;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}
.custom-ticket-button:hover {
  background-color: #e55e00;
}

