/* MINHA CAPA */

/*.minha-capa .card .pageviews {
    z-index: 50;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background-color: black;
    color: white;
    font-size: small;
}*/

.minha-capa .d-flex {
    display: flex;
    flex-direction: column;
}

.minha-capa .topo-minha-capa {
    display: flex;
    align-items: center;
}

.minha-capa .titulo-minha-capa {
    font-size: 25px; 
    font-weight: 800; 
    white-space:nowrap
}

.minha-capa .topo-minha-capa .editar-preferencias {
    white-space:nowrap;
    font-size: 12px;
    text-decoration: underline;
}

.minha-capa .card,
.minha-capa .card .sem-foto,
.minha-capa .card .colunas {
    height: 275px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    margin-bottom: 15px;
}

.minha-capa .card.card-fotog .imagem.img {
    max-height: 200px;
    border-radius: 20px;
}

.minha-capa .card.card-sem-foto .sem-foto,
.minha-capa .card.card-colunas .colunas,
.minha-capa .card.card-pub{
    justify-content: center;
}

.minha-capa .sem-foto {
    background-color: #FBFAF6;
    padding: 20px;
}
.minha-capa .card .imagem {
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}
.minha-capa .card .titulo {
    font-weight: 500;
}
.minha-capa .card ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.minha-capa .card ul li::before{ content: "\2022"; color: #b6b6b6; }
.minha-capa .card li {
    list-style: none;
    margin-left: 0;
}
.minha-capa .card .data-pub {
    color: #b6b6b6;
    font-size: 12px;
}

.minha-capa .card.fotog .d-flex {
    flex-direction: column;
}
.minha-capa .card.fotog .d-flex .imagem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: auto;
}
.minha-capa .card.fotog .d-flex .imagem.img {

}

/* MINHA CAPA - COLUNAS */
.minha-capa .card .colunas {
    background-color: #FBFAF6;
    padding: 15px;
}
.minha-capa .card .colunas .colunas-autor {
    margin-bottom: 20px;
    width: 100%;
}
.minha-capa .card .colunas .colunas-autor .imagem {
    border: 1px solid black;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}
.minha-capa .card .colunas .colunas-autor .assunto {
    font-weight: 800;
    margin-top: 10px;
}

.minha-capa .secao .nome.sembg {
    margin-bottom: 3px;
}

.minha-capa .paywall-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.minha-capa .paywall-container, .minha-capa .paywall-container * {
    pointer-events: none;
}
.minha-capa .paywall-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    display: block;
    z-index: 2;
}
.paywall-offset {
    margin-top: -200px;
    padding: 0 50px;
    z-index: 2;
}

.minha-capa .loja .btn.btn-primary {
    background: #d9edf7;
    color: #000;
    border: 1px solid #FF6600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-overlay.form-overlay-minha-capa {
    width: auto !important;
}

.minha-capa-selecione-interesses {
    color: #374798;
    font-size: 26px;
}

/* MINHA CAPA - RESPONSIVO */
@media(max-width: 1200px) {
    .minha-capa .card {
        /*height: 250px;*/
    }
    .minha-capa .card .colunas .colunas-autor .imagem {
        margin: 0 auto;
    }
    .minha-capa .card .colunas .colunas-autor .assunto,
    .minha-capa .card .colunas .colunas-autor .nome {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .minha-capa .card {
        /*height: 225px;*/
    }
    .minha-capa .card .titulo {
        font-size: 15px;
    }
}

@media(max-width: 768px) {

    .minha-capa .card.card-fotog .d-flex {
        flex-direction: column;
    }

    .minha-capa .card.card-fotog .imagem.img {
        max-height: auto;
        width: auto;
    }

    .minha-capa .card.card-fotog .imagem.img {
        max-height: none;
    }

    .minha-capa .topo-minha-capa .minha-capa {
        border-bottom: 3px solid #f60;
    }
    .minha-capa .card.card-fotog .d-flex .imagem {
        margin: 0 -15px;
        position: relative;
    }
    .minha-capa .card.card-fotog,
    .minha-capa .card.card-sem-foto .sem-foto,
    .minha-capa .card.card-colunas .colunas {
        min-height: auto;
        height: auto;
    }
    .minha-capa .card {
        height: auto;
        min-height: auto;
        margin-bottom: 20px;
    }
    .minha-capa .card .titulo {
        font-size: initial;
    }
    .minha-capa .card .secao {
        background-color: #D4D8E4;
        color: #2A3380!important;
        border-radius: 5px;
        width: fit-content;
        padding: 0 5px;
    }
    .minha-capa .card .secao .nome {
        color: #2A3380;
    }
    .minha-capa .card .textos {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .minha-capa .card .imagem {
        min-height: auto;
    }
    .minha-capa .d-flex {
        flex-direction: row;
    }
    .minha-capa .card .colunas .colunas-autor .assunto,
    .minha-capa .card .colunas .colunas-autor .nome {
        text-align: left;
    }
    .minha-capa .sem-foto{
        background-color: white;
        padding: 0;
    }
}

