.modalFeedback {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90vw !important;
}

#menu-dropdown {
    position: fixed;
    width: 60vw;
    height: 100vh;
    background: #202020;
    z-index: 999;
    color: white;
    transition: all 0.4s linear 0s;
    transform: translateX(-100%);
}
.feedbackMobile {
    flex-direction: column;
    justify-content: space-around;
    height: 15vh;
}

.feedback-component {
    height: 40vh;
}

.background-sidebar {
    background: black;
    opacity: 0;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    position: fixed;
    transition: all 0.3s linear 0s;
}

.navbarMobile {
    position: sticky !important;
    top: 0;
    z-index: 99;
}

.aling-icon-left {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.content-projects-cards {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% - 1rem), 1fr));
}
