@media (max-width: 500px) {
    .c-header {
        top: 0;
    }
    .c-header--nav ul, .c-header--cliente {
        display: none;
    }
    .c-header--nav {
        border-radius: 0;
        justify-content: center;
    }
    .c-links__uteis {
        height: 650px;
        gap: 10px;
    }
    .c-links__cards {
        position: relative;
        top: 0;
        flex-direction: column;
        width: 300px;

    }
    .c-links__uteis--cards {
        padding: 50px 0;
    }
    .c-chamado--whats {
        flex-direction: column;
        gap: 30px;
    }
    .c-whats--text::after {
        display: none;
    }
    .c-planos--cards {
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }
    .c-footer__info {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .c-footer__info--contatos {
        border-left: 0px solid white;
        border-right: 0px solid white;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        padding: 15px 50px;
    }
}