
body {
    
    background-image: url(Imagens/Background6.png);
    background-position: top;
    background-repeat: repeat;
    background-size: 28%;
    background-color: rgb(90, 2, 2);
    
}


.container {
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.banner {
    width: 1030px;
    height: 330px;
    background-image: url(Imagens/markz2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 15px;
    border-radius: 10px;
    

    
}

.quadrado {
    margin-top: 15px;
    width: 1005px;
    height: 65px;
    background-color: rgb(12, 12, 12);
    margin-bottom: 10px; 
    border-radius: 10px;
    

}

.menu-superior {
    display: flex;          /* itens lado a lado */
    list-style: none;       /* tira as bolinhas */
    gap: 60px;              /* espaço entre os itens */
    padding: 0;             
    margin: 1px;
    height: 100%;           /* ocupar altura do quadrado */
    align-items: center;    /* centralizar verticalmente */
    margin-left: 45px;      /* espaço da esquerda */
}

.menu-superior li a {
    text-decoration: none;  /* tira o sublinhado */
    font-size: 30px;
    font-weight: normal;
    font-family: "p22-morris-golden", serif;
    color: rgb(255, 255, 255);
}

.menu-superior li a:hover {
    color: rgb(134, 2, 2);           /* muda de cor quando passa o mouse */
}   


.container-baixo {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    gap: 10px;


}

.barra {
    width: 210px;
    height: 1000px;
    background-image: url(Imagens/paper2barra.png);
    background-position: top;
    background-color: rgb(224, 201, 166);
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    background-attachment: local;
    
}

.conteudobarra {
    flex-direction: row;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(14, 14, 14);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    
}

.relogio {
    margin-left: 12px;
}

.updatescontainer {
    margin-top: 10px;
    line-height: 0.2;
    
}

.updatetitulocaixa {
    background-color: rgb(14, 14, 14);
    width: 185px;
    height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: row;
    line-height: 0.2;
    border-radius: 10px
}

.updatestitulo {
    color: white;
    text-align: center;
    line-height: 0.2;
    font-family: 'p22-morris-golden';

}


.updatescaixa {
    background-color: rgb(14, 14, 14);
    width: 185px;
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: row;
    line-height: 0.2;
    font-family: 'p22-morris-golden';
    border-radius: 10px;
    margin-top: 10px;

}

.updates {
    font-family: 'Times New Roman', Times, serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
}

.caixabaixo {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 50px;
    background-color: rgb(224, 201, 166);   
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.textocaixabaixo {
    font-family: 'Times New Roman', Times, serif;
    width: 300px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.quadradobaixo {
    width: 780px;
    height: 1000px;
    background-image: url(Imagens/paper2.png);
    background-color: rgb(224, 201, 166);
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    background-attachment: local;
}



.titulopagina {
    margin-left: 30px;
    margin-right: auto;
    font-family: "p22-morris-golden";
    font-size: 30px;

}


.paginainicio {

    flex-direction: row;
    align-items: flex-start;
    display: flex;
    margin-left: 30px;
    margin-right: auto;
    width: 900px;
    gap: 10px

}

.imagem-quadrado-baixo {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: flex-end;
    margin-left: 0px;
    margin-right: 230px;
    margin-top: 120px;

}


.texto-quadrado-baixo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;

}

.titulopagina2 {
    width: 93%;
    height: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-family: "p22-morris-golden";
    font-size: 30px;    
    margin-left: 30px;
    margin-right: 30px;
}

.Conteudopagina2 {
    width: 93%;
    height: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    margin-left: 30px;
    margin-right: 30px;
}

.barra-marquee {
    width: 100%;
    height: 40px;                /* altura da barra */
    overflow: hidden;
    white-space: nowrap;
    background-color: rgb(14, 14, 14);  /* cor da barra */
    border-bottom: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.marquee-conteudo {
    display: inline-block;
    padding-left: 100%;          /* começa fora da tela */
    animation: passar 14s linear infinite;
    font-family: "p22-morris-golden", serif;
    font-size: 20px;
    color: white;
    text-shadow: 0 0 6px #000;
}


#bichinho {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;

}

@keyframes passar {
    from { transform: translateX(-100%); }
    to   { transform: translateX(0%); }
}

#botao-cursor {
    
    width: 20px;
    height: 20px;
    font-size: 1px;
    cursor: pointer; /* cursor inicial sobre o botão */
}

/* ===== CHROME / EDGE / OPERA / BRAVE ===== */
::-webkit-scrollbar {
  width: 12px;              /* largura */
}

::-webkit-scrollbar-track {
  background: #e0e0e0;      /* cor do trilho */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #555;         /* cor do thumb */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #222;         /* cor ao passar o mouse */
}

/* ===== FIREFOX ===== */
* {
  scrollbar-width: thin;                /* thin | auto | none */
  scrollbar-color: #bb0000 #131313;        /* thumb | track */
}
