:root{--ceo-bg:#f8fafc;--ceo-text:#0f172a;--ceo-muted:#64748b;--ceo-border:#e2e8f0}.ceo-wrap{background:var(--ceo-bg);color:var(--ceo-text);min-height:100vh}.ceo-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.ceo-hero{background:linear-gradient(120deg,#0f172a,#334155);background-size:cover;background-position:center;padding:56px 0;color:#fff}.ceo-hero-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;display:flex;gap:28px;align-items:center}.ceo-logo{width:116px;height:116px;object-fit:contain;background:#fff;border-radius:22px;padding:12px;box-shadow:0 10px 30px rgb(0 0 0 / .18)}.ceo-hero h1{font-size:clamp(32px,5vw,56px);margin:8px 0}.ceo-badge,.ceo-eyebrow{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.ceo-location{opacity:.9}.ceo-actions,.ceo-item-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.ceo-btn,.ceo-item-actions a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;font-weight:800}.ceo-btn{padding:13px 18px}.ceo-btn-primary{background:#22c55e;color:#052e16}.ceo-btn-light{background:#fff;color:#0f172a}.ceo-about{display:grid;grid-template-columns:1.7fr .8fr;gap:26px;padding:38px 0}.ceo-about-main,.ceo-info-card{background:#fff;border:1px solid var(--ceo-border);border-radius:20px;padding:24px}.ceo-info-card p{display:flex;flex-direction:column;gap:4px}.ceo-info-card span{color:var(--ceo-muted)}.ceo-catalog-section{padding:10px 0 64px}.ceo-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.ceo-section-head h2{font-size:34px;margin:4px 0 0}.ceo-search-wrap input{width:min(360px,80vw);padding:13px 15px;border:1px solid var(--ceo-border);border-radius:12px;background:#fff}.ceo-filters{display:flex;gap:8px;overflow:auto;padding:0 0 16px}.ceo-filters button{white-space:nowrap;border:1px solid var(--ceo-border);background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer}.ceo-filters button.active{background:var(--ceo-primary);color:#fff;border-color:var(--ceo-primary)}.ceo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ceo-item{background:#fff;border:1px solid var(--ceo-border);border-radius:18px;overflow:hidden;box-shadow:0 6px 18px rgb(15 23 42 / .04)}.ceo-media{position:relative;aspect-ratio:1/1;background:#f1f5f9}.ceo-media img{width:100%;height:100%;object-fit:cover}.ceo-placeholder{height:100%;display:grid;place-items:center;color:var(--ceo-muted)}.ceo-featured{position:absolute;top:10px;left:10px;background:#f59e0b;color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.ceo-item-body{padding:15px}.ceo-item-meta{display:flex;gap:6px;flex-wrap:wrap}.ceo-item-meta span{font-size:11px;background:#f1f5f9;border-radius:999px;padding:5px 7px;color:#475569}.ceo-item h3{font-size:18px;margin:10px 0 8px}.ceo-item-desc{font-size:14px;color:var(--ceo-muted);min-height:42px}.ceo-price{font-size:19px;font-weight:900;margin-top:12px}.ceo-item-actions a{padding:10px 12px;background:var(--ceo-primary);color:#fff;font-size:13px;flex:1}.ceo-item-actions a.secondary{background:#f1f5f9;color:#0f172a}.ceo-empty{text-align:center;padding:30px;color:var(--ceo-muted)}.ceo-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ceo-company-card{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid var(--ceo-border);border-radius:16px;background:#fff;text-decoration:none;color:var(--ceo-text)}.ceo-company-card img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:#fff}.ceo-company-card span{display:block;color:var(--ceo-muted);font-size:13px;margin-top:4px}@media(max-width:900px){.ceo-grid,.ceo-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.ceo-about{grid-template-columns:1fr}.ceo-section-head{align-items:stretch;flex-direction:column}.ceo-search-wrap input{width:100%}}@media(max-width:560px){.ceo-hero{padding:36px 0}.ceo-hero-inner{align-items:flex-start}.ceo-logo{width:82px;height:82px;border-radius:16px}.ceo-hero h1{font-size:30px}.ceo-about{padding:22px 0}.ceo-container{width:min(100% - 20px,1180px)}.ceo-grid{gap:10px}.ceo-item-body{padding:11px}.ceo-item h3{font-size:15px}.ceo-item-desc{font-size:12px;min-height:36px}.ceo-price{font-size:16px}.ceo-item-actions{gap:6px}.ceo-item-actions a{font-size:11px;padding:9px 7px}.ceo-hero-inner{width:min(100% - 20px,1180px);gap:14px}.ceo-directory{grid-template-columns:1fr}}.ceo-dashboard{max-width:1240px;margin:40px auto;padding:0 20px;color:#172033}.ceo-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.ceo-dashboard-head h1{margin:4px 0 6px;font-size:34px}.ceo-dashboard-head p{margin:0;color:#64748b}.ceo-login-box{max-width:520px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:30px;box-shadow:0 12px 35px rgb(15 23 42 / .08)}.ceo-dashboard-toolbar{display:grid;grid-template-columns:1fr 260px auto;gap:12px;align-items:center;margin:20px 0}.ceo-dashboard-toolbar input,.ceo-dashboard-toolbar select{width:100%;height:48px;border:1px solid #cbd5e1;border-radius:12px;padding:0 14px;background:#fff}.ceo-selected-count{white-space:nowrap;background:#eef2ff;border-radius:12px;padding:13px 16px}.ceo-owner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-bottom:92px}.ceo-owner-item{position:relative;display:block;background:#fff;border:2px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:.18s ease}.ceo-owner-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(15 23 42 / .08)}.ceo-owner-item.is-selected{border-color:#2563eb;box-shadow:0 0 0 2px rgb(37 99 235 / .08)}.ceo-owner-item>input{position:absolute;opacity:0;pointer-events:none}.ceo-owner-media{height:170px;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative}.ceo-owner-media img{width:100%;height:100%;object-fit:contain}.ceo-checkmark{position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #cbd5e1;color:#fff0;font-weight:800}.is-selected .ceo-checkmark{background:#2563eb;border-color:#2563eb;color:#fff}.ceo-owner-body{display:flex;flex-direction:column;gap:6px;padding:14px}.ceo-owner-body small{color:#64748b}.ceo-owner-body strong{font-size:16px;line-height:1.3}.ceo-owner-body b{font-size:17px;color:#0f172a}.ceo-select-label{margin-top:4px;font-weight:700;color:#64748b}.is-selected .ceo-select-label{color:#2563eb}.ceo-owner-savebar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:50;width:min(900px,calc(100% - 30px));display:flex;align-items:center;justify-content:space-between;gap:18px;background:#0f172a;color:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 12px 36px rgb(15 23 42 / .28)}.ceo-owner-savebar button{border:0;border-radius:11px;background:#2563eb;color:#fff;padding:12px 20px;font-weight:800;cursor:pointer}.ceo-success,.ceo-alert{padding:14px 16px;border-radius:12px;margin:14px 0}.ceo-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.ceo-alert{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}@media(max-width:960px){.ceo-owner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ceo-dashboard-toolbar{grid-template-columns:1fr 200px}.ceo-selected-count{grid-column:1/-1}.ceo-dashboard-head{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.ceo-dashboard{padding:0 12px;margin:22px auto}.ceo-dashboard-head h1{font-size:28px}.ceo-dashboard-toolbar{grid-template-columns:1fr}.ceo-owner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ceo-owner-media{height:130px}.ceo-owner-body{padding:10px}.ceo-owner-body strong{font-size:14px}.ceo-owner-body small{font-size:11px}.ceo-owner-savebar{bottom:8px;padding:10px 12px;font-size:13px}.ceo-owner-savebar button{padding:11px 13px}.ceo-selected-count{grid-column:auto}}.ceo-owner-item{cursor:default}.ceo-owner-item>input.ceo-item-check{position:absolute;opacity:0;pointer-events:none}.ceo-select-trigger{cursor:pointer}.ceo-owner-body{display:flex}.ceo-reference-price{font-size:12px;color:#64748b}.ceo-price-field{display:flex;flex-direction:column;gap:5px;margin-top:6px}.ceo-price-field span{font-size:12px;font-weight:700;color:#334155}.ceo-price-field em{font-weight:500;color:#94a3b8}.ceo-price-field input{width:100%;height:40px;border:1px solid #cbd5e1;border-radius:9px;padding:0 10px;background:#fff;color:#0f172a;box-sizing:border-box}.ceo-price-field input:focus{outline:2px solid rgb(37 99 235 / .18);border-color:#2563eb}.ceo-select-control{display:flex;align-items:center;justify-content:center;margin-top:4px;padding:9px 10px;border-radius:9px;background:#f1f5f9;cursor:pointer;text-align:center}.is-selected .ceo-select-control{background:#eff6ff}.ceo-select-label{margin:0;font-size:13px}.is-selected .ceo-price-field input{border-color:#93c5fd}.ceo-item-actions .ceo-cart-whatsapp{gap:8px;background:#16a34a;color:#fff;box-shadow:0 4px 12px rgb(22 163 74 / .18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ceo-item-actions .ceo-cart-whatsapp:hover{background:#15803d;color:#fff;transform:translateY(-1px);box-shadow:0 7px 16px rgb(22 163 74 / .24)}.ceo-cart-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.ceo-cart-icon svg{display:block}@media(max-width:560px){.ceo-item-actions .ceo-cart-whatsapp{min-height:40px}.ceo-item-actions .ceo-cart-whatsapp span:last-child{white-space:nowrap}}.ceo-segment-banner{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px;padding:12px 14px;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px}.ceo-segment-banner>span{font-size:12px;color:#64748b}.ceo-segment-banner>strong{font-size:13px;color:#1d4ed8}.ceo-segment-banner>small{width:100%;color:#64748b}.ceo-company-segments{display:inline-flex;margin:4px 0 0;padding:6px 10px;border-radius:999px;background:rgb(255 255 255 / .14);color:#fff;font-size:12px;font-weight:700}.ceo-catalog-section{padding-top:42px;padding-bottom:44px}.ceo-about{margin-top:0;padding-top:8px;padding-bottom:56px}.ceo-about:before{content:"Informações da empresa";display:block;grid-column:1/-1;margin-bottom:-8px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.ceo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ceo-item{min-width:0}.ceo-section-head{align-items:end}@media (max-width:1100px){.ceo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.ceo-catalog-section{padding-top:28px}.ceo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ceo-about{padding-top:4px}.ceo-about:before{margin-bottom:0}}.ceo-item{display:flex;flex-direction:column}.ceo-item-body{display:flex;flex:1;flex-direction:column}.ceo-item-actions{width:100%;margin-top:auto;padding-top:18px;display:block}.ceo-item-actions .ceo-cart-whatsapp{display:flex;width:100%;min-height:48px;box-sizing:border-box;padding:12px 14px;justify-content:center;border-radius:12px;font-size:13px;line-height:1.2;text-align:center}@media(max-width:560px){.ceo-item-actions{padding-top:14px}.ceo-item-actions .ceo-cart-whatsapp{width:100%;min-height:46px;padding:10px 8px;font-size:11px;gap:6px}.ceo-cart-icon svg{width:16px;height:16px}}.ceo-plan-banner{display:grid;grid-template-columns:auto auto 1fr;gap:18px;align-items:center;margin:16px 0;padding:15px 18px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4}.ceo-plan-banner div{display:flex;flex-direction:column}.ceo-plan-banner span,.ceo-plan-banner small{font-size:11px;color:#64748b}.ceo-plan-banner strong{font-size:15px;color:#166534}.ceo-plan-banner small{text-align:right}.ceo-limit-inline{margin:0 0 14px;padding:13px 15px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700}.ceo-registration-wrap{width:min(1120px,calc(100% - 28px));margin:42px auto 70px;display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}.ceo-registration-intro{position:sticky;top:110px;padding:34px;border-radius:26px;background:linear-gradient(145deg,#071b2e,#103a55);color:#fff;box-shadow:0 24px 70px rgb(15 35 60 / .14)}.ceo-reg-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#dcfce7;color:#166534;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900}.ceo-registration-intro h1,.ceo-registration-success h1{font-size:clamp(34px,5vw,54px);line-height:1.04;letter-spacing:-.04em;margin:18px 0}.ceo-registration-intro p{color:#d7e4ef;font-size:17px;line-height:1.7}.ceo-reg-benefits{display:grid;gap:10px;margin-top:24px;color:#e5f7eb;font-weight:750}.ceo-registration-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 18px 50px rgb(15 35 60 / .07)}.ceo-reg-section{padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid #edf1f5}.ceo-reg-section h2{font-size:20px;margin:0 0 16px}.ceo-reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ceo-registration-form label>span{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:#34445b}.ceo-registration-form em{font-weight:500;color:#94a3b8}.ceo-registration-form input,.ceo-registration-form select{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:0 13px;font:inherit;color:#0f172a}.ceo-registration-form input:focus,.ceo-registration-form select:focus{outline:3px solid rgb(34 197 94 / .13);border-color:#22c55e}.ceo-reg-consent{margin:4px 0 18px}.ceo-reg-consent label{display:flex;align-items:flex-start;gap:10px}.ceo-reg-consent input{width:18px;min-height:18px;margin-top:2px}.ceo-reg-consent label>span{font-weight:500;line-height:1.55;margin:0}.ceo-reg-submit{width:100%;min-height:54px;border:0;border-radius:14px;background:#22c55e;color:#052e16;font-size:16px;font-weight:900;cursor:pointer}.ceo-reg-submit:hover{background:#16a34a;color:#fff}.ceo-reg-foot{text-align:center;font-size:12px;color:#64748b;line-height:1.5;margin:12px 0 0}.ceo-reg-errors{margin-bottom:18px;padding:14px 16px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:12px}.ceo-reg-errors ul{margin:8px 0 0 18px}.ceo-registration-success{width:min(780px,calc(100% - 28px));margin:70px auto;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:48px;box-shadow:0 22px 70px rgb(15 35 60 / .08)}.ceo-success-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#dcfce7;color:#15803d;font-size:38px;font-weight:900}.ceo-registration-success p{max-width:650px;margin:0 auto;color:#526175;font-size:17px;line-height:1.75}.ceo-success-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:30px 0}.ceo-success-steps div{padding:16px 10px;border-radius:14px;background:#f8fafc}.ceo-success-steps b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#0f2a44;color:#fff;margin:0 auto 7px}.ceo-success-steps span{font-size:12px;font-weight:750}.ceo-reg-home{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border-radius:12px;background:#0f2a44;color:#fff;text-decoration:none;font-weight:850}@media(max-width:860px){.ceo-registration-wrap{grid-template-columns:1fr;margin-top:24px}.ceo-registration-intro{position:static;padding:26px}.ceo-reg-grid{grid-template-columns:1fr}.ceo-plan-banner{grid-template-columns:1fr 1fr}.ceo-plan-banner small{grid-column:1/-1;text-align:left}.ceo-success-steps{grid-template-columns:1fr 1fr}}@media(max-width:520px){.ceo-registration-wrap{width:min(100% - 18px,1120px)}.ceo-registration-card{padding:20px;border-radius:18px}.ceo-registration-intro{padding:22px;border-radius:20px}.ceo-registration-intro h1,.ceo-registration-success h1{font-size:34px}.ceo-registration-success{padding:28px 20px;margin:36px auto}.ceo-success-steps{grid-template-columns:1fr}.ceo-plan-banner{grid-template-columns:1fr}}.ceo-registration-form input[inputmode="tel"]{letter-spacing:.01em}.ceo-registration-form input::placeholder{color:#94a3b8}.ceo-owner-analytics{margin:18px 0 24px;padding:20px;border:1px solid #dbe5ef;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgb(15 35 60 / .05)}.ceo-owner-analytics-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.ceo-owner-analytics-head span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#16a34a}.ceo-owner-analytics-head h2{margin:4px 0 0;font-size:22px}.ceo-owner-upgrade-hint{max-width:440px;padding:10px 12px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:12px;font-weight:700}.ceo-owner-analytics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ceo-owner-analytics-grid article{padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.ceo-owner-analytics-grid strong{display:block;font-size:28px;color:#0f172a}.ceo-owner-analytics-grid span{font-size:11px;color:#64748b}.ceo-owner-top-products{margin-top:16px}.ceo-owner-top-products h3{font-size:14px;margin:0 0 10px}.ceo-owner-top-products>div{display:grid;gap:7px}.ceo-owner-top-products span{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;background:#f8fafc;border-radius:10px}.ceo-owner-top-products b{font-size:12px}.ceo-owner-top-products em{font-size:11px;color:#64748b;font-style:normal}@media(max-width:760px){.ceo-owner-analytics-head{flex-direction:column}.ceo-owner-analytics-grid{grid-template-columns:1fr 1fr}.ceo-owner-top-products span{flex-direction:column;gap:3px}}.ceo-local-page{background:#fff;color:#142033}.ceo-local-hero{background:#0b1f33 center/cover no-repeat;color:#fff}.ceo-local-hero-inner{min-height:460px;display:flex;flex-direction:column;justify-content:center;padding-top:56px;padding-bottom:58px}.ceo-local-hero-copy{max-width:800px}.ceo-local-kicker,.ceo-eyebrow{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#16a34a}.ceo-local-hero-copy h1{font-size:clamp(36px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:10px 0 18px;color:#fff}.ceo-local-hero-copy>p{max-width:700px;font-size:17px;line-height:1.65;color:#d7e4ef}.ceo-local-location{margin:16px 0 0;font-weight:750;color:#e7eef5}.ceo-local-actions{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}.ceo-btn-outline{border:1px solid rgb(255 255 255 / .55);color:#fff;background:#fff0}.ceo-btn-outline:hover{background:#fff;color:#0f172a}.ceo-local-quickinfo{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:-24px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 14px 42px rgb(15 35 60 / .10);position:relative;z-index:2;overflow:hidden}.ceo-local-quickinfo article{padding:18px 20px;border-right:1px solid #e8eef4;display:flex;flex-direction:column;gap:4px;min-width:0}.ceo-local-quickinfo article:last-child{border-right:0}.ceo-local-quickinfo small{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#7a8797}.ceo-local-quickinfo strong,.ceo-local-quickinfo a{font-size:13px;color:#142033;font-weight:800;line-height:1.4}.ceo-trust-strip{display:flex;gap:10px;flex-wrap:wrap;padding-top:26px}.ceo-trust-strip span{padding:9px 12px;border:1px solid #dce6ef;background:#f8fafc;border-radius:999px;font-size:12px;font-weight:750}.ceo-local-about-section{background:#f7f9fb;padding:54px 0 34px}.ceo-local-about-section .ceo-about{padding-top:0;padding-bottom:0}.ceo-local-about-section .ceo-about:before{display:none}.ceo-service-area{margin-top:26px;padding:18px 20px;border-left:4px solid var(--ceo-primary);background:#fff;border-radius:0 12px 12px 0}.ceo-service-area h3{margin:0 0 6px}.ceo-social-links{display:flex;gap:8px;flex-wrap:wrap}.ceo-social-links a{padding:8px 10px;border-radius:9px;background:#f1f5f9}.ceo-local-faq{padding-top:52px;padding-bottom:58px}.ceo-local-faq h2{margin:6px 0 20px}.ceo-local-faq>div{display:grid;gap:9px}.ceo-local-faq details{border:1px solid #dde6ee;border-radius:13px;background:#fff;padding:0 16px}.ceo-local-faq summary{cursor:pointer;padding:15px 0;font-weight:850}.ceo-local-faq p{margin:0 0 16px;line-height:1.65;color:#526175}.ceo-local-final{background:#0b1f33;color:#fff;padding:34px 0}.ceo-local-final .ceo-container{display:flex;justify-content:space-between;align-items:center;gap:24px}.ceo-local-final span{font-size:11px;color:#9fb4c7;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.ceo-local-final h2{margin:5px 0 0;color:#fff}.ceo-local-final-actions{display:flex;gap:9px;flex-wrap:wrap}.ceo-local-empty{grid-column:1/-1;padding:30px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:20px}.ceo-owner-analytics-grid{grid-template-columns:repeat(6,1fr)}@media(max-width:900px){.ceo-local-quickinfo{grid-template-columns:1fr 1fr}.ceo-local-quickinfo article:nth-child(2){border-right:0}.ceo-local-quickinfo article:nth-child(-n+2){border-bottom:1px solid #e8eef4}.ceo-owner-analytics-grid{grid-template-columns:repeat(3,1fr)}.ceo-local-final .ceo-container{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.ceo-local-hero-inner{min-height:420px;padding-top:40px;padding-bottom:50px}.ceo-local-hero-copy h1{font-size:38px}.ceo-local-hero-copy>p{font-size:15px}.ceo-local-actions .ceo-btn{width:100%;justify-content:center}.ceo-local-quickinfo{grid-template-columns:1fr;margin-top:-18px}.ceo-local-quickinfo article{border-right:0!important;border-bottom:1px solid #e8eef4!important}.ceo-local-quickinfo article:last-child{border-bottom:0!important}.ceo-owner-analytics-grid{grid-template-columns:1fr 1fr}.ceo-local-empty{align-items:flex-start;flex-direction:column}}.ceo-owner-presence{margin:18px 0 24px;padding:20px;border:1px solid #dbe5ef;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgb(15 35 60 / .05)}.ceo-owner-presence small{color:#64748b}.ceo-presence-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.ceo-presence-grid label{display:flex;flex-direction:column;gap:6px}.ceo-presence-grid label.is-full{grid-column:1/-1}.ceo-presence-grid span{font-size:11px;font-weight:800;color:#34445b}.ceo-presence-grid input,.ceo-presence-grid textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a;font:inherit}.ceo-presence-save{margin-top:14px;min-height:46px;padding:0 18px;border:0;border-radius:11px;background:#0f2a44;color:#fff;font-weight:850;cursor:pointer}@media(max-width:650px){.ceo-presence-grid{grid-template-columns:1fr}.ceo-presence-grid label.is-full{grid-column:auto}}.ceo-local-gallery{padding-top:12px;padding-bottom:50px}.ceo-local-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ceo-local-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}@media(max-width:700px){.ceo-local-gallery-grid{grid-template-columns:1fr 1fr}}.ceo-local-page+.rentbiz-footer,.rentbiz-footer{background:#071d31;color:#dce7f1;clear:both}.rentbiz-footer .rb-footer-logo{width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;object-fit:contain!important}.rentbiz-footer .rb-footer-main{max-width:1120px;margin:0 auto;padding:28px 20px 22px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(200px,.8fr) minmax(200px,.72fr);gap:36px}.rentbiz-footer .rb-footer-company{display:grid;grid-template-columns:68px minmax(0,1fr);gap:15px}.rentbiz-footer .rb-footer-bottom{border-top:1px solid rgb(255 255 255 / .1)}.rentbiz-footer .rb-footer-bottom-inner{max-width:1120px;margin:0 auto;padding:13px 20px 14px;display:flex;justify-content:space-between;gap:18px}.rentbiz-footer .rb-footer-links{display:flex;gap:15px;flex-wrap:wrap}@media(max-width:820px){.rentbiz-footer .rb-footer-main{grid-template-columns:1fr;gap:20px}.rentbiz-footer .rb-footer-bottom-inner{flex-direction:column;align-items:flex-start}}.ceo-local-breadcrumb{padding-top:18px;padding-bottom:18px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:#64748b}.ceo-local-breadcrumb a{color:#334155;text-decoration:none}.ceo-local-breadcrumb strong{color:#0f172a}.ceo-item-local-hero{background:#0b1f33 center/cover no-repeat;color:#fff}.ceo-item-local-hero-grid{min-height:430px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:42px;align-items:center;padding-top:54px;padding-bottom:54px}.ceo-item-local-hero h1{font-size:clamp(36px,5.4vw,62px);line-height:1.03;letter-spacing:-.04em;color:#fff;margin:10px 0 16px}.ceo-item-local-hero p{font-size:17px;line-height:1.7;color:#dce7f1;max-width:720px}.ceo-item-local-image{margin:0;background:#fff;padding:12px;border-radius:20px;box-shadow:0 18px 50px rgb(0 0 0 / .22)}.ceo-item-local-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;display:block}.ceo-item-local-content{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);gap:36px;padding-top:54px;padding-bottom:54px}.ceo-item-local-content h2{font-size:32px;margin:7px 0 18px}.ceo-item-provider{align-self:start;border:1px solid #dfe7ee;border-radius:18px;padding:22px;background:#fff;box-shadow:0 12px 34px rgb(15 35 60 / .06)}.ceo-item-provider h3{margin:7px 0 8px}.ceo-item-provider .ceo-btn{margin-top:10px}.ceo-local-directory-link{display:block;margin-top:14px;font-size:12px;font-weight:800;color:#0f766e}.ceo-related-local{padding-top:10px;padding-bottom:60px}.ceo-related-local h2{margin:7px 0 18px}.ceo-related-local-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ceo-related-local-grid>a{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid #e2e8f0;border-radius:14px;text-decoration:none;color:#0f172a;background:#fff}.ceo-related-local-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.ceo-related-local-grid span{font-size:12px;color:#15803d;font-weight:800}.ceo-owner-local-pages{margin:18px 0 24px;padding:20px;border:1px solid #dbe5ef;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgb(15 35 60 / .05)}.ceo-local-page-editor-list{display:grid;gap:10px}.ceo-local-page-editor{border:1px solid #dbe5ef;border-radius:14px;background:#f8fafc;overflow:hidden}.ceo-local-page-editor summary{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:14px;cursor:pointer}.ceo-local-page-editor summary span{display:flex;flex-direction:column}.ceo-local-page-editor summary em{font-size:11px;color:#64748b;font-style:normal}.ceo-local-page-editor summary>a{font-size:12px;font-weight:800;color:#15803d}.ceo-local-page-fields{padding:16px;background:#fff;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;gap:13px}.ceo-local-page-fields label{display:flex;flex-direction:column;gap:6px}.ceo-local-page-fields .is-full{grid-column:1/-1}.ceo-local-page-fields input,.ceo-local-page-fields textarea,.ceo-local-page-fields select{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff}.ceo-local-page-fields label span{font-size:11px;font-weight:800}.ceo-local-page-fields small{font-size:10px;color:#64748b}.ceo-local-quality{display:flex;gap:8px;flex-wrap:wrap;padding:10px 12px;border-radius:10px;background:#f0fdf4}.ceo-local-quality span{font-size:11px}.ceo-directory-hero{padding-top:54px;padding-bottom:30px}.ceo-directory-hero h1{font-size:42px;margin:8px 0 12px}.ceo-local-company-list{display:grid;gap:12px;padding-bottom:60px}.ceo-local-company-list article{display:grid;grid-template-columns:92px 1fr;gap:18px;padding:18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.ceo-local-company-list img{width:92px;height:92px;object-fit:contain;border-radius:12px;background:#fff}.ceo-local-company-list h2{margin:0 0 7px}.ceo-local-company-list p{margin:0 0 12px;color:#64748b}@media(max-width:800px){.ceo-item-local-hero-grid,.ceo-item-local-content{grid-template-columns:1fr}.ceo-item-local-image{max-width:500px}.ceo-related-local-grid{grid-template-columns:1fr 1fr}.ceo-local-page-fields{grid-template-columns:1fr}.ceo-local-page-fields .is-full{grid-column:auto}}@media(max-width:520px){.ceo-related-local-grid{grid-template-columns:1fr}.ceo-local-company-list article{grid-template-columns:64px 1fr}.ceo-local-company-list img{width:64px;height:64px}.ceo-item-local-hero-grid{padding-top:40px;padding-bottom:42px}.ceo-item-local-hero h1{font-size:38px}}.ceo-local-breadcrumb{min-height:54px}.ceo-local-breadcrumb .ceo-breadcrumb-company{font-weight:800;color:#0f172a}.ceo-local-breadcrumb .ceo-breadcrumb-services{color:#475569}.ceo-local-breadcrumb a:hover{color:#16a34a;text-decoration:underline}.ceo-local-breadcrumb strong{font-weight:800}.ceo-anchor-target,#servicos{scroll-margin-top:90px}.ceo-plan-banner,.ceo-owner-upgrade-hint{display:none!important}.ceo-google-strategy-banner{margin:0 0 18px;padding:16px 18px;border:1px solid #bbf7d0;border-radius:16px;background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.ceo-google-strategy-banner span{display:block;color:#15803d;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ceo-google-strategy-banner strong{display:block;margin-top:4px;color:#0f172a;font-size:17px}.ceo-google-strategy-banner small{display:block;margin-top:6px;color:#64748b;line-height:1.5}.ceo-google-link-box{padding:14px;border-radius:14px;background:#f0fdf4;border:1px solid #bbf7d0;margin:14px 0}.ceo-google-link-box>span{display:block;font-size:11px;font-weight:900;color:#166534;text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px}.ceo-google-link-box>div{display:flex;gap:8px}.ceo-google-link-box input{flex:1;min-width:0;background:#fff!important}.ceo-copy-google-link{border:0;border-radius:9px;padding:0 14px;background:#16a34a;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.ceo-copy-google-link:hover,.ceo-copy-google-link.is-copied{background:#15803d}.ceo-google-link-box small{display:block;margin-top:7px;color:#64748b;line-height:1.45}@media(max-width:640px){.ceo-google-link-box>div{flex-direction:column}.ceo-copy-google-link{min-height:42px}}.ceo-embedded-map{margin-top:18px;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.ceo-embedded-map-head{padding:12px 14px;border-bottom:1px solid #e2e8f0;color:#0f172a}.ceo-embedded-map-frame{position:relative;width:100%;aspect-ratio:16/10;background:#f8fafc}.ceo-embedded-map-frame iframe{display:block;width:100%!important;height:100%!important;min-height:300px;border:0!important}.ceo-map-section{padding-top:22px;padding-bottom:22px}@media(max-width:640px){.ceo-embedded-map-frame{aspect-ratio:4/3}.ceo-embedded-map-frame iframe{min-height:260px}}.ceo-company-map-section{padding-top:28px;padding-bottom:28px}.ceo-company-map-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgb(15 23 42 / .06)}.ceo-company-map-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border-bottom:1px solid #e2e8f0}.ceo-company-map-head h2{margin:3px 0 4px;color:#0f172a;font-size:24px}.ceo-company-map-head p{margin:0;color:#64748b}.ceo-company-map-frame{width:100%;height:420px;background:#f8fafc}.ceo-company-map-frame iframe{display:block;width:100%!important;height:100%!important;min-height:420px!important;border:0!important}@media(max-width:700px){.ceo-company-map-head{align-items:flex-start;flex-direction:column;padding:17px}.ceo-company-map-frame,.ceo-company-map-frame iframe{height:320px!important;min-height:320px!important}}.ceo-company-map-section{padding-top:18px;padding-bottom:24px}.ceo-company-map-card{border-radius:16px}.ceo-company-map-head{padding:16px 18px}.ceo-company-map-head h2{font-size:21px}.ceo-company-map-frame{height:340px}.ceo-company-map-frame iframe{min-height:340px!important}@media(max-width:700px){.ceo-company-map-section{padding-top:14px;padding-bottom:18px}.ceo-company-map-frame,.ceo-company-map-frame iframe{height:260px!important;min-height:260px!important}}.ceo-about-grid-single{grid-template-columns:minmax(0,1fr)!important}.ceo-about-grid-single .ceo-about-card,.ceo-about-grid-single .ceo-company-about{width:100%;max-width:none}.ceo-info-card,.ceo-company-info{display:none!important}body.single-ceo_empresa .ceo-catalog-section{padding-bottom:42px}body.single-ceo_empresa .ceo-local-about-section{padding-top:0;padding-bottom:0}body.single-ceo_empresa .ceo-about{display:block!important;grid-template-columns:none!important;width:100%;padding-top:18px!important;padding-bottom:24px!important}body.single-ceo_empresa .ceo-about-main{width:100%!important;max-width:none!important;box-sizing:border-box}body.single-ceo_empresa .ceo-description{max-width:none!important}body.single-ceo_empresa .ceo-grid-count-1{grid-template-columns:minmax(260px,380px)!important}body.single-ceo_empresa .ceo-grid-count-2{grid-template-columns:repeat(2,minmax(260px,320px))!important}body.single-ceo_empresa .ceo-grid-count-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}body.single-ceo_empresa .ceo-company-map-section{padding-top:14px!important;padding-bottom:20px!important}body.single-ceo_empresa .ceo-company-map-head{padding:15px 18px!important}body.single-ceo_empresa .ceo-company-map-frame{height:320px!important}body.single-ceo_empresa .ceo-company-map-frame iframe{min-height:320px!important}@media(max-width:900px){body.single-ceo_empresa .ceo-grid-count-2,body.single-ceo_empresa .ceo-grid-count-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){body.single-ceo_empresa .ceo-grid-count-1,body.single-ceo_empresa .ceo-grid-count-2,body.single-ceo_empresa .ceo-grid-count-3{grid-template-columns:1fr!important}body.single-ceo_empresa .ceo-company-map-frame,body.single-ceo_empresa .ceo-company-map-frame iframe{height:250px!important;min-height:250px!important}}body.single-ceo_empresa .ceo-about{max-width:1120px!important;margin:18px auto 0!important;padding-top:0!important;padding-bottom:20px!important}body.single-ceo_empresa .ceo-about-main{max-width:1120px!important;margin:0 auto!important}body.single-ceo_empresa .ceo-grid-count-2{grid-template-columns:repeat(2,minmax(300px,360px))!important;justify-content:start!important;column-gap:18px!important}body.single-ceo_empresa .ceo-grid-count-1{grid-template-columns:minmax(320px,390px)!important}@media(max-width:900px){body.single-ceo_empresa .ceo-grid-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){body.single-ceo_empresa .ceo-about{margin-top:12px!important}body.single-ceo_empresa .ceo-grid-count-1,body.single-ceo_empresa .ceo-grid-count-2{grid-template-columns:1fr!important}}body.single-ceo_empresa .ceo-about,body.single-ceo_empresa .ceo-local-about-section .ceo-about{width:min(1120px, calc(100% - 40px))!important;max-width:1120px!important;margin:18px auto 0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}body.single-ceo_empresa .ceo-about-main,body.single-ceo_empresa .ceo-local-about-section .ceo-about-main{width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box!important}@media(max-width:640px){body.single-ceo_empresa .ceo-about,body.single-ceo_empresa .ceo-local-about-section .ceo-about{width:calc(100% - 24px)!important;margin-top:12px!important}}.ceo-policy-page{max-width:980px;margin:40px auto;padding:0 20px;color:#0f172a}.ceo-policy-hero{padding:28px;border:1px solid #dbe5ef;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#f0fdf4);margin-bottom:22px}.ceo-policy-hero h1{margin:5px 0 10px;font-size:34px;line-height:1.15}.ceo-policy-hero p{margin:0;line-height:1.7;color:#475569}.ceo-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ceo-policy-grid article{border:1px solid #e2e8f0;border-radius:14px;padding:18px;background:#fff}.ceo-policy-grid h2{font-size:18px;margin:0 0 8px}.ceo-policy-grid p{margin:0;color:#475569;line-height:1.65}.ceo-policy-official{margin-top:20px;padding:20px;border-radius:14px;background:#071d31;color:#fff}.ceo-policy-official h2{margin-top:0;color:#fff}.ceo-policy-official p{color:#cbd5e1}.ceo-policy-official>div{display:flex;gap:10px;flex-wrap:wrap}.ceo-policy-official a{display:inline-flex;padding:10px 13px;border-radius:9px;background:#fff;color:#0f172a;text-decoration:none;font-weight:800}.ceo-google-consent-form{display:grid;gap:12px;padding:22px;border:1px solid #dbe5ef;border-radius:16px;background:#fff}.ceo-google-consent-form label{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #e2e8f0;border-radius:10px;line-height:1.55}.ceo-google-consent-form input[type=checkbox]{margin-top:4px}.ceo-google-optional-consent{background:#f8fafc}.ceo-google-consent-current{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:0 0 16px;padding:13px 16px;border:1px solid #bbf7d0;background:#f0fdf4;border-radius:12px}.ceo-policy-minor{font-size:12px;color:#64748b}.ceo-owner-google-compliance{margin:20px 0;padding:20px;border:1px solid #dbe5ef;border-radius:16px;background:#fff}.ceo-google-owner-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ceo-google-owner-actions>div{margin-right:auto;display:flex;flex-direction:column}.ceo-google-owner-actions span{font-size:12px;color:#64748b}.ceo-google-review-status{margin:14px 0}.ceo-google-owner-history{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:14px}.ceo-google-owner-history h3{margin:0 0 10px}.ceo-google-owner-history>div{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #eef2f7}.ceo-google-owner-history time{font-size:12px;color:#64748b}.ceo-google-data-note{margin-top:14px;padding:12px;border-radius:10px;background:#eff6ff;color:#1e3a8a;line-height:1.55}@media(max-width:700px){.ceo-policy-grid{grid-template-columns:1fr}.ceo-policy-hero h1{font-size:27px}.ceo-google-consent-current{align-items:flex-start;flex-direction:column}.ceo-google-owner-history>div{grid-template-columns:1fr}}.ceo-policy-business-links{margin-top:20px;padding:20px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff}.ceo-policy-business-links h2{margin:0 0 8px;color:#0f172a}.ceo-policy-business-links p{color:#334155;line-height:1.65}.ceo-policy-business-links a{display:inline-flex;padding:9px 12px;border-radius:8px;background:#fff;border:1px solid #93c5fd;color:#1d4ed8;text-decoration:none;font-weight:800}.ceo-policy-content-rules{margin-top:20px;padding:20px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb}.ceo-policy-content-rules h2{margin:0 0 8px;color:#0f172a}.ceo-policy-content-rules p{color:#475569;line-height:1.65}.ceo-policy-content-rules a{display:inline-flex;padding:9px 12px;border-radius:8px;background:#fff;border:1px solid #facc15;color:#854d0e;text-decoration:none;font-weight:800}.ceo-owner-google-content-policy{margin:20px 0;padding:20px;border:1px solid #dbe5ef;border-radius:16px;background:#fff}.ceo-google-owner-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.ceo-google-owner-policy-grid article{padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.ceo-google-owner-policy-grid strong{display:block;margin-bottom:5px}.ceo-google-owner-policy-grid p{margin:0;color:#475569;line-height:1.55}@media(max-width:800px){.ceo-google-owner-policy-grid{grid-template-columns:1fr}}:root{--cet-bg:#f6f8fb;--cet-surface:#ffffff;--cet-text:#10233d;--cet-muted:#68758a;--cet-border:#e3e9f1;--cet-dark:#0b1f36;--cet-accent:#16a34a;--cet-radius:18px;--cet-shadow:0 14px 40px rgba(15,35,60,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cet-bg);color:var(--cet-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;height:auto}.cet-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.cet-header{position:sticky;top:0;z-index:999;background:rgb(255 255 255 / .96);backdrop-filter:blur(14px);border-bottom:1px solid var(--cet-border)}.admin-bar .cet-header{top:32px}.cet-header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cet-brand{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:0}.cet-brand-logo{width:42px;height:42px;object-fit:contain;border-radius:10px}.cet-brand-text{display:flex;flex-direction:column;line-height:1.05;min-width:0}.cet-brand-title{font-size:18px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cet-brand-subtitle{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--cet-muted);font-weight:800;margin-top:5px}.cet-nav{display:flex;align-items:center;gap:22px}.cet-nav ul{display:flex;list-style:none;gap:22px;padding:0;margin:0;align-items:center}.cet-nav a{text-decoration:none;font-size:14px;font-weight:700;color:#34445b}.cet-nav a:hover{color:#0f172a}.cet-header-cta{display:inline-flex!important;align-items:center;justify-content:center;padding:10px 15px;border-radius:11px;background:var(--cet-dark);color:#fff!important}.cet-menu-toggle{display:none;border:1px solid var(--cet-border);background:#fff;border-radius:10px;width:42px;height:42px;font-size:21px;cursor:pointer}.cet-main{min-height:65vh}.cet-page{padding:46px 0 64px}.cet-page-card{background:#fff;border:1px solid var(--cet-border);border-radius:22px;padding:32px;box-shadow:0 8px 28px rgb(15 35 60 / .04)}.cet-page-card h1{margin-top:0;font-size:clamp(30px,4vw,46px);line-height:1.1}.cet-content{color:#34445b}.cet-content a{color:#1565c0}.cet-home-hero{padding:74px 0 58px;background:radial-gradient(circle at 82% 20%,rgb(34 197 94 / .13),transparent 28%),linear-gradient(135deg,#071a2e,#15324f);color:#fff}.cet-home-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px}.cet-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgb(255 255 255 / .11);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.cet-home-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:17px 0 18px;max-width:780px}.cet-home-hero p{font-size:18px;color:#d8e4ef;max-width:650px;margin:0}.cet-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.cet-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:12px;text-decoration:none;font-weight:900}.cet-btn-primary{background:#22c55e;color:#062812}.cet-btn-secondary{background:#fff;color:#10233d}.cet-preview-card{background:#fff;color:#10233d;border-radius:24px;padding:18px;box-shadow:0 25px 70px rgb(0 0 0 / .22);transform:rotate(1deg)}.cet-preview-top{height:126px;border-radius:17px;background:linear-gradient(120deg,#e9eef5,#cfdceb);display:flex;align-items:flex-end;padding:16px;font-weight:900}.cet-preview-products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.cet-preview-product{border:1px solid var(--cet-border);border-radius:14px;padding:9px}.cet-preview-img{aspect-ratio:1;background:#f0f4f8;border-radius:10px;margin-bottom:8px}.cet-preview-line{height:8px;background:#e8edf3;border-radius:999px;margin:6px 0}.cet-preview-button{height:30px;background:#16a34a;border-radius:8px;margin-top:8px}.cet-home-section{padding:56px 0}.cet-section-title{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.cet-section-title h2{margin:0;font-size:clamp(28px,4vw,40px)}.cet-section-title p{margin:6px 0 0;color:var(--cet-muted)}.cet-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cet-feature{background:#fff;border:1px solid var(--cet-border);border-radius:18px;padding:22px}.cet-feature strong{display:block;font-size:18px;margin-bottom:6px}.cet-feature p{margin:0;color:var(--cet-muted)}.cet-footer{background:#081a2d;color:#d7e1ec;margin-top:0}.cet-footer-inner{padding:42px 0;display:grid;grid-template-columns:1.4fr .6fr;gap:30px}.cet-footer h3{color:#fff;margin:0 0 9px}.cet-footer p{margin:0;color:#9fb0c3;max-width:560px}.cet-footer nav ul{list-style:none;padding:0;margin:0;display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap}.cet-footer nav a{text-decoration:none;color:#cbd7e4;font-size:14px;font-weight:700}.cet-copyright{border-top:1px solid rgb(255 255 255 / .1);padding:17px 0;color:#90a3b8;font-size:13px}body.single-ceo_empresa .cet-main{min-height:0}body.single-ceo_empresa .ceo-wrap{background:#f5f7fa}body.single-ceo_empresa .ceo-hero{padding:52px 0;background-position:center 40%}body.single-ceo_empresa .ceo-hero-inner,body.single-ceo_empresa .ceo-container{width:min(1220px,calc(100% - 36px))}body.single-ceo_empresa .ceo-hero h1{letter-spacing:-.035em;font-size:clamp(34px,5vw,58px)}body.single-ceo_empresa .ceo-logo{border-radius:18px;box-shadow:0 14px 35px rgb(0 0 0 / .22)}body.single-ceo_empresa .ceo-company-segments{border:1px solid rgb(255 255 255 / .14)}body.single-ceo_empresa .ceo-btn{border-radius:11px}body.single-ceo_empresa .ceo-btn-primary{background:#22c55e;color:#062812}body.single-ceo_empresa .ceo-catalog-section{padding-top:38px;padding-bottom:34px}body.single-ceo_empresa .ceo-section-head h2{font-size:32px;letter-spacing:-.025em;margin-bottom:0}body.single-ceo_empresa .ceo-search-wrap input{height:46px;border-radius:12px;border-color:#dbe3ed;box-shadow:0 3px 12px rgb(15 35 60 / .03)}body.single-ceo_empresa .ceo-filters{padding-top:4px;padding-bottom:18px}body.single-ceo_empresa .ceo-filters button{font-weight:750}body.single-ceo_empresa .ceo-grid{gap:18px}body.single-ceo_empresa .ceo-item{border-color:#e2e8f0;border-radius:17px;box-shadow:0 8px 24px rgb(15 35 60 / .055);transition:transform .2s ease,box-shadow .2s ease}body.single-ceo_empresa .ceo-item:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgb(15 35 60 / .1)}body.single-ceo_empresa .ceo-media{background:#f2f5f8}body.single-ceo_empresa .ceo-media img{object-fit:contain;padding:4px}body.single-ceo_empresa .ceo-item-body{padding:14px}body.single-ceo_empresa .ceo-item-meta span{font-size:10px}body.single-ceo_empresa .ceo-item h3{font-size:17px;letter-spacing:-.015em;line-height:1.25}body.single-ceo_empresa .ceo-item-desc{color:#708096;min-height:0}body.single-ceo_empresa .ceo-price{font-size:20px;color:#0d223d}body.single-ceo_empresa .ceo-item-actions .ceo-cart-whatsapp{background:#16a34a;border-radius:11px;min-height:48px;font-size:13px;box-shadow:none}body.single-ceo_empresa .ceo-item-actions .ceo-cart-whatsapp:hover{background:#12813b}body.single-ceo_empresa .ceo-about{padding-top:18px;padding-bottom:58px;gap:18px}body.single-ceo_empresa .ceo-about-main,body.single-ceo_empresa .ceo-info-card{border-color:#e2e8f0;box-shadow:0 7px 22px rgb(15 35 60 / .035)}body.single-ceo_empresa .ceo-about:before{color:#8090a3}.cet-directory-wrap .ceo-directory{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cet-directory-wrap .ceo-company-card{border-radius:16px;box-shadow:0 7px 24px rgb(15 35 60 / .04);transition:.18s ease}.cet-directory-wrap .ceo-company-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgb(15 35 60 / .08)}body.page .ceo-dashboard{width:min(1240px,calc(100% - 24px));margin:34px auto 60px}body.page .ceo-dashboard-head{background:linear-gradient(135deg,#0c2139,#173b5d);color:#fff;border-radius:20px;padding:24px}body.page .ceo-dashboard-head p{color:#cfdae7}@media(max-width:900px){.cet-home-grid{grid-template-columns:1fr}.cet-preview-card{max-width:520px;transform:none}.cet-feature-grid{grid-template-columns:1fr 1fr}.cet-footer-inner{grid-template-columns:1fr}.cet-footer nav ul{justify-content:flex-start}.cet-directory-wrap .ceo-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:782px){.admin-bar .cet-header{top:46px}}@media(max-width:720px){.cet-container{width:min(100% - 22px,1180px)}.cet-header-inner{min-height:64px}.cet-menu-toggle{display:block}.cet-nav{display:none;position:absolute;left:11px;right:11px;top:70px;background:#fff;border:1px solid var(--cet-border);border-radius:14px;padding:14px;box-shadow:var(--cet-shadow)}.cet-nav.is-open{display:block}.cet-nav ul{display:flex;flex-direction:column;align-items:stretch;gap:4px}.cet-nav a{display:block;padding:10px 8px}.cet-home-hero{padding:52px 0 40px}.cet-home-hero p{font-size:16px}.cet-feature-grid{grid-template-columns:1fr}.cet-page{padding:28px 0 44px}.cet-page-card{padding:22px}body.single-ceo_empresa .ceo-hero{padding:34px 0}body.single-ceo_empresa .ceo-hero-inner,body.single-ceo_empresa .ceo-container{width:min(100% - 20px,1220px)}body.single-ceo_empresa .ceo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.single-ceo_empresa .ceo-item-body{padding:10px}body.single-ceo_empresa .ceo-item h3{font-size:14px;margin:8px 0 6px}body.single-ceo_empresa .ceo-item-desc{display:none}body.single-ceo_empresa .ceo-price{font-size:16px;margin-top:8px}body.single-ceo_empresa .ceo-item-actions{padding-top:11px}body.single-ceo_empresa .ceo-item-actions .ceo-cart-whatsapp{min-height:44px;padding:9px 6px;font-size:11px;gap:5px}.cet-directory-wrap .ceo-directory{grid-template-columns:1fr}}.cet-header-inner{min-height:78px}.cet-brand-logo{width:50px;height:50px;border-radius:12px}.cet-brand-title{font-size:19px}.cet-brand-subtitle{font-size:9px;letter-spacing:.14em}.cet-nav{gap:26px}.cet-nav ul{gap:26px}.cet-home-hero{padding:62px 0 50px}.cet-home-grid{grid-template-columns:1.08fr .72fr;gap:64px}.cet-home-hero h1{font-size:clamp(40px,5.4vw,64px);max-width:700px}.cet-preview-card{max-width:430px;justify-self:end;transform:rotate(1deg)}.cet-preview-top{height:105px}.cet-home-section#empresas{padding:48px 0 42px}.cet-section-title{margin-bottom:22px}.cet-section-title h2{letter-spacing:-.025em}.cet-company-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cet-company-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--cet-border);border-radius:20px;overflow:hidden;text-decoration:none;color:var(--cet-text);box-shadow:0 8px 26px rgb(15 35 60 / .055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cet-company-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgb(15 35 60 / .11);border-color:#d5dee9}.cet-company-media{aspect-ratio:16/10;background:linear-gradient(145deg,#eef3f8,#e4ebf3);overflow:hidden;display:grid;place-items:center}.cet-company-media img{width:100%;height:100%;object-fit:cover;display:block}.cet-company-placeholder{width:76px;height:76px;border-radius:22px;background:#fff;display:grid;place-items:center;font-size:34px;box-shadow:0 8px 22px rgb(15 35 60 / .08)}.cet-company-body{display:flex;flex-direction:column;flex:1;padding:17px}.cet-company-segment{display:inline-flex;align-self:flex-start;padding:5px 9px;border-radius:999px;background:#eef4fa;color:#52657c;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;margin-bottom:9px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cet-company-card h3{font-size:19px;line-height:1.2;margin:0 0 6px;letter-spacing:-.018em}.cet-company-location{font-size:13px;color:var(--cet-muted);margin-bottom:16px;min-height:20px}.cet-company-cta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:0 13px;border-radius:11px;background:#0d223b;color:#fff;font-size:13px;font-weight:850}.cet-company-cta svg{width:17px;height:17px;transition:transform .2s ease}.cet-company-card:hover .cet-company-cta svg{transform:translateX(3px)}.cet-company-empty{grid-column:1/-1;background:#fff;border:1px dashed #cfd8e5;border-radius:18px;padding:30px;text-align:center;color:var(--cet-muted)}.cet-benefits-section{padding:8px 0 54px}.cet-feature-grid{gap:20px}.cet-feature{position:relative;padding:24px 24px 24px 72px;min-height:132px;box-shadow:0 6px 22px rgb(15 35 60 / .035)}.cet-feature-icon{position:absolute;left:22px;top:24px;width:36px;height:36px;border-radius:11px;background:#edf8f1;color:#12813b;display:grid;place-items:center}.cet-feature-icon svg{width:19px;height:19px}.cet-feature strong{font-size:17px}.cet-footer-inner{padding:48px 0 36px}.cet-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.cet-footer-mark{width:38px;height:38px;border-radius:11px;background:#123553;display:grid;place-items:center;font-weight:900;color:#fff}.cet-directory-wrap .ceo-directory{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cet-directory-wrap .ceo-company-card{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;border-radius:20px;box-shadow:0 8px 26px rgb(15 35 60 / .055)}.cet-directory-wrap .ceo-company-card img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:0;background:#eef3f8}.cet-directory-wrap .ceo-company-card>div{padding:16px;position:relative;min-height:102px}.cet-directory-wrap .ceo-company-card strong{display:block;font-size:18px;margin-bottom:4px}.cet-directory-wrap .ceo-company-card span{margin:0 0 35px}.cet-directory-wrap .ceo-company-card>div:after{content:"Ver catálogo  →";position:absolute;left:16px;right:16px;bottom:14px;padding:9px 11px;border-radius:10px;background:#0d223b;color:#fff;font-size:12px;font-weight:850;text-align:center}@media(max-width:1000px){.cet-company-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cet-home-grid{gap:38px}}@media(max-width:900px){.cet-company-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cet-preview-card{justify-self:start;max-width:500px}}@media(max-width:720px){.cet-header-inner{min-height:66px}.cet-brand-logo{width:44px;height:44px}.cet-home-hero{padding:44px 0 38px}.cet-home-grid{gap:30px}.cet-preview-card{display:none}.cet-home-hero h1{font-size:clamp(36px,11vw,52px)}.cet-home-section#empresas{padding:38px 0 32px}.cet-company-grid{grid-template-columns:1fr;gap:14px}.cet-company-card{display:grid;grid-template-columns:128px 1fr;min-height:132px}.cet-company-media{aspect-ratio:auto;height:100%;min-height:132px}.cet-company-body{padding:14px}.cet-company-segment{margin-bottom:6px}.cet-company-card h3{font-size:17px}.cet-company-location{margin-bottom:10px}.cet-company-cta{min-height:38px;padding:0 11px;font-size:12px}.cet-benefits-section{padding-bottom:42px}.cet-feature{min-height:0}}@media(max-width:420px){.cet-company-card{grid-template-columns:108px 1fr}.cet-company-media{min-height:124px}.cet-company-body{padding:12px}}.cet-sales-hero{padding:74px 0 66px;background:radial-gradient(circle at 84% 12%,rgb(34 197 94 / .16),transparent 27%),linear-gradient(135deg,#061829,#133551);color:#fff;overflow:hidden}.cet-sales-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:66px;align-items:center}.cet-sales-copy h1{font-size:clamp(44px,6.2vw,74px);line-height:.98;letter-spacing:-.045em;margin:18px 0 22px;max-width:760px}.cet-sales-copy>p{font-size:19px;color:#d6e3ed;max-width:690px;margin:0}.cet-hero-checks{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#c8d7e4;font-size:13px;font-weight:700}.cet-live-preview-wrap{position:relative;max-width:510px;justify-self:end;width:100%}.cet-live-preview{background:#fff;color:#10233d;border-radius:26px;padding:14px;box-shadow:0 30px 90px rgb(0 0 0 / .34);transform:rotate(1deg);border:1px solid rgb(255 255 255 / .35)}.cet-preview-browserbar{height:28px;display:flex;align-items:center;gap:6px;padding:0 4px}.cet-preview-browserbar span{width:7px;height:7px;border-radius:50%;background:#d8e0e8}.cet-preview-brand{display:flex;align-items:center;gap:10px;padding:8px 5px 12px}.cet-preview-logo{width:38px;height:38px;border-radius:10px;background:#0d223b;color:#fff;display:grid;place-items:center;font-weight:900}.cet-preview-brand strong{display:block;font-size:14px}.cet-preview-brand small{display:block;color:#78879a;font-size:10px;margin-top:2px}.cet-preview-search{height:36px;border:1px solid #e2e8f0;border-radius:10px;color:#9aa7b7;font-size:10px;display:flex;align-items:center;padding:0 10px;background:#f8fafc;margin-bottom:10px}.cet-preview-products-real{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.cet-preview-product-real{border:1px solid #e3e9f1;border-radius:13px;padding:8px;min-width:0}.cet-preview-product-img{aspect-ratio:1/1;background:#edf2f6;border-radius:9px;overflow:hidden;margin-bottom:7px}.cet-preview-product-img img{width:100%;height:100%;object-fit:contain}.cet-preview-product-img span{display:block;width:100%;height:100%;background:linear-gradient(145deg,#eef3f7,#dde6ef)}.cet-preview-product-real strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cet-preview-product-real small{display:block;color:#8090a2;font-size:8px;margin:3px 0 6px}.cet-preview-whatsapp{height:27px;border-radius:7px;background:#18a94b;color:#fff;font-size:8px;font-weight:900;display:flex;align-items:center;justify-content:center}.cet-preview-badge{position:absolute;background:#fff;color:#10233d;border:1px solid #e4eaf1;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:900;box-shadow:0 12px 28px rgb(0 0 0 / .16)}.cet-preview-badge-a{left:-22px;top:26%}.cet-preview-badge-b{right:-26px;bottom:18%}.cet-section-eyebrow{display:inline-block;color:#12813b;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;margin-bottom:10px}.cet-sales-section{padding:76px 0}.cet-sales-section-soft{background:#f0f4f8}.cet-sales-heading{max-width:760px;margin-bottom:34px}.cet-sales-heading h2,.cet-problem-grid h2,.cet-demo-copy h2,.cet-pricing-copy h2,.cet-faq-grid h2{font-size:clamp(32px,4.6vw,52px);line-height:1.05;letter-spacing:-.035em;margin:0 0 13px}.cet-sales-heading p,.cet-problem-grid>div>p,.cet-demo-copy>p,.cet-pricing-copy>p,.cet-faq-grid>div>p{color:var(--cet-muted);font-size:17px;margin:0}.cet-sales-heading-center{text-align:center;margin-left:auto;margin-right:auto}.cet-problem-section{padding:70px 0;background:#fff}.cet-problem-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:start}.cet-problem-list{display:grid;gap:12px}.cet-problem-list>div{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:16px 18px;border:1px solid var(--cet-border);border-radius:15px;background:#f9fbfd}.cet-problem-list span{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e9eef4;color:#5d6d80;font-size:11px;font-weight:900}.cet-problem-list p{margin:0;color:#405168}.cet-problem-list .is-solution{background:#effaf3;border-color:#cfead8}.cet-problem-list .is-solution span{background:#16a34a;color:#fff}.cet-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cet-steps-grid article{background:#fff;border:1px solid var(--cet-border);border-radius:20px;padding:25px;box-shadow:0 8px 26px rgb(15 35 60 / .04)}.cet-step-number{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#0d223b;color:#fff;font-weight:900}.cet-steps-grid h3{font-size:21px;margin:20px 0 8px}.cet-steps-grid p{margin:0;color:var(--cet-muted)}.cet-demo-section{padding:82px 0;background:#0b2036;color:#fff}.cet-demo-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:68px;align-items:center}.cet-demo-copy>p{color:#c8d5e1}.cet-check-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:11px}.cet-check-list li{position:relative;padding-left:28px}.cet-check-list li:before{content:'✓';position:absolute;left:0;top:0;color:#31d06b;font-weight:900}.cet-text-link{color:#fff;font-weight:850;text-decoration:none;border-bottom:1px solid rgb(255 255 255 / .35);padding-bottom:2px}.cet-demo-panel{background:#fff;color:#10233d;padding:18px;border-radius:24px;box-shadow:0 24px 70px rgb(0 0 0 / .28)}.cet-demo-header{display:flex;align-items:center;justify-content:space-between;padding:5px 3px 15px;font-size:13px;font-weight:900}.cet-demo-header b{font-size:10px;color:#159447}.cet-demo-grid-products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cet-demo-product{border:1px solid #e2e8f0;border-radius:14px;padding:10px}.cet-demo-thumb{aspect-ratio:16/10;border-radius:9px;background:linear-gradient(145deg,#eef3f7,#dfe7ef)}.cet-demo-product strong{display:block;font-size:12px;margin:8px 0 2px}.cet-demo-product small{display:block;color:#8290a0;font-size:9px}.cet-demo-product button{width:100%;border:0;border-radius:8px;background:#16a34a;color:#fff;font-weight:900;font-size:9px;min-height:32px;margin-top:8px}.cet-benefit-sales-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cet-benefit-sales-grid article{background:#fff;border:1px solid #e0e7ef;border-radius:18px;padding:22px}.cet-benefit-sales-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eaf8ef;color:#13843c;font-size:12px;font-weight:900}.cet-benefit-sales-grid h3{font-size:18px;margin:16px 0 7px}.cet-benefit-sales-grid p{margin:0;color:var(--cet-muted);font-size:14px}.cet-segments-section{padding:72px 0;background:#fff}.cet-segment-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;max-width:960px;margin:0 auto}.cet-segment-pills span{padding:10px 14px;border-radius:999px;background:#f3f6f9;border:1px solid #e2e8f0;font-size:13px;font-weight:800;color:#40516a}.cet-compare-section{padding:78px 0}.cet-compare-grid{display:grid;grid-template-columns:1fr 70px 1fr;gap:18px;align-items:center}.cet-compare-card{background:#fff;border:1px solid var(--cet-border);border-radius:22px;padding:28px}.cet-compare-card.is-new{border-color:#bfe4ca;box-shadow:0 16px 40px rgb(22 163 74 / .08)}.cet-compare-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2f6;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.is-new .cet-compare-tag{background:#eaf8ef;color:#13843c}.cet-compare-card h3{font-size:24px;margin:16px 0}.cet-compare-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#58687c}.cet-compare-card li:before{content:'×';font-weight:900;color:#9aa6b5;margin-right:9px}.is-new li:before{content:'✓';color:#16a34a}.cet-compare-arrow{font-size:38px;text-align:center;color:#9aa8b8}.cet-pricing-section{padding:82px 0;background:linear-gradient(135deg,#edf5f0,#f6f9fc)}.cet-pricing-wrap{display:grid;grid-template-columns:1fr 440px;gap:70px;align-items:center}.cet-price-card{background:#fff;border:1px solid #dce6df;border-radius:24px;padding:28px;box-shadow:0 20px 55px rgb(15 35 60 / .08)}.cet-price-card>span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#66758a}.cet-price{display:flex;align-items:end;gap:6px;margin:18px 0 12px}.cet-price small{font-size:18px;font-weight:900;margin-bottom:11px}.cet-price strong{font-size:56px;line-height:1;letter-spacing:-.045em}.cet-price em{font-size:14px;color:#78879a;font-style:normal;margin-bottom:9px}.cet-price-text strong{font-size:34px}.cet-price-card>p{font-size:12px;color:#8290a0}.cet-btn-block{width:100%;margin-top:12px}.cet-price-note{display:block;color:#768599;line-height:1.45;margin-top:12px}.cet-proof-section{padding:72px 0;background:#fff}.cet-company-grid-proof{margin-top:28px}.cet-faq-section{padding:82px 0}.cet-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.cet-faq-list{display:grid;gap:10px}.cet-faq-list details{background:#fff;border:1px solid var(--cet-border);border-radius:14px;padding:0 18px}.cet-faq-list summary{cursor:pointer;list-style:none;padding:17px 28px 17px 0;font-weight:850;position:relative}.cet-faq-list summary::-webkit-details-marker{display:none}.cet-faq-list summary:after{content:'+';position:absolute;right:0;top:14px;font-size:22px;color:#65758a}.cet-faq-list details[open] summary:after{content:'−'}.cet-faq-list p{margin:0;padding:0 0 17px;color:var(--cet-muted)}.cet-final-cta{padding:62px 0;background:#061829;color:#fff}.cet-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.cet-final-cta span{font-size:12px;font-weight:850;color:#9fb1c1}.cet-final-cta h2{font-size:clamp(28px,4vw,44px);max-width:790px;line-height:1.08;letter-spacing:-.03em;margin:8px 0 0}.cet-final-cta .cet-btn{flex:0 0 auto}@media(max-width:980px){.cet-sales-hero-grid,.cet-demo-grid,.cet-pricing-wrap{grid-template-columns:1fr;gap:42px}.cet-live-preview-wrap{justify-self:start;max-width:560px}.cet-pricing-wrap{max-width:760px}.cet-price-card{max-width:520px}.cet-problem-grid,.cet-faq-grid{grid-template-columns:1fr;gap:36px}.cet-benefit-sales-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.cet-sales-hero{padding:48px 0 44px}.cet-sales-copy h1{font-size:clamp(39px,12vw,56px)}.cet-sales-copy>p{font-size:16px}.cet-hero-checks{gap:8px 16px}.cet-preview-badge{display:none}.cet-live-preview{transform:none}.cet-sales-section,.cet-problem-section,.cet-demo-section,.cet-segments-section,.cet-compare-section,.cet-pricing-section,.cet-faq-section{padding:54px 0}.cet-steps-grid,.cet-benefit-sales-grid{grid-template-columns:1fr}.cet-compare-grid{grid-template-columns:1fr}.cet-compare-arrow{transform:rotate(90deg)}.cet-final-cta-inner{align-items:flex-start;flex-direction:column}.cet-final-cta .cet-btn{width:100%}.cet-demo-grid-products{gap:8px}.cet-demo-product{padding:8px}.cet-price-card{padding:22px}.cet-price strong{font-size:48px}}.cet-live-preview-wrap.has-custom-visual{display:flex;align-items:center;justify-content:center;min-height:520px}.cet-hero-custom-visual{display:block;width:100%;max-width:540px;text-decoration:none;filter:drop-shadow(0 24px 44px rgb(0 0 0 / .22));transition:transform .25s ease}.cet-hero-custom-visual:hover{transform:translateY(-5px)}.cet-hero-custom-visual picture,.cet-hero-custom-visual img{display:block;width:100%}.cet-hero-custom-visual img{max-height:560px;object-fit:contain;border-radius:22px}.cet-visual-empty{min-height:280px;border:1px dashed rgb(255 255 255 / .32);border-radius:20px;display:grid;place-items:center;text-align:center;padding:28px;color:#d7e4ef;background:rgb(255 255 255 / .05)}.cet-problem-side{display:flex;flex-direction:column;gap:18px}.cet-section-visual{overflow:hidden;border-radius:18px;border:1px solid var(--cet-border);background:#fff;box-shadow:var(--cet-shadow)}.cet-section-visual img{display:block;width:100%;height:auto;max-height:330px;object-fit:cover}.cet-step-image{height:150px;margin:-2px -2px 18px;border-radius:14px;overflow:hidden;background:#eef3f8}.cet-step-image img{display:block;width:100%;height:100%;object-fit:cover}.cet-demo-panel.has-custom-demo{padding:0;overflow:hidden;background:#fff}.cet-demo-custom-image{display:block;width:100%;height:auto;max-height:590px;object-fit:contain;background:#fff}.cet-wide-visual{margin:30px auto 30px;max-width:940px;border-radius:22px;overflow:hidden;border:1px solid var(--cet-border);background:#fff;box-shadow:var(--cet-shadow)}.cet-wide-visual img{display:block;width:100%;max-height:520px;object-fit:cover}.cet-segments-visual{max-width:850px;margin:26px auto;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--cet-border);box-shadow:var(--cet-shadow)}.cet-segments-visual img{display:block;width:100%;max-height:430px;object-fit:cover}.cet-pricing-visual{margin-top:26px;max-width:560px;border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgb(16 35 61 / .12);box-shadow:0 18px 45px rgb(15 35 60 / .08)}.cet-pricing-visual img{display:block;width:100%;max-height:360px;object-fit:cover}.cet-final-cta.has-bg-image{position:relative;background-image:linear-gradient(90deg,rgb(7 25 43 / .93),rgb(7 25 43 / .74)),var(--cet-final-bg);background-size:cover;background-position:center}.cet-final-cta.has-bg-image .cet-final-cta-inner{position:relative;z-index:1}@media(max-width:900px){.cet-live-preview-wrap.has-custom-visual{min-height:auto;padding:20px 0 0}.cet-hero-custom-visual{max-width:460px}.cet-step-image{height:190px}}@media(max-width:680px){.cet-hero-custom-visual{max-width:100%}.cet-hero-custom-visual img{max-height:460px}.cet-step-image{height:150px}.cet-wide-visual,.cet-segments-visual{border-radius:16px}}.cet-sales-hero-grid{grid-template-columns:.94fr 1.06fr;gap:52px}.cet-live-preview-wrap.has-custom-visual{max-width:650px;justify-self:end;width:100%}.cet-hero-custom-visual{display:block;width:100%;border-radius:28px;overflow:hidden;box-shadow:0 30px 80px rgb(0 0 0 / .22)}.cet-hero-custom-visual img{display:block;width:100%;height:auto;max-height:570px;object-fit:contain;background:#fff0}.cet-problem-visual{border-radius:20px;overflow:hidden;box-shadow:0 16px 45px rgb(15 35 60 / .10)}.cet-problem-visual img{width:100%;max-height:430px;object-fit:cover;display:block}.cet-steps-grid article{display:flex;flex-direction:column;min-height:100%}.cet-step-image{height:190px;margin:-25px -25px 20px;overflow:hidden;border-radius:20px 20px 0 0;background:#eef3f7}.cet-step-image img{width:100%;height:100%;object-fit:cover;display:block}.cet-steps-grid article p{margin-top:auto}.cet-demo-panel.has-custom-demo{max-width:760px;justify-self:end;width:100%;box-shadow:0 28px 80px rgb(0 0 0 / .34)}.cet-demo-custom-image{max-height:660px}.cet-wide-visual{max-width:980px;margin:0 auto 34px;border-radius:24px;overflow:hidden;border:1px solid var(--cet-border);box-shadow:0 18px 55px rgb(15 35 60 / .08)}.cet-wide-visual img{display:block;width:100%;max-height:520px;object-fit:cover}.cet-benefit-sales-grid article{padding:27px;min-height:190px}.cet-benefit-sales-grid h3{font-size:20px}.cet-benefit-sales-grid p{font-size:15px;line-height:1.6}.cet-segment-pills span{background:#fff;border-color:#cbd7e3;box-shadow:0 5px 14px rgb(15 35 60 / .05);transition:.18s ease}.cet-segment-pills span:hover{transform:translateY(-2px);border-color:#8fadc5;color:#0c2942}.cet-pricing-wrap{gap:86px}.cet-pricing-copy{padding-right:14px}.cet-pricing-visual{margin-top:30px}.cet-final-cta{position:relative;isolation:isolate;overflow:hidden;min-height:250px;display:flex;align-items:center}.cet-final-cta.has-bg-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(4 19 33 / .96) 0%,rgb(4 19 33 / .88) 48%,rgb(4 19 33 / .62) 100%);z-index:0}.cet-final-cta.has-bg-image{background-image:var(--cet-final-bg);background-size:cover;background-position:center;background-repeat:no-repeat}.cet-final-cta-inner{position:relative;z-index:2;width:100%}.cet-final-cta h2{max-width:850px;text-shadow:0 2px 18px rgb(0 0 0 / .22)}.cet-footer-inner{grid-template-columns:1.1fr .9fr;gap:40px}.cet-footer-links{display:flex;justify-content:flex-end;gap:18px 26px;flex-wrap:wrap}.cet-footer-links a{color:#c7d4df;text-decoration:none;font-weight:700;font-size:14px}.cet-footer-links a:hover{color:#fff}@media(max-width:900px){.cet-live-preview-wrap.has-custom-visual{justify-self:start;max-width:620px}.cet-pricing-wrap{gap:48px}.cet-footer-inner{grid-template-columns:1fr}.cet-footer-links{justify-content:flex-start}}@media(max-width:680px){.cet-step-image{height:170px}.cet-benefit-sales-grid article{min-height:0;padding:22px}.cet-final-cta{min-height:0;padding:50px 0}.cet-hero-custom-visual{border-radius:20px}.cet-hero-custom-visual img{max-height:none}}body.cet-company-lp{background:#f5f7fa}body.cet-company-lp .cet-main{min-height:0}body.cet-company-lp .cet-lp-header{position:sticky;top:0;z-index:1000;width:100%;min-height:0;background:rgb(255 255 255 / .98);border-bottom:1px solid #e5ebf2;box-shadow:0 4px 18px rgb(15 35 60 / .05);backdrop-filter:blur(12px)}body.admin-bar.cet-company-lp .cet-lp-header{top:32px}body.cet-company-lp .cet-lp-header .cet-lp-header-inner{width:min(100% - 32px,1180px);min-height:72px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:18px}body.cet-company-lp .cet-lp-brand{display:flex;align-items:center;gap:11px;min-width:0;color:#10233d;text-decoration:none}body.cet-company-lp .cet-lp-brand img{display:block;width:44px!important;height:44px!important;min-width:44px;max-width:44px!important;max-height:44px!important;margin:0!important;padding:0;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0;background:#fff}body.cet-company-lp .cet-lp-brand-placeholder{display:grid;place-items:center;width:44px;height:44px;min-width:44px;border-radius:12px;background:#10233d;color:#fff;font-size:17px;font-weight:900}body.cet-company-lp .cet-lp-brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1.05}body.cet-company-lp .cet-lp-brand-copy strong{display:block;max-width:430px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:900;color:#10233d}body.cet-company-lp .cet-lp-brand-copy small{display:block;margin-top:5px;color:#7a899b;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}body.cet-company-lp .cet-lp-header-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;border-radius:12px;background:#16a34a;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgb(22 163 74 / .20)}body.cet-company-lp .cet-lp-header-whatsapp:hover{background:#138b40;color:#fff!important;transform:translateY(-1px)}body.cet-company-lp .cet-lp-header-whatsapp svg{width:18px;height:18px;fill:currentColor;flex:0 0 auto}body.cet-company-lp.single-ceo_empresa .ceo-hero{padding-top:38px;padding-bottom:38px}body.cet-company-lp.single-ceo_empresa .ceo-catalog-section{padding-top:30px}body.cet-company-lp.single-ceo_empresa .ceo-section-head{align-items:end}body.cet-company-lp.single-ceo_empresa .ceo-grid{align-items:stretch}body.cet-company-lp.single-ceo_empresa .ceo-about{padding-bottom:36px}body.cet-company-lp.single-ceo_empresa .ceo-info-card a:not([href^="tel:"]):not([href*="wa.me"]){color:#596b80;text-decoration:none}body.cet-company-lp .cet-lp-footer{margin:0;padding:0;background:#0a1d31;color:#d9e3ed;border-top:1px solid rgb(255 255 255 / .06)}body.cet-company-lp .cet-lp-footer .cet-lp-footer-inner{width:min(100% - 32px,1180px);min-height:68px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}body.cet-company-lp .cet-lp-footer-inner strong{color:#fff;font-size:13px}body.cet-company-lp .cet-lp-footer-inner span{color:#91a4b7}body.cet-company-lp .cet-lp-sticky-whatsapp{display:none!important}@media(max-width:782px){body.admin-bar.cet-company-lp .cet-lp-header{top:46px}}@media(max-width:720px){body.cet-company-lp{padding-bottom:78px}body.cet-company-lp .cet-lp-header .cet-lp-header-inner{width:min(100% - 20px,1180px);min-height:60px;gap:10px}body.cet-company-lp .cet-lp-brand img,body.cet-company-lp .cet-lp-brand-placeholder{width:36px!important;height:36px!important;min-width:36px;max-width:36px!important;max-height:36px!important;border-radius:10px}body.cet-company-lp .cet-lp-brand-copy strong{max-width:175px;font-size:13px}body.cet-company-lp .cet-lp-brand-copy small{margin-top:4px;font-size:7.5px}body.cet-company-lp .cet-lp-header-whatsapp{min-height:38px;padding:0 12px;border-radius:10px;font-size:11px;white-space:nowrap}body.cet-company-lp .cet-lp-header-whatsapp .cet-lp-wa-label{display:none}body.cet-company-lp .cet-lp-header-whatsapp svg{width:19px;height:19px}body.cet-company-lp.single-ceo_empresa .ceo-hero{padding-top:28px;padding-bottom:28px}body.cet-company-lp.single-ceo_empresa .ceo-catalog-section{padding-top:24px}body.cet-company-lp .cet-lp-footer .cet-lp-footer-inner{width:min(100% - 24px,1180px);min-height:62px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}body.cet-company-lp .cet-lp-sticky-whatsapp{display:flex!important;position:fixed;left:12px;right:12px;bottom:10px;z-index:1002;min-height:56px;padding:0 18px;border-radius:15px;background:#16a34a;color:#fff!important;text-decoration:none!important;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:900;box-shadow:0 14px 36px rgb(7 38 20 / .30)}body.cet-company-lp .cet-lp-sticky-whatsapp:hover{background:#138b40;color:#fff!important}body.cet-company-lp .cet-lp-sticky-whatsapp svg{width:21px;height:21px;fill:currentColor}}body.single-ceo_empresa .ceo-about{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:22px;padding-top:24px;padding-bottom:64px;align-items:stretch}body.single-ceo_empresa .ceo-about:before{margin:0 0 -4px;font-size:11px;letter-spacing:.14em;font-weight:900}body.single-ceo_empresa .ceo-about-main,body.single-ceo_empresa .ceo-info-card{position:relative;border:1px solid #dfe7f0;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgb(15 35 60 / .055)}body.single-ceo_empresa .ceo-about-main{padding:30px}body.single-ceo_empresa .ceo-info-card{padding:28px 28px 22px}body.single-ceo_empresa .ceo-about-main>h2,body.single-ceo_empresa .ceo-info-card>h3{display:flex;align-items:center;gap:12px;margin:0 0 22px;color:#0d223d;letter-spacing:-.025em}body.single-ceo_empresa .ceo-about-main>h2{font-size:26px}body.single-ceo_empresa .ceo-info-card>h3{font-size:21px}body.single-ceo_empresa .ceo-about-main>h2:before,body.single-ceo_empresa .ceo-info-card>h3:before{content:"";width:48px;height:48px;flex:0 0 48px;border-radius:50%;background-color:#eaf8ef;background-position:center;background-repeat:no-repeat;background-size:24px 24px}body.single-ceo_empresa .ceo-about-main>h2:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M4 10l2-6h12l2 6'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-info-card>h3:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-description{color:#4e6077;font-size:15px;line-height:1.75}body.single-ceo_empresa .ceo-description p:first-child{margin-top:0}body.single-ceo_empresa .ceo-description p:last-child{margin-bottom:0}body.single-ceo_empresa .cet-about-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px;border:1px solid #e3e9f1;border-radius:16px;overflow:hidden;background:#fbfcfe}body.single-ceo_empresa .cet-about-benefit{min-height:112px;padding:18px 14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px;border-right:1px solid #e3e9f1}body.single-ceo_empresa .cet-about-benefit:last-child{border-right:0}body.single-ceo_empresa .cet-about-benefit svg{width:25px;height:25px;color:#16a34a}body.single-ceo_empresa .cet-about-benefit strong{font-size:13px;color:#0d223d}body.single-ceo_empresa .cet-about-benefit span{font-size:11px;line-height:1.45;color:#718198}body.single-ceo_empresa .cet-about-whatsapp{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid #cfead8;border-radius:16px;background:linear-gradient(90deg,#effaf3,#f8fffa)}body.single-ceo_empresa .cet-about-whatsapp-copy{display:flex;align-items:center;gap:13px;min-width:0}body.single-ceo_empresa .cet-about-whatsapp-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff}body.single-ceo_empresa .cet-about-whatsapp-icon svg{width:22px;height:22px}body.single-ceo_empresa .cet-about-whatsapp-copy strong{display:block;font-size:14px;color:#0c4b25}body.single-ceo_empresa .cet-about-whatsapp-copy span{display:block;font-size:11px;color:#5f746a;margin-top:2px}body.single-ceo_empresa .cet-about-whatsapp-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border-radius:11px;background:#16a34a;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:850}body.single-ceo_empresa .cet-about-whatsapp-btn:hover{background:#12813b}body.single-ceo_empresa .ceo-info-card p{position:relative;min-height:68px;margin:0;padding:14px 0 14px 54px;gap:3px;border-bottom:1px solid #e7edf4}body.single-ceo_empresa .ceo-info-card p:last-child{border-bottom:0}body.single-ceo_empresa .ceo-info-card p:before{content:"";position:absolute;left:0;top:16px;width:38px;height:38px;border-radius:50%;background:#eaf8ef center/19px 19px no-repeat}body.single-ceo_empresa .ceo-info-card p.cet-info-address:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-info-card p.cet-info-cep:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 6 6-3 6 3 6-3v15l-6 3-6-3-6 3Z'/%3E%3Cpath d='M9 3v15M15 6v15'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-info-card p.cet-info-email:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-info-card p.cet-info-link:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1.1l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1-.1l-2 2A5 5 0 0 0 12 20l1.1-1.1'/%3E%3C/svg%3E")}body.single-ceo_empresa .ceo-info-card strong{font-size:13px;color:#0d223d}body.single-ceo_empresa .ceo-info-card span,body.single-ceo_empresa .ceo-info-card a{font-size:13px;color:#61728a;word-break:break-word}body.single-ceo_empresa .ceo-info-card a{font-weight:750;text-decoration:none}body.single-ceo_empresa .ceo-info-card a:hover{color:#16a34a}@media(max-width:900px){body.single-ceo_empresa .ceo-about{grid-template-columns:1fr}body.single-ceo_empresa .ceo-about-main,body.single-ceo_empresa .ceo-info-card{padding:24px}}@media(max-width:620px){body.single-ceo_empresa .ceo-about{gap:14px;padding-top:16px;padding-bottom:34px}body.single-ceo_empresa .ceo-about-main,body.single-ceo_empresa .ceo-info-card{padding:20px;border-radius:18px}body.single-ceo_empresa .ceo-about-main>h2{font-size:22px}body.single-ceo_empresa .ceo-info-card>h3{font-size:19px}body.single-ceo_empresa .ceo-about-main>h2:before,body.single-ceo_empresa .ceo-info-card>h3:before{width:42px;height:42px;flex-basis:42px;background-size:21px}body.single-ceo_empresa .cet-about-benefits{grid-template-columns:1fr;margin-top:20px}body.single-ceo_empresa .cet-about-benefit{min-height:76px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;text-align:left;justify-items:start;padding:12px 14px;border-right:0;border-bottom:1px solid #e3e9f1;gap:1px 9px}body.single-ceo_empresa .cet-about-benefit:last-child{border-bottom:0}body.single-ceo_empresa .cet-about-benefit svg{grid-row:1/3}body.single-ceo_empresa .cet-about-whatsapp{align-items:stretch;flex-direction:column;padding:14px}body.single-ceo_empresa .cet-about-whatsapp-btn{width:100%}body.single-ceo_empresa .ceo-info-card p{padding-left:50px}}body.single-ceo_empresa .ceo-catalog-section{position:relative;padding-top:34px;padding-bottom:42px}body.single-ceo_empresa .ceo-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:28px;margin-bottom:12px}body.single-ceo_empresa .ceo-section-head>div:first-child{min-width:0}body.single-ceo_empresa .ceo-section-head>div:first-child:after{content:"Veja os produtos e serviços disponíveis desta empresa.";display:block;margin-top:6px;color:#6b7b90;font-size:14px;line-height:1.45;font-weight:500}body.single-ceo_empresa .ceo-search-wrap{width:100%;position:relative}body.single-ceo_empresa .ceo-search-wrap:before{content:"";position:absolute;left:15px;top:50%;width:17px;height:17px;transform:translateY(-50%);opacity:.55;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f6f84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");pointer-events:none}body.single-ceo_empresa .ceo-search-wrap input{width:100%;max-width:none;height:48px;padding:0 16px 0 43px;border-radius:13px;background:#fff;border:1px solid #dbe3ed;box-shadow:0 5px 18px rgb(15 35 60 / .045);font-size:14px}body.single-ceo_empresa .ceo-search-wrap input:focus{outline:3px solid rgb(22 163 74 / .10);border-color:#86c99d}body.single-ceo_empresa .cet-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;margin:0 0 14px;background:#fff;border:1px solid #e1e8f0;border-radius:14px;box-shadow:0 5px 18px rgb(15 35 60 / .035)}body.single-ceo_empresa .cet-catalog-count{display:flex;align-items:center;gap:8px;min-width:0;color:#66768b;font-size:13px}body.single-ceo_empresa .cet-catalog-count strong{color:#10233d;font-size:14px}body.single-ceo_empresa .cet-catalog-count:before{content:"";width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#16a34a;box-shadow:0 0 0 4px rgb(22 163 74 / .10)}body.single-ceo_empresa .cet-catalog-sort{display:flex;align-items:center;gap:8px;color:#66768b;font-size:12px;white-space:nowrap}body.single-ceo_empresa .cet-catalog-sort select{min-height:36px;padding:0 30px 0 11px;border:1px solid #dbe3ed;border-radius:10px;background:#fff;color:#24364e;font:inherit;font-weight:700;cursor:pointer}body.single-ceo_empresa .ceo-filters{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding:2px 0 18px;margin:0}body.single-ceo_empresa .ceo-filters::-webkit-scrollbar{display:none}body.single-ceo_empresa .ceo-filters button{min-height:38px;padding:0 15px;border-radius:999px;border:1px solid #dce4ed;background:#fff;color:#4d6077;font-size:12px;font-weight:800;box-shadow:0 2px 8px rgb(15 35 60 / .025);transition:.16s ease}body.single-ceo_empresa .ceo-filters button:hover{border-color:#bfcbd9;color:#10233d;transform:translateY(-1px)}body.single-ceo_empresa .ceo-filters button.active{background:#10233d;color:#fff;border-color:#10233d;box-shadow:0 5px 14px rgb(16 35 61 / .14)}body.single-ceo_empresa .ceo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}body.single-ceo_empresa .ceo-grid.cet-few-items{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:start}body.single-ceo_empresa .ceo-grid.cet-one-item{grid-template-columns:minmax(240px,300px)}body.single-ceo_empresa .ceo-item{width:100%;max-width:none}body.single-ceo_empresa .ceo-media{aspect-ratio:1/1;overflow:hidden}body.single-ceo_empresa .ceo-media img{width:100%;height:100%;object-fit:contain;padding:8px}body.single-ceo_empresa .ceo-item-body{padding:14px 14px 13px}body.single-ceo_empresa .ceo-item-meta{min-height:25px}body.single-ceo_empresa .ceo-item h3{margin:8px 0 4px}body.single-ceo_empresa .ceo-price{margin-top:9px}body.single-ceo_empresa .ceo-item-actions{padding-top:14px}body.single-ceo_empresa .cet-catalog-empty{display:none;margin-top:8px;padding:34px 22px;border:1px dashed #cbd6e2;border-radius:18px;background:#fff;text-align:center;color:#65758a}body.single-ceo_empresa .cet-catalog-empty.is-visible{display:block}body.single-ceo_empresa .cet-catalog-empty strong{display:block;margin-bottom:5px;color:#10233d;font-size:17px}body.single-ceo_empresa .cet-catalog-wa-help{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding:18px 20px;border:1px solid #cdebd7;border-radius:16px;background:linear-gradient(135deg,#f3fbf6,#edf9f2)}body.single-ceo_empresa .cet-catalog-wa-help-copy strong{display:block;color:#0c3b20;font-size:16px;margin-bottom:3px}body.single-ceo_empresa .cet-catalog-wa-help-copy span{color:#627368;font-size:13px}body.single-ceo_empresa .cet-catalog-wa-help a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;flex:0 0 auto;border-radius:11px;background:#16a34a;color:#fff;text-decoration:none;font-size:13px;font-weight:900}body.single-ceo_empresa .cet-catalog-wa-help a:hover{background:#12813b}@media(max-width:1100px){body.single-ceo_empresa .ceo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){body.single-ceo_empresa .ceo-section-head{grid-template-columns:1fr;gap:15px;align-items:stretch}body.single-ceo_empresa .ceo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.single-ceo_empresa .ceo-grid.cet-few-items{grid-template-columns:repeat(2,minmax(0,1fr))}body.single-ceo_empresa .ceo-grid.cet-one-item{grid-template-columns:minmax(220px,300px)}}@media(max-width:620px){body.single-ceo_empresa .ceo-catalog-section{padding-top:24px}body.single-ceo_empresa .ceo-section-head>div:first-child:after{font-size:12px}body.single-ceo_empresa .ceo-section-head h2{font-size:27px}body.single-ceo_empresa .cet-catalog-toolbar{padding:10px 11px;gap:10px;align-items:center}body.single-ceo_empresa .cet-catalog-count{font-size:11px}body.single-ceo_empresa .cet-catalog-count strong{font-size:12px}body.single-ceo_empresa .cet-catalog-sort>span{display:none}body.single-ceo_empresa .cet-catalog-sort select{max-width:138px;font-size:11px}body.single-ceo_empresa .ceo-filters{margin-right:-10px;padding-bottom:14px}body.single-ceo_empresa .ceo-filters button{min-height:34px;padding:0 12px;font-size:11px}body.single-ceo_empresa .ceo-grid,body.single-ceo_empresa .ceo-grid.cet-few-items,body.single-ceo_empresa .ceo-grid.cet-one-item{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.single-ceo_empresa .ceo-item-body{padding:10px}body.single-ceo_empresa .ceo-media img{padding:5px}body.single-ceo_empresa .cet-catalog-wa-help{align-items:stretch;flex-direction:column;padding:15px}body.single-ceo_empresa .cet-catalog-wa-help a{width:100%}}\n\n\n.cet-lp-footer{background:#081a2d;color:#d8e4ef;border-top:1px solid rgb(255 255 255 / .06)}\n.cet-lp-footer-inner{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:34px;padding-top:22px;padding-bottom:22px}\n.cet-lp-footer-local{display:flex;flex-direction:column;gap:3px;min-width:0}\n.cet-lp-footer-company{font-size:16px;color:#fff;line-height:1.25}\n.cet-lp-footer-context{font-size:13px;color:#b9cada;line-height:1.4}\n.cet-lp-footer-context strong{color:#fff;font-weight:800}\n.cet-lp-footer-seo{font-size:12px;color:#8298ac;line-height:1.45;max-width:680px;margin-top:4px}\n.cet-lp-footer-credit{display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right;flex:0 0 auto;font-size:12px;color:#8298ac}\n.cet-lp-rentbiz-link{display:inline-flex;align-items:center;gap:4px;color:#cfe0ef;text-decoration:none;border-bottom:1px solid #fff0;transition:.2s ease}\n.cet-lp-rentbiz-link strong{color:#fff}\n.cet-lp-rentbiz-link:hover{color:#fff;border-bottom-color:rgb(255 255 255 / .45)}\n@media (max-width:760px){\n .cet-lp-footer-inner{min-height:auto;align-items:flex-start;flex-direction:column;gap:16px;padding-top:20px;padding-bottom:88px}\n .cet-lp-footer-credit{align-items:flex-start;text-align:left}\n .cet-lp-footer-seo{font-size:11.5px}\n}\n .cet-plans-hero{padding:76px 0 58px;background:radial-gradient(circle at 80% 15%,rgb(34 197 94 / .16),transparent 30%),linear-gradient(135deg,#071a2e,#12314e);color:#fff;text-align:center}.cet-plans-hero-inner{max-width:900px}.cet-plans-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.03;margin:14px auto 18px;max-width:900px}.cet-plans-hero p{font-size:18px;color:#d8e4ef;max-width:780px;margin:0 auto}.cet-plans-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:28px;color:#dff8e8;font-size:14px;font-weight:700}.cet-plans-section{padding:64px 0;background:#f6f8fb}.cet-plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.cet-plan-card{position:relative;background:#fff;border:1px solid var(--cet-border);border-radius:24px;padding:28px;box-shadow:var(--cet-shadow);display:flex;flex-direction:column}.cet-plan-card.is-featured{border:2px solid #22c55e;transform:translateY(-8px);box-shadow:0 22px 60px rgb(22 163 74 / .15)}.cet-plan-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#16a34a;color:#fff;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.cet-plan-kicker{display:block;color:#16a34a;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:8px}.cet-plan-card h2{margin:0;font-size:27px}.cet-plan-price{display:flex;align-items:baseline;gap:4px;margin:18px 0 12px;color:#0b1f36}.cet-plan-price small{font-size:18px;font-weight:900}.cet-plan-price strong{font-size:46px;line-height:1;font-weight:950}.cet-plan-price em{font-style:normal;color:var(--cet-muted);font-weight:700}.cet-plan-top p{color:var(--cet-muted);margin:0 0 20px}.cet-plan-limit{padding:16px;border-radius:14px;background:#f0fbf4;border:1px solid #d6f3df;margin-bottom:20px;display:flex;flex-direction:column}.cet-plan-limit strong{font-size:22px;color:#087a35}.cet-plan-limit span{font-size:13px;color:#567067}.cet-plan-features{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:10px;flex:1}.cet-plan-features li{position:relative;padding-left:24px;color:#34445b}.cet-plan-features li:before{content:'✓';position:absolute;left:0;top:0;color:#16a34a;font-weight:900}.cet-plan-note{display:block;text-align:center;color:var(--cet-muted);margin-top:10px;font-size:12px}.cet-plans-compare{padding:64px 0;background:#fff}.cet-plan-table-wrap{overflow-x:auto;border:1px solid var(--cet-border);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgb(15 35 60 / .05)}.cet-plan-table{width:100%;border-collapse:collapse;min-width:720px}.cet-plan-table th,.cet-plan-table td{padding:18px 20px;border-bottom:1px solid var(--cet-border);text-align:center}.cet-plan-table th:first-child,.cet-plan-table td:first-child{text-align:left;font-weight:800}.cet-plan-table th{background:#f7f9fc;color:#10233d}.cet-plan-table td:not(:first-child){font-weight:800;color:#087a35}.cet-plans-faq{padding:64px 0;background:#f6f8fb}.cet-home-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.cet-home-plan-grid article{position:relative;background:#fff;border:1px solid var(--cet-border);border-radius:18px;padding:22px;box-shadow:0 10px 26px rgb(15 35 60 / .05);display:flex;flex-direction:column;gap:7px}.cet-home-plan-grid article.is-featured{border-color:#22c55e;box-shadow:0 16px 36px rgb(22 163 74 / .12)}.cet-home-plan-grid article em{position:absolute;right:14px;top:14px;background:#e8f8ee;color:#087a35;border-radius:999px;padding:5px 8px;font-style:normal;font-size:10px;font-weight:900;text-transform:uppercase}.cet-home-plan-grid article span{font-weight:900;color:#34445b}.cet-home-plan-grid article strong{font-size:31px;line-height:1.1}.cet-home-plan-grid article strong small{font-size:13px;color:var(--cet-muted);font-weight:700}.cet-home-plan-grid article p{margin:0;color:var(--cet-muted)}.cet-home-plan-action{text-align:center;margin-top:24px}@media(max-width:900px){.cet-plans-grid{grid-template-columns:1fr}.cet-plan-card.is-featured{transform:none}.cet-home-plan-grid{grid-template-columns:1fr}.cet-plan-card{max-width:620px;width:100%;margin:0 auto}}@media(max-width:600px){.cet-plans-hero{padding:54px 0 42px}.cet-plans-highlights{justify-content:flex-start;text-align:left}.cet-plan-card{padding:22px}.cet-plan-price strong{font-size:40px}}.cet-plans-hero{padding:62px 0 46px}.cet-plans-direct{display:block;margin:16px auto 0;color:#bdf4cf;font-size:16px}.cet-plans-section{padding:54px 0 44px}.cet-plan-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cet-plan-card:hover{transform:translateY(-4px);box-shadow:0 22px 58px rgb(15 35 60 / .11)}.cet-plan-card.is-featured{background:linear-gradient(180deg,#fbfffc 0%,#fff 28%);border-width:2px;transform:translateY(-12px) scale(1.015);box-shadow:0 26px 70px rgb(22 163 74 / .20)}.cet-plan-card.is-featured:hover{transform:translateY(-14px) scale(1.018)}.cet-plan-badge{font-size:13px;padding:8px 17px;box-shadow:0 8px 22px rgb(22 163 74 / .25)}.cet-plan-limit strong{font-size:25px}.cet-plan-value{display:flex;align-items:baseline;gap:7px;margin:-6px 0 18px;padding:0 3px;color:#506173}.cet-plan-value strong{font-size:14px;color:#087a35}.cet-plan-value span{font-size:12px}.cet-plan-note strong{color:#087a35}.cet-plans-trustline{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 28px;margin:34px auto 0;padding:17px 20px;border:1px solid #d9eee1;background:#f7fcf9;border-radius:16px;color:#275a3a;font-weight:800;font-size:13px;max-width:940px}.cet-plans-compare{padding:56px 0}.cet-plans-faq{padding:52px 0}.cet-plans-final-cta{padding:34px 0!important;min-height:0!important}.cet-plans-final-cta .cet-final-cta-inner{min-height:0!important;padding-top:0!important;padding-bottom:0!important}.cet-plans-final-cta h2{max-width:720px;margin-bottom:6px}.cet-plans-final-cta p{margin:0;color:#b9cada;max-width:700px}@media(max-width:900px){.cet-plan-card.is-featured,.cet-plan-card.is-featured:hover{transform:none}.cet-plans-trustline{justify-content:flex-start}}.cet-plans-hero{background:linear-gradient(180deg,#f4f7fb 0%,#eef3f8 100%)!important;color:#10233d!important;border-bottom:1px solid #dce5ee}.cet-plans-hero .cet-section-eyebrow{color:#087a35!important;font-weight:900!important;letter-spacing:.10em}.cet-plans-hero h1{color:#10233d!important;text-shadow:none!important}.cet-plans-hero p{color:#52657a!important;font-weight:500;line-height:1.65}.cet-plans-direct{color:#087a35!important;font-weight:900!important}.cet-plans-highlights{color:#344b60!important;font-weight:800!important}.cet-plans-highlights span{color:#344b60!important}.cet-plans-highlights span::first-letter{color:#16a34a}@media(max-width:600px){.cet-plans-hero{text-align:left!important}.cet-plans-hero-inner{max-width:none}.cet-plans-hero h1,.cet-plans-hero p,.cet-plans-direct{margin-left:0;margin-right:0}}.cet-plans-final-cta{padding:34px 0!important;min-height:0!important;background:linear-gradient(135deg,#06192c,#0d2740)!important;border-top:1px solid rgb(255 255 255 / .06)}.cet-plans-final-cta .cet-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;min-height:0!important;padding-top:0!important;padding-bottom:0!important}.cet-plans-final-cta span{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8bd2a8}.cet-plans-final-cta h2{font-size:clamp(28px,4vw,42px);line-height:1.08;max-width:760px;margin:10px 0 8px}.cet-plans-final-cta p{margin:0;color:#c9d6e3;max-width:660px;font-size:16px;line-height:1.55}.cet-plans-final-cta .cet-btn{min-width:240px;min-height:52px;padding:0 24px;border-radius:14px;box-shadow:0 14px 32px rgb(34 197 94 / .22)}.cet-footer{background:#07192b;color:#d7e1ec;border-top:1px solid rgb(255 255 255 / .06)}.cet-footer-inner{padding:26px 0 22px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;align-items:center}.cet-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cet-footer-mark{width:40px;height:40px;border-radius:12px;background:#10304e;display:grid;place-items:center;font-weight:900;color:#fff;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .05)}.cet-footer h3{margin:0;color:#fff;font-size:30px}.cet-footer p{margin:0;color:#aebed0;max-width:560px;font-size:15px;line-height:1.7}.cet-footer-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.cet-footer-links-label{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fa4b9}.cet-footer-links{display:flex;justify-content:flex-end;gap:14px 22px;flex-wrap:wrap}.cet-footer-links a{color:#d8e2ec;text-decoration:none;font-weight:700;font-size:14px}.cet-footer-links a:hover{color:#fff}.cet-footer-cta-row{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.cet-footer-cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .04);color:#fff;text-decoration:none;font-size:14px;font-weight:800;transition:.2s ease}.cet-footer-cta-link:hover{background:rgb(255 255 255 / .09)}.cet-footer-cta-link.is-primary{background:#22c55e;color:#082313;border-color:#22c55e;box-shadow:0 10px 22px rgb(34 197 94 / .18)}.cet-footer-cta-link.is-primary:hover{filter:brightness(1.03)}.cet-copyright{border-top:1px solid rgb(255 255 255 / .06);padding:14px 0;background:#061524;color:#8fa3b8;font-size:13px}@media(max-width:900px){.cet-plans-final-cta .cet-final-cta-inner{grid-template-columns:1fr;align-items:flex-start}.cet-plans-final-cta .cet-btn{width:100%;max-width:320px}.cet-footer-inner{grid-template-columns:1fr;align-items:flex-start}.cet-footer-actions{align-items:flex-start}.cet-footer-links,.cet-footer-cta-row{justify-content:flex-start}}@media(max-width:680px){.cet-plans-final-cta{padding:28px 0!important}.cet-plans-final-cta h2{font-size:clamp(26px,9vw,34px)}.cet-plans-final-cta p{font-size:15px}.cet-footer-inner{padding:22px 0 18px}.cet-footer h3{font-size:26px}.cet-footer-links{gap:10px 16px}.cet-footer-cta-row{width:100%}.cet-footer-cta-link{flex:1 1 220px}}.cet-plans-final-cta .cet-final-cta-inner{width:100%!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(32px,5vw,76px)!important;padding-right:clamp(32px,5vw,76px)!important}.cet-plans-final-cta .cet-final-cta-inner>div{min-width:0}.cet-plans-final-cta .cet-btn{margin-right:0}.cet-footer .cet-footer-inner,.cet-footer .cet-copyright .cet-container{width:100%!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(32px,5vw,76px)!important;padding-right:clamp(32px,5vw,76px)!important}@media (max-width:900px){.cet-plans-final-cta .cet-final-cta-inner,.cet-footer .cet-footer-inner,.cet-footer .cet-copyright .cet-container{padding-left:28px!important;padding-right:28px!important}}@media (max-width:560px){.cet-plans-final-cta .cet-final-cta-inner,.cet-footer .cet-footer-inner,.cet-footer .cet-copyright .cet-container{padding-left:20px!important;padding-right:20px!important}}.cet-final-cta .cet-final-cta-inner{width:100%!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(32px,5vw,76px)!important;padding-right:clamp(32px,5vw,76px)!important}.cet-final-cta .cet-final-cta-inner>div{min-width:0}.cet-final-cta .cet-btn{margin-right:0}body:not(.cet-company-lp) .cet-footer .cet-footer-inner,body:not(.cet-company-lp) .cet-footer .cet-copyright .cet-container{width:100%!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(32px,5vw,76px)!important;padding-right:clamp(32px,5vw,76px)!important}body:not(.cet-company-lp) .cet-final-cta .cet-final-cta-inner,body:not(.cet-company-lp) .cet-footer .cet-footer-inner,body:not(.cet-company-lp) .cet-footer .cet-copyright .cet-container{box-sizing:border-box}@media (max-width:900px){.cet-final-cta .cet-final-cta-inner,body:not(.cet-company-lp) .cet-footer .cet-footer-inner,body:not(.cet-company-lp) .cet-footer .cet-copyright .cet-container{padding-left:28px!important;padding-right:28px!important}}@media (max-width:560px){.cet-final-cta .cet-final-cta-inner,body:not(.cet-company-lp) .cet-footer .cet-footer-inner,body:not(.cet-company-lp) .cet-footer .cet-copyright .cet-container{padding-left:20px!important;padding-right:20px!important}}body.single-ceo_empresa .ceo-section-head .ceo-section-title{letter-spacing:-.02em}.cet-lp-footer-local{gap:4px}.cet-lp-footer-company{font-size:15px}.cet-lp-footer-context{font-size:13px}.cet-lp-footer-seo{font-size:12px;color:#8fa3b7}.cet-lp-footer-credit span{font-size:12px;color:#8298ac}.cet-legal-links{display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap}.cet-legal-links a{color:#9fb2c5;text-decoration:none;font-size:12px;font-weight:650}.cet-legal-links a:hover{color:#fff;text-decoration:underline}.cet-lp-footer-credit .cet-legal-links{justify-content:flex-end;margin-top:2px}.cet-footer-contact-link{color:#d8e2ec!important}.cet-copyright .cet-container{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}@media(max-width:760px){.cet-lp-footer-credit .cet-legal-links{justify-content:flex-start}.cet-copyright .cet-container{align-items:flex-start;flex-direction:column;gap:10px}}@media (max-width:860px){.cet-container{width:min(100% - 28px,1180px)}.cet-header-inner{min-height:70px;gap:12px}.cet-brand-logo{width:44px;height:44px}.cet-brand-title{font-size:16px}.cet-brand-subtitle{font-size:9px;letter-spacing:.1em}.cet-menu-toggle{display:block;width:46px;height:46px;border-radius:14px;font-size:22px}.cet-nav{display:none;position:absolute;left:14px;right:14px;top:78px;background:#fff;border:1px solid var(--cet-border);border-radius:18px;padding:14px;box-shadow:0 18px 45px rgb(15 35 60 / .12)}.cet-nav.is-open{display:block}.cet-nav ul{display:flex;flex-direction:column;align-items:stretch;gap:4px}.cet-nav a{display:block;padding:12px 10px;border-radius:10px}.cet-header-cta{width:100%;margin-top:6px;padding:12px 16px}.cet-sales-hero{padding:34px 0 28px}.cet-sales-hero-grid{grid-template-columns:1fr!important;gap:24px!important;align-items:start}.cet-sales-copy{max-width:none}.cet-kicker{padding:9px 14px;font-size:10px;letter-spacing:.14em}.cet-sales-copy h1{font-size:clamp(30px,10.6vw,52px)!important;line-height:1.02;margin:16px 0 14px;max-width:none;letter-spacing:-.045em}.cet-sales-copy>p{font-size:16px!important;line-height:1.7;max-width:none}.cet-home-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:24px}.cet-home-actions .cet-btn{width:100%;min-height:54px;padding:0 18px;border-radius:16px;font-size:18px}.cet-hero-checks{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px;font-size:13px}.cet-live-preview-wrap,.cet-live-preview-wrap.has-custom-visual{max-width:100%!important;justify-self:stretch!important;min-height:0!important;padding-top:2px!important}.cet-hero-custom-visual{max-width:100%!important;border-radius:22px!important}.cet-hero-custom-visual img{display:block;width:100%;height:auto;max-height:none!important;border-radius:22px}.cet-sales-section,.cet-problem-section,.cet-demo-section,.cet-segments-section,.cet-compare-section,.cet-pricing-section,.cet-faq-section{padding:44px 0}.cet-sales-heading h2,.cet-problem-grid h2,.cet-demo-copy h2,.cet-pricing-copy h2,.cet-faq-intro h2,.cet-plans-hero h1{font-size:clamp(28px,8.8vw,40px)}.cet-sales-heading p,.cet-problem-grid p,.cet-demo-copy p,.cet-pricing-copy p{font-size:15px;line-height:1.7}.cet-problem-grid,.cet-demo-grid,.cet-pricing-wrap,.cet-faq-grid,.cet-compare-grid{grid-template-columns:1fr!important;gap:24px!important}.cet-problem-side{gap:14px}.cet-problem-visual img,.cet-demo-custom-image,.cet-wide-visual img,.cet-segments-visual img,.cet-pricing-visual img{max-height:none!important}.cet-problem-list div{padding:12px 14px}.cet-steps-grid,.cet-benefit-sales-grid,.cet-home-plan-grid,.cet-plans-grid{grid-template-columns:1fr!important;gap:14px}.cet-steps-grid article,.cet-benefit-sales-grid article,.cet-plan-card{padding:22px}.cet-step-image{height:180px!important;margin:-22px -22px 18px!important;border-radius:18px 18px 0 0}.cet-step-image img{object-position:center}.cet-segment-pills{justify-content:flex-start;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.cet-segment-pills::-webkit-scrollbar{display:none}.cet-segment-pills span{white-space:nowrap;flex:0 0 auto}.cet-pricing-copy{padding-right:0}.cet-price-card{max-width:none}.cet-final-cta{min-height:0;padding:34px 0}.cet-final-cta-inner{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cet-final-cta h2{font-size:clamp(28px,8.8vw,38px);max-width:none;margin:0}.cet-final-cta p{font-size:15px;line-height:1.7}.cet-final-cta .cet-btn{width:100%}.cet-footer-inner{grid-template-columns:1fr!important;gap:20px!important;padding:24px 0 20px}.cet-footer p{font-size:14px;line-height:1.7}.cet-footer-links,.cet-footer nav ul{justify-content:flex-start!important;gap:12px 16px}}@media (max-width:480px){.cet-container{width:min(100% - 20px,1180px)}.cet-header-inner{min-height:66px}.cet-sales-hero{padding:28px 0 24px}.cet-sales-copy h1{font-size:clamp(27px,11vw,42px)!important}.cet-sales-copy>p{font-size:15px!important}.cet-home-actions .cet-btn{min-height:52px;font-size:17px}.cet-sales-section,.cet-problem-section,.cet-demo-section,.cet-segments-section,.cet-compare-section,.cet-pricing-section,.cet-faq-section{padding:38px 0}.cet-step-image{height:160px!important}.cet-benefit-sales-grid article,.cet-steps-grid article,.cet-plan-card{padding:20px}}body.single-ceo_empresa .ceo-item{overflow:hidden;background:#fff}body.single-ceo_empresa .ceo-media{position:relative;aspect-ratio:1/1;overflow:hidden;padding:16px;background:linear-gradient(180deg,#eef3f7 0%,#e8eef4 100%);border-bottom:1px solid #e4ebf2;display:flex;align-items:center;justify-content:center}body.single-ceo_empresa .ceo-media:before{content:"";position:absolute;inset:12px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);box-shadow:inset 0 0 0 1px #e5edf4,0 10px 24px rgb(15 35 60 / .05)}body.single-ceo_empresa .ceo-media img{position:relative;z-index:1;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:16px;filter:drop-shadow(0 10px 18px rgb(15 35 60 / .08))}body.single-ceo_empresa .ceo-item h3{min-height:44px}@media (max-width:720px){body.single-ceo_empresa .ceo-media{padding:12px}body.single-ceo_empresa .ceo-media:before{inset:9px;border-radius:14px}body.single-ceo_empresa .ceo-media img{padding:12px}body.single-ceo_empresa .ceo-item h3{min-height:36px}}body.single-ceo_empresa .ceo-item{background:#fff;border:1px solid #e4ebf2;box-shadow:0 8px 24px rgb(15 35 60 / .05)}body.single-ceo_empresa .ceo-media{position:relative;aspect-ratio:1/1;overflow:hidden;padding:12px;background:#fff;border-bottom:1px solid #eef3f7;display:flex;align-items:center;justify-content:center}body.single-ceo_empresa .ceo-media:before{display:none!important;content:none!important}body.single-ceo_empresa .ceo-media img{position:relative;z-index:1;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:8px;background:#fff;filter:none;border-radius:0}body.single-ceo_empresa .ceo-item-body{background:#fff}body.single-ceo_empresa .ceo-item h3{min-height:48px}@media (max-width:720px){body.single-ceo_empresa .ceo-media{padding:10px}body.single-ceo_empresa .ceo-media img{padding:6px}body.single-ceo_empresa .ceo-item h3{min-height:38px}}body.cet-company-lp .cet-lp-header-whatsapp svg,body.cet-company-lp .cet-lp-sticky-whatsapp svg,body.single-ceo_empresa .ceo-cart-whatsapp svg{display:none!important}body.cet-company-lp .cet-lp-header-whatsapp:before,body.cet-company-lp .cet-lp-sticky-whatsapp:before,body.single-ceo_empresa .ceo-cart-whatsapp:before,body.single-ceo_empresa .ceo-hero a[href*="wa.me"]:before,body.single-ceo_empresa .cet-about-whatsapp-btn:before,.cet-footer-cta-link[href*="wa.me"]:before{content:"";display:inline-block;width:20px;height:20px;flex:0 0 20px;background-image:url(https://rentbiz.com.br/wp-content/uploads/2026/08/iconeWhats.svg);background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle}body.cet-company-lp .cet-lp-header-whatsapp:before{width:18px;height:18px;flex-basis:18px}body.cet-company-lp .cet-lp-sticky-whatsapp:before{width:22px;height:22px;flex-basis:22px}body.single-ceo_empresa .ceo-cart-whatsapp:before{width:18px;height:18px;flex-basis:18px}body.single-ceo_empresa .ceo-hero a[href*="wa.me"],body.single-ceo_empresa .cet-about-whatsapp-btn,.cet-footer-cta-link[href*="wa.me"]{gap:8px}.cet-about-whatsapp-icon{background-image:url(https://rentbiz.com.br/wp-content/uploads/2026/08/iconeWhats.svg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:24px 24px!important}.cet-about-whatsapp-icon svg{display:none!important}.cet-wa-icon-img{display:block;width:20px;height:20px;object-fit:contain;flex:0 0 20px}.cet-about-whatsapp-icon img{display:block;width:24px;height:24px;object-fit:contain}body.cet-company-lp .cet-lp-header-whatsapp,body.cet-company-lp .cet-lp-sticky-whatsapp,body.single-ceo_empresa .ceo-hero a[href*="wa.me"],body.single-ceo_empresa .ceo-cart-whatsapp,body.single-ceo_empresa .cet-about-whatsapp-btn,.cet-footer-cta-link[href*="wa.me"]{display:inline-flex;align-items:center;justify-content:center;gap:8px}body.cet-company-lp .cet-lp-header-whatsapp:before,body.cet-company-lp .cet-lp-sticky-whatsapp:before,body.single-ceo_empresa .ceo-cart-whatsapp:before,body.single-ceo_empresa .ceo-hero a[href*="wa.me"]:before,body.single-ceo_empresa .cet-about-whatsapp-btn:before,.cet-footer-cta-link[href*="wa.me"]:before{content:none!important;display:none!important}body.cet-company-lp .cet-lp-header-whatsapp svg,body.cet-company-lp .cet-lp-sticky-whatsapp svg,body.single-ceo_empresa .ceo-cart-whatsapp svg,body.single-ceo_empresa .ceo-hero a[href*="wa.me"] svg,body.single-ceo_empresa .cet-about-whatsapp-btn svg,body.single-ceo_empresa .cet-about-whatsapp-icon svg,.cet-footer-cta-link[href*="wa.me"] svg{display:none!important}.cet-wa-icon-img,.cet-wa-inline-icon{display:block;width:18px;height:18px;object-fit:contain;object-position:center;flex:0 0 18px}body.cet-company-lp .cet-lp-sticky-whatsapp .cet-wa-icon-img,body.cet-company-lp .cet-lp-sticky-whatsapp .cet-wa-inline-icon{width:20px;height:20px;flex-basis:20px}body.single-ceo_empresa .ceo-cart-whatsapp .cet-wa-inline-icon,body.single-ceo_empresa .ceo-hero a[href*="wa.me"] .cet-wa-inline-icon,body.single-ceo_empresa .cet-about-whatsapp-btn .cet-wa-inline-icon,.cet-footer-cta-link[href*="wa.me"] .cet-wa-inline-icon{width:16px;height:16px;flex-basis:16px}.cet-about-whatsapp-icon{background:none!important}.cet-about-whatsapp-icon img{display:block;width:22px;height:22px;object-fit:contain;object-position:center}.cet-free-offer{max-width:860px;margin:0 auto;background:#fff;border:1px solid #d9e6df;border-radius:24px;padding:28px;box-shadow:0 18px 50px rgb(15 35 60 / .06);text-align:left}.cet-free-offer-top{display:flex;align-items:center;justify-content:space-between;gap:28px}.cet-free-offer-copy{flex:1 1 auto;min-width:0}.cet-free-offer-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#dcfce7;color:#166534;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.cet-free-offer h3{font-size:30px;margin:10px 0 8px}.cet-free-offer-top p{margin:0;max-width:620px}.cet-free-price-box{flex:0 0 210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px 16px;border-radius:20px;background:linear-gradient(180deg,#f8fbfd 0%,#eff6f3 100%);border:1px solid #d9e6df;text-align:center}.cet-free-price{display:flex;align-items:flex-end;justify-content:center;gap:6px;color:#0f2a44;line-height:1}.cet-free-price-currency{font-size:28px;font-weight:900;align-self:flex-start;line-height:1.05;margin-top:6px}.cet-free-price-value{font-size:64px;font-weight:950;letter-spacing:-.04em}.cet-free-price small{font-size:18px;font-weight:800;color:#64748b;line-height:1.2;margin-bottom:10px}.cet-free-price-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#16a34a}.cet-free-offer ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;list-style:none;padding:0;margin:24px 0}.cet-free-offer li:before{content:'✓';color:#16a34a;font-weight:900;margin-right:8px}.cet-free-offer .cet-btn{width:100%}.cet-free-note{text-align:center;margin-top:10px;color:#64748b;font-size:12px}.cet-header-free{background:#22c55e!important;color:#062812!important}.cet-header-free:hover{background:#16a34a!important;color:#fff!important}@media(max-width:680px){.cet-free-offer{padding:22px}.cet-free-offer-top{flex-direction:column;align-items:stretch}.cet-free-price-box{flex:1 1 auto;width:100%;padding:16px}.cet-free-price{justify-content:flex-start}.cet-free-price-value{font-size:54px}.cet-free-price small{margin-bottom:8px}.cet-free-offer ul{grid-template-columns:1fr}}body.cet-company-lp .cet-lp-footer-v2{background:linear-gradient(135deg,#071a2e 0%,#0b243d 100%);color:#c9d7e5;border-top:1px solid rgb(255 255 255 / .08)}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.9fr) minmax(230px,.8fr);gap:0;padding-top:34px;padding-bottom:32px;align-items:stretch}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section{min-width:0;padding:0 34px}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section:first-child{padding-left:0}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section:last-child{padding-right:0}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section+section{border-left:1px solid rgb(255 255 255 / .13)}.cet-lp-footer-identity{display:flex;gap:16px;align-items:center}.cet-lp-footer-logo{width:70px;height:70px;flex:0 0 70px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:7px;box-shadow:0 10px 30px rgb(0 0 0 / .13);overflow:hidden}.cet-lp-footer-logo img{width:100%;height:100%;object-fit:contain}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-company{display:block;color:#fff;font-size:17px;line-height:1.25;font-weight:850;letter-spacing:-.01em}.cet-lp-footer-segment{display:block;margin-top:5px;color:#9fb7cd;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.cet-lp-footer-location{display:block;margin-top:6px;color:#d8e5f1;font-size:13px;font-weight:750}.cet-lp-footer-location span{color:#52d681;font-weight:900}.cet-lp-footer-description{max-width:590px;margin:16px 0 0;color:#aebfd0;font-size:13px;line-height:1.65}.cet-lp-footer-service,.cet-lp-footer-rentbiz{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.cet-lp-footer-label{display:block;margin-bottom:10px;color:#7f9bb5;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}.cet-lp-footer-service strong{color:#fff;font-size:14px;line-height:1.45}.cet-lp-footer-service>span:not(.cet-lp-footer-label){margin-top:7px;color:#9fb3c6;font-size:12.5px;line-height:1.5}.cet-lp-footer-contact{display:inline-flex;margin-top:13px;color:#59dd89;font-size:12.5px;font-weight:850;text-decoration:none}.cet-lp-footer-contact:hover{color:#88efa9}.cet-lp-footer-rentbiz-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.cet-lp-footer-rentbiz-brand>strong{font-size:23px;letter-spacing:-.03em}.cet-lp-footer-rmark{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#123858;border:1px solid rgb(255 255 255 / .1);font-size:19px;font-weight:950;color:#fff}.cet-lp-footer-rmark span{color:#22c55e}.cet-lp-footer-rentbiz p{margin:11px 0 8px;color:#9fb3c6;font-size:12.5px;line-height:1.55;max-width:250px}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-rentbiz-link{color:#dce9f5;font-size:12.5px;font-weight:800;border:0;text-decoration:none}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-rentbiz-link span{color:#36d978;margin-left:5px}.cet-lp-footer-bottom{border-top:1px solid rgb(255 255 255 / .1);background:rgb(1 10 20 / .13)}.cet-lp-footer-bottom-inner{min-height:58px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;color:#7f96aa;font-size:11.5px}.cet-lp-footer-legal{display:flex;align-items:center;gap:0}.cet-lp-footer-legal a{color:#aec0d0;text-decoration:none;padding:0 14px;border-right:1px solid rgb(255 255 255 / .15)}.cet-lp-footer-legal a:last-child{border-right:0}.cet-lp-footer-legal a:hover{color:#fff}.cet-lp-footer-top{display:inline-flex;align-items:center;gap:8px;color:#c8d8e6;text-decoration:none;font-weight:750}.cet-lp-footer-top>span{font-size:11.5px;color:#c8d8e6}.cet-lp-footer-top::first-letter{font-size:19px}@media(max-width:900px){body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main{grid-template-columns:1.35fr .9fr}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-rentbiz{grid-column:1/-1;border-left:0!important;border-top:1px solid rgb(255 255 255 / .1);margin-top:26px;padding:24px 0 0!important}.cet-lp-footer-rentbiz p{max-width:520px}.cet-lp-footer-bottom-inner{grid-template-columns:1fr auto;row-gap:8px;padding-top:14px;padding-bottom:14px}.cet-lp-footer-top{grid-column:2;grid-row:1}.cet-lp-footer-legal{grid-column:1/-1;grid-row:2}.cet-lp-footer-legal a:first-child{padding-left:0}}@media(max-width:640px){body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main{display:block;padding-top:28px;padding-bottom:92px}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section{padding:0!important;border-left:0!important}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-main>section+section{border-top:1px solid rgb(255 255 255 / .1)!important;margin-top:24px;padding-top:24px!important}.cet-lp-footer-logo{width:60px;height:60px;flex-basis:60px;border-radius:12px}body.cet-company-lp .cet-lp-footer-v2 .cet-lp-footer-company{font-size:15px}.cet-lp-footer-description{font-size:12.5px;margin-top:14px}.cet-lp-footer-bottom-inner{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:18px;padding-bottom:20px}.cet-lp-footer-legal{display:flex;flex-wrap:wrap;gap:8px 14px}.cet-lp-footer-legal a{padding:0;border:0}.cet-lp-footer-top{order:-1;align-self:flex-end}}.rentbiz-footer{background:#071d31!important;color:#dce7f1!important;width:100%;clear:both;overflow:hidden}.rentbiz-footer *{box-sizing:border-box}.rentbiz-footer .rb-footer-main{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:28px 0 22px;display:grid!important;grid-template-columns:minmax(0,1.3fr) minmax(200px,.8fr) minmax(200px,.72fr);gap:36px;align-items:start}.rentbiz-footer .rb-footer-company{display:grid!important;grid-template-columns:68px minmax(0,1fr);gap:15px;align-items:start;min-width:0}.rentbiz-footer .rb-footer-logo,.rentbiz-footer .rb-footer-company img{display:block!important;width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;min-width:68px!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:5px!important;border:0!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.rentbiz-footer .rb-footer-label{display:block;margin:0 0 7px;color:#54d98a!important;font-size:10px!important;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rentbiz-footer h2,.rentbiz-footer h3{color:#fff!important;font-family:inherit!important;text-transform:none!important;letter-spacing:0!important;margin:0 0 7px!important}.rentbiz-footer h2{font-size:17px!important;line-height:1.32!important;font-weight:800!important}.rentbiz-footer h3{font-size:14px!important;line-height:1.35!important;font-weight:800!important}.rentbiz-footer p{margin:0 0 6px!important;color:#b9c9d8!important;font-size:12.5px!important;line-height:1.5!important}.rentbiz-footer a{transition:opacity .2s ease}.rentbiz-footer .rb-footer-link{color:#fff!important;font-size:12.5px!important;line-height:1.45!important;font-weight:700!important;text-decoration:none!important}.rentbiz-footer .rb-footer-link:hover{opacity:.82;text-decoration:underline!important}.rentbiz-footer .rb-footer-bottom{border-top:1px solid rgb(255 255 255 / .1)!important}.rentbiz-footer .rb-footer-bottom-inner{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:13px 0 14px;display:flex!important;justify-content:space-between;align-items:center;gap:18px;color:#9fb2c3!important;font-size:11.5px!important;line-height:1.4}.rentbiz-footer .rb-footer-links{display:flex!important;gap:15px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.rentbiz-footer .rb-footer-links a{color:#c8d5df!important;font-size:11.5px!important;text-decoration:none!important}.rentbiz-footer .rb-footer-links a:hover{color:#fff!important;text-decoration:underline!important}@media(max-width:820px){.rentbiz-footer .rb-footer-main{width:min(100% - 32px,680px);grid-template-columns:1fr!important;gap:20px;padding:24px 0 20px}.rentbiz-footer .rb-footer-company{grid-template-columns:58px minmax(0,1fr)}.rentbiz-footer .rb-footer-logo,.rentbiz-footer .rb-footer-company img{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;min-width:58px!important}.rentbiz-footer .rb-footer-bottom-inner{width:min(100% - 32px,680px);flex-direction:column!important;align-items:flex-start!important;gap:9px}.rentbiz-footer .rb-footer-links{justify-content:flex-start!important;gap:10px 14px}}.ceo-local-breadcrumb{border-bottom:1px solid rgb(15 23 42 / .06)}@media (max-width:640px){.ceo-local-breadcrumb{padding-top:13px!important;padding-bottom:13px!important;font-size:11px!important;gap:6px!important}.ceo-local-breadcrumb .ceo-breadcrumb-company{max-width:52vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cet-pricing-section,.cet-free-offer{display:none!important}.ceo-company-map-head .ceo-btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media(max-width:700px){.ceo-company-map-head .ceo-btn{width:100%}}.ceo-about-grid.ceo-about-grid-single{display:block}.ceo-about-grid.ceo-about-grid-single>*{width:100%}body.single-ceo_empresa .cet-catalog-wa-help{margin-top:14px!important;padding:15px 18px}body.single-ceo_empresa .ceo-about{width:100%!important;max-width:none!important}body.single-ceo_empresa .ceo-about-main{width:100%!important;max-width:none!important;padding:26px 28px}body.single-ceo_empresa .ceo-local-about-section{margin-top:0!important}body.single-ceo_empresa .ceo-company-map-head .ceo-btn{border:1px solid #d9e2ec;box-shadow:0 3px 10px rgb(15 23 42 / .04)}body.single-ceo_empresa .ceo-company-map-head .ceo-btn:hover{border-color:#16a34a;color:#15803d}.rentbiz-footer .rb-footer-main{gap:42px!important;padding-top:30px!important;padding-bottom:25px!important}.rentbiz-footer h2{font-size:16px!important;line-height:1.35!important}.rentbiz-footer h3{font-size:14px!important;line-height:1.4!important}.rentbiz-footer p{font-size:12.5px!important;line-height:1.55!important}.rentbiz-footer .rb-footer-link{line-height:1.5}@media(max-width:700px){body.single-ceo_empresa .ceo-about-main{padding:20px}body.single-ceo_empresa .cet-catalog-wa-help{margin-top:12px!important}}body.single-ceo_empresa .ceo-about{width:calc(100% - 40px)!important}body.single-ceo_empresa .ceo-about-main{border-radius:18px}body.single-ceo_empresa .cet-catalog-wa-help{margin-bottom:18px!important}@media(max-width:640px){body.single-ceo_empresa .ceo-about{width:calc(100% - 24px)!important}}body.single-ceo_empresa .ceo-local-about-section{width:100%}body.single-ceo_empresa .ceo-about{width:min(1120px, calc(100% - 40px))!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}body.single-ceo_empresa .ceo-about-main{width:100%!important}@media(max-width:640px){body.single-ceo_empresa .ceo-about{width:calc(100% - 24px)!important}}body.single-ceo_empresa .ceo-description>*:first-child{margin-top:0}body.single-ceo_empresa .ceo-description>*:last-child{margin-bottom:0}body.single-ceo_empresa .ceo-description p{margin:0 0 12px;line-height:1.7}body.single-ceo_empresa .ceo-description h2,body.single-ceo_empresa .ceo-description h3,body.single-ceo_empresa .ceo-description h4{margin:18px 0 8px;color:#0f172a;line-height:1.3}body.single-ceo_empresa .ceo-description h3{font-size:18px}body.single-ceo_empresa .ceo-description h4{font-size:16px}body.single-ceo_empresa .ceo-description ul,body.single-ceo_empresa .ceo-description ol{margin:10px 0 14px 22px;padding:0}body.single-ceo_empresa .ceo-description li{margin:0 0 6px;line-height:1.6}body.single-ceo_empresa .ceo-description strong{color:#0f172a;font-weight:800}body.single-ceo_empresa .ceo-description a{color:#15803d;text-decoration:underline;text-underline-offset:2px}body.single-ceo_empresa .ceo-description blockquote{margin:14px 0;padding:12px 15px;border-left:3px solid #22c55e;background:#f0fdf4;border-radius:0 9px 9px 0;color:#334155}.rentbiz-footer .rb-google-disclosure{margin-top:8px;font-size:11.5px;color:#9fb2c3;line-height:1.5}.rentbiz-footer .rb-google-disclosure a{color:#dce7f1;text-decoration:underline;text-underline-offset:2px}.rb-footer-links .rb-policy-google{font-weight:700}.cet-google-third-party-disclosure{padding:26px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.cet-google-third-party-disclosure .cet-container{max-width:1120px;margin:0 auto}.cet-google-third-party-disclosure strong{display:block;color:#0f172a;font-size:18px;margin-bottom:6px}.cet-google-third-party-disclosure p{margin:0 0 10px;color:#475569;line-height:1.6}.cet-google-third-party-disclosure div div{display:flex;gap:10px;flex-wrap:wrap}.cet-google-third-party-disclosure a{display:inline-flex;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;text-decoration:none;font-weight:700}.cet-local-journey-section{padding:64px 20px;background:#071d31;color:#fff}.cet-local-journey-section .cet-sales-heading h2,.cet-local-journey-section .cet-sales-heading p{color:#fff}.cet-local-journey-section .cet-sales-heading p{color:#cbd5e1}.cet-local-journey{max-width:1080px;margin:32px auto 0;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:center}.cet-local-journey article{min-height:180px;padding:22px 18px;border:1px solid rgb(255 255 255 / .14);border-radius:16px;background:rgb(255 255 255 / .06);text-align:center}.cet-local-journey article strong{display:block;margin:12px 0 7px;font-size:17px}.cet-local-journey article small{display:block;color:#cbd5e1;line-height:1.55}.cet-local-journey>i{color:#50d890;font-size:26px;font-style:normal;font-weight:900}.cet-local-journey-icon{width:54px;height:54px;margin:0 auto;border-radius:15px;display:grid;place-items:center;background:#fff;color:#0f172a;font-size:19px;font-weight:900;box-shadow:0 10px 28px rgb(0 0 0 / .16)}.cet-local-journey-note{max-width:860px;margin:18px auto 0;color:#94a3b8;text-align:center;font-size:12px;line-height:1.55}.cet-benefit-sales-grid article{min-height:165px}@media(max-width:900px){.cet-local-journey{grid-template-columns:1fr;max-width:600px}.cet-local-journey>i{transform:rotate(90deg);text-align:center}}