@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: var(--background-color);

}

: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;

}



/* UTILIDADES */
.container {
    max-width: 120rem;
    margin: 0 auto;
}

.heading-1 {
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
}

/* HEADER */
/* 
.container-hero{
    background-color: var(--background-color);
}

.hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.customer-support{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.customer-support i{
    font-size: 3.3rem;
}

.content-customer-support{
    display: flex;
    flex-direction: column;
}



.container-user{
    display: flex;
    gap: 1rem;
    cursor: pointer;
   
}

.container-user .fa-user{
    font-size: 3rem;
    color: var(--primary-color);
    padding-right: 2.5rem;
    border-right: 1px solid #e2e2e2;
}

.container-user .fa-basket-shopping{
    font-size: 3rem;
    color: var(--primary-color);
    padding-left: 1rem;
}

.container-shopping-cart{
    display: flex;
    flex-direction: column;
    
} */

/* NAVBAR */

/* .boton_wsp{
    position: fixed;
    
    width: 50px;
    height: 50px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    z-index: 400000;
    background-color: #ffffff;
    border-radius: 50%;
}
 */

.boton_wsp a{
    /* margin:  0 auto; */
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 45px;
    line-height: 50px;
    bottom: 15px;
    right: 5px;
    z-index: 400000;
    background-color: #14b12e;
    border-radius: 20px;
    padding: 1rem 1rem;
    gap: 0.5rem;

    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.boton_wsp img{
    width: 32px;
    /* margin: 0 auto; */
}

.container-navbar {
    position: fixed;

    width: 100%;
    top: 0;
    background-color: var(--dark-color);
    /* height: 180px; */
    z-index: 1000;
    /* margin: 0 auto; */
    /* margin-left: 3rem; */
    height: auto;
}

.navbar {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 95px;


    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem 0 2rem;
    gap: 4rem;
    /* background-color: rgb(34, 150, 222); */
    /* margin: 0 auto; */

}

.lo-me {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}


.navbar .fa-bars {
    display: none;
    /* estamos ocultando */
}

.container-logo {


    gap: 0.5rem;
    padding: 0;
    border: none;
    margin: 0;
}

.container-logo a {
    padding: 0;
    border: none;
    margin: 0;
}

.container-logo__img {

    padding: 0;
    margin: 0;
    border: none;
    width: 140px;
    filter: drop-shadow(-20px -10px 15px gold);

}

/* .container-logo__img:hover{
    width: 200px;  
} */

.menu {
    display: flex;
    /* justify-content: flex-start; */
    gap: 3rem;
    align-items: center;
    list-style: none;
}


/* .container-logo i{
    font-size: 3rem;
    color: #fff;
} */

/* .container-logo h1 a{
    text-decoration: none;
    color: #fff ;
    font-size: 3rem;
    text-transform: uppercase; sx
} */


/* ****************************************************  */

/* .menu i {
    list-style: none;
} */


.cerrar-menu,
.open-menu {
    display: none;
}

.menu a {

    text-decoration: none;
    font-size: 1.3rem;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;

}

/* .menu a::after{
    content: '';
    width: 1.5rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all .3s ease;
} */

/* .menu a:hover::after{
    opacity: 1;
} */

.menu li a:hover {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border-radius: 25px;
    font-size: 1.4rem;
    /* transition: all 0.5s ease; */
}

/* .menu a:hover{
    color: #fff;
} */
/* 
.search-form{
    position: relative;
    display: flex;
    
    align-items: center;
    border: 2px solid #fff;
    border-radius: 2rem;
    background-color: #fff;
    height: 4.4rem;
    overflow: hidden;
    margin-left: 10rem;
}

.search-form input{
    outline: none;
    font-family: inherit;
    border: none;
    width: 25rem;
    font-size: 1.4rem;
    padding: 0 2rem;
    color: #777;
    cursor: pointer;
}

.search-form input::-webkit-search-cancel-button{
    appearance: none;
}

.search-form .btn-search{
    border: none;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    
}

.btn-search i{
    font-size: 2rem;
    color: #fff;
    cursor: pointer; 
} */

.caja-prin {
    /* all: unset; */

    perspective: 800px;
    /* width: 80px;
   
    /* display: flex;   */
    /* align-items: center;  */
    /* margin: 0 auto; */
    /* display: flex;
    justify-content: flex-end; */
}

.caja {
    position: relative;
    /* width: 100%;
    height: 100%; */
    min-width: 70px;
    min-height: 70px;
    transform-style: preserve-3d;
    /* transform-origin: center; */
    animation: girar 10s infinite linear;
    /* margin: 0 auto; */
    /* display: flex;
    justify-content: flex-end; */
}

.cara {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    /* display: flex;
    justify-content: flex-end; */
}

.cara img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.cara4 img {
    width: 70px;
    height: auto;
}

.cara1 {
    transform: translateZ(35px);
    background-color: #000;
}

.cara2 {
    transform: rotateY(90deg) translateZ(35px);

}

.cara3 {
    transform: rotateY(90deg) rotateX(90deg) translateZ(35px);
}

.cara4 {
    transform: rotateX(180deg) rotateZ(-90deg) translateZ(35px);
}

.cara5 {
    transform: rotateY(-90deg) rotateZ(0deg) translateZ(35px);
}

.cara6 {
    transform: rotateX(-90deg) translateZ(35px) rotateZ(-90deg);
}

@keyframes girar {
    0% {
        transform: none;
    }

    13%,
    16.6% {
        transform: rotateY(-90deg);
    }

    301%,
    33.33% {
        transform: rotateY(-90deg) rotateZ(90deg);
    }

    46%,
    49.999% {
        transform: rotateY(-270deg) rotateZ(90deg);
    }

    63%,
    66% {
        transform: rotateY(90deg);
    }

    80%,
    83% {
        transform: rotateY(-180deg) rotateZ(90deg);
    }

    97%,
    100% {
        transform: none;
    }
}

/* @media (max-width:468px){
    .container-navbar{
        position: fixed; 
        width: 100%;
        top: 0;
        background-color: var(--dark-color);
        height: 130px;
        z-index: 1000;
    }
    
    .navbar{
        position: relative;
        display: flex;
        width: 100%;
        height: 130px;
        justify-content: flex-start;
        align-items: center;
        
     } 

    .container-logo__img{

        padding: 0;
        margin: 0;
        border: none;
        width: 150px;
       
    
      
    } 

    .caja-prin{
        all: unset;
        perspective: 800px;
        width: 80px;
        height: 80px;
       
    }
    .caja{
        position: relative;
        width: 75px;
        height: 75px;
        
        transform-style: preserve-3d;
        transform-origin: center;
        animation: girar 10s infinite linear;
        
    }
    .cara{
        position: absolute;
        width: 75px;
        height: 75px;
        background-color: #ffffff;
        backface-visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #fff;
    }
    
    .cara img{
        width: 100%;
         height: 100%; 
         object-fit: cover;  
    }
    
    .cara4 img{
        width: 75px;
        height: auto;
    }
    
    .cara1{
        transform: translateZ(37.5px);
        background-color: #000;
    }
    
    .cara2{
        transform: rotateY(90deg) translateZ(37.5px);
        
    }
    
    .cara3{
        transform: rotateY(90deg) rotateX(90deg) translateZ(37.5px);
    }
    
    .cara4{
        transform: rotateX(180deg) rotateZ(-90deg) translateZ(37.5px);
    }
    
    .cara5{
        transform: rotateY(-90deg) rotateZ(0deg) translateZ(37.5px);
    }
    
    .cara6{
        transform: rotateX(-90deg)  translateZ(37.5px) rotateZ(-90deg);
    }
    
    @keyframes girar{
        0%{
            transform: none;
        }
        13%,16.6%{
            transform: rotateY(-90deg);
        }
        301%,33.33%{
            transform: rotateY(-90deg) rotateZ(90deg);
        }
        46%,49.999%{
            transform: rotateY(-270deg) rotateZ(90deg);
        }
        63%,66%{
            transform: rotateY(90deg);
        }
        80%,83%{
            transform: rotateY(-180deg) rotateZ(90deg);
        }
        97%,100%{
            transform: none;
        }
    }
}  */

/* BANNER */

.banner {
    max-width: 100%;
    height: 60rem;
    margin-top: 80px;
    /* background-color: rebeccapurple; */
    overflow: hidden;
}

.content-banner {
    max-width: 1500px;
    overflow: hidden;
    /* background-color: red; */
    margin: 0 auto;
}

.content-banner ul {
    display: flex;
    /* justify-content: center; */
    padding: 0;
    margin: 0;
    width: 200%;
    animation: slide 10s infinite ease-in-out;
    background-color: #000000;
}

.content-banner li {
    flex: 0 0 50%;
    height: 60rem;

    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    width: 120%;
    margin-top: 13px;

}

.text-banner {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);

    width: 40%;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.795);
    padding: 0.5rem;

    border-radius: 10PX;
   
}

.text-banner h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    

}


@keyframes slide {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 0%;
    }

    55% {
        margin-left: -100%;
    }

    95% {
        margin-left: -100%;
    }
}



/* @keyframes slide{
    0% {
        margin-left: 0;
    }
    20%{
        margin-left: 0;
    }
    25%{
        margin-left: -200%;
    }
    45%{
        margin-left: -200%;
    }

    50%{
        margin-left: -200%;
    }
    70%{
        margin-left: -200%;
    }

    75%{
        margin-left: -300%;
    }
    100%{
        margin-left: -300%;
    }

} */

/* @keyframes slide {
    0% {
        margin-left: 0;
    }
    20% {
        margin-left: 0;
    }
    25% {
        margin-left: -100%;
    }
    45% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    70% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    95% {
        margin-left: -300%;
    }
    100% {
        margin-left: 0;
    }
} */

.content-banner p {

    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* .content-banner h2{

    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
} */

.text-banner a {

    margin-top: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #f72699;
    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-radius: 3rem;
    font-weight: 600;
    box-shadow: 0px 0 15px rgba(255, 184, 31, 0.808);

    font-size: 1.2rem;
}


/* MAIN CONTENT */
.main-content {
    margin-top: 1rem;
    background-color: var(--background-color);
    height: auto;
    /* z-index: 1000; */
}

/* FEATURES */
.container-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    padding-top: 1rem;
}

.card-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;

    background-color: #fff;
    border-radius: 1rem;
    padding: 1.2rem 0.7rem;
}

/* .card-feature i{
    font-size: 2.7rem;
    color: rgb(45, 7, 132);
} */

.card-feature img {
    width: 3.8rem;
    /* color: rgb(221, 21, 154); */
    /* fill: #00acee !important; */

    /* filter: invert(33%) sepia(77%) saturate(1424%) hue-rotate(173deg) brightness(88%) contrast(88%); */
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-content span {

    font-weight: 700;
    font-size: 1.5rem;
    color: var(--dark-color);
}

.feature-content p {

    color: #777;
    font-size: 1.3rem;
    font-weight: 500;
}

/* CATEGORIAS */

.top-categories {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.container-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.card-category {
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    gap: 2rem;
}

.category-moca {
    background-image: linear-gradient(#000000a6, #0000009b), url(img-do/pelis.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;

}

.category-expreso {
    background-image: linear-gradient(#00000080, #00000080), url(img-do/tv_vivo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-capuchino {
    background-image: linear-gradient(#00000080, #00000080), url(img-do/musi-cat.jpeg);
    background-size: cover;
    background-position: center;
    /* top: 50px; */
    background-repeat: no-repeat;

}



.card-category p {

    font-size: 2.8rem;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    /* text-align: center; */

}

.card-category p::after {
    content: '';
    width: 3.5rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%, 50%);
}

.card-category span {
    font-size: 1.7rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    
}

.card-category span:hover {
    color: var(--primary-color);
    font-weight: 500;
    transform: scale(1.05);

}

.link_card_cate{
    /* text-decoration: none; */
    all: inherit;
}


/* TOP PRODUCTS */

.top-products {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.container-options {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.container-options span {
    
    
    background-color: #000000;
    padding: 0.7rem 3rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.container-options  a{
    /* width: 100%; */
    text-decoration: none;
    color: #ffffff;
}


.container-options a:hover {
  
    color: #ff2cd8;
    transform: scale(1.03);
    /* font-weight: 600; */
}
.container-options span:hover{
    background-color: rgb(223, 223, 223);
}


/* .container-options span.active{
     background-color: rebeccapurple; 
     color: #fff; 
     transform: scale(1.05); 
} */

/* PRODUCTS */


.container-products {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    max-width: 100vw;
    gap: 3rem;
    
}

.general {
    display: grid;
    justify-content: center;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.container__link {
    text-decoration: none;
    color: var(--dark-color);
}

.card-products {
    position: relative;
    width: 100%;
    background-color: #ffffffd0;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0px 0 5px rgba(216, 6, 150, 0.45);
    align-content: center;


}


.container-img {
    width: 200px;
    height: 200px;
    position: relative;
    /* background-color: red; */

    margin: auto;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container-img img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(90, 32, 74));
}

/* .card-products :hover{
    transform: scale(1.1);
    transition: 0.5s;
} */

.general :hover {
    transform: scale(1.03);
    transition: 0.5s;
}


.container-img .discount {
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    color: #fafafa;
    padding: 2px 1.2rem;
    border-radius: 1rem;
    font-size: 1.2rem;
}

/* .card-products:hover .discount {
    background-color: #000;
} */

/* .button-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    position: absolute;
    top: 0;
    right: -3rem;
    z-index: -1;
    
    transition: all 0.4s ease;

} */

/* .button-group span {
    border: 1px solid var(--primary-color);
    padding: 0.8rem;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
} */

/* .button-group span:hover {
    background-color: var(--primary-color);
}

.button-group span i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.button-group span:hover i {
    color: #fff;

}

.card-products:hover .button-group {
    z-index: 0;
    right: -1rem;

} */

.content-card-product {
    display: grid;
    justify-items: center;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, min-content);
    row-gap: 1rem;


}

.stars {
    grid-row: 1/2;
    grid-column: 1/-1;

}

.stars i {
    font-size: 1.3rem;
    color: rgb(105, 105, 105);
}


/* me quede aqui */
/* .content-card-product span{
    display: flex;
    
    justify-content: start;
} */


.content-card-product h3 {
    grid-row: 2/3;
    grid-column: 1/-1;

    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.content-card-product h3:hover {
    color: rgb(194, 61, 167);
}

.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;
    /* position: relative; */
}

.add-cart:hover {
    background-color: black;
}

.link_add-cart1{
    /* position: absolute; */
    background-color: rebeccapurple;
}

/* .add-cart i{
    font-size: 2rem;
    color: black;
} */

.add-cart img {
    width: 3.3rem;
    /* border: 2px solid black; */
    border-radius: 50%;
    color: black;
}

/* .add-cart:hover i{
    color: #fff;
} */

.add-cart:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.content-card-product .price {

    justify-self: end;

    align-self: center;
    font-size: 2rem;
    font-weight: 600;
    gap: 0.5rem;
}

.content-card-product .price span {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: line-through;
    /* para hacer que se tache */
    color: #777;
    margin-left: 0.3rem;
}

/* GALLERY */
/* ********************************************************* */
.gallery {
    /* width: 100%; */
    max-width: 1500px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 43.5rem);
    gap: 0.8rem;
    /* margin-bottom: 2rem; */
    margin: 0 auto 2rem;
    /* background-color: red; */
}

.gallery img {
    width: 100%;
    height: 100%;
    /* height: auto; */
    object-fit: cover;

}

.gallery video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img-3 {
    grid-column: 2/4;
    grid-row: 1/3;
}

/* SPECIALES */

.specials {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

/* BLOGS */
.blogs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.container-blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.card-blog {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.card-blog .container-img {
    border-radius: 2rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.button-group-blog {
    position: absolute;
    bottom: 1.5rem;
    right: -2.5rem;

    display: flex;
    gap: 0.7rem;
    z-index: -1;
    transition: all 0.3s ease;
}

.card-blog:hover .button-group-blog {
    z-index: 0;
    right: 1.5rem;
}

.button-group-blog span {
    background-color: #fff;
    padding: 1rem;
    border-radius: 50%;
    transition: all .4s ease;

    display: flex;
    align-items: center;
    justify-content: center;
}

.button-group-blog span i {
    font-size: 1.3rem;

}

.button-group-blog span:hover {
    background-color: var(--primary-color);
}

.button-group-blog span:hover i {
    color: #fff;
}

.content-blog h3 {
    font-size: 1.8rem;
    margin-bottom: 1.7rem;
    color: var(--dark-color);
    font-size: 500;
}

.content-blog h3:hover {
    color: var(--primary-color);
    cursor: pointer;

}

.content-blog p {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #777;
}

.content-blog span {
    color: var(--primary-color);
    font-size: 1.3rem;
}

.btn-read-more {
    padding: 1rem 3rem;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    border-radius: 2rem;
    margin: 3rem 0 5rem;
    display: inline-block;
    cursor: pointer;
}

.btn-read-more:hover {
    background-color: var(--dark-color);
}

/* FOOTER */
.footer {
    background-color: #ce1257;
    /* border: 2px solid white; */
    width: 100%;

}

.container-footer {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2rem;
    justify-content: center;

}

.menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 10rem;
    gap: 3rem;
    justify-items: center;
    margin: 0 auto;

}

.title-footer {
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.contact-info,
.information,
.my-account,
.newsletter {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info ul,
.information ul,
.my-account ul {


    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info ul li,
.information ul li,
.my-account ul li {
    list-style: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
}

.information ul li a,
.my-account ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.information ul li a:hover,
.my-account ul li a:hover {
    color: rgb(235, 140, 68);
}

.social-icons {
    display: flex;
    gap: 1.5rem;
}

.social-icons span {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* .social-icons span i{
    color: #fff;
    font-size: 1.2rem;
} */
.social-icons span img {
    color: #fff;
    width: 2.5rem;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #00acee;
}

.youtube {
    background-color: #c4302b;
}

.tiktok {
    background-color: #000000;
}

.instagram {
    background: linear-gradient(#405de6,
            #833ab4,
            #c13584,
            #e1306c,
            #fd1d1d,
            #f56040,
            #fcaf45);
}

.content p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 300;
}

.content input {
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid #d2b495;
    cursor: pointer;
    padding: 0.5rem 0 1.2rem;
    color: var(--dark-color);
    display: block;
    margin-bottom: 3rem;
    margin-top: 2rem;
    width: 100%;
    font-family: inherit;
}

.content input::-webkit-input-placeholder {
    color: #eee;
}

.content button {
    border: none;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 3rem;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-family: inherit;
    cursor: pointer;
    font-weight: 600;
}

.content button:hover {
    background-color: var(--background-color);
    color: var(--dark-color);
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    border-top: 1px solid #d2b495;
}

.copyright p {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgb(239, 151, 97);
}

/* MEDIA QUERIES --822px */
@media (max-width: 822px) {

    html {
        font-size: 55%;
    }

    /* .hero {
        padding: 2rem;
    } */

    .customer-support {
        display: none;
    }

    .content-shopping-cart {
        display: none;
    }

    .lo-me {
        gap: 3rem;
    }

    .boton_wsp a{
        bottom: 50px;
        height: 30px;
        height: 30px;

        right: 10px;
        

        
    }
    .boton_wsp img{
        width: 25px;
    }

    .boton_wsp a p{
        text-decoration: none;
    }


    @media(max-width:540px) {

        .open-menu,
        .cerrar-menu {
            display: block;
            border: 0;
            /* font-size: 5rem; */
            background-color: transparent;
            cursor: pointer;
        }
        .open-menu{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
       
        .open-menu p{
            color: white;
            font-size: 1.9rem;
        }

        .cerrar-menu {
            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-menu img {
            width: 3.5rem;
            /* margin: 0 auto; */
            /* left: 100px; */
        }

        .cerrar-menu p {
            font-size: 2.5rem;
            /* margin: 0 auto; */
            font-weight: 700;
        }


        .hamburger {
            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: 55%;
            height: 100vh;
            box-shadow: 0 0 0 100vmax rgb(0, 0, 0, 0.6);
            transition: all 0.5s ease-in-out;
        }

        .hamburger.visible {
            opacity: 1;
            visibility: visible;
        }

         .menu-white {
            display: block;
            /* color: #ffffff; */
            width: 3.5rem;
        }

        .menu {
            /* display: none; */
            flex-direction: column;
            align-items: start;
            /* z-index: 2000; */
            color: #000;
            margin: 2rem;
            list-style: none;
            /* transition: none; */
            gap: 2rem;
        }

        menu a {
            transition: none;
            
        }

        .menu li a {
            font-size: 1.6rem;
            color: rgb(248, 248, 248);
            

        }
    }

    /* .content-banner{
        max-width: 50rem;
        margin: 0 auto;
        padding: 25rem 0;
    } */


    /* ***************************************************** */




    /* BANNER */

    .banner {

        /* max-width: 100%; */
        height: 40rem;
        /* margin-top: 80px; */

        /* overflow: hidden; */
    }

    .content-banner {
        max-width: 822px;
        /* overflow: hidden; */
        /* background-color: red; */
        /* margin: 0 auto; */
    }

    /* .content-banner ul{
    display: flex;
    padding: 0;
    margin: 0;
    width: 200%;
    animation: slide 10s infinite  ease-in-out;
    background-color: #000000;
} */

    .content-banner li {
        height: 40rem;
    }

    /* .banner-img {
    position: absolute;
    width: 120%;
    margin-top: 13px;
   
} */

    .text-banner {
        
        top: 50%;
        left: 5%;
        transform: translateY(-50%);

        /* width: 40%; */
        max-width: 240px;
        
        

    }

    .text-banner h2 {
        
        font-size: 2.3rem;
        

    }




    /* ******************************************************** */

    .container-features {
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem 2rem;
    }

    .card-feature {
        padding: 1.5rem;
    }

    .heading-1 {
        font-size: 2.4rem;
    }

    .card-category {
        height: 12rem;
        /* align-items: center; */
    }

    .card-category p {
        font-size: 2.2rem;
        text-align: center;
        /* line-height: 1; */
    }

    .card-category span {
        font-size: 1.6rem;
        
    }

    .container-options {
        align-items: center;
        
    }

    
    .container-products {
        grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
    }

    .gallery {
        grid-template-rows: repeat(2, 27rem);
    }

    /* .container-blogs{
        overflow: hidden;
        grid-template-columns: 1fr 1fr;

        height: 52rem;
    } */

    .menu-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }

}

/* MEDIA QUERIES --468px */
@media (max-width:490px) {

    html {
        font-size: 42.5%;
    }

    /* .container-navbar{
    position: fixed; 
    width: 100%;
    top: 0;
    background-color: var(--dark-color);
    height: 140px;
    z-index: 1000;
    } */

    /* .navbar{ 
    display: flex;
    justify-content: space-between;
   
}  */



    .cerrar-menu img {
        /* width: 6.5rem; */

    }

    .cerrar-menu p {
        /* font-size: 4rem; */

    }

    .navbar .menu-white {

        width: 3.5rem;
    }

    .menu {
        margin: 2rem 4.5rem;
    }

    .menu li a {
        font-size: 1.9rem;
    }







    /* .container-logo a {
    padding: 0;
    border: none;
    margin: 0;
}   */




    /* .content-banner{
    max-width: 50rem;
    padding: 22rem 0;
  } */
    /* ***************************************************** */


    .banner {
        height: 30rem;
    }


    .content-banner {
        max-width: 490px;
        /* overflow: hidden; */
        /* background-color: red; */
        /* margin: 0 auto; */
    }

    /* .content-banner ul{
    display: flex;
    padding: 0;
    margin: 0;
    width: 200%;
    animation: slide 10s infinite  ease-in-out;
    background-color: #000000;
} */

    .content-banner li {
        height: 30rem;
    }

    .text-banner{
        max-width: 200px;
    }
    .text-banner h2 {
        
        font-size: 1.5rem;
        

    }

    .text-banner a{
        font-size: 1rem;
        padding: 1.2rem;
    }




    /* ******************************************************** */

    .heading-1 {
        font-size: 2.8rem;
    }

    .card-feature {
        flex-direction: column;
        border-radius: 2rem;
    }

    .feature-content {
        align-items: center;
    }

    .feature-content p {
        font-size: 1.4rem;
        text-align: center;
    }

    .container-options span {
        font-size: 1.8rem;
        padding: 1rem 1.5rem;
        font-weight: 500;
    }

    .container-products {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 1rem;
    }

    .container-img {
        width: 130px;
        height: 130px;
    }

    .container-img .discount {
        font-size: 2rem;
    }

    .content-card-product h3 {
        font-size: 2.5rem;
    }

    .content-card-product .price {
        font-size: 2.3rem;

    }

    .content-card-product .price span {
        font-size: 2.1rem;
    }



    .gallery {
        grid-template-rows: repeat(2, 20rem);
    }

    .blogs {
        padding: 2rem;
    }

    .container-blogs {
        grid-template-columns: 1fr;
        height: 75rem;
    }

    .content-blog h3 {
        font-size: 2.4rem;
    }

    .content-blog span {
        font-size: 1.8rem;
    }

    .content-blog p {
        font-size: 2.2rem;
    }

    .btn-read-more {
        font-size: 1.8rem;
    }



    .contact-info {
        align-items: center;
    }

    .menu-footer {
        /* grid-template-columns: repeat(2,1fr); */
        /* grid-template-columns: 1fr; */
        display: flex;
        justify-content: space-between;


    }

    .content p {
        font-size: 1.6rem;
    }


}