Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
 
Linha 1: Linha 1:
/* Reset italic styling set by user agent */
 
cite,
 
dfn {
 
font-style: inherit;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');
 
/* body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
filter: brightness(0.6);
 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
*/
/* === FONTE PADRÃO === */
body,
.mw-parser-output,
.mw-headline,
#firstHeading,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
table, td, th, caption {
    font-family: 'Noto Sans', sans-serif !important;
}
}


/* Straight quote marks for <q> */
/* === LEGENDAS DE IMAGEM === */
q {
.thumbcaption {
quotes: '"' '"' "'" "'";
    font-size: 1.1em !important;
    text-align: center !important;
    line-height: 1.4;
    font-weight: 400;
}
}


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
/* === TABELAS ENHANCE === */
blockquote {
table.table-enhance {
overflow: hidden;
    max-width: 600px;
margin: 1em 0;
    margin: 1em auto;
padding: 0 40px;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
}


/* Consistent size for <small>, <sub> and <sup> */
.table-enhance th,
small {
.table-enhance td {
font-size: 85%;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
}
}


.mw-body-content sub,
.table-enhance th {
.mw-body-content sup,
    background-color: #f5f5f5;
span.reference /* for Parsoid */ {
    font-weight: 600;
font-size: 80%;
    color: #333;
}
}


/* Same spacing for indented and unindented paragraphs on talk pages */
.table-enhance tr:nth-child(even) td {
.ns-talk .mw-body-content dd {
    background-color: #fafafa;
margin-top: 0.4em;
margin-bottom: 0.4em;
}
}


/* Main page fixes */
.table-enhance tr:hover td {
#interwiki-completelist {
    background-color: #f0f8ff;
font-weight: bold;
    transition: background-color 0.2s ease;
}
}


/* Reduce page jumps by hiding collapsed/dismissed content */
.table-enhance-vertical td:first-child {
.client-js .mw-special-Watchlist #watchlist-message,
    font-weight: bold;
.client-js .NavFrame.collapsed .NavContent,
    color: #2c3e50;
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
display: none;
}
}


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
/* === AJUSTES NA SIDEBAR === */
.mw-rcfilters-enabled .mw-specialpage-summary {
#p-logo {
margin-top: 1em;
    background-color: transparent !important;
}
}


/* Hide charinsert base for those not using the gadget */
#mw-panel .mw-portlet.portal .vector-menu-content-list > li > a {
#editpage-specialchars {
    font-size: 0.80rem !important;
display: none;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
}
}


/* Highlight linked elements (such as clicked references) in blue */
/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
body.action-info .mw-body-content :target,
.mw-headline {
.citation:target {
    border-bottom: none !important;
background-color: rgba(0, 127, 255, 0.133);
}
}


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
h1, h2, h3, h4, h5, h6 {
.citation {
    border-bottom: none !important;
word-wrap: break-word;
}
}


/* Make the list of references smaller
.video-responsivo {
* Keep in sync with Template:Refbegin/styles.css
    max-width: 600px;
* And Template:Reflist/styles.css
    width: 100%;
*/
    margin: 0 auto;
ol.references {
    background: black;
font-size: 90%;
    padding: 0;
margin-bottom: 0.5em;
    overflow: hidden;
    position: relative;
}
}


/* Style for horizontal lists (separator following item).
.video-responsivo video {
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
    width: 100% !important;
  @revision 8 (2016-05-21)
    height: auto !important;
  @author [[User:Edokter]]
    display: block;
*/
    margin: 0;
.hlist dl,
    padding: 0;
.hlist ol,
    vertical-align: bottom;
.hlist ul {
margin: 0;
padding: 0;
}
}


/* Display list items inline */
#contentSub,
.hlist dd,
#contentSub2 {
.hlist dt,
    margin: 0 !important;
.hlist li {
    padding: 0 !important;
margin: 0; /* don't trust the note that says margin doesn't work with inline
    display: none;
* removing margin: 0 makes dds have margins again */
    /* opcional: se quiser sumir com tudo */
display: inline;
}
}


/* Display nested lists inline */
/* Discord */
.hlist.inline,
#n-Discord {
.hlist.inline dl,
    font-size: 10px;
.hlist.inline ol,
    line-height: 1.5em;
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
}
}


/* Hide empty list items */
#p-Discord-label {
.hlist .mw-empty-li {
    display: none;
display: none;
}
}


/* Generate interpuncts */
#n-Discord a {
.hlist dt:after {
    color: #fff !important;
content: ": ";
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4c57d0;
    background-color: #5865f2;
    display: block;
    position: relative;
    padding: 4px 4px 3px calc(14px + 6.5px * 2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
}


/**
#n-Discord a::before {
* Note hlist style usage differs in Minerva and is defined in core as well!
    font-weight: normal;
* Please check Minerva desktop (and Minerva.css) when changing
    opacity: 0.85;
* See https://phabricator.wikimedia.org/T213239
    margin-left: 1.25em
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
}


.hlist dd:last-child:after,
#n-Discord a::after {
.hlist dt:last-child:after,
    content: '';
.hlist li:last-child:after {
    background: url(/images/7/76/Discord-brands.png) no-repeat;
content: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
}
}


/* Add parentheses around nested lists */
#n-Discord a:hover {
.hlist dd dd:first-child:before,
    text-decoration: none;
.hlist dd dt:first-child:before,
    background-color: #7885ff;
.hlist dd li:first-child:before,
    border-color: #6c77f0;
.hlist dt dd:first-child:before,
    transition: .3s
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
}


.hlist dd dd:last-child:after,
/* css atual */
.hlist dd dt:last-child:after,
/* ESTILIZAÇÃO PADRÃO */
.hlist dd li:last-child:after,
 
.hlist dt dd:last-child:after,
.thumb .thumbcaption .magnify:first-child {
.hlist dt dt:last-child:after,
    display: none;
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
}


/* Put ordinals in front of ordered list items */
html {
.hlist ol {
    scroll-behavior: auto;
counter-reset: listitem;
    /*smooth*/
}
}


.hlist ol > li {
.dark-mode:root {
counter-increment: listitem;
    --content-bg: #fcfcfc;
}
}


.hlist ol > li:before {
:root {
content: " " counter(listitem) "\a0";
    --content-bg: #fcfcfc;
    --content-text: #000;
    --simpleSearch-bg: #fff;
    --searchInput-text: #aaaaaa;
    --link-text: #0645ad;
    --lightGray: rgba(240, 240, 240);
    --gray: rgb(190, 190, 190);
    --transparent-blue: #338be58c;
    --blue: #338be5;
}
}


.hlist dd ol > li:first-child:before,
.dark-mode:root {
.hlist dt ol > li:first-child:before,
    --content-bg: #fcfcfc;
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
}


/* Unbulleted lists */
a:visited,
.plainlist ol,
a {
.plainlist ul {
    color: var(--link-text) !important;
line-height: inherit;
list-style: none none;
margin: 0;
}
}


.plainlist ol li,
/*
.plainlist ul li {
body {
margin-bottom: 0;
position: relative;
}
body {
position: relative;
}
}


/* Default style for navigation boxes */
body::before {
.navbox {                    /* Navbox container style */
content: '';
box-sizing: border-box;
position: fixed;
border: 1px solid #a2a9b1;
top: 0;
left: 0;
width: 100%;
width: 100%;
clear: both;
height: 100vh;
font-size: 88%;
background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
text-align: center;
filter: brightness(0.8);
padding: 1px;
 
margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
*/
body {
    position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
 
/*
  h1,
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
    border-bottom: 0px !important;
}
 
#simpleSearch {
    background-color: var(--simpleSearch-bg) !important;
}
 
#p-personal {
    right: 1em;
    top: .5em;
}
 
#p-search {
    float: left;
    margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}
 
#searchInput {
    background-color: #231813;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr;
}
 
.mw-body {
    margin-top: -1px;
    border: 2px solid #5c3f2b !important;
    border-right-width: 2px !important;
}
 
/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
 
/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference
 
/* for Parsoid */
    {
    font-size: 80%;
}
 
 
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
      * For sanity, only do this if [[Project_talk:Support_desk]] is a
      * redirect (which goes back to [[Project:Support_desk]]).
      * If that is changed for some reason, it automatically comes back.
      */
.page-Project_Support_desk #ca-talk a.mw-redirect {
    display: none;
}
 
/* CSS Hover Gallery for Mediawiki */
 
.gallery_zoom_img img {
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    transition: transform 0.1 ease-in;
}
 
.gallery_zoom_img img:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
 
/*--------------------------------------------------
      CSS CUSTOMIZADO
      --------------------------------------------------*/
 
/*--------------------------------------------------
      Vector
      --------------------------------------------------*/
 
.vector-menu-tabs li {
    background: transparent;
}
 
/*--------------------------------------------------
      Tabber
      --------------------------------------------------*/
 
.center-tab .tabber__header {
    justify-content: center;
}
 
/*--------------------------------------------------
      Tags de uso generalizado
      --------------------------------------------------*/
 
.mt-1 {
    margin-top: .75em;
}
 
.mt-2 {
    margin-top: 1.5em;
}
 
.mt-4 {
    margin-top: 3em;
}
 
.mt--4 {
    margin-top: -2em;
}
 
.mb-2 {
    margin-bottom: 1em;
}
 
 
.d-flex,
.td-flex td {
    display: flex;
}
 
.d-block {
    display: block;
}
 
.relative {
    position: relative;
}
 
.text-justify {
    text-align: justify;
}
 
.align-center {
    align-items: center;
}
 
.align-top {
    align-items: flex-start;
}
 
.justify-between {
    justify-content: space-between;
}
 
.justify-center {
    justify-content: center;
}
 
.border-none {
    border: none !important;
}
 
.w-25 {
    width: 25%;
}
 
.h-100 {
    height: 100%;
}
 
.flex-wrap {
    flex-wrap: wrap;
}
 
.section-title {
    display: block;
    border-radius: 8px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}
 
.badge {
    padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
}
 
.card {
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
 
.card-title {
    display: block;
    padding: .25em 0;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);
 
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}
 
.scaleUp-hover {
    transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}
 
.scaleUp-hover:hover {
    transform: scale(1.1);
}
 
 
/*--------------------------------------------------
      Tooltip
      --------------------------------------------------*/
 
.simple-tooltip-inline {
    border: none !important;
}
 
.tooltipster-default {
    background-color: rgb(220, 220, 220);
    color: black !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
 
.tooltipster-arrow {
    borde-color: rgb(220, 220, 220) !important;
}
 
#bigImage {
    position: absolute;
    transform: translate(0, -100%);
}
 
/**********************************
          Widget:GlobalEventTimer
          **********************************/
.global-event-widget {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
 
.global-event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
#global-event-time {
    position: absolute;
    bottom: 3%;
    left: 3px;
    padding: 2px 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    max-width: fit-content;
}
}


.navbox .navbox {
/**********************************
margin-top: 0;           /* No top margin for nested navboxes */
      WIDGET: PAGEVIDEO
      **********************************/
.pagevideo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}
}


.navbox + .navbox {
.pagevideo {
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #000;
}
}


.navbox-inner,
@media screen and (max-width: 768px) {
.navbox-subgroup {
    .pagevideo {
width: 100%;
        max-width: 100%;
    }
}
 
/**********************************
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
      **********************************/
.mw-parser-output .external {
    background-image: none !important;
    padding-right: 0 !important;
}
 
/**********************************
      PREDEFINIÇÃO: Titulo
      #firstHeading {
      display: none;
  }
      **********************************/
 
 
#custom-title {
    display: inline-block;
    display: block;
    text-align: left;
}
 
#custom-title img {
    display: inline-block;
}
 
/*--------------------------------------------------
      Pagina Inicial
      --------------------------------------------------*/
.initialPage--table {
    width: 100%;
    text-align: center;
}
 
.initialPage--table>tbody>tr>th,
.initialPage--table>tbody>tr>td {
    background: transparent !important;
}
 
.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}
 
.initialPage--events th,
.initialPage--title th {
    color: black !important;
    padding: .4em;
}
 
.initialPage--title th {
    background-color: transparent !important;
    font-size: 2em;
}
 
.initialPage--events {
    display: flex;
    height: 20em;
}
 
.initialPage--eventsLogo {
    height: 100%;
    padding: .5em 3.5em 2em 0;
    display: flex;
    align-items: center;
}
 
.initialPage--events td {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 
.initialPage--mainContainer {
    display: flex;
    align-items: flex-start;
}
 
.initialPage--menuContainer {
    width: 75%;
    margin-right: 1.5em;
}
 
.initialPage--sideMenuContainer {
    width: 25%;
}
 
.initialPage--menuTitle {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;
 
    background: linear-gradient(to bottom, #459cca, #5684c8);
    border-radius: 10px 10px 0 0;
    color: white;
}
 
.initialPage--menu {
    display: flex;
    flex-wrap: wrap;
}
 
.initialPage--menuItemContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 
    padding: 1em 0;
}
 
.initialPage--menuItem {
    width: 22.5%;
}
 
.initialPage--menuItem a img {
    width: 100%;
}
 
.initialPage--socialMediaContainer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8em;
    padding: 0 1.5em;
}
 
.initialPage--socialMedia {
    position: relative;
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}
 
.initialPage--socialMedia:before {
    content: '';
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}
 
.initialPage--socialMedia:hover::before {
    width: 100%;
}
 
.initialPage--socialMediaLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;
 
    padding: .9em .5em;
    transition: color .25s ease;
}
 
.initialPage--socialMediaLink:visited {
    color: #689cc0 !important;
}
 
.initialPage--socialMediaLink:hover {
    text-decoration: none;
}
 
.socialMedia--svg {
    display: flex;
    align-items: center;
}
 
.socialMedia--svg svg {
    width: 2em;
    fill: #689cc0;
    transition: all .25s ease;
}
 
.socialMedia--svg svg path {
    fill: inherit;
}
 
/*
      Discord
      */
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    color: #5865f2 !important;
}
 
.initialPage--socialMedia.discord:before {
    background: #5865f2;
}
 
.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #5865f2 !important;
}
 
/*
      Instagram
      */
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
    color: #f09433 !important;
}
 
.initialPage--socialMedia.instagram:before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
 
.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: url(#gradient-vertical);
}
 
/*
      Facebook
      */
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
    color: #4267B2 !important;
}
 
.initialPage--socialMedia.facebook:before {
    background: #4267B2;
}
 
.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #4267B2 !important;
}
 
/*--------------------------------------------------
      Ocultação de componentes
      --------------------------------------------------*/
 
#p-navigation {
    background-color: transparent;
}
 
#mw-head-base {
    background-color: transparent;
    width: auto !important;
}
 
#mw-page-base {
    background: transparent;
}
 
#mw-panel #p-tb h3 {
    color: rgb(0, 0, 0);
    font-size: .75em;
}
 
#p-tb {
    display: none;
}
 
/* #ca-nstab-mediawiki { display: none; } */
/* #ca-talk { display: none; } */
#ca-view {
    display: none;
}
 
#ca-history {
    display: none;
}
 
#ca-viewsource {
    display: none !important;
}
 
/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
      Pacientes
      */
 
.table-pacients {
    display: block;
    max-width: 1400px;
    overflow-x: auto;
}
 
.table-pacients img {
    width: 15.715em;
    height: auto;
}
 
/*
      PERSONAGENS
      */
 
.filter--containerSearch {
    display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}
 
.filter--container {
    display: flex;
    padding: 0 2em;
    justify-content: space-between;
    align-items: center;
}
 
.filter {
    width: fit-content;
    display: flex;
    justify-content: center;
    border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}
 
.filter--title {
    display: flex;
    border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
 
.filter--icon,
.calcXp--tierIcon {
    padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}
 
.filter--icon.tier img {
    filter: grayscale(.0);
}
 
.filter--icon.tier.active img {
    box-shadow: none;
}
 
.filter--icon img {
    filter: grayscale(.8);
    border-radius: 10px;
 
    transition: all .25s ease;
}
 
.calcXp--tierIcon img {
    filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;
 
    transition: all .25s ease;
}
 
.filter--icon.active img {
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}
 
.filter--icon.tier.active img,
.calcXp--tierIcon.active img {
    transform: scale(.85);
}
 
.filter--icon.tier#bronze.active img,
.calcXp--tierIcon#bronze.active img {
    filter: drop-shadow(0px 1px 8px #f18a05);
}
 
.filter--icon.tier#silver.active img,
.calcXp--tierIcon#silver.active img {
    filter: drop-shadow(0px 1px 8px #8b8b8b);
}
 
.filter--icon.tier#gold.active img,
.calcXp--tierIcon#gold.active img {
    filter: drop-shadow(0px 1px 8px #fbc300);
}
 
.filter--icon.tier#diamond.active img,
.calcXp--tierIcon#diamond.active img {
    filter: drop-shadow(0px 1px 8px #0391c5);
}
 
.filter--input {
    box-sizing: border-box;
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}
 
.filter--inputContainer {
    box-sizing: border-box;
    position: relative;
}
 
.filter--searchButton {
    cursor: pointer;
    display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
 
}
 
.filter--searchButton img {
    filter: invert(1);
}
 
.calcXp--container {
    box-sizing: border-box;
    padding: 2.25em 1.25em;
    width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}
 
.calcXp--resultTitle {
    text-align: center;
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}
 
.calcXp--formItem {
    display: flex;
    align-items: center;
}
 
.calcXp--formItem input {
    box-sizing: border-box;
    padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}
 
.calcXp--formItem span {
    font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}
 
#calculate-btn {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;
 
    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
 
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}
 
#calculate-btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}
 
#calc-result {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}
 
#calc-result .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}
 
.calcXp--xpIcon {
    margin-left: -.2em;
}
 
.calcXp--numberOfPots {
    padding-top: .2em;
    font-size: 1.15em;
}
 
#characters-container {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}
 
#characters-container>div {
    box-sizing: border-box;
    display: none;
    padding: 1em;
    width: 19%;
    margin-right: 1%;
}
 
#characters-container>div.show {
    display: block;
}
 
#characters-container>div>a>img {
    width: 100%;
    border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}
 
#characters-container>div:hover>a>img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    filter: grayscale(0);
    transform: scale(1.06);
}
 
.characterPage--splashArt {
    position: absolute;
    top: -2%;
    right: -2%;
    width: 35%;
}
 
.characterPage--table {
    margin-top: -4em;
    width: 100%;
}
 
.characterPage--table>tbody {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
 
.characterPage--table>tbody>.characterPage--mainSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
 
.characterPage--table>tbody>.characterPage--sideSection {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}
 
.characterPage--characterInfoContainer {
    width: 43%;
}
 
.characterPage--statsInfoContainer {
    width: 55%;
}
 
.stats--container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}
 
.stats--container>div {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}
 
.stats--container div img {
    width: 2.25em;
}
 
.stats--bar {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0 1.25em;
}
 
.bar-filled:first-child,
.bar-notFilled:first-child {
    border-radius: 6px 0 0 6px;
}
 
.bar-filled:last-child,
.bar-notFilled:last-child {
    border-radius: 0 6px 6px 0;
}
 
.bar-filled,
.bar-notFilled {
    display: block;
    width: 18%;
    height: 6px;
}
 
.bar-filled {
    background: var(--blue);
}
 
.bar-notFilled {
    background: var(--transparent-blue);
}
 
.characterInfo--name {
    margin: 0 !important;
}
 
.characterInfo--badgeContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
 
.characterInfo--contentContainer {
    display: flex;
    justify-content: space-between;
    padding: .6em 1.3em;
}
 
.characterInfo--imageContainer {
    width: 25%;
}
 
.characterInfo--medal {
    margin-top: -1.5em;
}
 
 
.characterInfo--infoContainer {
    width: 75%;
    text-align: center;
}
 
.characterInfo--infoContainer #toc {
    display: none;
}
 
.characterPage--skins {
    width: 100%;
}
 
.characterPage--characterSkills {
    width: 100%;
}
 
/*
      Card de Skins
      */
 
.skins--container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: -0.75em 0.75em;
    gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}
 
.skins--container span {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.skins--imageSkin {
    max-width: 100%;
    /* Limita o tamanho máximo da imagem */
    max-height: 100%;
    /* Limita o tamanho máximo da imagem */
    object-fit: contain;
    /* Garante que a imagem se ajusta proporcionalmente */
}
 
/*
      Seção das skills do personagem
      */
 
.tabsContainer {
    width: 95%;
    margin: 0 auto;
    padding-bottom: .5em;
}
 
.tabsContainer table {
    width: 100%;
    border-collapse: collapse;
}
}


.navbox-group,
.tabsContainer table>tbody>tr>td {
.navbox-title,
    border-bottom: 2px solid rgb(225, 225, 225);
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
}


th.navbox-group {             /* Group style */
.tabSkill--container {
white-space: nowrap;
    padding-bottom: .85em;
/* @noflip */
    display: flex;
text-align: right;
    max-width: 72em;
    overflow-x: auto;
}
}


.navbox,
.skillInfo--description::-webkit-scrollbar,
.navbox-subgroup {
.tabSkill--container::-webkit-scrollbar {
background-color: #fdfdfd; /* Background color */
    width: 8px;
    height: 8px;
}
}


.navbox-list {
.skillInfo--description::-webkit-scrollbar-track,
line-height: 1.5em;
.tabSkill--container::-webkit-scrollbar-track {
border-color: #fdfdfd;   /* Must match background color */
    background-color: #4799c954;
    border-radius: 10px;
}
}


/* cell spacing for navbox cells */
.skillInfo--description::-webkit-scrollbar-thumb,
tr + tr > .navbox-abovebelow,
.tabSkill--container::-webkit-scrollbar-thumb {
tr + tr > .navbox-group,
    background-color: rgb(85 135 200 / 74%);
tr + tr > .navbox-image,
    border-radius: 10px;
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}


.navbox th,
.tab-skill {
.navbox-title {
    transition: all .25s ease;
background-color: #ccccff;     /* Level 1 color */
    width: 100%;
    min-width: 5em;
}
}


.navbox-abovebelow,
.tab-skill.active {
th.navbox-group,
    border-color: #459cca;
.navbox-subgroup .navbox-title {
background-color: #ddddff;     /* Level 2 color */
}
}


.navbox-subgroup .navbox-group,
.tab-skill>div {
.navbox-subgroup .navbox-abovebelow {
    cursor: pointer;
background-color: #e6e6ff;     /* Level 3 color */
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25em;
}
}


.navbox-even {
.tab-skill>div>img {
background-color: #f7f7f7;     /* Even row striping */
    width: 100%;
    max-width: 40px;
    height: auto;
}
}


.navbox-odd {
.skillInfo--container {
background-color: transparent; /* Odd row striping */
    width: 100%;
}
}


.navbox .hlist td dl,
.skillInfo--container>td {
.navbox .hlist td ol,
    border: none !important;
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.skillInfo {
.mw-parser-output .mw-collapsible-toggle {
    display: none;
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.skillInfo.active {
/* @noflip */
    display: table-cell;
float: left;
/* @noflip */
text-align: left;
}
}


/* Infobox template style */
.skillInfo.active {
.infobox {
    display: table-cell;
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}


/* not strictly certain these styles are necessary
.skillInfo--videoContainer {
* just replicating the module faithfully
 
*/
    align-self: center;
.infobox-subbox {
    width: 45%;
padding: 0;
border: none;
margin: -3px;
width: auto;
min-width: 100%;
font-size: 100%;
clear: none;
float: none;
background-color: transparent;
}
}


.infobox-header,
.skillInfo--skillVideo2 {
.infobox-label,
    display: none;
.infobox-above,
    border-radius: 8px;
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


.infobox-label,
.skillInfo--skillVideo2.active {
.infobox-data,
    display: flex;
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
}


/* remove .infobox when th, td above are removed */
.skillInfo--videoSelector {
.infobox .infobox-above,
    display: inline-block;
.infobox .infobox-title,
    width: 1.1em;
/* Remove element declaration when both a) infobox3cols is migrated and
    height: 1.1em;
* b) when every .infobox thing is using the standard module/templates  */
    border-radius: 50%;
.infobox caption {
    background: var(--transparent-blue);
font-size: 125%;
    cursor: pointer;
font-weight: bold;
    margin-right: .85em;
text-align: center;
 
    transition: all .25s ease;
}
}


.infobox-title,
.skillInfo--videoSelector.active {
/* Remove element declaration when both a) infobox3cols is migrated and
    background: var(--blue);
* b) when every .infobox thing is using the standard module/templates  */
    transform: scale(.8);
.infobox caption {
padding: 0.2em;
}
}


/* remove .infobox when th, td above are removed */
.skillInfo--infoContainer {
.infobox .infobox-header,
    width: 50%;
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
}


/* remove .infobox when th, td above are removed */
.skillInfo>div>.skillInfo--infoContainer b {
.infobox .infobox-navbar {
    color: #2a87c4 !important;
/* @noflip */
text-align: right;
}
}


.infobox.bordered {
.skillInfo--infoContainer>center>b {
border-collapse: collapse;
    font-size: 1.15em;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.skillInfo--name {
.infobox.bordered td,
    font-size: 1.85em;
.infobox.bordered th {
    letter-spacing: 1px;
border: 1px solid #a2a9b1;
    text-align: center;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.skillInfo--description {
.infobox.bordered .borderless td,
    display: inline-block;
.infobox.bordered .borderless th {
    font-size: 1.03em;
border: 0;
    line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}
}


/* styles for bordered infobox with merged rows */
.skillInfo--attributesContainer>h1 {
/* TODO split definitions to appropriate class names when live from HTML element */
    color: #717171;
.infobox.bordered .mergedtoprow td,
    font-size: 1.4em;
.infobox.bordered .mergedtoprow th {
    text-align: center;
border: 0;
    letter-spacing: 1px;
border-top: 1px solid #a2a9b1;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
/* card attributes */
.infobox.bordered .mergedrow td,
.attribute--cardsContainer {
.infobox.bordered .mergedrow th {
    display: flex;
border: 0;
    align-items: flex-start;
/* @noflip */
 
border-right: 1px solid #a2a9b1;
    width: fit-content;
    margin: 0 auto;
 
    background: var(--lightGray);
    border: 2px solid var(--gray);
}
}


/* Styles for geography infoboxes, eg countries,
.cardAttribute {
  country subdivisions, cities, etc.            */
    box-sizing: border-box;
.infobox.geography {
    display: flex;
border-collapse: collapse;
    flex-direction: column;
line-height: 1.2em;
    justify-content: center;
font-size: 90%;
    align-items: center;
    width: 8em;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.cardAttribute--icon {
.infobox.geography  td,
    margin: .6em 0;
.infobox.geography  th {
    height: 2em;
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.cardAttribute--value {
.infobox.geography .mergedtoprow td,
    margin: 0 !important;
.infobox.geography .mergedtoprow th {
 
border-top: 1px solid #a2a9b1;
    font-size: .9em !important;
padding: 0.4em 0.6em 0.2em 0.6em;
    font-weight: bold;
    line-height: 1.65em !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
/*------------------------------------
.infobox.geography .mergedrow td,
      WANTED
.infobox.geography .mergedrow th {
      -----------------------------------*/
border: 0;
 
padding: 0 0.6em 0.2em 0.6em;
.selectWanted--container {
    display: flex;
    justify-content: center;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
#selectbox-wanted {
.infobox.geography .mergedbottomrow td,
    padding: .35em .5em;
.infobox.geography .mergedbottomrow th {
    font-family: sans-serif;
border-top: 0;
    letter-spacing: .04em;
border-bottom: 1px solid #a2a9b1;
    font-size: 1.25em;
padding: 0 0.6em 0.4em 0.6em;
    width: 21em;
    border: 2px solid #5684c8;
    border-radius: 6px;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.wantedPortrait--container {
.infobox.geography .maptable td,
    width: 100%;
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
}


/* Normal font styling for wikitable row headers with scope="row" tag */
.wantedPortrait--title {
.wikitable.plainrowheaders th[scope=row] {
    width: 100%;
font-weight: normal;
    color: #292929;
/* @noflip */
    font-size: 1.5em;
text-align: left;
    font-weight: bold;
    letter-spacing: .035em;
}
}


/* Lists in wikitable data cells are always left-aligned */
.wantedPortraits {
.wikitable td ul,
    display: flex;
.wikitable td ol,
    flex-wrap: wrap;
.wikitable td dl {
/* @noflip */
text-align: left;
}
}


/* ...unless they also use the hlist class */
.wantedPortrait {
.toc.hlist ul,
    box-sizing: border-box;
#toc.hlist ul,
    width: 18em;
.wikitable.hlist td ul,
    padding: .35em;
.wikitable.hlist td ol,
}
.wikitable.hlist td dl {
 
text-align: inherit;
.wantedPortrait img {
    width: 100%;
}
 
@media screen and (max-width: 1440px) {
    :root {
        font-size: 14px;
    }
 
    .characterInfo--contentContainer {
        padding: .6em;
    }
 
    .characterInfo--infoContainer {
        width: 65%;
    }
 
    .characterInfo--imageContainer {
        width: 35%;
    }
 
    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }
 
    .tab-skill>div>img {
        max-width: 38px;
    }
 
}
}


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
@media screen and (max-width: 1220px) {
table.mw-hiero-table td {
    .tabSkill--container {
vertical-align: middle;
        max-width: 48em;
    }
}
}


/* Change the external link icon to an Adobe icon for all PDF files */
 
.mw-parser-output a[href$=".pdf"].external,
@media screen and (max-width: 1024px) {
.mw-parser-output a[href*=".pdf?"].external,
 
.mw-parser-output a[href*=".pdf#"].external,
    .flex-wrap-md {
.mw-parser-output a[href$=".PDF"].external,
        flex-wrap: wrap;
.mw-parser-output a[href*=".PDF?"].external,
    }
.mw-parser-output a[href*=".PDF#"].external {
 
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    .justify-center-md {
/* @noflip */
        justify-content: center;
padding-right: 18px;
    }
 
    .initialPage--mainContainer {
        flex-wrap: wrap;
    }
 
    .initialPage--menuContainer {
        width: 100%;
        margin-right: 0;
    }
 
    .initialPage--sideMenuContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }
 
    .initialPage--sideMenuContainer .card {
        width: 45%;
        min-height: 15em;
    }
 
    #event-time {
        bottom: 5%;
        right: 5%;
        font-size: 1.25em;
    }
 
    .initialPage--socialMediaContainer {
        margin-top: 2em;
        display: flex;
        justify-content: space-between;
    }
 
    .initialPage--socialMedia {
        width: 32%;
    }
 
    #p-search {
        margin-right: 1em;
    }
 
    .filter--containerSearch {
        justify-content: center;
    }
 
    .filter--container {
        margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center;
    }
 
    .filter:last-of-type {
        margin-top: 1em;
    }
 
    #characters-container>div {
        width: 24%;
    }
 
    .characterPage--splashArt {
        display: none;
    }
 
    .characterPage--table>tbody>.characterPage--mainSection {
        width: 100%;
        justify-content: flex-start;
    }
 
    .characterPage--characterInfoContainer {
        width: 38%;
    }
 
    .characterPage--statsInfoContainer {
        width: 30%;
        margin-left: 1.5%;
    }
 
    .stats--container>div {
        width: 100%;
    }
 
    .characterInfo--contentContainer {
        flex-wrap: wrap;
    }
 
    .characterInfo--imageContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }
 
    .characterInfo--medal {
        margin-top: -2.5em;
    }
 
    .characterInfo--infoContainer {
        width: 100%;
    }
 
    .tabsContainer {
        width: 100%;
    }
 
    .tab-skill {
        min-width: 3.5em;
    }
 
    .tab-skill>div>img {
        max-width: 36px;
    }
 
    .skillInfo>div {
        flex-wrap: wrap-reverse;
    }
 
    .skillInfo--infoContainer {
        width: 100%;
    }
 
    .skillInfo--infoContainer>center>b {
        font-size: 1.2em;
    }
 
    .skillInfo--name {
        font-size: 2.2em !important;
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
    }
 
    .skillInfo--description {
        font-size: 1.35em !important;
        display: table;
        margin: 1em !important;
 
        height: 5em;
        max-height: 5em;
    }
 
    .skillInfo--videoContainer {
        width: 100%;
        margin: 0 auto;
        padding: 1em 10em;
        padding-bottom: 1em;
    }
 
    .cardAttribute--value {
        letter-spacing: 1px;
        font-size: 1.1em;
    }
 
    .characterPage--table>tbody>.characterPage--sideSection {
        width: 30%;
        padding-left: 1.5%;
        position: absolute;
        top: 0;
        right: 0;
    }
 
    .skins--imageSkin {
        width: 100%;
    }
 
    .skins--container {
        max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
    }
 
    .skins--container span {
        width: 50%;
    }
 
    .calcXp--formItem {
        justify-content: center;
    }
 
    .calcXp--container:last-of-type {
        margin-top: 2em;
    }
 
    #p-tb h3 {
        display: none;
    }
 
}
}


/* Messagebox templates */
/*******************************************************************************
.messagebox {
      PRESET: ABAS
border: 1px solid #a2a9b1;
      *******************************************************************************/
background-color: #f8f9fa;
.tabela-abas {
width: 80%;
    width: 100%;
margin: 0 auto 1em auto;
    border-collapse: collapse;
padding: .2em;
    text-align: center;
    margin-bottom: 20px;
}
}


.messagebox.merge {
.mostrar-aba {
border: 1px solid #c0b8cc;
    cursor: pointer;
background-color: #f0e5ff;
    padding: 0;
text-align: center;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}


.messagebox.cleanup {
.imagem-botao {
border: 1px solid #9f9fff;
    display: inline-block;
background-color: #efefff;
    width: auto;
text-align: center;
    height: auto;
}
}


.messagebox.standard-talk {
.sec-aba-cem {
border: 1px solid #c0c090;
    padding: 5px;
background-color: #f8eaba;
    font-weight: bold;
margin: 4px auto;
    text-align: center;
    color: #333;
}
}


/* For old WikiProject banners inside banner shells. */
.mostrar-aba img {
.mbox-inside .standard-talk {
    border: none;
border: 1px solid #c0c090;
    background-color: transparent;
background-color: #f8eaba;
    margin: 5px;
width: 100%;
}
margin: 2px 0;
 
padding: 2px;
.mostrar-aba:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}
 
.mostrar-aba:hover img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    /* Sombra leve ao passar o mouse */
}
 
.mostrar-aba:active img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
 
.mostrar-aba.ativa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}
 
.preset-aba {
    margin: 0;
    padding: 0;
}
 
.container-conteudo {
    margin: 0;
    padding: 0;
}
 
.aba {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}
 
.aba.atual {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
 
.container-coliseu {
    display: block;
    text-align: center;
}
 
.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}
 
/*******************************************************************************
      PRESET: DIÁLOGOS
      *******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000;
    /* Garante que o texto dentro das transcrições será preto */
}
 
.transcrições b,
.transcrições strong {
    color: #000 !important;
    /* Garante que o texto negrito também será preto */
}
 
.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}
 
.me {
    float: left;
    margin: 5px 45px 5px 20px;
    color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}
 
.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}
 
/*******************************************************************************
      PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
      *******************************************************************************/
.item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
}
 
@media (max-width: 1024px) {
    .item-grid>* {
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}
 
@media (max-width: 768px) {
    .item-grid>* {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}
 
@media (max-width: 480px) {
    .item-grid>* {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
 
@media (max-width: 360px) {
    .item-grid>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
}


.messagebox.small {
.iteminfobox {
width: 238px;
    padding: 10px;
font-size: 85%;
    background: #eeeded;
/* @noflip */
    border-radius: 25px;
float: right;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
clear: both;
    width: 230px;
/* @noflip */
    height: 270px;
margin: 0 0 1em 1em;
    position: relative;
line-height: 1.25em;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}


.messagebox.small-talk {
.iteminfobox b {
width: 238px;
    font-size: clamp(10px, 2vw, 14px);
font-size: 85%;
    color: #6587c4;
/* @noflip */
    text-align: center;
float: right;
    line-height: 1.2;
clear: both;
    white-space: nowrap;
/* @noflip */
    overflow: hidden;
margin: 0 0 1em 1em;
    text-overflow: ellipsis;
line-height: 1.25em;
background-color: #f8eaba;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/**********************
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
      VECTOR.CSS
border: none;
   **********************/
/* @noflip */
 
padding: 0.25em 0.9em;     /* 0.9em left/right */
/* Geral */
width: 100%;               /* Make all mboxes the same width regardless of text length */
a {
     color: #0645ad;
}
}


td.mbox-image {               /* The left image cell */
a:visited {
border: none;
    color: #0645ad;
/* @noflip */
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
text-align: center;
}
}


td.mbox-imageright {           /* The right image cell */
a.new {
border: none;
    color: rgb(206, 0, 0) !important;
/* @noflip */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
text-align: center;
}
}


td.mbox-empty-cell {          /* An empty narrow cell */
h1,
border: none;
h2,
padding: 0;
h3,
width: 1px;
h4,
h5,
h6 {
    color: #000000;
}
}


/* Article message box styles */
hr {
table.ambox {
    color: #222;
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 10px solid #36c;  /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
}


table.ambox + table.ambox {     /* Single border between stacked boxes. */
ul {
margin-top: -1px;
    list-style-image: none;
}
}


.ambox th.mbox-text,
/* Cabeçalho */
.ambox td.mbox-text {            /* The message body cell(s) */
#mw-head-base {
padding: 0.25em 0.5em;       /* 0.5em left/right */
    background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
    background-repeat: repeat-x;
    width: 1531px;
    max-height: 63px;
    margin-top: -3.5em;
    display: block;
}
}


.ambox td.mbox-image {          /* The left image cell */
/* Navegação */
/* @noflip */
#p-cactions {
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
    background: none;
    margin-top: -0.6em;
}
}


.ambox td.mbox-imageright {     /* The right image cell */
#p-cactions li {
/* @noflip */
    background: none;
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}


table.ambox-notice {
#p-cactions li.selected {
/* @noflip */
    background: none;
border-left: 10px solid #36c;       /* Blue */
    border: 2px solid #5c3f2a;
}
}


table.ambox-speedy {
#p-cactions li.new {
/* @noflip */
    background-color: #e2e2e2;
border-left: 10px solid #b32424;    /* Red */
background-color: #fee7e6;         /* Pink */
}
}


table.ambox-delete {
#p-cactions li a {
/* @noflip */
    background-color: #e2e2e2;
border-left: 10px solid #b32424;   /* Red */
    color: #7070FF;
}
}


table.ambox-content {
#p-cactions li.selected a {
/* @noflip */
    background-color: #324f74;
border-left: 10px solid #f28500;   /* Orange */
}
}


table.ambox-style {
/* Barra de Pesquisa */
/* @noflip */
#searchInput {
border-left: 10px solid #fc3;       /* Yellow */
    background-color: #ffffff;
    border-color: #0645ad;
}
}


table.ambox-move {
#content {
/* @noflip */
    color: var(--content-text);
border-left: 10px solid #9932cc;   /* Purple */
    background-color: var(--content-bg) !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}
}


table.ambox-protection {
#simpleSearch {
/* @noflip */
    position: relative;
border-left: 10px solid #a2a9b1;   /* Gray-gold */
    height: 100%;
    background-color: white;
}
}


/* Image message box styles */
/* Menu */
table.imbox {
.vector-menu-tabs,
margin: 4px 10%;
.vector-menu-tabs a,
border-collapse: collapse;
#mw-head .vector-menu-dropdown h3 {
border: 3px solid #36c;    /* Default "notice" blue */
    background: none;
background-color: #fbfbfb;
box-sizing: border-box;
}
}


.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.vector-menu-tabs li a {
margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.       */
    background-position: center;
display: block;         /* Fix for webkit to force 100% width.  */
    background: transparent;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}
}


.mbox-inside .imbox {       /* For imboxes inside other templates.  */
.vector-menu-tabs .selected {
margin: 4px;
    font-weight: bold;
    background: #ffffff;
    border: 1px #0645ad solid;
}
}


table.imbox-notice {
.vector-menu-tabs ul {
border: 3px solid #36c;       /* Blue */
    float: left;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}
}


table.imbox-speedy {
.vector-menu-dropdown .vector-menu-content {
border: 3px solid #b32424;   /* Red */
    background-color: none;
background-color: #fee7e6;   /* Pink */
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
    margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}
}


table.imbox-delete {
/* Conteúdo */
border: 3px solid #b32424;   /* Red */
.mw-body {
    margin-top: -1px;
    border: 1px solid #8d6e63;
    border-right-width: 1px;
}
}


table.imbox-content {
.mw-parser-output small li {
border: 3px solid #f28500;   /* Orange */
    color: #000000;
}
}


table.imbox-style {
.mw-parser-output tr i {
border: 3px solid #fc3;       /* Yellow */
    color: #000000;
}
}


table.imbox-move {
.mw-parser-output tr big {
border: 3px solid #9932cc;   /* Purple */
    color: #000000;
}
}


table.imbox-protection {
.mw-parser-output .center .thumbcaption,
border: 3px solid #a2a9b1;   /* Gray-gold */
.mw-parser-output .tright .thumbcaption {
    color: #000000;
}
}


table.imbox-license {
/* Tabelas */
border: 3px solid #88a;       /* Dark gray */
.jquery-tablesorter tr td {
background-color: #f7f8ff;   /* Light gray */
    background-color: #fcfcfc !important;
    color: #000000 !important;
}
}


table.imbox-featured {
#mw-content-text .mw-parser-output .jquery-tablesorter {
border: 3px solid #cba135;   /* Brown-gold */
    transform: translatex(0px) translatey(0px);
    background-color: #fcfcfc;
    color: #000000 !important;
    border-color: #0645ad;
}
}


/* Category message box styles */
/* Links */
table.cmbox {
#mw-normal-catlinks ul a,
margin: 3px 10%;
#mw-normal-catlinks a,
border-collapse: collapse;
#ca-delete a,
border: 1px solid #a2a9b1;
#ca-move a,
background-color: #dfe8ff;    /* Default "notice" blue */
#ca-unprotect a {
box-sizing: border-box;
    color: #0645ad !important;
}
}


table.cmbox-notice {
#ca-delete a,
background-color: #d8e8ff;   /* Blue */
#ca-move a,
#ca-unprotect a {
    background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}
}


table.cmbox-speedy {
/* Rodapé */
margin-top: 4px;
#footer-info-lastmod {
margin-bottom: 4px;
  display: none !important;
border: 4px solid #b32424;    /* Red */
background-color: #ffdbdb;   /* Pink */
}
}


table.cmbox-delete {
/* Outros */
background-color: #ffdbdb;   /* Pink */
.mw-destfile-warning {
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
    background-color: #0d1b2d;
}
}


table.cmbox-content {
.mw-logline-protect {
background-color: #ffe7ce;   /* Orange */
    color: #f8f9fa !important;
}
}


table.cmbox-style {
.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
background-color: #fff9db;   /* Yellow */
    margin-left: 12px;
    color: white;
}
}


table.cmbox-move {
#msupload-div a {
background-color: #e4d8ff;   /* Purple */
    color: #3366cc;
    cursor: pointer;
    color: blue !important;
}
}


table.cmbox-protection {
#msupload-bottom a {
background-color: #efefe1;   /* Gray-gold */
    font-weight: bold;
    margin-right: 20px;
    color: black !important;
}
}


/* Other pages message box styles */
#msupload-list .file {
table.ombox {
    background: #8b929e;
margin: 4px 10%;
    border-top: 1px solid #c8ccd1;
border-collapse: collapse;
    margin: 0;
border: 1px solid #a2a9b1;   /* Default "notice" gray */
    padding: 10px;
background-color: #f8f9fa;
    position: relative;
box-sizing: border-box;
    color: black !important;
}
}


table.ombox-notice {
.wikiEditor-ui-toolbar .booklet>.index {
border: 1px solid #a2a9b1;   /* Gray */
    float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    color: black;
}
}


table.ombox-speedy {
.codeEditor-status-message {
border: 2px solid #b32424;   /* Red */
    border-left: 1px solid #c8ccd1;
background-color: #fee7e6;   /* Pink */
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
    color: black !important;
}
}


table.ombox-delete {
.wikiEditor-ui-toolbar .tabs span.tab a {
border: 2px solid #b32424;   /* Red */
    color: #000000 !important;
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}
}


table.ombox-content {
.wikiEditor-ui-toolbar .group .tool-select .label {
border: 1px solid #f28500;   /* Orange */
    position: relative;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}
}


table.ombox-style {
.wikiEditor-ui-toolbar .group .tool-select .options .option {
border: 1px solid #fc3;       /* Yellow */
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
}
}


table.ombox-move {
div.mw-number-text {
border: 1px solid #9932cc;   /* Purple */
    color: #888 !important;
}
}


table.ombox-protection {
div.mw-number-text h3 {
border: 2px solid #a2a9b1;   /* Gray-gold */
    color: #c1c1c1 !important;
}
}


/* Talk page message box styles */
/* Tooltip */
table.tmbox {
.tip2 {
margin: 4px 10%;
    background-color: #F2F2F2;
border-collapse: collapse;
    border-radius: 2px;
border: 1px solid #c0c090;   /* Default "notice" gray-brown */
    box-shadow: 0 0 6px #B2B2B2;
background-color: #f8eaba;
    display: none;
min-width: 80%;
    position: absolute;
box-sizing: border-box;
    padding: 10px;
    z-index: 1;
}
}


.tmbox.mbox-small {
.tooltip {
min-width: 0;               /* reset the min-width of tmbox above        */
    position: relative;
}
}


.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
#tip-espaco {
margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
    margin-left: 10px;
width: 100%;                 /* For Safari and Opera */
}
}


.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
#youtube {
line-height: 1.5em;          /* also "nested", so reset styles that are  */
    margin-left: -155px;
font-size: 100%;             /* set in "mbox-small" above.                */
}
}


table.tmbox-speedy {
.tooltip,
border: 2px solid #b32424;    /* Red */
.tooltip:hover+.tip2,
background-color: #fee7e6;   /* Pink */
.tip2:hover {
    display: inline;
}
}


table.tmbox-delete {
/* tira o toggle do indice, ocultar/exibir */
border: 2px solid #b32424;   /* Red */
#toc .toctogglelabel {
    display: none !important;
}
}


table.tmbox-content {
span.toctogglespan {
border: 2px solid #f28500;   /* Orange */
    display: none !important;
}
}


table.tmbox-style {
/*  WIKITABLE */
border: 2px solid #fc3;       /* Yellow */
table.wikitablec,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.tmbox-move {
table.wikitablecenter,
border: 2px solid #9932cc;   /* Purple */
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}


table.tmbox-protection,
table.wikitablec th,
table.tmbox-notice {
table.wikitablec td,
border: 1px solid #c0c090;   /* Gray-brown */
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}
}


/* Footer and header message box styles */
table.wikitablec th,
table.fmbox {
table.prettytable th {
clear: both;
    background: #f2f2f2;
margin: 0.2em 0;
     text-align: center;
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;     /* Default "system" gray */
box-sizing: border-box;
}
}


table.fmbox-system {
table.wikitablec caption,
background-color: #f8f9fa;
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


table.fmbox-warning {
table.prettytablec code,
border: 1px solid #bb7070;  /* Dark pink */
table.wikitablec code {
background-color: #ffdbdb; /* Pink */
    background-color: transparent;
}
}


table.fmbox-editnotice {
table.wikitablew-tr th,
background-color: transparent;
table.wikitablew-tr td {
    padding: 0.3em 0.4em;
}
}


/* Div based "warning" style fmbox messages. */
table.wikitablecenter th,
div.mw-warning-with-logexcerpt,
table.wikitablecenter td,
div.mw-lag-warn-high,
table.prettytable th,
div.mw-cascadeprotectedwarning,
table.prettytable td {
div#mw-protect-cascadeon,
    border: 1px #aaa solid;
div.titleblacklist-warning,
    padding: 0.2em;
div.locked-warning {
    text-align: center;
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #ffdbdb;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */
table.wikitablecenter th,
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {border-color:#fc3;background-color:#fef6e7;}
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}


/* These mbox-small classes must be placed after all other
table.wikitablecenter caption,
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
table.prettytable caption {
  they override "table.ambox + table.ambox" above. */
    margin-left: inherit;
html body.mediawiki .mbox-small {  /* For the "small=yes" option. */
    margin-right: inherit;
/* @noflip */
    font-weight: bold;
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}


html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
table.prettytablecenter code,
/* @noflip */
table.wikitablecenter code {
margin: 4px 1em 4px 0;
    background-color: transparent;
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}


/* Style for compact ambox */
table.elements {}
/* Hide the images */
 
.compact-ambox table .mbox-image,
table.elements th,
.compact-ambox table .mbox-imageright,
table.elements td {
.compact-ambox table .mbox-empty-cell {
    padding: 0.5em;
display: none;
}
}


/* Remove borders, backgrounds, padding, etc. */
td.effective {
.compact-ambox table.ambox {
    background-color: #BFFFBF;
border: none;
border-collapse: collapse;
background-color: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
}


body.mediawiki .compact-ambox table.mbox-small-left {
td.ineffective {
font-size: 100%;
    background-color: #FFBF7F;
width: auto;
margin: 0;
}
}


/* Style the text cell as a list item and remove its padding */
td.nullified {
.compact-ambox table .mbox-text {
    background-color: #FFBFBF;
padding: 0 !important;
margin: 0 !important;
}
}


.compact-ambox table .mbox-text-span {
/*  Wikitable White */
display: list-item;
table.wikitablew,
line-height: 1.5em;
table.prettytable,
list-style-type: square;
table.wikitablew-tr {
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
    margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}
}


/* Allow for hiding text in compact form */
table.wikitablewhite,
.compact-ambox .hide-when-compact {
table.prettytable {
display: none;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}
}


/* Remove underlines from certain links */
/*   Wikitable White */
.nounderlines a,
table.wikitablenb,
.IPA a:link,
table.prettytable,
.IPA a:visited {
table.wikitablenb-tr {
text-decoration: none !important;
    margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}
}


/* [[Wikipedia:NavFrame]].
.wikitablenb border: opacity {
  Entirely deprecated. Slated for removal.
    opacity: 0.5;
  Use mw-collapsible. */
div.NavFrame {
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
font-size: 95%;
}
}


div.NavFrame + div.NavFrame {
table.wikitablenoborder,
border-top-style: none;
table.prettytable {
border-top-style: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}
}


div.NavFrame div.NavHead {
/* HOVER DA TABELA*/
line-height: 1.6em;
.wikitablew td: hover {
font-weight: bold;
    background: #e9e8e8;
background-color: #ccf;
position: relative;
}
}


div.NavFrame p,
.wikitablew-tr tr: hover {
div.NavFrame div.NavContent,
    background: #e9e8e8;
div.NavFrame div.NavContent p {
font-size: 100%;
}
}


a.NavToggle {
.wikitablenb border: hover {
position: absolute;
    color: #e9e8e8;
top: 0;
/* @noflip */
right: 3px;
font-weight: normal;
font-size: 90%;
}
}


/* Hatnotes and disambiguation notices */
table.wikitablew th,
.hatnote {
table.wikitablew td,
font-style: italic;
table.prettytable th,
table.prettytable td,
table.wikitablew-tr th,
table.wikitablew-tr td {
    border: 2px #fff solid;
    padding: 0.3em 0.4em;
}
}


.hatnote i {
table.wikitablew th,
font-style: normal;
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
}
}


div.hatnote {
table.wikitablew caption,
/* @noflip */
table.prettytable caption,
padding-left: 1.6em;
table.wikitablew-tr caption {
margin-bottom: 0.5em;
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
}


div.hatnote + div.hatnote {
table.prettytablec code,
margin-top: -0.5em;
table.prettytable code,
table.wikitablew-tr code {
    background-color: transparent;
}
}


/* Prevent line breaks in silly places where desired (nowrap)
table.wikitablewhite th,
  and links when we don't want them to (nowraplinks a) */
table.wikitablewhite td,
.nowrap,
table.prettytable th,
.nowraplinks a {
table.prettytable td {
white-space: nowrap;
    border: 2px #fff solid;
    padding: 0.2em;
    text-align: center;
}
}


/* But allow wrapping where desired: */
table.wikitablewhite th,
.wrap,
table.prettytable th,
.wraplinks a {
table.wikitablew-tr th {
white-space: normal;
    background: #eaecf0;
    text-align: center;
    border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}
}


/* Increase the height of the image upload box */
table.wikitablewhite caption,
#wpUploadDescription {
table.prettytable caption,
height: 13em;
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}
}


/* Minimum thumb width */
table.prettytablecenter code,
.thumbinner {
table.wikitablewhite code,
min-width: 100px;
table.wikitablew-tr code {
    background-color: #000;
}
}


/* Prevent floating boxes from overlapping any category listings,
table.elements {}
  file histories, edit previews, and edit [Show changes] views. */
 
#mw-subcategories,
table.elements th,
#mw-pages,
table.elements td {
#mw-category-media,
    padding: 0.5em;
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}


/* Selectively hide headers in WikiProject banners */
td.effective {
/* TemplateStyles */
    background-color: #BFFFBF;
.wpb .wpb-header {
display: none;
}
}


.wpbs-inner .wpb .wpb-header {
td.ineffective {
display: table-row;
    background-color: #FFBF7F;
}
}


.wpbs-inner .wpb-outside {
td.nullified {
display: none;             /* hide things that should only display outside shells */
    background-color: #FFBFBF;
}
}


/* Styling for Abuse Filter tags */
/**********************************
.mw-tag-markers {
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img
font-style: italic;
 
font-size: 90%;
predefinição:img | deixa as imagens responsivas pro mobile
**********************************/
.responsive-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.custom-image {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
    width: 100%;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    max-width: 800px;
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
    height: auto;
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
.responsive-image[style*="text-align:left"] {
  this overrides the ".sysop-show { display: none; }" above that applies
    margin: 0;
  to the same link as well. See [[phab:T45013]]
    text-align: left;
}
 
.responsive-image[style*="text-align:right"] {
    margin: 0;
    text-align: right;
}


  Hide the images in editnotices to keep them readable in VE view.
.responsive-image[style*="text-align:center"] {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
    text-align: center;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}


/* Remove bullets when there are multiple edit page warnings */
 
ul.permissions-errors > li {
/* ---------------------------------------------------------------------------------------------------------------- */
list-style: none none;
 
/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */
 
/* Container principal responsivo */
.mw-tabber-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
}


ul.permissions-errors {
/* Container das abas */
margin: 0;
.mw-tabber-tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
    list-style: none;
}
}


/* texhtml class for inline math (based on generic times-serif class) */
/* Estilo individual de cada aba */
span.texhtml {
.mw-tabber-tab {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    flex: 1 1 auto;
font-size: 118%;
    min-width: 100px;
line-height: 1;
    padding: 12px 20px;
white-space: nowrap;
    cursor: pointer;
/* Force tabular and lining display for texhtml */
    background-color: #eaecf0;
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    border: none;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    border-right: 1px solid #c8ccd1;
font-feature-settings: "lnum", "tnum", "kern" 0;
    text-align: center;
font-variant-numeric: lining-nums tabular-nums;
    font-size: 14px;
font-kerning: none;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}
}


span.texhtml span.texhtml {
.mw-tabber-tab:last-child {
font-size: 100%;
    border-right: none;
}
}


span.mwe-math-mathml-inline {
/* Hover nas abas */
font-size: 118%;
.mw-tabber-tab:hover {
    background-color: #f8f9fa;
    color: #0b0080;
}
}


/* Make <math display="block"> be left aligned with one space indent for
/* Aba ativa */
* compatibility with style conventions
.mw-tabber-tab.active {
*/
    background-color: #ffffff;
.mwe-math-fallback-image-display,
    color: #0645ad;
.mwe-math-mathml-display {
    border-bottom: 3px solid #0645ad;
margin-left: 1.6em !important;
    font-weight: 600;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}


.mwe-math-mathml-display math {
/* Container do conteúdo */
display: inline;
.mw-tabber-content {
    padding: 20px;
    background-color: #ffffff;
    min-height: 200px;
}
}


/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
/* Painel de conteúdo individual */
.k-player .k-attribution {
.mw-tabber-panel {
visibility: hidden;
    display: none;
    animation: fadeIn 0.3s ease;
}
}


/* Move 'play' button of video player to bottom left corner */
.mw-tabber-panel.active {
.PopUpMediaTransform a .play-btn-large {
    display: block;
margin: 0;
top: auto;
right: auto;
bottom: 0;
left: 0;
}
}


/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
/* Animação de fade in */
.bordered-images img {
@keyframes fadeIn {
border: solid #ddd 1px;
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


@media screen {
/* Responsividade para tablets */
/* Gallery styles background changes are restricted to screen view.
@media (max-width: 768px) {
  In printing we should avoid applying backgrounds. */
    .mw-tabber-tabs {
/* The backgrounds for galleries. */
        flex-direction: column;
#content .gallerybox div.thumb {
    }
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background-image: none;
}


/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
    .mw-tabber-tab {
  do not apply to print mode */
        border-right: none;
#siteSub {
        border-bottom: 1px solid #c8ccd1;
display: block;
        width: 100%;
}
    }
 
    .mw-tabber-tab.active {
        border-bottom: 3px solid #0645ad;
        border-right: none;
    }
 
    .mw-tabber-content {
        padding: 15px;
    }
}
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
/* Responsividade para mobile */
.flaggedrevs_draft_synced,
@media (max-width: 480px) {
.flaggedrevs_stable_synced,
    .mw-tabber-tab {
/* "Temporary" to remove links in sidebar T255381 */
        padding: 10px 15px;
#t-upload,
        font-size: 13px;
/* Hide broken download box on Special:Book pending T285400 */
    }
.mw-special-Book #coll-downloadbox {
 
display: none;
    .mw-tabber-content {
        padding: 12px;
        min-height: 150px;
    }
}
}

Edição atual tal como às 05h37min de 11 de novembro de 2025




@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');

/* body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
	filter: brightness(0.6);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
/* === FONTE PADRÃO === */
body,
.mw-parser-output,
.mw-headline,
#firstHeading,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
table, td, th, caption {
    font-family: 'Noto Sans', sans-serif !important;
}

/* === LEGENDAS DE IMAGEM === */
.thumbcaption {
    font-size: 1.1em !important;
    text-align: center !important;
    line-height: 1.4;
    font-weight: 400;
}

/* === TABELAS ENHANCE === */
table.table-enhance {
    max-width: 600px;
    margin: 1em auto;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.table-enhance th,
.table-enhance td {
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    text-align: center;
    vertical-align: middle;
}

.table-enhance th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.table-enhance tr:nth-child(even) td {
    background-color: #fafafa;
}

.table-enhance tr:hover td {
    background-color: #f0f8ff;
    transition: background-color 0.2s ease;
}

.table-enhance-vertical td:first-child {
    font-weight: bold;
    color: #2c3e50;
}

/* === AJUSTES NA SIDEBAR === */
#p-logo {
    background-color: transparent !important;
}

#mw-panel .mw-portlet.portal .vector-menu-content-list > li > a {
    font-size: 0.80rem !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* === REMOÇÃO DE BORDAS EM TÍTULOS === */
.mw-headline {
    border-bottom: none !important;
}

h1, h2, h3, h4, h5, h6 {
    border-bottom: none !important;
}

.video-responsivo {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: black;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.video-responsivo video {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#contentSub,
#contentSub2 {
    margin: 0 !important;
    padding: 0 !important;
    display: none;
    /* opcional: se quiser sumir com tudo */
}

/* Discord */
#n-Discord {
    font-size: 10px;
    line-height: 1.5em;
}

#p-Discord-label {
    display: none;
}

#n-Discord a {
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #4c57d0;
    background-color: #5865f2;
    display: block;
    position: relative;
    padding: 4px 4px 3px calc(14px + 6.5px * 2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

#n-Discord a::before {
    font-weight: normal;
    opacity: 0.85;
    margin-left: 1.25em
}

#n-Discord a::after {
    content: '';
    background: url(/images/7/76/Discord-brands.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
}

#n-Discord a:hover {
    text-decoration: none;
    background-color: #7885ff;
    border-color: #6c77f0;
    transition: .3s
}

/* css atual */
/* ESTILIZAÇÃO PADRÃO */

.thumb .thumbcaption .magnify:first-child {
    display: none;
}

html {
    scroll-behavior: auto;
    /*smooth*/
}

.dark-mode:root {
    --content-bg: #fcfcfc;
}

:root {
    --content-bg: #fcfcfc;
    --content-text: #000;
    --simpleSearch-bg: #fff;
    --searchInput-text: #aaaaaa;
    --link-text: #0645ad;
    --lightGray: rgba(240, 240, 240);
    --gray: rgb(190, 190, 190);
    --transparent-blue: #338be58c;
    --blue: #338be5;
}

.dark-mode:root {
    --content-bg: #fcfcfc;
}

a:visited,
a {
    color: var(--link-text) !important;
}

/*
body {
	position: relative;
}
body {
	position: relative;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('https://wiki.gla.com.br/images/3/35/Fundodawikiglatest.png') no-repeat;
	filter: brightness(0.8);
  
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
body {
    position: relative;
    background-image: url(/images/3/31/Cinza_capriw.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

/*
  h1,
  h2 {
      margin-bottom: 0.6em;
      border-bottom: 0px !important;
  }
  */
#firstHeading {
    border-bottom: 0px !important;
}

#simpleSearch {
    background-color: var(--simpleSearch-bg) !important;
}

#p-personal {
    right: 1em;
    top: .5em;
}

#p-search {
    float: left;
    margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}

#searchInput {
    background-color: #231813;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr;
}

.mw-body {
    margin-top: -1px;
    border: 2px solid #5c3f2b !important;
    border-right-width: 2px !important;
}

/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference

/* for Parsoid */
    {
    font-size: 80%;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
       * For sanity, only do this if [[Project_talk:Support_desk]] is a
       * redirect (which goes back to [[Project:Support_desk]]).
       * If that is changed for some reason, it automatically comes back.
       */
.page-Project_Support_desk #ca-talk a.mw-redirect {
    display: none;
}

/* CSS Hover Gallery for Mediawiki */

.gallery_zoom_img img {
    -moz-transition: -moz-transform 0.1s ease-in;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease-in;
    transition: transform 0.1 ease-in;
}

.gallery_zoom_img img:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

/*--------------------------------------------------
      CSS CUSTOMIZADO
      --------------------------------------------------*/

/*--------------------------------------------------
      Vector 
      --------------------------------------------------*/

.vector-menu-tabs li {
    background: transparent;
}

/*--------------------------------------------------
      Tabber 
      --------------------------------------------------*/

.center-tab .tabber__header {
    justify-content: center;
}

/*--------------------------------------------------
      Tags de uso generalizado
      --------------------------------------------------*/

.mt-1 {
    margin-top: .75em;
}

.mt-2 {
    margin-top: 1.5em;
}

.mt-4 {
    margin-top: 3em;
}

.mt--4 {
    margin-top: -2em;
}

.mb-2 {
    margin-bottom: 1em;
}


.d-flex,
.td-flex td {
    display: flex;
}

.d-block {
    display: block;
}

.relative {
    position: relative;
}

.text-justify {
    text-align: justify;
}

.align-center {
    align-items: center;
}

.align-top {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.border-none {
    border: none !important;
}

.w-25 {
    width: 25%;
}

.h-100 {
    height: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.section-title {
    display: block;
    border-radius: 8px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}

.badge {
    padding: .25em .57em;
    margin: .45em;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    max-height: 1.5em;
    font-size: .9em;
    letter-spacing: 1px;
    box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom, #459cca, #5684c8);
}

.card {
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}

.card-title {
    display: block;
    padding: .25em 0;
    margin-bottom: 1em;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #459cca, #5684c8);

    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}

.scaleUp-hover {
    transition: all .25s ease;
    image-rendering: auto;
    /* ou crisp-edges */
}

.scaleUp-hover:hover {
    transform: scale(1.1);
}


/*--------------------------------------------------
      Tooltip 
      --------------------------------------------------*/

.simple-tooltip-inline {
    border: none !important;
}

.tooltipster-default {
    background-color: rgb(220, 220, 220);
    color: black !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tooltipster-arrow {
    borde-color: rgb(220, 220, 220) !important;
}

#bigImage {
    position: absolute;
    transform: translate(0, -100%);
}

/**********************************
          Widget:GlobalEventTimer
          **********************************/
.global-event-widget {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.global-event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#global-event-time {
    position: absolute;
    bottom: 3%;
    left: 3px;
    padding: 2px 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: linear-gradient(to right, rgba(25, 25, 25, 0.85), rgba(0, 0, 0, 0));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    max-width: fit-content;
}

/**********************************
      WIDGET: PAGEVIDEO
      **********************************/
.pagevideo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px auto;
    width: 100%;
}

.pagevideo {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .pagevideo {
        max-width: 100%;
    }
}

/**********************************
      MEDIAWIKI: SIMBOLO DE LINKS EXTERNOS
      **********************************/
.mw-parser-output .external {
    background-image: none !important;
    padding-right: 0 !important;
}

/**********************************
      PREDEFINIÇÃO: Titulo
      #firstHeading {
      display: none;
  }
      **********************************/


#custom-title {
    display: inline-block;
    display: block;
    text-align: left;
}

#custom-title img {
    display: inline-block;
}

/*--------------------------------------------------
      Pagina Inicial
      --------------------------------------------------*/
.initialPage--table {
    width: 100%;
    text-align: center;
}

.initialPage--table>tbody>tr>th,
.initialPage--table>tbody>tr>td {
    background: transparent !important;
}

.initialPage--title,
.initialPage--events {
    border: none;
    border-collapse: separate;
}

.initialPage--events th,
.initialPage--title th {
    color: black !important;
    padding: .4em;
}

.initialPage--title th {
    background-color: transparent !important;
    font-size: 2em;
}

.initialPage--events {
    display: flex;
    height: 20em;
}

.initialPage--eventsLogo {
    height: 100%;
    padding: .5em 3.5em 2em 0;
    display: flex;
    align-items: center;
}

.initialPage--events td {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.initialPage--mainContainer {
    display: flex;
    align-items: flex-start;
}

.initialPage--menuContainer {
    width: 75%;
    margin-right: 1.5em;
}

.initialPage--sideMenuContainer {
    width: 25%;
}

.initialPage--menuTitle {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-weight: bold;

    background: linear-gradient(to bottom, #459cca, #5684c8);
    border-radius: 10px 10px 0 0;
    color: white;
}

.initialPage--menu {
    display: flex;
    flex-wrap: wrap;
}

.initialPage--menuItemContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    padding: 1em 0;
}

.initialPage--menuItem {
    width: 22.5%;
}

.initialPage--menuItem a img {
    width: 100%;
}

.initialPage--socialMediaContainer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8em;
    padding: 0 1.5em;
}

.initialPage--socialMedia {
    position: relative;
    border-top: 2px solid #689cc0;
    margin-top: 1em;
}

.initialPage--socialMedia:before {
    content: '';
    position: absolute;
    top: -2px;
    display: block;
    width: 0;
    height: 2px;
    z-index: 1;
    transition: width .25s ease;
}

.initialPage--socialMedia:hover::before {
    width: 100%;
}

.initialPage--socialMediaLink {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 1.35em;
    font-weight: 600;
    letter-spacing: .03em;
    color: #689cc0 !important;

    padding: .9em .5em;
    transition: color .25s ease;
}

.initialPage--socialMediaLink:visited {
    color: #689cc0 !important;
}

.initialPage--socialMediaLink:hover {
    text-decoration: none;
}

.socialMedia--svg {
    display: flex;
    align-items: center;
}

.socialMedia--svg svg {
    width: 2em;
    fill: #689cc0;
    transition: all .25s ease;
}

.socialMedia--svg svg path {
    fill: inherit;
}

/*
      Discord
      */

.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover {
    color: #5865f2 !important;
}

.initialPage--socialMedia.discord:before {
    background: #5865f2;
}

.initialPage--socialMedia.discord>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #5865f2 !important;
}

/*
      Instagram
      */

.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover {
    color: #f09433 !important;
}

.initialPage--socialMedia.instagram:before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.initialPage--socialMedia.instagram>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: url(#gradient-vertical);
}

/*
      Facebook
      */

.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover {
    color: #4267B2 !important;
}

.initialPage--socialMedia.facebook:before {
    background: #4267B2;
}

.initialPage--socialMedia.facebook>.initialPage--socialMediaLink:hover>.socialMedia--svg svg {
    fill: #4267B2 !important;
}

/*--------------------------------------------------
      Ocultação de componentes
      --------------------------------------------------*/

#p-navigation {
    background-color: transparent;
}

#mw-head-base {
    background-color: transparent;
    width: auto !important;
}

#mw-page-base {
    background: transparent;
}

#mw-panel #p-tb h3 {
    color: rgb(0, 0, 0);
    font-size: .75em;
}

#p-tb {
    display: none;
}

/* #ca-nstab-mediawiki { display: none; } */
/* #ca-talk { display: none; } */
#ca-view {
    display: none;
}

#ca-history {
    display: none;
}

#ca-viewsource {
    display: none !important;
}

/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
      Pacientes
      */

.table-pacients {
    display: block;
    max-width: 1400px;
    overflow-x: auto;
}

.table-pacients img {
    width: 15.715em;
    height: auto;
}

/*
      PERSONAGENS
      */

.filter--containerSearch {
    display: flex;
    padding: 0 2em;
    justify-content: flex-end;
    align-items: center;
}

.filter--container {
    display: flex;
    padding: 0 2em;
    justify-content: space-between;
    align-items: center;
}

.filter {
    width: fit-content;
    display: flex;
    justify-content: center;
    border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}

.filter--title {
    display: flex;
    border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}

.filter--icon,
.calcXp--tierIcon {
    padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}

.filter--icon.tier img {
    filter: grayscale(.0);
}

.filter--icon.tier.active img {
    box-shadow: none;
}

.filter--icon img {
    filter: grayscale(.8);
    border-radius: 10px;

    transition: all .25s ease;
}

.calcXp--tierIcon img {
    filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;

    transition: all .25s ease;
}

.filter--icon.active img {
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}

.filter--icon.tier.active img,
.calcXp--tierIcon.active img {
    transform: scale(.85);
}

.filter--icon.tier#bronze.active img,
.calcXp--tierIcon#bronze.active img {
    filter: drop-shadow(0px 1px 8px #f18a05);
}

.filter--icon.tier#silver.active img,
.calcXp--tierIcon#silver.active img {
    filter: drop-shadow(0px 1px 8px #8b8b8b);
}

.filter--icon.tier#gold.active img,
.calcXp--tierIcon#gold.active img {
    filter: drop-shadow(0px 1px 8px #fbc300);
}

.filter--icon.tier#diamond.active img,
.calcXp--tierIcon#diamond.active img {
    filter: drop-shadow(0px 1px 8px #0391c5);
}

.filter--input {
    box-sizing: border-box;
    padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}

.filter--inputContainer {
    box-sizing: border-box;
    position: relative;
}

.filter--searchButton {
    cursor: pointer;
    display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;

}

.filter--searchButton img {
    filter: invert(1);
}

.calcXp--container {
    box-sizing: border-box;
    padding: 2.25em 1.25em;
    width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}

.calcXp--resultTitle {
    text-align: center;
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em !important;
    letter-spacing: .05em;
}

.calcXp--formItem {
    display: flex;
    align-items: center;
}

.calcXp--formItem input {
    box-sizing: border-box;
    padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}

.calcXp--formItem span {
    font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}

#calculate-btn {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;

    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;

    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}

#calculate-btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}

#calc-result {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

#calc-result .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 5em;
    width: 5em;
}

.calcXp--xpIcon {
    margin-left: -.2em;
}

.calcXp--numberOfPots {
    padding-top: .2em;
    font-size: 1.15em;
}

#characters-container {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
}

#characters-container>div {
    box-sizing: border-box;
    display: none;
    padding: 1em;
    width: 19%;
    margin-right: 1%;
}

#characters-container>div.show {
    display: block;
}

#characters-container>div>a>img {
    width: 100%;
    border-radius: 8px;
    filter: grayscale(.3);
    transition: all .25s ease;
}

#characters-container>div:hover>a>img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    filter: grayscale(0);
    transform: scale(1.06);
}

.characterPage--splashArt {
    position: absolute;
    top: -2%;
    right: -2%;
    width: 35%;
}

.characterPage--table {
    margin-top: -4em;
    width: 100%;
}

.characterPage--table>tbody {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.characterPage--table>tbody>.characterPage--mainSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}

.characterPage--table>tbody>.characterPage--sideSection {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 33%;
    padding: 0 1em;
}

.characterPage--characterInfoContainer {
    width: 43%;
}

.characterPage--statsInfoContainer {
    width: 55%;
}

.stats--container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25em;
}

.stats--container>div {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5em;
}

.stats--container div img {
    width: 2.25em;
}

.stats--bar {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0 1.25em;
}

.bar-filled:first-child,
.bar-notFilled:first-child {
    border-radius: 6px 0 0 6px;
}

.bar-filled:last-child,
.bar-notFilled:last-child {
    border-radius: 0 6px 6px 0;
}

.bar-filled,
.bar-notFilled {
    display: block;
    width: 18%;
    height: 6px;
}

.bar-filled {
    background: var(--blue);
}

.bar-notFilled {
    background: var(--transparent-blue);
}

.characterInfo--name {
    margin: 0 !important;
}

.characterInfo--badgeContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}

.characterInfo--contentContainer {
    display: flex;
    justify-content: space-between;
    padding: .6em 1.3em;
}

.characterInfo--imageContainer {
    width: 25%;
}

.characterInfo--medal {
    margin-top: -1.5em;
}


.characterInfo--infoContainer {
    width: 75%;
    text-align: center;
}

.characterInfo--infoContainer #toc {
    display: none;
}

.characterPage--skins {
    width: 100%;
}

.characterPage--characterSkills {
    width: 100%;
}

/*
      Card de Skins
      */

.skins--container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: -0.75em 0.75em;
    gap: -0.5em;
    /* Adiciona espaçamento consistente entre os itens */
}

.skins--container span {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skins--imageSkin {
    max-width: 100%;
    /* Limita o tamanho máximo da imagem */
    max-height: 100%;
    /* Limita o tamanho máximo da imagem */
    object-fit: contain;
    /* Garante que a imagem se ajusta proporcionalmente */
}

/*
      Seção das skills do personagem
      */

.tabsContainer {
    width: 95%;
    margin: 0 auto;
    padding-bottom: .5em;
}

.tabsContainer table {
    width: 100%;
    border-collapse: collapse;
}

.tabsContainer table>tbody>tr>td {
    border-bottom: 2px solid rgb(225, 225, 225);
}

.tabSkill--container {
    padding-bottom: .85em;
    display: flex;
    max-width: 72em;
    overflow-x: auto;
}

.skillInfo--description::-webkit-scrollbar,
.tabSkill--container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.skillInfo--description::-webkit-scrollbar-track,
.tabSkill--container::-webkit-scrollbar-track {
    background-color: #4799c954;
    border-radius: 10px;
}

.skillInfo--description::-webkit-scrollbar-thumb,
.tabSkill--container::-webkit-scrollbar-thumb {
    background-color: rgb(85 135 200 / 74%);
    border-radius: 10px;
}

.tab-skill {
    transition: all .25s ease;
    width: 100%;
    min-width: 5em;
}

.tab-skill.active {
    border-color: #459cca;
}

.tab-skill>div {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25em;
}

.tab-skill>div>img {
    width: 100%;
    max-width: 40px;
    height: auto;
}

.skillInfo--container {
    width: 100%;
}

.skillInfo--container>td {
    border: none !important;
}

.skillInfo {
    display: none;
}

.skillInfo.active {
    display: table-cell;
}

.skillInfo.active {
    display: table-cell;
}

.skillInfo--videoContainer {

    align-self: center;
    width: 45%;
}

.skillInfo--skillVideo2 {
    display: none;
    border-radius: 8px;
}

.skillInfo--skillVideo2.active {
    display: flex;
}

.skillInfo--videoSelector {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background: var(--transparent-blue);
    cursor: pointer;
    margin-right: .85em;

    transition: all .25s ease;
}

.skillInfo--videoSelector.active {
    background: var(--blue);
    transform: scale(.8);
}

.skillInfo--infoContainer {
    width: 50%;
}

.skillInfo>div>.skillInfo--infoContainer b {
    color: #2a87c4 !important;
}

.skillInfo--infoContainer>center>b {
    font-size: 1.15em;
}

.skillInfo--name {
    font-size: 1.85em;
    letter-spacing: 1px;
    text-align: center;
}

.skillInfo--description {
    display: inline-block;
    font-size: 1.03em;
    line-height: 1.5em;
    padding: 0 1em;
    height: 12em;
    max-height: 12em;
    overflow-y: auto;
    text-align: justify;
}

.skillInfo--attributesContainer>h1 {
    color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}

/* card attributes */
.attribute--cardsContainer {
    display: flex;
    align-items: flex-start;

    width: fit-content;
    margin: 0 auto;

    background: var(--lightGray);
    border: 2px solid var(--gray);
}

.cardAttribute {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8em;
}

.cardAttribute--icon {
    margin: .6em 0;
    height: 2em;
}

.cardAttribute--value {
    margin: 0 !important;

    font-size: .9em !important;
    font-weight: bold;
    line-height: 1.65em !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/*------------------------------------
      WANTED
      -----------------------------------*/

.selectWanted--container {
    display: flex;
    justify-content: center;
}

#selectbox-wanted {
    padding: .35em .5em;
    font-family: sans-serif;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
    border: 2px solid #5684c8;
    border-radius: 6px;
}

.wantedPortrait--container {
    width: 100%;
}

.wantedPortrait--title {
    width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}

.wantedPortraits {
    display: flex;
    flex-wrap: wrap;
}

.wantedPortrait {
    box-sizing: border-box;
    width: 18em;
    padding: .35em;
}

.wantedPortrait img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    :root {
        font-size: 14px;
    }

    .characterInfo--contentContainer {
        padding: .6em;
    }

    .characterInfo--infoContainer {
        width: 65%;
    }

    .characterInfo--imageContainer {
        width: 35%;
    }

    .tabSkill--container {
        max-width: 61em;
        margin: 0 auto;
    }

    .tab-skill>div>img {
        max-width: 38px;
    }

}

@media screen and (max-width: 1220px) {
    .tabSkill--container {
        max-width: 48em;
    }
}


@media screen and (max-width: 1024px) {

    .flex-wrap-md {
        flex-wrap: wrap;
    }

    .justify-center-md {
        justify-content: center;
    }

    .initialPage--mainContainer {
        flex-wrap: wrap;
    }

    .initialPage--menuContainer {
        width: 100%;
        margin-right: 0;
    }

    .initialPage--sideMenuContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 1.5em;
    }

    .initialPage--sideMenuContainer .card {
        width: 45%;
        min-height: 15em;
    }

    #event-time {
        bottom: 5%;
        right: 5%;
        font-size: 1.25em;
    }

    .initialPage--socialMediaContainer {
        margin-top: 2em;
        display: flex;
        justify-content: space-between;
    }

    .initialPage--socialMedia {
        width: 32%;
    }

    #p-search {
        margin-right: 1em;
    }

    .filter--containerSearch {
        justify-content: center;
    }

    .filter--container {
        margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter:last-of-type {
        margin-top: 1em;
    }

    #characters-container>div {
        width: 24%;
    }

    .characterPage--splashArt {
        display: none;
    }

    .characterPage--table>tbody>.characterPage--mainSection {
        width: 100%;
        justify-content: flex-start;
    }

    .characterPage--characterInfoContainer {
        width: 38%;
    }

    .characterPage--statsInfoContainer {
        width: 30%;
        margin-left: 1.5%;
    }

    .stats--container>div {
        width: 100%;
    }

    .characterInfo--contentContainer {
        flex-wrap: wrap;
    }

    .characterInfo--imageContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .characterInfo--medal {
        margin-top: -2.5em;
    }

    .characterInfo--infoContainer {
        width: 100%;
    }

    .tabsContainer {
        width: 100%;
    }

    .tab-skill {
        min-width: 3.5em;
    }

    .tab-skill>div>img {
        max-width: 36px;
    }

    .skillInfo>div {
        flex-wrap: wrap-reverse;
    }

    .skillInfo--infoContainer {
        width: 100%;
    }

    .skillInfo--infoContainer>center>b {
        font-size: 1.2em;
    }

    .skillInfo--name {
        font-size: 2.2em !important;
        letter-spacing: 1px;
        margin-top: .5em !important;
        text-align: center;
    }

    .skillInfo--description {
        font-size: 1.35em !important;
        display: table;
        margin: 1em !important;

        height: 5em;
        max-height: 5em;
    }

    .skillInfo--videoContainer {
        width: 100%;
        margin: 0 auto;
        padding: 1em 10em;
        padding-bottom: 1em;
    }

    .cardAttribute--value {
        letter-spacing: 1px;
        font-size: 1.1em;
    }

    .characterPage--table>tbody>.characterPage--sideSection {
        width: 30%;
        padding-left: 1.5%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .skins--imageSkin {
        width: 100%;
    }

    .skins--container {
        max-height: 14em;
        overflow-x: clip;
        overflow-y: auto;
    }

    .skins--container span {
        width: 50%;
    }

    .calcXp--formItem {
        justify-content: center;
    }

    .calcXp--container:last-of-type {
        margin-top: 2em;
    }

    #p-tb h3 {
        display: none;
    }

}

/*******************************************************************************
      PRESET: ABAS
      *******************************************************************************/
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}

.mostrar-aba {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.imagem-botao {
    display: inline-block;
    width: auto;
    height: auto;
}

.sec-aba-cem {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.mostrar-aba img {
    border: none;
    background-color: transparent;
    margin: 5px;
}

.mostrar-aba:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    /* Barrinha sutil ao passar o mouse */
}

.mostrar-aba:hover img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    /* Sombra leve ao passar o mouse */
}

.mostrar-aba:active img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.mostrar-aba.ativa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}

.preset-aba {
    margin: 0;
    padding: 0;
}

.container-conteudo {
    margin: 0;
    padding: 0;
}

.aba {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.aba.atual {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.container-coliseu {
    display: block;
    text-align: center;
}

.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}

/*******************************************************************************
      PRESET: DIÁLOGOS
      *******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000;
    /* Garante que o texto dentro das transcrições será preto */
}

.transcrições b,
.transcrições strong {
    color: #000 !important;
    /* Garante que o texto negrito também será preto */
}

.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}

.me {
    float: left;
    margin: 5px 45px 5px 20px;
    color: #000;
    /* Garante que o texto dentro da classe .me será preto */
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}

/*******************************************************************************
       PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
      *******************************************************************************/
.item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .item-grid>* {
        flex: 1 1 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

@media (max-width: 768px) {
    .item-grid>* {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 480px) {
    .item-grid>* {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 360px) {
    .item-grid>* {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.iteminfobox {
    padding: 10px;
    background: #eeeded;
    border-radius: 25px;
    box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
    width: 230px;
    height: 270px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iteminfobox b {
    font-size: clamp(10px, 2vw, 14px);
    color: #6587c4;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**********************
      VECTOR.CSS
  **********************/

/* Geral */
a {
    color: #0645ad;
}

a:visited {
    color: #0645ad;
}

a.new {
    color: rgb(206, 0, 0) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

hr {
    color: #222;
}

ul {
    list-style-image: none;
}

/* Cabeçalho */
#mw-head-base {
    background: url(http://70.39.70.36/images/f/fd/azul_capriw2.png);
    background-repeat: repeat-x;
    width: 1531px;
    max-height: 63px;
    margin-top: -3.5em;
    display: block;
}

/* Navegação */
#p-cactions {
    background: none;
    margin-top: -0.6em;
}

#p-cactions li {
    background: none;
}

#p-cactions li.selected {
    background: none;
    border: 2px solid #5c3f2a;
}

#p-cactions li.new {
    background-color: #e2e2e2;
}

#p-cactions li a {
    background-color: #e2e2e2;
    color: #7070FF;
}

#p-cactions li.selected a {
    background-color: #324f74;
}

/* Barra de Pesquisa */
#searchInput {
    background-color: #ffffff;
    border-color: #0645ad;
}

#content {
    color: var(--content-text);
    background-color: var(--content-bg) !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}

#simpleSearch {
    position: relative;
    height: 100%;
    background-color: white;
}

/* Menu */
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
    background: none;
}

.vector-menu-tabs li a {
    background-position: center;
    background: transparent;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 0.9em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}

.vector-menu-tabs .selected {
    font-weight: bold;
    background: #ffffff;
    border: 1px #0645ad solid;
}

.vector-menu-tabs ul {
    float: left;
    height: 100%;
    list-style: none none;
    margin: 0;
    padding: 0;
    margin-top: -0.3em;
}

.vector-menu-dropdown .vector-menu-content {
    background-color: none;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    right: -1px;
    margin: 0;
    border: 2px solid #0645ad !important;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
}

/* Conteúdo */
.mw-body {
    margin-top: -1px;
    border: 1px solid #8d6e63;
    border-right-width: 1px;
}

.mw-parser-output small li {
    color: #000000;
}

.mw-parser-output tr i {
    color: #000000;
}

.mw-parser-output tr big {
    color: #000000;
}

.mw-parser-output .center .thumbcaption,
.mw-parser-output .tright .thumbcaption {
    color: #000000;
}

/* Tabelas */
.jquery-tablesorter tr td {
    background-color: #fcfcfc !important;
    color: #000000 !important;
}

#mw-content-text .mw-parser-output .jquery-tablesorter {
    transform: translatex(0px) translatey(0px);
    background-color: #fcfcfc;
    color: #000000 !important;
    border-color: #0645ad;
}

/* Links */
#mw-normal-catlinks ul a,
#mw-normal-catlinks a,
#ca-delete a,
#ca-move a,
#ca-unprotect a {
    color: #0645ad !important;
}

#ca-delete a,
#ca-move a,
#ca-unprotect a {
    background-color: #ffffff !important;
    border-color: #0645ad;
    border-width: 0px;
}

/* Rodapé */
#footer-info-lastmod {
  display: none !important;
}

/* Outros */
.mw-destfile-warning {
    border: 1px solid #8d6e63;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    color: #f8f9fa;
    background-color: #0d1b2d;
}

.mw-logline-protect {
    color: #f8f9fa !important;
}

.oo-ui-popupWidget-head>.oo-ui-iconElement-noIcon+.oo-ui-labelElement-label {
    margin-left: 12px;
    color: white;
}

#msupload-div a {
    color: #3366cc;
    cursor: pointer;
    color: blue !important;
}

#msupload-bottom a {
    font-weight: bold;
    margin-right: 20px;
    color: black !important;
}

#msupload-list .file {
    background: #8b929e;
    border-top: 1px solid #c8ccd1;
    margin: 0;
    padding: 10px;
    position: relative;
    color: black !important;
}

.wikiEditor-ui-toolbar .booklet>.index {
    float: left;
    width: 20%;
    height: 125px;
    overflow: auto;
    resize: horizontal;
    color: black;
}

.codeEditor-status-message {
    border-left: 1px solid #c8ccd1;
    border-right: 1px solid #c8ccd1;
    padding: 0 0.3em;
    width: 100%;
    display: table-cell;
    color: black !important;
}

.wikiEditor-ui-toolbar .tabs span.tab a {
    color: #000000 !important;
    cursor: pointer;
    display: block;
    height: 32px;
    padding-left: 18px;
    padding-right: 12px;
}

.wikiEditor-ui-toolbar .group .tool-select .label {
    position: relative;
    padding: 0 26px 0 4px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #222 !important;
}

.wikiEditor-ui-toolbar .group .tool-select .options .option {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #000 !important;
    white-space: nowrap;
}

div.mw-number-text {
    color: #888 !important;
}

div.mw-number-text h3 {
    color: #c1c1c1 !important;
}

/* Tooltip */
.tip2 {
    background-color: #F2F2F2;
    border-radius: 2px;
    box-shadow: 0 0 6px #B2B2B2;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
}

.tooltip {
    position: relative;
}

#tip-espaco {
    margin-left: 10px;
}

#youtube {
    margin-left: -155px;
}

.tooltip,
.tooltip:hover+.tip2,
.tip2:hover {
    display: inline;
}

/* tira o toggle do indice, ocultar/exibir */
#toc .toctogglelabel {
    display: none !important;
}

span.toctogglespan {
    display: none !important;
}

/*   WIKITABLE */
table.wikitablec,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

table.wikitablecenter,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

table.wikitablec th,
table.wikitablec td,
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablec th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}

table.wikitablec caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablec code,
table.wikitablec code {
    background-color: transparent;
}

table.wikitablew-tr th,
table.wikitablew-tr td {
    padding: 0.3em 0.4em;
}

table.wikitablecenter th,
table.wikitablecenter td,
table.prettytable th,
table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablecenter th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}

table.wikitablecenter caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablecenter code,
table.wikitablecenter code {
    background-color: transparent;
}

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

td.effective {
    background-color: #BFFFBF;
}

td.ineffective {
    background-color: #FFBF7F;
}

td.nullified {
    background-color: #FFBFBF;
}

/*   Wikitable White */
table.wikitablew,
table.prettytable,
table.wikitablew-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}

table.wikitablewhite,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #fff solid;
    border-collapse: collapse;
}

/*   Wikitable White */
table.wikitablenb,
table.prettytable,
table.wikitablenb-tr {
    margin: 1em 0;
    background: #f9f9f9;
    border: none;
    border-opacity: 0.5;
    border-collapse: collapse;
}

.wikitablenb border: opacity {
    opacity: 0.5;
}

table.wikitablenoborder,
table.prettytable {
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    border: 2px #e9e8e8 solid;
    border-collapse: collapse;
}

/* HOVER DA TABELA*/
.wikitablew td: hover {
    background: #e9e8e8;
}

.wikitablew-tr tr: hover {
    background: #e9e8e8;
}

.wikitablenb border: hover {
    color: #e9e8e8;
}

table.wikitablew th,
table.wikitablew td,
table.prettytable th,
table.prettytable td,
table.wikitablew-tr th,
table.wikitablew-tr td {
    border: 2px #fff solid;
    padding: 0.3em 0.4em;
}

table.wikitablew th,
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
}

table.wikitablew caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.prettytablec code,
table.prettytable code,
table.wikitablew-tr code {
    background-color: transparent;
}

table.wikitablewhite th,
table.wikitablewhite td,
table.prettytable th,
table.prettytable td {
    border: 2px #fff solid;
    padding: 0.2em;
    text-align: center;
}

table.wikitablewhite th,
table.prettytable th,
table.wikitablew-tr th {
    background: #eaecf0;
    text-align: center;
    border-right: 1px #fff solid;
    padding: 0.3em 0.4em;
}

table.wikitablewhite caption,
table.prettytable caption,
table.wikitablew-tr caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    text-align: center;
}

table.prettytablecenter code,
table.wikitablewhite code,
table.wikitablew-tr code {
    background-color: #000;
}

table.elements {}

table.elements th,
table.elements td {
    padding: 0.5em;
}

td.effective {
    background-color: #BFFFBF;
}

td.ineffective {
    background-color: #FFBF7F;
}

td.nullified {
    background-color: #FFBFBF;
}

/**********************************
wiki.gla.com.br/index.php/Predefini%C3%A7%C3%A3o:Img

predefinição:img | deixa as imagens responsivas pro mobile
**********************************/
.responsive-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.custom-image {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.responsive-image[style*="text-align:left"] {
    margin: 0;
    text-align: left;
}

.responsive-image[style*="text-align:right"] {
    margin: 0;
    text-align: right;
}

.responsive-image[style*="text-align:center"] {
    text-align: center;
}


/* ---------------------------------------------------------------------------------------------------------------- */

/* Estilos CSS para o componente de abas MediaWiki */
/* Adicione este CSS na sua MediaWiki (Common.css ou página de estilos) */

/* Container principal responsivo */
.mw-tabber-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #a7d7f9;
    border-radius: 4px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Container das abas */
.mw-tabber-tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: #eaecf0;
    border-bottom: 2px solid #a7d7f9;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Estilo individual de cada aba */
.mw-tabber-tab {
    flex: 1 1 auto;
    min-width: 100px;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #eaecf0;
    border: none;
    border-right: 1px solid #c8ccd1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #0645ad;
    transition: all 0.2s ease;
    user-select: none;
    position: relative;
}

.mw-tabber-tab:last-child {
    border-right: none;
}

/* Hover nas abas */
.mw-tabber-tab:hover {
    background-color: #f8f9fa;
    color: #0b0080;
}

/* Aba ativa */
.mw-tabber-tab.active {
    background-color: #ffffff;
    color: #0645ad;
    border-bottom: 3px solid #0645ad;
    font-weight: 600;
}

/* Container do conteúdo */
.mw-tabber-content {
    padding: 20px;
    background-color: #ffffff;
    min-height: 200px;
}

/* Painel de conteúdo individual */
.mw-tabber-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.mw-tabber-panel.active {
    display: block;
}

/* Animação de fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para tablets */
@media (max-width: 768px) {
    .mw-tabber-tabs {
        flex-direction: column;
    }

    .mw-tabber-tab {
        border-right: none;
        border-bottom: 1px solid #c8ccd1;
        width: 100%;
    }

    .mw-tabber-tab.active {
        border-bottom: 3px solid #0645ad;
        border-right: none;
    }

    .mw-tabber-content {
        padding: 15px;
    }
}

/* Responsividade para mobile */
@media (max-width: 480px) {
    .mw-tabber-tab {
        padding: 10px 15px;
        font-size: 13px;
    }

    .mw-tabber-content {
        padding: 12px;
        min-height: 150px;
    }
}