/* INDEX */
.div_livros_categorias {
    display: flex;
    align-items: center;
    background-color: #26293b;
    border-radius: 6px;
    padding: 1rem;
    box-sizing: border-box;
    gap: 1rem;
    border: 1px solid #2F3350;
    flex-direction: column;
    min-width: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.container_listagem_livros {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 1rem;
    gap: 1rem;
    flex-direction: column;
}

.container_categorias {
    display: flex;
    gap: 1rem;
    width: 100%;
    overflow: auto;
    margin-top: 1rem;
    scrollbar-width: none;
}

.div_input_busca {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0f0f0f;
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
    gap: 1rem;
    transition: all 0.25s ease;
    color: #f5f5f5;
    cursor: pointer;
    border: 1px solid #3a3a3a;
}

.input_busca:-webkit-autofill,
.input_busca:-webkit-autofill:hover,
.input_busca:-webkit-autofill:focus,
.input_busca:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #0f0f0f inset !important;
    box-shadow: 0 0 0 1000px #0f0f0f inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

.input_busca {
    background-color: #0f0f0f;
    border-radius: 6px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    color: #EAEAFF;
    font-size: 14px;
    outline: none;
    transition: all 0.25s ease;
    caret-color: white;
}

.div_input_busca:focus-within {
    border: 1px solid white;
}

.div_livros {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    gap: 0.5rem;
    min-width: 140px;
    max-width: 140px;
}


.div_livros_resultados {
    display: flex;
    box-sizing: border-box;
    position: relative;
    gap: 0.5rem;
    width: 100%;
}

.texto_introducao_resultado {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: calc(1.3em * 3);
}

.div_livros_resultados img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    aspect-ratio: 2 / 3;
    max-width: 100px;
}

.div_livros img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    aspect-ratio: 2 / 3;
}

.container_livros {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 1rem;
    gap: 1rem;
}

.container_livros_ranking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 1rem;
    gap: 1rem;
}

.div_dados_livro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.div_categorias_livro {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.6rem;
    width: 100%;
}

.categoria_livro {
    background-color: grey;
    border-radius: 16px;
    font-size: 12px;
    padding: 0.2rem 0.4rem;
}

.ultimo_livro_lido {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.texto_continuar_lendo {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.div_progresso_livro {
    padding: 0.4rem;
    border-radius: 4px;
    background: #12171B;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.barra_progresso_livro {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background: #00000047;
    outline: none;
    overflow: hidden;
    position: relative;
}

.progresso {
    background: linear-gradient(to right, #ff7ae0 0%, #7b42f6 100%);
    display: block;
    height: 100%;
    width: 65%;
}

.container_ultimo_livro_lido {
    position: relative;
    display: flex;
}

.sombra_livro {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.75) 100%);
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.div_informacoes_resultados {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn_continuar_lendo {
    background-color: #1B4DD9;
    border-radius: 6px;
    padding: 0.6rem;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    justify-content: center;
}

.titulo_livro_lendo {
    font-size: 18px;
    font-weight: 500;
}

.icone_play {
    height: 16px;
    width: 16px;
}

.estilo_posicao {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.35rem 0.65rem;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.primeiro_lugar {
    background: linear-gradient(135deg, #ff1f1f, #ff6b6b);
}

.segundo_lugar {
    background: linear-gradient(135deg, #ff4e1f, #ff8a50);
}

.terceiro_lugar {
    background: linear-gradient(135deg, #ff8c1a, #ffb347);
}

.outras_posicoes {
    background: linear-gradient(135deg, #777777, #999999);
}

.titulo_livro_pesquisa {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: calc(1.3em * 2);
    min-height: calc(1.3em * 2); 
    word-break: break-word;
}

.titulo_livro_pesquisa_horizontal{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-height: calc(1.3em * 2);
    word-break: break-word;
}

.container_resultados_livros {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 1rem;
    gap: 2rem;
    flex-direction: column;
}


.categoria-selecionada {
    background-color: #fbc02d;
    color: #000;
    border: 1px solid #fdd835;
}

.categoria-selecionada i {
    color: #000;
}


/* INDEX */

/* LIVRO DETALHES */
.sombra_detalhes_livro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(150, 150, 150, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    z-index: 1;
}

.div_capa_livro {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    width: 100%;
    justify-content: space-between;
}

.detalhes_iniciais_livro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: end;
    width: 100%;
}

.livro_miniatura {
    height: 210px;
    border-radius: 12px;
    aspect-ratio: 6 / 9;
    width: 100%;
}

.container_detalhes_livro {
    position: relative;
    display: flex;
    padding: 1rem;
}

.fundo_livro {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.div_capa_detalhes_livros {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    gap: 0.5rem;
    min-width: 140px;
}

.div_categorias_livro_detalhes {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: auto;
    margin-top: 1rem;
    scrollbar-width: none;
}

.div_acoes_detalhes_livro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
}

.introducao_livro {
    margin-top: 0.5rem;
}

.div_dois_capa_livro {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.icone_play_livro_detalhes {
    height: 16px;
}

.div_capitulos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #202938;
    border: 2px solid #141822;
    padding: 0.8rem;
    border-radius: 8px;
}

.container_capitulos {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.5rem;
    max-height: 400px;
    overflow: auto;
}

.btn_comecar_capitulo {
    width: 16px;
}

.div_titulo_capitulo {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.container_comentarios {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.card_comentario {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f5f5f5;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.div_perfil_comentario {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.div_espaco_perfil {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.div_perfil_comentario span {
    font-weight: 600;
    font-size: 15px;
}

.container_perfil {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.5rem;
}

.img_perfil_comentario {
    height: 40px;
    width: 40px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.card_comentario>span {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.fa-star {
    color: #ffcc00;
    font-size: 14px;
}

.btn_novo_comentario {
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-content {
    background-color: #1d2230;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    text-align: center;
    color: white;
    width: 90%;
    max-width: 320px;
    transform: scale(0.95);
    animation: fadeInScale 0.3s ease forwards;
    box-sizing: border-box;
    max-height: 85%;
    overflow: auto;
}

.modal-content h2 {
    margin-bottom: 0.5rem;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.icon-sucesso {
    font-size: 48px;
    color: #1B4DD9;
    margin-bottom: 1rem;
}

.btn_modal {
    margin-top: 1.5rem;
    background-color: #1B4DD9;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
}

.modal-content.modal-moedas {
    background-color: #1b1f2a;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    width: 85%;
    max-width: 380px;
    color: #fff;
}

.icon-cadeado {
    font-size: 45px;
    color: #ffd84b;
    margin-bottom: 10px;
}

.moedas-detalhes {
    background: #2a2f40;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 15px 0;
    text-align: left;
}

.moeda-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.moeda-item:last-child {
    border-bottom: none;
}

.moeda-item span {
    font-size: 0.95rem;
}

.moeda-item .valor {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #ffd84b;
}

.icone-moeda {
    width: 22px;
    height: 22px;
}

.moeda-item.resultado {
    justify-content: center;
    font-weight: bold;
    color: #ffd84b;
    padding-top: 10px;
    text-align: center;
   justify-content: space-between;
}

.botoes-modal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn_desbloquear {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn_finalizar{
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.btn_modal_erro {
    background: #2a2f40;
    color: #ccc;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
}

#modalComentario {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#modalComentario.show {
    display: flex;
    opacity: 1;
}

.modal-comentario {
    background-color: #1d2230;
    border-radius: 10px;
    padding: 1rem 1rem;
    text-align: center;
    color: white;
    width: 100%;
    height: 30%;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    animation: fadeInScale 0.3s ease forwards;
    box-sizing: border-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    flex-direction: column;
}

.div_estrelas {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.div_estrelas i {
    font-size: 24px;
}

.input_cometario {
    flex: 1;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 16px;
}

.acoes_comentario {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.acoes_comentario span {
    width: 80px;
}


@media(max-width: 350px) {
    .div_dois_capa_livro {
        flex-direction: column-reverse;
    }

    .livro_miniatura {
        height: auto;
    }
}

/* LIVRO DETALHES */

/* ALERTAS */

.data_alerta {
    align-items: end;
    justify-content: end;
    display: flex;
    margin-top: 0.5rem;
}

/* ALERTAS */

/* PLANOS */

.img_titulo_moedas {
    width: 30px;
}

/* PLANOS */



/* LEITURA */
.container_leitura {
    display: flex;
    height: 100%;
    width: 100%;
    scrollbar-width: none;
    margin: 0;
    flex-direction: column;
    position: relative;
}

.header_leitura {
    width: 100%;
    background: #171B24;
    padding: 0.5rem;
    box-sizing: border-box;
}

.div_leitura {
    background-color: #F1ECD9;
    flex: 1;
    color: black;
    overflow: auto;
    padding: 0.5rem;
}

.div_dados_livro_leitura {
    display: flex;
    flex-direction: column;
}

.container_dados_livro_leitura {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.div_dois_header_leitura {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.acoes_leitura {
    background-color: #F1ECD9;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.div_acoes_leitura {
    display: flex;
    gap: 0.8rem;
}

.texto_capitulo {
    white-space: pre-wrap;
}

/* LEITURA */

/* AVALIAÇÕES */

.secao_avaliacoes h3 {
    margin-bottom: 0.7rem;
    color: #ffd84b;
    font-size: 1rem;
}

.botoes_filtro {
    display: flex;
    gap: 10px;
}

.botoes_filtro button {
    flex: 1;
    background: #2a2f40;
    color: #ffd84b;
    border: 1px solid #2f3350;
    border-radius: 8px;
    padding: 0.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.botoes_filtro button.ativo {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
}

/* LISTAS */
.avaliacoes_lista {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.avaliacoes_lista.ativa {
    display: flex;
}

.avaliacao_card {
    background: #2a2f40;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.avaliacao_livro {
    display: flex;
    gap: 0.8rem;
}

.avaliacao_capa {
    width: 70px;
    border-radius: 5px;
    object-fit: cover;
    aspect-ratio: 2 / 3;
}

.avaliacao_info_avaliar {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avaliacao_info {
    flex: 1;
}

.avaliacao_titulo {
    color: #fff;
    font-weight: 600;
}

.avaliacao_autor {
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 0.2rem;
}

.avaliacao_estrelas {
    color: #ffd84b;
    font-size: 0.9rem;
}

.avaliacao_texto {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.4;
}

.btn_avaliar {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.85rem;
    transition: 0.2s;
    margin-top: 0.6rem;
    width: 100%;
}

.btn_avaliado {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 0.85rem;
    transition: 0.2s;
    width: 100%;
}

/* AVALIAÇÕES */

/* FINANCEIRO */

.botoes_filtro {
    display: flex;
    gap: 10px;
}

.botoes_filtro button {
    flex: 1;
    background: #2a2f40;
    color: #ffd84b;
    border: 1px solid #2f3350;
    border-radius: 8px;
    padding: 0.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.botoes_filtro button.ativo {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
}

.lista_faturas {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.lista_faturas.ativa {
    display: flex;
}

.card_fatura {
    background: #2a2f40;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.info_fatura {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}

.info_fatura strong {
    color: #fff;
    font-size: 1rem;
}

.info_fatura small {
    color: #ccc;
    font-size: 0.85rem;
}

.valor_fatura {
    color: #ffd84b;
    font-weight: 600;
    font-size: 1rem;
}

.status_pago {
    background: #2c6237;
    color: #9cffb0;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.status_pendente {
    background: #63421f;
    color: #ffcc00;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.btn_pagar {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #1b1f2a;
    font-size: 0.85rem;
    transition: all 0.25s ease;
    margin-top: 1rem;
    width: 100%;
}

/* FINANCEIRO */


/* LEITURA */

.bloqueio_leitura {
    background: linear-gradient(180deg, #1b1f2a, #202437);
    border: 1px solid #2f3350;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 216, 75, 0.25);
}

.bloqueio_leitura h3 {
    color: #ffd84b;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.bloqueio_leitura p {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.btn_desbloquear {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
    font-weight: 700;
    padding: 0.7rem 1.3rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.25s;
}

/* LEITURA */


/* LEITURAS */

.lista_livros {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.card_livro {
    background: #2a2f40;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    padding: 0.6rem;
    align-items: center;
}

.card_livro img {
    width: 80px;
    height: 105px;
    border-radius: 6px;
    object-fit: cover;
}

.info_livro {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.titulo_livro {
    font-weight: 600;
    color: #fff;
}

.barra_progresso {
    background: #1b1f2a;
    height: 6px;
    border-radius: 6px;
    margin-top: 6px;
    overflow: hidden;
}

.progresso {
    height: 100%;
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    border-radius: 6px;
}

.botoes_filtro {
    display: flex;
    gap: 10px;
}

.botoes_filtro button {
    flex: 1;
    background: #2a2f40;
    color: #ffd84b;
    border: 1px solid #2f3350;
    border-radius: 8px;
    padding: 0.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.botoes_filtro button.ativo {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    color: #1b1f2a;
}

.lista_livros {
    display: none;
}

.lista_livros.ativa {
    display: flex;
}

.btn_ver_leituras {
    background: linear-gradient(90deg, #ffcc00, #ffaa00);
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
    color: #1b1f2a;
    font-size: 0.85rem;
    transition: all 0.25s ease;
    margin-top: 1rem;
    width: 100%;
}

.div_espaco_leituras{
    margin-top: 1rem;
}
/* LEITURAS */