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

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--web-background);
  overflow: hidden;
  z-index: 2;
}

.footerMain {
  width: 100%;
  min-height: 290px;
  background: var(--newsletter-color);
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  gap: 70px;
  box-sizing: border-box;
  padding: 49px calc((100% - var(--web-container)) / 2) 62px;
}

.newsletterColumn {
  width: 100%;
  color: var(--base);
}

.newsletterContainer {
  width: 100%;
  /* max-width: 330px; */
}

.newsletterHeadeing {
  font-family: 'Akzidenz-Grotesk BQ Extended';
  margin: 0 0 4px;
  color: var(--base);
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
}

.newsletterSubheading {
  margin-bottom: 34px;
  color: var(--base);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.suscribeNewsContainer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 70%;
  /* padding: 10px; */
  border-bottom: 1px solid var(--lighter-base);
}

#emailFooterInput {
  width: 100%;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--base);
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-indent: 0;
  font-weight: 300;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput::-moz-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
}

.suscribeNewsContainer .newsletterGo.btn-2,
.newsletterGo {
  height: 32px;
  padding: 0;
  color: var(--base);
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
}

.suscribeNewsContainer .newsletterGo.btn-2:hover {
  color: var(--base) !important;
  background: transparent;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.adminColumnsContainer {
  width: 100%;
  max-width: 560px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}

.columnContainer {
  width: auto;
  min-width: 110px;
  padding: 0;
  box-sizing: border-box;
  line-height: 16px;
}

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

.columnHeading {
  margin-bottom: 16px;
  color: var(--base);
  font-size: var(--base-font-size);
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

.lineEffectCenter.columnItem::before {
  bottom: 0;
}

.columnItem {
  position: relative;
  width: fit-content;
  margin: 0 0 2px;
  color: var(--base);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: color 0.3s;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 13px;
  transition: color 0.3s;
}

.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 {
  height: 52px;
  line-height: 52px;
  background: var(--secondary);
  font-size: var(--body-font-size);
  font-weight: 400;
}

.rights {
  position: absolute;
  margin-left: calc((100% - var(--web-container)) / 2);
  color: var(--button-font-color);
  font-size: var(--body-font-size);
  line-height: 52px;
  font-weight: 300;
  letter-spacing: var(--letter-spacing);
  text-align: left;
}

.byluna {
  pointer-events: none;
  display: block;
  width: 78px;
  height: auto;
  margin-right: 0;
}

.lunaLink {
  display: block;
  overflow: hidden;
  width: fit-content;
  height: 52px;
  float: right;
  margin-top: 12px;
  margin-right: calc((100% - var(--web-container)) / 2);
}

@media screen and (max-width: 1100px) {
  .footerMain {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 38px calc((100% - var(--web-container)) / 2) 45px;
  }

  .newsletterContainer {
    max-width: 480px;
  }

  .columnsContainer {
    justify-content: flex-start;
  }

  .adminColumnsContainer {
    max-width: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 60px;
  }

  .columnContainer {
    min-width: 130px;
  }

  .rights {
    margin-left: calc((100% - var(--web-container)) / 2);
  }

  .lunaLink {
    margin-right: calc((100% - var(--web-container)) / 2);
  }

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

  #footer {
    z-index: 4;
  }
}

@media screen and (max-width: 768px) {
  .footerMain {
    padding-top: 32px;
    margin-top: 10px;
  }

  .newsletterHeadeing {
    font-size: 19px;
    line-height: 28px;
  }

  .newsletterSubheading {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .adminColumnsContainer {
    flex-direction: column;
    gap: 24px;
  }

  .columnContainer {
    width: 100%;
    min-width: 0;
  }

  #footerBottom {
    /* height: auto; */
    min-height: 36px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 12px calc((100% - var(--web-container)) / 2);
    box-sizing: border-box;
  }

  .suscribeNewsContainer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  /* padding: 10px; */
  border-bottom: 1px solid var(--lighter-base);
}

  .rights {
    position: static;
    margin-left: 0;
    line-height: 30px;
    font-weight: 300;
  }

  .lunaLink {
    float: none;
    margin: 0;
    width: 100%;
  }
}
