
/*   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////     */

.container_description {
    max-width: 1000px;
    margin: auto;

}

.container_txt {
    text-align: center;
}

.text-big {
    font-size: 40px;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 30px;
    color: rgb(18, 36, 78);
}

.text-small {
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    color: #5a5a5a;
    font-family: Arial, Roboto, "-apple-system", Helvetica, sans-serif;
}
.txt-sm {

    margin: 15px;
}


/*    ...........................  SUBTITULOS   -   SUBTITULOS   -   SUBTITULOS   ............................    */

.div-ol {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 20px;
}
.div-subtitulos {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.subtitulos {
    font-size: 16px;
    box-sizing: border-box;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-weight: 700;
    margin-top: 6px;
    color: black;
}
.signo-m {
    font-family: 'Concert One', cursive;
    font-size: 22px;
    padding-left: 4px;
    margin-right: 4px;
    color: black;
}

/*   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////     */


.text_article {

    margin: 20px;
    color: black;
    font-size: 18px;
}

.product_cat {
    background-color: white;
    max-width: 300px;
    box-shadow: 0px 0px 10px rgb(158 159 161 / 60%);

    border-bottom: 1px solid #8a8a8a;
    border-top: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    text-align: justify;
    justify-content: space-between;
}
.div-name-product {
    width: 100%;
    padding-top: 15px;
    margin-top: 0px;
    height: auto;
}
.img_slider_cat {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nm_product_cat {
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    padding-bottom: 4px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: black;
    justify-content: center;
    display: flex;
}
.price {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    font-size: 20px;
    box-sizing: border-box;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-weight: 700;
}

.div-subtitulos {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.subtitulos {
    font-size: 16px;
    box-sizing: border-box;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-weight: 700;
    margin-top: 6px;
}
.banner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}
.div-image-banner {
    max-width: 385px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 200px;
}
.image-big {
    max-height: 100%;
    display: flex;
    justify-content: center;
}
.image-small-01 {
    max-height: 100%;
    display: flex;
    justify-content: center;
}
.image-small-02 {
    max-height: 100%;
    display: flex;
    justify-content: center;
}
.banner2 {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
}
.image-mm2 {
    min-width: 1/5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-inline: 0px;
}


.div-banner2 {
    position: relative;
    max-width: 1200px;
    padding-top: 15px;
}
.banner2 {
    max-width: 1200px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    overflow-x: auto;
    position: relative;
    flex: 1;
}
.banner2::-webkit-scrollbar {
    visibility: hidden;
}
.div-image_mm2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-inline: 20px;
}
.image_mm2 {
    max-width: 100px;
    max-height: 100px;
}






/*    ...........................  contenedor de productos .  product-container  ...................    */
.product-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
}
.div-input-masproductos {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}
.btn-primary {
    font-size: 1.3rem;
    height: 52px;
    padding: 0.5rem 1.25rem;
    border-radius: 7px;
    background-color: #5a5a5a;
    margin: 0px;
    border: 0px;
    font-weight: 700;
    color: whitesmoke;
}
.div-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}









/*    ...........................................  RESPONSIVE  .............................................    */  


@media (max-width: 800px) {
    .div-flecha_izquierda {
        display: none;
    }
    .div-flecha_derecha {
        display: none;
    }
    .product-container {
        margin-left: 30px;
        margin-right: 30px;
        gap: 30px;
    }
}

@media (max-width: 700px) {
    .product {
        max-width: 230px;
    }
}
@media (max-width: 600px) {
    .product {
        max-width: 200px;
        height: 270px;
    }
    .text-big {
        font-size: 35px;
        margin: 15px;
    }
}




/*   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////     */