#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 white;
  width: 100%;
  height: auto;
}

.columnsContainer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  width: 55%;
  /* padding-inline: 5% 5%; */
  /* padding-block: 85px 47px; */
  color: white;
}

.adminColumnsContainer {
  display: flex;
  justify-content: flex-start;
  color: var(--h1);
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.columnContainer {
  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-weight: 100;
  font-size: var(--footerLinks-font-size);
  line-height: 29px;
  /* margin-bottom: 30px; */
}

.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: 45%;
  color: var(--white);
  position: relative;
  border-right: 1px solid white;
  padding-right: 60px;
}
.down {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 100px 16px 0px;
  border-top: 1px solid white;
}

.imgRedes img {
  width: 25px;
}

.imgRedes {
  display: flex;
  gap: 20px;
  align-items: center;
}

a.fiscalImg img {
  width: 67px;
}

#footer .left {
  padding-left: 100px;
  display: flex;
  padding-right: 20%;
  flex-direction: column;
  gap: 16px;
}

.terminosYCondiciones {
    min-width: max-content;
}
a.footerColumnItem:hover {
    opacity: 70%;
}

.terminosYCondiciones:hover {
    opacity: 70%;
}

.up {
  display: flex;
  font-size: var(--h2-font-size);
  font-weight: 500;
  line-height: var(--h2-line-height);
  height: 100%;
  padding: 60px 50px 110px 100px;
  justify-content: flex-start;
}

.footerColumnItems {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-right: 100px;
  width: 30%;
}

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

.newsletterHeading {
  margin-bottom: 70px;
  text-align: left;
  font-weight: 100 !important;
  font-size: var(--footerHeading-font-size);
  line-height: var(--footerHeading-line-height);
  font-style: italic;
  max-width: 400px;
}

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

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

.newsletterHeading strong {
  font-family: "Arimo";
}

#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;
  font-size: 15px;
  font-weight: 700;
  /* transition: unset; */
}

.newsletterGo:hover {
  opacity: 70%;
}

.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: 100%;
  background-color: var(--copyright);
}

.rights {
  position: absolute;
  text-align: left;
  color: white;
  font-size: 13px;
  margin-left: calc(calc(100% - var(--web-container)) / 2);
}

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

.lunaLink {
  display: block;
  overflow: hidden;
  width: fit-content;
  float: right;
  margin-top: 10px;
  height: calc(100% - 20px);
  margin-right: calc(calc(100% - var(--web-container)) / 2);
}

@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;
    margin-top: 30px;
    gap: 0px;
    padding-left: 0;
  }

  .newsletterHeading {
    width: 100% !important;
    margin: 0 auto;
    font-size: 27px;
    margin-bottom: 30px;
}

.up {
    padding: 0px;
    flex-direction: column;
    line-height: 23px;
    font-size: 19px;
    padding-bottom: 40px;
    width: 85%;
    margin: auto;
}

.footerColumnItems {
    padding-left: 0;
    width: 100%;
}

.columnItem {
    font-size: 18px;
}

#footer .left {
    padding-left: 0;
    font-size: 18px;
    margin-left: 7.5%;
}

.down {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0px;
    display: flex;
    align-items: flex-start;
}

.imgRedes {
    padding-left: 10vw;
}
  .columnContainer {
    border-bottom: unset;
    text-align: left !important;
    padding: 10px 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: 40px 0% 15px 0%;
    text-align: center;
    width: 85%;
    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: 16px;
    font-weight: 600;
  }

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

  #emailFooterInput {
    width: 100%;
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
  }

  .imagesFooterContainer {
    margin-top: 53px;
  }

  .mediaLink {
    text-align: left;
  }

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

  .byluna {
    height: 28px;
  }

  .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 {
    width: 100%;
    flex-direction: column;
    padding-left: 0px;
  }

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