@media screen and (max-width: 600px) {

    .not-show
    {
        display: none;
    }

    .memy-join-mobile
    {
        display: flex;
    }
    
    .we-are-memy {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 36px 0;
        margin-top: -6px;
        overflow-x: hidden;
        background-image: linear-gradient(#FEC901 50%,#000 50%);
    }

    .content .img-grid li:nth-child(2) {
        margin-right: 0;
    }

    .we-are-memy img {
        width: 100%;
    }

    .comics-display {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 36px 0;
        margin-top: -6px;
        overflow-x: hidden;
        background-image: linear-gradient(#FFFFFF 50%,#FFF 50%);
    }

    .comics-display img {
        width: 100%;
    }

    .memy-store .desk,
    .waky .desk {
        display: none;
    }

    .waky .cell {
        display: block;
    }

    .we-are-memy .desk {
        display: none;
    }

    .we-are-memy .cell {
        display: block;
    }

    .comics-display .desk {
        display: none;
    }

    .comics-display .cell {
        display: block;
    }

    .join-us .institucional, .join-us .projects, .join-us .newsletter, .join-us .join-us-img {
        height: auto;
        margin-top: 10px;
        order: 1;
    }

    .join-us .logo-join-us img {
        margin-top: 20px;
        align-self: flex-start;
        order: 0;
    }

    .join-us .newsletter form input
{
    position: relative;
    width: 100%;
}

.join-us
{
    justify-content: center;
}


/* ordem */

    .join-us .join-us-img img
    {
        order: 0;
    }

    .join-us .newsletter
    {
        order: 1;
    }

    .join-us .newsletter form
    {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo-join-us
    {
        order: 2;
    }

    .join-us .institucional
    {
        order: 3;
    }

    .join-us .projects
    {
        order: 4;
    }

    /* menu */
    .nav-01 {
        display: none;
    }

    .nav-02 {
        display: none;
    }

    .hidde {
        display: block;
    }

    .logo-store {
        display: none;
    }

    .coming-soon .content .coming-soon-image img {
        right: 32px;
        max-width: 78%;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {

   
    .not-show
    {
        display: none;
    }

    .memy-join-mobile
    {
        display: flex;
    }

    .memy-store .desk,
    .waky .desk {
        display: none;
    }

    .submenu-sidebar {
        height: 800px;
    }

    .join-us {
        /* min-height: 500px; */
        /* flex-direction: column;
        justify-content: center;
        align-items: center; */
        padding: 30px 300px;
        padding: 30px 300px;
    }

    .join-us .institucional, .join-us .projects, .join-us .newsletter, .join-us .join-us-img {
        height: auto;
        margin-top: 20px;
    }

    .we-are-memy img {
        width: 100%;
    }

    .comics-display img {
        width: 100%;
    }

    .join-us .logo-join-us img {
        margin-top: 40px;
        align-self: flex-start;
    }

    /* ordem */

    .join-us .join-us-img img
    {
        order: 0;
        
    }

    /* .join-us .join-us-img
    {
        width: 120px!important;
    } */

    .join-us .newsletter
    {
        order: 1;
    }

    .join-us .newsletter form
    {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo-join-us
    {
        order: 2;
    }

    .join-us .institucional
    {
        order: 3;
    }

    .join-us .projects
    {
        order: 4;
    }

    /* menu */
    .nav-01 {
        display: none;
    }

    .nav-02 {
        display: none;
    }

    .hidde {
        display: block;
    }

    .logo-store {
        display: none;
    }

    .coming-soon .content .coming-soon-image img {
        right: 32px;
        max-width: 78%;
    }

    .sidebar {
        width: 42%;
        left: -42%;
    }

    .mainClass.active {
        left: 0%;
    }

    .mainClass.active {
        left: 42%;
    }

    .we-are-memy {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 36px 0;
        margin-top: -6px;
        overflow-x: hidden;
        background-image: linear-gradient(#FEC901 25%, #000 5%, #000 25%, #000 50%);
    }
}

     .comics-display {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 36px 0;
        margin-top: -6px;
        overflow-x: hidden;
        background-image: linear-gradient(#FFFFFF 25%, #FFF 5%, #FFF 25%, #FFF 50%);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .join-us {
        min-height: 477px;
    }

    .join-us .newsletter
    {
        margin-top: 140px;
    }
    
    
}

@media screen and (min-width: 1367px) and (max-width: 2000px) {
    /* logo store */
    .logo-store
    {
        position: absolute;
        top: 0;
        right: 0px;
        width: 12rem;
        height: 100%; 
        cursor: pointer;  
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid red; */
        background: #000;
    }

    .logo-store img
    {
        position: relative;
        width: 90%; 
        height: 78%;
        /* object-fit: contain; */
        /* border: 1px solid red; */
    }

    .join-us .join-us-img
    {
        position: relative;
        width: 180px;
        height: 127px!important;
        margin-right: -15%;
        margin-top: 6px;
    }
}