.waky-page
{
    width: 100%;
    height: 476;
    border-bottom: 5px solid #FEC901;
}

.waky-page img
{
    position: relative;
    width: 100%;
    object-fit: cover;
}

body.active
{
    overflow-y: hidden;
}



.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: 198px;
    height: 300px;
    transition: 0.2s;
    margin-right: 20px;
    margin-top: 10px;
}

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

.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;
}

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

    .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%;
}
