#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;
}

.columnsContainer {
  display: flex;
  width: 100%;
  color: var(--base-aux);
  justify-content: center;
}

.adminColumnsContainer {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 130px;
}
.topFooter {
    display: flex;
    flex-direction: row-reverse;
    background: var(--secondary);
    padding: 30px 0px;
}

.columnContainer {
  width: calc(82% / 3);
  box-sizing: border-box;
  line-height: 21px;
}

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

.columnHeading {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
  line-height: var(--button-line-height);
}
.lineEffectCenter.columnItem::before {
    bottom: 0px;
}
.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: 8px 0px;
}

.newsletterColumn {
  width: 100%;
  color: var(
  --base-aux);
  display: flex;
  justify-content: space-between;
  width: fit-content;
  padding: 0px 2.5%;
}

.newsletterHeadeing {
  margin-bottom: 5px;
  text-align: center;
  text-align: left;
  font-size: var(--title-font-size);
  line-height: var(
  --title-line-height);
  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-weight: var(--groups-font-weight);
    /* font-style: italic; */
}
.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 55px 20px 40px;
}
.newsletterGo.tr-3.btn-2:hover {
    color: var(--base-aux) !important;
    font-weight: 600;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  width: 500px;
  margin-bottom: 20px;
  height: 45px;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}

.newsletterGo {
  color: var(--base-aux);
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  right: 0;
  font-weight: 100;
  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;
}

#footerBottom {
  height: 48px;
  background: var(--base);
  line-height: 48px;
}

.rights {
  position: absolute;
  font-size: 13px;
  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;
  border-radius: 0;
  line-height: 60px;
  font-size: var(--base-font-size);
  color: var(
  --base-aux);
  font-weight: 400;
  text-indent: 15px;
  width: 500px;
  background-color: #fcfcfc42;
}

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

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

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

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

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



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

.lunaLink {
  filter: brightness(10);
  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: calc(100% - 40px);
    margin: auto;
    flex-direction: column-reverse;
  }

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

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

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

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

  .newsletterContainer {
    width: 100%;
    padding: 20px;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0px;
  }

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

.topFooter {
    padding: 0px;
    flex-direction: column;
}

.column {
    margin-left: 0px;
}

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

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

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

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }

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

  .lunaLink {
    margin-right: 35px;
  }

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

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 95%;
  }
}
