/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764279012
Updated: 2025-11-27 22:30:12

*/

/* ========================= */
/*  ESTILO DA ENCICLOPÉDIA   */
/* ========================= */

.wiki-single-container,
.wiki-archive-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Merriweather", serif;
    color: #222;
}

/* Título da página */
.wiki-title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Metadados */
.wiki-meta {
    font-size: 0.95rem;
    margin-bottom: 20px;
    color: #555;
}

/* Tabela de conteúdo */
.wiki-toc {
    background: #f7f7f7;
    padding: 15px 20px;
    margin: 25px 0;
    border-left: 4px solid #bbb;
}
.wiki-toc ul {
    margin-left: 0 !important;
}

/* Conteúdo */
.wiki-content p {
    line-height: 1.85;
    font-size: 18px;
    margin-bottom: 22px;
}
.wiki-content h2 {
    margin-top: 40px;
    font-size: 1.75rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.wiki-content a {
    color: #2c5fba;
    text-decoration: underline;
}

/* Lista de verbetes */
.wiki-list {
    list-style: none;
    padding: 0;
    columns: 2;
    column-gap: 40px;
}
.wiki-list-item {
    margin-bottom: 12px;
}
.wiki-list-link {
    font-size: 1.15rem;
    color: #0044aa;
}

/* Rodapé */
.wiki-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.wiki-tags {
    font-size: 0.95rem;
    color: #555;
}

/* Image */
.logo-block img{
 height:48px !important;
 width:217px;
}


/* Auto */
.shadow-md .mx-auto{
 margin-left:102px;
 margin-right:102px;
}

/* Items center */
#desktop-nav .items-center{
 margin-left:32px;
 margin-right:32px;
 justify-content:center;
}

/* Button */
.justify-between .header-actions a{
 overflow:visible;
 display:inline-flex;
}


@media (max-width: 640px) {

 /* Header */
 header{
  width:100%;
 }
 
 /* Auto */
 .shadow-md .mx-auto{
  margin-left:0px;
  margin-right:0px;
 }
 
}


 /* Mobile menu */
 #mobile-menu-btn{
  color:#000000;
  transform:translatex(0px) translatey(0px) !important;
  border-width:1px;
  border-color:#020202;
 }
 

/* Button */
#mobile-menu .mx-auto .w-full{
 display:inline-flex;
}
 
 
