*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}


    body{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #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: #5699A1;; 
        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;
        fill: #ffffff;
        margin-right: 5%;
    }



    #calcados{
        margin-top: 7%;
        margin-left: 11%;
        height: 150vh;
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        
    }
    #calcados>h1{
        font-size: 3.0em;
        color: #5699A1;
        width: 40%;
        height: 10%;
    }
    #marcas img{
        height: 100%;
        width: auto;
        grid-column: 2/3;
    }
    #marcas{
        width: 60%;
        height: 5%;
        display: flex;
        justify-content: end;
    }
    #tenis{
        background-color: #105773;
        border-radius: 13px;
        border: solid 1px #000000;
        margin-top: 6%;
        width: 100%;
        height: 133vh;
        display: grid;
        grid-row: 2;
        grid-column: 1/4;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        
    }

    #tenis2{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #ffffff;
        border: solid 2px #000000;
        border-radius: 13px;
        height: 100%;
    }
   #tenis2 div{
width: 100%;
   }
    
    .h1{
        width: 100%;
        text-align: center;
    }
    .h1apagado{
        width: 100%;
        text-align: center;
        opacity: 40%;
        margin-bottom: 10%;
    }

    .h3{
        width: 100%;
        text-align: center;
    }




    footer{
        background-color: #092936;
        height: 43vh;
        width: 100%;
        margin-top: 7%;
        display: flex;
        justify-content: start;
        align-items: center;
        color: white;
    }

    #redes{
        height: 100%;
        width: 32%;
        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: 15%;
        margin-bottom: 100px;
    }
    


    @media screen and (max-width: 768px) {
   

    #logo {
        margin: 0 auto;
        width: 30%;
    }

    #logo img {
        width: 80px;
        height: 80px;
    }

    

    .home, .lista {
        margin: 5px 0;
    }

    #pesquisa {
        width: 80%;
        margin: 10px auto;
        height: 40px;
    }

    

  

    #calcados {
        width: 90%;
        margin-left: 5%;
    }

    #calcados>h1 {
        text-align: center;
        font-size: 2rem;
    }

    footer {
        flex-direction: column;
        text-align: center;
    }

    #redes, #redes2 {
        width: 100%;
        justify-content: center;
    }
    
    #header1{
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    ul{
        width: 100%;
        justify-content: space-around;
        margin-top: 10px;
    }

    #pesquisa{
        width: 90%;
        margin: 10px auto 0;
        height: 40px;
    }

    #svgs{
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    #mais {
    min-height: 92vh; 
    color: white;
    background-color: #3F798B;
}

    #mais h1{
        font-size: 2rem;
        text-align: center;
    }

    #produtos{
        flex-direction: column;
        align-items: center;
    }

    #tenis{
        width: 90%; 
        margin: 10px 0; 
        min-height: 50vh;
    }

    #tenis img{
        width: 60%; 
        margin-top: 20px;
    }

}