.whats-btn-fixed {
    right: auto !important;
    left: 2em !important;
    bottom: 2em !important;
}

@media (min-width:1000px) and (max-width: 1360px){
    .produto>.row-fluid:first-child>*:last-child {
        min-width: 42% !important;
    }
}

@media only screen and (max-width: 767px) {
    .listagem .listagem-item .imagem-produto, .listagem .listagem-item .info-produto {
        width: auto;
    }
}

@media (min-width:1000px) and (max-width: 1280px){
    .home-depositions .home-depositions-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .home-depositions .home-depositions__text-right {
        text-align: center;
    }
    .home-depositions .home-depositions__star {
        justify-content: center;
    }
}