.busca-mobile {
    display: none;
}

.slick-dots {
    display: none !important;
}

@media (max-width: 575px) {
    .btn-entrar {
        margin-top: 1em !important;
    }

    .busca-mobile {
        width: 100%;
        padding: 1em;
        background-color: #fff;
        margin-top: -1.5em !important;
        position: absolute;
        z-index: 9;
    }
}