/* Estilo do template: P2 Empréstimo */

.bc-unblock { filter:none!important}
div#comparadores {max-width: 860px;}
#unlock-container { width: 100%; position: relative; height: 0px;}

.unlock-overlay {width:calc(50% - 20px); position: absolute; display: flex; box-sizing: border-box; padding: 0 40px; align-items: center; border-radius: 10px; background-color: rgba(255, 255, 255, 0.85); justify-content: center; height: 600px; right: 2px; bottom: 25px;}



.custom-input-group {
            display: flex;
            align-items: center;
            /* Centraliza verticalmente os elementos */
            flex-wrap: nowrap;
            /* Impede que os elementos se envolvam */
        }

        .input-group-prepend {
            margin-right: -1px;
        }

        .input-group-text {
            padding: .355rem .75rem;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            margin-right: -1px;
            /* Colocar o símbolo de R$ e % bem ao lado do input */
        }

        .form-control {
            flex-grow: 1;
            /* Ocupar o espaço restante */
            border-radius: .25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            margin-right: 10px;
            /* Adiciona espaço entre os inputs e outros elementos */
            margin-top: 0px !important;
            border: 1px solid #ddd;
        }


        .inps {
            display: flex;
            align-items: center; justify-content: space-between; 
            margin-top: 35px;
        }

        .inp {
            margin-bottom: 1rem;
            /* Espaço entre os inputs */
        }

        .inp label {
            display: block;
            margin-bottom: .5rem;
            /* Espaço entre a label e o input */
        }

        .input-group.custom-input-group {
            display: flex;
            align-items: center;
        }


        /* Pode ser necessário ajustar o width dos inputs para que fiquem alinhados corretamente */
        .form-control,
        .input-group-text,
        #tipo_juros {
            width: auto;
            /* Isso vai permitir que os elementos ocupem apenas o espaço necessário */
        }

        button#calcular {
            padding: 5px 30px;
            border-radius: 10px;
            margin-right: 10px;
        }

        button#limpar {
            padding: 5px;
            border-radius: 6px;
            color: gray;
            border-color: gray !important;
        }

        #calcular {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        #calcular:before {
            margin: 0 5px 0 0;
        }

        /* CSS existente para desktop... */
        
        
        
        .holdaInpR {
            margin: 10px 0 0 0;
                display: flex;
                justify-content: space-between;
                width: 100%;
                flex-wrap: wrap;
            }

            .inpR {
                box-sizing: border-box; 
                width: calc(25% - 10px);
                padding: 15px 10px;
                border: 2px solid var(--azul);
                border-radius: 10px;
                cursor: pointer;
                background-color: #FFF;
                color: var(--azul);
                
                display: flex; align-items: center; justify-content: center; flex-direction: column; flex-wrap: wrap; 
            }
        .inpR i { width: 100%; font-size: 35px; margin: 0 0 5px 0; text-align: center}

            .inpR input {
                display: none;
            }

            .inpR.active {
                background-color: var(--azul);
                border-color: var(--azul);
                color: #FFF;
            }
        
        
#calcular:before,
        #limpar {
            vertical-align: middle;
            /* Alinha o conteúdo e os ícones verticalmente */
        }

        #calcular {
            display: inline-flex;
            /* Permite o alinhamento flexível do conteúdo interno */
            align-items: center;
            /* Centraliza os itens ao longo do eixo transversal (vertical) */
        }

        #limpar {
            /* Assegure-se de que o botão #limpar também tenha um alinhamento consistente */
            display: inline-flex;
            align-items: center;
        }


.cky-consent-container {
    display: none !important
}
 #quemPodeBox {
     width: 100%;
     height: 100%;
     min-height: 279px;
     margin: 0 0 30px 0;
     overflow: hidden;
     border-radius: 20px;
     position: relative;
}
 .pre_overlay {
     cursor: pointer;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9 
}
 .pre_overlay h2 {
     width: calc(100% - 8%);
     max-width: 200px;
     position: absolute;
     bottom: 20px;
     left: 7%;
}
 .interroga {
     font-size: 38px;
     position: absolute;
     top: 25px;
     left: 7%;
}
 .arrowRR {
     font-size: 35px;
     height: 38px;
     position: absolute;
     top: calc(50% - 19px);
     right: 5%;
     transition: all .15s ease
}
 .pre_overlay:hover .arrowRR {
     right: 4%;
}
 .contentPodeBox {
     opacity: 0;
     overflow: hidden;
     position: absolute;
     top: 0;
     left: -100%;
     transition: left .15s ease;
     box-sizing: border-box;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     padding:0 40px;
}
 .abertobox .pre_overlay {
     display: none;
}
 .abertobox .contentPodeBox {
     opacity: 1;
     height: 100%;
     left: 0 
}
 .holdaDetalhesC {
     width: 100%;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap:110px;
}
 .detH2 {
     width: 300px;
     font-size: 22px!important;
     color: var(--primary-color);
}
 .maisInfosCardx {
     color: var(--primary-color);
}
 .maisInfosCardx b {
     font-weight: 700;
     display: block;
     margin: 0 0 5px 0;
}
 .maisInfosCardx p {
     margin-bottom: 20px;
     color: #333;
}
 .loaderDummLista {
     background-color:#FFF;
     z-index: 9;
     padding: 40px 0 0 0;
     box-sizing: border-box;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
}
 .acordAberto .loaderDummLista {
     -webkit-animation-duration: .3s;
     -webkit-animation-name: fecharLoad;
     -webkit-animation-delay: 1s;
     -webkit-animation-fill-mode: forwards;
}
 .loaderDummLista b {
     width: 100%;
     display: block;
     margin: 15px 0 0 0;
     height: 100px;
     border-radius: 8px;
     background-color: #ddd;
     position: relative;
}
 .loaderDummLista b:nth-of-type(even) {
     width: 80%;
}
 .loaderDummLista b {
    position: relative;
     background: linear-gradient(120deg, rgba(245, 245, 245, 0) 0%, #DDD 50%, rgba(245, 245, 245, 0) 100%);
     background-size: 200% 100%;
     animation: loading 1.5s infinite;
}
 @keyframes loading {
     0% {
         background-position: 200% 0;
    }
     100% {
         background-position: -200% 0;
    }
}
 @-webkit-keyframes fecharLoad {
     0% {
         opacity:1;
         display: block;
    }
     99% {
         opacity:0;
         display: block;
    }
     100% {
         display: none;
    }
}
 .infoCardAccord {
     width: 100%;
     margin: 0 0 30px 0;
}
 .labelInfoAcc {
     width: 100%;
     position: relative;
     display: block;
     padding: 20px 0;
     border-bottom: 3px solid #F6F6F6;
     cursor: pointer;
}
 .labelInfoAcc h2 {
     font-size: 22px!important;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .labelInfoAcc:after {
     position: absolute;
     top: calc(50% - 20px);
     right: 20px;
     transition: all .15s ease;
     color: var(--primary-color);
}
 .labelInfoAcc:before {
     content: url('https://api.iconify.design/ri/arrow-left-s-line.svg?color=%23333333&width=18');
     transition: all .15s ease;
     transform: rotate(-180deg);
     position: absolute;
     top: calc(50% - 23px);
     right: 0;
}
 .contentAccord {
     width: 100%;
     background-color: #FFF;
     position: relative;
     height: 0px;
     overflow: hidden;
     transition: all .15s ease
}
 .acordAberto .contentAccord {
     height: auto!important;
     margin: 20px 0 0 0;
}
 .acordAberto .labelInfoAcc:after {
     right: 22px
}
 .acordAberto .labelInfoAcc:before {
     transform: rotate(-90deg);
     top: calc(50% - 21px);
}
 .iconeAcc {
     width: 50px;
     height: 50px;
     margin: 0 10px 0 0;
     border-radius: 5px;
     font-size: 27px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #CBEFFF;
}
 .iconeAcc i {
     margin: 4px 0 0 0;
}
 .linhaVantagem {
     width: 100%;
     flex-wrap: wrap;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     min-height: 100px;
     position: relative;
     box-sizing: border-box;
     padding: 15px 95px 15px 90px;
}
 .linhaVantagem b {
     width: 100%;
     font-weight: 600
}
 .linhaVantagem a {
     width: 140px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 15px;
     color: var(--primary-color);
     text-decoration: underline;
     position: absolute;
     top: calc(50% - 10px);
     right: 15px;
}
 .linhaVantagem a i {
    font-size: 16px;
     margin: 0 0 -4px 4px;
}
 .linhaVantagem:nth-of-type(odd) {
    background-color: #F6F6F6
}
 .umaVantagem .iconePVantagem {
     background-color: #B6F3CF;
}
 .umaDesvantagem .iconePVantagem {
     background-color: #FFBABA;
}
 .iconePVantagem {
     width: 56px;
     height: 56px;
     box-sizing: border-box;
     padding: 4px 0 0 0;
     border-radius: 50%;
     font-size: 25px;
     background-color: #aaa;
     display: flex;
     align-items: center;
     justify-content: center;
     top: calc(50% - 28px);
     left: 15px;
     position: absolute;
}
 .iconePVantagem em {
     font-weight: 600;
     font-size: 15px;
     font-style: normal;
     padding: 0 0 2px 0;
}
 .isPro .iconeAcc {
     background-color: transparent;
     color: #32BEA6
}
 .isCon .iconeAcc {
     background-color: transparent;
     color: #EF424E;
}
 .isPassos .iconePVantagem {
     background-color: #CBEFFF;
}
 .listaPublico {
     width: 100%;
}
 

 .umPPu {
    width: 100%;
     display: flex;
     justify-content: flex-start;
     margin: 0;
     padding: 15px 0;
}
 .umPPu:last-of-type {
     border: 0;
}
 .umPPu i {
    width: 30px;
     min-width: 30px;
     height: 30px;
     color: #222 !important;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin: 0 10px 0 0;
}
 .umPPu b {
    font-size: 14px;
}
 .indicePagina {
     width: 100%;
     max-width: 800px;
     margin: 40px auto 60px auto
}
 .indicePagina h2 {
     margin: 0 0 20px 0;
     text-align: center;
}
 .indicePagina ul {
     width: fit-content;
     margin: 0 auto;
     background-color: rgba(0,0,0,.1);
     border-radius: 5px;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .indicePagina ul li {
     list-style: none;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .indicePagina ul li a {
    box-sizing: border-box;
     font-size: 14px;
     padding: 17px 35px;
     color: #777;
     border-radius: 5px;
     transition: all .15s ease
}
 .indicePagina ul li:nth-of-type(1) a {
    background-color: #ddd;
     color: #777
}
 .indicePagina ul:hover li a {
     background-color: transparent!important;
     color: #777!important
}
 .linhaVh2 {
     display: flex;
     align-items: center;
     justify-content: flex-start
}
 .linhaVh2 i {
     margin: 0 5px -5px 0;
}
 .hdaAd {
     margin: 10px 0 20px 0;
}
 .centra {
    width: 90%;
     max-width: 1100px;
     margin: 0 auto;
}
 .page-template-ideal_emp2 {
    overflow: hidden !important;
}
 .logoEmp1 {
     width: 100%;
    height: auto;
     display: block;
     margin: 0 auto 0 auto;
}
 .p2emp {
    padding: 0 0 50px 0;
     width: 100%;
     max-width: 1700px;
     margin: 0 auto;
     display: flex;
     align-items: stretch;
     flex-wrap: wrap;
     justify-content: space-between
}
 .p2emp h1 {
    font-size: 25px!important;
     margin: 10px 0;
     text-align: left;
}
 .ladosP2emp {
    width: 50%;
     padding: 70px 0 0 0;
     box-sizing: border-box;
}
 .diferenciais {
    border-radius: 0 0 20px 20px;
     display: flex;
     align-items: flex-start;
     justify-content: center;
     padding: 70px 20px 0 20px;
}
 .img1P2Emp {
    width: 200px;
     height: 50px;
     background-color: #EEE;
     margin: 0 auto 10px auto;
}
 .img2P2Emp {
    width: 100%;
     height: auto;
     display: block;
}
 .dataAuthP2 {
    color: #666;
     font-size: 13px;
     padding: 0 0 0 15px;
     position: relative;
     margin: 15px 0 0 0;
}
 .dataAuthP2:before {
    content: '';
     background-color: #0c0;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     position: absolute;
     top: calc(50% - 3px);
     left: 0 
}
 .xL1Emp {
    width: 45vw;
     max-width: 620px;
     margin: 0 30px 0 auto;
}
 .holdaP2EmpInfos {
    width: 100%;
     max-width: 450px;
}
 .holdaDiferencias {
    width: 100%;
     max-width: 450px;
     color: #FFF;
}
 .revela {
    font-family: var(--font2) 
}
 .holdaDiferencias h4 {
    max-width: 300px;
     margin: 0 0 30px 0;
     display: block;
}
 .quadroDiff {
    display: flex;
     align-items: stretch;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .umDiffEmp {
    width: calc(50% - 15px);
     margin: 0 0 30px 0;
     box-sizing: border-box;
     padding: 20px;
     border-radius: 10px;
     border: 1px solid #FFF;
}
 .umDiffEmp b {
    font-size: 18px;
     display: block;
     margin: 0 0 10px 0;
}
 .pointerr:hover {
    background-color: rgba(0, 0, 0, .1)
}
 .pointerr {
    cursor: pointer;
}
 .revela {
    box-sizing: border-box;
     padding: 0 0 0 30px;
     min-height: 20px;
     position: relative;
}
 .revela:before {
    content: url('https://api.iconify.design/mdi/eye-off-outline.svg?color=%23FFFFFF&width=20');
     position: absolute;
     top: 0;
     left: 0;
}
 .revelado:before {
    content: url('https://api.iconify.design/ion/eye-outline.svg?color=%23FFFFFF&width=20');
}
 .infoUteis_ {
    padding: 80px 0;
}
 .revelado:before {
    -webkit-animation-duration: .2s;
     -webkit-animation-name: animarOlho;
     -webkit-animation-delay: 0;
     -webkit-animation-fill-mode: forwards;
}
 @-webkit-keyframes animarOlho {
     0% {
         transform: scale(4);
         opacity: 0;
         top: 6px;
         left: -20px 
    }
     100% {
         transform: scale(1);
         opacity: 1;
         top: 0;
         left: 0;
    }
}
 .xEbBan {
     cursor: pointer;
     display: block;
     width: 100%;
     border-radius: 10px;
     transition: all .15s ease;
     animation: attention 5s infinite;
}
 @keyframes attention {
     0% {
         transform: scale(1);
    }
     10% {
         transform: scale(1.1);
    }
     20% {
         transform: scale(1);
    }
     100% {
         transform: scale(1);
    }
}
 .emprestimoCalcula {
     padding: 80px 0 70px 0;
     color: #FFF;
     width: 100%;
     margin: 20px 0 0 0;
     min-height: 450px;
}
 .emprestimoCalcula h2 {
     font-size: 30px;
     margin: 0 auto 10px auto;
     text-align: center;
     color: #FFF;
}
 .emprestimoCalcula .centra {
     max-width: 900px;
}
 .subTXTCalc {
     text-align: center;
     color: #FFF;
     display: block;
     margin: 0 auto 40px auto;
}
 .emprestimoCalcula .inpR {
     border: 2px solid #FFF;
     background-color: transparent;
     color: #FFF;
}
 .emprestimoCalcula .inpR.active {
     background-color: #FFF;
     border-color: #FFF;
}
 .verifyy {
    width: fit-content;
     font-weight: 600;
     margin: 0 auto;
     padding: 0 0 0 20px;
     color: #6d6d6d;
     font-size: 12px;
}
 .emprestimoCalcula .verifyy {
     color: #FFF;
}
 .emprestimoCalcula input[type=text], .emprestimoCalcula input[type=number] {
     -webkit-appearance: none;
     width: 100%;
     margin: 0;
     box-sizing: border-box;
     font-size: 16px;
     font-family: var(--font1);
     outline: none;
     border-radius: 10px;
     border: 2px solid #FFF;
     background-color: transparent;
     color: #FFF;
     padding: 15px;
}
 .emprestimoCalcula input::-webkit-input-placeholder {
     color: #FFF;
}
 .emprestimoCalcula input:-moz-placeholder {
     color: #FFF 
}
 .emprestimoCalcula input::-moz-placeholder {
     color: #FFF 
}
 .emprestimoCalcula input:-ms-input-placeholder {
     color: #FFF 
}
 .emprestimoCalcula #calcular {
     width: 100%;
     max-width: 450px;
     text-transform: uppercase;
     padding: 15px 0;
     font-weight: 700;
     align-items: center;
     justify-content: center;
     background-color: #000;
     display: flex;
     border-radius: 10px;
     color: #FFF;
     margin: 40px auto 10px auto;
}
 .emprestimoCalcula #calcular:hover {
     background-color: #000!important 
}
 .emprestimoCalcula #calcular i {
     font-size: 18px;
     margin: 0 0 -2px 10px;
}
 .emprestimoCalcula #calcular i {
     font-size: 18px;
     margin: 0 0 -2px 10px;
}
 .emprestimoCalcula #limpar {
     -webkit-appearance: none;
     width: 170px;
     box-sizing: border-box;
     font-size: 16px;
     font-family: var(--font1);
     outline: none;
     border-radius: 0;
     border: 0px;
     background-color: transparent;
     color: #FFF;
     padding: 0 15px;
     cursor: pointer;
     margin: 0;
     transition: all .15s ease;
}
 .rINP1, .rINP2 {
     position: relative;
}
 .rINP1 {
     width: calc(25% - 20px);
}
 .rINP2 {
     width: calc(33.33% - 20px);
}
 .rINP2 i {
     position: absolute;
     bottom: 11px;
     right: 10px;
     z-index: 0;
}
 .rINP3 {
     width: calc(25% - 20px);
}
 .emprestimoCalcula .rINP1 input[type=text] {
     padding-left: 80px;
}
 .emprestimoCalcula .rINP2 input[type=number] {
     padding-left: 80px;
}
 .emprestimoCalcula select {
     -webkit-appearance: none;
     position: relative;
     z-index: 9;
     width: 150px;
     margin: 0 0 0 10px;
     box-sizing: border-box;
     font-size: 16px;
     font-family: var(--font1);
     outline: none;
     border-radius: 10px;
     border: 2px solid #FFF;
     background-color: transparent;
     color: #FFF;
     padding: 15px 35px 15px 15px;
}
 .emprestimoCalcula select::-webkit-input-placeholder {
     color: #FFF;
}
 .emprestimoCalcula select:-moz-placeholder {
     color: #FFF 
}
 .emprestimoCalcula select::-moz-placeholder {
     color: #FFF 
}
 .emprestimoCalcula select:-ms-input-placeholder {
     color: #FFF 
}
 .emprestimoCalcula .input-group-text {
     position: absolute;
     border: 0;
     background-color: transparent;
     left: 10px;
}
 table.ress {
     background: rgba(0, 0, 0, .1);
     width: 100%;
     box-sizing: border-box;
     padding: 20px;
     border-radius: 10px;
     border: 1px solid #FFF;
     margin: 10px 0 20px 0;
}
 .ress td {
     padding: 10px 0;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
}
 .ress td:first-child {
     font-weight: 700;
}
 .ress tr:last-child td {
     border: 0 
}
 .itemCha3 {
     height: 320px !important 
}
 .linhaVantagens {
     margin: 20px 0 0;
}
 .quemVant {
     display: flex;
     align-items: stretch;
     justify-content: space-between;
}
 .ladosQmv {
     width: calc(50% - 20px);
     max-width: 530px;
}
 .linhaVh2b {
     font-size: 29px;
     display: block;
     margin: 0 0 30px;
}
 .linhaVh2b i {
     float: left;
     font-size: 37px;
     margin: 0 8px -2px 0;
}
 .chamadas3 {
    width: 100%;
     margin: 20px 0 40px 0;
     padding: 0;
}
 
 .jogosParte {
     padding: 0 0 0 40px
}
 .jogosBarra {
    display: flex;
     align-items: stretch;
     justify-content: center;
     padding: 20px;
     border: 3px solid;
     border-radius: 10px;
}
 .umJogo {
     width: calc(50% - 20px);
     max-width: 200px;
     margin: 0 10px;
     text-align: center;
}
 .umJogo img {
    width: 100%;
     max-width: 150px;
     display: block;
     margin: 0 auto 20px;
}
 .umJogo b {
     display: block;
     color: #333;
     font-weight: 700;
     font-size: 20px;
}
 .holdaVantDesv {
     text-align: center;
}
 .vantDesv {
    width: 130px;
     display: block;
     margin: 0 auto;
}
 .holdaVantDesv h2 {
     font-size: 30px;
     margin: 8px auto 0;
}
 .itemCha3 {
    height: 190px;
     background-color: rgb(224 224 224 / .3);
     border: 1px solid #dbdbdb;
     box-sizing: border-box;
     display: flex;
     padding: 20px 25px;
     flex-direction: column;
     justify-content: space-between;
     margin: 0;
     border-radius: 10px;
}
 .iconePVant2 {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     margin: 0 0 10px;
     padding: 8px 0 0;
     background-color: var(--azul5);
     border-radius: 50%;
     justify-content: center;
     font-size: 20px;
}
 .iconePVant2 i {
     margin: -4px 0 0 0
}
 .itemCha3 b {
     width: 100%;
     max-width: 240px;
     display: block;
     font-size: 22px;
}
 .itemCha3 p {
     width: 100%;
     min-height: 60px;
}
 .iccCor1 {
     background-color: rgb(11 214 95 / .3);
}
 .iccCor2, .icv1 {
    background-color: #ffbaba;
}
 .icv2 {
    background-color: #cbefff;
}
 .icv3 {
    background-color: #fff0d5;
}
 .icv4 {
    background-color: #e0c3fa;
}
 .icv5 {
    background-color: #c0ffda;
}
 .icv6 {
    background-color: #f8ffcb;
}
 .itemChaP3 {
    height: 230px;
     padding: 25px 20px 20px;
     flex-direction: column;
     justify-content: flex-start;
     margin: 0;
     border-radius: 10px;
     background-color: rgb(224 224 224 / .3);
     border: 1px solid #dbdbdb;
}
 .itemChaP3 b {
    display: block;
     margin: 0 0 10px 0;
}
 .solicitaBox {
     width: 100%;
     margin: 30px auto 50px;
     padding: 70px 10px;
     border-radius: 15px;
     text-align: center;
     box-sizing: border-box; 
}
 .solicitaBox h2 {
     font-size: 55px!important;
     margin: 0 auto;
}
 .solicitaBox h2 i {
    width: 60px;
     display: block;
     margin: 0 auto;
}
 .solicitaBox h3 {
    font-size: 23px;
     margin: 20px auto 0;
}
 .solicitaBox p {
    width: 90%;
     font-size: 15px;
     max-width: 750px;
     margin: 20px auto 0;
}
 .ctaP2b i {
     transform: rotate(180deg);
     margin: -3px 0 0 10px;
}
 .barraCelP2 {
    width: 100%;
     display: flex;
     border-radius: 10px;
     margin: 100px 0;
     justify-content: center;
     padding: 20px;
     background-color: #f1f1f1;
     align-items: center;
}
 .meiado {
    align-content: center;
     width: 100%;
     max-width: 1000px;
     justify-content: space-between;
     box-sizing: border-box;
     display: flex;
}
 .celP2 {
    width: 100%;
     max-width: 200px;
}
 .p2-2 {
    width: calc(100% - 600px);
     font-size: 27px;
     display: flex;
     font-weight: 700;
}
 .p2-3 {
    width: 290px;
     text-align: center;
     display: flex;
}
 .p2-2, .p2-3 {
    height: 150px;
     align-items: center;
     justify-content: center;
}
 .p2-3 a {
    display: flex;
     width: 42px;
     height: 42px;
     font-size: 23px;
     margin: 0 8px;
     justify-content: center;
     color: #fff;
     border-radius: 50%;
     align-items: center;
}
 .rIconsx {
     margin: 0 0 30px 0;
     width: fit-content;
     display: flex;
     justify-content: flex-start;
     align-items: center;
}
 .rIconsx i {
    display: block;
     margin: 0 15px 0 0;
     color: var(--azul);
}
 .bannerProp {
    width: 90%;
     max-width: 1200px;
     margin: 30px auto;
     display: block;
     border-radius: 20px;
     box-shadow: 2px 2px 17px -12px #333
}
 .empIdeal .umPasso {
    width: calc(33.33% - 22px);
}
 .simpPassosHolda {
     padding: 20px 0;
     margin: 0 0 50px 0;
}
 .subPx {
     margin: 20px auto;
     max-width: 450px;
     text-align: center;
}
 .h3-Simp {
     max-width: 350px;
     margin: 0 auto;
     width: 100%;
     display: block;
     text-align: center;
}
 .h3-Simp i {
     transform: rotate(-90deg);
    font-size: 35px;
     display: block;
     margin: 0 auto 10px auto;
}
 .simpPassos {
     margin: 40px 0 0 0;
     display: flex;
     flex-wrap: wrap;
     align-content: flex-start;
     justify-content: space-between;
     counter-reset: passo;
}
 .umSimpPasso {
     width: calc(33.33% - 10px);
     padding: 20px;
     min-height: 180px;
     margin: 0 0 20px 0;
     border-radius: 10px;
     box-sizing: border-box;
}
 .umSimpPasso:before {
     counter-increment: passo;
     content: counter(passo);
     width: 30px;
     height: 30px;
     margin: 0 0 20px 0;
     border-radius: 50%;
     color: #FFF;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .umSimpPasso p {
     margin: auto 0 0 0;
     line-height: 140%;
}
 #labelNome {
     font-size: 14px;
}
 #modalAncora {
     width: 100%;
     position: fixed;
     transition: all .35s ease;
     left: 0;
     bottom: -400px;
     background-color: var(--azul);
     border-radius: 20px 20px 0 0;
     box-sizing: border-box;
     padding: 30px 0;
     color: #FFF;
     z-index: 9999;
     box-shadow: 0px -1px 16px -9px #333 
}
 .ancoraAtiva {
     bottom: 0px !important;
}
 .fechaAncora {
     color: #000;
     position: absolute;
     top: -25px;
     right: 15px;
     font-size: 22px;
}
 .ancCentra {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0 auto;
     width: 94%;
}
 .l1Moda b {
     display: block;
     font-size: 13px;
}
 .l1Moda em {
     font-style: normal;
     font-size: 9px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .l1Moda em i {
     font-size: 11px;
     margin: 0 5px -2px 0 
}
 .ctaModa {
     cursor: pointer; 
     display: flex;
     align-items: center;
     font-size: 11px;
     justify-content: center;
     background-color: #FFF;
     font-weight: 700;
     color: #000;
     border-radius: 30px;
     box-sizing: border-box;
     padding: 5px 12px 5px 5px 
}
 .ctaModa i {
     width: 30px;
     height: 30px;
     margin: 0 5px 0 0;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--azul);
     color: #FFF;
     border-radius: 50%;
     font-size: 22px;
     transform: rotate(90deg) 
}
 .ctaModa:hover i {
     background-color: #0c0 
}
 .holdaImg2P2Emp {
     width: 100%;
     margin: 20px auto;
     overflow: hidden;
     max-height: 250px;
     border-radius: 30px;
     position: relative;
}
 .tabProContra {
     width: 100%;
     margin: 0 0 30px 0;
}
 .labelProContra {
     width: 100%;
     position: relative;
     display: block;
     padding: 20px 0;
     border-bottom: 3px solid #F6F6F6;
     cursor: pointer;
}
 .labelProContra h2 {
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .labelProContra h2 i {
     font-size: 27px;
     margin: 0 10px -5px 0
}
 .pros h2 i {
     color: #32BEA6
}
 .contras h2 i {
     color: #EF424E;
}
 .labelProContra:after {
     content: 'Ver';
     position: absolute;
     top: calc(50% - 20px);
     right: 20px;
     transition: all .15s ease;
     color: var(--primary-color);
}
 .labelProContra:before {
     content: url('https://api.iconify.design/ri/arrow-left-s-line.svg?color=%23333333&width=18');
     transition: all .15s ease;
     transform: rotate(-180deg);
     position: absolute;
     top: calc(50% - 23px);
     right: 0;
}
 .contentProContra {
     background-color: #FFF;
     position: relative;
     height: 0px;
     overflow: hidden;
     transition: all .15s ease
}
 .proContraAtivo .contentProContra {
     height: auto!important;
     margin: 20px 0 0 0;
}
 .proContraAtivo .labelProContra:after {
     right: 22px 
}
 .proContraAtivo .labelProContra:before {
     transform: rotate(-90deg);
     top: calc(50% - 21px);
}
 .adRemote {
     width: 100%;
     margin: 0 0 20px 0;
     min-height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-sizing: border-box;
}
 .loaderDummLista {
     background-color:#FFF;
     z-index: 9;
     padding: 40px 0 0 0;
     box-sizing: border-box;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
}
 .proContraAtivo .loaderDummLista {
     -webkit-animation-duration: .3s;
     -webkit-animation-name: fecharLoad;
     -webkit-animation-delay: 1s;
     -webkit-animation-fill-mode: forwards;
}
 .loaderDummLista b {
     width: 100%;
     display: block;
     margin: 15px 0 0 0;
     height: 100px;
     border-radius: 8px;
     background-color: #ddd;
     position: relative;
}
 .loaderDummLista b:nth-of-type(even) {
     width: 80%;
}
 .loaderDummLista b {
     position: relative;
     background: linear-gradient(120deg, rgba(245, 245, 245, 0) 0%, #DDD 50%, rgba(245, 245, 245, 0) 100%);
     background-size: 200% 100%;
     animation: loading 1.5s infinite;
}
 @keyframes loading {
     0% {
         background-position: 200% 0;
    }
     100% {
         background-position: -200% 0;
    }
}
 @-webkit-keyframes fecharLoad {
     0% {
         opacity:1;
         display: block;
    }
     99% {
         opacity:0;
         display: block;
    }
     100% {
         display: none;
    }
}
 .cardverifyy {
     font-size: 10px;
     color: #6D6D6D;
     margin: 10px 0;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .cardverifyy i {
     font-size: 14px;
     color: #32BEA6;
     margin: 0 5px -3px 0 
}
 .umDadoComp {
     width: 100%;
     min-height: 110px;
     display: flex;
     justify-content: center;
     flex-direction: column;
     box-sizing: border-box;
     position: relative;
     text-align: left;
     padding: 15px 15px 15px 100px;
}
 .umDadoComp:nth-of-type(odd) {
     background-color: #F6F6F6
}
 .umDadoComp i {
     width: 65px;
     height: 65px;
     position: absolute;
     top: calc(50% - 33px);
     left: 15px;
     font-size: 35px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #CDEFFF;
     color: #000;
     border-radius: 50%;
}
 .umDadoComp b {
     text-align: left!important;
     font-size: 17px!important;
     font-weight: 500!important;
     display: block!important;
     margin: 0 0 10px 0!important;
}
 .umDadoComp p {
     font-size: 15px;
}
 .linhaVantagem {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     min-height: 100px;
     position: relative;
     box-sizing: border-box;
     padding: 15px 95px 15px 90px;
}
 .linhaVantagem b {
     width: 100%;
     font-weight: 600
}
 .linhaVantagem a {
     width: 90px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 15px;
     color: var(--primary-color);
     text-decoration: underline;
     position: absolute;
     top: calc(50% - 10px);
     right: 15px;
}
 .linhaVantagem a i {
    font-size: 16px;
     margin: 0 0 -4px 4px;
}
 .linhaVantagem:nth-of-type(odd) {
    background-color: #F6F6F6
}
 .umaVantagem .iconePVantagem {
     background-color: #B6F3CF;
}
 .umaDesvantagem .iconePVantagem {
     background-color: #FFBABA;
}
 .iconePVantagem {
     width: 56px;
     height: 56px;
     box-sizing: border-box;
     padding: 4px 0 0 0;
     border-radius: 50%;
     font-size: 25px;
     background-color: #aaa;
     display: flex;
     align-items: center;
     justify-content: center;
     top: calc(50% - 28px);
     left: 15px;
     position: absolute;
}
 .page-template-p2 {
     overflow: hidden !important;
}
 .noSell {
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 .topoP2 {
     height: 500px;
     padding: 370px 0 0;
     position: relative;
     box-sizing: border-box;
}
 .centra {
     width: 90%;
     max-width: 1300px;
     margin: 0 auto;
}
 .topoazul {
     width: 110%;
     position: absolute;
     top: 0;
     left: -5%;
}
 .fotoCardPs2 {
     width: 450px;
     height: 275px;
     top: 40px;
     left: calc(50% - 225px);
     border-radius: 14px;
     position: absolute;
}
 .infoTopP2 {
     width: 95%;
     max-width: 850px;
     margin: 0 auto;
}
 .infoTopP2 h1 {
     font-size: 32px!important;
     font-weight: 600;
     margin: 0;
}
 .infoTopP2 p {
     margin: 17px 0;
     font-weight: 600;
     font-size: 18px;
     line-height: 160%;
}
 #labelNome {
     width: 270px;
     padding: 5px 10px;
     font-family: Inconsolata, monospace;
     text-shadow: 1px 1px 1px #000;
     font-size: 18px;
     letter-spacing: 1px;
     color: #FFF;
     position: absolute;
     text-transform: uppercase;
}
 .dataAuthP2 {
     color: #666;
     font-size: 13px;
     padding: 0 0 0 15px;
     position: relative;
}
 .dataAuthP2:before {
     content: "";
     width: 6px;
     height: 6px;
     border-radius: 50%;
     top: calc(50% - 3px);
     left: 0;
     position: absolute;
     background-color: #0c0 
}
 .hdPb {
     padding: 20px 0;
     width: fit-content;
     min-width: 300px;
     text-align: center;
     margin: 0 auto!important;
}
 .infoUteis {
     width: 100%;
     justify-content: space-between;
     display: flex;
     align-items: center;
}
 .lad1UtP2 {
     width: calc(50% - 20px);
     max-width: 480px;
}
 .lad1UtP2 h2 {
     font-size: 30px;
}
 .temUtv {
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     justify-content: space-between;
}
 .umUtV {
     width: calc(50% - 16px);
     height: 160px;
     margin: 0 0 32px;
     border: 1px solid #000;
     padding: 20px;
     border-radius: 10px;
     box-sizing: border-box;
}
 .umUtV i {
     font-size: 27px;
     margin: 0;
     display: block;
}
 .umUtV b {
     font-size: 18px;
     margin: 5px 0;
     display: block;
}
 .umUtV p {
     display: block;
     margin: 0;
}
 .linhaVantagens {
     margin: 20px 0 0;
}
 .quemVant {
     width: 100%;
     align-items: stretch;
     justify-content: space-between;
     display: flex;
}
 .ladosQmv {
     max-width: 530px;
     width: calc(50% - 20px);
}
 .linhaVh2b {
    font-size: 29px;
     margin: 0 0 30px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .linhaVh2b i {
     font-size: 34px;
     margin: 0 6px -4px 0;
     color: var(--primary-color);
}
 .listaPublico {
     width: 100%;
}
 

 .icv1 {
    background-color: #ffbaba;
}
 .icv2 {
    background-color: #cbefff;
}
 .icv3 {
    background-color: #fff0d5;
}
 .icv4 {
    background-color: #e0c3fa;
}
 .icv5 {
    background-color: #c0ffda;
}
 .icv6 {
    background-color: #f8ffcb;
}
 [class^="corestrela"] i:nth-of-type(-n+1) {
     color: #FFC738 !important;
}
 .corestrela2 i:nth-of-type(-n+2) {
     color: #FFC738 !important;
}
 .corestrela3 i:nth-of-type(-n+3) {
     color: #FFC738 !important;
}
 .corestrela4 i:nth-of-type(-n+4) {
     color: #FFC738 !important;
}
 .corestrela5 i {
     color: #FFC738 !important;
}
 #labelNome {
     font-size: 14px;
}
 .girado {
     margin: 240px 0 0;
     text-align: right;
     transform-origin: bottom left;
}
 .girado, .umUtV a i {
     transform: rotate(-90deg);
}
 .girado.isBottom {
     text-align: left;
     margin: -30px 0 0;
}
 #modalAncora {
     width: 100%;
     position: fixed;
     transition: all .35s ease;
     left: 0;
     bottom: -400px;
     background-color: var(--primary-color);
     border-radius: 20px 20px 0 0;
     box-sizing: border-box;
     padding: 30px 0;
     color: #FFF;
     z-index: 9999;
     box-shadow: 0px -1px 16px -9px #333 
}
 .ancoraAtiva {
     bottom: 0px !important;
}
 .fechaAncora {
     color: #000;
     position: absolute;
     top: -25px;
     right: 15px;
     font-size: 22px;
}
 .ancCentra {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0 auto;
     width: 94%;
}
 .l1Moda b {
     display: block;
     font-size: 13px;
}
 .l1Moda em {
     font-style: normal;
     font-size: 9px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .l1Moda em i {
     font-size: 11px;
     margin: 0 5px -2px 0 
}
 .ctaModa {
     display: flex;
     align-items: center;
     font-size: 11px;
     justify-content: center;
     background-color: #FFF;
     font-weight: 700;
     color: #000;
     border-radius: 30px;
     box-sizing: border-box;
     padding: 5px 12px 5px 5px 
}
 .ctaModa i {
     width: 30px;
     height: 30px;
     margin: 0 5px 0 0;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--primary-color);
     color: #FFF;
     border-radius: 50%;
     font-size: 22px;
     transform: rotate(90deg) 
}
 .ctaModa:hover i {
     background-color: #0c0 
}

/* Estilo para opções destacadas */
.nodoCard.highlighted,
.cardNode.highlighted {
    background-color: #f0f0f0 !important;
    outline: 2px solid #007bff;
    outline-offset: -2px;
}

/* Melhorar a visibilidade do dropdown */
.dropdown-content {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.dropdown-content::-webkit-scrollbar {
    width: 8px;
}

.dropdown-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Animação suave para highlights */
.nodoCard,
.cardNode {
    transition: all 0.2s ease;
}

 @media screen and (min-width: 800px) {
     
     .listaPublico .chamadas { box-sizing: border-box; }
     
     #modalAncora {
         display: none !important 
    }
}
 .comparadorParte {
     padding: 50px 0;
     margin: 0 0 50px 0;
}
 #comparadores h2 {
     width: 90%;
     margin: 0 auto 10px auto!important;
     max-width: 450px;
     font-size: 26px;
     text-align: center;
}
 .ctaCompCard2 {
     text-decoration: none !important 
}
 .ctaCompCard2:hover {
     color: #FFF !important 
}
 .verifyy {
     text-align: center;
     font-size: 12px;
}
 .holdaVantDesv {
     text-align: center;
}
 .holdaVantDesv h2 {
     font-size: 30px;
     margin: 8px auto 0;
}
 .linhaVh2 {
     font-size: 29px;
     display: flex;
     align-items: center;
     margin: 0 0 30px;
     justify-content: flex-start;
}
 .linhaVh2 i {
     margin: 0 6px -8px 0;
     font-size: 31px;
}
 .chamadas3 {
     width: 100%;
     margin: 50px 0 0;
     padding: 0;
}
 .topArr {
     width: 100%;
     padding: 0;
}
 .topArr .owl-nav {
     width: 100%;
     height: 1px;
     margin-top: 10px;
}
 .topArr .owl-nav div {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     font-size: 25px !important;
     color: #333 !important;
     position: absolute;
     z-index: 9;
     top: -65px;
     box-sizing: border-box;
     padding: 4px 0 0 0;
     background-color: #FFF!important;
     display: flex!important;
}
 .topArr .owl-next {
     right: 0;
}
 .topArr .owl-prev {
    right: 50px;
}
 .topArr .owl-nav div:hover {
     background-color: #EEE!important
}
 .itemCha3 {
    height: 200px;
     box-sizing: border-box;
     display: flex;
     border: 1px solid #dbdbdb;
     background-color: rgb(224 224 224 / .3);
     padding: 20px 25px;
     flex-direction: column;
     justify-content: space-between;
     margin: 0;
     border-radius: 10px;
}
 .iconePVant2 {
    width: 40px;
     display: flex;
     align-items: center;
     height: 40px;
     margin: 0 0 10px;
     padding: 5px 0 0;
     background-color: #eee;
     border-radius: 50%;
     justify-content: center;
     font-size: 20px;
}
 .iccCor1 {
    background-color: rgb(11 214 95 / .3);
}
 .itemCha3 b {
     width: 100%;
     max-width: 240px;
    display: block;
     font-size: 22px;
}
 .hdPb {
     padding: 20px 0;
     width: fit-content;
     min-width: 300px;
     margin: 0 auto;
}
 .linhaVh2 {
     width: 100%;
}
 .fullCentr {
     text-align: center;
     width: 100%!important
}
 .fullCentr i {
    margin: 0 10px -5px 0!important
}
 .maisInfosCardx {
     width: 100%;
}
 .maisInfosCard b, .maisInfosCardx b {
     display: block!important;
     margin: 0 0 10px!important;
}
 .maisInfosCard p, .maisInfosCardx p {
     display: block!important;
     margin: 0 0 30px!important;
}
 .bandeiraParte {
     display: block;
     background-color: var(--primary-color);
     color: #FFF;
     padding: 100px 0;
}
 .marcaBand {
     height: 35px;
     margin: 0 0 20px;
}
 .bandeiraParte h2 {
     font-size: 26px;
     max-width: 330px;
     line-height: 160%;
     color: #FFF;
}
 .bp2 {
     width: calc(100% - 380px);
     max-width: 700px;
     justify-content: flex-start;
     flex-wrap: wrap;
     align-items: center;
     display: flex;
}
 .vantBand {
     width: calc(33.33% - 28px);
     min-height: 180px;
     margin: 0 28px 28px 0;
     padding: 20px 20px 0;
     border: 1px solid #fff;
     border-radius: 10px;
     color: #fff;
     box-sizing: border-box;
}
 .vantBand i {
     margin: 0 0 10px;
     font-size: 30px;
     display: block;
}
 .p3S2 {
     padding: 50px 0 0;
}
 .introP3S2 {
     width: 100%;
     max-width: 480px;
     margin: 0 auto;
     text-align: center;
}
 .introP3S2 i {
     font-size: 55px;
     color: var(--primary-color);
     display: block;
     margin: 0 auto;
     transform: rotate(-90deg);
}
 .introP3S2 h2 {
     font-size: 30px!important;
     max-width: 400px;
     display: block;
     margin: 0 auto 15px!important;
}
 .introP3S2 p {
     margin: 0 auto;
}
 .passoApassoP3 {
    display: flex;
     margin: 50px 0 0;
     flex-wrap: wrap;
     align-items: flex-start;
     justify-content: space-between;
}
 .umPasso {
     width: calc(20% - 22px);
     margin: 0 0 30px;
     height: 200px;
     border: 1px solid var(--primary-color);
     border-radius: 10px;
     padding: 20px;
     box-sizing: border-box;
}
 .umPasso b {
     margin: 0 0 20px;
     border-radius: 50%;
     width: 36px;
     height: 36px;
     color: #fff;
     font-size: 16px;
     justify-content: center;
     background-color: var(--primary-color);
     align-items: center;
     display: flex;
}
 .itemChaP3 {
     height: 230px;
     padding: 25px 20px 20px;
     flex-direction: column;
     justify-content: flex-start;
     margin: 0;
     border-radius: 10px;
     background-color: rgb(224 224 224 / .3);
     border: 1px solid #dbdbdb;
     line-height: 160% 
}
 .itemChaP3 b {
     display: block;
     margin: 0 0 10px 0;
}
 .ctaCompCard2 {
     text-decoration: none !important 
}
 .ctaCompCard2:hover {
     color: #FFF !important 
}
 .verifyy {
     text-align: center;
     font-size: 12px;
}
 
 .lock-content {
     text-align: center;
}
 .boxCompara.bc1 {
     width: 100% !important;
}
 .boxCompara.bc2 {
     position: relative;
     filter: blur(5px);
     width: 100% !important;
}
 .bb {
     position: relative;
     width: calc(50% - 13px);
}
 .solicitaBox {
     width: 100%;
     margin: 30px auto 50px;
     padding: 70px 10px;
     border-radius: 15px;
     text-align: center;
     border: 1px solid var(--primary-color) 
}
 .solicitaBox h2 {
     font-size: 55px!important;
     margin: 0 auto;
}
 .solicitaBox h2 i {
     width: 60px;
     display: block;
     color: var(--primary-color);
     margin: 0 auto;
}
 .solicitaBox h3 {
     font-size: 23px!important;
     margin: 10px auto 0;
}
 .solicitaBox p {
     width: 90%;
     font-size: 15px;
     max-width: 750px;
     margin: 20px auto 0;
}
 .ctaP2b {
     margin: 25px auto 10px;
     width: 100%;
     max-width: 470px;
     border-radius: 8px;
     color: #fff;
     padding: 15px 0;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--primary-color);
     box-sizing: border-box; 
}
 .ctaP2b i {
     transform: rotate(180deg);
     margin: -6px 0 0 5px;
}
 .ctaCompCard {
     display: block;
     font-size: 15px;
     margin: 15px auto 5px auto;
     background-color: var(--primary-color);
     color: #FFF;
     text-align: center;
     border-radius: 5px;
     box-sizing: border-box;
     padding: 14px 0;
     max-width: 320px;
}
 .ctaCompCard:hover {
     background-color: #333;
}
 .rIconsx {
     text-align: center;
     margin: 0 auto 30px auto;
     width: fit-content;
     justify-content: center 
}
 .rIconsx i {
     display: block;
     margin: 0 15px 0 0;
     color: var(--primary-color);
}
 .bannerProp {
     width: 90%;
     max-width: 1200px;
     margin: 30px auto;
     display: block;
     border-radius: 20px;
     box-shadow: 2px 2px 17px -12px #333 
}
 .barraCelP2 {
    width: 100%;
     display: flex;
     border-radius: 10px;
     margin: 100px 0;
     justify-content: center;
     padding: 20px;
     background-color: #f1f1f1;
     align-items: center;
}
 .meiado {
    align-content: center;
     width: 100%;
     max-width: 1000px;
     justify-content: space-between;
     box-sizing: border-box;
     display: flex;
}
 .celP2 {
    width: 100%;
     max-width: 200px;
}
 .p2-2 {
    width: calc(100% - 600px);
     font-size: 27px;
     display: flex;
     font-weight: 700;
}
 .p2-3 {
    width: 290px;
     text-align: center;
     display: flex;
}
 .p2-2, .p2-3 {
    height: 150px;
     align-items: center;
     justify-content: center;
}
 .p2-3 a {
    background-color: var(--primary-color);
     display: flex;
     width: 42px;
     height: 42px;
     font-size: 23px;
     margin: 0 8px;
     justify-content: center;
     color: #fff;
     border-radius: 50%;
     align-items: center;
}
 .custom-dropdown {
     position: relative;
     display: inline-block;
     cursor: pointer;
     width: calc(50% - 13px);
     box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
     border: 1px solid #eee;
     border-radius: 5px;
}
 .dropdown-button {
     padding: 11px 14px;
     width: 100%;
     position: relative;
     font-size: 15px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     box-sizing: border-box;
     border-radius: 5px;
     background-color: white;
}
 .dropdown-button:after {
     content: url('https://api.iconify.design/fe/arrow-down.svg?color=%23333&width=22');
     position: absolute;
     top: calc(50% - 11px);
     right: 10px;
}
 .dropdown-content {
     display: none;
     flex-wrap: wrap;
     position: absolute;
     background-color: #f9f9f9;
     min-width: 100%;
     box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
     z-index: 1;
}
 .dropdown-content div {
     padding: 10px;
     cursor: pointer;
}
 .custom-dropdown.active .dropdown-content {
     display: flex;
     border-radius: 0 0 5px 5px 
}
 .load-more {
     width: 100%;
     background-color: #ddd;
     text-align: center;
     font-weight: bold;
     cursor: pointer;
     order: 3 
}
 .search-input {
     -webkit-appearance: none;
     width: calc(100% - 20px);
     margin: 10px;
     box-sizing: border-box;
     font-size: 16px;
     font-family: 'Plus Jakarta Sans', sans-serif;
     outline: none;
     border-radius: 5px;
     border: 1px solid #ccc;
     background-color: #fff;
     color: #333;
     padding: 8px;
}
 .fotoCardLista {
     width: 65px;
     height: 41px;
     min-width: 65px;
     padding: 0 !important;
     border: 1px solid #ccc;
     border-radius: 4px;
     margin: 0 10px 0 0;
     background-color: #FFF;
}
 .bgRule {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover
}
 .bgRule2 {
     background-position: center;
     background-repeat: no-repeat;
     background-size: 55% 
}
 .nodoCard, .cardNode {
     width: 100%;
     font-size: 13px;
     line-height: 160%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     border-bottom: 1px solid #eee;
     box-sizing: border-box 
}
 .nodoCard:hover, .cardNode:hover {
     background-color: #eee;
}
 #dropdownOptions, #cardDropdownOptions {
     max-height: 350px;
     overflow: auto;
     -webkit-overflow-scrolling: touch;
}
 .highlighted {
     background-color: #eee;
}
 .dropdown-button span {
     text-transform: capitalize 
}
 .holdaDrops {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     width: 100%;
     max-width: 865px;
     margin: 40px auto 20px auto;
}
 #exibeCompara {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     width: 100%;
     max-width: 865px;
     margin: 25px auto;
}
 .boxCompara {
     box-sizing: border-box;
     width: calc(50% - 13px);
     padding: 30px 15px;
     border-radius: 10px;
     background-color: #FFF;
     box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
     border: 1px solid #eee;
     max-height: 600px;
     overflow: hidden;
     transition: all .35s ease;
}
 .maisDetOverlay {
     position: absolute;
     box-sizing: border-box;
     border-radius: 0 0 10px 10px;
     padding: 0 30px 15px 30px;
     display: flex;
     align-items: flex-end;
     justify-content: center;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 280px;
     background: rgb(255,255,255);
     background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,0.528470763305322) 82%, rgba(255,255,255,0) 100%);
}
 .maisDetOverlay a {
     width: 100%;
     cursor: pointer;
}
 .liberaDetalhes {
     max-height: 2000px;
}
 .liberaDetalhes .maisDetOverlay {
     display: none;
}
 .boxComparaNull {
     box-sizing: border-box;
     width: calc(50% - 13px);
     height: 20px 
}
 .fotoEmpCard {
     width: 90%;
     max-width: 200px;
     margin: 0 auto 20px auto;
     display: block;
}
 .boxCompara b {
     font-size: 20px;
     font-weight: 700;
     text-align: center;
     display: block;
     margin: 10px auto;
}
 .carregaBox {
     box-sizing: border-box;
     width: calc(50% - 13px);
     height: 500px;
     border: 1px dashed #AAA;
     border-radius: 10px;
     -webkit-animation-duration: .9s;
     -webkit-animation-name: animaLoad;
     -webkit-animation-fill-mode: forwards;
     opacity: .7;
     background-color: #FFF;
     -webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes animaLoad {
     0% {
         opacity: .7;
    }
     100% {
         opacity: 0;
    }
}
 .carrega2 {
     -webkit-animation-delay: 0s;
}
 .carrega2 {
     -webkit-animation-delay: .1s;
}
 .rateCc {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #DDD 
}
 .rateCc em {
     font-style: normal;
     font-weight: 700;
     font-size: 14px;
     margin: 0 8px 0 0;
     color: #000 
}
 .rateCc i {
     font-size: 20px;
     height: 21px;
     margin: 0 2px;
}
 .linhaVantsComp {
     width: calc(100% + 30px);
     display: block;
     font-size: 15px;
     margin: 0 0 0 -15px;
     border-bottom: 1px solid #eee;
     box-sizing: border-box;
     padding: 9px 0;
     text-align: center;
}
 .linhaVantsComp strong {
     margin: 0 4px 0 0 
}
 .ctaCompCard2 {
     display: flex;
     margin: 17px 0 0 0;
     background-color: var(--azul3);
     font-size: 15px;
     font-weight: 500;
     text-align: center;
     justify-content: center;
     align-items: center;
     color: var(--primary-color);
     border-radius: 5px;
     box-sizing: border-box;
     padding: 13px 0;
}
 .ctaCompCard2 i {
     font-size: 20px;
     height: 20px;
     margin: 0 0 0 10px;
}
 .ctaCompCard2:hover {
     background-color: var(--primary-color);
     color: #FFF;
}
 .boxCompara .verifyy {
     margin-bottom: 10px;
}
 .boxCompara .linhaVantsComp:last-of-type {
     border: 0 !important 
}
 .txt-lock {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .txt-lock:before {
     margin: 0 5px 0 0;
     content: url(https://organizzei.com.br/wp-content/themes/ORGANIZZEI/img/ad.svg);
}
 .xEbBan {
     cursor: pointer;
     margin: 0;
     display: block;
     width: 100%;
     border-radius: 10px;
     transition: all .15s ease;
     animation: attention 5s infinite;
}
 @keyframes attention {
     0% {
         transform: scale(1);
    }
     10% {
         transform: scale(1.1);
    }
     20% {
         transform: scale(1);
    }
     100% {
         transform: scale(1);
    }
}
 .st1b {
     fill: var(--primary-color)
}


.holdaImgEmpK {max-width: 120px; position: absolute; box-sizing: border-box; padding: 10px; top: 20px; left: 20px; background-color: rgba(255,255,255,.8); border-radius: 10px;}

/* ============================================== */
/* ESTILOS SPLIDE.JS PARA TEMPLATE P2-EMPRESTIMO  */
/* (Baseado em cartaoP2.css)                      */
/* ============================================== */

/* Estilos para Carrosséis com SETAS (topArr) */
.splide.topArr .splide__arrows {
    position: absolute;
    top: -65px;
    right: 0;
    width: 100px;
    display: flex;
    justify-content: flex-end;
}

.splide.topArr .splide__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    opacity: 1;
    position: relative;
    left: auto;
    right: auto;
    margin-left: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide.topArr .splide__arrow:hover {
    background: #EEE !important;
}

.splide.topArr .splide__arrow svg {
    fill: #333;
    width: 20px;
    height: 15px;
}

.splide__arrow--prev { 
    transform: rotate(180deg);
}


/* Estilos para Carrosséis com PAGINAÇÃO (bolinhas/dots) */
#quem-pode-carousel .splide__pagination,
#parceiros-carousel .splide__pagination,
#parceiros-carousel-2 .splide__pagination {
    bottom: -25px; /* Posiciona as bolinhas abaixo do carrossel */
}

#quem-pode-carousel .splide__pagination__page,
#parceiros-carousel .splide__pagination__page,
#parceiros-carousel-2 .splide__pagination__page {
    background: #ddd;
    width: 15px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
    opacity: 1;
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#quem-pode-carousel .splide__pagination__page.is-active,
#parceiros-carousel .splide__pagination__page.is-active,
#parceiros-carousel-2 .splide__pagination__page.is-active {
    background: var(--primary-color);
    transform: none;
}

/* Reset geral para a paginação */
.splide__pagination { 
    padding: 0;
}


/* Ajustes Gerais de Layout para os Slides */
.ladosQmv .splide, #quemPodeBox .splide {
    margin-bottom: 30px;
}

.linhaParceirosBanner .splide {
    margin-bottom: 40px;
}

.umaCoisaTop {
    height: 100%; 
}

#quem-pode-carousel .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Ajustes para Responsividade Mobile */
@media screen and (max-width: 1100px) {
    .splide.topArr .splide__arrows {
        top: -55px;
        width: 90px;
    }
    .splide.topArr .splide__arrow {
        width: 35px;
        height: 35px;
    }
}

 @media screen and (max-width: 1100px) {

        .holdaImgEmpK { min-width: 90px; display: flex; align-items: center; justify-content: center; padding: 5px; top: 6px; left: 6px; background-color: #FFF; border-radius: 7px;}

    
        .unlock-overlay {width:calc(50% - 5px); padding: 0 2px; }


 #quemPodeBox {margin: 0 0 60px 0;}
     
     .bannerProp {
         max-width: 450px;
    }
     .labelInfoAcc h2 {
         font-size: 17px!important;
         width: calc(100% - 60px);
    }
     .iconeAcc {
         width: 40px;
         height: 40px;
         font-size: 24px;
    }
     .itemCha3 {
         padding: 20px 10px;
         height: 280px!important;
    }
     .itemCha3 b {
         font-size: 18px
    }
     .empIdeal .umPasso {
        width: calc(50% - 17px);
    }
     .bannerProp {
        max-width: 450px;
    }
     .logoEmp1 {
         width: auto;
         max-height: 30px;
         margin: 0 auto 0 auto;
    }
     .p2emp {
         padding: 0 0 40px 0;
         width: 90%;
         max-width: 450px;
         flex-wrap: wrap;
    }
     .p2emp h1 {
         font-size: 22px;
         text-align: left 
    }
     .ladosP2emp {
         width: 100%;
         padding: 10px 0 20px 0;
    }
     .diferenciais {
         border-radius: 15px;
         padding: 30px 25px;
    }
     .img2P2Emp {
         width: 100%;
         height: auto; 
         display: block;
         margin: 0 auto;
    }
     .xL1Emp {
         width: 100%;
         margin: 0;
    }
     .holdaDiferencias h4 {
         text-align: center;
         margin: 0 auto 20px auto;
    }
     .umDiffEmp {
         width: calc(50% - 8px);
         margin: 0 0 16px;
         padding: 10px;
    }
     .infoUteis_ {
         padding: 20px 0;
    }
     .xEbBan {
         margin: 0;
    }
     .quemVant {
         flex-wrap: wrap;
         max-width: 450px;
         margin: 0 auto 30px auto;
    }
     .ladosQmv {
         width: 100%;
    }
     .meiado {
         flex-wrap: wrap;
         padding: 0 0 0 160px;
         position: relative
    }
     .p2-2, .p2-3 {
         height: auto;
         min-height: 50px;
         text-align: left;
         justify-content: flex-start 
    }
     .meiado .p2-3:nth-of-type(1) {
         width: 130px;
         position: absolute;
         top: -32px;
         left: 0;
    }
     .meiado .p2-2 {
         width: 100%;
         max-width: 150px;
         margin: 0 0 10px 0;
         font-size: 22px;
    }
     .meiado .p2-3:nth-of-type(3) {
        width: 100%;
    }
     .p2-3 a {
         margin: 0 10px 0 0;
    }
     .umSimpPasso {
        width: calc(50% - 8px);
         padding: 17px;
         min-height: 160px;
         margin: 0 0 15px 0;
    }
     .indicePagina ul {
         width: 90%;
         margin: 0 auto;
         flex-wrap: wrap;
         justify-content: flex-start
    }
     .indicePagina ul li a {
        font-size: 13px;
         padding: 15px;
    }
     .holdaImg2P2Emp {
         max-height: 220px;
         margin: 0 auto 20px auto;
         border-radius: 10px;
    }
     .revela {
         font-size: 14px;
    }
     .itemChaP3 {
         height: 300px;
    }
     .linhaVh2 {
         font-size: 17px!important;
         max-width: 230px;
    }
     .holdaDetalhesC {
         display: block;
    }
     .holdaVantDesv {
         margin-bottom: 40px;
    }
     .detH2 {
         font-size: 18px!important;
         margin: 0 0 30px 0!important;
    }
     .labelProContra {
         padding: 20px 0 5px 0;
    }
     .iconePVantagem {
         width: 40px;
         height: 40px;
         padding: 4px 0 0 0;
         font-size: 20px;
         top: calc(50% - 20px);
         left: 10px;
    }
     .linhaVantagem {
         min-height: 70px;
         padding: 10px 10px 10px 60px;
         flex-wrap: wrap;
    }
     .linhaVantagem a {
         position: relative;
         top: auto;
         right: auto;
         font-size: 12px;
         margin: 0 0 0 -10px;
         display: none
    }
     .linhaVantagem a i {
        font-size: 11px;
         margin: 0 0 -4px 5px;
    }
     .linhaVantagem b {
         display: block;
    }
     .loaderDummLista b {
        margin: 15px 0 0 0;
         height: 60px;
    }
     .boxCompara {
         box-shadow: 0;
    }
     .bb {
         width: calc(50% - 2px)
    }
     .umDadoComp {
         min-height: 60px;
         padding: 10px 10px 10px 31px;
    }
     .umDadoComp i {
         width: 20px;
         height: 20px;
         top: 10px;
         left: 4px;
         font-size: 13px;
    }
     .umDadoComp b {
         font-size: 13px!important;
         margin: 0 0 5px 0!important;
    }
     .umDadoComp p {
         font-size: 12px;
    }
     .centra, .infoBanner, .meioBanner {
         max-width: 450px;
    }
     .fotoCardPs2 {
         transform: scale(.5);
         top: -40px;
    }
     .topoP2 {
         height: auto;
         padding: 200px 0 0;
    }
     .infoTopP2 {
         width: 100%;
    }
     .infoTopP2 h1 {
         font-size: 24px!important;
         text-align: left;
    }
     .notEscape {
         width: 100%;
         overflow: hidden;
    }
     .ancoraBot, .infoUteis, .linhaVh2b i, .livroP, .mEp h2, .meiado {
         display: block;
    }
     .infoUteis {
         display: block;
    }
     .bp1, .bp2, .lad1UtP2, .ladosQmv, .livroP, .mEp, .mEp2 {
         width: 100%;
    }
     .quemVant {
         display: block;
    }
     .temUtv {
         margin-top: 30px;
    }
     .umUtV {
         width: 100% !important;
         margin: 0 0 10px !important;
         padding: 12px !important;
         height: auto;
         min-height: 0;
    }
     .umUtV b {
        display: flex;
         align-items: center;
         justify-content: flex-start;
    }
     .umUtV b i {
         font-size: 22px;
         margin: 0 5px -5px 0;
    }
     .linhaVh2b {
         margin: 0 auto 30px;
         font-size: 22px;
    }
     .bp1, .linhaVh2b {
         text-align: center;
         display: block;
    }
     .linhaVh2b i {
         float: none;
         margin: 0 auto;
    }
     .ancoraBot, .infoUteis, .linhaVh2b i, .livroP, .mEp h2, .meiado {
         display: block;
    }
     .bandeiraParte {
         padding: 40px 0;
    }
     .bandeiraParte .centra {
         display: block;
         position: relative;
         box-sizing: border-box;
         padding-bottom: 20px;
    }
     .bandeiraParte h2 {
         margin: 0 auto!important;
    }
     .bp2 {
         margin: 35px 0 0;
         justify-content: space-between;
    }
     .vantBand {
         width: calc(50% - 14px);
         min-height: 180px;
         margin: 0 0 28px;
         padding: 17px 18px 0 15px;
    }
     .passoApassoP3 {
         flex-wrap: wrap;
    }
     .umPasso {
         width: calc(50% - 17px);
    }
     .solicitaBox {
         padding: 25px 20px 30px;
    }
     .holdaDrops {
         display: block;
         margin: 40px auto 10px auto 
    }
     .custom-dropdown {
         width: 100%;
         margin-bottom: 14px;
    }
     .fotoCardLista {
         width: 45px;
         height: 28px;
    }
     .rateCc em {
         margin: 0 4px 0 0;
    }
     .rateCc i {
         margin: 0;
    }
     .fotoBoxComp {
         width: 90px;
         height: 56px;
    }
     .boxCompara {
         width: calc(50% - 2px);
         padding: 15px 0;
    }
     .cardverifyy {
         width: 90%;
         font-size: 8px;
         margin: 10px auto;
    }
     .cardverifyy i {
         font-size: 12px;
    }
     .carregaBox {
         width: calc(50% - 2px);
    }
     .boxCompara b {
         font-size: 17px 
    }
     .boxCompara b span {
         display: none;
    }
     .ctaCompCard {
         font-size: 11px;
         width: 95%;
         font-weight: 600 
    }
     .linhaVantsComp {
         width: 100%;
         margin: 0;
         font-size: 14px;
         padding: 7px 0 
    }
     .linhaVantsComp strong {
         display: block;
         margin: 0 auto;
    }
     .ctaCompCard2 {
         font-size: 11px;
         width: 95%;
         margin: 10px 0 0 0;
    }
     .ctaCompCard2 i {
         font-size: 17px;
         height: 17px;
         margin: 0 0 0 7px 
    }
     #exibeCompara {
         margin: 10px auto 25px auto;
    }
     .xEbBan {
         margin: 0 0 40px 0;
    }
     .txt-lock:before {
         margin: 0 0 0 -5px;
    }
     .lock-content {
         box-sizing: border-box;
         padding: 0 9px;
         font-size: 14px;
    }
}
 @media screen and (min-width: 800px) {
     #modalAncora {
         display: none !important 
    }
}


@media (max-width: 768px) {
            
            
            .inpR {width: calc(50% - 5px); margin: 0 0 10px 0; align-items: flex-start}
            
            .inpR i { font-size: 22px; text-align: left; }

            .tabelado {min-width: 30px;}

            .inps {flex-direction: column; align-items: flex-start;}

            .inp {width: 100%!important; display: flex; flex-direction: column; align-items: flex-start; }

            .input-group.custom-input-group,
            .input-group-prepend,
            .form-control,
            #tipo_juros {width: 100%; }

            .input-group-text {width: 25px; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem;}

            .input-group-prepend .input-group-text {flex: none; margin-right: 0;}

            .form-control {
                margin-top: 0;
                /* Remove a margem no topo se for aplicada anteriormente */
            }
            
            .emprestimoCalcula #limpar { width: 100%; max-width: none; box-sizing: border-box; padding: 10px 20px; border-radius: 10px; background-color: rgba(0,0,0,.2); text-align:center!important; justify-content: center}
            .emprestimoCalcula #calcular { display: flex!important; align-items: center!important; justify-content: center!important; }
            
        }

        
    
