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

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: var(--primary);
    overflow: hidden;
    z-index: 3;
    color: var(--white)
}

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

.adminColumnsContainer {
    width: 100%;
    display: flex;
    border-top: 1px solid #ffffff8c
}

.columnContainer:nth-child(1),.columnContainer:nth-child(4) {
    width: calc(100% / 3)
}

.columnContainer {
    width: calc(100% / 2);
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
    border-left: 1px solid #ffffff8c;
    height: 100%
}

.columnContainer:nth-child(4) .columnItem {
    display: none
}

.column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.columnHeading {
    font-weight: 400;
    font-family: "Vollkorn";
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 25px
}

.columnItem {
    margin-top: 2rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    font-weight: 100;
    font-size: 13px;
}

.newsletterColumn {
    width: 100%
}

.newsletterHeadeing {
    font-size: 32px;
    line-height: 32px;
    font-family: "Vollkorn";
    font-weight: 400;
    margin-bottom: 1.5rem;
    width: 100%;
    letter-spacing: 1px;
    margin-top: 1rem;
    text-align: center
}

.newsletterContainer {
    width: 35%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    margin-top: 30px;
    margin: 0 auto
}

.newsletterGo {
    position: absolute;
    right: 0;
    width: fit-content;
    height: calc(100% - 2px);
    border: navajowhite;
    line-height: 4.5rem;
    text-align: center;
    background-color: transparent;
    color: var(--red);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer
}

.newsletterGo:hover {
    background-color: var(--red);
    color: var(--white)
}

.mediaLink {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 1rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.mediaContainer {
    position: relative;
    display: flex!important;
    margin-top: 2rem;
    width: 8rem;
    justify-content: space-between;
    height: 6.6rem
}

.mediaContainer img {
    width: 30px
}

.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 {
    text-transform: uppercase;
    border-top: 1px solid #ffffff8c
}

.rights {
    position: absolute;
    margin-left: 2.5%;
    font-size: 1.1rem;
    text-align: left;
    line-height: 4.5rem;
    letter-spacing: .03em
}

#emailFooterInput {
    width: 100%;
    border-bottom: 1px solid #ffffff8c;
    padding: 0;
    border-radius: 0;
    line-height: 4.5rem;
    font-size: 1.2rem;
    color: var(--white);
    font-weight: 300;
    text-indent: 20px;
    background-color: transparent
}

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

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

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

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

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

a .columnItem::before,.mediaLink::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--white);
    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: 2.5%;
    width: fit-content;
    float: right;
    height: 100%
}

.lastColumn {
    border-left: .5px solid #000
}

@media screen and (max-width: 1100px) {
    .columnsContainer {
        width:100%;
        flex-direction: column;
        font-size: 14px
    }

    .adminColumnsContainer {
        flex-direction: column;
        width: 100%;
        border-top: none;
        margin-bottom: 0;
        align-items: center
    }

    .columnContainer:nth-child(1),.columnContainer:nth-child(4) {
        width: 95%
    }

    .columnContainer {
        border-top: .5px solid #fff;
        border-left: unset;
        width: 95%;
        padding-top: 2.5rem;
        padding-bottom: 2rem;
        text-align: center
    }

    .lastColumn {
        border-top: 1px solid #000;
        margin: 2rem 0
    }

    .newsletterColumn {
        width: 85%;
        margin: 0 auto
    }

    .newsletterContainer {
        width: 100%;
        padding-top: 4rem;
        padding-bottom: 3.5rem;
        display: flex;
        flex-direction: column;
        margin-left: unset;
        align-items: center
    }

    .newsletterHeadeing {
        max-width: unset;
        font-size: 33px;
        line-height: 32px;
        text-align: center;
        width: 90%;
        margin-bottom: 1.8rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 100
    }

    .suscribeNewsContainer {
        margin-bottom: 0;
        width: 100%
    }

    #emailFooterInput {
        width: 100%;
        border-bottom: 1px solid var(--white);
        padding: 0;
        /* border-radius:30px; */
        line-height: 4rem;
        font-size: 1.2rem;
        color: var(--base);
        background: transparent;
        font-weight: 300;
        text-indent: 5px;
    }

    .newsletterGo {
        line-height: 4rem;
        text-transform: capitalize;
    }

    .rights {
        margin-left: 7.5%
    }

    .column {
        width: 85%
    }

    .columnHeading {
        margin-bottom: 2.3rem;
        font-size: 21px;
        letter-spacing: 1px
    }

    .columnItem {
        margin-top: 1rem;
        margin-bottom: .5rem
    }

    .mediaContainer {
        position: relative;
        display: flex;
        margin-top: 2rem;
        justify-content: center;
        gap: 10px;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        height: unset;
        padding-left: unset
    }

    .mediaLink {
        width: fit-content
    }

    .mediaLink img {
        text-align: left;
        width: fit-content
    }

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

    .lunaLink {
        margin-right: 5%
    }

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

    #footer {
        z-index: 4
    }

    .paymentTypesImages {
        width: 95%
    }
}
