#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;
  margin: auto;
  color: #fff;
}

.columnsContainer {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: start;
}

.adminColumnsContainer {
  width: fit-content;
  display: flex;
  justify-content: center;
}

.columnContainer {
  box-sizing: border-box;
  line-height: 21px;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  display: flex;
  gap: 20px;
  letter-spacing: 1px;
}

.columnHeading {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: var(--button-line-height);
  display: none;
}
.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: 0px auto 0;
  /* color: var(--base); */
}
.columnItem:hover {
  /* opacity: 0.5; */
}
    
.newsletterColumn {
  width: 92%;
  margin: auto;
  background: var(--newsletter-color);
  color: var(
  --base-aux);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
  border-top:1px solid #5A5A5A;
  gap: 10%;
}
.joinTitle {
    /* margin-bottom: 34px; */
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: var(--title-line-height);
    letter-spacing: var(--letter-spacing);
}

a.joinBtn {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: var(--title-line-height);
    letter-spacing: var(--letter-spacing);
    padding: 9px 32px;
    border: 1px solid #fff;
    margin-top: 26px;
    margin-bottom: 20px;
}
a.joinBtn:hover {
  background:#fff;
  color:#000;
}
.fotterInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 4% 5rem;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
}
.newsletterHeadeing {
  /* margin-bottom: 38px; */
  /* margin-top: 26px; */
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  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: 30%;
  /* margin: auto; */
  /* padding: 55px 20px 40px; */
}
.join {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.newsletterGo.tr-3.btn-2:hover {
    opacity: 0.5;
    color: #FFF !important;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 28px;
}

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

.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 {
  width: 92%;
  height: auto;
  line-height: 48px;
  border-top: 1px solid #5A5A5A;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5A5A5A;
  margin-bottom: 2rem;
  padding: 4px 0;
}
.boxRights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.rights {
  position: relative;
  font-size: var(--body-font-size);
  text-align: left;
  line-height: 48px;
  width: fit-content;
  letter-spacing: var(--letter-spacing);
  font-weight: var(--groups-font-weight);
}

#emailFooterInput {
  padding: 0;
  line-height: 54px;
  font-size: var(--base-font-size);
  color: #ffffff;
  font-weight: 400;
  width: 530px;
  background: #000;
  text-indent: 25px;
  border: 1px solid #ffffff;
}

#emailFooterInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

#emailFooterInput:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}

#emailFooterInput::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}

#emailFooterInput:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

#emailFooterInput::-ms-input-placeholder {
  color: #fff;
  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;
  filter: invert(1);
}

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

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

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

  .columnContainer:last-of-type {
    border: none;
    padding: 10px 0;
  }

  .newsletterColumn {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    padding: 0;
  }
.fotterInfo {
    max-width: 314px;
    margin: 2rem auto;
    text-align:center;
    font-size: 16px;
    line-height: 22px;
}
  #footerBottom {
  width: 88%;
  flex-direction: column;
  border-bottom: none;
  margin-bottom: 1rem;
}
  
.column {
flex-direction:column
}
  .newsletterContainer {
    width: 90%;
    padding-top: 40px;
    max-width: 600px;
  }
.join {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    margin-top: 1rem;
}
  .newsletterHeadeing {
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: var(--letter-spacing);
  }

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

  .suscribeNewsContainer {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .rights {
    line-height: 48px;
  }

  #emailFooterInput {
    width: 100%;
  }
.newsletterGo.tr-3.btn-2:hover {
    opacity: 1;
    color: #FFF !important;
}
  .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%;
  }
}
