header {
    background: linear-gradient(90deg, #0045B3 0%, rgba(0, 69, 179, 0.9) 58%, rgba(0, 69, 179, 0.25) 100%);
}
header .container .esq #menu-principal li a {
    color: #fff;
}

#confirmacao {
    background: linear-gradient(180deg, #0047AF -110.32%, #FFFFFF 35.54%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 205px 5% 120px;
    position: relative;
}

#confirmacao::before {
    content: '';
    background-image: url(../../../procurement/confirmacao/detalhe.svg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 528px;
    max-height: 418px;
    width: 28vw;
    height: 22vw;
    position: absolute;
    right: 0;
    bottom: 0;
}


#confirmacao .titulo {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.69px;
    text-align: center;
    color: #171714;
    margin-bottom: 35px;

}

#confirmacao svg {
    margin-bottom: 36px;
}

#confirmacao .texto {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.76px;
    text-align: center;
}

#confirmacao .texto.primeiro {
    margin-bottom: 16px;
}

#confirmacao .texto.segundo {
    margin-bottom: 45px;
}

#confirmacao .texto b {
    font-weight: 700;
}

#confirmacao a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #001E76;
    border: 1px solid #001E76;
    border-radius: 30px;
    padding: 19px 48px;
    transition: var(--transicao);
}

/* HOVERS */
@media screen and (min-width: 1025px) {
    #confirmacao a:hover {
        background-color: #fff;
        color: #001E76;
    }
}

@media screen and (max-width: 1200px) {
    #confirmacao a {
        font-size: 12px;
    }
}
