.waky img {
    width: 100%;
    height: 476;
}

.waky
{
    position: relative;
    width: 100%;
    /*z-index: -10;*/
}

.waky > a
{
    position: absolute;
    right: 10%;
    bottom: 1%;
    width: 600px;
    height: 100px;
    /*border: 1px solid red;*/
    /* z-index: 11; */
}

.memy-store .btn-desk
{
    position: absolute;
    bottom: 0%;
    right: 10%;
    width: 30%;
    height: 150px;
    cursor: pointer;
}

.memy-store .btn-cell
{
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 100%;
    height: 75px;
    cursor: pointer;
}

body.active {
    overflow-y: hidden;
}

.hidde
{
    display: none;
}


.memy-store {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.memy-store img {
    position: relative;
    width: 100%;
}

    .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(#000000 21.5%, #000 5%, #000 25%, #000 50%);
    }

    .we-are-memy img {
        width: 74%;
        margin-top: 5px;
    }

.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 21.5%, #FFF 5%, #FFF 25%, #FFF 50%);
    }

    .comics-display img {
        width: 74%;
        margin-top: 5px;
    }


/* coming soon */
.coming-soon {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: #000;
    border-bottom: 5px solid #000;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.coming-soon .content {
    position: relative;
    width: 859px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-top: 5px solid #FEC901;
}

.coming-soon .content .coming-soon-image {
    padding: 56px 0px;
    text-align: right;
}

.coming-soon .content .coming-soon-image img {
    position: relative;
    right: 100px;
    max-width: 100%;
}

.content .img-grid {
    position: relative;
    width: 100%;
    min-height: auto;
    display: flex;
    /* border: 1px solid red; */
}

.content .img-grid ul {
    position: relative;
    display: flex;
    width: 100%;
    /* height: 200px; */
    flex-direction: row;
    justify-content: center;
    /* border: 1px solid red; */
    flex-wrap: wrap;
}

.content .img-grid li {
    position: relative;
    display: inline-block;
    width: 143px;
    height: 230px;
    transition: 0.2s;
    margin-right: 20px;
    margin-top: 10px;
}

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

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

.content .img-grid li:hover {
    transform: scale(1.15);
}

.content .img-grid li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* social media */
.social-media {
    position: relative;
    width: 100%;
    min-height: 55px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #FEC901;
    /* border: 1px solid red; */
    /* padding: 20px 0; */
}

.social-media a {
    text-decoration: none;
    /* filter: invert(1);  */
    color: #fff;
    font-size: 20px;
}

.social-media a i {
    position: relative;
    margin-right: 34px;
    opacity: 1;
    transition: .2s;
}

.social-media a i:hover {
    opacity: .5;
    transform: scale(1.1);
}

/* Join Us */
.join-us {
    position: relative;
    width: 100%;
    min-height: 293px;
    background: #000;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 30px 100px;
}

.join-us .join-title-white {
    color: #fff;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    border-bottom: 2px solid #ffca00;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.join-us .institucional ul,
.join-us .projects ul {
    margin-top: 10px;
    list-style: none;
}

.join-us .institucional ul li,
.join-us .projects ul li {
    margin-top: 6px;
}

.join-us .institucional ul li a,
.join-us .projects ul li a {
    padding-top: 17px;
    color: #ffca00;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.join-us .institucional ul li a:hover,
.join-us .projects ul li a:hover {
    text-decoration: underline;
}

.join-us .institucional,
.join-us .projects
{
    position: relative;
    width: 180px;
    height: 127px;
    z-index: 99;
}

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

    .memy-join-mobile .newsletter,
    .join-us .newsletter
    {
        position: relative;
        width: 180px;
        /* height: 127px; */
    }

.join-us .logo-join-us img {
    opacity: 1;
    cursor: pointer;
    transition: .2s;
}

.join-us .logo-join-us img:hover {
    opacity: .8;
}

.join-us .join-us-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* newsletter */
.memy-join-mobile .newsletter h2:nth-child(1),
.join-us .newsletter h2:nth-child(1) {
    color: #ffca00;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.memy-join-mobile .newsletter h2:nth-child(2),
.join-us .newsletter h2:nth-child(2) {
    color: #fff;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.memy-join-mobile .newsletter form label,
.join-us .newsletter form label {
    color: #ffca00;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.memy-join-mobile .newsletter form label span,
.join-us .newsletter form label span {
    color: #ff0000;
}

.memy-join-mobile .newsletter form input,
.join-us .newsletter form input {
    padding: 10px;
    border-radius: 5px;
    outline: none;
}

.memy-join-mobile .newsletter form button,
.join-us .newsletter form button {
    background: #ffca00;
    border: none;
    width: 72px;
    height: 38px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    color: #333;
}

.memy-join-mobile .newsletter form .form-group,
.join-us .newsletter form .form-group {
    margin-top: 20px;
}

/* memy-join-mobile */
.memy-join-mobile
{
    position: relative;
    width: 100%;
    background: #000;
    padding: 0px 0 10px 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 5px solid #FEC901;
}

.memy-join-mobile img
{
    position: relative;
    width: 100%;
}

.read-mode
{
    position: relative;
    width: 100%;
    height: 100px;
    /*border: 1px solid red;*/
    z-index: 99;
}