:root{
    --cor-primar: rgb(254,162,210);
    --cor-secun: rgb(162, 255, 207);
}

html{
    margin: 0%;
    height: 100%;
}

body{
    height: 100%;
    margin: 0%;
}

.fundo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: var(--cor-primar);
    background-image: url("./imgs/fundo.gif");
    background-size: cover;
}

.menu{
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 5%;
    height: 10%;
    background-color: rgb(255, 255, 255);
    border-right: 5px solid rgb(0, 0, 0);
    border-bottom-right-radius: 5%;
    box-shadow: 3px 3px 10px rgb(0, 0, 0);
    z-index: 10;
}

.menu:hover{
    width: 20%;
    height: 70%;
    border-bottom-right-radius: 5%;
}

.iconmenu{
    padding: 15%;
    width: 50px;
    height: 50px;
}

.menu:hover .iconmenu{
    padding: 4%;
}

.menu ul{
    display: none;
    flex-direction: column;
    list-style: none;
    margin: 0%;
}

.menu:hover ul{
    display: flex;
    list-style: none;
    text-decoration: none;
}

.menu:hover li{
    padding: 2%;
    font-size: 2em;
}
.menu:hover li a:hover{
    background-color: var(--cor-secun);
}

.menu li a{
    color: black;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.corpo{
    display: flex;
    flex-direction: column;
    height: 60%;
    width: 50%;
    background-color: var(--cor-secun);
    border-radius: 10px;
    border: 4px black solid;
    margin: 2%;
    color: black;
    box-shadow: 5px 5px 10px black;
}

.rodape{
    position: fixed;
    bottom: 0%;
    padding: 0.5%;
    border-top: 1px black solid;
    background-color: rgb(57, 255, 153);
    width: 100%;
    text-align: center;
    background-image: url("./imgs/arco-iris.jpg");
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.apresentacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0%;
    text-align: center;
}

.logo{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 5px black solid;
    margin-top: 10%;
    box-shadow: 5px 5px 5px black;
}

.marca{
    margin-top: 0%;
    font-family: 'Redressed', cursive;
}

.apresentacao p{
    margin-top: 0;
    width: 60%;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: large;
}

.adaptar{
    display: flex;
    width: 50px;
    cursor: pointer;
}

.logo2{
    display: flex;
    position: fixed;
    height: 80px;
    width: 80px;
    left: 47%;
    top: 1%;
    background-color: black;
    border-radius: 50%;
    border: 3px solid var(--cor-secun);
}

.layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70%;
    width: 70%;
    margin-top: 5%;
    background-color: white;
    border: 4px solid black;
    border-radius: 10px;
    overflow-y: scroll;
}

.artigos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.artigo{
    display: flex;
    flex-direction: row;
    height: 30%;
    width: 40%;
    background-color: rgb(223, 223, 223);
    margin: 2%;
    border-radius: 4px;
}

.imgArt{
    border: 3px groove black;
    background-color: var(--cor-secun);
    width: 130px;
    height: 130px;
    border-radius: 5%;
}

.artigo h3{
    display: flex;
    width: 50%;
    margin: 5%;
}

.layout h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.artigo h3 a{
    color: black;
    font-family: 'Roboto', sans-serif;
}

.artigo figure{
    margin: 0%;
}

.fundo-artigos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: var(--cor-primar);
}

.redacao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 70%;
    height: 70%;
    border-radius: 10px;
    border: 5px solid var(--cor-secun);
    box-shadow: 5px 5px 4px black;
}

.escopo{
    display: flex;
    margin-top: 2%;
    margin-left: 2%;
    width: 95%;
    min-height: 25%;
}

.autor{
    height: 100%;
    width: 40%;
    background-color: rgb(210, 210, 210);
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 10px;
}

.autor figure{
    margin: 2%;
    height: 90%;
    width: 30%;
    border-radius: 50%;
    border: 1px solid black;
}

.foto-autor{
    height: 100%;
    width: 100%;
    background-color: rgb(49, 85, 117);
    border-radius: 50%;
}

.descricao-autor{
    display: flex;
    margin-left: 2%;
    margin-top: 2%;
    height: 90%;
    width: 60%;
    font-size: large;
    color: rgb(34, 34, 34);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.data-hora{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30%;
    width: 15%;
    margin-left: 5%;
    background-color: rgba(210, 210, 210);
    border-radius: 10px;
    margin-top: 2%;
}

.texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 100%;
    overflow-y: scroll;
    margin-top: 2%;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

.texto h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.texto figure{
    display: flex;
    flex-direction: column;
    min-height: 50%;
    width: 30%;
    margin: 2%;
}

.texto figure img{
    height: 100%;
    width: 100%;
}

.texto div{
    display: flex;
    flex-direction: column;
    margin: 2%;
}
.texto div h1{
    border-bottom: 1px solid black;
    padding-bottom: 1%;
}

figcaption{
    font-style: italic;
}

.bread-crumbs{
    background-color: rgba(255, 255, 255, 0.5);
    width: 65%;
    margin-top: 4%;
    margin-bottom: 10px;
    padding: 8px;
    padding-left: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.bread-crumbs a{
    color: black;
}

.contato{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.418);
    border-radius: 10px;
    border: 2px solid var(--cor-secun);
    box-shadow: -5px 5px 5px black;
}

.contato form{
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contato form input{
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 3px solid black;
    background: none;
    margin-bottom: 2%;
}

.comentario{
    width: 120%;
    height: 60px;
}

.contato form button{
    width: 30%;
    border-radius: 5px;
    background-color: var(--cor-secun);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contato form textarea{
    margin: 2%;
    background: none;
    border: 2px solid black;
}

.contato form label{
    margin: 2%;
}

::placeholder{
    color: rgb(70, 70, 70);
}

.comunidade-perfil{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.548);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 70%;
}

.login{
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 70%;
    background-color: rgb(255, 255, 255);
    margin-right: 5%;
    border-radius: 10px;
}

.comunidade{
    display: flex;
    width: 50%;
    height: 90%;
    margin-left: 5%;
    background-color: var(--cor-primar);
    border-radius: 10px;
    flex-direction: row;
}

.menu-comu{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 100%;
    background-color: var(--cor-secun);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 1px solid black;
}

.menu-comu form{
    font-family: 'Roboto', sans-serif;
    color: black;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
}

.comu{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comu form{
    font-family: 'Roboto', sans-serif;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
}

.comu form textarea{
    width: 100%;
    height: 100%;
}

.login form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login a{
    text-decoration: none;
    color: var(--cor-primar);
}

.login form input{
    margin: 1%;
}

.login figure{
    width: 70px;
    height: 70px;
    border: 2px solid black;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
}

.login figure img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.base-pergunta{
    font-family: 'Roboto', sans-serif;
    width: 70%;
    height: 60%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.205);
}

.pergunta{
    margin-left: 5%;
    margin-top: 1%;
    width: 90%;
}

.enunciado{
    font-size: 1em;
    text-transform: uppercase;
    color: white;
    padding: 1%;
    padding-left: 3%;
    border-bottom: 1px solid rgb(255, 255, 255);
    cursor: pointer;
}

.resposta{
    display: none;
    background-color: var(--cor-secun);
    padding: 1%;
    width: 80%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgb(0, 0, 0);
}
