         :root {
            --color-white: #ffffff;
            --color-light: #f8f9fa;
            --color-text: #2d3436;
            --color-text-light: #636e72;
            --color-dark-green: #007d3a;
            --color-green: #00A94D;
            --color-blue: #0984e3;
            --sidebar-width: 280px;
            --shadow: 0 4px 6px rgba(0,0,0,0.05), 0 1px 3px rgba(0,0,0,0.1);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background-color: #f0f2f5;
            color: var(--color-text);
            line-height: 1.6;
        }

        /* HEADER */
        .header {
            position: fixed;
            top: 0;
            width: 100%;
            height: 70px;
            background-color: var(--color-white);
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            z-index: 1000;
        }

        .header-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .logo-header {
            width: 120px;
            height: auto;
        }

        .open_btn {
            background: white;
            border: none;
            color: var(--color-green);
            cursor: pointer;
            padding: 8px;
            border-radius: 8px;
            display: flex;
            transition: 0.2s;
        }

        .open_btn:hover { background: #e9ecef; }

        /* BOTÕES */
        .btn-header {
            padding: 10px 18px;
            background-color: var(--color-green);
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .btn-header a {
            text-decoration: none;
            color: white;
            
        }

        .btn-header:hover {
            background-color: var(--color-dark-green);
            transform: translateY(-1px);
        }

        .btn-outline {
            background: transparent;
            color: var(--color-text-light);
            border: 1px solid #ddd;
        }

        .btn-outline:hover {
            background: #f8f9fa;
            color: var(--color-green);
        }

        /* SIDEBAR */
        .scrollbar {
            height: calc(100% - 70px);
            width: var(--sidebar-width);
            position: fixed;
            top: 70px;
            left: calc(var(--sidebar-width) * -1);
            background-color: var(--color-white);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 999;
            overflow-y: auto;
            padding: 30px 20px;
            box-shadow: 5px 0 15px rgba(0,0,0,0.05);
        }

        .scrollbar.active { left: 0; }

        .scrollbar ul { list-style: none; }

        .scrollbar li { margin-bottom: 5px; }

        .scrollbar a {
            color: var(--color-text-light);
            text-decoration: none;
            font-size: 15px;
            padding: 10px 15px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: 0.2s;
        }

        .scrollbar a:hover, .scrollbar a.active {
            background-color: #e6f7ed;
            color: var(--color-green);
            font-weight: 600;
        }

                ::-webkit-scrollbar{
            width: 10px;
        }

        ::-webkit-scrollbar-thumb{
           background-color: #007d3a;
        }

        .nav {
            margin: 5px 0 10px 20px;
            border-left: 2px solid #eee;
        }

        /* CONTEÚDO */
        .content {
            font-family: "Poppins", sans-serif;
            margin-top: 70px;
            padding: 40px 20px;
            transition: all 0.3s ease;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            text-align: justify;
        }

        .content img {
            display: flex;
            flex-direction: column;
            max-width: 90%;
            margin-left: 5%;
            margin-top: 30px;
            margin-bottom: 40px;
           
        }
        .content a {
            color:#007d3a;
            text-decoration: none;
        }

        .content p {
            padding: 10px;
            
        }
        
        .content ul {
            padding-left: 20px;
        }

        .content h3 {
            padding-top: 8px;
            font-size: 16px; margin-bottom: 10px;
        }

        .content li{
            padding: 5px;
        }

        .lista-estilo-numero{
            padding-left: 25px;
        }

        .container-tabela {
        font-family: sans-serif;
        max-width: 600px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        margin: 20px;
        margin-left: 15%;
        }

        .container-tabela {
        font-family: sans-serif;
        max-width: 600px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        margin: 20px;
        margin-left: 7%;
        margin-top: 100px;
        }

        .container-tabela-led {
        font-family: sans-serif;
        max-width: 600px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        margin: 20px;
        margin-left: 7%;
        margin-top: 100px;
        }

        .titulo-tabela {
            color: #007241; /* Verde escuro institucional */
            text-align: center;
            font-weight: bold;
            padding: 15px;
            border-bottom: 2px solid #00a335;
            margin: 0;
            font-size: 16px;
        }

        .intelbras-table {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
        }

        .intelbras-table th {
            color: #999;
            font-weight: bold;
            padding: 20px 10px;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
        }

        /* Alinha a primeira coluna à esquerda como na imagem */
        .intelbras-table th:first-child, 
        .intelbras-table td:first-child {
            text-align: left;
            padding-left: 25px;
        }

        .intelbras-table td {
            padding: 15px 10px;
            color: #333;
            border-bottom: 1px solid #f0f0f0;
            text-align: center;
        }

        .intelbras-table tr:last-child td {
            border-bottom: none;
        }

        .gas-nome {
            font-weight: bold;
        }

        .valor {
            color: #666;
        }
        @media (min-width: 1200px) {
            .content.shifted { margin-left: calc(var(--sidebar-width) + 550px); }
        }

        section {
            margin-bottom: 30px;
            padding: 40px;
            background: var(--color-white);
            border-radius: 12px;
            box-shadow: var(--shadow);
        }

        h1 { font-size: 2.2rem; color: var(--color-text); margin-bottom: 10px; }
        h2 { font-size: 1.5rem; border-bottom: 2px solid #f1f3f5; padding-bottom: 10px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
        h2 i { color: var(--color-green); }

        /* ALERTAS */
        .alert {
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .alert-info { background: #e7f3ff; border-left: 5px solid var(--color-green); color: #007d3a; padding: 20px; border-radius: 10px;}
        .alert-warning { background: #fff4e5; border-left: 5px solid #ffa000; color: #856404; padding: 15px; border-radius: 10px;}

        /* BOTÃO VOLTAR AO TOPO */
        #backToTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: var(--color-green);
            color: white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            border: none;
            z-index: 100;
        }

        @media print {
            .header, .scrollbar, #backToTop { display: none !important; }
            .content { margin: 0 !important; width: 100% !important; padding: 0 !important; }
            section { box-shadow: none; border: 1px solid #eee; page-break-inside: avoid; }
        }

        @media (max-width: 768px) {
            .header-right .btn-header span { display: none; }
            section { padding: 25px; }
        }

        /* Cuidados e segurança */
        .icone-lixeira {
        width: 600px; /* Largura do ícone */
        height: 70px; /* Altura do ícone */
        background-image: url('/res/img/pt-BR/switches/switchNG/S1005G/cuidado.png'); /* Substitua pelo caminho da sua imagem */
        background-size: cover; /* Ajusta a imagem ao tamanho do ícone */
        margin-right: 40px; /* Espaçamento entre o ícone e o texto */
        }

        .container-cuidado{
            display: flex;
        }

        .div-logo-fale-com-a-gente{
            margin-left: 300px;
            margin-bottom: 20px;
        }
        .divider{
            margin-bottom: 20px;
        }

        .logo-fale-com-a-gente{

        }

        .div-info-fale-com-a-gente,
        .div-info-fale-com-a-gente a{
            line-height: 8px;
            
        }

        .div-info-fale-com-a-gente a {
            color: #007d3a;
            text-decoration: none;
        }

        .div-info-fale-com-a-gente address{
            margin-left: 10px;
            padding-bottom: 8px;
            padding-top: 8px;
        }


        
        /*------------------------------------------------------------------------Páginas de navegação--------------------------------------------------------------------------------------*/



             :root {
            --verde-intelbras: #00a859;
            --cinza-fundo: #f4f7f6;
            --cinza-header: #6c757d;
            --branco: #ffffff;
            --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }

        body {
            font-family: 'Segoe UI', Roboto, sans-serif;
            background-color: var(--cinza-fundo);
            color: #333;
            line-height: 1.6;
        }

        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 20px;
        }

        header { padding: 20px 0; }
        .logo { width: 160px; display: block; }

        /* Painel Principal */
        .panel {
            background: var(--branco);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow);
            margin-bottom: 30px;
        }

        .panel-heading {
            background-color: var(--cinza-header);
            color: white;
            padding: 15px 25px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        /* Grid de Categorias */
        .category-grid {
            display: grid;
            /* 3 colunas em desktop, ajusta conforme o tamanho */
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            padding: 30px;
        }

        .category-card {
            text-decoration: none;
            color: inherit;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .category-card:hover {
            transform: translateY(-8px);
            border-color: var(--verde-intelbras);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .image-box {
            height: 200px; /* Altura fixa para alinhar os cards */
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .image-box img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .category-card h2 {
            font-size: 1.4rem;
            color: var(--verde-intelbras);
            font-weight: 600;
        }

        /* Rodapé de Contato */
        .contact-box {
            padding: 20px 25px;
            font-size: 0.95rem;
        }

        .contact-box a {
            color: var(--verde-intelbras);
            text-decoration: none;
            font-weight: bold;
        }

        .contact-box a:hover { text-decoration: underline; }

        /* Mobile */
        @media (max-width: 600px) {
            .category-grid { grid-template-columns: 1fr; padding: 20px; }
            .logo { margin: 0 auto; }
        }