.fundoPreto{
    background-image: url("https://oris.app.br/imagemSistema/fundoPreto.png");
    background-size: cover;
    color:#fff;
}

.btn-gestao{

    font-weight: bold;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    background-image: linear-gradient(145deg, #ffd700, #fffa8a, #ffd700);
    border-color: #E5C400;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bordaServico{
    border-radius: 2rem;
    border: solid 4px #ffd700;
}