#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;
  border-top: 1px solid #707270;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: end;
}

.adminColumnsContainer {
  width: 96%;
  display: flex;
  justify-content: space-between;
}

.columnContainer {
  width: fit-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: auto;
  text-align: left;
}

.columnHeading {
  font-weight: 700;
  color: #707270;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.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 0 14px;
  color: #707270;
}
.footerTop {
    display: grid;
    width: 91%;
    margin: auto;
    grid-template-columns: 38% 62%;
}
.newsletterColumn {
  width: 100%;
  background: #FFFFFF;
  color: #707270;
  border-right: 1px solid #707270;
}

.newsletterHeadeing {
  margin-bottom: 0;
  text-align: left;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: var(
  --letter-spacing);
}
.newsletterSubtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 26px;
    color: #707270;
}
.methodPayment {
    display: flex;
    gap: 30px;
    margin: 16px 0;
}

.methodPayment img {
    width: 47px;
    height: 47px;
}

.footerMid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin: auto;
    align-items: center;
    border-top: 1px solid #707270;
}
.footerMidText {
    color: #707270;
    width: 100%;
    max-width: 347px;
}
#footer span {
    font-weight: 600;
}
a.Social {
    font-weight: 600;
    cursor: pointer;
}
a.Social:hover {
    text-decoration: underline;
}
.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: 85%;
  margin: auto;
  margin-left: 0;
  padding: 60px 0px 80px;
}
.newsletterGo.tr-3.btn-2:hover {
    opacity: 0.7;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.newsletterGo {
  color: #707270;
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  right: 0;
  font-weight: 500;
  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;
  line-height: 48px;
  background: #63AE32;
  color: #FDFDFB;
}

.rights {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 48px;
  color: #FDFDFB;
  letter-spacing: var(--letter-spacing);
  margin-left: calc(calc(100% - 90%) / 2 );
}

#emailFooterInput {
  padding: 0;
  border-radius: 12px;
  line-height: 50px;
  font-size: var(--base-font-size);
  color: #000000;
  font-weight: 400;
  width: 100%;
  /* max-width: 530px; */
  text-indent: 15px;
  background: #F7F7F7;
}

#emailFooterInput::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput:-moz-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput::-moz-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput:-ms-input-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput::-ms-input-placeholder {
  color: #000000;
  opacity: 0.7;
}



.byluna {
  pointer-events: none;
  margin-right: 0;
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: calc(calc(100% - 90%) / 2 );
  width: fit-content;
  float: right;
  margin-top: 10px;
  height: 30px;
}

.lineEffectCenter::before {
  content: "";
  background: #707270;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1), width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.columnItem.lineEffectCenter:hover {
    color: var(--secondary);
    font-style: italic;
}

.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
  background: var(--secondary);
}
.lineEffectCenter.columnItem::before {
    bottom: 0px;
}

.columnItem.lineEffectCenter.headerShowLogin {
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }
  .column {
  width: 100%;
}
  .footerMid {
    flex-direction:column;
    margin: 0px auto;
    padding: 30px 5%;
}
  .methodPayment {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin: 16px 0 0;
    justify-content: center;
}
.footerTop {

grid-template-columns: 1fr;

/* border-top: 1px solid #707270; */

/* border-bottom: 1px solid #707270; */
}
  .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;
  }

  .newsletterColumn {
    width: 100%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #707270;
  }

  .newsletterContainer {
    width: 100%;
    padding: 40px 0;
    max-width: 600px;
  }

  .newsletterHeadeing {
  }

  .newsletterHeadeing img {
    max-width: 150px;
  }

  .suscribeNewsContainer {
    margin-bottom: 20px;
  }

  .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%;
  }
}
