#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 #00000026;
  width: 100%;
  height: auto;
}

.columnsContainer {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  padding-block: 85px 47px;
  border-top: 1px solid #00000026;
}

.adminColumnsContainer {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #00000026;
}

.columnContainer {
     position: relative;
     width: 84%;
     min-width: 100px;
     height: auto;
     margin: auto;
     line-height: 1.5;
     font-size: 16px;
     margin-top: 40px;
     text-align: initial;
     /* margin-left: 30px; */
     /* word-break: break-all; */
     margin-bottom: 40px;
}


.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: auto;
  text-align: left;
}

.columnHeading {
  font-weight: 800;
  font-size: 18px;
}

h2.terminosTitle {
    font-size: 18px;
}

.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: 16px;
  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: 50%;
  color: black;
  position: relative;
  border-right: 1px solid #00000026;
  border-top: 1px solid #00000026;
}

.newsletterContainer {
  width: 70%;
  width: -moz-fit-content;
  padding: 70px 20px 57px 11%;
}

.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: 1px solid black;
  font-size: var(--base-font-size);
  color: var(--btn-font);
  width: 107%;
}

#emailFooterInput {
  /* font-weight: var(--secondary-font-weight); */
  border-radius: 0;
  line-height: 45px;
  box-sizing: border-box;
  color: grey;
  width: 100%;
  background: transparent;
  text-indent: 15px;
  /* border: 1px solid black; */
  height: 45px;
}

#emailFooterInput::placeholder {
  color: grey;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--base);
  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: 23px;
  /* margin-left: 6px; */
  border-left: 1px solid black;
  color: white;
  background: black;
  height: 45px;
  width: 38px;
  display: flex;
  align-items: center;
}

img.newsLetterArrow {
    width: 35px;
    height: 40px;
}


.newsletterGo:hover {
  background: white;
}

.newsletterGo:hover .newsLetterArrow {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(105%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg) brightness(105%) contrast(102%);
}

.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: 85%; */
  background-color: var(--base);
  margin: 0 auto;
  font-size: 12px;
  /* padding: 0 7.5%; */
}

.rights {
  position: absolute;
  text-align: left;
  color: var(--white);
  font-size: 12px;
  /* font-weight: var(--secondary-font-weight); */
  margin-left: 80px;
}

.byluna {
  pointer-events: none;
  margin-right: 0;
}

.lunaLink {
  display: block;
  overflow: hidden;
  width: fit-content;
  float: right;
  margin-top: 12px;
  height: calc(100% - 23px);
  margin-right: 80px;
}

.rightFooter {
    width: 50%;
    border-top: 1px solid #00000026;
}

.footerColumnsContainer {
    width: 100%;
    display: flex;
}

.footerDirections {
    position: relative;
    width: 82%;
    min-width: 100px;
    height: auto;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 40px;
    text-align: initial;
    /* margin-left: 30px; */
    /* word-break: break-all; */
    margin-bottom: 40px;
}

.containerTerminos {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 46%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #00000026;
    align-items: flex-start;
    padding-left: 4vw;
    font-size: 16px;
    gap: 5px;
}

.terminosYcondiciones, .politicasDePrivacidad {
    font-size: 16px;
}

.imgRedes {
    float: right;
    /* margin-left: 15px; */
    margin-top: 54px;
    width: 50%;
    display: flex;
    /* margin-right: 100px; */
    justify-content: center;
}

.footerColumnsContainer:first-child {
    border-bottom: 1px solid #00000026;
}

.fotoRedes {
    margin-right: 20px;
}

.fotoRedes:hover {
    transform: scale(1.1);
}

@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: 40px 0% 40px 0%;
    text-align: center;
    width: 90%;
    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: 0;
    /* margin: 0 auto; */
    /* width: 100%; */
  }
}

@media screen and (max-width: 768px) {

  .columnsContainer {
    padding-inline: 5%;
  }


  .rights {
    margin-left: 5%;
  }

  .newsletterHeading {
    font-size: 21px;
    line-height: 1;
  }

  .suscribeNewsContainer {
    height: 50px;
    width: 100%;
    margin-bottom: 0;
  }

  .newsletterGo {
    height: 50px;
    width: 30px;
  }

  .rightFooter {
    width: 100%
  }

  .adminColumnsContainer {
    width: 85%;
    margin: 0 auto;
    border: none;
  }

  .columnContainer {
    width: 75%;
    margin: 0;
  }

  .footerColumnsContainer {
    flex-direction: column;
  }

  .containerTerminos {
    width: 100%;
    border-right: none;
    border-top: 1px solid #00000026;
    padding: 40px 8%;
  }

  .imgRedes {
    width: 100%;
    justify-content: left;
    border-top: 1px solid #00000026;
    padding: 30px 8%;
    margin: 0;
  }

  .fotoRedes {
    width: 40px
  }

  .columnItem {
    font-size: 16px;
  }

  .terminosYcondiciones, .politicasDePrivacidad {
    font-size: 16px;
  }

  h2.terminosTitle {
    font-size: 16px;
}
}