.promociones-titulo-swiper {
    align-items: flex-end;
    /*height: 332px;*/
}

.promocion-container .background {
    /*height: 82%;*/
    background-size: contain;
    background-position: top;
}

.promocion-container .backgroundcate {
    background-size: contain;
    background-position: center center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.promocion-container h4.my-0 {
}

.promocion-container .card.w-250 {
    width: auto;
    /*min-height: 332px;*/
}

.promocion-container .media-body h4 {
    font-size: 13px;
}

.promocion-container .card {
    background-color: #e74c3c;
}

@media (max-width: 600px) {
    .promociones-titulo-swiper {
        height: 210px;
    }

    .promocion-container .card.w-250 {
        width: auto;
        min-height: 220px;
        width: auto;
        min-height: 220px;
    }

    .links-side {
        display: none;
    }
}

@media (max-width: 800px) {
    .links-side {
        display: none;
    }
}

a#creditcard-tab,
a#paypal-tab {
    font-weight: bold;
}

@media (max-width: 800px) {
    .links-side {
        display: none;
    }
}

a#creditcard-tab,
a#paypal-tab {
    font-weight: bold;
}
@media (min-width: 820px) {
    .swiper-container {
        width: 1054px;
    }
}
::-webkit-scrollbar {
    width: 13px;
    height: 16px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(249, 70, 32, 1);
}
::-webkit-scrollbar-track {
    border-radius: 5px;
    background: bisque;
}
span[data-datos="BuenFin"] {
    display: none !important;
}
span[data-datos="SuperMartes"] {
    display: none !important;
}
/*
div#creditcard, a#creditcard-tab {
    display: none;
}
#paypal {
	display:block!important;
}
a#paypal-tab {
    background-color: yellow;
}
*/