@font-face {
    font-family: "Mont";
    src: url(Montserrat-VariableFont_wght.ttf);
}

* {
    margin: 0%;
    font-family: "Mont";
}

body {
    display: flex;
    flex-direction: column;
    background-color: #F1F0EA;
}

a{
    text-decoration: none;
}

header {
    align-self: flex-start;
    display: flex;
    min-width: 100%;
    height: 15vh;
    background-color: #984447;
    flex-direction: column;
    position: relative;

}

#primeirapartecabe {
    display: flex;
    width: 97%;
    padding-left: 1%;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

#logofitelite {
    height: 55%;
}



#list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    width: 80%;
    justify-content: space-around;
}



li>a {
    text-decoration: none;
    font-family: "Mont";
    color: white;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}

#searchbar {
    position: absolute;
    bottom: 3%;
    left: 38%;
    width: 20%;
    display: flex;

}

.searchhh {
    border-radius: 5%;
    width: 100%;
}

#hover {
    color: black;
    transition: 0.5s;
}

#hover:hover {
    color: white;
    transition: 0.5s;
}

main{
    display: flex;
    flex-direction: row;
    height: 80vh;
}

#sthalf{
    height: 100%;
    width: 45%;
    display: flex;
    background-color:#152829;
}

footer {
    display: flex;
    height: 30vh;
    min-width: 100%;
    background-color: black;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    align-self: flex-end;
}

#tamanhologo {
    height: 60%;
}

#pcoluna {
    display: flex;
    flex-direction: column;
}

#h2foot{
    color: white;
}

#afoot{
    color: white;
    margin-top: 6%;
}
#Redes{
    display: flex;
    align-items: center;
    margin-top: 3%;
}

#red{
    color: white;
    font-weight: 500;
}