#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;
  padding-top: 50px;
}

.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: center;
}

.footerColumn {
  position: relative;
  width: 200px;
  min-width: 100px;
  height: auto;
  margin: auto;
  margin-top: 0;
}

.footerColumnItem {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-family: 'Galliard Pro' !important;
}

.footerColumnItem:hover {
  opacity: .7;
}

.footerLogo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 40px auto;
}
.footerLogo img{
  filter: invert(1) brightness(175%);
}
.suscribeContainer{
  display: flex;
  justify-content: center;
  height: 70px;
  width: 100%;
  background: white;
  align-items: center;
}
#suscribe {
  background-color: white;
  color: #a2122e;
  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: 45px;
  overflow: hidden;
  text-align: center;
  background: var(--first);
}
.newsletterColumn{
  width:100%;
  height: 80px;
  background: white;
}
.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: 75%;
  padding-left: 10px;
  height: 30px;
  border-radius: 0px;
  line-height: 30px;
  font-size: 12px;
  float: left;
  font-weight: 100;
  text-indent: 16px;
  margin-top: 2px;
}

#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;
}
  .footerColumnsContainer {
      width: 90%;
      font-size: 14px;
      display: block;
  }
  .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: 50px;
      height: 50px;
  }
  #suscribe {
      font-size: 14px;
  }
  .byluna {
      margin-right: 5%;
    }
}
