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

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: white;
  overflow: hidden;
  border-top: 1px solid var(--grey);
}
.columnsContainer {
  display: flex;
  width: 100%;
  color: var(--black);
  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: 200;
  font-size: 18px;
}
.columnItem {
  margin-top: 1.3rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  font-size: 18px;
}
.newsletterColumn {
  width: 25%;
}
.newsletterHeadeing {
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  letter-spacing: 0.03em;
}
.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.1rem;
}

.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(--dark-brown);
}
.rights {
  position: absolute;
  margin-left: 9.5rem;
  text-transform: uppercase;
  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(--green);
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 1.2rem;
  color: var(--green);
  font-weight: 300;
  font-family: "Gotham";
}

input {
  font-family: "Gotham";
  font-weight: 300;
}
#emailFooterInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--green);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--green);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--green);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--green);
  opacity: 1;
  font-family: "Gotham";
  font-weight: 300;
}

#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--green);
  opacity: 1;
  font-weight: 300;
  font-family: "Gotham";
}

a .columnItem::before,
.mediaLink::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  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: 0px;
}
.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 100px;
  width: fit-content;
  float: right;
  height: 100%;
}
/*ipad*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }
  .adminColumnsContainer {
    flex-direction: column-reverse;
    width: 100%;
  }
  .columnContainer {
    border: none;
    border-bottom: 1px solid var(--grey);
    width: 100%;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .newsletterColumn {
    width: 100%;
    border-bottom: 1px solid var(--grey);
  }
  .newsletterContainer {
    width: 75%;
    max-width: 30rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .newsletterHeadeing {
    text-align: center;
  }
  .suscribeNewsContainer {
    margin-bottom: 0;
  }
  .rights {
    margin-left: 3.5rem;
  }
  .mediaLink {
    text-align: center;
  }
  .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;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
}
