body {
    background-color: rgba(156, 156, 154, 0.342);
    ;

}

:root {
    --primary-color: #c7a17a;
    --background-color: #f9f5f0;
    --dark-color: #000000;
    --color-base: #000000;
    --white-color: #fff;
}

html {

    font-size: 62.5%;
    font-family: 'poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-product {
    width: 100%;

    margin-top: 95px;

    /* background-color: red; */
    /* display: flex;
    justify-content: center;  */
}

.container-menu {
    max-width: 1200px;
    width: 100%;
    height: auto;

    /* background-color: rgb(16, 120, 65); */
    margin: 0 auto;
    display: flex;
    gap: 1rem;
}

.menu_product {
    width: 18%;
    /* height: 100vh; */
    background-color: #ffffffd0;
    margin-top: 1rem;
    overflow: hidden;

    box-shadow: 0px 0 5px rgba(216, 6, 150, 0.45);
    border-radius: 1.5rem;
}

.cont_menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 2rem;
    margin-top: 1rem;
    /* background-color: #f9f5f0; */
    gap: 1rem;



}

.title_menu_product {
    font-size: 2rem;
    font-weight: 800;
}

.sub_title_menu_product {
    font-size: 1.7rem;
    color: #918b8b;
}



.cerrar_category {
    display: none;
}

.option_menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 1rem;

}

.option_menu li {
    font-size: 1.4rem;
    font-weight: 500;
}

.option_menu li a {
    text-decoration: none;
    color: #000000;

}

.container_product {
    width: 82%;
    /* height: 100vh; */
    /* background-color: rgba(156, 156, 154, 0.342); */
    /* margin-top: 1rem; */
    display: flex;
    flex-direction: column;
    

}



.container_card-product {
    display: flex;
    width: 100%;
    /* height: 200px; */
    /* background-color: bisque; */

    margin-top: 1rem;
    margin-bottom: 1rem;

    /* gap: 0.5rem; */
    overflow: hidden;
}

.group-product {

    display: flex;
    flex-wrap: wrap;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    /* justify-content: space-evenly; */
    /* margin: 0 auto; */
    /* align-content: flex-start; */
    gap: 1.1rem;
    /* flex: 1 0 auto; */
    /* width: 100%; */
    width: 1200px;
    overflow: hidden;
    /* background-color: blueviolet;  */
    /* justify-content: center; */
    padding: 0.3rem;

}


.general_product {

    /* flex: 0 0 auto; */
    display: flex;

    /* width: 24.19%; */
    width: 24%;
    /* height: 31.5rem; */
    /* height: 100%; */

    justify-content: center;

    /* min-height: 35rem; */
    /* height: 35rem; */
    background-color: #ffffffd0;
    box-shadow: 0px 0 5px rgba(216, 6, 150, 0.45);
    /* position: relative; */

    overflow: hidden;

    border-radius: 1.5rem;
    /* margin: 0.4rem; */
    /* margin-top: 0.5rem; */
    

}

.container-link {
    text-decoration: none;
    color: #000000;
}


.general_product :hover {
    transform: scale(1.03);
    transition: 0.5s;
}

.grupo_title {
    display: none;

}

.card_products {
    width: 220px;

    /* height: 100%; */
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* background-color: rgba(210, 109, 109, 0.587); */

    overflow: hidden;
    /* margin-bottom: 1rem; */
    padding-bottom: 2rem;
    padding-top: 1rem;


}

.container__img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    width: 200px;
    height: 200px;
    /* background-color: #ffffff; */
    overflow: hidden;
}

.container__img img {
    /* position: absolute; */
    /* max-width: 200px; */
    width: 80%;


}

.content_card_product {
    /* margin-top: 2rem; */


    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* justify-content: center; */


    /* background-color: aqua; */

}

.stars_card {
    display: flex;
    justify-content: center;
    align-items: center;

}

.stars_card img {
    width: 1.8rem;
}

.content_card_product h3 {
    text-align: center;

    font-weight: 500;
    font-size: 1.7rem;

    cursor: pointer;
    margin-top: 0.5rem;

}

.content_card_product h3:hover {
    color: rgb(194, 61, 167);
}


.price_cesta {

    display: flex;
    position: relative;
    /* flex-direction: row; */
    /* gap: 5rem; */
    justify-content: space-between;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    /* background-color: aliceblue; */
}

.link_wha {
    position: absolute;
    text-decoration: none;
    color: #000000;

}

.add_cart {
    width: 4rem;
    height: 4rem;
    border: 2px solid black;
    padding: 0.1rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.add_cart:hover {
    background-color: black;
}

.add_cart img {
    width: 3.3rem;
    /* border: 2px solid black; */
    border-radius: 50%;
    color: black;
}

.add_cart:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}


.price_card {


    font-size: 2.1rem;
    font-weight: 600;
    gap: 0.5rem;
}

.price_card span {
    font-size: 1.7rem;
    font-weight: 400;
    text-decoration: line-through;
    /* para hacer que se tache */
    color: #777;
    margin-left: 0.3rem;
}

.categori_hamburger{
    display: none;
}



@media (max-width:1024px) {


    .nav_options {
        position: fixed;
        width: 100%;
        height: 50px;
        background-color: rgb(224, 224, 224);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;

    }

    .grupo_title {

        width: 97%;
        height: 40px;
        /* max-width: 995px; */
        /* height: 100px; */
        display: flex;



        background-color: #ffffffd0;
        box-shadow: 0px 0 5px rgba(216, 6, 150, 0.45);
        /* border: solid 0.1px; */
        border-radius: 20px 20px 0px 0px;
        /* position: relative; */
        overflow: hidden;
        font-size: 1.3rem;
        /* position: relative; */

    }

    .grupo_title a {

        width: 50%;
        text-decoration: none;
        color: #000000;
        /* position: absolute; */
        display: flex;
        font-size: 1.4rem;
    }

    .container_title {

        width: 100%;
        height: 40px;
        /* background-color: antiquewhite; */

        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;
        overflow: hidden;

    }


    .open_category, 
    .cerrar_category {
        width: 50%;
        display: block;
        border: 0;
        background-color: transparent;
        cursor: pointer;



    }

    .open_category {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .container_categori {

        width: 100%;
        height: 40px;
        /* background-color: rgb(190, 175, 205); */
        border-left: solid 0.1PX rgba(216, 6, 150, 0.45);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        font-family: 'poppins', sans-serif;
        font-size: 1.4rem;

    }
/* ****************************************************************** */
.cerrar_category {
    width: 100%;
    height: 5rem;
    display: flex;
    
    justify-content: end;
    gap: 1rem;
    color: rgb(0, 0, 0);

    align-items: center;
    background-color: rgb(255, 255, 255);
}

.cerrar_category img {
    width: 3.5rem;
    /* margin: 0 auto; */
    /* left: 100px; */
}

.cerrar_category p {
    font-size: 2rem;
    /* margin: 0 auto; */
    font-weight: 700;
}

.categori_hamburger{
            position: fixed;
            opacity: 0;
            visibility: hidden;
            display: flex;
        
            flex-direction: column;
            align-items: start;
            /* position: absolute; */
            gap: 1.5rem;

            top: 0;
            left: 0;
            bottom: 0;
            background-color: rgb(0, 0, 0);
            /* padding: 2rem; */
            z-index: 1000;
            width: 60%;
            /* height: 100vh; */
            box-shadow: 0 0 0 100vmax rgb(0, 0, 0, 0.6);
            transition: all 0.5s ease-in-out;
}



 .categori_hamburger.visible {
    opacity: 1;
    visibility: visible;
} 



.option_menu {
    /* display: none; */
    flex-direction: column;
    align-items: start;
    /* z-index: 2000; */
    color: #000;
    margin: 2rem;
    list-style: none;
    /* transition: none; */
    gap: 2rem;
}

.option_menu a {
    transition: none;    
}

.option_menu li a {
    font-size: 1.6rem;
    color: rgb(248, 248, 248);
}



    /* ************************************************** */

    .container_card-product {
        margin-top: 5.5rem;
    }

    .container_product {
        width: 100%;
    }

    .menu_product {
        display: none;
    }


    .group-product {
        width: 100%;
        max-width: 1024px;
        flex-wrap: wrap;
        margin-left: 1rem;
        margin-right: 1rem;
        justify-content: center;
    }

    .container_product {
        width: 100%;
    }

    .general_product {
        width: 49%;
        /* height: 43rem; */

        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

    .card_products {
        width: 380px;
        height: 500px;

    }

    .container__img {
        width: 100%;
        height: 280px;
    }

    .container__img img {
        width: 250px;
    }

    .stars_card img {
        width: 2.5rem;
    }

    .content_card_product h3 {

        font-size: 2.5rem;

    }

    .add_cart {
        width: 6rem;
        height: 6rem;

    }

    .add_cart img {
        width: 5rem;
    }



    .price_card {
        font-size: 2.5rem;
    }


}



@media (max-width:763px) {


    /* html {
        font-size: 55%;
    }
   
     */


    .group-product {
        width: 100%;
        max-width: 763px;

    }

    /* .container_product{
            width: 100%;
        } */

    .general_product {
        width: 49%;
        /* height: 43rem; */

        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

    .card_products {
        width: 270px;
        height: 430px;

    }

    .container__img {
        width: 100%;
        height: 280px;
    }

    .container__img img {
        width: 90%;
    }

    .stars_card img {
        width: 2.3rem;
    }

    .add_cart {
        width: 4rem;
        height: 4rem;

    }

    .add_cart img {
        width: 3rem;
    }

    .container_card-product h3 {

        font-size: 2.5rem;

    }

    .price_card {
        font-size: 2rem;
    }



}

@media(max-width:540px) {

    html {
        font-size: 55%;
    }
}

@media (max-width:563px) {
    .grupo_title{
        width: 95%;
    }

    .container_card-product {
        margin-top: 5.5rem;
    }

    .group-product {
        width: 100%;
        max-width: 563px;

    }

    .general_product {
        width: 48%;
        /* height: 43rem; */

        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

    .card_products {
        width: 190px;
        height: 340px;

    }

    .container__img {
        width: 100%;
        height: 200px;
    }

    .container__img img {
        width: 90%;
    }

    .stars_card img {
        width: 2.3rem;
    }

    .container_card-product h3 {

        font-size: 2rem;

    }

    .price_card {
        font-size: 2rem;
    }
}



@media (max-width:490px) {

    html {
        font-size: 42.5%;
    }

    .cerrar_category p{
        font-size: 2.3rem;
    }
    .option_menu li a {
        font-size: 2rem;
        
    }

    .container_card-product {
        margin-top: 7.77rem;
    }
    .card_products {
        width: 190px;
        height: 290px;

    }

    .container__img {
        height: 180px;
    }

    .container__img img {
        width: 80%;

    }
}


@media (max-width:395px) {

    .general_product {
        width: 48%;
        /* height: 43rem; */

        /* margin-left: 1rem; */
        /* margin-right: 1rem; */
    }

    .card_products {
        width: 150px;
        height: 230px;

    }

    .container__img {

        height: 140px;
    }

    .container__img img {
        width: 80%;
    }

    .stars_card img {
        width: 1.8rem;
    }

    .add_cart {
        width: 4rem;
        height: 4rem;

    }


    .add_cart img {
        width: 2.5rem;

    }

    .container_card-product h3 {

        font-size: 1.9rem;

    }

    .price_card {
        font-size: 1.9rem;
    }
}