body {
    font-family: 'Hanken Grotesk', sans-serif, sans-serif;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    background-color: #273F27;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.contTop {
    max-height: fit-content;

    font-family: 'Hanken Grotesk', Arial, sans-serif;
    padding: 10px 5%;

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

p {
    margin: 0 0;
    max-width: fit-content;
}

/* MAIN */

main {
    min-height: 100%;
    gap: 10px 0 10px 0;
    padding: 0 5%;

    flex-grow: 1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.bcBt {
    text-decoration: none;
    color: rgb(143, 167, 143);
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
    max-width: fit-content;
}

.bcBt:hover {
    scale: 1.03;
    color: rgb(179, 245, 179);
}


.btDef {
    border: none;

}

.filterBtn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 0 0 0;
}

button:hover {
    cursor: pointer;
}

/* Pesquisar*/

.Search {
    font-size: 27px;
    background-color: #3f6944;
    border-radius: 20px;
    padding: 15px 15px 15px 15px;
    max-width: 500px;
    min-width: fit-content;

    flex-grow: 2;

    display: flex;
    flex-direction: row;
}

.SearchBar {
    font-size: 27px;
    color: #fff;

    border: none;
    outline: none;
    background-color: transparent;
    flex-grow: 1;
    width: 100%;
}

.SearchBar::placeholder {
    color: #7db486;
}

.SearchBtn {
    width: 33.47px;
    height: 33.47px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s ease;

    align-self: flex-end;
}

.SearchBtn:hover {
    scale: 1.2;
    cursor: pointer;

}

.SearchIcon {
    width: 33px;
    height: 33px;
}

#srch1 {
    display: none;
}

/* ICONES FORUM */

#iconesForum {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1;
}

.iconSmll {
    width: 33px;
    height: 33px;
    max-width: 100%;
    padding: 10px;
    float: right;

    bottom: 50%;
    transition: 0.5s ease;
}

.iconSmll:hover {
    scale: 1.2;
    cursor: pointer;
}

.iconVSmll {
    width: 30px;
    height: auto;
    max-width: 100%;
    padding: 10px;

    transition: 0.5s ease;
}

/* BREADCRUMB */

.Breadcrumb {
    max-height: fit-content;
    color: rgb(126, 167, 126);
    padding: 10px 5%;
    font-size: 20px;
    gap: 1%;


    display: flex;
    align-items: center;
}

#indBC {
    color: #41ae4f;
}

/* MAIN */


#mainContent {
    padding: 30px 50px 30px 0;

    flex: 2;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

#sideContent {
    color: #fff;
    flex: 1;

    padding: 30px 0 30px 0px;
}

@media (max-width: 1000px) {
    main {
        flex-direction: column;
    }

    div#mainContent {
        padding: 30px 0px;
    }
}

.sideBarPub {
    padding: 10px;
    background-color: #3f6944;
    border-radius: 10px;
    border: 2px solid #3f6944;

    display: flex;
    flex-direction: row;

    transition: 0.3s ease;
}

.sideBarPub:hover {
    background-color: #4f8556;
    cursor: pointer;

    border: 2px solid #7db486;
}

.sideBarPubPic {
    width: 80px;
    height: fit-content;
    max-width: 100%;
}

.sideBarPubTxt {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    word-break: break-all;

    flex-grow: 1;
    flex: 1;
}

#ultimoPubTit1,
#ultimoPubTit2,
#ultimoPubTit3,
#ultimoPubTit4,
#ultimoPubTit5 {
    flex-grow: 1;
}

.ultimoPubAut {
    color: #86c49e;
}

.ultimoPubResp {
    color: #7db486;
    padding-left: 5px;
}

.tempoDesdePub {
    color: #bbbbbb;
    display: flex;
}

#Participe {
    background-color: #3f6944;
    min-width: none;
    padding: 35px 40px 40px 40px;
    gap: 40px;
    border-radius: 30px;
    max-width: max-content;

    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#Publique {
    background-color: #3f6944;
    padding: 35px 40px 40px 40px;
    gap: 40px;
    border-radius: 30px;
    max-width: max-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#partTop {
    display: flex;
    flex-direction: column;
    gap: 40px;

}

#partTit {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

#partText {
    font-size: 20px;
    color: rgb(174, 219, 174);
    margin: 0;
    max-width: 675px;
}

.pubNovaPub {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
    background-color: #41ae4f;
    border-radius: 10px;
    border: 2px solid transparent;

    padding: 8px 15px;
    transition: 0.3s ease;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pubNovaPub:hover {
    scale: 1;
    color: #fff;
    border: 2px solid #fff;
}

#partBt {
    display: flex;
    gap: 5%;
}

#partLog {
    background-color: #41ae4f;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.tituloPub {
    word-wrap: break-word;
}

#partCad {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #41ae4f;
    transition: 0.3s ease-in-out;
}

.topImgs {
    transition: 0.3s;
    max-width: 100%;
    width: 200px;
    height: auto;
}

@media (max-width: 1300px) {
    img#pubImg {
        display: none;
    }
}

.titSmll {
    color: #fff;
    font-size: larger;

    display: flex;
    align-items: center;
}

#titSmallTit {
    flex-grow: 1;
}

#linhaHor {
    height: 2px;
    background-color: #4f8556;
    margin: 0 2%;

    flex-grow: 1;
}

.forumSelect {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;

    gap: 15px;
    padding: 3px 3px;
}

.forumSlctOpt {
    background-color: transparent;
    border: 2px solid #7db486;
    border-radius: 10px;
    padding: 10px;

    color: #fff;
    font-weight: bold;

    transition: 0.3s ease;
    scale: 1
}

.forumSlctOpt:hover {
    scale: 1.1;
}

.forumSlctOpt1 {
    background-color: #41ae4f;
    border: 2px solid #41ae4f;
    border-radius: 10px;
    padding: 10px;

    color: #fff;
    font-weight: bolder;

    transition: 0.3s ease;
    scale: 1.1;
}

.contForums {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eachForum {
    background-color: #3f6944;

    padding: 20px;
    border-radius: 15px;

    flex-grow: 1;
    display: flex;
    gap: 2%;

    transition: 0.3s ease;
}

.eachForum:hover {
    scale: 1.02;
    background-color: #4f8556;
    cursor: pointer;
}

.titSubTit {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hTit {
    color: #fff;
    font-size: 25px;
    font-weight: bold;

    margin: 0;
}

.hTxt {
    color: #86c49e;
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}

.tpcCounter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msgCounter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eachIcon {
    width: 60px;
    height: 60px;
    max-width: 100%;

    padding: 10px;
    border-radius: 15px;
}

@media (max-width: 440px) {
    .eachIcon {
        display: none;
    }

    .sideBarPubPic {
        display: none;
    }
}

/* CORES DAS CATEGORIAS */

#geralIcon {
    background-color: #3b89ff;
}

#regrasIcon {
    background-color: #dbaf1d;
}

#HWIcon {
    background-color: #db1d1d;
}

#prfIcon {
    background-color: #129e2a;
}

#mntIcon {
    background-color: #c7660b;
}

#foneIcon {
    background-color: #9b0bc7;
}

.CntrTit {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.CntrTxt {
    color: #86c49e;
    font-size: 15px;
    font-weight: 300;
}

/* NOVO TOPICO ID= novoTpc */

#novoTpc {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    background-color: #41ae4f;
    border-radius: 20px;
    padding: 15px 10px;
    border: none;
    outline: none;
    transition: transform 0.2s ease-out;
    max-width: 400px;

    flex-grow: 1;
    transition: 0.3s ease-in-out;
}

#novoTpc:hover {
    background-color: #dfdfdf;
    color: #41ae4f;
    cursor: pointer;
}

/* Novo Tópico PopUp */

#popUp {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;

    justify-content: center;
    flex-wrap: wrap;
}

.cxNovoTpc {
    background-color: #fff;
    padding: 10px 30px 40px;
    border-radius: 20px;
    margin: auto 0;
    max-width: fit-content;
    z-index: 2;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.popUpTop {
    display: flex;
    align-items: center;
}

h2 {
    flex-grow: 1;
}

h3 {
    margin: 0 0 5px 0;
    font-weight: 500;
}

#titPub {
    border: none;
    outline: none;
    background-color: gainsboro;
    padding: 10px;
    font-size: 25px;
    font-family: 'Hanken Grotesk', sans-serif;
    border-radius: 10px;
}

#escolhaTema {
    font-weight: 600;
    margin-bottom: 3px;
}

#temaTpc {
    background-color: gainsboro;
    padding: 3px 0px;
    outline: none;
    border: none;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#textoPub {
    outline: none;
    border: none;
    background-color: gainsboro;
    border-radius: 10px;

    min-height: 300px;
    max-width: 600px;

    font-size: 15px;
    font-family: Hanken Grotesk, sans-serif;
    padding: 10px;
    resize: none;
}

#txtCurto,
#titCurto,
#opcInval {
    font-size: 15px;
    font-weight: 600;
    color: red;
    margin-top: 2px;
}

#enviarPub {
    float: right;
    border: none;
    outline: none;
    background-color: gainsboro;
    border-radius: 10px;

    display: inline;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    cursor: not-allowed;

}

.fechar {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border-color: none;
    background-color: gainsboro;
    outline: none;
    transition: 0.3s;
    border: none;
}

.fechar:hover {
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
}

#closeBtn {
    width: 18px;
    height: 18px;
    float: left;
}

.titulo {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    flex-grow: 1;


    width: fit-content;
}

.qualTema {
    color: grey;
    display: block;

    width: fit-content;
}

.tema {

    color: grey;
    font-weight: 600;

    width: fit-content;
}

.texto {
    font-size: 16px;
    color: #333;

    width: fit-content;
}

.feitoPor {
    width: fit-content;
}

.autor {
    font-weight: 600;
    width: fit-content;
}

.lastPostsIds {
    display: none;
}

.noPosts {
    font-size: 20px;
    color: #adadad;
}