body {
  background-color: #000; /* ou transparente, se quiser deixar só o gif em destaque */
}

  /* INICIO BARRA DE NAVEGAÇÃO */
  .minha-navbar {
    background-color: #320b42 !important;
  }  
  .dropdown-menu {
    background-color: #320b42 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }  
  .dropdown-menu .dropdown-item {
    color: #ffffff;
    text-decoration: none;
  } 
  .dropdown-menu .dropdown-item:hover {
    background-color: #452258;
    color: #ffffff;
    text-decoration: none;
  }
  .dropdown-toggle {
    color: #ffffff !important;
    text-decoration: none !important;
  } 
  .dropdown-menu .collapse .dropdown-item {
    color: #ffffff;
    padding-left: 1.5rem;
    background-color: transparent;
  } 
  .dropdown-menu .collapse .dropdown-item:hover {
    background-color: #5b2c6f;
    color: #ffffff;
    text-decoration: none;
  }
  .navbar .btn-outline-light {
    width: 130px;
    margin-left: 10px; 
  }
.navbar .btn-outline-light:hover {
    background-color: #452258;
    border-color: #452258;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 130px;   
  }
  .navbar .btn-primary {
    background-color: #452258;
    border-color: #452258;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 130px;
  } 
  .navbar .btn-primary:hover {
    background-color: #5b2c6f;
    border-color: #5b2c6f;
  }
  .navbar-nav .nav-link {
    color: white !important;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:active {
    color: white !important;
  }
  /* BARRA DE NAVEGAÇÃO MOBILE */
#mobileMenu {
    background-color: #320b42 !important;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  #mobileMenu .nav-link,
  #mobileMenu .dropdown-item {
    color: #ffffff !important;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  #mobileMenu .nav-link:hover,
  #mobileMenu .dropdown-item:hover {
    background-color: #452258;
    color: #ffffff !important;
  }
  #mobileMenu .nav-link:active,
  #mobileMenu .dropdown-item:active {
    background-color: #5b2c6f;
    color: #ffffff !important;
  }
    #mobileMenu .btn-success,
    #mobileMenu .btn-warning {
      background-color: #5b2c6f !important;
      border-color: #5b2c6f !important;
      color: #ffffff !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      width: 100%;
      font-weight: 500;
    }
  #mobileMenu .btn-success:hover,
  #mobileMenu .btn-warning:hover {
    background-color: #6d3a80 !important;
    border-color: #6d3a80 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  }

  /* FINAL BARRA DE NAVEGAÇÃO */

  /* INICIO DO HEADER PAGINA INICIAL*/
  
header.bg-primary {
    background-color: #000000 !important;
    text-align: justify;
}

#destaques {

  text-align: justify;
}

#destaques img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  #destaques img {
    width: 90px;
  }
}

  /* SESSÕES PADRÕES PAGINA INCIAL */

  .sessao-padrao-1 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-padrao-8 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-padrao-4 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-padrao-6 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-padrao-2 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-padrao-9 {
    background-color: #000;
    color: #fff;
    text-align: justify;
  }

  .sessao-roxa {
    background-color: #320b42;
    color: #fff;
    padding: 40px 0;
}
  /* SESSÕES PADRÕES PAGINAS */

  .sessao-padrao-demais-paginas {
    
    background-color: #000;
    color: #fff;
    text-align: justify;

  }

  @media (max-width: 576px) {
    .sessao-padrao-1,
    .sessao-padrao-2,
    .sessao-padrao-4,
    .sessao-padrao-6,
    .sessao-padrao-8,
    .sessao-padrao-9,
    .sessao-padrao-demais-paginas,
    .sessao-roxa {
      margin-top: 0px !important;
      text-align: center;
      padding: 20px 15px;
    }
  
    .sessao-roxa .title {
      font-size: 1.5rem;
    }
  
    .sessao-roxa .text {
      font-size: 0.95rem;
    }
  
    .sessao-roxa .img-ritual {
      width: 120px;
      height: 120px;
      margin: 0 auto 15px auto;
    }
  
    .sessao-roxa .btn-saiba-mais {
      width: 100%;
      max-width: 250px;
      margin-top: 15px;
    }
  }

    /* FINAL DAS SESSÕES PADRÔES */

    /* ESTILOS GLOBAIS */
  
  .btn-roxo {
    background-color: #6f42c1;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
  }
  
  .btn-roxo:hover {
    background-color: #5a32a3; /* tom mais escuro no hover */
    color: #fff;
  }

  .saiba-mais-link {
    color: #9D4EDD;
    text-decoration: underline;
    transition: color 0.3s ease;
  }
  
  .saiba-mais-link:hover {
    color: #C77DFF;
  }

  .panteao-box {
    background-color: #111;
    color: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    transition: transform 0.3s;
  }
  .panteao-box:hover {
    transform: scale(1.05);
  }
  .panteao-box i {
    color: #9D4EDD;
  }

.panteao-box a {
  color: white; 
  text-decoration: none;
}

.panteao-box a:hover {
  color: white; 
  text-decoration: none; 
}


  .separador {
    height: 2px;
    background-color: #ffffff;
    width: 50%;
}

.separator {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, #ccc, transparent);
  border: none;
  opacity: 0.6;
}

.conteudo-box {
  background-color: #111;
  color: #fff;
  transition: all 0.3s ease;
}
.conteudo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.accordion-item {
  border: none;
  box-shadow: none;
}

.accordion-button {
  background-color: #320b42 !important;
  color: white;
  text-align: left;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #f5ddff;
  background-color: #320b42 !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1); /* Ícone branco */
}

.accordion-body {
  background-color: #320b42 !important;
  color: white;
  text-align: left;
}

.calendario-mes {
  border: 2px solid #000;  /* Cor da borda */
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;  /* Bordas arredondadas */
  background-color: #111;  /* Cor de fundo */
}

.calendario-mes h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #fff;
}

.calendario-mes label {
  margin-bottom: 10px;
}

.calendario-mes input {
  margin-right: 10px;
  width: 20px; /* Tamanho do checkbox */
  height: 20px; /* Tamanho do checkbox */
  border: 2px solid #fff; /* Cor da borda do checkbox */
  background-color: #fff; /* Cor de fundo do checkbox */
  border-radius: 0; /* Remove o arredondamento */
  appearance: none; /* Remove a aparência padrão do navegador */
  -webkit-appearance: none; /* Remove a aparência padrão no Safari */
  -moz-appearance: none; /* Remove a aparência padrão no Firefox */
}

/* Estilo quando o checkbox é marcado */
.calendario-mes input[type="checkbox"]:checked {
  background-color: #800080; /* Cor roxa de fundo */
  border-color: #800080; /* Borda roxa */
  box-shadow: 0 0 5px rgba(128, 0, 128, 0.7); /* Adiciona uma sombra roxa quando marcado */
}

/* Estilo para o estado de hover (passar o mouse sobre o checkbox) */
.calendario-mes input[type="checkbox"]:hover {
  border-color: #800080; /* Deixa a borda roxa quando o mouse passa */
}

/* Estilo para a seção com imagem e texto */
#sessao-imagem-com-texto-demais-paginas {
  margin-bottom: 40px; /* Espaço inferior maior para separar de outras seções */
}

#sessao-imagem-com-texto-demais-paginas .d-flex {
  gap: 20px; /* Espaço entre a imagem e o texto */
}

#sessao-imagem-com-texto-demais-paginas img {
  margin-right: 20px;
  max-width: 150px; /* Garantindo que a imagem não ultrapasse um tamanho ideal */
}

#sessao-imagem-com-texto-demais-paginas h2 {
  font-size: 1.8rem; /* Ajuste o tamanho da fonte do título */
  margin-bottom: 20px;
}

#sessao-imagem-com-texto-demais-paginas .card-text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify; /* Ajusta o texto para justificar */
}

/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
  #sessao-imagem-com-texto-demais-paginas {
      flex-direction: column; /* Coloca a imagem e o texto em colunas em dispositivos móveis */
      align-items: center; /* Centraliza o conteúdo */
  }

  #sessao-imagem-com-texto-demais-paginas img {
      margin-right: 0;
      margin-bottom: 15px; /* Espaço inferior entre imagem e texto */
  }

  #sessao-imagem-com-texto-demais-paginas h2 {
      font-size: 1.5rem; /* Ajuste de fonte para dispositivos móveis */
  }
}

.sessao-roxa .container {
  z-index: 10;
}

.sessao-roxa .title {
  font-size: 2rem;
  font-weight: bold;
}

.sessao-roxa .text {
  font-size: 1rem;
  line-height: 1.5;
}

.sessao-roxa .img-ritual {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.sessao-roxa .btn-saiba-mais {
  width: 200px;
}


.pilar-container {
  background-color: #111; /* Cor do fundo */
  padding: 10px;
  padding-top: 20px; /* Adiciona um espaço ao redor dos pilares */
  border-radius: 10px; /* Borda arredondada */
  color: white; /* Texto branco */
  display: flex; /* Flexbox para centralizar imagem e texto */
  flex-direction: column; /* Coloca a imagem acima do texto */
  align-items: center; /* Centraliza os itens */
  justify-content: center; /* Garante que tudo fique bem alinhado */
  margin: 5px;
  width: 120px;
  height: auto; /* Altura fixa para manter o layout consistente */
}

.pilar-container img {
  max-width: 90px; /* Define o tamanho máximo da imagem */
  margin-bottom: 1px; /* Espaço abaixo da imagem */
}

.pilar-container p {
  text-align: center; /* Centraliza o texto */
}

.pilar-container strong {
  display: block; /* Garante que o título fique em linha própria */
  margin-bottom: 5px; /* Espaço entre o título e o texto */
}

.pacto-container {
  background-color: #111; /* Cor de fundo */
  padding: 20px;
  border-radius: 10px;
  color: white;
}

.pacto-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espaço entre o ícone e o título */
}

.pacto-header i {
  color: #800080; /* Roxinho */
}

.pacto-icon {
  font-size: 30px;          /* Tamanho do ícone */
  margin-right: 10px;       /* Espaço entre o ícone e o título */
  color: #fff;              /* Cor do ícone */
}

.pacto-container h2 {
  margin: 0;
  font-size: 24px;          /* Tamanho do título */
}

.card-text {
  font-size: 16px;          /* Tamanho do parágrafo */
  text-align: justify;      /* Alinhamento do texto */
}

.foto-membro {
  width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Ícones dos bancos */

#modalDoacao {
  color: #000;
}

.banco-icon {
  width: 250px;
  height: 100px;
  background-color: #f1f1f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.banco-icon:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.banco-icon img {
  max-width: 300px;
  max-height: 300px;
}

/* QR Code */
.qr-image {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

.qr-container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.qr-image {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

.qr-text {
  text-align: left;
}

/* RESPONSIVO PARA TELAS PEQUENAS */
@media (max-width: 576px) {
  .qr-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .qr-image {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }

  .qr-text {
    text-align: center;
  }

  .qr-text h6,
  .qr-text p {
    margin-bottom: 8px;
  }
}

.video-container {
  display: flex;
  justify-content: center;
}

.container-cameras {

  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
}

.box-beneficio {
  background-color: #111;
  color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  width: 280px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1.5px solid #1c1c1c;
}

.box-beneficio:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.box-beneficio i {
  color: #ffffff;
}

.box-beneficio h3 {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 500;
}

.sessao-padrao-cameras .bloco-camera {
  border-left: 4px solid #320b42;
  background-color: #111;
  color: #fff;
  padding: 2rem 1.5rem;
  margin: 1rem 0;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 500px;
  width: 100%;
}

.sessao-padrao-cameras .bloco-camera:hover {
  background-color: #1c1c1c;
  transform: scale(1.01);
}

.sessao-padrao-cameras .bloco-camera h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #fff;
}

.sessao-padrao-cameras .bloco-camera p {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}

.bloco-informativo {
  background-color: #111;
  color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.bloco-informativo:hover {
  background-color: #1c1c1c;
  transform: translateY(-5px);
}

.bloco-informativo p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}

.bloco-plano {
  background-color: #111;
  color: #f5f5f5;
  padding: 2.5rem 2rem;
  border-radius: 1.25rem;
  width: 330px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 2px solid #1c1c1c;
}

.bloco-plano:hover {
  background-color: #1c1c1c;
  transform: translateY(-5px);
}

.bloco-plano h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.bloco-plano h4 {
  font-size: 1.2rem;
  color: #b0c4ff;
  margin-bottom: 1rem;
}

.bloco-plano p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 1.5rem;
}

.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #320b42;
  color: white;
  font-size: 1.8rem;
  padding: 0.8rem 1rem;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background-color: #452258;
  transform: scale(1.1);
}

#btn-topo {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}





    /* INCIO FOOTER */


.rodape {
    background-color: #1a0523;
    color: #f5ddff;
    padding: 40px 0;
    font-size: 14px;
  }
  
  .logo-footer {
    max-width: 180px;
  }
  
  .footer-esquerda p {
    margin: 0;
    max-width: 300px;
  }
  
  .footer-direita {
    display: flex;
    flex-direction: column;
  }
  
  .footer-direita .lista-links {
    list-style: none;
    padding: 0;
  }
  
  .footer-direita .lista-links li {
    margin-bottom: 6px;
  }
  
  .footer-direita .lista-links a {
    color: #f5ddff;
    text-decoration: none;
  }
  
  .footer-direita .lista-links a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .footer-links-obrigatorios a,
  .footer-redes a {
    color: #f5ddff;
    text-decoration: none;
    margin-right: 10px;
  }
  
  .footer-links-obrigatorios a:hover,
  .footer-redes a:hover {
    color: #ffffff;
  }
  
  .footer-redes a i {
    font-size: 20px;
  }