#footerDummy {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    background: var(--white);
    overflow: hidden;
    z-index: 3;
    color: var(--text);
    border-top: 1px solid var(--base);
}

.columnsContainer {
    display: flex;
    width: 95%;
    margin: auto;
}

.adminColumnsContainer {
    width: calc(75% - 3rem);
    display: flex;
    justify-content: flex-end;
    font-family: var(--font2);
}

.columnContainer {
    width: calc((100% / 4) + 20px);
    padding: 6.5rem 0rem 4rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
    margin: 0 10px;
}

.column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin: auto;
    margin-top: 0;
}

.columnHeading {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 3.5rem;
}

.columnItem {
    margin-top: 1.3rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    width: -webkit-fit-content;
    font-size: 14px;
    width: -moz-fit-content;
    font-weight: 400;
    width: fit-content;
}

.newsletterColumn {
    width: 25%;
    margin-right: 3rem;
}

.newsletterHeadeing {
    width: 28rem;
    font-family: var(--font3);
    color: var(--text);
    margin-bottom: 2.5rem;
    font-size: 34px;
    line-height: 4.4rem;
    font-weight: 200;
    letter-spacing: 1px;
}

.newsletterContainer {
    width: 100%;
    margin: auto;
    padding: 4.5rem 0 0rem;
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
}

.newsletterGo {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletterGo:hover {
    font-weight: 600;
}

.mediaLink {
    position: relative;
    display: block;
    width: auto;
    float: left;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    margin-right: 3rem;
    font-weight: 700;
}

.mediaLink:hover {
    color: var(--darkGrey);
}

.paymentTypesContainer {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
}

#footerBottom {
    background-color: var(--white);
    color: var(--base);
    border-top: 1px solid var(--base);
}

.rights {
    position: absolute;
    margin-left: 2.5%;
    font-size: 13px;
    font-weight: 200;
    text-align: left;
    line-height: 4.5rem;
    letter-spacing: 0.03em;
    width: 90%;
    align-items: center;
}

#emailFooterInput {
    border: none;
    border-bottom: 1px solid #9d9d9d;
    padding: 0;
    border-radius: 0;
    line-height: 3.5rem;
    font-family: var(--font2);
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    min-width: 31rem;
}

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

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

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

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

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

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

.lunaLink {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 2.5%;
    width: fit-content;
    float: right;
    height: 100%;
}

.columnItem.lineEffectLeft::after,
.columnItem a.lineEffectLeft::after {
    background: var(--base);
    bottom: -4px;
}

@media screen and (max-width: 1100px) {
    .newsletterContainer {
        width: 100%;
        margin: 0 auto;
        padding-top: 4rem;
        padding-bottom: 1.5rem;
    }

    .suscribeNewsContainer {
        margin-bottom: 0rem;
    }

    .rights {
        line-height: 4.8rem;
        margin-left: 5%;
    }
    .lunaLink {
        margin-right: 5%;
    }
    .mediaLink {
        text-align: left;
        font-weight: 400;
        width: 100%;
        margin-bottom: 2rem;
    }

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

    #footer {
        z-index: 4;
    }

    .paymentTypesImages {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .columnHeading {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 3rem;
    }
    .columnsContainer {
        flex-direction: column;
    }
    .column {
        width: 100%;
    }

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

    #emailFooterInput {
        width: 100%;
        min-width: unset;
        border-bottom: 1px solid #9d9d9d;
    }

    .newsletterColumn {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid var(--grey);
    }

    .newsletterHeadeing {
        max-width: 29rem;
        font-size: 34px;
    }

    .adminColumnsContainer {
        flex-direction: column;
        width: 100%;
        font-size: 15px;
        margin-bottom: 4rem;
    }
}
