@media screen and (max-width: 768px) {
    
    div.tabelaNarradores {
        border: none;
        display: flex;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        display: grid;
    }
    div.linhaTituloNarradores {
        display: none;
    }

    div.infoNarrador {
        /* height: 120px; */
        display: flex;
        flex-direction: column;
    }

    .btnSelecionar .btnInfo {
        height: auto;
    }

    .buscadorTabela {
        flex-direction: column;
    }

    .saldoCreditos {
        margin-bottom: 10px;
    }

    .ouvirNarrador svg {
        margin: 10px;
    }

    .linhaInfo {
        background: #F7F7F7;
    }

    div.boxesPlanosCreditos {
        grid-template-columns: repeat(1, 1fr) !important;
    }

}

@media screen and (max-width: 992px) {
    div.boxesPlanosCreditos {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tituloModulo {
    color: #092F5D;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
}

.subTituloModulo {
    color: #092F5D;
    font-weight: bold;
    font-size: 25px;
    margin: 30px 0;
}

.descricaoModulo {
    font-size: 14px;
    margin: 30px 0px;
}

.saldoCreditos {
    font-size: 18px;
}

.buscadorTabela {
    display: flex;
    align-items: center;
}

.linhaTituloNarradores, .infoNarrador {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.linhaTituloNarradores {
    font-weight: bold;
}

.linhaInfo {
    border-radius: 8px;
    padding: 5px 0;
    align-items: center;
}

.linhaInfo:nth-child(2n+3) {
    background: #F7F7F7;
}

.btnSelecionar {
    text-decoration: none;
    display: flex;
    height: 48px;
    align-content: center;
    align-items: center;
}

.btnSelecionar .btnInfo {
    background: #1F6FCD;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding: 10px;
}

.btnInfo:hover, .btnInfo:focus, .btnInfo:active {
    opacity: 0.95;
}

.btnSelecionar:active .bi-app {
    display: none;
}

.btnSelecionar svg.bi-app {
    color: #0c4b96 !important;
    margin-right: 10px;
    background: #0c4b96;
    border-radius: 5px;
    border: solid 1px #165AAB;
}

.btnSelecionar a:hover, .btnSelecionar a:focus {
    background: #1255A5;
    color: white;
}

.btnSelecionar:hover svg, .btnSelecionar:focus svg {
    background: #073264 !important;
    color: #0c4b96 !important;
}

.btnSelecionado {
    text-decoration: none;
    display: flex;
    height: 48px;
    align-content: center;
    align-items: center;
}

.btnInfoSelecionado {
    background: #1F6FCD;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding: 10px;
}

.btnInfoSelecionado svg.bi-check-square {
    margin-right: 10px;
}

.tabelaNarradores {
    margin-top: 40px;
    font-size: 14px;
    padding: 20px;
    border: solid 3px #f5f5f5;
    border-radius: 20px;
}

.avaliacaoNarrador {
    color: #FDCE56;
}

.ouvirNarrador {
    color: #4B8FDE;
}

.ouvirNarrador svg {
    width: 24px;
    height: 24px;
}

.paginador {
    background: #F4F4F4;
    display: flex;
    width: fit-content;
    margin: 35px auto 0;
    padding: 5px;
    border-radius: 6px;
}

.paginador .pagina {
    padding: 8px;
    background: #C1C1C1;
    border-radius: 6px;
    margin-right: 2px;
    color: white;
    width: 32px;
    text-align: center;
    font-size: 16px;
}

.paginador .pagina.pgAtiva {
    background: #939393;
}

.buscadorTabela {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.btnBuscadorTabela {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border-radius: 0 6px 6px 0;
}

.boxesPlanosCreditos {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    display: grid;
    margin: 30px 0;
}

.boxPlanoCreditos {
    text-align: center;
}

.boxPlanoCreditos:nth-child(2) .flagDescontoPlanoCreditos {
    color: #E2B100;
}

.boxPlanoCreditos:nth-child(3) .flagDescontoPlanoCreditos {
    color: #F17400;
}

.boxPlanoCreditos:nth-child(4) .flagDescontoPlanoCreditos {
    color: #FF3D00;
}

.boxPlanoCreditos:nth-child(5) .flagDescontoPlanoCreditos {
    color: #EB0000;
}

.numeroCreditosPlano {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    background: linear-gradient(336deg, rgba(122, 139, 88, 0.75) -139.5%, rgba(243, 255, 237, 0.75) 54.9%);
    padding: 10px;
}

.qntCreditos {
    color: green;
    font-weight: bold;
}

.flagDescontoPlanoCreditos {
    color: #7D944E;
    font-weight: bold;
    font-size: 13px;
}

.numeroCreditosPlano {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.labelCreditosQnt {
    font-size: 13px;
}

.flagExpiracaoCreditos {
    background: #eaf7e1;
    text-transform: uppercase;
    color: #768854;
    border-radius: 20px;
    font-size: 12px;
    margin: 10px 0;
    padding: 3px;
}

.unidadesCreditosPlano {
    opacity: 0.6;
    background: linear-gradient(180deg, #090909 -129.41%, #B8F394 128.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    letter-spacing: -3px;
}

.labelCreditosQnt {
    color: #6E8C30;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.valoresPlanoCreditos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.valorPorCredito {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

.descVlrPorCredito {
    font-weight: normal;
    font-size: 12px;
}

.valorTotalPacoteCreditos {
    text-align: right;
}

.porValorTotalCreditos {
    color: #C91E1E;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: normal;
}

.valorTotalPacoteCreditos {
    color: #1F6FCD;
    font-weight: bold;
    font-size: 15px;
}

.btnGerarVideo {
    max-width: 300px;
}

.areaGerarVideoNarrado {
    background: #f3f3f3;
    padding: 20px 10px;
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    width: 100%;
}

.btnGerarVideo .btnInfo {
    height: 60px;
    width: 270px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
}

.btnSelecionar.btnGerarVideo:hover svg, .btnSelecionar.btnGerarVideo:focus svg {
    background: transparent !important;
    color: #fff !important;
}

.btnSelecionar:active .btnInfo {
    display: none;
}

.btnSelecionar:active .btnInfoSelecionado {
    display: flex !important;
    background: #195397;
}

.btnSelecionar:active .btnInfoSelecionado svg {
    color: white !important;
    background: #5b9be7;
}

.qntCreditos a {
    text-decoration: none;
    color: green !important;
}

.avisosAcoesNarracao {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(228, 228, 228, 0.20) 0%, rgba(228, 228, 228, 0.20) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 69.74%, rgba(0, 0, 0, 0.04) 144.35%);
    box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.07);
    margin: 50px auto;
    text-align: center;
    padding: 30px;
    color: #656565;
    font-size: 14px;
}

.avisosAcoesNarracao p {
    max-width: 640px;
    margin: 20px auto;
}

.tituloAvisoNarracoes {
    color: #092F5E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.headLineTituloNarracao {
    color: #3AB500;
    font-size: 16px;
    margin-bottom: 20px;
}

.btnsConfirmaGeracao {
    display: flex;
    justify-content: center;
}

.btnCancelarGeracao .btnInfo{
    background: #E13A3A;
}

.btnCancelarGeracao {
    margin-right: 20px;
}

.btnCancelarGeracao .btnInfo, .btnConfirmaGeracao .btnInfo{
    min-width: 130px;
}

.btnCancelarGeracao .btnInfo svg, .btnConfirmaGeracao .btnInfo svg {
    margin-right: 5px;
}

.alertsNarracao {
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
}

.alertNegativa {
    background: #FFE8E8;
    color: #7C1010;
}

.alertInfo {
    background: #FFE8E8;
}