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

#footerImageContainer {
  background-image: url(../../files/footerBackImage.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #000;
  color: var(--white);
  overflow: hidden;
  z-index: 3
}

.columnsContainer {
  display: flex;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8rem
}

.adminColumnsContainer {
  width: 60%;
  display: flex;
  margin-right: 5%;
}

.columnContainer {
  width: calc(100% / 2);
  padding-top: 5rem;
  padding-bottom: 4rem;
  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: 27%;
  margin-right: 4%
}

.newsletterHeadeing {
  text-transform: uppercase;
  margin-bottom: 2rem;
  max-width: 250px;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px
}

.newsletterContainer {
  width: 100%;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 2rem
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  border: 1px solid var(--white);
  border-radius: 27px
}

.newsletterGo {
  position: absolute;
  right: 0;
  background-color: var(--white);
  color: var(--base);
  height: 100%;
  width: 12rem;
  border-radius: 30px;
  line-height: 4rem;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  border: 1px solid transparent;
}

.newsletterGo:hover {
  background-color: var(--base);
  color: var(--white);
  border-color: var(--white);
}

.mediaLink {
  position: relative;
  display: block;
  width: fit-content;
  margin-right: 1.5rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s
}

#footerBottom {
  background-color: #1A1A1A;
}

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

#emailFooterInput {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 38px;
  line-height: 4rem;
  font-size: 1.4rem;
  color: var(--white);
  font-weight: 300;
  background-color: var(--base);
  text-indent: 20px
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-weight: 300
}

#emailFooterInput:-moz-placeholder {
  color: var(--white);
  opacity: 1;
  font-weight: 300
}

#emailFooterInput::-moz-placeholder {
  color: var(--white);
  opacity: 1;
  font-weight: 300
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-weight: 300
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-weight: 300
}

a .columnItem::before,
.mediaLink::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: -12px;
  top: 6.5px;
  opacity: 0;
  transition: opacity 0.3s
}

a .columnItem:hover::before {
  opacity: 1;
}

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

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 5%;
  width: fit-content;
  float: right;
  height: 30px;
  top: 8px;
  position: relative;
}

.logoFooterContainer {
  width: 15%;
  margin-left: 1%;
}

.footerLogo {
  display: flex;
  width: fit-content;
  margin: auto;
  height: 100%;
  align-items: center
}

.footerLogo img {
  display: block;
  height: 15rem
}

.mediaLogo {
  width: 3rem
}

.mediaLogo:hover {
  filter: invert(66%) sepia(51%) saturate(368%) hue-rotate(156deg) brightness(185%) contrast(120%);
}

.mediaContainer {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-start
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 90%;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: center
  }

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

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

  .column {
    width: 95%;
    text-align: left
  }

  .newsletterColumn {
    width: 100%;
    margin-right: 0
  }

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

  .newsletterHeadeing {
    max-width: 25rem;
    margin: 1rem auto 3rem;
    font-size: 18px;
    text-align: center
  }

  .suscribeNewsContainer {
    margin-bottom: 0
  }

  .rights {
    margin-left: 2.5rem;
    line-height: 35px;
  }

  .mediaLink {
    margin-right: 0rem
  }

  .lunaLink {
    margin-right: 3.5rem;
    top: 0px;
  }

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

  #footer {
    z-index: 4
  }

  #footerImageContainer {
    background-image: url(../../files/footerBackImage.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4rem
  }

  .logoFooterContainer {
    width: fit-content
  }

  .mediaContainer {
    display: flex;
    padding: 0;
    width: 13rem;
    margin: 2rem auto 0;
    align-items: center;
    justify-content: space-between
  }

  #footerBottom {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
  }

  .byluna {
    margin-right: 0px;
    height: 25px;
    top: 5px;
    position: relative;
  }

}