
/* =========================================================
   RESUMO DO PEDIDO - WSOFT - 28.08.26
   ========================================================= */

.wsoft-resumo-pedido {
    width: 100%;
    max-width: 1100px;
    margin: 15px auto 25px;
    background: #ffffff;
    border: 1px solid #e5e8eb;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.wsoft-tabela-principal {
    border-collapse: separate;
    border-spacing: 0;
}

.wsoft-tabela-principal > tbody > tr > td {
    padding: 0;
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

.wsoft-header-resumo {
    min-height: 78px;
    padding: 17px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #fff;
    text-align: center;
}

.wsoft-header-icone {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.18);
    font-size: 21px;
}

.wsoft-header-resumo h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .3px;
}

.wsoft-header-resumo span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    opacity: .9;
}


/* =========================================================
   INTRODUÇÃO - RESUMO DO PEDIDO
   ========================================================= */

.wsoft-introducao {
    margin: 0;
    padding: 20px 28px 18px;
    background: #ffffff;
    border-bottom: 1px solid #eef0f2;
}


/* ---------------------------------------------------------
   CONTEÚDO
   --------------------------------------------------------- */

.wsoft-introducao-conteudo {
    display: flex;
    align-items: center;
    gap: 14px;

    max-width: 100%;
    padding: 13px 17px;

    background: #f8fafb;
    border: 1px solid #e8ecef;
    border-left: 4px solid <?php echo $corSistema; ?>;
    border-radius: 9px;

    box-sizing: border-box;
}


/* ---------------------------------------------------------
   ÍCONE
   --------------------------------------------------------- */

.wsoft-introducao-icone i {
    color: #003264 !important;
    font-size: 25px;
    opacity: 1 !important;
    font-weight: normal;
}


/* ---------------------------------------------------------
   TEXTO
   --------------------------------------------------------- */

.wsoft-introducao-texto {
    min-width: 0;
    flex: 1;
    text-align: left !important;
}

/* ---------------------------------------------------------
   TÍTULO
   --------------------------------------------------------- */

.wsoft-introducao h5 {
    margin: 0 0 4px;
    padding: 0;

    color: #343a40;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    text-align: left !important;
}

.wsoft-introducao h5 strong {
    color: #212529;
    font-weight: 700;
}

/* ---------------------------------------------------------
   DESCRIÇÃO
   --------------------------------------------------------- */

.wsoft-introducao p {
    margin: 0;
    padding: 0;

    color: #6c757d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;

    text-align: left !important;
}

.wsoft-introducao p i {
    margin-right: 5px;

    font-size: 12px;
    vertical-align: middle;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 768px) {

    .wsoft-introducao {
        padding: 15px 15px 13px;
    }

    .wsoft-introducao-conteudo {
        gap: 11px;
        padding: 11px 13px;
        border-left-width: 3px;
    }

    .wsoft-introducao-icone {
        flex: 0 0 34px;

        width: 34px;
        height: 34px;

        font-size: 15px;
    }

    .wsoft-introducao h5 {
        font-size: 14px;
    }

    .wsoft-introducao p {
        font-size: 12px;
    }
}




/* =========================================================
   TÍTULOS DAS SEÇÕES
   ========================================================= */

.wsoft-titulo-secao {
    min-height: 47px;
    padding: 9px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 7px 7px 0 0;
    color: #fff;
}

.wsoft-titulo-secao h5 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: .3px;
}

.wsoft-titulo-secao > i {
    font-size: 17px;
}


/* =========================================================
   SEUS DADOS - ALINHAMENTO À ESQUERDA
   ========================================================= */

.wsoft-dados-cliente {
    padding: 16px 24px 18px;
    background: #fff;
    text-align: left !important;
}

.wsoft-dados-cliente h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left !important;
}

.wsoft-dados-cliente label {
    text-align: left !important;
}

.wsoft-linha-dado {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    min-height: 25px;
    border-bottom: 1px solid #f0f1f2;
    text-align: left !important;
}

.wsoft-linha-dado b {
    min-width: 170px;
    color: #495057;
    text-align: left !important;
}

.wsoft-linha-dado label {
    color: #343a40;
    text-align: left !important;
}

/* =========================================================
   CONFIGURAÇÕES
   ========================================================= */

.wsoft-configuracoes {
    padding: 10px 24px 18px;
}

.wsoft-configuracoes h5 {
    margin: 0;
}

.wsoft-config-linha {
    min-height: 42px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #edf0f2;
    font-size: 14px;
}

.wsoft-config-linha b {
    color: #343a40;
}

.wsoft-config-linha label {
    color: #555;
    text-align: right;
}


/* =========================================================
   RECURSOS ADICIONAIS
   ========================================================= */

.wsoft-recursos-tabela {
    margin: 10px auto 22px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e8eb;
    border-radius: 8px;
    overflow: hidden;
}

.wsoft-recursos-tabela td {
    padding: 11px 15px;
    border-bottom: 1px solid #edf0f2;
}

.wsoft-recursos-tabela tr:last-child td {
    border-bottom: 0;
}

.wsoft-recurso-descricao {
    width: 65%;
    color: #343a40;
    font-size: 13px;
    text-align: left;
}

.wsoft-recurso-status {
    width: 35%;
    text-align: center;
}

.wsoft-recurso-status label[style*="color: #F00"] {
    display: inline-block !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    background: #fff1f1 !important;
    border: 1px solid #ffd7d7 !important;
    color: #dc3545 !important !important;
    font-size: 11px !important;
}


/* =========================================================
   STATUS - CONTRATADO / NÃO CONTRATADO
   ========================================================= */


.wsoft-status-contratado,
.wsoft-status-nao-contratado {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;

    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;

    padding: 0 8px !important;

    border-radius: 20px !important;

    box-sizing: border-box;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    white-space: nowrap;
    vertical-align: middle;
}


/* ---------------------------------------------------------
   CONTRATADO
   --------------------------------------------------------- */

.wsoft-status-contratado {
    color: #198754 !important;
    background: #eaf8f0 !important;
    border: 1px solid #b8e6cc !important;
}


/* ---------------------------------------------------------
   NÃO CONTRATADO
   --------------------------------------------------------- */

.wsoft-status-nao-contratado {
    color: #dc3545 !important;
    background: #fff1f1 !important;
    border: 1px solid #ffd0d0 !important;
}

/* =========================================================
   TOTALIZAÇÃO
   ========================================================= */

.wsoft-total-wrapper {
    padding: 15px 20px 20px;
}

.wsoft-tabela-total,
.wsoft-tabela-mensalidades,
.wsoft-tabela-geral,
.wsoft-tabela-promocional,
.wsoft-tabela-mensagem {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 8px;
}

.wsoft-tabela-total th {
    padding: 11px 15px;
    background: #fafbfc !important;
    color: #343a40 !important;
    border-bottom: 1px solid #e7eaed;
    font-size: 13px;
}

.wsoft-tabela-total th:first-child {
    text-align: left;
}

.wsoft-tabela-total th:last-child {
    text-align: right;
    white-space: nowrap;
}

.wsoft-tabela-total tr:last-child th {
    background: #f1f4f6 !important;
    font-weight: 700;
}


/* =========================================================
   MENSALIDADES
   ========================================================= */

.wsoft-tabela-mensalidades {
    border: 1px solid #bce8ed;
}

.wsoft-tabela-mensalidades th {
    padding: 13px 16px;
    background: #e0ffff !important;
    color: #1f2d35 !important;
    border-bottom: 1px solid #c9edf1;
    font-size: 16px;
    font-weight: 700;
}

.wsoft-tabela-mensalidades tr:last-child th {
    border-bottom: 0;
}

.wsoft-tabela-mensalidades th:first-child {
    text-align: left;
}

.wsoft-tabela-mensalidades th:last-child {
    text-align: right;
    white-space: nowrap;
}


/* =========================================================
   TOTAL GERAL
   ========================================================= */

.wsoft-tabela-geral {
    margin-top: 15px;
}

.wsoft-tabela-geral th {
    padding: 17px 18px;
    background: #adff2f !important;
    color: #1d280f !important;
    border: 0;
    font-size: 18px;
    font-weight: 800;
}

.wsoft-tabela-geral th:first-child {
    text-align: left;
}

.wsoft-tabela-geral th:last-child {
    text-align: right;
    white-space: nowrap;
    font-size: 21px;
}


/* =========================================================
   CÓDIGO PROMOCIONAL
   ========================================================= */

.wsoft-tabela-promocional {
    margin-top: 15px;
}

.wsoft-tabela-promocional th {
    padding: 16px;
    background: #fff !important;
    color: #343a40 !important;
    border: 1px solid #e4e7ea;
}

.wsoft-promocional-titulo {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 800;
}

.wsoft-promocional-titulo i {
    font-size: 18px;
}

.wsoft-promocional-form {
    display: flex;
    gap: 8px;
}

.wsoft-promocional-form input {
    flex: 1;
    height: 41px;
    padding: 0 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
}

.wsoft-promocional-form input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 3px rgba(0,123,255,.08);
}

.wsoft-promocional-form button {
    min-width: 115px;
    height: 41px;
    border: 0;
    border-radius: 6px;
    background: #343a40;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.wsoft-promocional-form button:hover {
    opacity: .9;
    transform: translateY(-1px);
}


/* =========================================================
   MENSAGEM DO CUPOM
   ========================================================= */

.wsoft-tabela-mensagem {
    margin-top: 8px;
}

.wsoft-tabela-mensagem th {
    min-height: 25px;
    padding: 6px 12px;
    background: #fff !important;
    border: 0;
    color: #343a40 !important;
    text-align: left !important;
}


/* =========================================================
   BOTÕES
   ========================================================= */

.wsoft-botoes-resumo {
    padding: 5px 20px 28px;
    text-align: center;
}

.wsoft-botoes-resumo table {
    margin: auto;
}

.wsoft-botoes-resumo td {
    padding: 5px 6px;
}

.wsoft-botoes-resumo a {
    text-decoration: none;
}

.wsoft-botoes-resumo .btn_padrao_ws {
    min-height: 42px;
    padding: 9px 18px;
    border-radius: 7px;
    transition: .2s;
}

.wsoft-botoes-resumo .btn_padrao_ws:hover {
    transform: translateY(-1px);
}

.wsoft-botoes-resumo i {
    margin: 0 4px;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 768px) {

    .wsoft-resumo-pedido {
        margin: 8px auto 15px;
        border-radius: 10px;
    }

    .wsoft-header-resumo {
        padding: 15px;
    }

    .wsoft-header-resumo h4 {
        font-size: 17px;
    }

    .wsoft-introducao {
        padding: 18px 15px 8px;
    }

    .wsoft-dados-cliente {
        padding: 12px 15px;
    }

    .wsoft-linha-dado {
        display: block;
        padding: 5px 0;
    }

    .wsoft-linha-dado b {
        display: block;
        min-width: 0;
    }

    .wsoft-configuracoes {
        padding: 8px 15px 15px;
    }

    .wsoft-config-linha {
        display: block;
        padding: 9px 5px;
    }

    .wsoft-config-linha b {
        display: block;
        margin-bottom: 3px;
    }

    .wsoft-config-linha label {
        display: block;
        text-align: left;
    }

    .wsoft-recursos-tabela {
        width: calc(100% - 20px);
    }

    .wsoft-recurso-descricao,
    .wsoft-recurso-status {
        width: auto !important;
    }

    .wsoft-recurso-descricao {
        font-size: 12px;
    }

    .wsoft-recurso-status {
        font-size: 11px !important;
    }

    .wsoft-total-wrapper {
        padding: 10px;
    }

    .wsoft-tabela-total th {
        padding: 10px;
        font-size: 12px;
    }

    .wsoft-tabela-mensalidades th {
        padding: 11px 10px;
        font-size: 14px;
    }

    .wsoft-tabela-geral th {
        padding: 14px 10px;
        font-size: 15px;
    }

    .wsoft-tabela-geral th:last-child {
        font-size: 18px;
    }

    .wsoft-promocional-form {
        flex-direction: column;
    }

    .wsoft-promocional-form button {
        width: 100%;
    }

    .wsoft-botoes-resumo table,
    .wsoft-botoes-resumo tbody,
    .wsoft-botoes-resumo tr,
    .wsoft-botoes-resumo td {
        display: block;
        width: 100%;
    }

    .wsoft-botoes-resumo td {
        padding: 4px 0;
    }

    .wsoft-botoes-resumo .btn_padrao_ws {
        width: 100%;
    }

}

/* =========================================================
   STATUS - NÚMERO DE COMPUTADORES
   ========================================================= */

.wsoft-status-numero {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;

    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;

    padding: 0 8px !important;

    box-sizing: border-box;

    border-radius: 20px !important;

    background: #eef5ff !important;
    border: 1px solid #c9dcf5 !important;
    color: #1976a8 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    white-space: nowrap;
    vertical-align: middle;
}

/* =========================================================
   TABELA - SEUS DADOS
   ========================================================= */

.wsoft-tabela-dados {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.wsoft-tabela-dados td {
    height: 38px;
    padding: 7px 24px;
    border-bottom: 1px solid #edf0f2;
    vertical-align: middle;
    font-size: 14px;
}

.wsoft-tabela-dados tr:last-child td {
    border-bottom: 0;
}


/* COLUNA DOS NOMES */

.wsoft-dado-label {
    width: 30%;
    color: #495057;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}


/* COLUNA DOS VALORES */

.wsoft-dado-valor {
    width: 70%;
    color: #343a40;
    text-align: left;
    overflow-wrap: anywhere;
}

.wsoft-dado-valor label {
    margin: 0;
    padding: 0;
    color: inherit;
    text-align: left;
}


/* =========================================================
   TABELA - CONFIGURAÇÕES
   ========================================================= */

.wsoft-tabela-configuracoes {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.wsoft-tabela-configuracoes td {
    height: 42px;
    padding: 8px 24px;
    border-bottom: 1px solid #edf0f2;
    vertical-align: middle;
    font-size: 14px;
}

.wsoft-tabela-configuracoes tr:last-child td {
    border-bottom: 0;
}


/* COLUNA DESCRIÇÃO */

.wsoft-config-descricao {
    width: 65%;
    text-align: left;
    color: #343a40;
}


/* COLUNA STATUS */

.wsoft-config-status {
    width: 35%;
    text-align: center;
    white-space: nowrap;
}


/* =========================================================
   PADRÃO DOS STATUS
   ========================================================= */

.wsoft-status-contratado,
.wsoft-status-nao-contratado,
.wsoft-status-numero {

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: 125px !important;
    min-width: 125px !important;
    max-width: 125px !important;

    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;

    padding: 0 8px !important;

    box-sizing: border-box;

    border-radius: 20px !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    white-space: nowrap;
    vertical-align: middle;
}


/* CONTRATADO */

.wsoft-status-contratado {
    color: #198754 !important;
    background: #eaf8f0 !important;
    border: 1px solid #b8e6cc !important;
}


/* NÃO CONTRATADO */

.wsoft-status-nao-contratado {
    color: #dc3545 !important;
    background: #fff1f1 !important;
    border: 1px solid #ffd0d0 !important;
}


/* NÚMERO */

.wsoft-status-numero {
    color: #1976a8 !important;
    background: #eef5ff !important;
    border: 1px solid #c9dcf5 !important;
}





/**********************************************************************************************/

/* =========================================================
   WSOFT - TREINAMENTO REMOTO
   MODELO PROFISSIONAL 02
   ========================================================= */

.wsoft-tr-box {
    width: 100%;
    max-width: 1050px;
    margin: 20px auto 35px;

    background: #fff;

    border: 1px solid #e3e8ed;
    border-radius: 12px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(31, 45, 61, 0.08);
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

.wsoft-tr-header {
    display: flex;
    align-items: center;

    padding: 24px 30px;

    color: #fff;
}

.wsoft-tr-header-icon {
    width: 48px;
    height: 48px;

    margin-right: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255,255,255,.65);
    border-radius: 50%;

    font-size: 25px;
    font-weight: bold;
}

.wsoft-tr-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: .3px;	
}

.wsoft-tr-subtitle {
    margin-top: 3px;

    font-size: 16px;
    line-height: 1.6;
}

.wsoft-tr-subtitle strong {
    font-size: 15px;
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.wsoft-tr-content {
    padding: 25px 30px 5px;
}


/* =========================================================
   INTRODUÇÃO
   ========================================================= */

.wsoft-tr-intro {
    display: flex;
    align-items: flex-start;

    padding: 18px 20px;

    background: #f7f9fb;

    border: 1px solid #e3e8ed;
    border-radius: 9px;
}

.wsoft-tr-intro-icon {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    margin-right: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1976a8;
    color: #fff;

    font-size: 16px;
    font-weight: bold;
}

.wsoft-tr-intro h5 {
    margin: 0 !important;

    color: #53616c;

    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}

.wsoft-tr-intro h5 strong {
    color: #34434d;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.wsoft-tr-section-title {
    display: flex;
    align-items: center;

    margin: 24px 0 15px;

    color: #263746;

    font-size: 15px;
    font-weight: 700;
}

.wsoft-tr-section-title span {
    width: 4px;
    height: 18px;

    margin-right: 9px;

    border-radius: 5px;

    background: #1976a8;
}


/* =========================================================
   TÓPICOS
   ========================================================= */

.wsoft-tr-topicos {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 8px 12px;

    margin-bottom: 20px;
}

.wsoft-tr-topico {
    padding: 9px 12px;

    background: #fff;

    border: 1px solid #e7ecef;
    border-radius: 6px;

    color: #53616c;

    font-size: 12px;

    transition: all .2s ease;
}

.wsoft-tr-topico:hover {
    background: #f7fafc;

    border-color: #d7e2e8;

    transform: translateX(2px);
}

.wsoft-tr-topico b {
    margin-right: 7px;

    color: #198754;

    font-size: 13px;
}


/* =========================================================
   ÁREA DE ESCOLHA
   ========================================================= */

.wsoft-tr-choice {
    margin: 15px 30px 25px;
    padding: 20px;

    background: #f8fafb;

    border: 1px solid #e1e7eb;
    border-radius: 10px;
}

.wsoft-tr-choice-title {
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}

.wsoft-tr-choice-icon {
    width: 36px;
    height: 36px;

    margin-right: 11px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #eaf4f9;

    color: #1976a8;

    font-size: 18px;
    font-weight: bold;
}

.wsoft-tr-choice-title strong {
    display: block;

    color: #263746;

    font-size: 14px;
}

.wsoft-tr-choice-title small {
    display: block;

    margin-top: 2px;

    color: #7b8790;

    font-size: 11px;
}


/* =========================================================
   OPÇÕES
   ========================================================= */

.wsoft-tr-options {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}

.wsoft-tr-option {
    display: flex;
    align-items: flex-start;

    padding: 16px;

    background: #fff;

    border: 1px solid #dfe6ea;
    border-radius: 9px;

    cursor: pointer;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.wsoft-tr-option:hover {
    border-color: #b9cbd5;

    box-shadow: 0 4px 12px rgba(31,45,61,.07);

    transform: translateY(-1px);
}

.wsoft-tr-option-primary {
    border-color: #b8d8e7;
    background: #fbfdfe;
}


/* =========================================================
   RADIO
   ========================================================= */

.wsoft-tr-radio {
    flex: 0 0 25px;

    padding-top: 2px;
}

.wsoft-tr-radio input {
    width: 18px;
    height: 18px;

    margin: 0;

    cursor: pointer;

    accent-color: #1976a8;
}


/* =========================================================
   TEXTO DAS OPÇÕES
   ========================================================= */

.wsoft-tr-option-content {
    min-width: 0;
}

.wsoft-tr-option-title {
    color: #34434d;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.wsoft-tr-option-description {
    margin-top: 5px;

    color: #7a858d;

    font-size: 11px;
    line-height: 1.5;
}

.wsoft-tr-price {
    margin-top: 9px;

    color: #1976a8;

    font-size: 13px;
}

.wsoft-tr-price strong {
    font-weight: 700;
}

.wsoft-tr-no-price {
    margin-top: 9px;

    color: #7c878e;

    font-size: 11px;
}


/* =========================================================
   BADGE DESCONTO
   ========================================================= */

.wsoft-tr-badge {
    display: inline-block;

    margin-left: 6px;
    padding: 3px 7px;

    border-radius: 4px;

    background: #e8f6ed;

    color: #198754;

    font-size: 9px;
    font-weight: 700;

    vertical-align: middle;
}


/* =========================================================
   AVISO
   ========================================================= */

.wsoft-tr-aviso {
    display: block;

    margin-top: 13px;
    padding: 8px 12px;

    border-radius: 5px;

    background: #fff1f1;

    color: #dc3545 !important;

    font-size: 11px;
    font-weight: 600;

    text-align: center;
}


/* =========================================================
   RODAPÉ
   ========================================================= */

.wsoft-tr-footer {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 12px;

    padding: 5px 30px 30px;
}

.wsoft-tr-footer a {
    text-decoration: none;
}

.wsoft-tr-footer .btn-secundario {
    margin: 0;
}

.wsoft-tr-footer .btn_padrao_ws {
    min-width: 140px;
    min-height: 42px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    transition: all .2s ease;
}

.wsoft-tr-footer .btn_padrao_ws:hover {
    transform: translateY(-1px);

    box-shadow: 0 5px 14px rgba(0,0,0,.12);
}

.wsoft-tr-btn-next {
    min-width: 160px !important;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 767px) {

    .wsoft-tr-box {
        margin: 10px auto 25px;
    }

    .wsoft-tr-header {
        padding: 20px;
    }

    .wsoft-tr-header-icon {
        width: 40px;
        height: 40px;

        margin-right: 11px;

        font-size: 20px;
    }

    .wsoft-tr-title {
        font-size: 19px;
    }

    .wsoft-tr-subtitle {
        font-size: 12px;
    }

    .wsoft-tr-content {
        padding: 18px 15px 5px;
    }

    .wsoft-tr-topicos {
        grid-template-columns: 1fr;
    }

    .wsoft-tr-choice {
        margin: 12px 15px 20px;
        padding: 15px;
    }

    .wsoft-tr-options {
        grid-template-columns: 1fr;
    }

    .wsoft-tr-footer {
        padding: 5px 15px 25px;
    }

}


@media (max-width: 480px) {

    .wsoft-tr-header {
        align-items: flex-start;
    }

    .wsoft-tr-title {
        font-size: 17px;
    }

    .wsoft-tr-subtitle {
        font-size: 11px;
    }

    .wsoft-tr-footer {
        flex-direction: column;
    }

    .wsoft-tr-footer a,
    .wsoft-tr-footer .btn-secundario,
    .wsoft-tr-footer .btn_padrao_ws {
        width: 100%;
    }

}



/********************************************************************************************/

/* =========================================================
   WSOFT - CONVERSÃO DE DADOS
   ========================================================= */

.wsoft-conv-box {
    width: 100%;
    max-width: 1050px;

    margin: 20px auto 35px;

    background: #fff;

    border: 1px solid #e3e8ed;
    border-radius: 12px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(31, 45, 61, 0.08);
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

.wsoft-conv-header {
    display: flex;
    align-items: center;

    padding: 24px 30px;

    color: #fff;
}

.wsoft-conv-header-icon {
    width: 48px;
    height: 48px;

    margin-right: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255,255,255,.65);
    border-radius: 50%;

    font-size: 25px;
    font-weight: bold;
}

.wsoft-conv-title {
    font-size: 23px;
    font-weight: 700;

    letter-spacing: .3px;
}

.wsoft-conv-subtitle {
    margin-top: 6px;

    font-size: 13px;

    opacity: .92;
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.wsoft-conv-content {
    padding: 25px 30px 10px;
}


/* =========================================================
   CAIXA INFORMATIVA
   ========================================================= */

.wsoft-conv-info {
    display: flex;
    align-items: flex-start;

    padding: 18px 20px;

    background: #f7f9fb;

    border: 1px solid #e3e8ed;
    border-radius: 9px;
}

.wsoft-conv-info-icon {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    margin-right: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1976a8;

    color: #fff;

    font-size: 17px;
    font-weight: bold;
}

.wsoft-conv-info strong {
    display: block;

    color: #263746;

    font-size: 14px;
}

.wsoft-conv-info p {
    margin: 4px 0 0;

    color: #687680;

    font-size: 12px;

    line-height: 1.6;
}

.wsoft-conv-info .wsoft-conv-important {
    margin-top: 7px;

    color: #34434d;
}

.wsoft-conv-important strong {
    display: inline;

    color: #c0392b;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.wsoft-conv-section-title {
    display: flex;
    align-items: center;

    margin: 25px 0 15px;

    color: #263746;

    font-size: 15px;
    font-weight: 700;
}

.wsoft-conv-section-title span {
    width: 4px;
    height: 18px;

    margin-right: 9px;

    border-radius: 5px;

    background: #1976a8;
}


/* =========================================================
   OPÇÕES
   ========================================================= */

.wsoft-conv-options {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
}

.wsoft-conv-option {
    display: flex;
    align-items: flex-start;

    min-height: 105px;

    padding: 15px;

    background: #fff;

    border: 1px solid #dfe6ea;
    border-radius: 9px;

    cursor: pointer;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease,
        background .2s ease;
}

.wsoft-conv-option:hover {
    border-color: #b9cbd5;

    background: #fbfdfe;

    box-shadow:
        0 5px 15px rgba(31,45,61,.07);

    transform: translateY(-1px);
}


/* =========================================================
   CHECKBOX
   ========================================================= */

.wsoft-conv-check {
    flex: 0 0 25px;

    padding-top: 2px;

    margin-right: 8px;
}

.wsoft-conv-check input {
    width: 15px;
    height: 15px;

    margin: 0;

    cursor: pointer;

    accent-color: #1976a8;
}


/* =========================================================
   CONTEÚDO DAS OPÇÕES
   ========================================================= */

.wsoft-conv-option-content {
    min-width: 0;

    flex: 1;
}

.wsoft-conv-option-title {
    color: #34434d;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;
}

.wsoft-conv-option-description {
    margin-top: 5px;

    color: #7a858d;

    font-size: 11px;

    line-height: 1.5;
}

.wsoft-conv-price {
    display: inline-block;

    margin-top: 8px;
    padding: 4px 8px;

    border-radius: 4px;

    background: #e8f6ed;

    color: #198754;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   OPÇÃO SEM SERVIÇO
   ========================================================= */

.wsoft-conv-option-none {
    background: #fafafa;
}

.wsoft-conv-option-none .wsoft-conv-option-title {
    color: #59656d;
}

.wsoft-conv-option-none .wsoft-conv-option-description {
    color: #8a949a;
}


/* =========================================================
   AVISO
   ========================================================= */

.wsoft-conv-aviso {
    display: block;

    margin-top: 14px;
    padding: 9px 12px;

    background: #fff1f1;

    border-radius: 5px;

    color: #dc3545 !important;

    font-size: 11px;
    font-weight: 600;

    text-align: center;
}




/* =========================================================
   RODAPÉ / BOTÕES
   ========================================================= */

.wsoft-conv-footer {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 12px;

    padding: 20px 30px 30px;
}

.wsoft-conv-footer a {
    text-decoration: none;
}

.wsoft-conv-footer .btn-secundario {
    margin: 0;
}

.wsoft-conv-footer .btn_padrao_ws {
    min-width: 140px;
    min-height: 42px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    transition: all .2s ease;
}

.wsoft-conv-footer .btn_padrao_ws:hover {
    transform: translateY(-1px);

    box-shadow:
        0 5px 14px rgba(0,0,0,.12);
}

.wsoft-conv-btn-next {
    min-width: 160px !important;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 767px) {

    .wsoft-conv-box {
        margin: 10px auto 25px;
    }

    .wsoft-conv-header {
        padding: 20px;
    }

    .wsoft-conv-header-icon {
        width: 40px;
        height: 40px;

        margin-right: 11px;

        font-size: 20px;
    }

    .wsoft-conv-title {
        font-size: 19px;
    }

    .wsoft-conv-subtitle {
        font-size: 11px;
    }

    .wsoft-conv-content {
        padding: 18px 15px 8px;
    }

    .wsoft-conv-options {
        grid-template-columns: 1fr;
    }

    .wsoft-conv-option {
        min-height: auto;
    }

    .wsoft-conv-footer {
        padding: 15px 15px 25px;

        flex-direction: column;
    }

    .wsoft-conv-footer a,
    .wsoft-conv-footer .btn-secundario,
    .wsoft-conv-footer .btn_padrao_ws {
        width: 100%;
    }

}



/**************************************************************************************/

/* =========================================================
   WSOFT - TELA 6
   MÓDULOS OPCIONAIS
   ========================================================= */

.wsoft-tela6-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 30px auto;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}


/* =========================================================
   CABEÇALHO
   ========================================================= */

.wsoft-tela6-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 35px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.wsoft-tela6-header:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    top: -100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
}

.wsoft-tela6-header-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 27px;
}

.wsoft-tela6-header-content {
    position: relative;
    z-index: 2;
}

.wsoft-tela6-header h5 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .3px;
}

.wsoft-tela6-subtitulo {
    margin-top: 6px;
    font-size: 19px;
    font-weight: 600;
}

.wsoft-tela6-descricao {
    margin-top: 5px;
    font-size: 13px;
    opacity: .90;
}


/* =========================================================
   ÁREA DOS OPCIONAIS
   ========================================================= */

.wsoft-opcionais-area {
    padding: 30px 35px 20px 35px;
}

.wsoft-opcionais-lista {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* =========================================================
   ITEM OPCIONAL
   ========================================================= */

.wsoft-opcional-item {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all .20s ease;
}

.wsoft-opcional-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    transform: translateY(-1px);
}

.wsoft-opcional-item input[type="checkbox"] {
    width: 19px;
    height: 19px;
    min-width: 19px;
    margin: 0 12px 0 0;
    cursor: pointer;
}

.wsoft-opcional-item label {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
    color: #374151;
}

.wsoft-opcional-item label > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wsoft-opcional-item label strong {
    font-size: 15px;
    font-weight: 600;
}

.wsoft-opcional-item label small {
    font-size: 12px;
    color: #6b7280;
}

.wsoft-check-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 16px;
}


/* =========================================================
   AVISO
   ========================================================= */

.wsoft-aviso-opcional {
    display: block;
    margin: 12px 0 5px 0;
    color: #dc2626 !important;
    font-size: 13px;
    font-weight: 600;
}


/* =========================================================
   MENSALIDADE
   ========================================================= */

.wsoft-mensalidade-wrapper {
    padding: 18px 0 5px 0 !important;
}

.wsoft-mensalidade-table {
    width: 100% !important;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.wsoft-mensalidade-table tbody {
    border: none !important;
}

.wsoft-mensalidade-table tr {
    border: none !important;
}

.wsoft-mensalidade-table th {
    border: none !important;
    border-radius: 14px;
    padding: 20px 25px !important;

    background: linear-gradient(
        135deg,
        #f5deb3,
        #f9e8c9
    ) !important;

    color: #222222 !important;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.08);

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
}

.wsoft-mensalidade-titulo {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #4b3b20;
}

.wsoft-mensalidade-preco {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
}

.wsoft-mensalidade-preco span {
    font-size: 25px;
    font-weight: 800;
    color: #16804b;
}


/* =========================================================
   RODAPÉ / BOTÕES
   ========================================================= */

.wsoft-tela6-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 25px 30px 35px 30px;
}

.wsoft-btn-link {
    text-decoration: none !important;
}

.wsoft-btn-link:hover {
    text-decoration: none !important;
}

.wsoft-tela6-footer .btn_padrao_ws {
    min-width: 155px;
    min-height: 46px;
    border: none;
    border-radius: 9px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .20s ease;
}

.wsoft-btn-voltar {
    opacity: .90;
}

.wsoft-btn-voltar:hover {
    transform: translateX(-2px);
}

.wsoft-btn-continuar:hover {
    transform: translateX(2px);
}

.wsoft-tela6-footer .fa {
    margin: 0 5px;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 768px) {

    .wsoft-tela6-container {
        border-radius: 10px;
    }

    .wsoft-tela6-header {
        padding: 22px 20px;
        gap: 14px;
    }

    .wsoft-tela6-header-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 21px;
    }

    .wsoft-tela6-header h5 {
        font-size: 19px;
    }

    .wsoft-tela6-subtitulo {
        font-size: 16px;
    }

    .wsoft-tela6-descricao {
        font-size: 12px;
    }

    .wsoft-opcionais-area {
        padding: 20px 15px 15px 15px;
    }

    .wsoft-opcional-item {
        padding: 12px;
    }

    .wsoft-mensalidade-table th {
        padding: 17px 16px !important;
    }

    .wsoft-mensalidade-titulo {
        font-size: 13px;
    }

    .wsoft-mensalidade-preco {
        font-size: 18px;
    }

    .wsoft-mensalidade-preco span {
        font-size: 21px;
    }

    .wsoft-tela6-footer {
        padding: 20px 15px 30px 15px;
        gap: 10px;
    }

    .wsoft-tela6-footer .btn_padrao_ws {
        min-width: 135px;
        padding: 9px 15px;
    }
}


