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

#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: #FCFBF9;
}

.columnsContainer {
  display: flex;
  flex: 2 1 600px;
  width: auto;
  margin-right: calc(calc(100% - var(--web-container)) / 2);
  justify-content: flex-end;
}

.adminColumnsContainer {
  width: 78%;
  display: flex;
  justify-content: flex-end;
  gap: 48px;
}

.columnContainer {
  flex: 0 0 auto;
  width: max-content;
  padding: 65px 10px 65px;
  box-sizing: border-box;
  line-height: 21px;
}

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

.columnHeading {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.lineEffectCenter.columnItem::before {
  bottom: 0px;
}

#footer a .columnItem.lineEffectCenter::before {
  background: var(--base);
  height: 1px;
}

#footer a .columnItem.lineEffectCenter:hover::before {
  width: 100%;
  left: 0;
}

.columnItem {
  -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;
  margin: 4px 0 0;
  color: var(--base);
  align-items: flex-start;
  white-space: nowrap;
}

.newsletterColumn {
  flex: 1 1 300px;
  width: auto;
  margin-left: calc(calc(100% - var(--web-container)) / 2);
  background: #FCFBF9;
  color: #0A0A0A;
}

.footerLogo {
  display: block;
  width: 68px;
  height: auto;
  margin: 0 0 20px;
}

.newsletterHeadeing {
  margin-bottom: 26px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: var(--letter-spacing);
}

.newsletterHeadeing strong {
  font-style: italic;
}

.newsletterHeadeing img {
  -webkit-filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%);
  filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%);
}
.newsLetterSpan {
  font-style: italic;
}
.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 55px 0 40px;
}
.newsletterGo.tr-3.btn-2:hover {
  color: var(--newsletter-color) !important;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--base);
  border-radius: 0;
}

.newsletterGo {
  color: var(--secondary);
  position: absolute;
  padding-right: 4px;
  padding-left: 15px;
  cursor: pointer;
  display: flex;
  height: 100%;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  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;
}

.footerTop {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
}

#footerBottom {
  width: 100%;
  flex-basis: 100%;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid var(--grey);
  clear: both;
  padding-bottom: 20px;
}

.rights {
  position: absolute;
  font-size: 13px;
  text-align: left;
  line-height: 48px;
  color: var(--base);
  letter-spacing: var(--letter-spacing);
  margin-left: calc(calc(100% - var(--web-container)) / 2);
}

#emailFooterInput {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  line-height: 32px;
  font-size: 14px;
  color: var(--base);
  font-weight: 400;
  width: 395px;
  /* text-indent: 15px; */
}

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

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

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

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

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

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

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

@media screen and (max-width: 1100px) {
  #footer {
    flex-direction: column;
  }

  .columnsContainer {
    flex: none;
    width: 100%;
    margin-right: 0;
    flex-direction: column-reverse;
  }

  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 40px;
    gap: 30px;
  }

  .columnContainer {
    width: 100%;
    text-align: left;
    padding: 0;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
  }

  .columnContainer:last-of-type {
    border: none;
  }

  .newsletterColumn {
    flex: none;
    width: 100%;
    margin: 0 auto;
  }

  .newsletterContainer {
    width: 90%;
    margin: auto;
    padding-top: 40px;
    max-width: 600px;
  }

  .newsletterHeadeing {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .newsletterHeadeing img {
    max-width: 150px;
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

  .rights {
    line-height: 48px;
  }

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }

  .mediaLink:first-of-type {
    margin-top: 20px;
  }

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

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 95%;
  }
}
