/* cmsms stylesheet: Design modified: quinta-feira, 12 de fevereiro de 2026 11:34:39 */
:root{
      --brand-blue:#135aac;
      --brand-yellow:#e9be00;
      --ink:#1f2937;
      --muted:#6b7280;
      --bg:#ffffff;
    }
    html,body{background:var(--bg); color:var(--ink);}

body,p,
h1,h2,h3,h4,h5,h6,
.uk-navbar-nav>li>a{font-family: 'PT Sans', sans-serif !important;}

    .uk-navbar-container{background:rgba(255,255,255,.9); backdrop-filter:saturate(180%) blur(8px);}
    .brand-btn-primary{background:var(--brand-blue); color:#fff;}
    .brand-btn-primary:hover{background:#0f4a8d; color:#fff;}
    .brand-btn-accent{background:var(--brand-yellow); color:#1a1a1a !important;}
    .brand-btn-accent:hover{background:#caa400; color:#1a1a1a;}
    .brand-pill{border:1px solid rgba(255,255,255,.35); color:#fff; padding:.25rem .75rem; border-radius:999px; font-size:.85rem;}
    .brand-hero{
      background: linear-gradient(120deg, rgba(19,90,172,.88), rgba(19,90,172,.35)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=2000&auto=format&fit=crop') center/cover no-repeat;
      color:#fff;
    }
    .brand-hero h1, .brand-hero p{color:#fff;}
    .lead-metric{font-weight:800; font-size:2.25rem;}
    .lead-muted{color:var(--muted);}
    .feature-icon{width:48px; height:48px; border-radius:12px; background:rgba(19,90,172,.12); display:grid; place-items:center;}
    .plan-card{border:1px solid #e5e7eb; border-radius:16px;}
    .floating-whats{
      position:fixed; right:16px; bottom:16px; z-index:999;
    }
    .floating-whats a{display:flex; align-items:center; gap:.5rem; background:#25D366; color:#fff; padding:.75rem 1rem; border-radius:999px; box-shadow:0 10px 20px rgba(0,0,0,.15);}
    .floating-whats a:hover{background:#1db954; color:#fff;}
    .badges img{filter:grayscale(0); opacity:.95;}
    .uk-section-muted{background:#f8fafc;}
    .uk-footer{background:#0f2f5a; color:#e5e7eb;}
    .uk-footer a{color:#e9be00;}
    .sticky-cta{
      position:sticky; top:64px; z-index:900; background:linear-gradient(90deg, #135aac 0%, #0f4a8d 100%);
      color:#fff; border-radius:12px; padding:.5rem .75rem; display:flex; align-items:center; gap:.5rem;
    }
    .sticky-cta .uk-button{margin-left:auto;}
	.uk-logo{width: 140px;}
