
        :root {
            --cor-principal:      #06A3DA;
            --cor-escura:         #061429;
            --cor-barra-superior: #0d0d0d;
            --cor-menu:           #ffffff;
            --cor-texto-menu:     #061429;
            --cor-rodape:         #0a1e34;
            --cor-fundo-pagina:   #ffffff;
            --cor-texto-geral:    #444444;
            --cor-fundo-secoes:   #f0f8ff;
            --cor-botao-texto:    #ffffff;
        }

        /* ── Cor Principal ─────────────────────────── */
        .bg-primary,
        .btn-primary,
        .service-icon,
        .back-to-top             { background-color: #06A3DA !important; }

        .text-primary            { color: #06A3DA !important; }
        .btn-primary             { border-color: #06A3DA !important; }
        .btn-outline-primary     { color: #06A3DA !important;
                                    border-color: #06A3DA !important; }
        .btn-outline-primary:hover { background-color: #06A3DA !important;
                                      color: #ffffff !important; }

        /* ── Barra Superior (topbar) ───────────────── */
        .bg-dark                 { background-color: #0d0d0d !important; }

        /* ── Menu de Navegação ─────────────────────── */
        .navbar .nav-link,
        .navbar .navbar-brand h1 { color: #061429 !important; }
        .navbar .nav-link:hover  { color: #06A3DA !important; }

        /* ── Rodapé ────────────────────────────────── */
        .container-fluid.bg-dark.text-light { background-color: #0a1e34 !important; }

        /* ── Fundo Geral ───────────────────────────── */
        body                     { background-color: #ffffff !important;
                                    color: #444444 !important; }

        /* ── Seções Alternadas ─────────────────────── */
        .bg-light                { background-color: #f0f8ff !important; }

        /* ── Botões ────────────────────────────────── */
        .btn-primary             { color: #ffffff !important; }

        /* ── Cor Escura ────────────────────────────── */
        .btn-dark                { background-color: #061429 !important;
                                    border-color: #061429 !important; }
        