.btn-facebook{
    background-color: #3b5998;
    color: #fff;
}
.btn-facebook:hover{
    color: #fff;
    background-color: #4060a5;
    border-color: #375492;
}
.card-product:not(.card-product-list) .card-img-top{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.card-pagination ul{
    margin-top: 6px;
    margin-bottom: 6px;
}

.swiper-wrapper img{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.etiqueta-novedad{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
}

.card-home-categoria {
    /* background: #c79b2e; */
    height: 188px;
    max-height: 188px;
}

.card-home-categoria img {
    object-fit: cover;
    height: 100%;
}

.etiqueta-oferta {
    font-size: 14px;
    width: 50px;
    height: 50px;
    right: 0.5rem;
    top: 0.5rem;
    text-align: center;
    padding-top: 0px;
    line-height: 50px;
    position: absolute;
    z-index: 200;
    border-radius: 50%;
    color: #fff;
    background: rgb(219, 4, 4);
}

.title-of-section {
    color: #333333;
}

.etiqueta-novedad .st1 {
    color: #fff !important;
    fill: #fff !important;
}