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

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

.columnsContainer {
  display: flex;
  /* margin: 0 auto; */
  /* width: 90%; */
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.adminColumnsContainer {
  width: 100%;
  display: flex;
}

.columnContainer {
  width: calc(75% / 3);
  padding: 0rem 2rem 2rem;
  padding-bottom: 0rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  align-items: center;
  justify-content: flex-start;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: auto;
  margin: auto;
}

.columnSubContainer {
  margin: 1.5rem 0;
  width: 100%;
}

.columnHeading {
  font-weight: bold;
  line-height: 20px;
  font-size: 17px;
  margin-bottom: 4px;
}

.columnItem {
  margin-top: 0rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  line-height: 20px;
  font-weight: 200;
  font-size: 13px;
}

.columnItemWithImage {
  display: flex;
  align-items: flex-start;
  margin-top: 4rem;
  font-size: 1.3rem;
  line-height: 15px;
  margin-left: 10%;
  flex-direction: column;
  width: 43%;
}

.mobileElementFlex {
  display: none;
}

.newsletterColumn {
  width: 100%;
  padding: 2rem 0rem 2rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0rem;
}

.newsletterHeadeing {
  margin-bottom: 0.8rem;
  max-width: 243px;
  font-size: 17px;
  font-weight: bold;
}

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
}

.newsletterText {
  font-size: 15px;
  font-weight: 200;
}

.newsletterGo {
  /* position: absolute; */
  /* right: 0; */
  width: 100px;
  background-color: #d9d9d9;
  height: 35px;
  color: var(--grey);
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.mediaLink img {
  max-width: 22px;
  max-height: 20px;
}

.mediaLink {
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: 1.3rem;
  margin: 0 2rem 0 1px;
  -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 {
  background-color: var(--base);
  text-transform: uppercase;
  height: 49px;
  line-height: 41px;
}

.rights {
  position: absolute;
  margin-left: 2.5%;
  font-size: 1rem;
  text-align: left;
  line-height: 5rem;
  color: var(--white);
  letter-spacing: 0.03em;
}

#emailFooterInput {
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 1.4rem;
  color: var(--grey);
  font-weight: 300;
  width: 200px;
  text-indent: 10px;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--grey);
  opacity: 1;
  font-weight: 300;
}

#emailFooterInput:-moz-placeholder {
  color: var(--grey);
  opacity: 1;
  font-weight: 300;
}

#emailFooterInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
  font-weight: 300;
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--grey);
  opacity: 1;
  font-weight: 300;
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--grey);
  opacity: 1;
  font-weight: 300;
}

a .columnItem::before,
.mediaLink::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: -12px;
  top: 6.5px;
  opacity: 0;
  transition: opacity 0.3s;
}

a .columnItem:hover::before,
.mediaLink:hover::before {
  /* opacity: 1; */
}

.byluna {
  pointer-events: none;
  margin-right: 0;
  width: 300px;
  margin-top: 12px;
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 2.5%;
  float: right;
  line-height: 5rem;
  /* height: 100%; */
}
.infoFooterByLuna {
  font-size: 10px;
}

.strongFooter {
  font-size: 15px;
  font-weight: 500;
}
#logoFooter {
  width: 20rem;
}

.columnImage {
  height: 100%;
  align-items: center;
  justify-content: center;
  height: fit-content;
  margin: 0 auto;
  margin-bottom: 4rem;
  margin-top: 4.5rem;
}

.utgImage {
  height: 6.5rem;
  margin-right: 15px;
  margin-bottom: 2rem;
}

#paymentMethodsFooter {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  height: calc(100% + 6rem);
}

.paymentMethodsItem {
  color: var(--red);
  margin: 0 1.5rem;
}

.paymentMethodsImage {
  display: block;
  height: 45px;
}

.paymentMethodsText {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 4rem;
}

.mediaContainer {
  display: flex;
  width: 20rem;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  margin: 0 auto;
}

.mediaText {
  width: fit-content;
  margin-bottom: 1rem;
}

.mediaLogos {
  width: fit-content;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }

  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
  }

  .columnContainer {
    border: none;
    border-bottom: unset;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0rem;
    margin-top: 0rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .columnContainerMobileAux {
    display: flex;
    flex-direction: row;
    margin: 3rem 0;
  }

  .columnItemWithImage {
    display: flex;
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 13px;
    margin-right: 5%;
    margin-left: 0;
    flex-direction: row;
  }

  .mediaContainer {
    display: flex;
    width: 15rem;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin: 0 auto;
    padding-left: 5%;
  }

  .mediaText {
    width: fit-content;
    margin-bottom: 1.5rem;
  }

  .newsletterColumn {
    width: 100%;
    margin: 0 auto;
    border-bottom: unset;
    padding-bottom: 0;
  }

  .newsletterContainer {
    width: 90%;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .newsletterHeadeing {
    max-width: unset;
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

  .rights {
    line-height: 3rem;
    height: 2rem;
    position: relative;
    font-size: 9px;
    width: 90%;
    margin-left: 4%;
  }
  #footerBottom {
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 9px;
  }
  .lunaLink {
    font-size: 9px;
    text-align: left;
    width: 90%;
    margin-left: 4%;
    line-height: 3rem;
  }
  .infoFooterByLuna {
    font-size: 9px;
  }
  .strongFooter {
    font-size: 9px;
  }
  #emailFooterInput {
    width: 100%;
    border-bottom: none;
  }

  .column {
    width: 90%;
  }

  .columnImage {
    margin-bottom: 0;
    display: flex;
    margin-top: 2rem;
  }

  #logoFooter {
    margin: 0 auto;
    width: 20rem;
  }

  .mediaLink {
    text-align: left;
  }

  .mediaLink:first-of-type {
    margin-top: 0rem;
  }

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

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 95%;
  }

  #paymentMethodsFooter {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
  }

  .paymentMethodsItem {
    margin: 0 0.5rem;
  }

  .paymentMethodsImage {
    display: block;
    height: 25px;
  }

  .paymentMethodsText {
    display: none;
  }

  .mobileElementFlex {
    display: flex !important;
  }

  .utgImage {
    height: 4rem;
    margin-right: 12px;
    margin-bottom: 2rem;
  }
}
