.dizimoseofertas-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f0f0f;
    margin-top: 60px;
}

.titulo-dizimoseofertas {
    margin: 30px;
    font-family: 'Monument';
    color: white;
}

.capadizimoseofertas {
    overflow: hidden;
}

.capadizimoseofertas img {
    width: 100%;
}

.T-DizimoseOfertas {
    padding: 30px;
    text-align: center;
}

.T-DizimoseOfertas p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.T-InformacoesConta {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 25px 20px 25px 20px;
}


.T-InformacoesConta img {
    width: 60px;
    margin-right: 20px;
}

.T-InformacoesConta p {
    margin: 10px;
    font-family: "Inter", sans-serif;
}

#txt-InformacoesConta {
    font-size: 20px;
    font-weight: 400;
}

#em01 {
    font-weight: 700;
}

#em02 {
    font-weight: 700;
}

#em03 {
    font-weight: 700;
}

#txt-RCNPJ {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

#qrcode {
    width: 100%;
}

#txt-TQRCODE {
    margin-bottom: 50px;
}

#txt-PALAVRA {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .jq1 p {
        font-size: 15px;
    }

    .jq1 img {
        width: 40px;
    }

    .capadizimoseofertas img {
        width: 100%;
        height: 70px;
    }
}