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

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

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

.adminColumnsContainer {
  width: calc(75% - 3rem);
  display: flex;
}

.columnContainer {
  width: calc(100% / 4);
  padding: 3.5rem 0rem 4rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

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

.columnHeading {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 4.1rem;
  margin-bottom: 1.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;
  width: -moz-fit-content;
  width: fit-content;
}

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

.newsletterHeadeing {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

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

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 7rem;
  border-bottom: 1px solid var(--secondary);
}

.newsletterGo {
  position: absolute;
  right: 0;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

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

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

#emailFooterInput {
  border: none;
  border-bottom: 1px solid var(--base);
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 1.3rem;
  font-weight: 300;
  width: 100%;
  min-width: 31rem;
  background: var(--base);
}

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

#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 {
  pointer-events: none;
  margin-right: 0;
}

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

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

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

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

  .columnHeading {
    margin-top: 0;
    font-size: 22px;
  }

  .columnContainer {
    border: none;
    border-bottom: 1px solid var(--grey);
    width: 100%;
    text-align: left;
    padding: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .newsletterContainer {
    width: 90%;
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .newsletterHeadeing {
    max-width: unset;
  }

  .suscribeNewsContainer {
    margin-bottom: 5rem;
  }

  .rights {
    line-height: 4.8rem;
  }

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

  .column {
    width: 90%;
  }

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