#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: 3;
  margin-top: 35px;
}

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

.adminColumnsContainer {
  width: 75%;
  display: flex;
}

.columnContainer {
  width: calc(100% / 3);
  padding: 55px 10px 30px;
  box-sizing: border-box;
  line-height: 21px;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  color: var(--base);
}
.newsletterHeadeing .italic {
    font-style: italic;
}
.columnHeading {
  font-weight: 700;
  margin-bottom: 20px;
}

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

.newsletterColumn {
  width: 100%;
  background: var(--third);
  color: white;
}

.newsletterHeadeing {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

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

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 65px 20px 55px;
}

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

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

.newsletterGo.btn-2.tr-3 {
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  right: 0;
  font-weight: 700;
  background: white;
  color: var(--base);
  opacity: 1;
  font-size: 13px;
  border: unset;
  top: 0px;
  height: 100%;
  line-height: 50px;
}

.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: white;
}

.rights {
  position: absolute;
  margin-left: 2.5%;
  font-size: 13px;
  text-align: left;
  line-height: 48px;
  color: black;
  letter-spacing: 0.03em;
}

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 50px;
  font-size: 14px;
  color: var(--base);
  font-weight: 300;
  width: 620px;
  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;
}

a .columnItem::before,
.mediaLink::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--base);
  position: absolute;
  left: -12px;
  top: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}

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

.byluna {
  pointer-events: none;
  margin-right: 0;
  filter: invert(1);
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 2.5%;
  width: fit-content;
  float: right;
  margin-top: 6px;
  height: 37px;
}

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

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

  .columnContainer {
    border-bottom: 1px solid #4B4B4D;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 14px;
  }

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

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

  .newsletterContainer {
    width: 90%;
    padding-top: 40px;
    max-width: 600px;
  }

  .newsletterHeadeing {
    max-width: unset;
    font-size: 25px;
    width: 70%;
    margin: auto;
    line-height: 32px;
    margin-bottom: 20px;
  }

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

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

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

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }
div#footerBottom {
    /* border-top: 1px solid var(--lighter-base); */
}
  .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%;
  }

  .newsletterGo.btn-2.tr-3 {
    margin: 0;
  }
}
