/*bloco promo*/
.sliders-promo-decantar .swiper-slide {
    max-height: 220px;
    min-width: 350px;
}
.sliders-promo-decantar .swiper-slide img {
    max-height: 220px;
}
.content-info-block-promo {
    color: var(--gold-color);
    padding: 5px 0 5px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
}
.content-info-block-promo h3 {
    line-height: 25px;
}
.content-info-block-promo a{
    background-color: var(--gold-color);
    padding: 5px 15px;
    color: var(--blue-color);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none;
}
.price-info-block-promo{
    margin-top: 18px;
    margin-bottom: 15px;
    position: relative;
}
.current-price-info-block-promo{
    color: #fff;
    position: relative;
}
span.current-price-info-block-promo:before {
    content: '';
    width: 110%;
    height: 2px;
    background: var(--gold-color);
    position: absolute;
    top: 11px;
    left: -2px;
    opacity: 0.7;
    transform: rotate(-3deg);
}
.promotion-price-info-block-promo{
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.sliders-promo-decantar .carrousel-decantar-buttons {
    margin-top: 15px;
}