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

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #F4E8DB;
  overflow: hidden;
  z-index: 2;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.adminColumnsContainer {
  width: var(--web-container);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #596840;
}

.columnContainer {
  width: auto;
  padding: 64px 0;
  box-sizing: border-box;
  line-height: 21px;
}

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

.columnHeading {
  color: var(--secondary);
  margin-bottom: 15px;
  font-family: "BookAntiqua";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}

.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: 4px 0 0;
  color: var(--base);
  line-height: 28px;
}

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

.newsletterHeadeing {
  margin-bottom: 50px;
  font-family: "BookAntiqua";
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 53.04px;
  text-align: left;
  color: #596840
}

.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: var(--web-container);
  margin: 0 auto;
  padding: 66px 0;
}

.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-radius: var(--border-radius);
}

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

#footer .headerRow {
  margin: 15px auto 25px
}

#footer #headerLogoContainer img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(13%) saturate(1092%) hue-rotate(41deg) brightness(95%) contrast(88%);
  margin-left: -3%;
}

#footer .headerLink {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: var(--base);
}

#footer a.socialItem {
  display: flex;
  gap: 12px;
  align-items: center;
  align-content: center;
}

#footer a.socialItem img {
  padding-top: 4px;
}

#footer .headerCol .btn-1 {
  display: none !important;
}

#footerBottom {
  height: 48px;
  line-height: 48px;
  background: #596840;
}

.rights {
  position: absolute;
  font-size: 12px;
  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);
  font-weight: 400;
  width: 530px;
  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;
  filter: invert(1);
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: var(--web-container);
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
    padding: 0;
    border: none;
  }

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

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

  .columnHeading {
    font-size: 28px;
    line-height: 32px;
  }

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

  .newsletterContainer {
    padding: 30px 0 0;
  }

  .newsletterHeadeing {
    margin-bottom: 70px;
    margin-top: 10px;
    font-size: 32px;
    line-height: 34px;
  }

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

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

  .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%;
  }

  #footer .headerRow {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid var(--base);
    padding: 25px 0 40px;
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  #footer .headerRow .headerCol {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #footer #headerLogoContainer img {
    text-align: center;
    margin-left: 0;
    width: 100%;
    max-width: 178px;
  }


  #footer .categoriesContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
    align-items: center;
    justify-items: center;
    flex-direction: column;
  }
}