#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: var(--second);
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'PlusJakartaSans';
}

.scrollToTop {
  position: relative;
  width: fit-content;
  padding: 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Galliard Pro' !important;
}

.footerColumnsContainer {
  position: relative;
  width: 70%;
  margin: 20px auto;
  display: flex;
  justify-content: end;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.adminColumnsContainer {
  width: 100%;
  display: flex;
  justify-content: end;
}

.columnContainer {
  width: calc(100% / 3);
  padding: 65px 10px 65px;
  box-sizing: border-box;
  line-height: 21px;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
}

.columnHeading {
  font-weight: 600;
  color: var(--newsletter-color);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: var(--button-line-height);
}
.lineEffectCenter.columnItem::before {
    bottom: 0px;
}
.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: 4px 00;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--newsletter-color);
}


.footerColumnItem:hover {
  opacity: .7;
}

.footerLogo {
  display: block;
}
.footerLogo img{
  width: 124px;
}
.suscribeContainer{
  display: flex;
  justify-content: center;
  height: 70px;
  width: 100%;
  background: transparent;
  align-items: center;
}
#suscribe {
  background-color: transparent;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-family: var(--font-family-2);
  font-size: 17px;
  font-weight: 600;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 54px;
  overflow: hidden;
  text-align: center;
  background: #2E395C;
}
.rights {
    position: absolute;
    width: 90%;
    margin: auto 5%;
    text-align: center;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 54px;
    color: #EAE3D3;
    pointer-events: none;
}
.lunaLink {
  display: block;
  overflow: hidden;
  margin: 5px 0;
  margin-right: 100px;
  height: 45px;
  width: fit-content;
  float: right;
}
.byluna {
    pointer-events: none;
    margin-right: 0;
    height: 30px;
    margin: auto;
    margin-top: 6px;
}
.newsletterColumn{
  width: 100%;
  margin: auto;
  height: 80px;
  background: linear-gradient(180deg, #EAE3D3 0%, #EAE3D3 100%);
  height: 263px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footerBottom {
    display: flex;
    height: 270px;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #EAE3D3;
}

.footerLogoContainer {
    width: 50%;
    display: flex;
    align-items: center;
}
.newsletterHeading {
    color: #2E395C;
    font-size: 34px;
    line-height: 50px;
    text-align: left;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.newsletterContainer {
    width: 90%;
    margin: auto;
}
.footerSeparator {
  position: relative;
  width: 80%;
  height: 2px;
  margin: 10px auto;
}

.footerSeparator.solid {
  background-color: white;
}

.footerCopyright {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 30px;
  height: auto;
  margin: 20px auto;
  font-size: 16px;
  font-family: var(--font-family-2);
}
.footerCopyright span{
  font-family: var(--font-family);
  font-size: 16px;
  font-weight:400
}
}
.byluna {
  display: inline;
  height: 100%;
  float: right;
  margin-right: 100px;
}


.columnsContainer {
  margin: auto;
  margin-top: 30px;
  width: 1100px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}


#emailFooterInput {
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 0px;
  line-height: 20px;
  font-size: 12px;
  float: left;
  font-weight: 100;
  margin-top: 2px;
  color: var(--secondary);
  background: transparent;
  border-bottom: 1px solid #2E395C;
}
.newsletterGo.tr-3.btn-3 {
    color: #2E395C;
    position: absolute;
    padding-right: 0;
    padding-left: 15px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    height: 100%;
    right: 0;
    font-weight: 600;
    align-items: center;
}

.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.newsletterGo:hover {
    opacity:0.7
}
#emailFooterInput::-webkit-input-placeholder,
#emailFooterInput::-moz-placeholder,
#emailFooterInput::-ms-input-placeholder {
  opacity: 1;
  font-weight: 100;
}

.socialmediaLogo {
  margin: 0 auto;
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
  margin-bottom: 11px;
  margin-right: 40px;
  height: 23px;
}


#subscribeNewsletterButton {
  position: absolute;
  height: 26px;
  margin-top: 11px;
  float: right;
  cursor: pointer;
  margin-right: 0px;
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}


@media screen and (max-width: 768px) {
.footerCopyright span{
  font-size: 13px;
}
  .lunaLink {
  display:none;
}
  .rights {
    font-size: 10px;
    text-align: center;
    line-height: 46px;
}
  .footerLogoContainer {
    width: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 32px;
    right: 4px;
}
.columnContainer {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  line-height: 21px;
  margin-bottom: 38px;
}
  .footerBottom {
    display: flex;
    flex-direction:column;
    height: auto;
    position: relative;
}
.adminColumnsContainer {
  width: 100%;
  flex-direction:column;
  justify-content: flex-start;
}
  .newsletterHeading {
    font-size: 26px;
    line-height: 36px;
}
  .newsletterGo.tr-3.btn-3 {
    font-size:14px;
    font-weight: 600;
}
  .column {
  width: 100%;
  margin: auto;
  text-align: left;
}
  .footerColumnsContainer {
      width: 100%;
      font-size: 14px;
      display: flex;
      justify-content: flex-start;
      margin-top: 6rem;
  }
  .scrollToTop {
      font-size: 14px;
  }
  .footerColumn {
      width: auto;
      margin: 40px auto;
      line-height: 18px;
  }
  .footerCopyright {
      font-size: 12px;
      width: 80%;
      margin: auto;
      margin-bottom: 20px;
  }
  .footerLogo {
      width: 124px;
      height: auto;
  }
  .footerLogo img{
  width: 100px;
}
  #suscribe {
      font-size: 14px;
  }
  .byluna {
      margin-right: 5%;
    }
}
