
    .q_beneficio .radioButton {
        border: 2px solid var(--amarelo) !important;
        color: var(--amarelo) !important;
    }

    /* Fundo da área de informação (p2Quiz) */
    /* .q_beneficio .p2Quiz {
        background-color: var(--amarelo) !important;
        /* Benefício → amarelo */
    /* }  */

    .qP3 .infoP2Quiz h2 {
        /* color: white !important; */

    }

    /* .q_emprestimo .p2Quiz {
        background-color: var(--azul) !important;
        /* Empréstimo → azul */
    /* } */

    /* .q_cartao .p2Quiz {
        background-color: var(--azul2) !important;
        /* Cartão → azul2 */
    /* }  */

    .qP3 .infoP2Quiz h2 strong {
        /* color: white !important; */
        /* color: rgba(255, 255, 255, .7) !important; */
    }

    .qP3 .infoP2Quiz p {
        color: white !important;
    }

    /* Indicador das abas */
    /* .q_beneficio #tipoSolicita .indicador {
        background-color: var(--amarelo) !important;
    } */

    /* .q_emprestimo #tipoSolicita .indicador {
        background-color: var(--azul) !important;
    } */

    /* .q_cartao #tipoSolicita .indicador {
        background-color: var(--azul2) !important;
    } */

    /* Botões do formulário (se desejar ajustar também) */
    
    /* .q_beneficio .butFormQ {
        background-color: var(--amarelo) !important;
        color: #484848;
    }

    .q_emprestimo .butFormQ {
        background-color: var(--azul) !important;
    }

    .q_cartao .butFormQ {
        background-color: var(--azul2) !important;
        color: #FFF;
    } */


    .extra-field {
        display: none;
    }

    html {
        scroll-behavior: smooth
    }

    body {
        margin: 0;
        -webkit-font-smoothing: antialiased;
        font-family: var(--font1);
        color: var(--preto);
    }

    a {
        text-decoration: none;
        transition: all .25s ease
    }

    img {
        border: 0;
        vertical-align: top;
    }

    p {
        line-height: 160%;
        font-size: 15px;
    }

    :root {
        --preto: #1D1D1D;
        --amarelo: #FFCF00;
        --font1: 'Plus Jakarta Sans', sans-serif;
    }

    body {
        padding: 0;
        background-color: #ddd
    }

    .quizz {
        width: 90%;
        max-width: 1100px;
        position: relative;
        margin: 70px auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .valor {
        text-align: center;
    }

    .holdaValor {
        color: #838383;
        background-color: #F0F0F0;
        font-weight: 800;
        letter-spacing: -1px;
        padding: 4px 20px;
        border-radius: 30px;
        margin: 0 0 0 auto;
        display: table;
    }

    input[type="range"] {
        display: block;
        margin-top: 20px;
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 5px;
        background: linear-gradient(to right, var(--azul2), var(--azul));
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: var(--azul) 0 0 15px;
        transition: 300ms;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: var(--azul2);
        cursor: pointer;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        transition: 300ms;
        background-color: var(--azul);
        transform: scale(1.5);
    }

    /* #tipoSolicita {
        display: flex;
        align-items: center;
        list-style-type: none;
        padding: 0;
        margin: 0 0 20px 0;
        position: relative;
        background-color: #F0F0F0;
        border-radius: 25px;
        overflow: hidden;
    }

    #tipoSolicita li {
        flex: 1;
        padding: 13px 2px 15px 2px;
        font-size: 12px;
        color: #838383;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        position: relative;
        transition: color 0.15s;
    }

    #tipoSolicita li.ativo {
        color: #FFF;
    } */

    /* #tipoSolicita .indicador {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 33.33%;
        background-color: var(--azul);
        border-radius: 25px;
        z-index: 0;
        transition: transform .15s ease;
    } */

    .p1Quiz {
        background-color: #FFF;
        min-height: 527px;
        box-sizing: border-box;
        padding: 30px 40px;
        margin: 40px 0;
        border-radius: 20px 0 0 20px;
        flex: 1;
    }

    .p2Quiz {
        width: 50%;
        max-width: 530px;
        transition: all .15s ease;
        min-height: 620px;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 80px 20px 20px 60px;
        background-color: var(--cor-primaria);
    }

    .infoP2Quiz {
        width: 250px;
    }

    .infoP2Quiz h2 {
        font-weight: 600;
        line-height: 110%;
        color: #FFF;
        display: block;
        margin: 0 0 20px 0;
    }

    .infoP2Quiz h2 strong {
        color: rgba(255, 255, 255, .7)
    }

    .infoP2Quiz p {
        color: #FFF;
        font-size: 17px;
        max-width: 165px;
    }

    .modx {
        width: 380px;
        position: absolute;
        bottom: 0;
        right: -30px;
    }

    .paginasX {
        display: none;
    }

    .pagAtiva {
        display: block !important;
    }


    .quizz input[type=text],
    .quizz input[type=email] {
        -webkit-appearance: none;
        width: 100%;
        text-align: center;
        margin: 0;
        box-sizing: border-box;
        font-size: 15px;
        font-family: var(--font1), sans-serif;
        outline: none;
        font-weight: 600;
        border-radius: 30px;
        border: 1px solid #838383;
        background-color: #FFF;
        color: #333;
        padding: 10px 15px;
    }

    .formulario input::-webkit-input-placeholder {
        color: #777;
    }

    .formulario input:-moz-placeholder {
        color: #777
    }

    .formulario input::-moz-placeholder {
        color: #777
    }

    .formulario input:-ms-input-placeholder {
        color: #777
    }

    .linhaQuiz {
        display: flex;
        margin: 0 0 5px 0;
        box-sizing: border-box;
        padding: 5px 5px 5px 15px;
        align-items: center;
        justify-content: space-between;
    }

    .lLabel {
        width: calc(50% - 5px);
        text-align: right;
    }

    .lLabel b {
        font-weight: normal;
        font-size: 14px;
        color: #838383;
    }

    .lCont {
        width: calc(50% - 5px);
    }

    .quizz .butFormQ {
        background-color: var(--cor-primaria);
        color: #fff;
    }

    /* .qP1 .p2Quiz {
        background-color: var(--azul);
    } */

    /* .qP1 #tipoSolicita .indicador {
        background-color: var(--azul);
    } */

    /* .qP1 .butFormQ {
        background-color: var(--cor-primaria);
        color: #fff;
    } */

    .qP1 .butFormQ:hover {
        /* background-color: var(--azul2); */
    }

    /* .qP2 .p2Quiz {
        background-color: var(--azul2);
    } */

    /* .qP2 #tipoSolicita .indicador {
        background-color: var(--azul2);
    } */

    /* .qP2 .butFormQ {
        background-color: var(--cor-primaria);
        color: #fff;
    } */

    .qP2 .butFormQ:hover {
        /* background-color: var(--azul); */
    }
/* 
    .qP3 .p2Quiz {
        background-color: var(--amarelo);
    } */

    /* .qP3 #tipoSolicita .indicador {
        background-color: var(--amarelo);
    } */

    /* .qP3 .butFormQ {
        background-color: var(--cor-primaria);
        color: #fff;
    } */

    .qP3 .butFormQ:hover {
        /* background-color: var(--amarelo); */
    }


    .qP1 .mod2,
    .qP1 .iPQ2,
    .qP1 .mod3,
    .qP1 .iPQ3 {
        display: none
    }

    .qP2 .mod1,
    .qP2 .iPQ1,
    .qP2 .mod3,
    .qP2 .iPQ3 {
        display: none
    }

    .qP3 .mod2,
    .qP3 .iPQ2,
    .qP3 .mod1,
    .qP3 .iPQ1 {
        display: none
    }

    .qP1 #pagx1 {
        display: block;
    }
    .qP2 #pagx2 {
        display: none;
    }
    .qP3 #pagx3 {
        display: none;
    }

    .butFormQ {
        border-radius: 30px;
        min-height: 49px;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 20px;
        width: fit-content;
        min-width: 350px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-weight: 700;
        margin: 20px auto 0 auto;
    }

    .butFormQ i {
        font-size: 17px;
        margin: 0 0 -2px 5px;
    }

    .loadingMais {
        font-size: 30px !important
    }

    .consultando {
        background-color: #ffffff;
        border: 2px dashed var(--cor-primaria);
        color: var(--cor-primaria) !important;
    }

    .consultando i.loadingMais {
        color: var(--cor-primaria);
        font-size: 20px;
    }

    .qP1 .consultando {
        border: 1px dashed #fff;
        color: #fff !important
    }

    .qP2 .consultando {
        border: 1px dashed var(--azul2);
        color: var(--azul2) !important
    }

    .qP3 .consultando {
        border: 1px dashed var(--amarelo);
        color: var(--amarelo) !important
    }

    .umSelect {
        position: relative;
    }

    .umSelect select {
        -webkit-appearance: none;
        position: relative;
        z-index: 99;
        width: 100%;
        text-align: center;
        margin: 0;
        box-sizing: border-box;
        font-size: 15px;
        font-family: var(--font1), sans-serif;
        outline: none;
        font-weight: 600;
        border-radius: 30px;
        border: 1px solid #838383;
        background-color: transparent;
        color: #333;
        padding: 10px 15px;
    }

    .umSelect i {
        position: absolute;
        top: 12px;
        right: 15px;
        z-index: 0;
        font-size: 18px;
    }

    .radios {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .radioButton {
        width: calc(50% - 8px);
        display: flex;
        border: 2px solid var(--cor-primaria);
        /* color: var(--cor-primaria); */
        color: #666 !important; /* cor do texto padrão */
        border-radius: 30px;
        background-color: white;
        cursor: pointer;
        transition: background-color .15s, color .15s;
    }

    .radioButton span {
        width: 100%;
        border-radius: 30px;
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        padding: 10px 0;
    }

    .radioButton input[type="radio"] {
        display: none;
    }

    .radioButton input[type="radio"]:checked+label {
        background-color: var(--azul);
        color: #FFF;
    }

    .radioButton:hover {
        background-color: var(--cor-primaria);
        color: #fff !important; /* cor do texto ao selecionar */
    }

    .radioButton input[type="radio"]:checked+span {
        background-color: var(--cor-primaria);
        color: #fff !important; /* cor do texto ao selecionar */
        -webkit-animation-duration: .4s;
        -webkit-animation-name: selecionar;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
    }

    .q_cartao .radioButton {
        border: 2px solid var(--azul2);
        color: var(--azul2);
    }

    .q_cartao .radioButton input[type="radio"]:checked+label {
        background-color: var(--azul2);
    }

    .q_cartao .radioButton:hover {
        background-color: var(--azul2);
        color: #FFF
    }

    .q_cartao .radioButton input[type="radio"]:checked+span {
        background-color: var(--azul2);
    }

    .q_beneficio .radioButton {
        border: 2px solid var(--amarelo);
        color: #484848;
    }

    .q_beneficio .radioButton input[type="radio"]:checked+label {
        background-color: var(--amarelo);
    }

    .q_beneficio .radioButton:hover {
        background-color: var(--amarelo);
        color: #484848
    }

    .q_beneficio .radioButton input[type="radio"]:checked+span {
        background-color: var(--amarelo);
        color: #484848
    }

    .qP3 .infoP2Quiz p {
        max-width: 165px;
        color: #484848;
    }

    .qP3 .infoP2Quiz h2 {
        /* color: #484848
        color: #fff; */
    }

    /* .qP3 .infoP2Quiz h2 strong {
        color: rgba(72, 72, 72, .7)
    } */

    .qP3 #tipoSolicita li.ativo {
        color: #484848;
    }



    @-webkit-keyframes selecionar {
        0% {
            box-shadow: 0px 0px 16px 10px rgba(27, 152, 224, .6);
        }

        100% {
            box-shadow: 0px 0px 0px 0px rgba(27, 152, 224, .6);
        }
    }

    .valido {
        margin: 0 5px -4px 0 !important;
    }

    .aceite {
        color: #888;
        font-size: 11px;
        margin: 10px 0 0 0;
        position: relative;
        text-align: center;
    }

    .aceite a {
        color: #666;
        text-decoration: underline
    }

    .aceite span {
        display: block;
        margin: 0 auto;
        max-width: 250px;
    }

    #parcelas {
        display: none
    }

    .aparece {
        display: flex !important
    }

    .radioParcela {
        flex-wrap: wrap;
    }

    .radioParcela .radioButton {
        width: calc(25% - 8px)
    }

    .footerQuizz {
        color: #999;
        font-size: 12px;
        margin: 60px auto 20px auto;
        width: 90%;
        max-width: 900px;
        padding: 30px 0;
    }

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

    .logoQuiz2 {
        width: 110px;
        opacity: .5;
        margin: 0 10px 0 0;
        filter: grayscale(1);
    }

    .linhaF2q {
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }

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

    .footerQuizz a {
        color: #999;
    }

    .footerQuizz a:hover {
        text-decoration: underline
    }

    .footerQuizz a {
        margin: 0;
        padding: 0 10px;
    }


    @media screen and (max-width: 1000px) {
        .quizz {
            max-width: 400px;
            flex-wrap: wrap;
            margin: 15px auto 0 auto;
        }

        .p1Quiz {
            width: 100%;
            max-width: 100%;
            padding: 15px 20px 265px 18px;
            order: 2;
            margin: 0;
            border-radius: 0 0 15px 15px;
        }

        .p2Quiz {
            width: 100%;
            max-width: 100%;
            border-radius: 15px 15px 0 0;
            order: 1;
            padding: 18px 10px 13px 18px;
            min-height: 0;
        }

        .infoP2Quiz {
            width: 100%;
        }

        .infoP2Quiz h2 {
            font-size: 22px;
            margin-bottom: 10px
        }

        .infoP2Quiz p {
            font-size: 14px;
            margin: 0;
            max-width: 100% !important;
        }

        .linhaQuiz {
            padding: 5px 0;
        }

        .aceite {
            height: 0;
            font-size: 12px;
        }

        .aceite span {
            position: absolute;
            max-width: 200px;
            z-index: 999;
            text-align: left;
            top: 10px;
            left: 0;
        }

        .holdaValor {
            margin: -25px 0 0 auto
        }

        .modx {
            width: 250px;
            right: -3vw
        }

        /* #tipoSolicita {
            width: calc(108% + 40px);
            margin: 0 0 10px calc(-20px - 4%);
            border-radius: 7px;
            box-shadow: 2px 2px 8px -4px #333
        }

        #tipoSolicita li {
            padding: 12px 2px 14px 2px;
            font-size: 12px
        } */

        /* #tipoSolicita .indicador {
            border-radius: 7px;
        } */

        .butFormQ {
            padding: 0 10px;
            min-width: 0;
            width: 100%;
            margin: 10px 0 0 0;
            /* color: #666; */
        }

        .linhaQuiz {
            flex-wrap: wrap;
        }

        .lLabel {
            width: 100%;
            text-align: left;
        }

        .lLabel b {
            display: block;
            margin: 0 0 5px 0
        }

        .lCont {
            width: 100%;
        }

        .linhaF1q {
            display: block;
            text-align: center
        }

        .logoQuiz2 {
            margin: 0 auto 10px auto;
            display: block;
        }

        .qP3 .infoP2Quiz p {
            max-width: 100%;
        }

        .qP3 .aceite span {
            max-width: 150px;
        }
    }

    .qP3 #tipoSolicita li.ativo {
        color: #FFF !important;
    }

    .qP3 .butFormQ {
        color: #FFF !important;
    }

    .q_beneficio .radioButton {
        color: var(--azul2) !important;
    }

    


    #loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 18px;
        z-index: 9999;
        display: none; /* Initially hidden */
      }
      
      #loading-overlay .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      
      #loading-overlay .spinner {
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-top: 4px solid white;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin-bottom: 10px;
      }

      .spinner-custom {
        width: 20px;
        height: 20px;
        border: 2px solid rgba(255, 255, 255, 1);
        border-top: 2px solid var(--cor-primaria);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }
      
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }

      .some{
        display: none !important;
      }

      /* #tipoSolicita.only-emp .indicador {
        width: 100% !important; 
    }*/

   #tipoSolicita {
        list-style: none;   /* REMOVE os bullets */
        padding: 0;
        margin: 0;
        display: flex;
        background-color: #f2f2f2;
        border-radius: 40px;
        padding: 4px;
        margin-bottom: 24px;
    }

    #tipoSolicita li {
        list-style: none;            /* Redundante, mas seguro */
        flex: 1;
        display: flex;               /* Permite centralizar vertical/horizontal */
        align-items: center;         /* Centraliza verticalmente */
        justify-content: center;     /* Centraliza horizontalmente */
        text-align: center;
        padding: 10px 6px;           /* Padding reduzido para caber melhor */
        border-radius: 30px;
        background-color: transparent;
        color: #555;
        font-weight: 600;
        font-size: 12px;             /* Tamanho de fonte ajustado para mobile */
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: normal;         /* Permite quebra de linha */
        word-break: break-word;      /* Força quebra se necessário */
        user-select: none;
    }


    #tipoSolicita li.ativo {
        background-color: var(--cor-primaria);
        color: #fff;
        font-weight: 600;
        margin: -4px;
    }

    
