@media only screen and (max-width: 768px) {
    .tsrPromoLa {
        display: none;
    }

    .tsrPromoMd {
        display: none;
    }


}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .tsrPromoSm {
        display: none;
    }

    .tsrPromoLa {
        display: none;
    }


}

@media only screen and (min-width: 1200px) {
    .tsrPromoMd {
        display: none;
    }

    .tsrPromoSm {
        display: none;
    }


}

.sp-1 {
    margin-right: 15px;
}

li.lh {
    line-height: 200%;
}

.hl {
    line-height: 200%;
}

#fonta {
    font-family: "Sofia", sans-serif;
}

.grey1 {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: bold;
}

.offerl {
    color: #FFA021;
    font-size: 14px;
    font-weight: bold;
}

.shimmer-effect {
    color: grey;
    display: inline-block;
    /* adding gradients */
    -webkit-mask: linear-gradient(120deg, #000 25%, #0005, #000 75%) right/250% 100%;
    /* shimmer effect animation */
    animation: shimmer 2.5s infinite;
    background-repeat: no-repeat;
    width: 100%;
}
@keyframes shimmer {
    100% {
        /* setting up mask position at left side */
        -webkit-mask-position: left
    }
}
figure img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
