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

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

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.adminColumnsContainer {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  gap: clamp(28px, 2.8vw, 48px);
  flex-wrap: nowrap;
  min-width: 0;
}

.columnContainer {
  box-sizing: border-box;
  line-height: 21px;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  flex: 0 1 180px;
}

.column {
  width: 100%;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.columnHeading {
  font-weight: 700;
  color: var(--base-aux);
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1;
}
.lineEffectCenter.columnItem::before {
  bottom: 1px;
  background: var(--base-aux);
}

.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;
  color: var(--base-aux);
  font-size: 14px;
  line-height: 18px;
}

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

.newsletterHeadeing {
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--base-aux);
  font-weight: 700;
  margin-bottom: 6px;
}

.newsletterSubheading {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: var(--base-aux);
  font-weight: 400;
  margin-bottom: 24px;
}

.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-weight: var(--groups-font-weight);
    font-style: italic;
}
.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  max-width: 390px;
  flex: 0 0 390px;
}

.newsletterGo.tr-3.btn-2:hover {
    color: var(--base) !important;
}

.topSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(32px, 4vw, 72px);
    width: min(var(--web-container), 100%);
    max-width: 1500px;
    padding: 58px 3vw 42px;
    box-sizing: border-box;
    margin: 0 auto;
}

.footerNewsletterDivider {
  display: none;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  width: 390px;
  height: 40px;
  background: #ffffff;
}

.newsletterGo {
  color: var(--newsletter-color);
  position: absolute;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  right: 0;
  font-weight: 700;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: 0;
}

.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(--base-aux);
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerBottom {
  color: #ffffff;
  height: 48px;
  line-height: 48px;
}

#footerPayments {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 14px 16px;
  box-sizing: border-box;
}

#paymentsDiv {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.paymentLogo {
  display: block;
  height: 34px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

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

#emailFooterInput {
  padding: 0 130px 0 16px;
  border-radius: 0;
  line-height: 49px;
  font-size: 13px;
  color: #2f3b46;
  font-weight: 400;
  background: #ffffff;
  width: 100%;
  border: none;
}

#emailFooterInput::-webkit-input-placeholder {
  color: #7f8a95;
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  color: #7f8a95;
  opacity: 1;
}

#emailFooterInput::-moz-placeholder {
  color: #7f8a95;
  opacity: 1;
}

#emailFooterInput:-ms-input-placeholder {
  color: #7f8a95;
  opacity: 1;
}

#emailFooterInput::-ms-input-placeholder {
  color: #7f8a95;
  opacity: 1;
}

.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) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }
  .topSection {
    flex-direction: column;
    gap: 0;
    padding-top: 0px;
    padding: 0px 4vw;
    width: 92%;
}


  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    gap: 0px;
  }

  .columnContainer {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    flex: 0 0 auto;
  }

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

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

  .newsletterContainer {
    width: 100%;
    padding-top: 40px;
    max-width: 600px;
    flex: 0 0 auto;
  }

  .footerNewsletterDivider {
    display: block;
    width: 100%;
    height: 0;
    margin: 40px 0 0;
    border: 0;
    border-top: 1px solid var(--base-aux);
  }

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

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

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

  .rights {
    margin-left: 4vw;
    line-height: 48px;
  }

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }

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

  .lunaLink {
    margin-right: 4vw;
  }

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

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 100%;
  }

  #footerPayments {
    overflow: visible;
  }

  #paymentsDiv {
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }
}
