@media(max-width: 767px) {
    #about,
    #agendamento,
    #services {
        display: none;
    }
    #acesso-mob,
    #services-mob {
        display: block;
    }
    footer .footer-right {
        display: none;
    }
    body .footer .btn {
        margin: 0 auto;
    }
    body footer .navbar-nav {
        margin-bottom: 0;
    }
}

@media (min-width: 300px) and (max-width: 600px) {
    .apareceMobile {
        display: block !important;
    }
}