#footerDummy {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0px!important
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid var(--grey)
}

.columnsContainer {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem
}

.adminColumnsContainer {
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0rem
}

.columnContainer {
    width: calc(100% / 3);
    padding-top: 5rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
    border-right: 1px solid;
    height: 23rem
}

.column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    line-height: 23px;
    width: 70%;
    font-size: 14px;
}

.columnHeading {
    font-weight: 700;
    font-size: 15px;
}

.columnItem {
    margin-top: 1.3rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative
}

.newsletterColumn {
    width: 25%;
    background-color: #fff
}

.newsletterHeadeing {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: .03em;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px
}

.newsletterSubheadeing {
    text-transform: inherit;
    margin-bottom: 2rem;
    letter-spacing: .03em;
    font-weight: 500;
    font-size: 16px;
    DISPLAY: NONE
}

.newsletterContainer {
    width: 80%;
    margin: auto;
    color: var(--base);
    padding-top: 5rem;
    padding-bottom: 0rem
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid var(--base);
    width: 85%
}

.newsletterGo {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    height: calc(100% - 2px);
    text-align: center;
    width: calc(50px - 2px);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px
}

.newsletterGo:hover {
    color: #fff;
    background-color: var(--grey2);
    border: 1px solid #fff
}

.newsletterGo:hover  img{
    filter: brightness(0)invert(1);
}

#footerSocals {
    position: absolute;
    display: flex;
    width: fit-content;
    align-items: center;
    flex-direction: column;
    overflow: hidden
}

.mediaLink {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1.3rem;
    font-size: 14px;
    padding-right: 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden
}

.mediaLinkImg {
    height: 21px
}

#footerBottom {
    background-color: var(--grey);
    height: 35px;
    color: #fff
}

.rights {
    position: absolute;
    margin-left: 4%;
    font-size: 1.1rem;
    text-align: left;
    line-height: 35px;
    letter-spacing: .03em;
    text-transform: uppercase
}

#emailFooterInput {
    width: calc(100% - 50px);
    border: none;
    padding: 0;
    border-radius: 0;
    height: inherit;
    line-height: 50px;
    font-size: 12px;
    color: var(--base);
    text-indent: 15px;
    font-weight: 300;
    background-color: #fff;
    margin-top: 0px;
}

.columnItem:hover {
    color: #404040
}

input {
    font-weight: 300
}

#emailFooterInput::-webkit-input-placeholder {
    color: var(--green);
    opacity: 1;
    font-weight: 300
}

#emailFooterInput:-moz-placeholder {
    color: var(--green);
    opacity: 1;
    font-weight: 300
}

#emailFooterInput::-moz-placeholder {
    color: var(--green);
    opacity: 1;
    font-weight: 300
}

#emailFooterInput:-ms-input-placeholder {
    color: var(--green);
    opacity: 1;
    font-weight: 300
}

#emailFooterInput::-ms-input-placeholder {
    color: var(--green);
    opacity: 1;
    font-weight: 300
}

a .columnItem::before,.mediaLink::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--blue);
    position: absolute;
    left: -12px;
    top: 6.5px;
    opacity: 0;
    transition: opacity 0.3s
}

a .columnItem:hover::before,.mediaLink:hover::before {
    opacity: 1;
}

.byluna {
    pointer-events: none;
    margin-right: 0
}

.lunaLink {
    display: block;
    overflow: hidden;
    margin-right: 100px;
    width: fit-content;
    float: right;
    height: 100%
}

@media screen and (max-width: 1100px) {
    .columnsContainer {
        width:100%;
        flex-direction: column-reverse;
        margin: auto;
        display: flex
    }

    .adminColumnsContainer {
        flex-direction: column-reverse;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .columnContainer {
        border: none;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        padding-top: 4.5rem;
        height: auto;
        padding-bottom: 0
    }

    .column {
        width: 100%;
        border-bottom: 1px solid var(--grey2);
        padding-bottom: 35px
    }

    .newsletterColumn {
        width: 100%
    }

    .newsletterContainer {
        width: 90%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid var(--grey2)
    }

    .newsletterHeadeing {
        text-align: left;
        font-size: 21px;
        margin-bottom: 20px;
        line-height: 25px
    }

    .newsletterSubheadeing {
        font-size: 15px
    }

    .suscribeNewsContainer {
        height: 45px;
        margin-bottom: 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    #emailFooterInput {
        position: relative;
        width: calc(100% - 30px);
        border: none;
        padding: 0;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: var(--base);
        text-indent: 15px;
        font-weight: 300
    }

    .newsletterGo {
        position: relative;
        right: 0;
        cursor: pointer;
        color: #000;
        background-color: #fff;
        height: 42px;
        text-align: center;
        width: 30px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 45px
    }

    #footerSocals {
        height: auto;
        width: 100%;
        position: relative;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
        margin-top: 20px
    }

    .rights {
        margin-left: 3.5rem;
        height: 100%;
        line-height: 35px
    }

    .mediaLink {
        text-align: center;
        width: fit-content;
        height: 30px;
        line-height: 30px;
        margin-bottom: unset;
        font-size: 16px
    }

    .lunaLink {
        margin-right: 3.5rem
    }

    a .columnItem:hover::before,.mediaLink:hover::before {
        opacity: 0
    }

    #footer {
        z-index: 4;
        border-top: 1px solid var(--grey)
    }
}
