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

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: center;
  border-top: 1px solid var(--secondary);
  color: var(--white);
  background: var(--base);
}

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

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

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

.columnHeading {
  font-weight: 600;
  margin-bottom: 13px;
  font-size: 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: 10px auto 0;
  font-weight: 300;
  font-size: 13px;
}

.adminColumnsContainer .columnItem.has-link:hover {
  color: var(--secondary);
}

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

.newsletterHeadeing {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--secondary-font-family)
}

.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: 40px 20px 40px;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid var(--secondary);
  width: auto;
}

.newsletterGo {
  position: absolute;
  cursor: pointer;
  right: 0;
  height: 100%;
  filter: invert(1);
}

.newsletterGo:hover {
  font-weight: 900
}

.socialMediaContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px 25%;
  padding-top: 30px;
}

.socialMediaIcons {
  filter: invert(1);
}

.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: 45px;
  line-height: 31px;
  background: var(--secondary);
}

.rights {
  position: absolute;
  margin-left: 2.5%;
  font-size: 13px;
  text-align: left;
  line-height: 48px;
  color: var(--base);
  letter-spacing: .03em;
  font-weight: 300
}

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 45px;
  font-size: 14px;
  color: var(--white);
  font-weight: 300;
  width: 450px;
  text-indent: 15px;
  background: var(--base);
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--white);
  opacity: .7
}

#emailFooterInput:-moz-placeholder {
  color: var(--base);
  opacity: .7
}

#emailFooterInput::-moz-placeholder {
  color: var(--base);
  opacity: .7
}

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

#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: .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
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 3%;
  width: fit-content;
  float: right;
  margin-top: 10px;
  height: 55%;
}

.LogoNewsletter {
  display: none;
}

.facebookImg {
  width: 12px;
}

.instaImg {
  width: 20px;
}

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

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

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

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

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

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

  .newsletterHeadeing {
      max-width: unset;
      font-size: 29px;
      line-height: 32px;
      margin-bottom: 20px;
      /* display: none; */
  }

  .newsletterHeadeing img {
      max-width: 150px
  }

  .suscribeNewsContainer {
      margin-bottom: 0
  }

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

  #emailFooterInput {
      width: 100%
  }

  .mediaLink {
      text-align: left
  }

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

  .lunaLink {
      margin-right: 15px;
  }

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

  #footer {
      z-index: 4
  }

  .paymentTypesImages {
      width: 95%
  }
}

@media screen and (max-width: 768px) {
  .LogoNewsletter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .newsletterHeadeing {
    display: none;
  }

  .LogoNewsletter img {
    width: 30%;
    margin: 25px 0px;
  }

  .facebookImg {
    width: 20px;
    height: 20px;
  }

  .facebookImg, .instaImg {
    width: 20px;
    height: 20px;
  }
}