#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%;
    color: var(--base);
    font-size: 1.4rem;
    line-height: 1.8rem;
    flex-direction: row-reverse
}

.adminColumnsContainer {
    width: 75%;
    display: flex;
    border-left: 1px solid #DDD;
    justify-content: center
}

.newsletterSubheadeing {
    text-transform: inherit;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px
}

#footerSocals {
    position: absolute;
    display: flex;
    width: fit-content;
    bottom: 65px;
    align-items: center
}

.mediaLinkImg {
    height: 21px
}

.columnContainer {
    width: calc(90% / 3);
    padding-top: 5rem;
    padding-bottom: 4rem;
    box-sizing: border-box
}

.column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    color: var(--base);
    line-height: 23px;
    font-size: 15px
}

.columnHeading {
    font-weight: 600
}

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

.newsletterColumn {
    width: 50%
}

.newsletterHeadeing {
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    letter-spacing: .03em;
    font-weight: 300;
    font-size: 20px
}

.newsletterContainer {
    width: 70%;
    margin-left: 10%;
    color: var(--base);
    padding-top: 5rem;
    padding-bottom: 4rem
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.1rem;
    height: 40px
}

.newsletterGo {
    position: relative;
    right: 0;
    cursor: pointer;
    height: 100%;
    width: 80px;
    background-color: #000;
    border: 1px solid #000;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase
}

.newsletterGo:hover {
    background-color: #fff;
    color: #000
}

.mediaLink {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin-left: 15px
}

#footerBottom {
    background-color: var(--base)
}

.rights {
    position: absolute;
    margin-left: 9.5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: left;
    line-height: 4.5rem;
    color: var(--white);
    letter-spacing: .03em
}

#emailFooterInput {
    width: calc(100% - 80px);
    border: 1px solid #DDD;
    background-color: #F5F5F5;
    padding: 0;
    border-radius: 2px;
    line-height: 3.5rem;
    font-size: 14px;
    color: var(--green);
    font-weight: 300;
    text-indent: 15px;
    height: 100%
}

.columnItem:hover {
}

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: black;
    position: absolute;
    left: -12px;
    top: 10.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:90%;
        flex-direction: column-reverse;
        margin: auto
    }

    .adminColumnsContainer {
        flex-direction: column;
        width: 100%;
        border-left: none;
        border-top: .5px solid #DDD;
        margin-bottom: 30px
    }

    .columnContainer {
        border: none;
        width: 100%;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }

    .columnHeading {
        font-weight: 600;
        margin-bottom: 15px
    }

    .columnItem {
        margin-top: 6px
    }

    .newsletterColumn {
        width: 100%;
        border-bottom: 1px solid var(--grey)
    }

    .newsletterContainer {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-left: unset
    }

    .newsletterHeadeing {
        text-align: left;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
        font-weight: 600;
        width: 80%
    }

    .newsletterSubheadeing {
        text-transform: inherit;
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 16px;
        line-height: 17px
    }

    .suscribeNewsContainer {
        margin-bottom: 0
    }

    #footerSocals {
        position: relative;
        display: flex;
        width: 100%;
        bottom: 0;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
        font-size: 15px
    }

    .mobileDiv {
        display: flex!important;
        align-items: center;
        width: 30%;
        margin-top: 16px;
        justify-content: space-between
    }

    .rights {
        margin-left: 3.5rem
    }

    .mediaLink {
        text-align: center;
        width: fit-content;
        margin-left: 0
    }

    .mediaLink:first-of-type {
        margin-top: 0rem
    }

    .lunaLink {
        margin-right: 3.5rem
    }

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

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