*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.BarraInicial{  
    height: 17vh;
    background-color: #E4D3C6;
    text-align: center;
    position: relative;
}
.BarraInicial>img{
    height: 17vh;
}  
#btnperfil{
    fill: white;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%,-50%);
    height: 30px;
}
.Fotos{
    display: flex;
    justify-content: center;
    gap: 12%;
    align-items: center;
    width: 100%;
    height: 83vh;
    text-align: center;
    
}
.Fotos>div{
    height: 60vh;
    display: flex;
    flex-direction: column;
}
#ModaFem{
    width: 350px;
    height: 410px;
}
#ModaMasc{
    width: 350px;
    height: 410px;
}
.linkredirecionamento{
    text-decoration: none;
    font-family: "Lora", serif;
    color: #E4D3C6;
    font-size: 25px;
}

#BarraQuemSomos{
    background-color: #E4D3C6;
    height: 60vh;
    text-decoration: none;
    font-family: "Lora", serif;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

#TextoQuemsomos{
    width: 90vh;
    text-align: justify;
    margin-left: 28%;
    margin-top: 2%;
}
#loremipsum{
    text-decoration: none;
    font-family: "Lora", serif;
    font-weight: lighter;
}
