    
        body {
            background: #f3f3f3;
        }

        /* .section-categoria1 {
            background-image: url('./assets/images/categorias/despachadores-higienicos-toallas.png');
            background-size: cover;
            padding: 3rem 0;
            background-position: right center;
        } */

        .container_categoria1 {
            border: 2px solid #ffffff;
            min-height: max(50vh, 400px);
            border-radius: 32px;
            padding: 3rem;
            display: flex;

            align-items: center;

        }

        .text-container_categoria1 {
            max-width: 32rem;
            font-family: Font-Semibold;
            color: var(--principal);
            font-size: 3.25em;            
        }
        @media (max-width: 1024px) {
             .text-container_categoria1 {           
            font-size: 2.5em;            
        }
        }
              @media (max-width: 768px) {
             .text-container_categoria1 {           
            font-size: 2em;            
        }
        }
.description-container-main{
    display: grid;
    grid-template-columns: 1fr 1fr;   
    gap: 2rem   ;
    padding: 3rem 0;
    justify-content: space-between;
}

        .description-container {
          
            max-width: 47rem;
            font-weight: bold;
        }

        .containercategorypr {
            padding: 1rem 0 5rem;

        }

        .containercategorypr ul {
            display: flex;
            column-gap: 2rem;
            padding-bottom: 3rem;
        }

        .containercategorypr ul li {
            list-style: none;
            font-family: Font-Semibold;
            color: #BDBDBD;
            margin: 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .containercategorypr ul li a{
             font-family: Font-Semibold;
            color: #BDBDBD;
        }

        .containercategorypr ul li.active a{

            color: var(--principal);
            padding-bottom: .5rem;
            position: relative;
            transition: all 0.3s ease;
        }

        .containercategorypr ul li.active::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: var(--principal);
            border-radius: 10px;
            transition: all 0.3s ease;
        }




        /****hover nalinks***/
        .containercategorypr ul li {
            position: relative;
            overflow: hidden;

            margin-top: 10px;
            padding: 0 0 7px;
        }

        .containercategorypr ul li:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -100%;
            width: 100%;
            height: 1px;
            background: var(--principal);
            transition: left .5s;
        }

        .containercategorypr ul li:hover:after {
            left: 0;
        }

        .containercategorypr ul li:hover {
            color: var(--principal);
        }

        .containercategorypr ul li::after {
            height: 2.5px;
        }



        /***end *hover nalinks***/

        @media (max-width: 1024px) {
            /* .section-categoria1 {
                position: relative;
                background-size: cover;
                background-position: 90% center;
            }

            .section-categoria1::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.5);
                z-index: 1;
            } */
            .description-container-main {              
              display: flex;
              flex-direction: column;
                justify-content: center;
                text-align: center;
                
               }
               .description-container{
                max-width: 100%;
               }

            .container_categoria1 {
                position: relative;
                z-index: 2;
                /* width: 100%; */
                justify-content: center;
            }

            .text-container_categoria1 {
                color: #fff;
                text-align: center;
                max-width: 100%;
            }
        }

        @media (max-width: 600px) {
            .section-categoria1 {
                position: relative;
                background-size: cover;
                background-position: 80% center;
            }
        }


        /*****botones********/
        /* Contenedor del botón */
        .div-btn-filter {
            display: flex;
            gap: 2rem;
            padding: 4rem 0;
            flex-wrap: wrap;
        }




        /*****/
        .container-grid-product {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            padding-bottom: 4.5rem;
            gap: 1.4rem;
        }

        .card-product {
            background: #ffffff;
            padding-bottom: 1rem;
            border-radius: 16px;
        }

        .card-product .img-product {
            /* height: 380px; */
            overflow: hidden;
            padding: 1rem;
        }

        .card-product .img-product img {
            object-fit: contain;
            object-position: center;
            height: 300px;

display: block;
margin: 0 auto;
        }

        .card-product .container-text-product {
            padding: 16px;
            display: flex;
            flex-direction: column;
            row-gap: .8rem;
        }

        .container-text-product a {
            font-family: Font-Regular;
            color: #007AB3;
        }
        @media (max-width: 1300px) {
            .card-product .img-product img{

                    height: 320px;
                
                }
        }

        @media (max-width: 1200px) {
            .container-grid-product {
                gap: 1rem;
            }

            .card-product .img-product img{
                height: 300px;
               
            }
        }

        /* @media (max-width: 1024px) {        

            .card-product .img-product {
                height: 180px;
            }
        } */

        @media (max-width: 1024px) {

            .container-grid-product {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
            }

            /* .card-product .img-product {
                height: 260px;
            } */
        }

        @media (max-width: 900px) {

            .card-product .img-product img {
                height: 270px;
               
            }
        }

        @media (max-width: 700px) {
            .container-grid-product {
                display: grid;
                grid-template-columns: 1fr;
            }

            .card-product .img-product img{
                height: 300px;
                
            }
        }

        /************/
        .chip, .btn-black {
            background:
                linear-gradient(to right, #0056B4 50%, #ffffff00 50%);
            background-size: 210% 200%;
            background-position: 96% bottom;

            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 40px;
            border: 2px solid var(--principal);
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.3s ease;
            color: var(--principal);
            position: relative;

            font-size: 20px;
            font-family: Font-Medium;
            cursor: pointer;

            transition: all 0.3s ease;
        }

        /* ocultar checkbox */
        .chip input {
            display: none;
        }

        /* hover */
        .chip:hover, .btn-black:hover {
            background: linear-gradient(to right, #0056B4 50%, #ffffff00 50%);

            background-size: 210% 200%;
            background-position: 0% bottom;
            color: #ffffff;
        }
        .chip input:checked{
              padding: 12px 30px 12px 40px;
        }

        /* activo */
        /* .chip input:checked+.texto {
            color: white;
        }

        .chip input:checked~.close {
            display: inline;
        }

        .chip input:checked~.texto,
        .chip input:checked~.close {
            z-index: 2;
        }

        .chip input:checked~* {
            color: white;
        }

        .chip input:checked {
            transition: all 0.3s ease;
        } */

        /* fondo cuando está activo */
        /* .chip input:checked~.texto::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #1e5bb8;
            border-radius: 30px;
            z-index: -1;
        } */

        /* la X */
        /* .close {
            display: none;
            font-size: 14px;
        } */

        @media (max-width: 1024px) {
            .chip {
                font-size: 18px;
                padding: 8px 24px;
            }

            .div-btn-filter {
                gap: .8rem;
            }
        }

        @media (max-width: 768px) {
            .chip {
                font-size: 14px;
            }

            .div-btn-filter {
                gap: .8rem;
                justify-content: center;
            }
        }
    /**********/
       .chip {
            text-decoration: none !important;
        }

        .chip.active {
            padding: 12px 30px 12px 40px;
            color: white;
        }

        .chip.active::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #1e5bb8;
            border-radius: 30px;
            z-index: -1;
        }

        .chip.active .texto {
            color: white;
            z-index: 2;
        }

        .chip.active .close {
            display: inline;
            color: white;
            z-index: 2;
        }

        .containercategorypr ul li.active {

            color: var(--principal);
            padding-bottom: .5rem;
            position: relative;
            transition: all 0.3s ease;
        }