div#modal-favoritos {
    background: rgb(22 161 220 / 57%);
    z-index: 150;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media(min-width:768px) {
    div#categories-form, div#posts-personalize-form, div#emotions-form {
        flex-wrap: wrap;
    }
    div#categories-form label {
        flex-basis: 20%;
        background: lightgray;
        border: 1px solid white;
    }
    #posts-personalize-form label{
        flex-basis: calc(34% - 1rem);
        background: lightgray;
        border: 1px solid white;
    }
    div#emotions-form label{
        flex-basis: calc(26% - 1rem);
        background: lightgray;
        border: 1px solid white;
    }
}

#categories, #posts-personalize, #emotions, #thankyou{
    display: none;
}