.container-barra-fija{
    padding: 16px 12px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    position: relative;
    background-color: #F8D2B3;
}
.img-heart{
    margin: 0 auto;
    width: 26px;
    height: auto;
}
.title-bar{
    margin: 0 12px 0 6px;
    font-size: 12px;
    line-height: 14px;
}

.c-principalHero .btn-more-benefits{
    display: none;
}

@media (min-width:768px){
    .img-heart{
        width: 41px;
        height: 42px;
    }

    .title-bar{
        margin: 0 30px 0 10px;
        display: flex;
        font-size: 18px;
        gap: 6px;
    }
}

@media only screen and (min-width: 1249px) {
    .container-barra-fija{
        margin-top: -4px;
    }
}