*{
    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;
}