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

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 70px;
    height: auto;
    background: var(--white);
    overflow: hidden;
    z-index: 3;
    color: var(--black)
}

.columnsContainer {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-top: 1px solid #D6D6D6;
    flex-direction: column
}

.adminColumnsContainer {
    width: 75%;
    display: flex
}

.columnContainer {
    width: calc(100% / 2);
    box-sizing: border-box
}

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

.columnHeading {
    font-size: 17px;
    margin-bottom: 25px;
    letter-spacing: 1px
}

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

.newsletterColumn {
    width: 100%;
    border-bottom: 1px solid #D6D6D6
}

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

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

.bottomFooterContainer {
    display: flex;
    padding: 50px 3.5%;
    justify-content: space-between;
    align-items: center
}

.logoFooter img {
    width: 100px
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 30px;
    border-bottom: 1px solid #000;
    margin-left: 25%;
}

.columnItem.conoceMas .lineEffectCenter::before {
    width: 100%;
    left: 0px;
    top: 20px;
}

.columnItem.conoceMas.lineEffectCenter:hover::before {
    left: 0px;
    width: 100%;
    top: 20px;
}

.columnItem.conoceMas.lineEffectCenter {width: fit-content;}

.newsletterGo {
    position: absolute;
    right: 0;
    cursor: pointer;
    height: calc(100% - 2px);
    /* border: 1px solid var(--white); */
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    font-size: 12px;
}

.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: absolute;
    display: flex;
    margin-top: 2rem;
    width: 6rem;
    justify-content: space-between
}

.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;
    background-color: var(--white)
}

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

#emailFooterInput {
    width: 100%;
    border: 1px solid var(--white);
    padding: 0;
    line-height: 2.5rem;
    font-size: 14px;
    background-color: transparent
}

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

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

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

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

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

a .columnItem::before,.mediaLink::before {
    /* content: ""; */
    width: 0px;
    height: 1px;
    border-radius: 0px;
    background: black;
    position: absolute;
    /* left: -12px; */
    top: 6.5px;
    /* opacity: 0; */
    /* transition: opacity 0.3s; */
}
.columnItem.lineEffectCenter:hover::before {
    top: 20px;
}

.columnItem.lineEffectCenter::before {
    top: 20px;
}


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: 1rem
    }

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

    img.cart {
        height: 17px
    }

    .bottomFooterContainer {
        flex-direction: column;
        padding-bottom: 0;
        color: black;
    }

    .logoFooter {
        margin-bottom: 20px
    }

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

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

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

    .newsletterHeadeing {
        max-width: unset;
        font-size: 27px;
        line-height: 32px;
        text-align: center;
        margin: 1rem auto 2.8rem;
        width: fit-content;
        font-family: "baskerville";
        letter-spacing: 0px;
    }

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

    #emailFooterInput {
        width: 100%;
        border: 1px solid var(--white);
        padding: 0;
        line-height: 4rem;
        font-size: 1.2rem;
        color: var(--base);
        font-weight: 300
    }

    .newsletterGo {
        line-height: 4rem
    }

    .rights {
        margin-left: 7.5%
    }

    .column {
        width: 85%
    }

    .columnHeading {
        margin-bottom: 2.3rem;
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center
    }

    .columnItem {
        margin-top: 1rem;
        margin-bottom: .5rem;
        text-align: center;
        margin: 1rem auto 0.5rem;
    }

    .mediaContainer {
        position: absolute;
        display: flex;
        margin-bottom: 6rem;
        padding-top: 0rem;
        flex-direction: row;
        align-items: center;
        padding: 0
    }

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