
.titulo-contrato {
   font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    color:#1B1D1E;
}

.titulo-documento {
    font-size: 20px;
    font-weight: 700;
    color:#1B1D1E;
    margin-bottom: 4px;
}

.texto-validade {
    font-size: 13px;
    color: #6A6A6A;
    margin-bottom: 16px;
}


.scroll-contrato {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    border-right: 3px solid transparent;
    border-width: 2px;
    border-color: #CBC3DB;
    padding: 32px;
    gap: 16px;
    opacity: 1;
    border-style: solid;
}


.area-aceite {
    margin-top: 20px;
}

.checkbox-linha {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.check-contrato {
    margin-right: 10px;
}

.label-aceite {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}


.campo-codigo {
    border-radius: 12px;
    height: 44px;
    font-size: 14px;
}

.texto-codigo {
    font-size: 12px;
    color: #6B6B6B;
}


.btn-enviar-codigo {
    background: #36B3AA;
    border: none;
    color: #fff;
    border-radius: 16px;
    padding: 12px 22px;
    margin-top: 4px;
    width: 100%;
    font-weight: 600;
}

.area-botao-final {
    text-align: center;
    margin-top: 4em;
    margin-bottom: 4em;
}

.btn-jornada {
    background: #00A388;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
}


.checkbox-linha {
    display: flex;
    align-items: center;
    gap: 10px;
}


.checkbox-custom {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}


.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
}


.checkbox-custom .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #D5D9E2;
    border-radius: 50%;
    display: inline-block;
    transition: 0.2s;
    box-sizing: border-box;
}


.checkbox-custom input:checked + .checkmark {
    background: #36B3AA;
    border-color: #36B3AA;
}


.label-aceite {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.botao-outline-verde {
    width: 100%;
    height: 44px;
    border: 2px solid #36B3AA;
    background: transparent;
    color: #36B3AA;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all .25s ease;
}


.botao-outline-verde:hover {
    background: #36B3AA;
    color: #FFF;
}
.botao-outline-verde {
    width: 18em;
    height: 2.4em;
    border: 2px solid #36B3AA;
    background: transparent;
    color: #36B3AA;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all .25s ease;
    margin-top: 1em;
}

.botao-verde-solido {
    width: 17em;
    height: 2.4em;
    background: #36B3AA;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.2px;
    margin: 0 auto;
}


.botao-verde-solido:hover {
    opacity: .92;
}


.botao-verde-solido:active {
    transform: scale(0.98);
}
.grid-decorativo {
    position: absolute;
    left: -63px;
    top: 140px; 
    width: 220px;
    height: 220px;
    background-image: url('/dist/img/remodelagem-fluxo/pv/grid.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1; 
}

.card-contrato {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 28px 32px;
    z-index: 2; 
}

.secao-contrato {
    position: relative;
}
@media (max-width: 480px) {
    .grid-decorativo { 
        display: none;
    }
    .contrato-mobile {
        display: none;
    }

    .scroll-contrato {
        padding: 0.1em;
        max-width: 100%;
        width: 100%;
    }
    .box-body table {
        width: 100% !important;
        max-width: 100% !important;
    }
    .botao-outline-verde {
        width: 100%;
    }
}

.modal-pv {
    max-width: 420px;
    margin-top: 120px;
}

.modal-pv-content {
    border-radius: 22px;
    padding: 30px 28px;
    border: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.modal-pv-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    color: #8F949C;
    cursor: pointer;
}

.modal-pv-close:hover {
    color: #071F8F;
}

.modal-pv-body {
    padding-top: 10px;
}

.modal-pv-icone-sucesso {
    margin-bottom: 18px;
}

.modal-pv-titulo {
    font-size: 20px;
    font-weight: 700;
    color: #071F8F;
    margin-bottom: 8px;
}

.modal-pv-texto {
    font-size: 14px;
    color: #636363;
    margin-bottom: 22px;
}

.modal-pv-botao {
    background: #36B3AA;
    color: #fff;
    padding: 12px 26px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
}

.modal-pv-botao:hover {
    opacity: .92;
}

.checkbox-linha {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #333;
}

.checkbox-custom .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
}
.checkbox-custom .checkmark .icon-check {
    opacity: 0;
    transform: scale(0.6);
    transition: opacity .2s ease, transform .2s ease;
}
.checkbox-custom input:checked + .checkmark {
    background-color: #1AB9AA;
    border-color: #1AB9AA;
}
.checkbox-custom input:checked + .checkmark .icon-check {
    opacity: 1;
    transform: scale(1);
}

.label-aceite {
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.codigo-wrapper {
    position: relative;
}

.campo-codigo {
    padding-right: 42px;
}

.icone-feedback {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

/* ativo */
.icone-feedback.ativo {
    opacity: 1;
    transform: translateY(-50%) scale(2);
}

/* sucesso */
.icone-feedback.sucesso {
    color: #288C85; /* Bernoulli */
}

/* erro */
.icone-feedback.erro {
    color: #D92D20;
}

/* bordas */
.campo-codigo.is-valid {
    border-color: #288C85;
}

.campo-codigo.is-invalid {
    border-color: #D92D20;
}

