.btn-primario {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap; /* Evita quebra de linha dentro do botão */
    background-color: #0a72e9;
    color: #fff;
}

.btn-primario:hover {
    background-color: #084e9c;
    transition: background-color 0.3s ease;
}
