/* Estilos para o bloco de recrutamento com transparência */
.junteseanos-bloco-transparente {
  background: rgba(0,0,0,0.6);
 /* border-radius: 12px;*/
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.junteseanos-bloco-transparente h2 {
  margin-bottom: 1.5rem;
}

.junteseanos-bloco-transparente p {
  margin-bottom: 1.5rem;
}

.junteseanos-btn-formulario {
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  background: #198754;
  color: #fff;
  border: none;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}

.junteseanos-btn-formulario:hover {
  background: #145c32;
  color: #fff;
} 