#Pg3{
    height: 100vh;
    width: 100%;
}
header{
    margin-top: 0;
    background-color: #0A0F1A;
    display: flex;
    width: 100%;
    height: 10vh;
}
.logo{
    height: 10vh;
}
body{
    margin: 0;
}
.pesquisar{
    margin-left: 34%;
    height: 4vh;
    width: 23%;
    margin-top: 2%;
    position: absolute;
}
.profile{
    margin-left: 80%;
}
.login{
    color: #1578D5;
    font-size: 25px;
}
.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;
}
.mg{
margin-left: 45%;
}
.encontre{
    margin-left: 37%;
}
.buscar{
    margin-left: 30%;
    height: 5vh;
    width: 36%;
    position: absolute;
}
.imgs{
    display: flex;
    height: 20%;
    justify-content: space-around;
    text-align: center;
    margin-top: 10%;
    margin-left: 1%;
}
.celulares{
    display: flex;
    margin-left: 5%;
    justify-content: space-around;
    text-align: center;
}