#confirmacao .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    padding-top: 185px;
    position: relative;
    z-index: 1;
}

#confirmacao .container .icone {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}

#confirmacao .container .icone svg {
    width: 101px;
    height: 97px;
}

#confirmacao .container .titulo {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #8303FF;
    margin-bottom: 30px;
}

#confirmacao .container  a{
    background-color:#8303FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 15.5px 20px;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 31px;
    
}

#confirmacao .container p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    line-height: normal;
    text-align: center;
    color: var(--preto);
    margin-bottom: 14px;
}

#confirmacao .container p b,
#confirmacao .container p strong {
    font-weight: 700;
}

#confirmacao .container p .block {
    margin-top: 13px;
}

#footer .top.container {
    padding-top: 150px;
}

#confirmacao::before{
    content: '';
    display: block;
    width: 19.8vw;
    height: 31vw;
    background: url(../../tecnologia/simbolo-decor.png);
    background-size: cover;
    position: absolute;
    top: 72px;
    right: 0px;
}

@media screen and (max-width: 1024px) {
    #confirmacao .container {
        padding-top: 200px;
    }
}

@media screen and (max-width: 490px) {

    #confirmacao .container .btn {
        width: 100%;
        font-size: 13px;
        padding: 18px 17px;
    }
}