
.barra-inferior {
    background: #0b2739;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
.c-footer{
    padding-bottom: calc(2.5rem + 34px);
}

@media only screen and (min-width: 345px) and (max-width: 500px)  {
    .barra-inferior > img {
        min-height: 40px;
        object-fit: cover;
        object-position: 41.5%;
    }
}