@media (max-width: 615px) {
    .menu-wrapper {
        position: relative;
        flex-direction: column;
        height: 100%;
    }

    .links-wrapper {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .links-wrapper > .nav-link {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.5em;
        width: 100%;
    }
    
    .botones {
        flex-direction: column;
        height: 100%;
        padding: 50px;
    }

    .cuadros {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .spacer {
        height: 0px;
    }

    .barra {
        padding: 10px;
    }

    .barra > img {
        width: 90%;
    }

}