#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;
  background: #2A2A2A
}

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

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

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: baseline
}

.columnHeading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Monument";
}

.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 0 0;
  color: #fff
}
.columnContainer:not(:nth-child(4)) .columnItem:hover {
    font-weight: bold;
}

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

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

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

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

.newsletterGo {
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 50px;
  right: 0;
  font-weight: 700
}

.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: 35px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rights {
  margin-left: 2.5%;
  font-size: 12px;
  width: 80%;
  text-align: left;
  line-height: 35px;
  color: var(--base);
  letter-spacing: 0;
  position: unset;
}

#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: .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: 2.5%;
  width: min-content;
  margin-top: 0;
  height: 24px;
}

.redes-footer a {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px
}

.redes-footer {
  display: flex;
  align-items: center;
  margin-top: 40px
}

.footerLink{
  color: white;
  margin-top: 20px;
  cursor: pointer;
  width: fit-content;
}

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

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

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

  .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: 29px;
      line-height: 32px;
      margin-bottom: 20px
  }

  .newsletterHeadeing img {
      max-width: 150px
  }

  .suscribeNewsContainer {
      margin-bottom: 0
  }

  #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%
  }
  .column{
      width: 100%;
  }
}
