#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 var(--grey);
}
.columnsContainer {
  display: flex;
  width: 100%;
  color: var(--base);
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.adminColumnsContainer {
  width: 75%;
  display: flex;
}
.columnContainer {
  width: calc(100% / 3);
  padding-top: 5rem;
  padding-bottom: 4rem;
  border-right: 1px solid var(--grey);
  box-sizing: border-box;
}
.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.columnHeading {
  font-weight: 600;
}
.columnItem {
  margin-top: 1.3rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.newsletterColumn {
  width: 25%;
}
.newsletterHeadeing {
  text-transform: uppercase;
  margin-bottom: 1rem;
  max-width: 250px;
  letter-spacing: 0.03em;
}
.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.newsletterGo {
  position: absolute;
  right: 0;
}
.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(--base);
}
.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 {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--base);
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 1.2rem;
  color: var(--base);
  font-weight: 300;
  font-family: "Gotham";
}
#emailFooterInput::-webkit-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}
#emailFooterInput:-moz-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}
#emailFooterInput::-moz-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}
#emailFooterInput:-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}
#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: 1;
  font-weight: 300;
  font-family: "Gotham";
}
a .columnItem::before,
.mediaLink::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--base);
  position: absolute;
  left: -12px;
  top: 6.5px;
  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;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }
  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
  }
  .columnContainer {
    border: none;
    border-bottom: 1px solid var(--grey);
    width: 100%;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .column {
    width: 90%;
    text-align: left;
  }
  .newsletterColumn {
    width: 100%;
    border-bottom: 1px solid var(--grey);
  }
  .newsletterContainer {
    width: 90%;
    max-width: 48rem;
    float: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 5%;
  }
  .newsletterHeadeing {
    max-width: 20rem;
  }
  .suscribeNewsContainer {
    margin-bottom: 0;
  }
  .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;
  }
}
