* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}

/* CONTAINER CENTRAL */
.container {
  width: 762px;
  margin: 0 auto;
  background: #fff;
}

/* TOPO */
.topo {
  background: #000;
  text-align: right;
}

.topo img {
  width: 754px;
  height: 150px;
  display: block;
}

/* CORPO */
.corpo {
    display: flex;
    background: #000;
}

/* BARRA ESQUERDA */
.barra-esquerda {
  width: 23px;
  display: flex;
  flex-direction: column;
  margin-left: -9px; /* desloca estruturalmente */
}

.esq-topo {
  width: 23px;
  height: 50px;
  background: url('../img/esq1.jpg') no-repeat top;
}

.esq-corpo {
  flex: 1;
  position: relative;
  background: url('../img/esq2.jpg') repeat-y top;
}

/* AJUSTES DA BARRA LATERAL */
.menu-lateral {
  width: 178px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.botoes-menu a, .botoes-menu img {
  display: block;
  width: 178px;
}

/* Títulos VIP e VOTE centralizados com 150px */
.titulo-lateral {
  display: flex;
  width: 150px;          /* Largura solicitada */
  height: auto;          /* Mantém a proporção */
  margin-bottom: 5px;    /* Espaço entre o título e a imagem debaixo */
}

.banner-lateral {
  width: 178px;          /* Largura total da coluna lateral */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* Centraliza horizontalmente todos os filhos */
}

.moldura-banner img {
  align-content: center;
  width: 150px !important; /* Tamanho exato das artes da época */
  height: 189px;
  border: 0;
  transition: opacity 0.2s;
}

.moldura-banner img:hover {
  opacity: 0.8;
}

.menu-lateral nav a {
  display: block;
}

.menu-lateral img {
  width: 178px;
  display: block;
}

/* CONTEÚDO */
.conteudo {
  width: 561px;
  background: #fff;
}

.subtopo img {
  width: 560px;
  height: 39px;
  display: block;
}

.conteudo-branco {
  background: #fff;
  padding: 20px;
  min-height: 700px;
  font-size: 13px;
  color: #000;
}

.conteudo-branco p {
  margin-bottom: 15px;
}

/* LINKS SERVIDORES */
.links-servidores {
  text-align: right;
}

.links-servidores a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.links-servidores a:hover {
  text-decoration: underline;
}

/* BARRA DIREITA */
.barra-direita {
  position: relative;
  width: 11px;
  left: -7px;
  background: url(../img/dir.jpg) repeat-y top;
}

/* RODAPÉ REVISADO */
.rodape {
  
  background-color: #000; /* Garante o fundo preto sob a imagem se necessário */
  position: relative;
}

.rodape img {
  width: 749px; /* Faz a imagem ocupar exatamente a largura da coluna branca */
  position: relative;
  left: 7px;
}

.noticias {
    max-width: 600px;
    margin: 0 auto;
}

.noticia {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.noticia h2 {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #0000FF;
    margin-bottom: 5px;
}

.data {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

.conteudo-noticia {
    display: flex;
    gap: 10px;
}

.avatar {
    width: 50px;
    height: auto;
}

.conteudo-noticia p {
    font-size: 13px;
    text-align: justify;
    margin: 0;
}
.regras {
  max-width: 600px;
  margin: auto;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

.breadcrumb {
  margin-bottom: 10px;
}

.divisor {
  border: none;
  height: 6px;
  background: url("../img/barra_hori_listra.gif") repeat-x;
  margin-bottom: 20px;
}

.regras h1 {
  font-size: 16px;
  margin-bottom: 10px;
}

.aviso {
  margin-bottom: 20px;
}

.lista-regras {
  padding-left: 20px;
}

.lista-regras li {
  margin-bottom: 12px;
  text-align: justify;
}
.downloads {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  max-width: 520px;
}

.titulo-pagina h1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.downloads-principais p {
  margin-bottom: 12px;
}

.download-bloco {
  margin-top: 30px;
}

.download-bloco h2 {
  font-size: 15px;
  margin-bottom: 5px;
}

.download-bloco img {
  margin-bottom: 10px;
}
.equipe {
  max-width: 520px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

.historia p {
  margin-bottom: 15px;
  text-align: justify;
}

.equipe-geral {
  margin-top: 30px;
}

.equipe-geral h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.lista-equipe {
  list-style: none;
  padding: 0;
}

.lista-equipe li {
  margin-bottom: 10px;
}

.cargo {
  color: #A5A5A5;
  font-size: 12px;
}

.links-equipe {
  text-align: right;
  margin-top: 20px;
}

.links-equipe p {
  margin-bottom: 10px;
}

.info-contato {
  margin-top: 20px;
  font-weight: bold;
}

.legenda {
  margin-top: 30px;
}

.legenda ul {
  padding-left: 18px;
}
.equipe-fenix {
  max-width: 520px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

.equipe-fenix h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.equipe-fenix h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}

.lista-equipe {
  list-style: none;
  padding-left: 20px;
}

.lista-equipe li {
  margin-bottom: 8px;
}

.cargo {
  display: block;
  color: #A5A5A5;
  font-size: 12px;
  margin-left: 10px;
}
.equipe-ayumel {
  max-width: 520px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}

.breadcrumb {
  margin-bottom: 20px;
}

.descricao p {
  margin-bottom: 12px;
  text-align: justify;
}

.separador {
  border: none;
  height: 6px;
  background-image: url("img/barra_hori_listra.gif");
  background-repeat: repeat-x;
  margin: 20px 0;
}

.equipe-ayumel h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.equipe-ayumel h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 14px;
}

.lista-equipe {
  list-style: none;
  padding-left: 20px;
}

.lista-equipe li {
  margin-bottom: 8px;
}

.cargo {
  display: block;
  color: #A5A5A5;
  font-size: 12px;
  margin-left: 10px;
}
.servidores-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.servidores-img img {
  width: 83px;
  height: auto;
}

.lista-servidores .servidor {
  margin-bottom: 20px;
}

.lista-servidores h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
}

.lista-servidores p {
  margin: 2px 0 2px 16px;
}

.lista-servidores img {
  margin-right: 6px;
  vertical-align: middle;
}
.links-centro{
  text-align:center;
  margin:10px 0;
}

.links-centro a{
  color:#007FFF;
}

.link-direita{
  text-align:right;
  margin-top:20px;
}

h2{
  text-align:center;
  margin:20px 0;
}
.vip-termos{
    max-width: 500px;
    margin: 0 auto;
    text-align: justify;
}

.vip-acoes{
    margin-top: 25px;
    text-align: center;
}

.vip-acoes a{
    text-decoration: none;
    font-weight: bold;
}

.btn-aceitar{
    color: #007FFF;
}

.btn-recusar{
    color: #333;
}
.lista-opcoes{
  list-style: none;
  padding: 0;
}

.lista-opcoes li{
  margin-bottom: 20px;
}

.lista-opcoes img{
  margin-right: 6px;
}

.lista-opcoes a{
  text-decoration: none;
}

.lista-opcoes .cargo{
  display: block;
  margin-left: 20px;
}

/* ESTILOS PARA O Vip Pri */
.banner-central{
  text-align: center;
  margin: 20px 0;
}

.banner-central img{
  max-width: 100%;
}

.descricao-central{
  margin: 15px 0;
}

.lista-opcoes{
  list-style: none;
  padding: 0;
  width: 250px;
  margin: 0 auto;
}

.lista-opcoes li{
  margin: 10px 0;
}

.lista-opcoes img{
  margin-right: 6px;
}
.titulo-central{
  text-align:center;
  margin:20px 0;
}

.paragrafo{
  margin:20px 0;
}

.link-destaque{
  color:#007FFF;
  font-weight:bold;
}

.lista-doacoes p{
  margin:15px 0;
}

.numero{
  color:#009933;
  font-weight:bold;
}

.vip-detalhes ul,
.vip-comandos ul{
  margin-left:20px;
}

.vip-detalhes li,
.vip-comandos li{
  margin:6px 0;
}

.breadcrumb{
    margin-bottom:20px;
}

.vip-voltar{
    margin-bottom:15px;
}

.dados-banco{
    margin:15px 0;
}

.dados-banco span{
    font-weight:bold;
}

.duvidas{
    color:#006600;
}
.faq-lista p{
  margin:12px 0;
}

.faq-config ul{
  margin:10px 0 15px 20px;
}

.faq-config li{
  margin:4px 0;
}
.vip-itens{
  margin-top:20px;
}

.vip-item{
  margin-bottom:18px;
}

.vip-item img{
  margin-right:6px;
}

.vip-extra{
  margin-top:25px;
}

.vip-links{
  margin-top:30px;
  text-align:center;
}

.vip-cta a{
  color:#c40000;
  font-weight:bold;
  text-decoration:none;
}

.vip-cta a:hover{
  text-decoration:underline;
}