*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
color: white;}


    body{
        height: 110vh;
        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%;
    }

    
   

    #street{
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #mais{
        height: 92vh;
        color: white;
        background-color: #3F798B;
        
    }
    
    h1{
        padding: 5%;
        font-size: 3.00rem;
    }

    #produtos{
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }

    #tenis{
        background-color: #105773;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
        height: 50vh;
        width: 40%;
        margin-right: 3%;
        margin-left: 3%;
        border-radius: 50px;
        font-size: 1.2rem;
    }
    #tenis img{
        
        margin-top: 60px;
    }

    .caro{
        opacity: 30%;
    }

    

    h2{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    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: 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 (max-width: 768px){
    #header1{
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    ul{
        width: 100%;
        justify-content: space-around;
        margin: 10px 0;
    }

    #logo{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }

    #logo img{
        height: 80px;
        width: 80px;
    }

    #pesquisa{
        width: 80%;
        height: 40px;
        margin: 10px auto;
    }

    #pesquisa input{
        height: 100%;
        padding-left: 15px;
    }

    #pesquisa img{
        top: 10%;
        height: 70%;
    }

    #svgs{
        width: 50%;
        margin: 10px auto;
        justify-content: space-around;
    }

    #produtos{
        flex-direction: column;
    }

    #tenis{
        width: 80%;
        height: auto;
        margin: 10px auto;
    }

    #tenis img{
        margin-top: 20px;
        width: 120px;
        height: auto;
    }

    #mais h1{
        font-size: 2rem;
    }

    footer{
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px 0;
    }

    #redes, #redes2{
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    #redes img, #redes2 img{
        margin: 0 10px;
    }
}