:root{
    --verdeK: #17b598;
    --verdeOsc: #179b9e;
    --rosaK:#ffc9c2ff;
    --celestek:#1cd9cc;
    --rosrojk:#f6678a;
    --oscuroK:#333333;
    --grisK:#7a7a7a;
    --grisClaro:#cccccc;
    --blancoHumo:#f9f9f9; /*#acacac;*/
    --rosabbK:#ffe4e4;
    --blancoK:#ffffff;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

header{
    background-color: var(--blancoK);   
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow:0px -10px 20px 1px rgb(184, 184, 184);
    z-index: 3;

    @media (width < 450px) {
        box-shadow:none;
    }
}
.navbarMain{
    max-width: 1600px;
    width: 100%;
    background-color: var(--blancoK);
    color: var(--oscuroK);
    font-size: 14px;
    margin: 10px auto 0px;
    height: auto;
}
.contTopBar{
    width: 100%;
    height: 30px;
    background-color: var(--blancoHumo);
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;

    @media (width<450px) {
    font-size: 10px;        
    }
}
.topBar{
    text-align: center;
    line-height: 30px;
    
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.headerGrid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    width: 100%;
    align-items: center;

    @media (width < 990px) {
        grid-template-columns: 200px auto auto auto 200px;
    }
    @media (width < 600px) {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-template-rows: 50px auto;
        gap: 1px;
        padding: 5px 1px;
    }
}
.div1{
    @media (width < 600px) {
        gap: 1px;
        grid-column: span 3 / span 3;
    }
}
.div2 {
    
    @media (width < 600px) {
        grid-column-start: 4;
        width: 10px;
    }
}
.divSearch{
    border: 1px solid var(--verdeK);
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 0px 0px 20px;

    @media (width < 450px) {
    margin: 0px 0px 0px 10px;
    }
}
.divSearch input{
    border: none;
    @media (width < 600px) {
    }
}
.divSearch input:focus {
    box-shadow: none;
    border-color: transparent;
}
.divSearch button{
    border: none;
    @media (width < 600px) {
        width: auto;
    }
}
.divLogo{
    text-align: center;
    margin: 30px 0px 10px;
    padding: 0;
    width: 100%;
    height: auto;

    @media (width < 600px) {
        grid-column: span 4 / span 4;
        grid-column-start: 3;
        grid-row-start: 2;
        margin: 0;
        width: 100%;
    }
}
.divLogo a{
    height: 100%;
    width: 100%;
}
.divLogo img{
    max-width: 300px;
    width: 100%;
    height: auto;
}
.div4 {
    @media (width < 600px) {
        grid-column-start: 5;
        grid-row-start: 1;
        width: 10px;
    }
}
.divIcon{
    text-align: right;
    margin-right: 20px;
    display: flex;
    justify-content: end;

    @media (width < 600px) {
        grid-column: span 3 / span 3;
        grid-column-start: 6;
        grid-row-start: 1;
    }
}
.divIcon i{
    color: var(--verdeK);
}
.iconNav{
    margin: 0px 30px 0px 0px;
    font-size: 1.3rem;

    
    @media (width < 600px) {
        margin: 0px 10px 0px 0px;
    }
}
.cart-icon {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background-color: var(--verdeK);
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 50%;
}

.containerbtnNav{
    @media (width < 990px) {
        width: 100%;
    }
}
.btnNavicon{
    @media (width < 990px) {
        margin: 10px;
        border: none;
    }
}

.headerMenu{
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 15px 0px 0px;
}
.containermenutext{
    width: 60%;
    display: flex;
    justify-content: space-around;

    @media (width < 1200px) {
        width: 70%; 
    }
    @media (width < 1050px) {
        width: 70%; 
    }
    @media (width < 990px) {
        flex-direction: column;
        width: 100%;
    }
}
.navbarMainText{
    background-color: transparent;
    
    @media (width < 990px) {
        margin: 10px 10px;
    }
}
.navbarMainText>a{
    font-size: 1.1rem;
    color:var(--oscuroK);

    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.navbarMainText>a:hover{    
    color: var(--verdeK);
}
.menuN2{
    display: none;
    position: absolute;
    background-color: var(--blancoK);
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-top: 1px solid #eaeaea;;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    top: 100%;
    left: 0%;
    
    @media (width < 990px) {
        display: none;
    }
}
.menuN2Inner{
    width: 75%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
    gap: .5rem;
    padding: .5rem;

    @media (width < 990px) {
        display: none;
    }
}
.navbarMainText:hover .menuN2{
    display: grid;
    place-items: center;
}
.menuN2Inner a{
    padding: 7px 10px;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: var(--blancoK);
    width: 40%;
    transition: background-color 0.3s ease, width 0.3s ease;
    
}
.menuN2Inner a:hover{
    background-color: var(--verdeK);
    width: 50%;
}


.bodyCover{
    width: 100%;
    height: 600px;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center; /* centra horizontalmente */
    align-items: center; 
    border-radius: 0; 

    @media (width < 450px ) {
        height: 400px;
    }
}

.bodyCover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(42, 42, 42, 0.85) 10%,
        transparent 100%
    );
    z-index: 1;

    @media (width <450px) {
    }
}

.bodyCover img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0; 

    @media (width <450px) {
    }
}
.bodyCoverText{
    position: absolute;
    bottom: 10%;
    text-align: center;
    z-index: 2;
    height: 50%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    @media (width <990px) {
        font-size: 3rem;
        padding: 10px 10px 30px 10px;
        bottom: 10%;
    }
    @media (width <450px) {
        font-size: 2rem;
        padding: 10px 10px 30px 10px;
        bottom: 5%;
    }
}
.bodyCoverTextSlogan{
    font-size: 3.5rem;
    color: var(--blancoK);
    padding: 10px 0px 10px;
    font-weight: 600;
    width: 80%;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    font-style: normal;


    @media (width <990px) {
        font-size: 2.5rem;
        padding: 10px 0px 20px;
    }
    @media (width <450px) {
        font-size: 2rem;
        padding: 5px 0px 5px;
    }
}
.bodyCoverTextButtom{
    background-color: var(--verdeK);
    display: inline-block;
    padding: 10px 60px;
    font-size: 1.5rem;
    color: var(--blancoK);
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

    font-family: "Questrial", sans-serif;
    font-weight: 500;
    font-style: normal;

    @media (width <990px) {
    }
    @media (width <450px) {
        font-size: 1rem;
        padding: 5px 30px;
    }
}
.bodyCoverTextButtom:hover {
    background-color: var(--verdeOsc);
    transform: scale(1.05);
}

.highlights{
    width: 100%;
    height: auto;
    background-color: var(--blancoHumo);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0px 10px;

    @media (width < 450px) {
    }
}
.highlightsInner{    
    max-width: 1500px;
    width: 100%;
    margin: 70px 0px 50px;

    @media (width < 450px) {
        max-width: 450px;
        width: 90%;
    }
}
.highlightsTitle{
    font-size: 3rem;
    color: var(--oscuroK);
    margin: 0px 0px 10px;
    text-align: left;
    width: 100%;

    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width < 450px ) {
        font-size: 1.5rem;
    }
}
.highlightsSwiper {
    max-width: 1500px;
    width: 100%;
    overflow: hidden;

    @media (width < 450px) {
        max-width: 400px;
    }
}
.swiper-wrapper{
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--verdeK) !important;
    padding: 30px 20px;

    @media (width < 450px) {
        padding: 0px;
    }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgb(0, 0, 0,0.2);
}


.cardHL {
    max-width: 300px;
    background-color: var(--blancoK);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    flex-shrink: 0;

    @media (width < 450px) {
        max-width: 200px;
    }
}

.cardHL img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.categoryIconContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    @media (width < 450px) {
    }
}
.categoryIconCards{
    width: 100%;
    display: flex;
    margin: 100px;
    justify-content: space-around;

    @media (width < 990px) {
        width: 95%;
    }

    @media (width < 450px) {
        margin: 60px 30px;
    }
}
.CategoryIcon1{
    text-align: center;
    color: var(--rosaK);
    margin: 0px 50px;
    opacity: 0;

    @media (width < 990px) {
        margin: 0px 40px;
    }
    @media (width < 750px) {
        margin: 0px 35px;
    }
    @media (width < 450px) {
        margin: 0px 10px;
    }
}
.CategoryIcon1.animate {
    animation: zoom1 2s forwards;
}
@keyframes zoom1 {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.CategoryIcon1 i{
    font-size: 9rem;
    height: 80%;
    line-height: 0;

    @media( width < 990px) {
        font-size: 5rem;
    }
    @media( width < 760px) {
        font-size: 4rem;
    }
    @media( width < 450px) {
        font-size: 3rem;
    }
}
.CategoryIcon1 div{
    font-size: 3rem;
    padding: 0px;

    @media( width < 990px) {
        font-size: 2rem;
    }
    @media( width < 750px) {
        font-size: 1.5rem;
    }
    @media( width < 450px) {
        font-size: 1rem;
    }
}

.review{
    width: 100%;
    background-color: var(--blancoHumo);
    display: flex;
    align-items: center;
}
.containerReview{
    width: 50%;
    position: relative;
    align-items: center;

    @media (width < 750px) {
        width: 100%;
        position: relative;
        align-items: center;
    }
}
.containerReview img{
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
    margin: 30px 0px;
}
.textReview{
    position: absolute;
    background-color: var(--verdeK);
    padding: 20px;
    height: auto;
    width: 90%;
    text-align: center;
    left: 90%;
    top:50%;
    transform: translate(0%,-50%);
    opacity: 0; /* inicialmente invisible */
    transition: opacity 0.5s ease-out;

    @media (width < 990px) {
        font-size: 10px;
        padding: 10px;
        width: 90%;
        left: 90%;
        top:50%;
        transform: translate(00%,-50%);
    }    
}
/* Animación izquierda → derecha */
@keyframes slideInLeft {
    from {
        transform: translateX(-120%) translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(-50%);
        opacity: 1;
    }
}
/* Se activa con la clase que pone IntersectionObserver */
.textReview.animate2 {
    animation: slideInLeft 1.2s ease-out forwards;
}
@media (width < 750px) {
    .textReview{
        font-size: 10px;
        padding: 5px;
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.8;
    }
    @keyframes slideInLeft {
        from {
            transform: translateX(-120%) translateY(-50%);
            opacity: 0;
        }
        to {
            transform: translateX(-50) translateY(-50%);
            opacity: 1;
        }
    }
}


.containerReview div h2{
    font-size: 2rem;
    padding: 50px 0px 20px;

    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    font-style: normal;

    @media (width < 990px) {
        font-size: 1.5rem;
        padding: 30px 0px 15px; 
    }
    @media (width < 750px) {
        font-size: 1rem;
        padding: 10px 0px 10px;
    }
}
.containerReview div p{
    font-size: 1rem;
    padding: 0px 40px 20px;

    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width < 990px) {
        font-size: 0.85rem;
        padding: 0px 25px 15px;
    }
    @media (width < 450px) {
        font-size: 0.7rem;
        padding: 0px 10px 10px;
    }
}

.containerComment{
    width: 100%;
    padding: 100px 10px 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: var(--rosabbK);

    @media (width < 450px) {
        padding: 50px 0px 25px;
        height: auto;
    }
}
.containerCommentInner{
    max-width: 1500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}
.commentTitle{
    width: 100%;
    text-align: left;
    font-size:  3rem;
    margin: 0px 0px 10px;
    color: var(--oscuroK);

    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width < 450px ) {
        font-size: 1.5rem;
    }
}
.commentBox{
    max-width: 1500px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;

    @media (width < 990px){
        grid-template-columns: repeat(2, 1fr);
    }
    @media (width < 450px){
        grid-template-columns: 1fr;
    }
}
.cardComment{
    background-color: var(--blancoHumo);
    border: none;
    border-radius: 20px;
    padding: 50px 20px;
    height: 100%;
    padding: 1.5rem;

    @media (width < 450px){
        padding: 30px 10px;
    }

}
.cardComment h5{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    
    @media (width < 450px) {
        padding-bottom: 0px
    }
}
.valoracion{
    text-align: left;
}
.cardCommentOpinion{
    min-height: 72px;
    line-height: 1.5;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    text-overflow: ellipsis;
}
.containerSolgan{
    width: 100%;
    display: flex;   
    justify-content: space-around;
    align-items: center;
}
.containerSolganInner{
    max-width: 1500px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 20px 0px 40px 0px;

    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width < 990px ) {
        margin: 20px 0px 40px 0px;
    }

    @media (width < 450px ) {
        flex-direction: column;
        width: 100%;
        position: relative; 
    }
}
.containerSolgan div{
    width: 40%;
    background-color: var(--verdeK);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 2rem;
    color: var(--blancoK);
    font-weight: 500;
    margin: 10px 0px 10px;

    @media (width < 990px ) {
        font-size: 1.5rem;
        height: 180px;
    }

    @media (width < 450px ) {
        font-size: 1rem; 
        width: 80%; 
        height: 150px;
    }
}
.slg1{
    @media (width < 990px ) {
        align-self: flex-start;
    }
}
.slg2{
    @media (width < 990px ) {
        align-self: flex-end;
    }
}

.containerGalery{
    width: 100%;
    background-color: var(--blancoHumo);
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerGaleryInner{
    max-width: 1500px;
    width: 100%;
}
.containerGaleryGrid{
    width: 90%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;

    @media (width < 990px) {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 8px;
        /*
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        gap: 8px;
        */
    }
}
.containerGaleryGrid > div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgkunanmi1 {
    grid-row: span 2 / span 2;
    @media (width < 990px) {
        grid-column: 1/2;
        grid-row: 1/3;
    }
}

.imgkunanmi2{
    background-color: purple;

    @media (width < 990px) {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
.imgkunanmi3 {
    grid-column-start: 2;
    grid-row-start: 2;
    background-color: yellow;

    @media (width < 990px) {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}

.imgkunanmi4 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    background-color: green;

    @media (width < 990px) {
        grid-column: 1/3;
        grid-row: 3/4;
    }
}
.imgkunanmi5 {
    grid-column-start: 3;
    grid-row-start: 2;
    background-color: gray;

    @media (width < 990px) {
        grid-column: 1/2;
        grid-row: 4/5;
    }
}
.imgkunanmi6 {
    grid-column-start: 4;
    grid-row-start: 2;
    background-color: blue;

    @media (width < 990px) {
        grid-column: 2/3;
        grid-row: 4/5;
    }
}
.containerGaleryGrid img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* clave */
    display: block;
    border-radius: 0px;
}




footer{
    width: 100%;
    background-color: var(--verdeK);
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.footerInner{
    height: auto;
    max-width: 1500px;
    width: 100%;
    padding: 0px 10px;

    @media (width < 990px) {
        padding: 10px;
    }

    @media (width < 450px) {
        padding-bottom: 50px;
    }
}
.footerAnexos{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--blancoK);    
    padding: 10px 0px;

    @media (width < 550px) {
        display: block;
    }
}
.footerAnexosText{
    height: auto;
    margin: 100px 0px 0px 0px;
    line-height: 1.2;

    @media (width < 550px) {
        text-align: center;
        margin: 100px 0px 50px 0px;
    }
}
.footerTitle{
    font-size: 4rem;
    font-weight: 600;

    @media (width < 550px) {
        line-height: 0.7;
    }
}
.footerSlogan{
    font-size: 2rem;
    font-weight: 400;
    
    @media (width < 550px) {
        line-height: 0.7;
    }
}
.footerReview{
    font-size: 1rem;
    width: 300px;

    @media (width < 550px) {
        width: 100%;
        padding: 0px 10px;
        text-align: center;
    }
}
.footerContact{
    height:fit-content;
}
.telefonoKun,
.correoKun,
.direccionKun{
    font-size: 1rem;
    margin: 0px 5px;
    text-align: right;
    color: var(--blancoK);

    @media (width < 550px) {
        text-align: center;
        margin: 10px 0px;
        font-size: 1rem;
    }
}
.rrss{
    text-align: right;
    @media (width < 550px) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.rrss a{
    text-decoration: none;
    font-size: 2rem;
    margin: 0px 5px;

    @media (width < 450px) {
        text-align: center;
        margin: 10px ;
        font-size: 1.3rem;
    }
}
.rrss a i{
    color: var(--blancoK);
    display: inline-block;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.rrss a i:hover{
    color: var(--oscuroK);
    transform: translateY(-10px) scale(1.2);    
}
.footerLegal{
    height: auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;

    @media (width < 450px) {
        padding: 10px 0;
    }
}
.footerLegal p {
    margin: 5px 0;

    @media (width < 450px) {
        line-height: 1.8;
    }
}

.footerLegal a {
    color: var(--blancoK);
    text-decoration: none;
    margin: 0 5px;

    @media (width < 450px) {
        display: block;
        margin: 5px 0;
    }
}

.footerLegal a:hover {
    color: var(--oscuroK);
    text-decoration: underline;
}

/********************************/
/********************************/
/********************************/
/********************************
TIENDA TIENDA TIENDA
********************************/
/********************************/
/********************************/
/********************************/


.menu2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 8px 20px -10px rgba(0, 0, 0, 0.15), /* sombra arriba */
              inset 0 -8px 20px -10px rgba(0, 0, 0, 0.15); /* sombra abajo */
              
    background-color: var(--verdeK);
}
.menu2Inner{
    max-width: 1500px;
    width: 100%;
    color: var(--blancoK);
}
.btn-menu2 {
  border: none;
  box-shadow: none; /* Quita efecto de sombra si lo hubiera */
}
.menu2 .navbar-toggler:focus,
.menu2 .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.menuTienda ul{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.menuTienda ul li{
    color: white;
    flex-grow: 1;
    flex-basis: 200;
}
.menuTienda ul li a{
    color: white;
}

.menuTienda form button{
    color: var(--oscuroK);
    border: none;
}
.menuTienda form button:hover{
    background-color: var(--oscuroK);
    color: var(--blancoK);
    transform: scale(1.1);
}

.navegacion{
    width: 100%;
    background-color: var(--blancoHumo);
    display: flex;
    justify-content: center;
    align-items: center;
}
.navegacionInner{
    max-width: 1500px;
    width: 100%;
    margin: 10px 0px 0px 50px;

    @media (width < 450px) {
        font-size: 0.9rem;
        margin: 5px 0px 0px 20px;
    }
}

.ContainerMainProduct{
    width: 100%;
    background-color: var(--blancoHumo);
    font-size: 14px;
}
.ContainerMainProductInner{
    max-width: 1500px;
    width: 100%;
    color: var(--oscuroK);
}
.productFilters{
    color: var(--oscuroK);
    border-top: 1px solid rgb(227, 227, 227);
    border-right: 1px solid rgb(227, 227, 227);
    
    position: sticky;
    top: 0;
    z-index: 1;
    overflow: auto; 
    min-height: 100vh; 
    background-color: #f8f9fa;
    padding: 10px 10px;

    @media (width < 770px) {
        min-height: 50vh;
        position:relative;
        border-right: 0px;
        padding: 5px;
        height: auto;
        min-height:auto;
    }

    @media (width < 450px) {
        position:relative;
    }
}
.accordion-button{
    @media (width < 770px) {
        padding: 5px 10px;
    }
}

.productFilters form{
    color: var(--oscuroK);  
}

.productContainer{
    @media (width < 450px) {
        padding: 5px 5px;
    }
}
.productContainerTittle{
    display: flex;
    justify-content: space-between;

    @media (width < 450px) {
        padding: 5px;
        flex-direction: column;
        text-align: left;
    }
}
.labelOrder{
    display: flex;
    justify-content: flex-end;
    @media (width < 450px) {
        justify-content: left;
    }
}
.containerCards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    @media (width < 450px) {
        padding: 0px 0px;
    }
}
.hidden-product{
    display:none;
}
.cardProduct{
    flex-grow: 0;
    flex-basis: 250px;
    margin: 10px 10px 40px;    
    height:auto;

    @media (width < 990px) {
        flex-basis: 200px;
        margin: 5px 5px 20px;  
    }
    @media (width < 450px) {
        flex-basis: 45%;
        margin: 5px 5px 20px;  
    }
}
.imgProdShopCont {
    position: relative;
    overflow: hidden;
}
.img-default {
    display: block;
    transition: opacity 0.3s ease;
    
    position: relative;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;  
    aspect-ratio:1;
    object-fit: cover;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.imgProdShopCont:hover .img-default {
    opacity: 1; /* Oculta la imagen principal al hacer hover */
    

}
.hoverShop{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 201, 194, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media (width < 990px) {
        opacity: 1;
        justify-content: center;
        align-items: flex-end;
        height: auto;
        top: 0;
        right: 0;
        padding: 1px;
        background-color: transparent;
    }
}
.imgProdShopCont:hover .hoverShop {
    opacity: 1;
}
.cardProductTextBut{
    background-color: white;
    color: var(--rosaK);
    padding: 8px 16px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.2s ease;
    margin: 5px 0px;
    border: none;
    text-decoration: none;

    font-family: "Questrial", sans-serif;
    font-weight: 500;
    font-style: normal;

    @media (width < 990px) {
        font-size: 12px;
        padding: 5px;
        margin: 3px 5px;
        background-color: var(--rosaK);
        color: white;
        text-transform:none;
        height: auto;
    }
    @media (width < 450px) {
        padding: 5px;
    }
}
.cardProductTextBut:hover {
    background-color: var(--rosaK);
    color: white;
}
@media (hover: hover) {
    .cardProductTextBut:hover {
        background-color: var(--rosaK);
        color: white;
    }
}
.cardProductTextBut span{
    @media (width < 990px) {
        display: none;
    }
}
.cardProductTextBut i{
    @media (width < 990px) {
        font-size: 1rem;
    }
}

.cardProductText{
    display: flex;
    flex-direction: column;
    background-color: var(--blancoK);
    padding: 5px;
    text-align: left;
}
.cardProductTextTitle{
    font-size: 1rem;
    text-align: left;
    margin: 10px 0px 0px;
    min-height: 50px;

    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width < 450px) {
        font-size: 0.8rem;
        margin: 5px 0px 0px;
        min-height: 60px;
    }
}
.cardProductTextSub{
    font-size: 0.8rem;
    text-align: left;
    color: rgb(117, 117, 117);
    

    font-family: "Tenor Sans", sans-serif;
    font-weight: 500;
    font-style: normal;

    @media (width < 450px) {
        font-size: 0.7rem;
    }
}
.cardProductTextPrice{
    font-size: 0.9rem;
    text-align: left;
}

.MasProductos{
    border: 1px solid var(--rosaK);
    border-radius: 10px;
    color: var(--blancoHumo);
    background-color: var(--rosaK);
    padding: 3px 10px;
}
/********************************/
/********************************/
/********************************/
/********************************
DETALLE PRODUCTO
********************************/
/********************************/
/********************************/
/********************************/
.detalleProducto{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blancoHumo);
    font-size: 14px;
}
.detalleProductoInner{
    max-width: 1500px;
    width: 90%;
    margin-top: 20px;
}
.containerProducto{
    display: flex;
    width: 100%;
    justify-content: space-between;

    @media (width<990px) {
        flex-direction: column;
        align-items: center;
    }
}
.containerImg{
    max-width: 50%;
    height: auto;

    @media (width<1200px) {
        max-width: 65%;
    }
    @media (width<990px) {
        max-width: 100%;
    }
}
.imgDetProd{
    object-fit:cover;;
    aspect-ratio: 4/3;
    width: 100%;
}
.infoProduct{
    margin: 0px 0px 0px 50px;
    padding: 0px 20px;
    max-width: 800px;

    @media (width<1200px) {
        max-width: 400px;
    }
    @media (width<990px) {
        padding: 20px;
        max-width: 900px;
        width: 100%;
        margin: 0px;
    }
    
}
.infoProduct h2{
    font-weight: 600;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.infoProduct h4{
    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.beneficios{
    margin: 30px 0px 0px;
    font-size: 1.5rem;
    
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

    @media (width<990px) {
        margin: 15px 0px 0px;
    }
}
.beneficiosP{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.contador {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.btn-decrementar,
.btn-incrementar {
    padding: 5px 10px;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: var(--rosaK);
    color: white;
    border: none;
    border-radius: 4px;
}
.input-cantidad {
    width: 50px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn-agregar-carrito{
    background-color: var(--verdeK);
    padding: 10px 20px;
    border: none;
    margin-top: 50px;
    border-radius: 8px;

    @media (width<1200px) {
        margin-top: 30px;        
    }
}
.btn-agregar-carrito:hover{
    border: 2px solid var(--verdeK);
    background-color: var(--blancoK);
    color: var(--verdeK);
}
.tabsdetailsProducts{
    margin: 50px 0px 50px 0px;
}
.tabsdetailsProducts ul li button{
    color: black;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
} 
.tabsdetailsProducts ul li button:hover{
    color: var(--verdeK);
}
.tab-pane{
    text-align: center;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 60%;
    margin: auto;
    text-align: left;
    padding: 1px 5px;

    @media (width <990px) {
        width: 100%;
    }
}

.OpinionProducto{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.OpinionProductoInner{
    max-width: 1500px;
    width: 90%;
    margin: 20px 0px;
}
.OpinionProductoInner h4{
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.opinionCard{
    margin: 20px 0px 0px 0px;
    padding: 5px;
}
.formOpinion{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.valoracion {
    color: gold;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.valoracion .estrella.vacia {
    color: #939393;
}
.formOpinionInner{    
    max-width: 1500px;
    width: 90%;
}
.formOpinionInner h4{
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.rating {
    direction: rtl; /* Estrellas de derecha a izquierda */
    unicode-bidi: bidi-override;
    display: inline-flex;
}
.rating input {
    display: none;
}

.rating label {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.rating input:checked ~ label,
.rating input:hover ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: gold;
}
.formOpinionInner form button{
    background-color: var(--verdeK);
    border: none;
}
.toast-aviso {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0EA88E;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    font-size: 16px;
}

/********************************/
/********************************/
/********************************/
/********************************
NOSOTROS NOSOTROS
********************************/
/********************************/
/********************************/
/********************************/

.TitleNosotros{
    color: var(--rosaK);
}
.imgNosotros{    
    object-fit: cover;
}
.containerFilosofia{
    margin-top: 200px;
}
.containerFilosofia h5{
    color: var(--rosaK);

}
.containerSloganNosotros{
    margin: 150px 0px 50px;
}

/********************************/
/********************************/
/********************************/
/********************************
LOGIN LOGIN LOGIN
********************************/
/********************************/
/********************************/
/********************************/
.bodyLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin: 0;
    background-color: #f5f5f5;
}

.login-container {
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-container h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.login-container form {
    display: flex;
    flex-direction: column;
}
.containerpassword{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login-container form input {
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
}
.botonEyes{
    font-size: 1.5rem;
    margin: 0px 0px 0px 5px;
    padding: 5px;
    color: #898989;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    height: 100%;
    background-color: transparent;
}
.botonEyes:hover{
    background-color: var(--oscuroK);
    color: var(--blancoK);
}

.botonIngresar{
    padding: 0.75rem;
    background-color: #0EA88E; /* Verde Kunanmi */
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 20px 0px 0px 0px;
}

.botonIngresar:hover {
    background-color: #0c8e77;
}
.remind{
    display: flex;
    align-items: center;
}
.checkbox-container {
    display: flex;
    align-items: center;
}
.checkbox-inline {
    margin-left: 8px;
}
.login-container .registro {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.login-container .registro a {
    color: #0EA88E;
    text-decoration: none;
    font-weight: 500;
}


/********************************/
/********************************/
/********************************/
/********************************
REGISTRO REGISTRO
********************************/
/********************************/
/********************************/
/********************************/
.registro-container {
    max-width: 600px;
    width: 50%;
    margin: 60px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);

    @media (width < 990px) {
        width: 70%;
        margin: 40px auto;
        
    }
    @media (width < 550px) {
        width: 90%;
        margin: 20px auto;
        
    }
}

.registro-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.registro-form .form-group {
  margin-bottom: 20px;
}

.registro-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #444;
}

.registro-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.registro-form button {
  width: 100%;
  padding: 12px;
  background-color: #0EA88E; /* Color de tu paleta */
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.registro-form button:hover {
  background-color: #0c8b76;
}

/********************************/
/********************************/
/********************************/
/********************************
ADMINISTRADOR
********************************/
/********************************/
/********************************/
/********************************/

body {
    display: flex;
    flex-direction: column;
}

.mainAdmin {
    flex: 1;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.sidebarAdmin {
    width: 80px;
    background-color: var(--verdeK);
    transition: width 0.3s;
    overflow-x: hidden;
    height: auto;
    box-shadow: inset 0px 0px 10px rgba(77, 77, 77, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (width < 990px) {
        display: none;
    }
}

.sidebarAdmin:hover {
    width: 200px;
}
.sidebarAdmin li{
    text-align: center;
    width: 100%;
}
.sidebarAdmin .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    white-space: nowrap;
    transition: all 0.3s;
    text-align: center;
}

.sidebarAdmin .link-text {
    display: none;
    font-size: 1rem;
}

.sidebarAdmin:hover .link-text {
    display: inline;
}

.sidebarAdmin .nav-link:hover {
    background-color: #e9ecef;
    border-radius: 5px;
}
.sidebarAdmin i{
    font-size: 1.5rem;
    margin-left: 15px;
}




.admin-content {
    flex: 1;
    padding: 2rem;
    background-color: #f9f9f9;
    @media (width < 990px) {
        padding: 8px;
    }
}

.ContainerCardsDashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;

    @media (width < 990px) {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    @media (width < 450px) {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

}

.cardDashboard {
    background-color: white;
    padding: 0.8rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.cardDashboardStock{
    background-color: rgb(12, 139, 118, 0.1);
}
.cardReclamo{
    border: 1px solid var(--rosrojk);
}
.cardDashboard p{
    text-align: left;

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.cardDashboard p:nth-child(1){
    font-size: 1rem;
    @media (width < 450px) {
        font-size: 0.8rem;
    }
}
.cardDashboard p:nth-child(2){
    font-size: 3rem;
    @media (width < 450px) {
        font-size: 1.5rem;
    }
}

.cardDashboardStock{
    position: relative;
    cursor: pointer;
}
.tooltipStock{
    display: none;

    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);

    min-width: 250px;
    padding: 10px;

    background: white;
    color: black;

    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);

    z-index: 1000;
}
.tooltipStock ul li{
    text-align: left;
    font-size: 12px;
}


.sector>p{
    font-size: .8rem;
    color: #444;
}

.showSelectAdmin{
    background-color: #ffffff;

    @media (width < 540px) {
        width: 100%;
        height: auto;
    }
    
}
.selectAdmin{
    text-decoration: none;
    color: black;
}
.containerFormAt{
    padding: 2px 5px;
    margin: 0px 0px 10px;
    display: flex;
    align-items: center;

    @media (width < 540px) {
        height: auto;
    }
}
.formAttributeAdmin{
    display: flex;
    align-items: self-end;

    @media (width < 540px) {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
}
.formAttributeAdmin div{
    margin: 0px 5px;
    @media (width < 540px) {
        margin: 5px 0px;
        width: 100%;
    }
}
.formAttributeAdmin button{
    background-color: var(--rosaK);
}
.containerTabAt{
    max-height: 300px;
    overflow-y: auto;
    margin: 0px 0px 50px;
    width: 50%;
    @media (width < 990px) {
        width: 100%;
    }
}
.containerTabAt thead {
    position: sticky;
    top: 0;
    z-index: 2;
}


/* producto */
/* producto */
/* producto */
.fromybtnproductoadmin{
    display: flex ;
    justify-content: space-between;
    align-items: center;

    @media (width < 750px) {
        flex-direction: column;
        align-items: flex-start;
    }
}
.adminSearchForm{
    display: flex;
    align-items: center;
    width: 60%;
    margin: 20px 0px 30px 0px;

    @media (width < 750px) {
        margin: 10px 0px 10px 0px;
        width: 100%;
    }
    @media (width < 550px) {
        flex-direction: column;
        align-items: flex-start;
    }
}
.adminSearchForm select{
    @media (width < 750px) {
        margin: 5px 0px;
    }
}
.btnSearchFrom{
    background-color: var(--rosaK);
    color: var(--oscuroK);
    border-radius: 8px;
    margin: 10px;
    @media (width < 750px) {
        margin: 10px 0px;
    }
}
.addproductadmin{
    @media (width < 750px) {
        margin: 0px 0px 10px;
    }
}
.tableAdminProductCont{
    max-height: 500px;
    overflow-y: auto;
    width: 100%;

    @media (width <990px) {
        width: 100%;
        overflow-x: auto;        
    }
    @media (width <550px) {
        width: 450px;       
    }
    @media (width < 450px) {
        width: 340px;      
    }
}
.tableAdminProduct{
    table-layout: auto;
    width: 100%;
}
    
.tableAdminProduct thead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
}
.tableAdminProduct th,
.tableAdminProduct td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;

    vertical-align: middle;

    /* Permitir saltos de línea */
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;

    @media (width < 990px) {
        padding: 5px 2px;
        font-size: 14px;
    }
    @media (width < 450px) {
        padding: 5px 2px;
        font-size: 12px;
    }
}


.tableAdminProduct td:nth-child(2),
.tableAdminProduct th:nth-child(2),
.tableAdminProduct td:nth-child(3),
.tableAdminProduct th:nth-child(3),
.tableAdminProduct td:nth-child(4),
.tableAdminProduct th:nth-child(4),
.tableAdminProduct td:nth-child(5),
.tableAdminProduct th:nth-child(5),
.tableAdminProduct td:nth-child(6),
.tableAdminProduct th:nth-child(6){
    max-width: 130px;
}

.tableAdminProduct td:nth-child(8),
.tableAdminProduct th:nth-child(8) {
    max-width: 60px;
}
.tableAdminProduct th:nth-child(9),
.tableAdminProduct td:nth-child(9) {
    max-width: 130px;
}
.tableAdminProduct td:nth-child(9) a{
    color: inherit;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0px 3px;
    margin: 0px 15px;
}

/* ---------cliente admin*/
.tableAdminUserCont {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;

    @media (width <990px) {
        width: 100%;
        overflow-x: auto;        
    }
    @media (width <550px) {
        width: 450px;       
    }
    @media (width < 450px) {
        width: 340px;      
    }
}
.tableAdminUser{
    width: 100%;
    min-width: 700px;
    table-layout: fixed;
}
.tableAdminUser thead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
}
.tableAdminUser th,
.tableAdminUser td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;

    vertical-align: middle;

    /* Permitir saltos de línea */
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;

    @media (width < 990px) {
        padding: 5px 2px;
        font-size: 14px;
    }
    @media (width < 450px) {
        padding: 5px 2px;
        font-size: 12px;
    }
}

.tableAdminUser td:nth-child(5),
.tableAdminUser th:nth-child(5),
.tableAdminUser td:nth-child(6),
.tableAdminUser th:nth-child(6),
.tableAdminUser td:nth-child(7),
.tableAdminUser th:nth-child(7) {
    min-width: 60px;
    width:80px;
}

.tableAdminUser td:nth-child(5) a,
.tableAdminUser td:nth-child(6) a,
.tableAdminUser td:nth-child(7) a{
    color: var(--rosaK);
    font-size: 1rem;
}

----------------------
.estadopedido {
    width: 100%;
    max-width: 140px;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
}

.estado-1 {
    background-color: rgba(169,169,169,.5);
    border: 1px solid rgb(169,169,169);
    border-radius: 5px;
    padding: 3px 6px;
}

.estado-2 {
    background-color: rgba(255,255,44,.5);
    border: 1px solid rgb(255,255,44);
    border-radius: 5px;
    padding: 3px 6px;
}

.estado-3 {
    background-color: rgba(251,146,60,.5);
    border: 1px solid rgb(251,146,60);
    border-radius: 5px;
    padding: 3px 6px;
}

.estado-4 {
    background-color: rgba(91,192,222,.5);
    border: 1px solid rgb(91,192,222);
    border-radius: 5px;
    padding: 3px 6px;
}

.estado-5 {
    background-color: rgba(34,197,94,.5);
    border: 1px solid rgb(34,197,94);
    border-radius: 5px;
    padding: 3px 6px;
}

.estado-6 {
    background-color: rgba(239,68,68,.5);
    border: 1px solid rgb(239,68,68);
    border-radius: 5px;
    padding: 3px 6px;
}
.btnUpdtAdmin{
    background-color: var(--rosaK);
    font-size: 1rem;
    font-weight: 600;
}
/* estilo modal ver pedido admin */
.openModalVerPedidoAdmin{
    cursor:pointer;
    background-color: transparent;
    border: none;
}
.modalVerPedidoAdmin{
    position: fixed;
    inset:0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalContentVerPedidoAdmin{
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    max-width: 90%;
    position: relative;
    animation: fadeViewPed 0.3s ease;
    
    @media (width < 480px) {
        max-height: 600px;
        overflow-y: auto;
    }
}
@keyframes fadeViewPed{
    from{ transform: scale(0.9); opacity: 0; }
    to{ transform: scale(1); opacity: 1; }
}
.modalContentVerPedidoAdmin div h5{
    font-weight: bolder;
}
.closeModalViewPed{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}
/* estilo modal editar pedido admin */
.openModalActPedidoAdmin{
    cursor:pointer;
    background-color: transparent;
    border: none;
}
.modalActPedidoAdmin{
    position: fixed;
    inset:0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalContentActPedidoAdmin{
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    max-width: 90%;
    position: relative;
    animation: fadeViewPed 0.3s ease;
    
    @media (width < 480px) {
        max-height: 600px;
        overflow-y: auto;
    }
}
@keyframes fadeViewPed{
    from{ transform: scale(0.9); opacity: 0; }
    to{ transform: scale(1); opacity: 1; }
}
.modalContentActPedidoAdmin div h5{
    font-weight: bolder;
}
.closeModalActPed{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

/* pedidos admin */

.tableAdminPedidosCont{
    max-height: 500px;
    overflow-y: auto;
    width: 100%;

    @media (width <990px) {
        width: 100%;
        overflow-x: auto;        
    }
    @media (width <550px) {
        width: 450px;       
    }
    @media (width < 450px) {
        width: 340px;      
    }
}
.tableAdminPedidos{
    table-layout: auto;
    width: 100%;
}
    
.tableAdminPedidos thead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
}
.tableAdminPedidos th,
.tableAdminPedidos td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;

    vertical-align: middle;

    /* Permitir saltos de línea */
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;

    @media (width < 990px) {
        padding: 5px 2px;
        font-size: 14px;
    }
    @media (width < 450px) {
        padding: 5px 2px;
        font-size: 12px;
    }
}
/* estilo para modal de reclamo */
.openModalActPedidoAdmin{
    cursor:pointer;
    background-color: transparent;
    border: none;
}
.modalVerReclamoAdmin{
    position: fixed;
    inset:0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalContentVerReclamoAdmin{
    background: white;
    border-radius: 10px;
    max-height: 85vh;
    overflow-y: auto;
    max-width: 1100px;
    width: 90%;
    position: relative;
    animation: fadeViewPed 0.3s ease;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    
    @media (width < 576px) {
        width: 95%;
        max-height: 90vh;
        padding: 15px;
    }
    
}
@keyframes fadeViewPed{
    from{ transform: scale(0.9); opacity: 0; }
    to{ transform: scale(1); opacity: 1; }
}
.modalContentVerReclamoAdmin div h5{
    font-weight: bolder;
}
.closeModalViewReclamo{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}
.tableAdminReclamosCont{
    max-height: 500px;
    overflow-y: auto;
    width: 100%;

    @media (width <990px) {
        width: 100%;
        overflow-x: auto;        
    }
    @media (width <550px) {
        width: 450px;       
    }
    @media (width < 450px) {
        width: 340px;      
    }
}
.tableAdminReclamos{
    table-layout: auto;
    width: 100%;
}    
.tableAdminReclamos thead {
    position: sticky;
    top: 0;
    z-index: 2;
}
.tableAdminReclamos th,
.tableAdminReclamos td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;

    vertical-align: middle;

    /* Permitir saltos de línea */
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;

    @media (width < 990px) {
        padding: 5px 2px;
        font-size: 14px;
    }
    @media (width < 450px) {
        padding: 5px 2px;
        font-size: 12px;
    }
}
/*
.detReclamoadmin{
    max-height: 80dvh;
    overflow-y: auto;
}*/



.bodyManupulation{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--blancoHumo);

    @media (width <550px) {      
        padding: 0px 5px;  
    }
}
.bodyManupulationInner{
    width: 80%;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    @media (width < 1200px) {        
        width: 90%;
    }
    @media (width <550px) {      
        width: 100%;        
    }
}
.bodyManupulationInner h2{
    margin: 0px 0px 20px 0px;
    color: var(--oscuroK);
    width: 100%;
    text-align: left;
}
.formEditProd{
    width: 80%;
    margin: 30px 0px;
    
    @media (width < 550px) {
        width: 95%;
        margin: 10px 0px;
        font-size: 12px;
    }
}
.formEditProd label {
    font-weight: 600;
}
.formEditProd input, .formEditProd div {
    margin-bottom: 30px;

    @media (width < 550px) {
        margin-bottom: 20px;
    }
}
.containerAdd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.containerAddInner{
    width: 80%;
    margin: 30px 0px;

    @media (width < 1200px) {        
        width: 90%;
    }
}
.containerAddInner input, .containerAddInner div{
    margin: 0px 0px 20px 0px;
}
.containerView{
    width: 100%;
    padding: 10px 30px;
    border-radius: 15px;
    background-color: var(--blancoK);
    column-count:2;
    column-gap:2em;
    column-rule:1px solid rgb(229, 231, 233);

    @media (width < 550px) {
        width: 100%;
        padding: 10px 10px;
        border-radius: 15px;
    }
}
.containerViewInner{
    width: 90%;
    margin: 0px 0px 0px 10px;

    @media (width < 550px) {
        font-size: 12px;
        width: 100%;
        margin: 0px;
        padding: 5px;
    }
}
.containerViewInner p{
    margin: 0px 0px 0px 40px;
    @media (width < 550px) {
        margin: 0px 0px 0px 10px;
    }
}
.containerViewInner h5{
    
    @media (width < 550px) {
        font-size: 1rem;
    }
}
.ulAtributoDetail{
    @media (width < 550px) {
        margin: 0px 0px 0px 10px;
    }
}
.btnEliminateP{
    background-color: rgb(253, 35, 35);
    color: #740505;
    border: none;
    box-shadow: 
        2px 2px 5px 1px rgb(186, 186, 186),
        -2px -2px 1px 1px rgb(255, 255, 255);
    padding: 10px 20px;
    margin: 20px 0px 0px 0px;
    border-radius: 10px;
}

.listAtributos{
    display: flex;
    flex-wrap: wrap;
}
.listAtributos>div{
    margin: 10px;
    padding: 10px;
    background-color: var(--blancoK);
    border: 1px solid var(--blancoHumo);
    
    @media (width < 550px) {        
        margin: 5px 2px;
        padding: 2px;
        width: 120px;
    }
}
.listAtributos div div{
    padding: 0px 10px 0px 0px;
    margin:0px 0px 10px 10px;
    height: 400px;
    overflow-y: scroll;

    @media (width < 550px) {        
        padding: 0px 5px 0px 0px;
        margin:0px 0px 5px 5px;
        width: 120px;
        height: 300px;
    }
}

.containerbSecond{
    height: auto;
    width: 100%;

    @media (width < 550px) {
        display: flex;
        flex-direction: column;
    }
}
.containerbSecond a{
    margin: 100px 0px 0px;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;

    @media (width < 550px) {
        display: flex;
        flex-direction: column;
        margin: 5px 0px;
    }
}
.bSecond{
    border: 2px solid var(--verdeK);
    color: var(--verdeK);
    border-radius: 10px;
}
.bSecond:hover{
    border: 2px solid var(--verdeK);
    color: var(--blancoK);
    background-color: var(--verdeK);
}
.bSecond2{
    border: 2px solid var(--grisK);
    color: var(--grisK);
    border-radius: 10px;
}
.bSecond2:hover{
    border: 2px solid var(--grisK);
    color: var(--blancoK);
    background-color: var(--grisK);
}


/******************************/
/******************************/
/******************************/
/******************************/
/*carrito carrito*/
/******************************/
/******************************/
/******************************/

.containerCarrito{
    min-height: 1000px;
    height: auto;
}
table th, table td {
    vertical-align: middle;
    text-align: center;
}

img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.9rem;
    }

    h1 {
        font-size: 1.5rem;
    }
}

.alertCarrito{
    min-height: 700px;
}

.formCarrito button{
    background-color: var(--rosaK);
    color: var(--oscuroK);
}

@media (hover: hover) {
    .formCarrito button:hover{
        background-color: var(--rosaK);
        box-shadow:  7px 7px 15px #bebebe,
                    -7px -7px 15px #ffffff;
    }
}



/******************************/
/******************************/
/******************************/
/******************************/
/********perfil cliente********/
/******************************/
/******************************/
/******************************/

.tittleCliente{
    color: var(--verdeOsc);
}
.subtittleCliente{
    color: var(--verdeK);
}
.containerTablePedidosCliente{
    max-height: 500px;
    overflow-y: auto;
}
.tablePedidosCliente thead{
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
}
.modalPedido{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.modalPedidoContenido{
    background:#fff;
    width:90%;
    max-width:700px;
    max-height:85vh;
    overflow:auto;
    border-radius:8px;
    padding:25px;
    position:relative;
}

.cerrarModal{
    position:absolute;
    top:10px;
    right:18px;
    cursor:pointer;
    font-size:28px;
}

.btnDetallePerfilCliente{
    background-color: var(--rosabbK);
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
}
.btnDetallePerfilCliente:hover{
    background-color: var(--rosaK);
}

.btnDetalleReclamoCliente{
    background-color: var(--rosabbK);
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
}
.btnDetalleReclamoCliente:hover{
    background-color: var(--rosaK);
}
.modalReclamo {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.modalReclamoContenido {
    background: white;
    width: 100%;
    max-width: 750px;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}

.cerrarModalReclamo {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 576px) {

    .modalReclamoContenido {
        max-height: 90vh;
        padding: 20px 15px;
    }

}



/*********/
.cardProductoPedido{
    display: flex;
    gap: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    align-items: center;
    background: #fff;

    @media (max-width: 768px){
        flex-direction: column;
        text-align: center;
    }
}

.imagenProductoPedido{
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f8f8f8;

    @media (max-width: 768px){
        width: 180px;
        height: 180px;    
    }
}

.imagenProductoPedido img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* llena el cuadro recortando si es necesario */
    display: block;
}

.infoProductoPedido{
    flex: 1;
}

.infoProductoPedido h5{
    margin-bottom: 12px;
    font-size: 1rem;
    font-weight: 600;
}

.datosProductoPedido{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;

    @media (max-width: 768px){
        justify-content: center;
        gap: 20px;
    }
}

.datosProductoPedido div{
    display: flex;
    flex-direction: column;
}

.datosProductoPedido span{
    font-size: .8rem;
    color: #777;
}

.datosProductoPedido strong{
    font-size: 1rem;
}

.subtotalPedido{
    color: var(--verdeK);
    font-weight: 700;
}

.totalPedido{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 1.15rem;
    font-weight: bold;
}

