.jc-page{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111;background:#fff;line-height:1.6}.jc-container{max-width:1100px;margin:0 auto;padding:0 20px;box-sizing:border-box}.jc-hero{background:#000;color:#fff;padding:80px 20px}.jc-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;align-items:center}.jc-hero h1{font-size:36px!important;font-weight:800;line-height:1.15;margin-bottom:12px}.jc-subtitle{font-size:18px!important;color:#ccc;margin-bottom:25px}.jc-cta-group{display:flex;gap:10px;flex-wrap:wrap}.jc-btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:8px;padding:12px 20px;transition:0.2s}.jc-btn-primary{background:#fff;color:#000}.jc-btn-outline{border:1px solid #fff;color:#fff}.jc-btn-primary:hover{opacity:.9}.jc-btn-outline:hover{background:#fff;color:#000}.jc-card-dark{background:#222;color:#eee;border-radius:12px;padding:24px 26px;border:1px solid #333}.jc-card-dark h3{font-size:29px;margin-bottom:12px;padding-left:18px;font-weight:700}.jc-card-dark ul{margin:0;padding-left:18px;line-height:1.9;color:#bbb}.jc-section{padding:80px 20px}.jc-dark{background:#0c0c0d;color:#fff}.jc-light{background:#f8f8f8;color:#111}.jc-white{background:#fff;color:#111}.jc-section h2{font-size:32px;text-align:center;margin-bottom:30px;font-weight:800}.jc-intro{font-size:19px;line-height:1.7}.jc-section p{max-width:800px;margin:0 auto 18px;line-height:1.7}.jc-grid-4,.jc-grid-3{display:grid;gap:20px}.jc-grid-4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.jc-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.jc-card-gray{background:#1e1e1e;border:1px solid #333;color:#eee;text-align:left;border-radius:12px;padding:20px}.jc-card-gray h3{color:#fff;margin-bottom:8px}.jc-card-white{background:#fff;border:1px solid #ddd;color:#111;text-align:left;border-radius:14px;padding:20px}.jc-card-white h3{margin-bottom:8px;color:#000}.jc-benefits-extra{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:40px}.jc-benefit-card{background:#f5f5f5;border:1px solid #ddd;border-radius:12px;padding:20px 22px;text-align:left;transition:transform 0.3s ease,box-shadow 0.3s ease}.jc-benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgb(0 0 0 / .08)}.jc-benefit-card h4{font-size:17px;font-weight:700;color:#000;margin-bottom:8px}.jc-benefit-card p{color:#333;font-size:15px;line-height:1.6}.jc-stat{text-align:center}.jc-stat span{display:block;font-size:44px;font-weight:800;color:#fff}.jc-stat p{color:#ccc;margin-top:5px}.jc-form-section{background:#f3f3f3;color:#111}.jc-form-wrap{text-align:center}.jc-form{max-width:600px;margin:0 auto;text-align:left}.jc-form label{display:block;margin-bottom:6px;font-weight:600;font-size:15px}.jc-form input,.jc-form textarea{width:100%;padding:12px;margin-bottom:14px;border:1px solid #999;background:#fff;color:#000;border-radius:8px;font-size:15px;box-sizing:border-box}.jc-form textarea{height:120px;resize:vertical}.jc-form button{display:inline-block;background:#000;color:#fff;border:0;padding:12px 20px;border-radius:8px;font-weight:700;cursor:pointer;transition:0.2s}.jc-form button:hover{background:#111}.jc-selos{display:flex;justify-content:center;gap:25px;align-items:center;margin-top:25px;flex-wrap:wrap}.jc-selos img{height:60px;width:auto;filter:grayscale(0);transition:0.2s ease}.jc-selos img:hover{transform:scale(1.05)}.jc-selos-footer img{height:40px;opacity:.85}.jc-center{text-align:center}.jc-quote{font-size:1.4rem;font-weight:600;max-width:800px;margin:0 auto 20px}.jc-footer-note{color:#bbb;font-size:.9rem;margin-top:10px}.jc-float-cta{position:fixed;bottom:20px;right:20px;background:#fff;color:#000;font-weight:700;padding:12px 18px;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .25);text-decoration:none;transition:background 0.2s ease,color 0.2s ease,transform 0.1s ease;z-index:1000;animation:jcPulse 3.5s ease-in-out infinite}.jc-float-cta:hover{background:#000;color:#fff;transform:scale(1.05)}@keyframes jcPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 rgb(0 0 0 / .2)}50%{transform:scale(1.03);box-shadow:0 0 12px rgb(0 0 0 / .25)}}@media (prefers-color-scheme:dark){.jc-float-cta{background:#000;color:#fff;box-shadow:0 4px 10px rgb(255 255 255 / .15);border:1px solid #333}.jc-float-cta:hover{background:#111;color:#fff;transform:scale(1.05)}}.jc-fade-in{opacity:0;transform:translateY(30px);animation:jcFadeIn 1s ease forwards}.jc-fade-in-up{opacity:0;transform:translateY(50px);animation:jcFadeInUp 1.2s ease forwards}.jc-anim{opacity:0;transform:scale(.98);animation:jcScaleIn 1s ease forwards}@keyframes jcFadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes jcFadeInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes jcScaleIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:960px){.jc-hero-grid{grid-template-columns:1fr;text-align:center}.jc-hero h1{font-size:36px}.jc-card-dark{margin-top:20px}}@media (max-width:640px){.jc-hero{padding:60px 20px}.jc-hero h1{font-size:30px;line-height:1.25}.jc-section{padding:60px 16px}.jc-grid-3,.jc-grid-4,.jc-benefits-extra{grid-template-columns:1fr}.jc-selos img{height:48px}.jc-selos-footer img{height:32px}.jc-btn,.jc-form button{width:100%;text-align:center}.jc-float-cta{right:12px;bottom:16px;padding:10px 16px;font-size:14px}}html{scroll-behavior:smooth}.jc-ods-card{display:block;background:#fff;border:1px solid #ddd;border-radius:14px;padding:20px;text-align:left;color:#111;transition:transform 0.3s ease,box-shadow 0.3s ease}.jc-ods-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgb(0 0 0 / .08)}.jc-ods-header{display:flex;align-items:center;margin-bottom:10px}.jc-ods-header img{width:50px;height:auto;margin-right:10px;float:left}.jc-ods-header strong{font-size:15px;font-weight:700;color:#000}.jc-ods-body{clear:both;font-size:14px;line-height:1.5;color:#333}.jc-ods-header img{width:50px!important;max-width:50px!important;height:auto!important;margin-right:10px}.jc-card.jc-card-white.jc-anim>img[src*="/ods"]{width:50px!important;max-width:50px!important;height:auto!important;margin-right:10px}@media (max-width:640px){.jc-ods-header img,.jc-card.jc-card-white.jc-anim>img[src*="/ods"]{width:50px!important;max-width:50px!important}}.jc-section.jc-dark[style*="background:#000"]{background-color:#000!important}.jc-selos-footer img{transition:none!important;transform:none!important}.jc-selos-footer img:hover{transform:none!important}.jc-hero-btn-group{display:flex;gap:10px;flex-wrap:wrap}.jc-hero-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:8px;padding:12px 20px;line-height:1.2;border:1px solid #fff0;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease,opacity 0.2s ease;box-sizing:border-box}.jc-hero-btn-primary{background:#fff;color:#000;border-color:#fff}.jc-hero-btn-outline{background:#fff0;color:#fff;border-color:#fff}.jc-hero-btn-primary:hover,.jc-hero-btn-primary:focus{background:#f0f0f0;color:#000;border-color:#f0f0f0;text-decoration:none}.jc-hero-btn-outline:hover,.jc-hero-btn-outline:focus{background:#fff;color:#000;border-color:#fff;text-decoration:none}@media (max-width:640px){.jc-hero-btn-group{flex-direction:column}.jc-hero-btn{width:100%;text-align:center}}body.jc-page-captacao-cultural :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat),body.jc-page-captacao-rouanet :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat),body.jc-page-cota-ouro :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat),body.jc-page-cota-prata :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat),body.jc-page-cota-bronze :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat),body.jc-page-investimento-direto :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat){color:#d6d6d6}body.jc-page-captacao-cultural :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote),body.jc-page-captacao-rouanet :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote),body.jc-page-cota-ouro :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote),body.jc-page-cota-prata :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote),body.jc-page-cota-bronze :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote),body.jc-page-investimento-direto :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(h1,h2,h3,h4,h5,h6,strong,label,.jc-quote){color:#f7f1e8!important;font-weight:700;line-height:1.22}body.jc-page-captacao-cultural :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note),body.jc-page-captacao-rouanet :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note),body.jc-page-cota-ouro :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note),body.jc-page-cota-prata :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note),body.jc-page-cota-bronze :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note),body.jc-page-investimento-direto :is(.jc-hero,.jc-dark,.jc-card-dark,.jc-card-gray,.jc-stat) :is(p,li,span,small,.jc-subtitle,.jc-footer-note){color:#d6d6d6!important;font-weight:400;line-height:1.58}body.jc-page-captacao-cultural :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card),body.jc-page-captacao-rouanet :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card),body.jc-page-cota-ouro :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card),body.jc-page-cota-prata :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card),body.jc-page-cota-bronze :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card),body.jc-page-investimento-direto :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card){color:#444}body.jc-page-captacao-cultural :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong),body.jc-page-captacao-rouanet :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong),body.jc-page-cota-ouro :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong),body.jc-page-cota-prata :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong),body.jc-page-cota-bronze :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong),body.jc-page-investimento-direto :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(h1,h2,h3,h4,h5,h6,strong){color:#111!important;font-weight:700}body.jc-page-captacao-cultural :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small),body.jc-page-captacao-rouanet :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small),body.jc-page-cota-ouro :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small),body.jc-page-cota-prata :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small),body.jc-page-cota-bronze :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small),body.jc-page-investimento-direto :is(.jc-light,.jc-white,.jc-card-white,.jc-benefit-card,.jc-ods-card) :is(p,li,span,small){color:#444!important;font-weight:400;line-height:1.58}body.jc-page-captacao-cultural :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-captacao-cultural :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after,body.jc-page-captacao-rouanet :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-captacao-rouanet :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after,body.jc-page-cota-ouro :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-cota-ouro :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after,body.jc-page-cota-prata :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-cota-prata :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after,body.jc-page-cota-bronze :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-cota-bronze :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after,body.jc-page-investimento-direto :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::before,body.jc-page-investimento-direto :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note,.jc-quote)::after{border-color:transparent!important;box-shadow:none!important}body.jc-page-captacao-cultural :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a,body.jc-page-captacao-rouanet :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a,body.jc-page-cota-ouro :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a,body.jc-page-cota-prata :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a,body.jc-page-cota-bronze :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a,body.jc-page-investimento-direto :is(.jc-dark,.jc-footer,.jc-selos-footer,.jc-footer-note) a{color:#f7f1e8!important;text-decoration-color:rgb(247 241 232 / .45)!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-form-section,.jc-form-wrap){background:#f3f3f3;color:#444}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-form-section,.jc-form-wrap) :is(h1,h2,h3,h4,h5,h6,strong){color:#111!important;font-weight:760}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-form-section,.jc-form-wrap) :is(p,li,span,small){color:#444!important;font-weight:400}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form label{color:#111!important;font-weight:700}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form :is(input,textarea,select){background:#fff;border-color:#999;color:#111!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form :is(input,textarea)::placeholder{color:#777}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form button{background:#000;border-color:#000;color:#fff!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-confirmation,.jc-confirmation h3,.jc-confirmation p,.jc-confirmation strong){color:#155724!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-error{color:#9b0000!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-loader{border-color:#f3f3f3;border-top-color:#111}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-footer,.jc-footer-note,.jc-selos-footer,.jc-quote,.jc-dark)::before,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-footer,.jc-footer-note,.jc-selos-footer,.jc-quote,.jc-dark)::after{border-color:transparent!important;box-shadow:none!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(.jc-footer,.jc-footer-note,.jc-selos-footer,.jc-quote,.jc-dark){border-top-color:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) :is(footer,.footer-bottom,#colophon,.site-info){background:#0e0e0e!important;min-height:80px!important;height:auto!important;overflow:visible!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-quote{border-color:transparent!important;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-quote::before,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-quote::after{background:transparent!important;border-color:transparent!important;box-shadow:none!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap{background:#f4f4f4;color:#111}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section h1,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section h2,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section h3,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap h1,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap h2,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap h3{color:#111!important;font-weight:760}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section p,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap p,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section span,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap span,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-section small,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form-wrap small{color:#444!important;font-weight:400}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form label{color:#111!important;font-weight:700}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form input,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form textarea{color:#111!important;background:#fff;border-color:rgb(0 0 0 / .32)}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form input::placeholder,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form textarea::placeholder{color:#777!important}:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form button,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form .button,:is(body.jc-page-captacao-cultural,body.jc-page-captacao-rouanet,body.jc-page-cota-ouro,body.jc-page-cota-prata,body.jc-page-cota-bronze,body.jc-page-investimento-direto) .jc-form input[type="submit"]{background:#000;color:#fff!important;border-color:#000}