/* DIVs Ocultas */
#dvRequisitosResp, #dvRequisitosBtn, #dvInfoRecrut, #dvResposta {
  display: none;
}

.features:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(220,53,69,0.3);
}

.timeline-evo {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 2px solid rgba(255,255,255,0.1);
}

.timeline-item {
  position: relative;
  margin-bottom: 15px;
}

.timeline-dot {
  position: absolute;
  left: -11px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #dc3545;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(220,53,69,0.7);
}

.timeline-content h6 {
  margin-bottom: 2px;
  margin-left: 5px;
  font-weight: bold;
  color: #fff;
}

.timeline-content p {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #d6d6d6;
  line-height: 1.5;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.3);
  box-shadow: 0 0 12px rgba(220,53,69,1);
}

.nav-link.active { 
  color: #dc3545 !important;
  font-weight: bold;
}