    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f5ecdf;
    }
    .top-bar {
      background-color: #006837;
      color: white;
      text-align: center;
      padding: 8px 20px;
	  margin: 0 auto;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .top-bar a {
          color: #FFFFFF;
    text-decoration: none;
    font-family: "Times New Roman", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    }
    .top-bar a:hover {
      text-decoration: underline;
    }
    .faixa-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 15px;
    }
    .social-icons {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 15px;
    }
    .social-icons li a {
          color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
    }
    .social-icons li a:hover {
      color: #f1f1f1;
    }
    /* Responsivo */
    @media (max-width: 767.98px) {
      .top-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .faixa-links {
        display: none;
      }
      
    }
    .header {
      background: url('../imagens/bgg-fundo-brasao.png') no-repeat center center;
      background-size: cover;
      padding: 30px 0;
      text-align: center;
    }
    .header img {
      max-width: 100%;
      height: auto;
    }
    .campaign-banner {
      background-color: #fff;
      text-align: center;
      padding: 20px 0;
      font-weight: 600;
      color: #006837;
    }
	  .campaign-banner h4 {
    font-family: 'Merriweather', serif;
  }
    .main-section {
      padding: 40px 0;
      min-height: 100vh; /* Garante espaço para rolagem */
    }
    .carousel-inner img {
      width: 100%;
      height: auto;
    }
    footer {
      background-color: #006837;
      padding: 20px;
      text-align: center;
      font-size: 0.9rem;
      color: white;
      margin-top: 40px;
    }
    .card {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }
    .card-body {
      padding: 1.5rem;
    }
    .info-title {
      font-weight: 700;
      font-size: 1.25rem;
      color: #006837;
    }
    .progress {
      height: 25px;
      border-radius: 50px;
      background-color: #e9ecef;
      overflow: hidden;
    }
    .progress-bar {
      font-weight: 600;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .btn-success {
      border-radius: 50px;
      padding: 0.75rem 1.5rem;
      font-size: 1.1rem;
      font-weight: 600;
    }
    .nav-tabs .nav-link {
      font-weight: 500;
      border-radius: 0.5rem 0.5rem 0 0;
    }
    .nav-tabs .nav-link.active {
      background-color: #e6f2ec;
      color: #006837;
      border-color: #dee2e6 #dee2e6 #fff;
    }
    ul {
      padding-left: 1.2rem;
    }
    hr {
      border-top: 1px solid #ccc;
    }
    .position-sticky {
      position: sticky;
      top: 80px;
      z-index: 9999; /* Prioridade alta */
    }
    .col-md-4 {
      overflow: visible; /* Permite que o sticky ultrapasse o container */
    }
    .row {
      margin: 0; /* Remove margens padrão do Bootstrap */
    }
	
	#btn-ajudar {
  font-weight: 600;
  transition: all 0.3s ease;
}

#btn-ajudar:hover {
  transform: translateY(-2px); /* Faz o botão "subir" quando o mouse passa */
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

/* Botão flutuante */
#btn-ajudar-flutuante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-weight: 600;
  transition: all 0.3s ease;
}

#btn-ajudar-flutuante:hover {
  transform: translateY(-5px); /* Efeito de "subir" ao passar o mouse */
}

.arraia-opcao {
      border: 2px solid #ccc;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      cursor: pointer;
      transition: 0.3s ease;
    }
    .arraia-opcao:hover {
      border-color: #28a745;
      background-color: #f9fff9;
    }
    .opcao-ativa {
      border-color: #28a745 !important;
      background-color: #f1fff1;
      box-shadow: 0 0 10px rgba(40, 167, 69, 0.4);
    }
    .form-check-label {
      font-size: 0.9rem;
    }
	
	/* Para melhorar a exibição */
#qrCodeModal .modal-body {
  padding: 2rem;
}

#qrcodeImage {
  max-width: 300px;
  height: auto;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .header img {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .header img {
    max-width: 80%;
  }
}

    .fade-in {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }
    .fade-in.show {
      opacity: 1;
    }
	
	.campaign-banner a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.arraia-opcao.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.acompanhante .btn-danger {
    z-index: 10;
}

.campaign-banner {
  position: relative;
  z-index: 1;
  padding: 20px;
}

/* Adiciona as imagens de fundo no pseudo-elemento */
.campaign-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../imagens/santos_esquerdo.png'), url('../imagens/santos_direito.png');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 150px auto, 150px auto;
  z-index: -1;
  opacity: 1; /* Opacidade normal */
  pointer-events: none; /* não interfere com cliques */
}

/* Quando responsivo: reduz opacidade */
@media (max-width: 768px) {
  .campaign-banner::before {
    opacity: 0.5;
  }
}


/* Media query para dispositivos menores (responsivo) */
@media (max-width: 768px) {
    .campaign-banner h4 {
        text-shadow: 1px 1px 2px white, -1px -1px 2px white, 1px -1px 2px white, -1px 1px 2px white;
    }
	
}


h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  
  .divider {
    width: 0;
    height: 4px;
    background: #fff;
    margin: 1rem auto;
    animation: expandDivider 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  @keyframes expandDivider {
    from { width: 0; }
    to   { width: 80px; }
  }
  
  .campaign-details {
    margin: 2rem auto;
    max-width: 700px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }
  
  .main-section {
    padding: 5px 0!important;
}

.toggle-icon {
  transition: transform 0.2s ease;
}

/* Quando aberto (não collapsed), gira 180° */
a[data-toggle="collapse"]:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}

