body,main,h2,h1,footer,header,section{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 1400px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}


/* HEADER------- */ 
header{
    position: fixed;
    background-color: #659dc7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    top: 0;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 0px 10px;



}
#menu{
    display: none;
}
.menu-label{
    display: none;
}
.logo{
   height: 20px;

}

.navbar,.navbar-list{
 
    display: flex;
    justify-content: center;
    margin-top: 0;
    
    
}
.navbar ul{
    display: flex;
    gap: 10px;
    }
.navbar ul li{
    list-style: none;
    padding: 10px;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  
}
.navbar ul li a:hover{
    color: #000;
    content: "";
    padding:5px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    

}
.navbar ul li a.active{
    color: #000;
}
.navbar ul li a.active:hover{
    color: #000;
}

.shop{
    width: 100%;
    height: 50px;
    cursor: pointer;
}
#shop-toggle,
#shop-label{
    display: none;
}


#shop-toggle:checked + .shoping{
    display: flex;
}
.shoping{
 
   top: 60px;
   right: 0;
   position: absolute;
   display: flex;
   flex-direction: column;
   padding: 50px 30px;
   gap: 30px;
  background-color: #659dc7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
   height: calc(100vh - 65px);
   display: none;
   overflow: scroll;
   z-index: 2;


}
.shop-item{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #2323234e;
    padding: 20px;
    
    border-radius: 10px;

}
.shop-item img{
   width: 80px;
    height: 140px;
}
.item-tittle{
    font-size: 30px;
    
}

.item-price{
    font-size: 20px;
}

.cantidad{
    display: flex;
    align-items: center;
    gap: 20px;
  

}
.cantidadd{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    border-radius: 5px;
   
    font-weight: 400;
}

.down{
    
    background-color: #2323234e;
    border-radius:10px;
    border:1px solid black;
    cursor: pointer;
}
.up{
  
    border-radius:10px;
    border:1px solid black;
    cursor: pointer;
}
 .divider{
    margin-top: 20px;
    border:0.5px solid #a9a9a9;
 }
 .shop-total{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
 }
 .shop-total p{
    font-weight: 600;
 }
 .btn{
    border: 1px solid #a9a9a9;
    background-color: #2323234e;
    color: white;
    padding: 10px 35px;
    margin-bottom: 150px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;

 }



 





/* MAIN -------- */

main{
    background-color: #d2e8e1;
}
.main-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #d2e8e1;
    background: transparent;
    

}

h1{
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    background: transparent;
}


.principal{
   margin-top: 50px;
    
}
.fondo{
    max-width: 960px;
    margin: auto;

 
}


.secondary{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
   justify-content: center; 
   align-items: center;
}
h2{
 
    text-align: center;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.secondary p{
    text-align: center;
    font-size: 20px;
    background: transparent;
    }



/* Productos------ */

.secondary{
    width: 100%;
    height: 100%;
    background-color: #d2e8e1;
 background: transparent;
}


.product-container{
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: auto;

   
}





.products{
    display: flex;
    flex-wrap: nowrap;

    gap: 100px;
  
   
}
.Aceites{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
   width: 100%;
   height: auto;
    background-color: #659dc7;
    border-radius: 20px;
    margin-bottom: 100px;
    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    
}

.Aceites p{
    font-size: ;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.img{
    width: 50%;
  
}




/* Formulario */

.form{
    background-color: #a9a9a9;
    padding: 0px 50px 10px 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.form h2{
    text-align: center; 
    padding: 20px;
   

    }
    .form-form{
        
        min-height: 250px;
        max-width: 400px;
        margin: auto ;
        border: 2px solid #a9a9a9;
        border-radius: 10px;
        display: flex;
        padding: 20px ;
        justify-content: center;
        box-shadow: 13px 1px 36px 15px black;
        background-color: #659dc7;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
        

    }
    .form-input-container{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap:20px;
       
       

        }
        .form-input-container label{
            font-size: 20px;
        }
        .form-input-container button{
            font-size: 17px;
            margin-top: 20px;
            cursor: pointer;
        }
        .form-input-container input{
            width: 100%;
            display: flex;
            border-radius: 5px;
            
            

        }

        





        
    /* Serviclub login */

   
  .login-serviclub h2  {
    font-size: 25px;
    margin-bottom: 20px;
   
  } 
  .login-serviclub{
    background-color: #a9a9a9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");

    
    color: white;
   
  }
  
  .formulario h2{
    font-size: 30px;
    margin: 20px;
  }
  .formulario{
    display: flex;
    justify-content: center;
    align-items: center;
   
    
  }
  .formula{
    display: flex;  
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #659dc7;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #a9a9a9;
    box-shadow: 13px 1px 36px 15px black;
    margin-bottom: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  }

  .formula div input{
    display: flex;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    
  }
  

  
    .formula div input[type="submit"]{
        width: 100%;
    margin: auto ;
    
    transition: all 0,3s ease;
        }

        .formula div input[type="submit"]:hover{
            background-color: #0e3e5a;
            color: white;
            }
            .formula div input[type="submit"]:active{  
                background-color: #0e3e5a;  
                color: white;
                }

                .formula a{
                    text-decoration: none;
                    font-weight:800;
                    color: black;
                }
                .registro{
                    display: flex;
                    flex-wrap: wrap;
                }
  












/* Footer ----------------*/
footer{
 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23005776' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #659dc7;
}
.footer-item{
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
   
}

      /* Tablet */

@media (max-width:990px) {
    /*main*/
    .fondo{
        max-width: 500px;
    }
    
    
    .shop-item{
        flex-wrap: wrap;
        max-width: 500px;
    }
    .shoping{
        left: 0;
        scrollbar-width: none;
    }



    
    
    




    

 }


@media (max-width:700px) {
    /* header */
.navbar {
    position: absolute;
        top: 65px;
       
        width: 90%;
       
        background-color:#659dc7;
        border: 2px solid ;
        border-top: 0px;
        border-radius: 0px 0px 15px 15px;
        align-items: flex-start;
        padding: 45px 30px;
        gap: 25px;
        z-index: 2;
        display: none;
    }
    .navbar ul{
        flex-direction: column;
    }

    .menu-label{
        font-size: 40px;
        font-weight: 900;
        cursor: pointer;  
        display: flex;
    }
    .menu-label img{
        height: 20px;
        width: 25px;
    }
    #menu:checked + .navbar{
        display: flex;
    }



    /* product*/
    .products{
        flex-direction: column;
        flex-wrap: wrap;

    }

    .product-container{
        align-items: center;
        justify-content: center;
     
    }

    .Aceites{
        width: 45%;
        margin: auto;
       

    }
    .products{
        padding: 20px;
        gap: 40px;
    }

    .secondary p{
        text-align: center;
    }
    
    .shop{
        height: 30px;
        margin-right: 0rem;
        margin-top: 4px;
    }
    
}

@media (max-width:550px) {

    h1{
        display: flex;
        justify-content: center;
        
       font-size: 30px;
       


    }
    .fondo{
        width: 100%;
      
    }
    h2{
        display: flex;
        justify-content: center;
        padding: 20px;
       font-size: 25px;
    }
    .Aceites{
        width: 100%;
        margin: auto;

    }
    .Aceites h2{
        padding: 0;

    }


    .form-form{
        width: 100%;
    }

    .formula{
        width: 100%;
        margin: 5px 5px 30px 5px;
    }
    .shop{
        width: 30%;
        height: 30%;
        margin: 10px;
    
    }
    header{
        display: flex;
        justify-content: center;
        gap: 80px;
    }


    



}





    





