/* Estilo do template: P2 Cartão */


.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;}



.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;
     transition: all .15s ease;
}
 .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: flex-start;
     justify-content: space-between;
     display: flex;
}
 .ladosQmv {
     max-width: 530px;
     width: calc(50% - 20px);
}
 .linhaVh2b {
    font-size: 29px;
     display: block;
     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%;
     background-color: #d0d;
}
 .chamadasPub {
     width:100%;
     box-sizing:border-box;
     padding:0;
}
 .chamadasPub .owl-nav {
    width:100%;
     height:1px
}
 .chamadasPub .item{
     width: 100%!important;
     margin: 0;
     height:auto;
}
 .chamadasPub .owl-dots {
     overflow:hidden;
     margin:20px auto 0 auto;
     display:table!important;
}
 .chamadasPub .owl-dots .owl-dot span {
     width: 15px;
     height: 10px;
     margin: 0 5px;
     background: #ddd;
}
 .chamadasPub .owl-dots .owl-dot.active span, .chamadasPub .owl-dots .owl-dot:hover span {
     background: var(--primary-color) 
}
 .umPPu {
    width: 100%;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     margin: 0 0 10px;
     border: 1px solid #eee;
     padding: 15px;
     border-radius: 5px;
     box-sizing: border-box;
}
 .umPPu i {
    width: 30px;
     height: 30px;
     color: #222 !important;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin: 0 10px 0 0;
}
 .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 {
     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(--primary-color);
     color: #FFF;
     border-radius: 50%;
     font-size: 22px;
     transform: rotate(90deg) 
}
 .ctaModa:hover i {
     background-color: #0c0 
}
 @media screen and (min-width: 800px) {
     #modalAncora {
         display: none !important 
    }
}
 .comparadorParte {
     padding: 50px 0;
     background-color: var(--secondary-color);
}
 #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;
     margin: 40px 0 0 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;
     justify-content: center;
     display: flex;
}
 .itemChaP3 {
     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;
     border: 1px solid var(--primary-color);
     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;
     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 
}
 @media screen and (max-width: 1100px) {
     .bannerProp {
         max-width: 450px;
    }
}
 .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) 
}
 .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;
     padding: 0 !important;
     border: 1px solid #ccc;
     border-radius: 4px;
     margin: 0 10px 0 0;
}
 .bgRule {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover 
}
 .nodoCard, .cardNode {
     width: 100%;
     font-size: 15px;
     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 
}
 .fotoBoxComp {
     width: 120px;
     height: 77px;
     display: block;
     border-radius: 5px;
     margin: 0 auto;
}
 .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: 66px 0 0 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)
}
.mobTopP2 { max-width: calc(100% - 97px); flex-wrap: wrap; background-color: #FFF; box-sizing: border-box; box-shadow: 3px 3px 7px -6px #333; padding: 11px 12px 0 12px; display: none; z-index: 9; min-height: 130px; margin: 0 0 15px 93px; border: 1px solid #ddd; border-radius: 10px;}
.mobTopP2 h1 {font-size: 20px; margin: 0 0 10px; }
.mobTopP2 p {margin: 0; font-weight: 700; font-size: 14px; line-height: 140%; }


/* ============================================== */
/* ESTILOS SPLIDE.JS PARA TEMPLATE P2-CARTAO      */
/* ============================================== */

/* Estilo Geral para Carrosseis 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);}

/* Estilo para Carrosseis com Paginação (bolinhas) */
#publico-alvo-carousel .splide__pagination,
#parceiros-carousel .splide__pagination,
#parceiros-carousel-2 .splide__pagination {
    bottom: -25px;
}

#publico-alvo-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;
}

#publico-alvo-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;
}

/* Ajustes Específicos para Layout */
.ladosQmv .splide {
    margin-bottom: 30px; /* Adiciona espaço para a paginação não sobrepor o conteúdo */
}

.linhaParceirosBanner .splide {
    margin-bottom: 40px; /* Adiciona espaço para a paginação */
}

.umaCoisaTop {
    height: 100%; /* Garante que os slides tenham altura uniforme se o conteúdo variar */
}

/* Correção para o slide do público alvo */
#publico-alvo-carousel .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.splide__pagination { padding: 0}


/* Ajuste para a tag <img> dentro do #laFotoCard */
.fotoCardPs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem cubra a área sem distorcer */
    border-radius: 14px; /* Mantém as bordas arredondadas do container */
}

@media screen and (max-width: 1140px) {

    .infoTopP2 h1, .infoTopP2 p { display: none;}
    .mobTopP2 { display: flex;}
    .unlock-overlay {width:calc(50% - 5px); padding: 0 2px; }


     .holdaVantDesv {
         margin-bottom: 40px;
    }
     .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(.29) rotate(90deg);
         top: -55px;
         left: -180px;
    }
     .topoP2 {
         height: auto;
         padding: 18px 0 0;
         display: flex;
         flex-wrap: wrap;
    }
     .infoTopP2 {
         width: 100%;
    }
    .infoTopP2 p { margin: 8px 0 0 0; font-size: 17px; line-height: 150%;}
     .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;
         align-items: stretch;
    }
     .vantBand {
         width: calc(50% - 5px);
         min-height: 180px;
         margin: 0 0 10px;
         padding: 12px;
    }
     .passoApassoP3 {
         flex-wrap: wrap;
         align-items: stretch;
    }
     .umPasso {
         width: calc(50% - 5px);
         margin: 0 0 10px 0;
         height: auto;
         padding: 12px;
    }
    .rIconsx { text-align: left; font-size: 20px;}
    .linhaVh2 { font-size: 20px; max-width: calc(100% - 100px);}
    .lWid { max-width: 100%!important;}
     .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;
    }
}
