*{  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;
    }

    #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;
    }


    section{
        display: flex;
        justify-content: start;
        height: 100%;
        flex-wrap: wrap;
        margin-left: 11%;
     }
    #tenisclub{
        border: 1px solid;
        border-radius: 9px;
        margin-top: 7%;
        height: 26vh;
        width: 86%;
         display: flex;
        
    }

    #oxor{
        background-color: #105773;
        border: 1px solid;
        border-radius: 9px;
        height: 100%;
        width: 28%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #oxor img{
        height: auto;
        width: 69%;
    }

    #oxortesticulo{
        height: 100%;
        width: 62%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 10%;
        font-size: 1em;
    }
    #oxortesticulo h1{
        width: 100%
    }
   
    p{
        font-size: 2em;
        margin-left: 2%;
        margin-right: 2%;
    }

    .clarin{
        opacity: 43%;
        margin-left: 15%;
        width: 30%
    }

    #numerico{
        border: 1px solid;
        border-radius: 100%;
        height: 26%;
        width: 7%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #firula{
        
        height: 42%;
        width: 24%;
        display: flex;
        flex-wrap: wrap;
    }

    #desconto{
        height: 13%;
        width: 60%
    }
    #desconto2{
        height: 13%;
        width: 30%;
        margin-left: 0%;
        background-color: rgb(255, 255, 255);
        border: 1px solid;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .titulos{
        margin-left: 5%;
        color: #5699A1;
        font-size: 2em;
    }

    #resumo2{
        height: 62%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        background-color: #5699A1;
        border-radius: 13px;
        margin-top: 7%;
        
    }

    #resumo2 h2{
        width: 45%;
        margin-left: 5%;
        margin-top: 5%;
    }
    #resumo{
        margin-left: 30%;
        width: 24%;
    }



    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 screen and (max-width: 768px) {
    #header1 {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    #logo {
        margin: 0 auto;
        width: 25%;
    }

    #logo img {
        width: 80px;
        height: 80px;
    }

    ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .home, .lista {
        margin: 10px 0;
        font-size: 1rem;
    }

    #pesquisa {
        width: 80%;
        margin: 10px auto;
        height: 40px;
    }

    #svgs {
        width: 50%;
        margin: 10px auto;
        display: flex;
        justify-content: space-around;
    }

    section {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
    }

    #tenisclub {
        flex-direction: column;
        width: 90%;
        height: auto;
        margin-top: 5%;
    }

    #oxor, #oxortesticulo {
        width: 90%;
        margin: 5px 0;
    }

    #oxor img {
        width: 50%;
    }
    #numerico{
        height: auto;
    }
    #firula {
        width: 90%;
        height: auto;
        margin-top: 5%;
    }

    #desconto, #desconto2 {
        width: 80%;
        margin: 5px auto;
        height: auto;
    }

    #resumo {
        width: 90%;
        margin: 5% auto;
        height: 50%;
    }

    #resumo2 h2 {
        width: 100%;
        height: auto;
        margin: 5px 0;
    }

    footer {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 20px 0;
    }

    #redes, #redes2 {
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }

    #redes img, #redes2 img {
        margin: 0 10px 10px 10px;
    }

    #redes p, #redes2 p {
        margin: 0 0 10px 0;
        font-size: 1.1rem;
    }
}