/* Header, Footer e Nav */

.logo1, .logo2 {
    user-select: none;
    width: 8rem;
}

.titulos {
    text-align: center;
}

header {
    padding: 1rem;
    background-color: #1a2e1f;
    display: flex;                  
    justify-content: space-between;   
    align-items: center;           
}

.title {
    -webkit-text-stroke: .5px #851e16;
    font-family: "UrbanBlocker";
    font-size: 75pt;
    color: #db2b1e;
}

.subtitle {
    font-size: 23pt;
    font-family: "UrbanBlocker";
    -webkit-text-stroke: .5px #57140f;
    color: #b6261c;
}

.principal {
    background-color: white;
}

.navegacao {
    background-color: #26442e;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.listaNav {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 40px;
}

.itemListaNav {
    margin: 0;
}

.navegacao a {
    font-family: "DonGraffiti";
    -webkit-text-stroke: .5px #494949;
    color: rgb(196, 196, 196);
    text-decoration: none;
    font-size: 23pt;
}

.navegacao a:hover {
    color: rgb(216, 216, 216);
}

.footer {
    padding: 1rem;
    background-color: #1a2e1f;
}

.footer h3 {
    text-align: center;
    justify-content: center;
    -webkit-text-stroke: .1px #494949;
    color: rgb(196, 196, 196);
    font-family: "UrbanBlocker";
    font-size: 26pt;
}

/* .header {
    padding: 1rem;
    background-color: #3B4C3F;
    display: flex;                  Container flex 
    justify-content: space-between;  Joga logo1 à esquerda, logo2 à direita 
    align-items: center;            Centraliza verticalmente 
}

.logo1, .logo2 {
    width: 8rem;
}

.titulos {
    text-align: center;
}

.title {
    -webkit-text-stroke: .5px #851e16;
    font-family: "UrbanBlocker";
    font-size: 60pt;
    color: #db2b1e;
}

.subtitle {
    font-size: 19pt;
    font-family: "UrbanBlocker";
    -webkit-text-stroke: .5px #57140f;
    color: #b6261c;
}

.principal {
    background-color: white;
}

.navegacao {
    background-color: #546b59;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.listaNav {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 40px;
}

.itemListaNav {
    margin: 0;
}

.navegacao a {
    font-family: "BomberUrban";
    -webkit-text-stroke: .5px #494949;
    color: rgb(196, 196, 196);
    text-decoration: none;
    font-size: 23pt;
}

.navegacao a:hover {
    color: rgb(216, 216, 216);
}

.footer {
    padding: 1rem;
    background-color: #1a2e1f;
}

.footer h3 {
    text-align: center;
    justify-content: center;
    color: #db2b1e;
    -webkit-text-stroke: .05px #851e16;
    font-family: "BomberUrban";
    font-size: 20pt;
} */
