*{
    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;
}
#BarraOpcoes{
    background-color: #EAD6C7;
    height: 7vh;
    display: flex;
    justify-content: space-evenly;
}
.redirecionamentos{
    text-decoration: none;
    font-family: "Lora", serif;
    font-size: x-large;
    color: white;
    margin-top: 1%;
}
.Pag2{
    font-family: "Lora", serif;
    color: black;
    font-weight: lighter;
    height: 5vh;
    margin-top: 2%;
    margin-left: 4%;
}
.MaisProcuradas1{
    font-family: "Lora", serif;
    color: black;
    font-weight: lighter;
    font-size: larger;
    margin-left: 4%;
}
#LouisVuitton{
    margin-bottom: -0.8%;
    height: 24%;
    width: 22%;
}
#Balmain{
    height: 22%;
    width: 20%;
    margin-bottom: 2.7%;
    margin-left: 5%;
}
#Carteira{
    height: 12%;
    width: 12%;
    margin-bottom: 1%;
    margin-left: 6%;
}
#Montblanc{
    height: 28%;
    width: 26%;
    margin-bottom: 2%;
    margin-left: 3%;
}
.NomesBolsas{
    max-width: 95%;
    justify-content: space-evenly;
    display: flex;
    margin-top: 1.6%;
    margin-left: -4%;
    gap: 4%;
}
.linkbolsas{
    text-decoration: none;
    color: black;
    gap: 3%;
}
.precos{
    max-width: 95%;
    justify-content: space-evenly;
    display: flex;
    margin-left: -8%;
    gap: 3.2%;
}