:root{--blue:#073b88;--cyan:#08a8ff;--navy:#061a3d;--green:#25d366;--paper:#f5fbff;--ink:#10233a;--muted:#5b6b7d}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}a{text-decoration:none;color:inherit}.wrap{width:min(1160px,calc(100% - 28px));margin:auto}.top{background:#061a3d;color:#fff;font-weight:800}.top .wrap{min-height:38px;display:flex;align-items:center}.head{position:sticky;top:0;background:rgba(255,255,255,.96);z-index:10;border-bottom:1px solid #d8ebff}.nav{display:flex;align-items:center;gap:14px;min-height:78px}.brand{font-weight:950;color:var(--navy);font-size:26px}.brand span{color:var(--cyan)}.menu{margin-left:auto;display:flex;gap:8px;align-items:center;font-weight:800}.menu a{padding:10px 12px;border-radius:999px}.menu a:hover{background:#e9f6ff}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:900;box-shadow:0 14px 32px rgba(7,59,136,.22)}.wa{background:var(--green);box-shadow:0 14px 32px rgba(37,211,102,.28)}.wa:before,.float:before{content:"";width:18px;height:18px;margin-right:8px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3A12 12 0 0 0 5.8 21.3L4 29l7.9-1.9A12 12 0 1 0 16 3Zm6.2 17.1c-.3.8-1.6 1.5-2.2 1.6-.6.1-1.4.2-2.3-.1-.5-.2-1.2-.4-2.1-.8-3.7-1.6-6.1-5.3-6.3-5.5-.2-.2-1.5-2-1.5-3.8s1-2.7 1.3-3.1c.3-.3.7-.4.9-.4h.7c.2 0 .5 0 .8.6.3.7 1 2.4 1.1 2.6.1.2.1.4 0 .7-.1.2-.2.4-.4.6-.2.2-.4.5-.6.7-.2.2-.4.4-.2.8.2.3.8 1.4 1.8 2.2 1.2 1.1 2.2 1.4 2.6 1.6.3.2.6.1.8-.1.2-.3.9-1.1 1.1-1.4.2-.3.5-.3.8-.2.3.1 2.1 1 2.4 1.2.4.2.6.3.7.5.1.1.1.8-.2 1.6Z'/%3E%3C/svg%3E") center/contain no-repeat}.hamb{display:none;border:0;background:#e9f6ff;border-radius:12px;width:44px;height:44px}.hamb i{display:block;width:22px;height:2px;background:var(--blue);margin:5px auto}.hero,.page{overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(8,168,255,.35),transparent 28%),linear-gradient(135deg,#061a3d,#0754b8);color:#fff}.hero .wrap,.page .wrap{min-height:620px;display:grid;grid-template-columns:1fr .8fr;gap:38px;align-items:center}.page .wrap{min-height:390px}.hero h1,.page h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:0 0 18px}.page h1{font-size:clamp(38px,5vw,64px)}.hero p,.page p{font-size:20px;color:#dff4ff}.bubble{aspect-ratio:1/1;border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.06));display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 80px rgba(0,0,0,.24);position:relative}.bubble:before{content:"D";font-size:180px;font-weight:950;color:#fff;text-shadow:0 18px 40px rgba(0,0,0,.25)}.bubble:after{content:"";position:absolute;width:48%;height:18%;background:linear-gradient(90deg,var(--cyan),#7ee4ff);border-radius:999px;transform:rotate(-16deg);bottom:28%;box-shadow:0 18px 38px rgba(8,168,255,.35)}section{padding:72px 0}.section-white{background:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.card,.service,.bairro,details{background:#fff;border:1px solid #d7eafe;border-radius:20px;padding:26px;box-shadow:0 16px 46px rgba(6,26,61,.08)}.card h2,.wrap>h2{font-size:clamp(28px,4vw,48px);line-height:1.08;margin:0 0 16px}.card p,p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{padding:0;overflow:hidden}.service .pic{aspect-ratio:1/1;background:linear-gradient(135deg,#e7f7ff,#bcecff);display:grid;place-items:center;color:var(--blue);font-size:54px;font-weight:950}.service div{padding:18px}.service h3{margin:0 0 10px;font-size:19px;line-height:1.15}.service strong,.bairro strong{color:var(--blue)}.bairros{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bairro{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center}.pin{width:32px;height:32px;border-radius:50% 50% 50% 8px;background:linear-gradient(135deg,var(--blue),var(--cyan));transform:rotate(-45deg)}.dark{background:linear-gradient(135deg,#061a3d,#0754b8);color:#fff}.dark p,.dark li{color:#e3f5ff}.check{list-style:none;padding:0;margin:18px 0;display:grid;gap:9px}.check li{padding-left:26px;position:relative}.check li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:var(--cyan)}.faq{display:grid;gap:12px}summary{font-weight:900;cursor:pointer}.footer{background:#061a3d;color:#fff;padding:42px 0 20px}.foot{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:22px}.foot a{display:block;color:#dff4ff;margin:7px 0}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:18px;color:#bfe8ff}.float{position:fixed;right:18px;bottom:18px;width:62px;height:62px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 0 0 0 rgba(37,211,102,.5);animation:pulse 1.7s infinite}.float:before{width:32px;height:32px;margin:0}@keyframes pulse{50%{transform:scale(1.06);box-shadow:0 0 0 14px rgba(37,211,102,0)}}@media(max-width:900px){.hamb{display:block}.menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:14px}.menu.open{display:flex}.hero .wrap,.page .wrap,.split,.foot{grid-template-columns:1fr}.grid,.bairros{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hero .wrap{min-height:620px}.grid,.bairros{grid-template-columns:1fr}.actions .btn,.btn{width:100%}.bubble:before{font-size:120px}}
/* Navegantes professional layer */
.hero-pro{position:relative}.hero-pro:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,61,.92),rgba(7,84,184,.66)),radial-gradient(circle at 75% 35%,rgba(126,228,255,.24),transparent 28%);pointer-events:none}.hero-pro .wrap{position:relative;z-index:1}.eyebrow,.tag{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:rgba(8,168,255,.14);color:#dff4ff;font-weight:900;font-size:13px;margin:0 0 14px}.dark-text{color:var(--blue);background:#e7f7ff}.tag{color:var(--blue);background:#e7f7ff}.tag.light{color:#fff;background:rgba(255,255,255,.14)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.ghost{background:#fff;color:var(--blue)}.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.hero-points span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:12px;color:#fff;font-weight:900;text-align:center}.hero-device{min-height:430px;border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 90px rgba(0,0,0,.25);display:grid;align-content:center;justify-items:center;text-align:center;padding:32px;position:relative;overflow:hidden}.hero-device:before,.hero-device:after{content:"";position:absolute;border-radius:50%;border:2px solid rgba(126,228,255,.35);animation:pulse 2.7s infinite}.hero-device:before{width:280px;height:280px}.hero-device:after{width:360px;height:360px;animation-delay:.4s}.pipe-mark{position:relative;z-index:1;width:150px;height:150px;border-radius:34px;background:linear-gradient(135deg,#fff,#bcecff);display:grid;place-items:center;color:#073b88;font-size:92px;font-weight:950;box-shadow:0 18px 45px rgba(0,0,0,.2)}.hero-device strong{position:relative;z-index:1;font-size:52px;color:#fff;margin-top:18px}.hero-device p{position:relative;z-index:1;color:#dff4ff;max-width:320px}.feature-row{align-items:center}.feature-card{border-left:6px solid var(--cyan)}.insight-panel,.metric-board,.tool-list{background:linear-gradient(135deg,#061a3d,#0754b8);border-radius:24px;padding:28px;color:#fff;box-shadow:0 22px 60px rgba(6,26,61,.16)}.insight-panel h3{font-size:30px;margin:0 0 14px}.metric-board{display:grid;grid-template-columns:1fr 1fr;gap:14px}.metric-board div,.tool-list div{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:18px}.metric-board strong{display:block;font-size:34px;color:#7ee4ff}.metric-board span,.tool-list span{display:block;color:#dff4ff}.tool-list{display:grid;gap:14px}.tool-list b{display:block;font-size:22px;margin-bottom:6px}.service-pro{transition:transform .25s ease,box-shadow .25s ease}.service-pro:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(6,26,61,.16)}.service-pro .pic{background:radial-gradient(circle at 35% 25%,#fff,transparent 30%),linear-gradient(135deg,#dff4ff,#7ee4ff 50%,#0754b8);color:#fff;text-shadow:0 10px 22px rgba(6,26,61,.26)}.bairro-pro .bairro{transition:transform .25s ease,box-shadow .25s ease}.bairro-pro .bairro:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(6,26,61,.14)}.map-card iframe{width:100%;height:340px;border:0;border-radius:18px;background:#e7f7ff}.btn.wa,.wa{background:#25d366!important;color:#fff!important;font-size:17px}.btn.wa:before,.wa:before{background:#fff!important;width:21px;height:21px;flex:0 0 21px}.float{background:#25d366!important;color:#fff!important}.float:before{background:#fff!important}@media(max-width:900px){.hero-points{grid-template-columns:1fr}.hero-device{min-height:320px}.metric-board{grid-template-columns:1fr}.rev{direction:ltr}}@media(max-width:560px){.actions{display:grid}.hero-device{min-height:280px}.pipe-mark{width:118px;height:118px;font-size:72px}.hero-device strong{font-size:42px}.map-card iframe{height:280px}}

.brand{display:flex;align-items:center;min-width:0}.brand img{width:clamp(210px,24vw,330px);height:auto;display:block;object-fit:contain}.footer-logo{width:min(260px,78vw);height:auto;display:block;object-fit:contain;margin:0 0 12px}@media(max-width:900px){.brand img{width:clamp(185px,50vw,270px)}.nav{min-height:74px}}@media(max-width:560px){.brand img{width:clamp(170px,58vw,235px)}}
/* Redesigned Navegantes visual system */
.topbar{background:#031631;color:#e8f7ff;font-weight:900;font-size:14px}.topbar .wrap{min-height:38px;display:flex;align-items:center}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid #d8ebff;box-shadow:0 12px 34px rgba(3,22,49,.08);backdrop-filter:blur(10px)}.site-header .nav{min-height:86px}.site-header .brand img{width:clamp(220px,25vw,360px);height:auto;object-fit:contain;display:block}.site-header .menu{margin-left:auto}.site-header .menu a:not(.btn){color:#092346;font-weight:900}.hero-new{position:relative;overflow:hidden;background:linear-gradient(135deg,#031631 0%,#073b88 55%,#0aa7ff 140%);color:#fff;padding:88px 0}.hero-new:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 18%,rgba(0,190,255,.2),transparent 30%),linear-gradient(90deg,rgba(3,22,49,.95),rgba(3,22,49,.38));pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:46px;align-items:center}.hero-copy h1{font-size:clamp(44px,6vw,82px);line-height:1;margin:0 0 18px;max-width:780px}.hero-copy p{font-size:20px;line-height:1.7;color:#dff4ff;max-width:760px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:#e7f7ff;color:#073b88;font-size:13px;font-weight:950;margin-bottom:14px}.hero-new .eyebrow{background:rgba(255,255,255,.12);color:#dff4ff;border:1px solid rgba(255,255,255,.18)}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.btn.big{min-height:56px;padding:15px 22px;font-size:18px}.btn.light{background:#fff;color:#073b88;box-shadow:0 14px 34px rgba(255,255,255,.16)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;max-width:720px}.trust-row span{padding:14px;border-radius:16px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);font-weight:900;text-align:center;color:#fff}.hero-photo{margin:0;position:relative}.hero-photo img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:34px;box-shadow:0 34px 100px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.22)}.hero-photo figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:18px;background:rgba(3,22,49,.82);color:#fff;font-weight:900;text-align:center;backdrop-filter:blur(10px)}.proof-strip{padding:0;background:#fff}.proof-grid{transform:translateY(-28px);display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.proof-grid div{background:#fff;border:1px solid #d8ebff;border-radius:20px;padding:20px;box-shadow:0 18px 44px rgba(3,22,49,.1)}.proof-grid strong{display:block;color:#073b88;font-size:28px}.proof-grid span{display:block;color:#5b6b7d;font-weight:800}.split-modern{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:34px;align-items:center}.split-modern.reverse{grid-template-columns:minmax(340px,.9fr) minmax(0,1fr)}.text-panel{background:#fff;border:1px solid #d8ebff;border-radius:26px;padding:34px;box-shadow:0 20px 58px rgba(3,22,49,.09)}.text-panel h2,.wrap>h2{font-size:clamp(30px,4vw,54px);line-height:1.06;margin:0 0 16px}.text-panel p,.section-lead{font-size:17px;line-height:1.75;color:#5b6b7d}.dark-panel{background:linear-gradient(135deg,#031631,#073b88);color:#fff}.dark-panel p,.dark-panel li{color:#dff4ff}.light-kicker{background:rgba(255,255,255,.14);color:#fff}.icon-board,.tools-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.icon-board div,.tools-list div{min-height:138px;border-radius:22px;padding:22px;background:linear-gradient(135deg,#031631,#0754b8);color:#fff;box-shadow:0 20px 56px rgba(3,22,49,.16)}.icon-board b{display:block;font-size:40px;color:#7ee4ff}.icon-board span,.tools-list span{display:block;color:#dff4ff;font-weight:800}.service-grid-photo{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.service-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d8ebff;border-radius:22px;overflow:hidden;box-shadow:0 18px 46px rgba(3,22,49,.09);transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 28px 64px rgba(3,22,49,.15)}.service-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.service-card div{padding:18px}.service-card span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7f7ff;color:#073b88;font-weight:950;font-size:12px;margin-bottom:10px}.service-card h3{font-size:20px;line-height:1.15;margin:0 0 10px}.service-card p{font-size:15.5px;line-height:1.55}.service-card strong{color:#073b88}.side-photo{margin:0}.side-photo img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:28px;box-shadow:0 24px 70px rgba(3,22,49,.18)}.tools-list{grid-template-columns:1fr}.tools-list div{min-height:auto}.ico{display:block;width:44px;height:44px;border-radius:14px;background:#7ee4ff;margin-bottom:12px;position:relative}.ico:after{content:"";position:absolute;inset:12px;border-radius:50%;background:#073b88}.bairro-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}.bairro-card{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid #d8ebff;border-radius:18px;padding:18px;box-shadow:0 14px 38px rgba(3,22,49,.08);transition:transform .25s ease}.bairro-card:hover{transform:translateY(-4px)}.bairro-card i{width:36px;height:36px;border-radius:50% 50% 50% 8px;background:linear-gradient(135deg,#073b88,#0aa7ff);transform:rotate(-45deg);box-shadow:0 10px 22px rgba(10,167,255,.28)}.bairro-card strong{display:block;color:#073b88}.bairro-card small{color:#5b6b7d;line-height:1.35}.map-panel{background:#fff;border:1px solid #d8ebff;border-radius:26px;padding:24px;box-shadow:0 20px 58px rgba(3,22,49,.09)}.map-panel iframe{width:100%;height:360px;border:0;border-radius:18px;background:#e7f7ff}.site-footer{background:#031631;color:#fff;padding:48px 0 24px}.site-footer .footer-logo{width:min(300px,80vw);height:auto;object-fit:contain;margin-bottom:12px}.site-footer a{display:block;color:#dff4ff;margin:7px 0}.site-footer p{color:#dff4ff}.float{position:fixed;right:18px;bottom:18px;z-index:90;width:64px;height:64px;border-radius:50%;background:#25d366!important;color:#fff;display:grid;place-items:center;box-shadow:0 0 0 0 rgba(37,211,102,.42);animation:pulse 1.7s infinite}.btn.wa,.wa{background:#25d366!important;color:#fff!important}.btn.wa:before,.wa:before,.float:before{background:#fff!important}.float:before{width:32px;height:32px;margin:0}@media(max-width:1050px){.hero-grid,.split-modern,.split-modern.reverse{grid-template-columns:1fr}.service-grid-photo{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(2,1fr)}.site-header .brand img{width:clamp(190px,48vw,300px)}}@media(max-width:760px){.topbar{display:none}.site-header .nav{min-height:74px}.site-header .menu{display:none}.hamb{display:block;margin-left:auto}.menu.open{display:flex}.hero-new{padding:60px 0}.trust-row,.proof-grid,.service-grid-photo,.bairro-grid-new,.icon-board{grid-template-columns:1fr}.text-panel{padding:26px}.hero-photo figcaption{position:static;margin-top:10px}.actions .btn{width:100%}.site-header .brand img{width:clamp(170px,60vw,245px)}}
.split-modern{align-items:stretch}.split-modern>.text-panel,.split-modern>.dark-panel,.split-modern>.map-panel,.split-modern>.side-photo,.split-modern>.icon-board,.split-modern>.tools-list,.split-modern>.reference-grid{height:100%}.text-panel,.dark-panel,.map-panel{display:flex;flex-direction:column;justify-content:center}.side-photo img{height:100%;min-height:420px}.service-grid-photo{align-items:stretch}.service-card{height:100%}.service-card img{height:auto;max-height:none}.reason-grid,.reference-grid,.alert-grid,.property-grid,.region-grid{display:grid;gap:18px;margin-top:28px}.reason-grid,.reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.alert-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-grid,.region-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reason-card,.reference-card,.alert-card,.property-card,.region-card{height:100%;background:#fff;border:1px solid #d8ebff;border-radius:24px;padding:24px;box-shadow:0 18px 46px rgba(3,22,49,.08);transition:transform .24s ease,box-shadow .24s ease}.reason-card:hover,.reference-card:hover,.alert-card:hover,.property-card:hover,.region-card:hover{transform:translateY(-5px);box-shadow:0 28px 64px rgba(3,22,49,.13)}.reason-card h3,.alert-card h3,.property-card h3,.region-card h3{margin:0 0 10px;color:#061a3d;font-size:22px;line-height:1.15}.reason-card p,.alert-card p,.property-card p,.region-card p,.reference-card span{color:#516579;line-height:1.68;margin:0}.reference-section,.property-section{background:linear-gradient(180deg,#f5fbff,#fff)}.reference-copy{border-color:#bfe6ff}.reference-grid{margin-top:0}.reference-card{display:flex;flex-direction:column;justify-content:center;min-height:178px}.reference-card strong{display:block;color:#061a3d;font-size:18px;line-height:1.2;margin-bottom:8px}.icon-circle{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#073b88,#0aa7ff);display:grid;place-items:center;margin-bottom:16px;position:relative;box-shadow:0 16px 34px rgba(10,167,255,.22);overflow:hidden}.icon-circle:before,.icon-circle:after{content:"";position:absolute;background:#fff}.icon-circle:before{width:26px;height:26px;border-radius:8px;opacity:.96}.icon-circle:after{width:18px;height:5px;border-radius:99px;transform:translateY(13px);opacity:.72}.icon-circle.grease{background:linear-gradient(135deg,#09315f,#19b871)}.icon-circle.grease:before{border-radius:50%;width:28px;height:28px}.icon-circle.season{background:linear-gradient(135deg,#083069,#ffbd2f)}.icon-circle.season:before{width:28px;height:20px;border-radius:5px}.icon-circle.rain{background:linear-gradient(135deg,#0754b8,#7ee4ff)}.icon-circle.rain:before{width:11px;height:30px;border-radius:999px;transform:rotate(35deg)}.icon-circle.route:before{width:18px;height:18px;border-radius:50% 50% 50% 5px;transform:rotate(-45deg)}.icon-circle.camera:before{width:30px;height:22px;border-radius:6px}.icon-circle.camera:after{width:10px;height:10px;border-radius:50%;transform:none;background:#073b88}.icon-circle.tool:before{width:32px;height:8px;border-radius:99px;transform:rotate(-35deg)}.icon-circle.shield:before{width:26px;height:30px;border-radius:14px 14px 9px 9px}.icon-circle.water:before{width:18px;height:28px;border-radius:18px 18px 18px 4px;transform:rotate(45deg)}.icon-circle.smell:before{width:6px;height:28px;border-radius:99px;box-shadow:10px -5px 0 #fff,-10px 5px 0 #fff;background:#fff}.icon-circle.return:before{width:30px;height:30px;border:6px solid #fff;background:transparent;border-left-color:transparent;border-radius:50%}.icon-circle.home:before{width:30px;height:24px;border-radius:4px;clip-path:polygon(50% 0,100% 38%,100% 100%,0 100%,0 38%)}.icon-circle.shop:before{width:32px;height:24px;border-radius:4px}.icon-circle.building:before{width:28px;height:34px;border-radius:4px}.icon-circle.key:before{width:28px;height:11px;border-radius:99px;box-shadow:16px 0 0 -4px #fff}.cta-band{background:linear-gradient(135deg,#031631,#0754b8 70%,#0aa7ff);color:#fff;padding:58px 0;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:-120px auto auto -100px;width:320px;height:320px;border-radius:50%;background:rgba(126,228,255,.16);animation:softPulse 3.8s ease-in-out infinite}.cta-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.cta-inner h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:0 0 12px}.cta-inner p{color:#e5f7ff;font-size:18px;max-width:820px}.site-footer{background:#fff!important;color:#061a3d!important;border-top:1px solid #d8ebff;box-shadow:0 -18px 52px rgba(3,22,49,.05)}.site-footer .footer-logo{background:#fff;border-radius:16px;padding:4px;width:min(260px,76vw)!important;height:auto!important;filter:none}.site-footer p,.site-footer a,.site-footer .copy{color:#304964!important}.site-footer a{font-weight:800}.site-footer .copy{text-align:center;border-top:1px solid #d8ebff}.foot{align-items:start}.float{animation:pulse 1.7s infinite,softFloat 3s ease-in-out infinite}.section-lead{max-width:980px}@keyframes softPulse{50%{transform:scale(1.08);opacity:.65}}@keyframes softFloat{50%{transform:translateY(-4px)}}@media(max-width:1100px){.reason-grid,.reference-grid,.property-grid,.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.alert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-inner{grid-template-columns:1fr}.side-photo img{min-height:360px}}@media(max-width:760px){.reason-grid,.reference-grid,.alert-grid,.property-grid,.region-grid{grid-template-columns:1fr}.reference-grid{margin-top:22px}.reason-card,.reference-card,.alert-card,.property-card,.region-card{padding:22px;border-radius:20px}.side-photo img{min-height:0;height:auto}.cta-band{padding:44px 0}.site-footer .foot{grid-template-columns:1fr}.site-footer .footer-logo{width:min(230px,72vw)!important}}
.reference-section .reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-content:center}.reference-section .reference-card{min-height:132px;padding:18px 18px 18px 76px;border-radius:18px;position:relative;justify-content:center}.reference-section .reference-card .icon-circle{position:absolute;left:18px;top:20px;width:42px;height:42px;border-radius:13px;margin:0;box-shadow:0 10px 24px rgba(10,167,255,.18)}.reference-section .reference-card .icon-circle:before{width:18px;height:18px;border-radius:6px}.reference-section .reference-card .icon-circle:after{width:13px;height:4px;transform:translateY(9px)}.reference-section .reference-card .icon-circle.route:before{width:14px;height:14px}.reference-section .reference-card .icon-circle.camera:before{width:21px;height:15px}.reference-section .reference-card .icon-circle.camera:after{width:7px;height:7px;transform:none}.reference-section .reference-card .icon-circle.tool:before{width:23px;height:6px}.reference-section .reference-card .icon-circle.shield:before{width:18px;height:22px}.reference-section .reference-card strong{font-size:17px;margin-bottom:5px}.reference-section .reference-card span{font-size:14.5px;line-height:1.45}@media(max-width:760px){.reference-section .reference-grid{grid-template-columns:1fr}.reference-section .reference-card{min-height:116px;padding:16px 16px 16px 68px}.reference-section .reference-card .icon-circle{left:16px;top:18px;width:38px;height:38px;border-radius:12px}.reference-section .reference-card strong{font-size:16.5px}.reference-section .reference-card span{font-size:14px}}
.reference-section .real-icon{position:absolute;left:16px;top:17px;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7ff,#fff);border:1px solid #c9e9ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 24px rgba(3,22,49,.12)}.reference-section .real-icon svg{width:31px;height:31px;display:block;overflow:visible}.reference-section .real-icon svg path,.reference-section .real-icon svg circle,.reference-section .real-icon svg rect{fill:none;stroke:#073b88;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.reference-section .real-icon svg circle:nth-of-type(1){fill:#8fe7ff;stroke:#073b88}.reference-section .route-icon svg path:first-child{fill:#0aa7ff;stroke:#073b88}.reference-section .route-icon svg path:last-child{fill:#fff}.reference-section .camera-icon{background:linear-gradient(145deg,#f5fbff,#dff4ff)}.reference-section .camera-icon svg rect{fill:#fff}.reference-section .tool-icon{background:linear-gradient(145deg,#eef8ff,#d7f0ff)}.reference-section .tool-icon svg path:first-child{fill:#8fe7ff}.reference-section .shield-icon{background:linear-gradient(145deg,#e9fff4,#f7fffb);border-color:#c6efd8}.reference-section .shield-icon svg path:first-child{fill:#25d366;stroke:#073b88}.reference-section .shield-icon svg path:nth-child(2){stroke:#fff;stroke-width:5}.reference-section .reference-card{padding-left:82px}.reference-section .reference-card .icon-circle{display:none}@media(max-width:760px){.reference-section .real-icon{width:42px;height:42px;left:15px;top:16px;border-radius:13px}.reference-section .real-icon svg{width:27px;height:27px}.reference-section .reference-card{padding-left:70px}}
.reference-section .clock-icon svg circle{fill:#fff}.reference-section .budget-icon svg path:first-child{fill:#fff}.reference-section .drain-icon svg rect{fill:#fff}.reference-section .house-icon svg path:nth-child(2){fill:#e9f7ff}.reference-section .clock-icon{background:linear-gradient(145deg,#eef8ff,#dff4ff)}.reference-section .budget-icon{background:linear-gradient(145deg,#fff,#e9f7ff)}.reference-section .drain-icon{background:linear-gradient(145deg,#e8f7ff,#f8fdff)}.reference-section .house-icon{background:linear-gradient(145deg,#e9fff4,#f8fdff);border-color:#c6efd8}.reference-section .reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reference-section .reference-card{min-height:124px;padding-top:16px;padding-bottom:16px}.hero-copy .trust-row{display:none!important}@media(max-width:760px){.site-header .brand img{width:clamp(145px,50vw,205px)!important}.site-header .nav{min-height:66px}.reference-section .reference-grid{gap:10px}.reference-section .reference-card{min-height:108px}}@media(max-width:420px){.site-header .brand img{width:clamp(132px,48vw,185px)!important}}
.process-board{grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch}.process-board div{min-height:238px;padding:22px 20px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,#031631,#07469c 68%,#0aa7ff);position:relative;overflow:hidden}.process-board div:after{content:"";position:absolute;right:-28px;bottom:-32px;width:110px;height:110px;border-radius:50%;background:rgba(126,228,255,.13)}.process-board b{display:inline-flex;align-items:center;justify-content:center;width:44px;height:30px;border-radius:999px;background:rgba(255,255,255,.12);color:#8fe7ff;font-size:16px;margin:2px 0 12px}.process-board strong{display:block;color:#fff;font-size:20px;line-height:1.15;margin-bottom:9px}.process-board span:last-child{color:#dff4ff;font-size:14.5px;line-height:1.55;font-weight:700}.process-icon,.equipment-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#dff4ff);border:1px solid rgba(255,255,255,.55);box-shadow:0 14px 30px rgba(0,0,0,.18);margin-bottom:14px}.process-icon svg,.equipment-icon svg{width:34px;height:34px;display:block;overflow:visible}.process-icon svg path,.process-icon svg circle,.process-icon svg rect,.equipment-icon svg path,.equipment-icon svg circle,.equipment-icon svg rect{fill:none;stroke:#073b88;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.process-icon svg circle{fill:#7ee4ff}.risk-step{background:linear-gradient(145deg,#fff7e5,#fff)}.risk-step svg path:first-child{fill:#ffbd2f}.equip-step{background:linear-gradient(145deg,#e9fff4,#fff)}.equip-step svg path:first-child{fill:#7ee4ff}.equipment-list{gap:16px}.equipment-list div{display:grid;grid-template-columns:68px 1fr;column-gap:16px;align-items:start;min-height:0;padding:22px;background:linear-gradient(145deg,#fff,#eaf7ff);color:#061a3d;border:1px solid #cbe9ff;box-shadow:0 18px 46px rgba(3,22,49,.09)}.equipment-list b{display:block;color:#061a3d;font-size:21px;line-height:1.15;margin:0 0 6px}.equipment-list span:not(.equipment-icon){display:block;color:#40566f;font-size:15.5px;line-height:1.5;font-weight:800}.equipment-list small{display:block;grid-column:2;color:#5d7085;font-size:14px;line-height:1.45;margin-top:6px}.equipment-icon{grid-row:1/span 3;margin:0;background:linear-gradient(145deg,#f5fbff,#dff4ff);box-shadow:0 12px 28px rgba(7,59,136,.13)}.equipment-icon svg path,.equipment-icon svg circle,.equipment-icon svg rect{stroke:#073b88}.jet-icon svg path:nth-child(n+4){stroke:#0aa7ff}.machine-icon svg rect{fill:#e9f7ff}.machine-icon svg circle{fill:#8fe7ff}.prevent-icon{background:linear-gradient(145deg,#e9fff4,#fff);border-color:#c6efd8}.prevent-icon svg path:first-child{fill:#25d366}.prevent-icon svg path:nth-child(2){stroke:#fff;stroke-width:5}@media(max-width:760px){.process-board{grid-template-columns:1fr!important}.process-board div{min-height:0;padding:20px}.process-icon,.equipment-icon{width:48px;height:48px;border-radius:15px}.process-icon svg,.equipment-icon svg{width:30px;height:30px}.equipment-list div{grid-template-columns:58px 1fr;padding:18px}.equipment-list b{font-size:19px}.equipment-list span:not(.equipment-icon){font-size:14.5px}.equipment-list small{font-size:13.5px}}
.proof-grid-v2{gap:16px}.proof-grid-v2 .proof-card{position:relative;overflow:hidden;min-height:178px;padding:22px 20px 20px 86px;border-radius:24px;background:linear-gradient(145deg,#fff,#f4fbff);border:1px solid #cdeaff;box-shadow:0 20px 48px rgba(3,22,49,.11);transition:transform .24s ease,box-shadow .24s ease}.proof-grid-v2 .proof-card:hover{transform:translateY(-5px);box-shadow:0 30px 66px rgba(3,22,49,.15)}.proof-grid-v2 .proof-card:after{content:"";position:absolute;right:-30px;bottom:-40px;width:110px;height:110px;border-radius:50%;background:rgba(10,167,255,.08)}.proof-grid-v2 strong{font-size:34px;line-height:1;color:#061a3d;margin-bottom:5px}.proof-grid-v2 span:not(.proof-icon){font-size:15px;color:#073b88;font-weight:950;line-height:1.25}.proof-grid-v2 p{margin:10px 0 0;color:#53677c;font-size:14.5px;line-height:1.45}.proof-icon{position:absolute;left:20px;top:24px;width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7ff,#fff);border:1px solid #c9e9ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 24px rgba(7,59,136,.12)}.proof-icon svg{width:31px;height:31px;display:block;overflow:visible}.proof-icon svg path,.proof-icon svg circle,.proof-icon svg rect{fill:none;stroke:#073b88;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.proof-clock svg circle,.proof-services svg rect,.proof-map svg path:first-child,.proof-whats svg path:first-child{fill:#e9f7ff}.proof-clock{background:linear-gradient(145deg,#eef8ff,#dff4ff)}.proof-services{background:linear-gradient(145deg,#fff,#e9f7ff)}.proof-map svg circle{fill:#7ee4ff}.proof-whats{background:linear-gradient(145deg,#e9fff4,#fff);border-color:#c6efd8}.proof-whats svg path:first-child{fill:#25d366}.proof-whats svg path:not(:first-child){stroke:#fff;stroke-width:4}@media(max-width:1050px){.proof-grid-v2{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.proof-grid-v2{grid-template-columns:1fr!important;transform:translateY(-18px)}.proof-grid-v2 .proof-card{min-height:0;padding:18px 18px 18px 76px;border-radius:20px}.proof-icon{left:18px;top:20px;width:44px;height:44px;border-radius:14px}.proof-icon svg{width:27px;height:27px}.proof-grid-v2 strong{font-size:28px}.proof-grid-v2 p{font-size:14px}}
.alert-section .alert-card{position:relative;padding-top:86px;overflow:hidden}.alert-section .alert-card:after{content:"";position:absolute;right:-36px;bottom:-44px;width:128px;height:128px;border-radius:50%;background:rgba(10,167,255,.07)}.alert-icon{position:absolute;left:24px;top:24px;width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7ff,#fff);border:1px solid #c9e9ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 24px rgba(7,59,136,.12)}.alert-icon svg{width:33px;height:33px;display:block;overflow:visible}.alert-icon svg path,.alert-icon svg circle,.alert-icon svg rect{fill:none;stroke:#073b88;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.slow-flow svg path:first-child{fill:#e9f7ff}.slow-flow svg path:nth-child(2),.slow-flow svg path:nth-child(3){stroke:#0aa7ff}.bad-smell{background:linear-gradient(145deg,#fff7e5,#fff);border-color:#f2dfb4}.bad-smell svg path:nth-child(n+4){stroke:#d18a00}.water-return{background:linear-gradient(145deg,#eaf7ff,#fff)}.water-return svg path:nth-child(n+3){stroke:#0aa7ff}@media(max-width:760px){.alert-section .alert-card{padding-top:76px}.alert-icon{left:22px;top:20px;width:46px;height:46px;border-radius:15px}.alert-icon svg{width:29px;height:29px}}
.alert-icon .basin,.alert-icon .drain-box{fill:#fff;stroke:#073b88}.alert-icon .drip{fill:#0aa7ff;stroke:#073b88}.alert-icon .slow-line{stroke:#6bdcff}.bad-smell .drain-box{fill:#fff3d4}.bad-smell .odor{stroke:#c97800;stroke-width:4.5}.water-return .pipe{stroke:#073b88;stroke-width:7}.water-return .arrow{stroke:#073b88;stroke-width:5;fill:none}.water-return .water-wave{stroke:#0aa7ff;stroke-width:4.5}.alert-section .alert-card:hover .alert-icon{transform:translateY(-3px);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 34px rgba(7,59,136,.18)}.alert-icon{transition:transform .22s ease,box-shadow .22s ease}
.region-section .region-card{position:relative;overflow:hidden;padding-top:92px;background:linear-gradient(145deg,#fff,#f5fbff)}.region-section .region-card:after{content:"";position:absolute;right:-42px;bottom:-48px;width:132px;height:132px;border-radius:50%;background:rgba(10,167,255,.07)}.region-icon{position:absolute;left:24px;top:24px;width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7ff,#fff);border:1px solid #c9e9ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 26px rgba(7,59,136,.12);transition:transform .22s ease,box-shadow .22s ease}.region-card:hover .region-icon{transform:translateY(-3px);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 34px rgba(7,59,136,.18)}.region-icon svg{width:35px;height:35px;display:block;overflow:visible}.region-icon svg path,.region-icon svg circle,.region-icon svg rect{fill:none;stroke:#073b88;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.beach-icon{background:linear-gradient(145deg,#e8fbff,#fff7df);border-color:#c8eff7}.beach-icon svg path:nth-child(1),.beach-icon svg path:nth-child(2){stroke:#0aa7ff}.beach-icon svg path:nth-child(4){fill:#ffcf4a;stroke:#073b88}.commerce-icon{background:linear-gradient(145deg,#fff,#e9f7ff)}.commerce-icon svg path:first-child{fill:#e9f7ff}.commerce-icon svg path:last-child{stroke:#0aa7ff}.home-region-icon{background:linear-gradient(145deg,#e9fff4,#fff);border-color:#c6efd8}.home-region-icon svg path:nth-child(2){fill:#e9fff4}.external-icon{background:linear-gradient(145deg,#eef8ff,#fff)}.external-icon svg path:nth-child(3){stroke:#0aa7ff}.external-icon svg path:nth-child(5){stroke:#25d366}@media(max-width:760px){.region-section .region-card{padding-top:80px}.region-icon{width:48px;height:48px;left:22px;top:20px;border-radius:15px}.region-icon svg{width:30px;height:30px}}
.faq-section{background:linear-gradient(180deg,#fff,#f5fbff)}.faq-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:32px;align-items:start}.faq-intro{position:sticky;top:110px;background:linear-gradient(145deg,#031631,#073b88);color:#fff;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(3,22,49,.16);overflow:hidden}.faq-intro:after{content:"";position:absolute;right:-60px;bottom:-70px;width:190px;height:190px;border-radius:50%;background:rgba(126,228,255,.14)}.faq-intro h2{font-size:clamp(30px,4vw,48px);line-height:1.06;margin:0 0 16px}.faq-intro p{color:#dff4ff;font-size:17px;line-height:1.7}.faq-help{position:relative;z-index:1;margin-top:24px;padding:20px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}.faq-help strong,.faq-help span{display:block}.faq-help strong{color:#fff;font-size:18px;margin-bottom:6px}.faq-help span{color:#dff4ff;line-height:1.5;margin-bottom:16px}.faq-list{display:grid;gap:12px}.faq-list details{border-radius:20px;border:1px solid #d8ebff;background:#fff;padding:0;box-shadow:0 14px 38px rgba(3,22,49,.07);overflow:hidden}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;color:#061a3d;font-size:18px;font-weight:950;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#e9f7ff;color:#073b88;font-size:22px;line-height:1;transition:transform .2s ease,background .2s ease}.faq-list details[open] summary:after{content:"-";background:#073b88;color:#fff}.faq-list details[open] summary{border-bottom:1px solid #d8ebff}.faq-list details p{padding:0 22px 22px;margin:0;color:#52677e;line-height:1.72}.footer-v2{background:#fff!important;padding:0 0 24px!important;border-top:1px solid #d8ebff}.footer-cta{transform:translateY(-28px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;background:linear-gradient(135deg,#031631,#0754b8 72%,#0aa7ff);color:#fff;border-radius:28px;padding:30px;box-shadow:0 26px 72px rgba(3,22,49,.18);overflow:hidden;position:relative}.footer-cta:after{content:"";position:absolute;right:-50px;top:-70px;width:190px;height:190px;border-radius:50%;background:rgba(126,228,255,.16)}.footer-cta div,.footer-cta a{position:relative;z-index:1}.footer-cta span{display:block;color:#8fe7ff;font-weight:950;margin-bottom:8px}.footer-cta h2{margin:0 0 10px;font-size:clamp(28px,4vw,46px);line-height:1.05}.footer-cta p{margin:0;color:#e5f7ff;font-size:17px}.footer-grid-v2{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:28px;align-items:start;padding-top:8px}.footer-brand{padding:22px;border-radius:24px;background:#f5fbff;border:1px solid #d8ebff}.footer-v2 .footer-logo{width:min(250px,76vw)!important;margin-bottom:14px}.footer-brand p{color:#435a73!important;line-height:1.7}.footer-contact{margin-top:16px;padding:16px;border-radius:16px;background:#fff;border:1px solid #d8ebff}.footer-contact strong{display:block;color:#061a3d;margin-bottom:4px}.footer-contact a{display:inline-flex!important;color:#25d366!important;font-weight:950!important;margin:0!important}.footer-col h3{margin:0 0 14px;color:#061a3d;font-size:18px}.footer-col a{display:block;color:#304964!important;margin:0 0 10px!important;font-weight:850;line-height:1.35}.footer-col a:hover{color:#0754b8!important}.footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid #d8ebff;margin-top:26px;padding-top:18px;color:#5b6b7d;font-weight:750;font-size:14px}.footer-bottom span:last-child{text-align:right}@media(max-width:1000px){.faq-layout,.footer-grid-v2{grid-template-columns:1fr}.faq-intro{position:relative;top:auto}.footer-cta{grid-template-columns:1fr;transform:translateY(-18px)}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom span:last-child{text-align:center}}@media(max-width:560px){.faq-intro{padding:26px;border-radius:22px}.faq-list summary{padding:18px;font-size:16.5px}.faq-list details p{padding:0 18px 18px}.footer-cta{padding:24px;border-radius:22px}.footer-brand{padding:18px}.footer-v2 .footer-logo{width:min(220px,72vw)!important}}
.footer-v2 .footer-cta p{color:#fff!important}.footer-v2 .footer-logo{width:min(190px,62vw)!important}.footer-v2 .footer-brand .footer-logo{width:min(190px,62vw)!important}@media(max-width:560px){.footer-v2 .footer-logo,.footer-v2 .footer-brand .footer-logo{width:min(165px,56vw)!important}}
.page{background:linear-gradient(135deg,#031631 0%,#073b88 62%,#0aa7ff 135%)!important;color:#fff;position:relative}.page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(126,228,255,.22),transparent 30%),linear-gradient(90deg,rgba(3,22,49,.94),rgba(3,22,49,.32));pointer-events:none}.page .wrap{position:relative;z-index:1}.page p{color:#dff4ff!important}.page .bubble{background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.24);box-shadow:0 34px 90px rgba(0,0,0,.26)}.page .bubble:before{content:"";width:62%;height:62%;background:url('assets/icon-navegantes.png') center/contain no-repeat;filter:drop-shadow(0 18px 34px rgba(0,0,0,.18))}.page .bubble:after{content:"";position:absolute;inset:auto 16% 18% 16%;height:12px;border-radius:99px;background:linear-gradient(90deg,#0aa7ff,#7ee4ff);transform:none}.card{border-radius:24px;border:1px solid #d8ebff;box-shadow:0 18px 46px rgba(3,22,49,.08);background:linear-gradient(145deg,#fff,#f8fdff)}.card.dark{background:linear-gradient(135deg,#031631,#073b88)!important;color:#fff}.card.dark p{color:#dff4ff!important}.grid .service{border-radius:22px;border:1px solid #d8ebff;box-shadow:0 18px 46px rgba(3,22,49,.09);transition:transform .24s ease,box-shadow .24s ease;background:#fff}.grid .service:hover{transform:translateY(-5px);box-shadow:0 28px 64px rgba(3,22,49,.14)}.grid .service .pic{background:linear-gradient(135deg,#e9f7ff,#bfeeff);color:#073b88;font-size:42px}.bairros .bairro{display:block;border-radius:20px;border:1px solid #d8ebff;background:#fff;box-shadow:0 14px 38px rgba(3,22,49,.08);padding:20px;color:#10233a}.bairros .bairro strong{color:#073b88;font-size:18px}.bairros .bairro em{font-style:normal;color:#5b6b7d}.footer-v2 .footer-cta p{color:#fff!important}.footer-v2 .footer-logo{width:min(190px,62vw)!important}.footer-v2 .footer-brand .footer-logo{width:min(190px,62vw)!important}@media(max-width:900px){.page .wrap{grid-template-columns:1fr}.page .bubble{max-width:420px;margin:auto}.site-header .menu{top:66px}}@media(max-width:560px){.page .wrap{min-height:560px}.footer-v2 .footer-logo,.footer-v2 .footer-brand .footer-logo{width:min(165px,56vw)!important}}
.page-intro{background:linear-gradient(180deg,#fff,#f5fbff)}.mini-proof,.region-mini{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mini-proof div,.region-mini div{min-height:128px;border-radius:22px;padding:22px;background:linear-gradient(135deg,#031631,#0754b8);color:#fff;box-shadow:0 20px 56px rgba(3,22,49,.14)}.mini-proof strong,.region-mini b{display:block;font-size:30px;color:#8fe7ff;line-height:1}.mini-proof span,.region-mini span{display:block;color:#dff4ff;font-weight:850;margin-top:8px}.service-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.service-photo-card{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #d8ebff;box-shadow:0 18px 46px rgba(3,22,49,.09);transition:transform .24s ease,box-shadow .24s ease}.service-photo-card:hover{transform:translateY(-6px);box-shadow:0 30px 68px rgba(3,22,49,.15)}.service-photo-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.service-photo-card div{padding:18px}.service-photo-card span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e9f7ff;color:#073b88;font-size:12px;font-weight:950;margin-bottom:10px}.service-photo-card h3{margin:0 0 10px;font-size:20px;line-height:1.15;color:#061a3d}.service-photo-card p{font-size:15px;line-height:1.55;color:#53677c}.service-photo-card strong{color:#073b88}.bairro-rich-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}.bairro-rich{position:relative;display:block;min-height:168px;border-radius:22px;padding:22px 18px 20px 78px;background:#fff;border:1px solid #d8ebff;box-shadow:0 16px 42px rgba(3,22,49,.08);transition:transform .24s ease,box-shadow .24s ease}.bairro-rich:hover{transform:translateY(-5px);box-shadow:0 28px 62px rgba(3,22,49,.13)}.bairro-pin{position:absolute;left:20px;top:22px;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f7ff,#fff);border:1px solid #c9e9ff;box-shadow:0 12px 24px rgba(7,59,136,.12)}.bairro-pin svg{width:26px;height:26px}.bairro-pin path,.bairro-pin circle{fill:none;stroke:#073b88;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.bairro-pin path{fill:#0aa7ff}.bairro-pin circle{fill:#fff}.bairro-rich strong{display:block;color:#061a3d;font-size:20px;margin-bottom:6px}.bairro-rich em,.bairro-rich small{display:block;font-style:normal;line-height:1.45}.bairro-rich em{color:#073b88;font-weight:900}.bairro-rich small{color:#5b6b7d;margin-top:8px}.contact-card{background:linear-gradient(135deg,#031631,#0754b8);color:#fff;border-radius:28px;padding:34px;box-shadow:0 24px 70px rgba(3,22,49,.16);display:flex;flex-direction:column;justify-content:center}.contact-card h2{font-size:clamp(30px,4vw,48px);margin:0 0 8px}.contact-card strong{font-size:clamp(28px,5vw,54px);line-height:1;color:#8fe7ff;margin-bottom:12px}.contact-card p{color:#dff4ff!important}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}@media(max-width:1100px){.service-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bairro-rich-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-proof,.region-mini{grid-template-columns:1fr 1fr}}@media(max-width:760px){.service-photo-grid,.bairro-rich-grid,.mini-proof,.region-mini{grid-template-columns:1fr}.bairro-rich{min-height:0}.contact-actions .btn{width:100%}}
.internal-hero .wrap{gap:46px}.internal-photo{margin:0}.internal-photo img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:32px;border:1px solid rgba(255,255,255,.22);box-shadow:0 34px 90px rgba(0,0,0,.28)}.internal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.internal-grid article{background:#fff;border:1px solid #d8ebff;border-radius:22px;padding:24px;box-shadow:0 16px 42px rgba(3,22,49,.08)}.internal-grid b{display:block;color:#073b88;font-size:20px;margin-bottom:8px}.internal-grid p{color:#53677c;line-height:1.65;margin:0}.related-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.related-links a{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;border-radius:999px;background:#fff;border:1px solid #cdeaff;color:#073b88;font-weight:900;box-shadow:0 10px 24px rgba(3,22,49,.06)}.related-links a:hover{background:#e9f7ff}.internal-faq{max-width:900px}.service-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.service-mini{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:center;background:#fff;border:1px solid #d8ebff;border-radius:22px;padding:14px;box-shadow:0 16px 42px rgba(3,22,49,.08);transition:transform .24s ease,box-shadow .24s ease}.service-mini:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(3,22,49,.13)}.service-mini img{width:96px;height:96px;border-radius:16px;object-fit:cover}.service-mini strong{display:block;color:#061a3d;font-size:17px;line-height:1.2;margin-bottom:6px}.service-mini span{display:block;color:#5b6b7d;font-size:14px;line-height:1.35}.map-panel iframe{min-height:360px}.servicos .service-mini-grid{}@media(max-width:1000px){.internal-grid,.service-mini-grid{grid-template-columns:1fr 1fr}.internal-hero .wrap{grid-template-columns:1fr}.internal-photo img{max-width:560px;margin:auto;display:block}}@media(max-width:640px){.internal-grid,.service-mini-grid{grid-template-columns:1fr}.service-mini{grid-template-columns:82px 1fr}.service-mini img{width:82px;height:82px}.related-links a{width:100%;justify-content:center}}
.bairro-card{grid-template-columns:48px 1fr!important}.bairro-card .bairro-pin{position:static;width:42px;height:42px}.bairro-card .bairro-pin svg{width:26px;height:26px}.bairro-card .bairro-pin path,.bairro-card .bairro-pin circle{fill:none;stroke:#073b88;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.bairro-card .bairro-pin path{fill:#0aa7ff}.bairro-card .bairro-pin circle{fill:#fff}.bairro-card>i{display:none}
.local-guide-section{background:linear-gradient(180deg,#fff,#f5fbff)}.local-factor-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.local-factor-list div{min-height:150px;border-radius:22px;padding:22px;background:linear-gradient(145deg,#fff,#e9f7ff);border:1px solid #cdeaff;box-shadow:0 16px 42px rgba(3,22,49,.08)}.local-factor-list b{display:block;color:#073b88;font-size:20px;margin-bottom:8px}.local-factor-list span{display:block;color:#53677c;line-height:1.55;font-weight:780}.property-use-section{background:linear-gradient(135deg,#031631,#073b88);color:#fff}.property-use-section .section-kicker{background:rgba(255,255,255,.14);color:#fff}.property-use-section .section-lead{color:#dff4ff}.use-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.use-case-grid article{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:24px;box-shadow:0 20px 56px rgba(0,0,0,.16)}.use-case-grid h3{margin:14px 0 10px;color:#fff;font-size:22px;line-height:1.15}.use-case-grid p{color:#dff4ff;line-height:1.65;margin:0}.use-icon{width:52px;height:52px;border-radius:17px;display:block;background:linear-gradient(145deg,#fff,#dff4ff);position:relative;box-shadow:0 12px 28px rgba(0,0,0,.16)}.use-icon:before,.use-icon:after{content:"";position:absolute;background:#073b88}.home-use:before{width:30px;height:24px;left:11px;top:18px;clip-path:polygon(50% 0,100% 38%,100% 100%,0 100%,0 38%)}.food-use:before{width:8px;height:30px;left:16px;top:11px;border-radius:99px;box-shadow:14px 0 0 #073b88}.food-use:after{width:30px;height:8px;left:11px;bottom:10px;border-radius:99px;background:#0aa7ff}.condo-use:before{width:26px;height:34px;left:13px;top:10px;border-radius:4px}.condo-use:after{width:4px;height:4px;left:21px;top:18px;box-shadow:9px 0 0 #fff,0 9px 0 #fff,9px 9px 0 #fff,0 18px 0 #fff,9px 18px 0 #fff;background:#fff}.season-use:before{width:30px;height:18px;left:11px;top:16px;border-radius:18px 18px 4px 4px;background:#0aa7ff}.season-use:after{width:26px;height:12px;left:13px;top:31px;border-radius:0 0 12px 12px}.decision-section{background:#fff}.decision-checklist{display:grid;gap:12px}.decision-checklist div{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;border-radius:18px;padding:18px;background:#fff;border:1px solid #d8ebff;box-shadow:0 14px 34px rgba(3,22,49,.08)}.decision-checklist strong{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#073b88,#0aa7ff);color:#fff;font-size:20px}.decision-checklist span{color:#061a3d;font-weight:900;line-height:1.35}@media(max-width:1050px){.use-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.local-factor-list{grid-template-columns:1fr 1fr}}@media(max-width:760px){.use-case-grid,.local-factor-list{grid-template-columns:1fr}.local-factor-list div,.use-case-grid article{padding:20px}.decision-checklist div{grid-template-columns:40px 1fr;padding:15px}.decision-checklist strong{width:40px;height:40px}}
@supports(content-visibility:auto){main>section:nth-of-type(n+3){content-visibility:auto;contain-intrinsic-size:720px}}
