
         .whatsapp-fixed {
            position: fixed;
            bottom: 30px;
            right: 14px;
            z-index: 1000;
            cursor: pointer;
        }

        /* Efeito de pulsação (círculos que se expandem a partir do fundo do ícone) */
        .whatsapp-icon {
            position: relative;
            width: 40px;
            height: 40px;
        }

        .pulse-circle {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(37, 211, 102, 0.4);
            border-radius: 50%;
            animation: pulse 1.5s infinite ease-out;
            z-index: -1; /* Para garantir que o efeito fique atrás do ícone */
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                transform: scale(1.6);
                opacity: 0;
            }
        }

        /* Responsividade */
        .whatsapp-icon img {
            width: 100%;
            height: auto;
            position: relative;
            z-index: 1; /* O ícone fica acima do efeito de pulsação */
        }

        @media (max-width: 768px) {
            .whatsapp-fixed {
                bottom: 20px;
                right: 14px;
            }

            .whatsapp-icon {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 480px) {
            .whatsapp-icon {
                width: 30px;
                height: 30px;
            }
        }





  .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-inner {
    max-width: 900px;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  }

  .close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #666;
  }

  @media(max-width: 768px) {
    .img-popup {
      display: none !important;
    }
  }

.menu-vertical {
    position: fixed;
    top: 20vh;
    bottom: 20vh;
    width: 130px;
    background: #f9f9f9;
    padding: 15px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    box-shadow: 2px 0 6px rgba(0,0,0,0.05);
    border-right: 2px solid #ddd;
    border-radius: 0 12px 12px 0 !important;
}

#menu-esquerdo {
    left: 0;
}

.menu-bloco {
    margin-bottom: 20px;
}

.titulo-bloco {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    line-height: 1.5;
}

.menu-vertical ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-vertical li {
    margin-bottom: 6px;
}

.menu-vertical a {
    color: #00519B;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

.menu-vertical a:hover {
    color: #00CCFF;
    text-decoration: underline;
}


#menu-esquerdo a.ativo {
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
}

.display-none{
    display: none;
}





.word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
}

.word-item {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.word-item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

    
.video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-icon i {
  font-size: 20px;
}


.dropdown-menu {
  max-height: 85vh;
  overflow-y: auto;
}



/* Quando a pergunta está aberta (ícone vira "fa-angle-down"), aplica negrito e cor preta */
a[aria-expanded="true"] .accordion-title {
  font-weight: 700 !important;
  color: #000 !important;
}

.bg_ept{
    background-image: url(/img/jpg/92.jpg)
}