#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: var( --newsletter-color);
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 18px;
  margin-top: 2rem;
}

.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: 100%;
  display: flex;
  justify-content: end;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.adminColumnsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.columnContainer {
  width: calc(94% / 4);
  padding: 30px 20px 18px;
  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: 500;
  color: var(--base-aux);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.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: 12px;
  line-height: 22px;
  color: var(--base-aux);
}


.footerColumnItem:hover {
  opacity: .7;
}
.footerAux {
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.socialText {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
}
a.socialLink:hover img {
    transform: scale(1.1);
}
a.socialLink img {
    height:36px;
    width:36px;
    transition: 0.1s all ease-in;
}
.socialMedia {
    display: flex;
    flex-direction: column;
}

.socialLogos {
    display: flex;
    gap: 24px;
}
.footerLogo {
  display: block;
}
.footerLogo img{
  width: 172px;
}
.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 128px;
  border-top: 1px solid #616D72;
}
.rights {
    position: absolute;
    width: 90%;
    margin: auto 5%;
    text-align: center;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 54px;
    color: #fff;
    pointer-events: none;
}
.lunaLink {
  display: block;
  overflow: hidden;
  margin: 0;
  height: 45px;
  width: fit-content;
  float: right;
}
.byluna {
    pointer-events: none;
    margin-right: 0;
    height: 30px;
    margin: auto;
    margin-top: 6px;
}
.newsletterColumn{
  width: var(--web-container);
  margin: auto;
  height: 100px;
  background: var(
  --newsletter-color);
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #616D72;
}
.iconInfoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: var(--web-container);
    gap: 5%;
    border-bottom: 1px solid #fff;
}

a.iconInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 22px 40px;
    transition: 0.3s all ease-out;
}
a.iconInfo:hover {
    transform: scale(1.1);
}

img.iconInfoImg {
    height: 32px;
    width: 32px;
}

.iconInfoText {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.footerBottom {
    display: flex;
    width: 86%;
    margin: auto;
}

.footerLogoContainer {
    width: 50%;
    display: flex;
    align-items: center;
}
.newsletterHeading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    /* margin-bottom: 23px; */
    text-transform: uppercase;
}

.newsletterContainer {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 72px;
}
.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: 60px;
  border-radius: 0px;
  line-height: 20px;
  font-size: 14px;
  float: left;
  font-weight: 500;
  margin-top: 2px;
  max-width: 550px;
  padding: 0 14px;
  color: var(--secondary);
  background: var(--base-aux);
}
.newsletterGo.tr-3.btn-3 {
    color: #2E395C;
    position: absolute;
    padding: 12px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    height: 100%;
    right: 0;
    top: 0;
    font-weight: 600;
    align-items: center;
}
.newsletterGo img {
    width: 26px;
    height: 26px;
}
.suscribeNewsContainer {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    overflow: hidden;
    width: fit-content;
    max-width: 500px;
    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 {width: 88px;float: none;height: auto;}
  .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;
}
  .newsletterContainer {
    flex-direction:column;
    gap: 20px;
    width: 100%;
}
  .newsletterColumn{
 height: auto;
 padding: 30px 0;
 margin-top: 8px;
}
  
  .newsletterHeading {
    font-size: 16px;
    line-height: 20px;
}
  .column {
  width: 100%;
  margin: auto;
  text-align: left;
}
  .footerColumnsContainer {
      width: 90%;
      margin: auto;
      font-size: 14px;
      display: flex;
      justify-content: flex-start;
      margin-top: 3rem;
  }
  #footerBottom {
  height: auto;
  padding: 20px 0 30px;
  width: 90%;
  margin: auto;
}
  .footerAux {
   flex-direction:column;
   gap: 18px;
   align-items: start;
   width: 100%;
}
  .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 {
      height: auto;
      /* margin-bottom: 18px; */
  }
  .socialText {
    text-align:left;
}
  .footerLogo img{
  /* width: 100px; */
}
  .socialMedia {
    display: flex;
    flex-direction: column;
    margin-bottom:10px
}

  #suscribe {
      font-size: 14px;
  }
  .byluna {
      margin-right: 5%;
    }
}
