*{  margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}


    body{
        height: 100vh;
        width: 100%;
        margin: 0;
  padding: 0;
    }

    img {
  display: block;
  max-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: #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%;
    }

    #tenis{
        height: 123vh;
        width: 43% ;
        margin-top: 7%;
        margin-left: 7%;
        display: grid;
        grid-template-columns: 1fr 1fr ;
        grid-template-rows: 1fr 1fr 1fr;
    }
    #tenis img{
        display: grid;
        gap: 5%;
    }

    #tenisgrande{
        display: flex;
        height: 138%;
        flex-wrap: wrap;
    
    }

    #infos{
        height: 110vh;
        width: 30%;
        margin-top: 7%;
        margin-left: 12%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #infos h1{
        width: 100%;
        text-align: center;
    }
    #infos h3{
        width: 100%;
        text-align: center;
        opacity: 40%;
    }

    #numeros{
        
        height: 20vh;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 20px;
    }
    #numeros div{
        border: solid 1px;
        height: 8vh;
        width: 90%;
        text-align: center;
        align-content: center;
        border-radius: 13px;
    }
    a{
        width: 70%;
        height: 7vh;
        text-align: center;
        align-content: center;

    }
    button{
        width: 90%;
        height: 7vh;
        border-radius: 100PX;
        background-color: #092936;
        color: #ffffff;
    }
    .txt{
        text-align: center;
        align-content: center;
        font-size: 1.1em;
    }
    #email{
        display: flex;
        width: 100%;
        margin-top: 10%;
    }
    #email h2{
        width: 69%;
    }
    #star{
        height: 3vh;
        width: auto;
    }
    h4{
        font-size: 3em;
    }


    footer{
        background-color: #092936;
        height: 30vh;
        width: 100%;
        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-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 10px;
  }

  ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  #logo img {
    height: 80px;
    width: 80px;
  }

  #pesquisa {
    width: 80%;
    margin: 10px auto;
  }

  #svgs {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: 10px 0;
  }

  #tenis {
    width: 90%;
    height: auto;
    margin: 20px auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #infos {
    width: 90%;
    height: auto;
    margin: 20px auto;
  }

  #numeros {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  #numeros div {
    width: 100%;
    height: 6vh;
  }

  button {
    width: 100%;
  }

  footer {
    flex-direction: column;
    height: auto;
    padding: 20px;
    text-align: center;
  }

  #redes,
  #redes2 {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  #redes p,
  #redes2 p {
    margin: 0;
    text-align: center;
  }

  #redes img,
  #redes2 img {
    margin: 10px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 2rem;
  }

  .lista,
  .home {
    font-size: 0.9rem;
    margin-right: 20px;
  }

  #numeros {
    grid-template-columns: 1fr;
  }
}




