.pedido-sucesso{

    min-height:80vh;

    display:flex;

    justify-content:center;

    align-items:center;

}

.sucesso-box{

    width:100%;

    max-width:650px;

    background:#fff;

    padding:50px;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    text-align:center;

}

.check{

    width:100px;

    height:100px;

    background:#28a745;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:48px;

    margin:0 auto 25px;

}

.btn-whatsapp{

    display:block;

    margin-top:30px;

    background:#25D366;

    color:#fff;

    padding:18px;

    border-radius:15px;

    font-weight:bold;

}

.btn-voltar{

    display:block;

    margin-top:20px;

    color:#6b3f1d;

}