<!DOCTYPE html>
<html lang="pt-BR" class="light">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Blog | Netmundo</title>
  <meta name="description" content="WordPress 12 plugins obrigatórios para WordPress 9 de novembro de 2022 Navegadores Sincronize seus favoritos em qualquer navegador 7 de junho de 2022 Web Envie…">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap" rel="stylesheet">
  <link rel="stylesheet" href="/assets/css/style.css">
  <link rel="alternate" type="application/atom+xml" title="Netmundo RSS Feed" href="/feed.xml">
</head>
<body class="bg-white dark:bg-[#121212] text-[#353535] dark:text-[#e5e5e5] font-sans antialiased transition-colors duration-200 min-h-screen flex flex-col">

  
  <header class="border-b border-[#e5e7eb] dark:border-[#2a2a2a] sticky top-0 z-50 bg-white/90 dark:bg-[#121212]/90 backdrop-blur-sm">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">

      
      <a href="/" class="flex items-center gap-3 group">
        <img src="/assets/images/logo/icon.png" alt="Netmundo" class="h-8 w-8">
        <span class="text-xl font-semibold tracking-tight text-[#284B63] dark:text-white group-hover:text-[#3C6E71] transition-colors">
          Netmundo
        </span>
      </a>

      
      <div class="flex items-center gap-3">

        
        <nav class="hidden sm:flex items-center gap-5 text-sm font-medium text-[#353535] dark:text-[#aaa]">
          
          <a href="/"
            class="hover:text-[#3C6E71] transition-colors text-[#3C6E71]">
            Blog
          </a>
          
          <a href="/plugins/"
            class="hover:text-[#3C6E71] transition-colors ">
            Plugins
          </a>
          
          <a href="/servicos/"
            class="hover:text-[#3C6E71] transition-colors ">
            Serviços
          </a>
          
          <a href="/traducoes/"
            class="hover:text-[#3C6E71] transition-colors ">
            Traduções
          </a>
          
          <a href="/contato/"
            class="hover:text-[#3C6E71] transition-colors ">
            Contato
          </a>
          
        </nav>

        
        <button id="theme-toggle" aria-label="Alternar tema"
          class="w-9 h-9 flex items-center justify-center rounded-full border border-[#e5e7eb] dark:border-[#2a2a2a] hover:bg-[#f3f4f6] dark:hover:bg-[#222] transition-colors">
          
          <svg id="icon-sun" xmlns="http://www.w3.org/2000/svg" class="hidden w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41"/>
          </svg>
          
          <svg id="icon-moon" xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/>
          </svg>
        </button>

        
        <button id="menu-toggle" aria-label="Abrir menu"
          class="sm:hidden w-9 h-9 flex items-center justify-center rounded-full border border-[#e5e7eb] dark:border-[#2a2a2a] hover:bg-[#f3f4f6] dark:hover:bg-[#222] transition-colors">
          <svg id="icon-menu-open" xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <line x1="4" x2="20" y1="6" y2="6"/><line x1="4" x2="20" y1="12" y2="12"/><line x1="4" x2="20" y1="18" y2="18"/>
          </svg>
          <svg id="icon-menu-close" xmlns="http://www.w3.org/2000/svg" class="hidden w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <path d="M18 6 6 18M6 6l12 12"/>
          </svg>
        </button>

      </div>
    </div>

    
    <div id="mobile-menu" class="hidden sm:hidden border-t border-[#e5e7eb] dark:border-[#2a2a2a] bg-white dark:bg-[#121212]">
      <nav class="px-4 py-4 space-y-1">
        
        <a href="/"
          class="block px-3 py-2 rounded-lg text-sm font-medium text-[#353535] dark:text-[#aaa] hover:bg-[#f3f4f6] dark:hover:bg-[#222] hover:text-[#3C6E71] transition-colors
            text-[#3C6E71] bg-[#f3f4f6] dark:bg-[#222]">
          Blog
        </a>
        
        <a href="/plugins/"
          class="block px-3 py-2 rounded-lg text-sm font-medium text-[#353535] dark:text-[#aaa] hover:bg-[#f3f4f6] dark:hover:bg-[#222] hover:text-[#3C6E71] transition-colors
            ">
          Plugins
        </a>
        
        <a href="/servicos/"
          class="block px-3 py-2 rounded-lg text-sm font-medium text-[#353535] dark:text-[#aaa] hover:bg-[#f3f4f6] dark:hover:bg-[#222] hover:text-[#3C6E71] transition-colors
            ">
          Serviços
        </a>
        
        <a href="/traducoes/"
          class="block px-3 py-2 rounded-lg text-sm font-medium text-[#353535] dark:text-[#aaa] hover:bg-[#f3f4f6] dark:hover:bg-[#222] hover:text-[#3C6E71] transition-colors
            ">
          Traduções
        </a>
        
        <a href="/contato/"
          class="block px-3 py-2 rounded-lg text-sm font-medium text-[#353535] dark:text-[#aaa] hover:bg-[#f3f4f6] dark:hover:bg-[#222] hover:text-[#3C6E71] transition-colors
            ">
          Contato
        </a>
        
      </nav>
    </div>
  </header>

  
  <main class="flex-1">
    
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
  <div class="flex flex-col lg:flex-row gap-12">

    
    <div class="flex-1 min-w-0">

      
      
        
        
        <div class="group mb-10 rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-6 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/wordpress/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            WordPress
          </a>
          
          <h2 class="text-2xl font-semibold text-[#284B63] dark:text-white mt-2 mb-3 leading-snug">
            <a href="/12-plugins-obrigatorios-para-wordpress/" class="hover:text-[#3C6E71] transition-colors">
              12 plugins obrigatórios para WordPress
            </a>
          </h2>
          <time class="text-sm text-[#888]" datetime="2022-11-09">9 de novembro de 2022</time>
        </div>
        
      

      
      <div class="grid grid-cols-1 sm:grid-cols-2 gap-5">
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/navegadores/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Navegadores
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/sincronize-seus-favoritos-em-qualquer-navegador/" class="hover:text-[#3C6E71] transition-colors">
              Sincronize seus favoritos em qualquer navegador
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2022-06-07">7 de junho de 2022</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/web/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Web
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/envie-mensagens-e-senhas-com-seguranca/" class="hover:text-[#3C6E71] transition-colors">
              Envie mensagens e senhas com segurança
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2021-11-17">17 de novembro de 2021</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/google/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Google
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/o-que-google-sabe/" class="hover:text-[#3C6E71] transition-colors">
              Saiba tudo que Google sabe sobre você
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2021-08-15">15 de agosto de 2021</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/web/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Web
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/fundos-para-chamadas-no-zoom/" class="hover:text-[#3C6E71] transition-colors">
              Fundos para chamadas no Zoom
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2020-07-16">16 de julho de 2020</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/web/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Web
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/usando-apenas-o-dns-do-cloudflare-sem-dns-e-sem-cdn/" class="hover:text-[#3C6E71] transition-colors">
              Usando apenas o DNS do Cloudflare (sem DNS e SEM CDN)
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2020-06-14">14 de junho de 2020</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/wordpress/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            WordPress
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/encontrando-posts-sem-categoria/" class="hover:text-[#3C6E71] transition-colors">
              Encontrando posts sem categoria
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2020-06-13">13 de junho de 2020</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/s.o./"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            S.O.
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/encontre-fotos-duplicadas-em-seu-computador/" class="hover:text-[#3C6E71] transition-colors">
              Encontre fotos duplicadas em seu computador
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2020-03-09">9 de março de 2020</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/google/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Google
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/receba-seu-pagamento-do-adsense-pelo-inter/" class="hover:text-[#3C6E71] transition-colors">
              Receba seu pagamento do Adsense pelo Inter
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2019-07-12">12 de julho de 2019</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/web/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            Web
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/templates-sistemas-imagens-e-fontes-de-alta-qualidade-gratis/" class="hover:text-[#3C6E71] transition-colors">
              Templates, sistemas, imagens e fontes de alta qualidade grátis
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2019-06-10">10 de junho de 2019</time>
        </div>
        
        <div class="group rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5 hover:border-[#3C6E71] dark:hover:border-[#3C6E71] transition-colors">
          
          <a href="/wordpress/"
            class="text-xs font-semibold uppercase tracking-widest text-[#3C6E71] hover:text-[#284B63] transition-colors">
            WordPress
          </a>
          
          <h2 class="text-base font-semibold text-[#284B63] dark:text-white mt-1 mb-2 leading-snug">
            <a href="/veja-todos-os-hooks-do-wordpress-na-tela/" class="hover:text-[#3C6E71] transition-colors">
              Veja todos os hooks do WordPress na tela
            </a>
          </h2>
          <time class="text-xs text-[#888]" datetime="2019-02-25">25 de fevereiro de 2019</time>
        </div>
        
      </div>

      
      
      <nav class="mt-12 flex items-center justify-between" aria-label="Paginação">

        
        <div>
          
        </div>

        
        
        <div class="flex items-center gap-1">
          
          
          
          
          

          

          
          

          

          
            <a href="/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  bg-[#3C6E71] text-white
                ">
              1
            </a>
          

          

          
          
          
          
          

          

          
          

          

          
            <a href="/page/2/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  border border-[#e5e7eb] dark:border-[#2a2a2a] text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71]
                ">
              2
            </a>
          

          

          
          
          
          
          

          

          
          

          

          
            <a href="/page/3/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  border border-[#e5e7eb] dark:border-[#2a2a2a] text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71]
                ">
              3
            </a>
          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          

          
          
          
          
          

          

          
          

          

          

          
            <span class="w-9 h-9 flex items-center justify-center text-[#888] text-sm">…</span>
          

          
          
          
          
          

          

          
          

          

          
            <a href="/page/42/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  border border-[#e5e7eb] dark:border-[#2a2a2a] text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71]
                ">
              42
            </a>
          

          

          
          
          
          
          

          

          
          

          

          
            <a href="/page/43/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  border border-[#e5e7eb] dark:border-[#2a2a2a] text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71]
                ">
              43
            </a>
          

          

          
          
          
          
          

          

          
          

          

          
            <a href="/page/44/"
              class="w-9 h-9 flex items-center justify-center rounded-lg text-sm font-medium transition-colors
                
                  border border-[#e5e7eb] dark:border-[#2a2a2a] text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71]
                ">
              44
            </a>
          

          

          
        </div>

        
        <div>
          
          <a href="/page/2/"
            class="inline-flex items-center gap-2 px-4 py-2 rounded-lg border border-[#e5e7eb] dark:border-[#2a2a2a] text-sm font-medium text-[#353535] dark:text-[#aaa] hover:border-[#3C6E71] hover:text-[#3C6E71] transition-colors">
            Próxima →
          </a>
          
        </div>

      </nav>
      

    </div>

    
    <aside class="w-full lg:w-72 xl:w-80 shrink-0">
  <div class="lg:sticky lg:top-24 space-y-8">

    
    <div class="rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5">
      <h3 class="text-xs font-semibold uppercase tracking-widest text-[#888] mb-3">Sobre</h3>
      <p class="text-sm text-[#555] dark:text-[#aaa] leading-relaxed">
        Dicas práticas de tecnologia, web e WordPress em português.
      </p>
    </div>

    
    <div class="rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5">
      <h3 class="text-xs font-semibold uppercase tracking-widest text-[#888] mb-3">Categorias</h3>
      <ul class="space-y-1 text-sm">
        
        <li>
          <a href="/celulares/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Celulares</span>
            <span class="text-xs text-[#888]">19</span>
          </a>
        </li>
        
        <li>
          <a href="/dev/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Dev</span>
            <span class="text-xs text-[#888]">20</span>
          </a>
        </li>
        
        <li>
          <a href="/google/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Google</span>
            <span class="text-xs text-[#888]">33</span>
          </a>
        </li>
        
        <li>
          <a href="/navegadores/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Navegadores</span>
            <span class="text-xs text-[#888]">12</span>
          </a>
        </li>
        
        <li>
          <a href="/redes-sociais/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Redes sociais</span>
            <span class="text-xs text-[#888]">18</span>
          </a>
        </li>
        
        <li>
          <a href="/s.o./"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>S.O.</span>
            <span class="text-xs text-[#888]">26</span>
          </a>
        </li>
        
        <li>
          <a href="/seo/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>SEO</span>
            <span class="text-xs text-[#888]">5</span>
          </a>
        </li>
        
        <li>
          <a href="/web/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>Web</span>
            <span class="text-xs text-[#888]">245</span>
          </a>
        </li>
        
        <li>
          <a href="/wordpress/"
            class="flex items-center justify-between py-1 text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors">
            <span>WordPress</span>
            <span class="text-xs text-[#888]">64</span>
          </a>
        </li>
        
      </ul>
    </div>

    
    <div class="rounded-xl border border-[#e5e7eb] dark:border-[#2a2a2a] p-5">
      <h3 class="text-xs font-semibold uppercase tracking-widest text-[#888] mb-3">Posts Recentes</h3>
      <ul class="space-y-3">
        
        <li>
          <a href="/12-plugins-obrigatorios-para-wordpress/" class="text-sm text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors leading-snug block">
            12 plugins obrigatórios para WordPress
          </a>
          <time class="text-xs text-[#888]" datetime="2022-11-09">9 de novembro de 2022</time>
        </li>
        
        <li>
          <a href="/sincronize-seus-favoritos-em-qualquer-navegador/" class="text-sm text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors leading-snug block">
            Sincronize seus favoritos em qualquer navegador
          </a>
          <time class="text-xs text-[#888]" datetime="2022-06-07">7 de junho de 2022</time>
        </li>
        
        <li>
          <a href="/envie-mensagens-e-senhas-com-seguranca/" class="text-sm text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors leading-snug block">
            Envie mensagens e senhas com segurança
          </a>
          <time class="text-xs text-[#888]" datetime="2021-11-17">17 de novembro de 2021</time>
        </li>
        
        <li>
          <a href="/o-que-google-sabe/" class="text-sm text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors leading-snug block">
            Saiba tudo que Google sabe sobre você
          </a>
          <time class="text-xs text-[#888]" datetime="2021-08-15">15 de agosto de 2021</time>
        </li>
        
        <li>
          <a href="/fundos-para-chamadas-no-zoom/" class="text-sm text-[#353535] dark:text-[#aaa] hover:text-[#3C6E71] transition-colors leading-snug block">
            Fundos para chamadas no Zoom
          </a>
          <time class="text-xs text-[#888]" datetime="2020-07-16">16 de julho de 2020</time>
        </li>
        
      </ul>
    </div>

  </div>
</aside>

  </div>
</div>
  </main>

  
  <footer class="border-t border-[#e5e7eb] dark:border-[#2a2a2a] mt-16">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 flex flex-col sm:flex-row items-center justify-between gap-4">

      
      <div class="flex items-center gap-4">
        <span class="text-sm text-[#888]">&copy; 2026 Netmundo. Todos os direitos reservados.</span>
        <div class="flex items-center gap-2">
          
          <a href="/feed.xml" aria-label="Feed RSS"
            class="text-[#888] hover:text-[#3C6E71] transition-colors">
            <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
              <path d="M4 11a9 9 0 0 1 9 9"/><path d="M4 4a16 16 0 0 1 16 16"/><circle cx="5" cy="19" r="1"/>
            </svg>
          </a>
          
          <a href="/sitemap.xml" aria-label="Sitemap"
            class="text-[#888] hover:text-[#3C6E71] transition-colors">
            <svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
              <rect width="6" height="6" x="9" y="2"/><rect width="6" height="6" x="16" y="16"/><rect width="6" height="6" x="2" y="16"/><path d="M12 8v4M8 18H6a2 2 0 0 1-2-2v-1M18 18h2a2 2 0 0 0 2-2v-1"/>
            </svg>
          </a>
        </div>
      </div>

      
      <nav class="flex flex-wrap justify-center sm:justify-end gap-x-6 gap-y-2">
        
        <a href="/sobre/"
          class="text-sm text-[#888] hover:text-[#3C6E71] transition-colors">
          Sobre
        </a>
        
        <a href="/por-tras-do-blog/"
          class="text-sm text-[#888] hover:text-[#3C6E71] transition-colors">
          Por trás do Blog
        </a>
        
        <a href="/apoie/"
          class="text-sm text-[#888] hover:text-[#3C6E71] transition-colors">
          Apoie
        </a>
        
        <a href="/termos/"
          class="text-sm text-[#888] hover:text-[#3C6E71] transition-colors">
          Termos de uso
        </a>
        
        <a href="/privacidade/"
          class="text-sm text-[#888] hover:text-[#3C6E71] transition-colors">
          Política de privacidade
        </a>
        
      </nav>

    </div>
  </footer>

  
  <script src="/assets/js/theme.js"></script>

</body>
</html>