#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0px !important;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  z-index: 3;
  border-top: 1px solid #d6d6d6;
}

.columnsContainer {
  display: flex;
  width: 100%;
  color: var(--base);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

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

.columnContainer {
  width: calc(100% / 3);
  padding-top: 5rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  text-align: center;
  color: #4a4a4a;
}

.columnHeading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
  font-family: "OpenSans";
}

.columnItem {
  margin-top: 1rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  font-family: "OpenSans";
  cursor: auto;
}

a .columnItem{cursor: pointer;}

a .columnItem:hover {
    font-weight: 600;
}

.newsletterColumn {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsletterHeadeing {
  margin-bottom: 1rem;
  width: auto;
  letter-spacing: 0.03em;
  font-size: 44px;
  font-family: "Raleway";
  font-weight: 400;
}

.newsletterText {
  font-size: 1.6rem;
  text-align: center;
  margin: 20px 0 30px;
  font-family: "Opensans";
  font-weight: 400;
  letter-spacing: 1px;
}

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.suscribeNewsContainer {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  max-width: 54rem;
  margin: 0 auto 3rem;
}

.newsletterGo {
  position: absolute;
  right: 25px;
  cursor: pointer;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.3rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#footerBottom {
  background-color: var(--gold);
}

.rights {
  position: absolute;
  margin-left: 2.5%;
  font-size: 1.1rem;
  text-align: left;
  line-height: 4.5rem;
  color: var(--white);
  letter-spacing: 0.03em;
}

#emailFooterInput,
#newsletterName {
  width: 35%;
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 1.2rem;
  color: var(--base);
  font-weight: 300;
  font-family: "Gotham";
  padding: 5px;
  text-indent: 15px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

#emailFooterInput::-webkit-input-placeholder,
#newsletterName::-webkit-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#newsletterName:-moz-placeholder,
#emailFooterInput:-moz-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#newsletterName::-moz-placeholder,
#emailFooterInput::-moz-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#newsletterName:-ms-input-placeholder,
#emailFooterInput:-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#newsletterName::-ms-input-placeholder,
#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-weight: 300;
  font-family: "Gotham";
}

#newsletterName {
  width: 35%;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.byluna {
  pointer-events: none;
  margin-right: 0;
}

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

.banksContainer {
  position: relative;
  width: 85%;
  display: flex;
  margin: 30px auto;
  justify-content: space-evenly;
}

.banksImg {
  max-width: 63px;
}

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

  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
  }

  .columnContainer {
    border: none;
    width: 100%;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .column {
    width: 90%;
    /* text-align:left; */
  }

  .newsletterColumn {
    width: 100%;
  }

  .newsletterContainer {
    width: 90%;
    max-width: 48rem;
    float: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 5%;
  }

  .newsletterHeadeing {
    /* max-width:20rem; */
    width: 100%;
    font-size: 30px;
    text-align: center;
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .rights {
    margin-left: 3.5rem;
  }

  .mediaLink:first-of-type {
    margin-top: 2rem;
  }

  .lunaLink {
    margin-right: 3.5rem;
  }

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

  #footer {
    z-index: 4;
  }

  .banksContainer {
    flex-wrap: wrap;
    width: 100%;
  }

  .banksImg {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}