/* ================= KNOCK DOWN PAGE ================= */

/* Aumenta o espaçamento do título para não encostar no menu fixo */
#profissionais {
    padding-top: 160px; /* espaço abaixo do menu fixo */
    margin-top: 0;
  }
  
  /* Ajuste do parágrafo de descrição */
  #profissionais p {
    font-size: 1rem;
    color: #cbd5e1; /* cinza claro */
    margin-bottom: 50px;
  }
 
  /* Ajuste do botão voltar */
  #profissionais .btn-whats {
    background: #0ea5e9;
    padding: 18px 50px;
    font-size: 1.1rem;
  }

  .alerta-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .alerta-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-family: 'Poppins', sans-serif;
  }
  
  .alerta-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: rgb(180, 3, 3);
  }
  
  .alerta-box p {
    margin-bottom: 20px;
    color: #555;
  }
  
  .btn-voltar {
    background: #0ea5e9;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
  }
  
  
  /* Mobile */
  @media (max-width: 600px) {
    #profissionais {
      padding-top: 130px;
    }
  
    #profissionais p {
      font-size: 0.9rem;
      margin-bottom: 30px;
    }
  
    #profissionais .btn-whats {
      font-size: 1rem;
      padding: 15px 40px;
    }
  }
  
  .alerta-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.alerta-box {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  font-family: 'Poppins', sans-serif;
}

.alerta-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.alerta-box p {
  margin-bottom: 20px;
  color: #555;
}

.btn-voltar {
  background: #0ea5e9;
  color: white;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
