@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;
}

header{
    display: flex;
    min-width: 100%;
    height: 15vh; 
    justify-content: center;
    align-items: center;
    background-color: #984447;
}

a{
    text-decoration: none;
}

#logo{
    max-height:75%;
}



main{
    display: flex;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
}

#cadastro{
    display: flex;
    height: 70vh;
    width: 30%;
    background-color:#152829 ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

#txtbox1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 60%;
    margin-bottom: 10%;
}

#isemail{
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}


#inemail{
    font-weight: 600;
    text-align: center;
}

#btncad{
    background-color: #984447;
    color: white;
}

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;
}