.btn-assinar {
    /* background-color: #ffea00; */
    background-color: #fede00;
    color: #111111;
    width: 82%;
}

.btn-assinar-mobile {
    /* background-color: #ffea00; */
    background-color: #fede00;
    color: #111111;
    width: 80%;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.background-assinatura {
    /*background-color: #111111!important;*/
    background-color: #141313 !important;
    color: white;
    padding-bottom: 14px;
}

.deviceAssinar {
    width: 45rem;
    min-width: 23rem;
    padding-top: 15px;
}

.deviceAssinar-mobile {
    width: 37rem;
    padding-top: 15px;
    overflow: visible;
    margin-left: -27px;
}

.yellow-font {
    color: #fede00;
}

.hr-edition {
    border: 0;
    height: 3px;
    background: #333;
    background: linear-gradient(to right, #333 10%, #f2f2f2 10%);
}

.hr-edition-artigo {
    border: 0;
    height: 3px;
    background: #f2f2f2;
}

.linha-edicoes {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
    font-size: unset;
}

.linha-edicoes-simple {
    font-weight: 600;
    font-size: unset;
}

.jumbotron-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:
        top 472px left 10px,
        bottom 10px right 10px;
    background-size: 256px;
}

.modal-body-revista {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

#previewDescricao {
    font-size: 16px;
    line-height: 1.6;
}

.modal-footer {
    justify-content: center;
}

#downloadBtn {
    font-size: 16px;
    padding: 10px 20px;
}