:root {
  --nx-dark: #031225;
  --nx-navy: #061a34;
  --nx-navy-2: #09284d;
  --nx-cyan: #12c7ea;
  --nx-cyan-2: #00a9d6;
  --nx-teal: #16b8b5;
  --nx-green: #24d366;
  --nx-white: #ffffff;
  --nx-light: #f5f9fd;
  --nx-text: #071a33;
  --nx-muted: #657386;
  --nx-border: #dce8f3;
  --nx-shadow: 0 18px 45px rgba(3, 18, 37, 0.12);
  --nx-radius: 18px;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--nx-text); font-family: Inter, Arial, Helvetica, sans-serif; }
a { text-decoration: none; }
.nx-home, .nx-home * { box-sizing: border-box; }
.nx-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nx-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 25px; font-weight: 900; letter-spacing: -0.5px; }
.nx-logo:hover { color:#fff; }
.nx-logo-icon { width: 42px; height: 42px; border: 2px solid var(--nx-cyan); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--nx-cyan); font-size: 24px; font-weight: 900; box-shadow: 0 0 22px rgba(18, 199, 234, 0.25); }
.nx-logo-modules { width:46px; height:46px; border:0; border-radius:0; box-shadow:none; }
.nx-logo-modules svg { width:100%; height:100%; display:block; }
.nx-logo-text span { color: var(--nx-cyan); }
.nx-header { background: linear-gradient(90deg, #031225, #071c38); border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 20; }
.nx-header-inner { min-height: 82px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.nx-menu { display:flex; align-items:center; gap:34px; }
.nx-menu a { color: rgba(255,255,255,.82); font-size: 15px; font-weight:700; position:relative; }
.nx-menu a:hover,.nx-menu a.active { color:#fff; }
.nx-menu a.active::after { content:""; position:absolute; left:0; bottom:-14px; width:100%; height:3px; border-radius:99px; background:var(--nx-cyan); }
.nx-menu-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.18); border-radius:10px; background:rgba(255,255,255,.04); color:#fff; cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.nx-menu-toggle span { width:20px; height:2px; border-radius:99px; background:#fff; transition:.25s ease; }
.nx-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nx-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.nx-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.nx-mobile-menu { display:none; border-top:1px solid rgba(255,255,255,.08); background:#031225; padding:10px 20px 18px; }
.nx-mobile-menu a { display:flex; align-items:center; min-height:46px; color:rgba(255,255,255,.84); font-size:15px; font-weight:800; border-bottom:1px solid rgba(255,255,255,.07); }
.nx-mobile-menu a:hover,.nx-mobile-menu a.active { color:#fff; }
.nx-mobile-menu a:last-child { border-bottom:0; }
.nx-mobile-cta { justify-content:center; margin-top:14px; border:0!important; border-radius:10px; min-height:48px!important; background:linear-gradient(135deg,var(--nx-cyan),#0d9fc8); color:#fff!important; box-shadow:0 12px 26px rgba(18,199,234,.18); }
.nx-mobile-cta svg { width:18px; height:18px; margin-right:9px; fill:currentColor; stroke:none; flex:0 0 auto; }
.nx-header.is-menu-open .nx-mobile-menu { display:block; }
.nx-top-button { display:inline-flex; align-items:center; justify-content:center; gap:9px; background:linear-gradient(135deg,var(--nx-cyan),#0d9fc8); color:#fff; padding:13px 20px; border-radius:10px; font-size:14px; font-weight:900; box-shadow:0 12px 26px rgba(18,199,234,.22); }
.nx-top-button svg { width:18px; height:18px; fill:currentColor; stroke:none; flex:0 0 auto; }
.nx-top-button:hover { color:#fff; transform:translateY(-2px); }
.nx-hero { position:relative; overflow:hidden; color:#fff; background: radial-gradient(circle at 75% 30%, rgba(18,199,234,.16), transparent 32%), radial-gradient(circle at 12% 25%, rgba(18,199,234,.09), transparent 28%), linear-gradient(135deg,#031225 0%,#061b36 48%,#031225 100%); }
.nx-hero::before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to bottom,#000 0%,transparent 92%); }
.nx-hero::after { content:""; position:absolute; right:-180px; top:80px; width:620px; height:620px; border-radius:50%; background:rgba(18,199,234,.08); filter:blur(18px); }
.nx-hero-inner { position:relative; z-index:2; min-height:520px; padding:72px 0; display:grid; grid-template-columns:1fr 1.12fr; align-items:center; gap:56px; }
.nx-hero-content h1 { margin:0 0 24px; max-width:620px; color:#fff; font-size:clamp(38px,5vw,64px); line-height:1.07; letter-spacing:-2px; font-weight:950; }
.nx-hero-content h1 span { color:var(--nx-cyan); }
.nx-hero-content p { max-width:600px; margin:0 0 34px; color:rgba(255,255,255,.78); font-size:19px; line-height:1.55; }
.nx-hero-actions { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.nx-btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; border-radius:11px; padding:16px 24px; font-size:15px; font-weight:900; transition:.25s ease; border:1px solid transparent; white-space:nowrap; }
.nx-btn-primary { background:linear-gradient(135deg,var(--nx-cyan),#0ba0c8); color:#fff; box-shadow:0 16px 34px rgba(18,199,234,.26); }
.nx-btn-primary:hover { color:#fff; transform:translateY(-2px); box-shadow:0 20px 42px rgba(18,199,234,.34); }
.nx-btn-outline { color:#fff; background:rgba(255,255,255,.03); border-color:rgba(18,199,234,.6); }
.nx-btn-outline:hover { color:#fff; background:rgba(18,199,234,.13); }
.nx-dashboard { border-radius:18px; overflow:hidden; background:rgba(3,18,37,.82); border:1px solid rgba(255,255,255,.12); box-shadow:0 32px 80px rgba(0,0,0,.36); backdrop-filter:blur(10px); }
.nx-dashboard-top { height:54px; padding:0 18px; border-bottom:1px solid rgba(255,255,255,.08); display:flex; align-items:center; justify-content:space-between; }
.nx-dashboard-brand { color:#fff; font-weight:900; font-size:15px; display:inline-flex; align-items:center; gap:8px; }
.nx-mini-logo { width:25px; height:25px; border:1px solid var(--nx-cyan); border-radius:7px; color:var(--nx-cyan); display:inline-flex; align-items:center; justify-content:center; font-size:13px; font-weight:900; }
.nx-dashboard-icons { display:flex; gap:8px; }
.nx-dashboard-icons span { width:9px; height:9px; border-radius:99px; background:rgba(255,255,255,.32); }
.nx-dashboard-body { display:grid; grid-template-columns:150px 1fr; min-height:350px; }
.nx-dashboard-side { padding:15px 11px; background:rgba(0,0,0,.16); border-right:1px solid rgba(255,255,255,.08); }
.nx-dashboard-side div { padding:9px 11px; margin-bottom:4px; border-radius:8px; color:rgba(255,255,255,.58); font-size:12px; }
.nx-dashboard-side div.active { background:rgba(18,199,234,.16); color:var(--nx-cyan); font-weight:800; }
.nx-dashboard-main { padding:16px; }
.nx-kpi-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:12px; }
.nx-kpi-card,.nx-panel-card { background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:13px; }
.nx-kpi-card span { display:block; margin-bottom:5px; color:rgba(255,255,255,.52); font-size:11px; }
.nx-kpi-card strong { display:block; color:#fff; font-size:22px; line-height:1.1; }
.nx-kpi-card small { color:#32e6a2; font-size:10px; }
.nx-panel-grid,.nx-bottom-dashboard { display:grid; grid-template-columns:1.2fr .8fr; gap:12px; }
.nx-bottom-dashboard { margin-top:12px; }
.nx-panel-title { margin-bottom:12px; color:#fff; font-size:13px; font-weight:900; }
.nx-chart-box { height:130px; position:relative; border-radius:10px; overflow:hidden; background:linear-gradient(to top,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px); background-size:100% 33%,20% 100%; }
.nx-chart-line { position:absolute; left:12px; right:12px; top:34px; height:72px; }
.nx-chart-line svg { width:100%; height:100%; }
.nx-status-box { display:grid; grid-template-columns:110px 1fr; align-items:center; gap:14px; }
.nx-donut { width:104px; height:104px; border-radius:50%; background:conic-gradient(#17d796 0 58%,#f5b23c 58% 74%,#fb5656 74% 100%); position:relative; display:flex; align-items:center; justify-content:center; }
.nx-donut::before { content:""; width:66px; height:66px; border-radius:50%; background:#071a33; position:absolute; }
.nx-donut strong { position:relative; color:#fff; font-size:25px; }
.nx-status-list { color:rgba(255,255,255,.74); font-size:11px; }
.nx-status-list div { margin-bottom:8px; }
.nx-status-list b { float:right; color:#fff; margin-left:10px; }
.nx-alarm { color:rgba(255,255,255,.72); display:grid; grid-template-columns:10px 1fr auto; align-items:center; gap:8px; font-size:11px; margin:8px 0; }
.nx-alarm i { width:8px; height:8px; border-radius:50%; background:#f5b23c; }
.nx-alarm span { color:rgba(255,255,255,.46); }
.nx-iot-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.nx-iot-card { padding:10px 5px; border-radius:9px; background:rgba(255,255,255,.05); text-align:center; }
.nx-iot-card strong { display:block; color:#fff; font-size:20px; }
.nx-iot-card span { color:rgba(255,255,255,.56); font-size:10px; }
.nx-section { padding:74px 0; }
.nx-section-white { background:linear-gradient(180deg,#fff,#f8fbff); }
.nx-section-soft { background:radial-gradient(circle at 0% 35%,rgba(18,199,234,.08),transparent 28%),radial-gradient(circle at 100% 35%,rgba(18,199,234,.08),transparent 28%),#f5f9fd; }
.nx-title { text-align:center; margin-bottom:44px; }
.nx-title h2 { margin:0; color:var(--nx-text); font-size:clamp(30px,3vw,42px); font-weight:950; letter-spacing:-1px; }
.nx-title::after { content:""; display:block; width:58px; height:4px; margin:15px auto 0; border-radius:99px; background:var(--nx-cyan); }
.nx-services { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }
.nx-service-card { min-height:235px; padding:28px 17px; text-align:center; border:1px solid var(--nx-border); border-radius:var(--nx-radius); background:#fff; box-shadow:0 10px 26px rgba(3,18,37,.04); transition:.25s ease; }
.nx-service-card:hover { transform:translateY(-6px); border-color:rgba(18,199,234,.42); box-shadow:var(--nx-shadow); }
.nx-service-icon { width:66px; height:66px; margin:0 auto 18px; border-radius:17px; border:2px solid #d6e8f5; background:#fbfdff; display:flex; align-items:center; justify-content:center; color:#0c315d; }
.nx-service-icon svg,.nx-problem-icon svg,.nx-process-icon svg,.nx-diff-icon svg { stroke:currentColor; }
.nx-service-icon svg { width:36px; height:36px; }
.nx-service-card h3 { margin:0 0 12px; color:var(--nx-text); font-size:18px; line-height:1.15; font-weight:950; }
.nx-service-card p,.nx-solution-card p,.nx-process-step p,.nx-diff-item p { margin:0; color:var(--nx-muted); font-size:14px; line-height:1.5; }
.nx-problems-grid { display:grid; grid-template-columns:repeat(6,1fr); border-radius:20px; overflow:hidden; }
.nx-problem-item { padding:18px 16px; text-align:center; border-right:1px solid var(--nx-border); }
.nx-problem-item:last-child { border-right:none; }
.nx-problem-icon { width:92px; height:92px; margin:0 auto 16px; border-radius:50%; background:#edf5fb; display:flex; align-items:center; justify-content:center; color:#0c315d; }
.nx-problem-icon svg { width:44px; height:44px; }
.nx-problem-item h3 { min-height:48px; margin:0 0 12px; color:var(--nx-text); font-size:18px; line-height:1.2; font-weight:950; }
.nx-check { width:28px; height:28px; margin:0 auto; border-radius:50%; background:var(--nx-teal); color:#fff; font-size:17px; font-weight:900; display:flex; align-items:center; justify-content:center; }
.nx-solutions { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.nx-solution-card { text-align:center; }
.nx-solution-preview { height:170px; margin-bottom:18px; border:1px solid var(--nx-border); border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 14px 30px rgba(3,18,37,.08); position:relative; }
.nx-preview-system { background:linear-gradient(90deg,#06264c 0 22%,transparent 22%),linear-gradient(#f9fcff,#fff); }
.nx-preview-system::before { content:""; position:absolute; left:28%; top:25px; width:64%; height:16px; border-radius:99px; background:#dce8f3; box-shadow:0 34px 0 #e9f0f7,0 68px 0 #dce8f3,0 102px 0 #e9f0f7; }
.nx-preview-system::after { content:""; position:absolute; left:18px; top:18px; width:14%; height:10px; border-radius:99px; background:var(--nx-cyan); box-shadow:0 28px 0 rgba(255,255,255,.25),0 55px 0 rgba(255,255,255,.25),0 82px 0 rgba(255,255,255,.25); }
.nx-preview-dashboard { background:linear-gradient(135deg,#071a33,#0b376c); }
.nx-preview-dashboard::before { content:"12,8%    78,6%    92,4%"; position:absolute; left:20px; top:22px; color:#fff; font-size:15px; font-weight:900; letter-spacing:.4px; }
.nx-preview-dashboard::after { content:""; position:absolute; left:22px; bottom:22px; width:28px; height:70px; border-radius:7px 7px 0 0; background:var(--nx-cyan); box-shadow:42px -30px 0 #167fd1,84px -8px 0 #35e6a3,126px -45px 0 #16b8b5,168px -18px 0 #f4b43e; }
.nx-preview-industry { background:radial-gradient(circle at 75% 25%,rgba(18,199,234,.22),transparent 32%),linear-gradient(135deg,#dfe8f1,#fff); }
.nx-preview-industry::before { content:""; position:absolute; left:30px; top:62px; width:178px; height:72px; border-radius:18px; background:linear-gradient(135deg,#b7c8d9,#eef4fa); transform:skew(-12deg); box-shadow:72px -34px 0 rgba(7,26,51,.10); }
.nx-preview-industry::after { content:"IoT"; position:absolute; right:26px; top:24px; padding:8px 12px; border-radius:99px; background:#071a33; color:var(--nx-cyan); font-weight:950; }
.nx-preview-site { background:radial-gradient(circle at 80% 25%,rgba(18,199,234,.18),transparent 30%),linear-gradient(135deg,#071a33,#0d4078); }
.nx-preview-site::before { content:"Soluções que impulsionam seu negócio"; position:absolute; left:20px; top:22px; width:150px; color:#fff; text-align:left; font-size:18px; line-height:1.1; font-weight:950; }
.nx-preview-site::after { content:""; position:absolute; right:18px; bottom:20px; width:150px; height:78px; border-radius:10px; background:#fff; box-shadow:-68px -18px 0 rgba(255,255,255,.16),-42px 22px 0 rgba(18,199,234,.22); }
.nx-solution-card h3 { margin:0 0 8px; color:var(--nx-text); font-size:20px; font-weight:950; }
.nx-process { position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
.nx-process::before { content:""; position:absolute; left:8%; right:8%; top:25px; border-top:3px dashed rgba(18,199,234,.55); }
.nx-process-step { position:relative; z-index:2; text-align:center; }
.nx-process-number { width:52px; height:52px; margin:0 auto 25px; border-radius:50%; background:linear-gradient(135deg,var(--nx-teal),var(--nx-cyan)); color:#fff; font-size:22px; font-weight:950; display:flex; align-items:center; justify-content:center; box-shadow:0 12px 24px rgba(18,199,234,.24); }
.nx-process-icon { width:52px; height:52px; margin:0 auto 10px; color:#0c315d; }
.nx-process-icon svg { width:52px; height:52px; }
.nx-process-step h3 { margin:0 0 7px; color:var(--nx-text); font-size:18px; font-weight:950; }
.nx-diffs { display:grid; grid-template-columns:repeat(4,1fr); }
.nx-diff-item { padding:0 34px; text-align:center; border-right:1px solid var(--nx-border); }
.nx-diff-item:last-child { border-right:none; }
.nx-diff-icon { width:58px; height:58px; margin:0 auto 18px; color:var(--nx-cyan-2); }
.nx-diff-icon svg { width:58px; height:58px; }
.nx-diff-item h3 { margin:0 0 12px; color:var(--nx-text); font-size:22px; line-height:1.15; font-weight:950; }
.nx-diff-item p { font-size:15px; }
.nx-contact-section { padding:76px 0; background:radial-gradient(circle at 85% 25%,rgba(18,199,234,.13),transparent 30%),linear-gradient(135deg,#031225,#09264c); }
.nx-contact-grid { display:grid; grid-template-columns:1fr 460px; gap:42px; align-items:center; }
.nx-contact-content { color:#fff; }
.nx-section-label { display:inline-flex; align-items:center; gap:8px; padding:8px 13px; border:1px solid rgba(18,199,234,.35); border-radius:999px; color:var(--nx-cyan); background:rgba(255,255,255,.04); font-size:13px; font-weight:900; margin-bottom:18px; }
.nx-contact-content h2 { margin:0 0 16px; color:#fff; font-size:clamp(31px,4vw,46px); line-height:1.08; letter-spacing:-1px; font-weight:950; }
.nx-contact-content h2 span { color:var(--nx-cyan); }
.nx-contact-content p { max-width:650px; margin:0 0 24px; color:rgba(255,255,255,.78); font-size:17px; line-height:1.65; }
.nx-contact-points { display:grid; gap:11px; margin:0 0 28px; }
.nx-contact-points div { color:rgba(255,255,255,.82); font-size:15px; }
.nx-contact-points strong { display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; margin-right:8px; border-radius:50%; background:var(--nx-teal); color:#fff; }
.nx-whatsapp-btn { display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:18px 28px; border-radius:13px; background:var(--nx-green); color:#fff; font-size:20px; font-weight:950; box-shadow:0 18px 36px rgba(36,211,102,.28); transition:.25s ease; }
.nx-whatsapp-btn:hover { color:#fff; transform:translateY(-2px); }
.nx-form-card { background:#fff; border:1px solid rgba(255,255,255,.14); border-radius:22px; padding:30px; box-shadow:0 24px 60px rgba(0,0,0,.24); }
.nx-form-card h3 { margin:0 0 8px; color:var(--nx-text); font-size:26px; font-weight:950; letter-spacing:-.5px; }
.nx-form-card p { margin:0 0 20px; color:var(--nx-muted); font-size:15px; }
.nx-form-wrapper :where(input, textarea, select) { width:100%; border:1px solid var(--nx-border)!important; border-radius:12px!important; padding:13px 14px!important; box-shadow:none!important; font-family:inherit!important; }
.nx-form-wrapper :where(input:focus, textarea:focus, select:focus) { border-color:var(--nx-cyan)!important; outline:none!important; box-shadow:0 0 0 3px rgba(18,199,234,.14)!important; }
.nx-form-wrapper :where(button, input[type="submit"]) { border:0!important; border-radius:12px!important; padding:14px 22px!important; background:linear-gradient(135deg,var(--nx-cyan),#0ba0c8)!important; color:#fff!important; font-weight:900!important; cursor:pointer!important; }
.nx-form-missing { padding:18px; border-radius:14px; background:#fff4d6; color:#5d4300; font-weight:700; }
.nx-floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:9999; display:inline-flex; align-items:center; gap:10px; padding:14px 18px; border-radius:999px; background:var(--nx-green); color:#fff!important; font-weight:950; box-shadow:0 14px 34px rgba(0,0,0,.24); transition:.25s ease; }
.nx-floating-whatsapp:hover { transform:translateY(-3px); color:#fff!important; }
.nx-floating-whatsapp-icon { width:28px; height:28px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:rgba(255,255,255,.18); font-size:18px; }
.nx-floating-whatsapp-text { font-size:15px; }
.nx-footer { margin-top:18px; padding:42px 0 24px; background:#031225; color:rgba(255,255,255,.72); }
.nx-footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:48px; margin-bottom:30px; }
.nx-footer .nx-logo { margin-bottom:18px; }
.nx-footer p,.nx-footer a { display:block; margin:8px 0; color:rgba(255,255,255,.72); font-size:14px; }
.nx-footer a:hover { color:var(--nx-cyan); }
.nx-footer h4 { margin:0 0 12px; color:#fff; font-size:16px; font-weight:900; }
.nx-footer-bottom { padding-top:20px; border-top:1px solid rgba(255,255,255,.08); display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:13px; }
.nx-footer-links { display:flex; gap:18px; }
@media (max-width:1120px){.nx-menu{display:none}.nx-menu-toggle{display:inline-flex}.nx-top-button{display:none}.nx-hero-inner{grid-template-columns:1fr}.nx-dashboard{max-width:790px}.nx-services{grid-template-columns:repeat(3,1fr)}.nx-problems-grid{grid-template-columns:repeat(3,1fr)}.nx-problem-item{border-bottom:1px solid var(--nx-border)}.nx-solutions{grid-template-columns:repeat(2,1fr)}.nx-contact-grid{grid-template-columns:1fr}}
@media (max-width:780px){.nx-container{width:min(100% - 28px,1180px)}.nx-header-inner{min-height:72px;gap:14px}.nx-top-button{display:none}.nx-logo{font-size:22px}.nx-logo-icon{width:38px;height:38px}.nx-logo-modules{width:42px;height:42px}.nx-mobile-menu{padding-left:14px;padding-right:14px}.nx-hero-inner{padding:52px 0}.nx-hero-content h1{font-size:38px;letter-spacing:-1px}.nx-hero-content p{font-size:16px}.nx-hero-actions{flex-direction:column;align-items:stretch}.nx-btn{width:100%}.nx-dashboard-body{grid-template-columns:1fr}.nx-dashboard-side{display:none}.nx-kpi-grid{grid-template-columns:repeat(2,1fr)}.nx-panel-grid,.nx-bottom-dashboard{grid-template-columns:1fr}.nx-status-box{grid-template-columns:1fr;justify-items:center;text-align:center}.nx-services,.nx-problems-grid,.nx-solutions,.nx-process,.nx-diffs,.nx-footer-grid{grid-template-columns:1fr}.nx-process::before{display:none}.nx-problem-item,.nx-diff-item{border-right:none;border-bottom:1px solid var(--nx-border);padding:28px 16px}.nx-contact-section{padding:54px 0}.nx-form-card{padding:24px 18px}.nx-whatsapp-btn{width:100%;font-size:18px}.nx-floating-whatsapp{right:14px;bottom:14px;padding:12px 14px}.nx-floating-whatsapp-text{display:none}.nx-footer-bottom{flex-direction:column;text-align:center}.nx-footer-links{justify-content:center}}
