*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}


    body{
        height: 100vh;
        width: 100%;
    }

    #header1{
        height: 15vh;
        width: 100%;     
        background: #092936;    
        display: flex;
        justify-content: start;
        align-items: center;
     
    }
        
    
    ul{
        display: flex;
        justify-content: center;
        list-style: none;  
        width: 40%;
    }
    
    .home{
        height: 100%;
        margin-right: 43px;
        color: #ffffff;; 
        font-family: "Questrial", sans-serif;        
        text-decoration: none; 
        font-size: 1.0rem; 
        font-weight: bold;
    }
    
    .lista{
        height: 100%;
        margin-right: 50px;
        color: white; 
        font-family: "Questrial", sans-serif;        
        text-decoration: none; 
        font-size: 1.0rem; 
        font-weight: bold;
    }
    .lista:hover{
        transition: 0.5s;

        color: #5699A1;
    }

    #logo{
        width: 10%;
        margin-left: 5%;
    }
    #logo img{
        height: 100px;
        width: 100px;
    }

    input{
        width: 100%;
        height: 100%;
        margin-left: 4%;
        border-radius: 100px;
        position: relative;
    }
    #lupa{
        position: absolute;
        top: 18%;
        right: 0%;
    }

    #pesquisa{
        position: relative;
        width: 25%;
        height: 24%;
    }

    #pesquisa img{
        height:60% ;
    }

    #svgs{
       margin-left: 5%;
       width: 20%;
      
    }

    #svgs svg{
        height:30px;
        width: 30px;
        
        margin-right: 5%;
    }

    #perfil{
        fill: #5699A1;
    }
    #carrinho{
        fill: #ffffff;
    }


    #email{
        margin-left: 0%;
        width: 100%;
        padding: 1.6%;
        margin-top: 5%;
        margin-bottom:5%;
    }
    #senha{
        width: 100%;
        padding: 1.6%;
        margin-left: 0%;
    }

    #divconta{
        margin-left: 30%;
        margin-top: 5%;
        width: 40%;
        
    }

    #divconta2{
    width: 100%;     
    margin-top: 3%; 
    display: flex;  
    align-items: center;
    flex-wrap: wrap;
    }

    #divconta2 p{
        width: 50%;        
    }

    #entrar{
        background-color: #092936;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        width: 25%;
        height: 7vh;
        border-radius: 100px;
        margin-left: 25%;
        margin-bottom: 3%;

    }

    #nao{
        width: 97%;
        display: flex;
        justify-content: end;
        color: #5699A1;
    }

    






    footer{
        background-color: #092936;
        height: 30vh;
        width: 100%;
        margin-top: 7%;
        display: flex;
        justify-content: start;
        align-items: center;
        color: white;
    }

    #redes{
        height: 100%;
        width: 22%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    #redes p{
        margin-right: 50%;
        font-size: 1.3rem;
        margin-top: 30px;
        width: 100%;
    }

    #redes img{
        margin-right: 10%;
        margin-bottom: 100px;
    }

    #redes2{
        height: 100%;
        width: 20%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    #redes2 p{
        margin-right: 50%;
        font-size: 1.3rem;
        margin-top: 30px;
        width: 100%;
    }

    #redes2 img{
        margin-right: 5%;
        margin-bottom: 100px;
    }



    @media screen and (max-width: 768px) {
    #header1 {
        flex-direction: column;
        align-items: center;
    }

    ul {
        justify-content: center;
    }

    #pesquisa {
        width: 80%;
        margin-top: 10px;
    }

    #divconta {
        width: 95%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 480px) {
    #header1 img {
        height: 60px;
        width: 60px;
    }

    #divconta h1 {
        font-size: 1.2rem;
    }

    #entrar {
        padding: 10px;
    }
    #footer{
        margin-top: 55%;
    }
}