
body{
    font-family:'Inter', sans-serif;
    display: flex;
    place-content: center;
    background: rgb(51, 51, 51);
}
*{
    transition: 0.5s;

}

.content{
    position: fixed;
    background:white;
    display: flex;
    width: 100%;
    height: 100%;
}
.left-bar{
    width: 270px;
    height: auto;
    background:linear-gradient(to left,rgb(31, 31, 31),rgb(51, 51, 51));
    display: flex;
    color: white;
    flex-direction: column;
    text-align: center;
    overflow: auto;
}
.left-bar section{
    color: rgb(218, 141, 0);
    padding: 20px;
    margin: 2%;
    margin-top: 5%;
    border-bottom: 1px white;
    text-shadow: -4px 4px 2px black;
    border: 1px solid rgb(218, 141, 0);
    background:linear-gradient(to right,rgb(31, 31, 31),rgb(51, 51, 51) );
}
.left-bar section:hover{
    border-bottom: 2px solid white;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    scale: 1.1;
}
.left-bar-content1{
    margin-top: 10%;
}
.division{
    height: 200px;
    width: 100%;
    background-color: rgb(31, 31, 31);
    clip-path: polygon(0 0, 100% 0, 100% 70%,0 100%);
    border: 1px solid rgb(31, 31, 31);
}


.pageCenter{
    overflow: auto;
    width: 90%;
    background-color: rgb(51, 51, 51);
}

.top2{
    justify-content: space-around;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
    height: auto;
    background:linear-gradient(to top, rgb(131, 131, 131) 10%,rgb(68, 68, 68));
    margin-top: 60px;
    color: rgb(255, 255, 255);
    text-shadow: 0 2px 2px black;
    box-shadow: 0 5px 2px rgb(43, 43, 43);
}

/* .logo-text-escola{
    border: 1px solid white;
} */
.mini-nav{
    display: flex;
    place-content: center;
    overflow: auto;
    justify-content: space-around;
}
.mini-nav p{
    flex-direction: row;
    background: none;
    border: none;
    color: white;
}
.mini-nav p:hover{
    scale: 1.1;
    cursor: pointer;
    border-bottom: 4px solid white;
}



.cards-center {
    width: 100%;
    place-items: center;
    place-content: center;
    color: white;
}
.cards1-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    place-items: center;
    justify-content: space-around;
}
.card{
    width: 300px;
    height: 130px;
    margin: 10px;
    border-radius: 10px;
    background:linear-gradient(to right,rgb(0, 0, 117),rgb(0, 0, 100));
    position: relative;
    color: white;
    background-size: cover;
    box-shadow: 0 5px 2px black;
}
.card:hover{
    scale: 1.1;
}

.card::after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.041),rgba(0, 0, 0, 0.589));
}
#local{
    color: white;
    display: none;
    text-align: center;
    width: 100%;
}

#local input,textarea,select,button{
    width: 250px;
    height: 20px;
    border-radius: 5px;
    margin: 5px;
}


#imgPerfill{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#conteudoPmateria input,button,textarea{
    margin: 20px;
}

.apagar{
    background-color: grey;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 8px;
    box-shadow: 0 5px 2px black;
    text-align: center;
}
