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

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

.upFooter {
  display: flex;
  background: var(--footer);
  border-bottom: 1px solid var(--white);
  width: 100%;
  height: auto;
}

.columnsContainer {
  display: flex;
  width: 90%;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  padding-inline: 5% 3%;
  padding-block: 85px 47px;
}

.adminColumnsContainer {
  display: flex;
  justify-content: flex-end;
  color: var(--h1);
  align-items: flex-start;
  align-content: center;
}

.columnContainer {
  width: calc(100% / 3);
  box-sizing: border-box;
  line-height: 21px;
  color: var(--white)
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: auto;
  text-align: left;
}

.columnHeading {
  text-transform: inherit;
  text-align: left;
  margin-bottom: 20px;
  font-weight: var(--semibold-font-weight);
  font-size: var(--footerLinks-font-size);
  display: none;
}

.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: 0;
  text-align: left;
  font-size: var(--footerLinks-font-size);
  font-weight: 400;
  line-height: 25px;
}

.columnItem.lineEffectCenter::before {
  bottom: 3px;
}

#footer .lineEffectCenter::before {
  background: var(--white);
}

.regretButtonContainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: var(--h1);
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.regretButton {
  box-sizing: border-box;
  line-height: 21px;
  color: var(--white);
  text-align: right;
  text-align: -webkit-right;
  width: calc(100% / 3);
}

.imagesFooterContainer {
  display: flex;
  gap: 20px;
  margin-top: 14px;
}

.imagesFooterContainer img {
  width: 37px;
  height: auto
}

.newsletterColumn {
  width: 70%;
  color: var(--white);
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.newsletterContainer {
  width: 70%;
  width: -moz-fit-content;
  padding: 70px 20px 70px 7%;
}

.newsletterHeading {
  margin-bottom: 25px;
  text-align: left;
  font-size: var(--footerHeading-font-size);
  line-height: var(--footerHeading-line-height);
}

.newsletterHeading .italic {
  font-style: italic;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  font-size: var(--base-font-size);
  color: var(--btn-font);
}

#emailFooterInput {
  font-weight: var(--secondary-font-weight);
  border-radius: 0;
  line-height: 42px;
  box-sizing: border-box;
  color: var(--white);
  width: 100%;
  background: transparent;
  text-indent: 0
}

#emailFooterInput::placeholder {
  color: var(--white);
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--white);
  opacity: 0.7;
}

#emailFooterInput:-moz-placeholder {
  color: var(--white);
  opacity: 0.7;
}

#emailFooterInput::-moz-placeholder {
  color: var(--white);
  opacity: 0.7;
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--white);
  opacity: 0.7;
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--white);
  opacity: 0.7;
}

.newsletterGo {
  cursor: pointer;
  padding: 0 0px;
  text-transform: uppercase;
  line-height: 42px;
  margin-left: 6px;
}

.newsletterGo:hover {
  font-weight: var(--secondary-font-weight);
}

.columnSocialMedia {
  width: 100%;
  text-align: left;
}

.smLogo {
  width: 20px;
  margin-right: 10px;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.paymentTypesContainer {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerBottom {
  height: 49px;
  line-height: 49px;
  width: var(--web-container);
  background-color: var(--copyright);
  margin: 0 auto;
  font-size: 12px;
}

.rights {
  position: absolute;
  text-align: left;
  color: var(--base);
  font-size: 12px;
  font-weight: var(--secondary-font-weight);
}

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

.lunaLink {
  display: block;
  overflow: hidden;
  width: fit-content;
  float: right;
  margin-top: 12px;
  height: calc(100% - 23px);
}

@media screen and (max-width: 1100px) {

  .upFooter {
    flex-direction: column
  }

  .columnsContainer {
    flex-direction: column;
    padding-block: 35px 5px;
    padding-inline: 3%;
  }

  .adminColumnsContainer,
  .regretButtonContainer {
    flex-direction: column;
    width: var(--web-container);
    margin: 0;
    align-items: flex-start;
  }

  .columnContainer {
    border-bottom: unset;
    text-align: left !important;
    padding: 25px 0 !important;
    display: flex;
    justify-content: left;
    width: 100%;
    align-items: flex-start;
  }


  .column {
    flex-direction: column;
    align-items: left;
    margin: 0;
  }

  .columnContainer:last-of-type {
    border: none;
  }

  .columnContainer:nth-child(3) {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  #headerLogoContainerMobile img {
    height: 70px;
  }

  .newsletterColumn {
    width: 100%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .newsletterContainer {
    padding: 90px 0% 55px 0%;
    text-align: center;
    width: var(--web-container);
    margin: 0 auto;
  }

  .newsletterHeadeing {
    max-width: unset;
    font-size: calc(var(--base-font-size) + 2px);
    line-height: calc(var(--base-line-height) + 2px);
    text-align: left;
  }

  .newsletterHeadeing img {
    max-width: 150px;
  }

  .suscribeNewsContainer {
    gap: 2%;
    margin-bottom: 27px;
  }

  .newsletterGo {
    font-size: var(--base-font-size);
    font-weight: var(--secondary-font-weight);
  }

  .rights {
    line-height: inherit;
    height: 55px;
    font-size: 11px;
    margin-left: 3%;
  }

  #emailFooterInput {
    width: 100%;
    text-transform: unset;
  }

  .imagesFooterContainer {
    margin-top: 53px;
  }

  .mediaLink {
    text-align: left;
  }

  .mediaLink:first-of-type {
    margin-top: 20px;
  }

  .byluna {
    height: 20px;
  }

  .lunaLink {
    margin-right: 5%;
    height: inherit;
  }

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

  #footer {
    z-index: 4;
  }

  #footerBottom {
    padding-top: 0;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .columnsContainer {
    padding-inline: 5%;
  }


  .rights {
    margin-left: 5%;
  }
}