@media only screen and (max-width: 480px) {
    .layout .logo img {
        /*width: 150px !important;*/
    }

    .slider__item img {
        height: 450px !important;
        object-fit: cover !important;
    }

    .slider-title {
        font-size: 25px !important;
        margin-top: 20px !important;
    }

    .slider-subtitle {
        font-size: 20px !important;
    }
    .slider-txt {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .foo .descricao {
        width: 100% !important;
    }

    .botao_responsivo {
        margin-right: 20px;
    }

    .foo img {
        width: 20px !important;
    }

    .layout .logo-footer img {
        width: 200px !important;
    }

    .foto img {
        width: 100% !important;
    }
}s