#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: 90%;
  justify-content: center;
  margin: 0 auto;
}

.adminColumnsContainer {
  width: 85%;
  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;
}

.columnHeading {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
}

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

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

.newsletterHeadeing {
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
  line-height: 45px;
  /* text-transform: uppercase; */
}

.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: 60px;
  right: 0;
  font-size: 13px;
  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: 48px;
  line-height: 48px;
}

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

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 60px;
  font-size: 13px;
  color: var(--base);
  font-weight: 400;
  width: 620px;
  text-indent: 15px;
}

#emailFooterInput:placeholder {
  font-size: 13px;
  color: var(--base);
  font-weight: 400;
  text-indent: 15px;
}

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: fit-content;
  float: right;
  margin-top: 10px;
  height: 30px;
}

@media screen and (max-width: 1100px) {

   #footer {
        /* display: block !important; */
  }

  #footerDummy{
    height: 0px !important;
  }
  
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }

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

  .columnContainer {
    border-bottom: 1px solid var(--lighter-base);
    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;
  }

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

  .newsletterHeadeing {
    max-width: unset;
    font-size: 22px;
    line-height: 32px;
    text-transform: inherit;
    margin: 0 auto;
    width: 89%;
    text-align: center;
    margin-bottom: 20px;
  }

  #emailFooterInput, .newsletterGo{
    line-height: 44px;
    font-size: 13px;
  }
  
  .newsletterHeadeing img {
    max-width: 150px;
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
  }

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

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }

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

  .lunaLink {
    margin-right: 4%;
    height: 22px;
    margin-top: 15px;
  }

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

  #footer {
    z-index: 4;
    margin-top: 0;
  }

  .paymentTypesImages {
    width: 95%;
  }
}
