#Pg2{
    height: 100vh;
}
header{
    margin-top: 0;
    background-color: #0A0F1A;
    display: flex;
    width: 100%;
    height: 10vh;
}
.pesquisar{
    margin-left: 34%;
    height: 4vh;
    width: 23%;
    margin-top: 2%;
    position: absolute;
}
.carrinho{
    height: 8vh;
    margin-left: 85%;
}
body{
    margin: 0;
}
.logo{
    height: 10vh;
}
.Mg{
    margin-left: -80%;
    color: red;
    font-size: 30px;
    margin-top: 13%;
    color: black;
}
.parte{
    background-color: #0A0F1A;
height: 13vh;
}
.cima{
    height: 80px;
    background-color: #1578D5;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
a{
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-top: 28px;
}
