.btn{
    background:transparent;
    color:#432e39;
    font-family: "DiDiSansVariableVF";
    text-align:center;
    font-size:40px;
    border-radius:20px;
    border:none;
    }

.puntos{
    color:white;
    background:#432e39;
    font-family: "DiDiSansVariableVF";
    text-align:center;
    font-size:1.2em;
    border-radius:40px;
    border:none;
} 

.config{
    background:transparent;
    color:#432e39;
    font-family: "DiDiSansVariableVF";
    text-align:center;
    font-size:1.5em;
    border:2px solid #432e39;
    border-radius:40px; 
}

.ingreso{
    background:transparent;
    color:#432e39;
    font-family: "DiDiSansVariableVF";
    text-align:center;
    font-size:1.5em;
    border:2px solid #432e39;
    border-radius:40px; 
    white-space: normal;
    overflow-wrap: break-word;
}



.neon-btn {
  background:transparent;
  border: none;
  color: #432e39;
  font-family: "DiDiSansVariableVF";
  padding: 16px 28px;
  border-radius: 20px;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 1119px;
  justify-content: space-between;   /* texto izquierda • puntos derecha */
  transition: all 0.25s ease;
  box-sizing: border-box;
}



.neon-btn strong {
  color: #ffffff;
  background: #f1c900;
  color: #000;
  padding: 0.3em 0.8em;
  border-radius: 40px;
  font-size: 1.35rem;
  box-shadow: 0 0 20px #f1c900;
}