@media screen and (max-width:1050px) {
    /* Proyectos */
    .body-inicio #nombre-proyecto {
        width: 50% !important;
    }
    .body-inicio #main-board .btn-toolbar #manejo-etapas {
        display: block;
        width: 100%;
        padding-bottom: 1em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .body-inicio #main-board #main-botonera {
        width: 100%;
    }
}