{# sin dependencias #} .exercise-btn-moves-group{ position: fixed; bottom: 0; right: 0; width: 100%; z-index: 999; background: #ecf0f5; display: grid; grid-gap: 15px; grid-template-columns: auto auto 1fr auto auto; align-items: center; padding: 10px; border-top: solid 2px #d4dae2; justify-items: flex-start; } .exercise-btn-moves-group a{ color: #fff; font-size: 1.5rem; line-height: 1.5rem; border: none; padding: 10px 20px; font-weight: 500; border-radius: 0; background: #333333; } .exercise-btn-moves-group a:hover, .exercise-btn-moves-group a:focus, .exercise-btn-moves-group a:active{ background: #4d4d4d; color: #fff; } .exercise-btn-moves-group .btn-prev{ } .exercise-btn-moves-group .btn-prev.ocultar{ padding: 0; margin: 0; width: 0; height: 0; } .exercise-btn-moves-group .btn-save{ } .exercise-btn-moves-group .btn-next{ } .exercise-btn-moves-group .mensaje{ display: flex; justify-content: center; align-items: center; width: 100%; font-size: 2rem; line-height: 2rem; color: #e74f00; font-weight: 700; }