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

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

.columnsContainer {
  display: flex;
  width: 61%;
  justify-content: flex-end;
  position: relative
}

.adminColumnsContainer {
  width: 97%;
  display: flex;
  justify-content: flex-end;
  margin-right: 3%;
  flex-wrap: wrap;
  flex-direction: row;
}

.columnContainer {
  width: calc(100% / 2);
  padding: 55px 27px 55px;
  box-sizing: border-box;
  line-height: 21px;
  color: var(--base)
}

.column.ayuda .columnItem {
    cursor: pointer;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0px;
  text-align: center
}


.columnContainer:last-of-type a {
    display: flex;
    align-items: center;
}


.columnHeading {
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.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: 6px 0 0;
  text-align: left;
  font-size: 14px;
}

.newsletterColumn {
  width: 39%;
  color: var(--base);
  position: relative
}

.newsletterHeadeing {
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  font-size: 25px;
  line-height: normal;
}

.upFooter {
  display: flex;
  background: #fafafa;
  border-top: 1px solid #D6D6D6;
  padding-top: 40px;
  border-bottom: 1px solid #D6D6D6
}

.newsletterGo:hover {
  background: transparent;
  color: #000;
  font-weight: bold;
}

.ayuda .lineEffectCenter::before {
  bottom: 0px;
}

.ayuda .columnItem:hover::before {
  opacity: 1
}

.brands {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center
}

.brands img {
  height: 52%;
}

.newsletterHeadeing strong {
  font-style: italic
}

.newsletterHeadeing img {
  -webkit-filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%);
  filter: invert(98%) sepia(38%) saturate(1%) hue-rotate(331deg) brightness(102%) contrast(101%)
}

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-left: 0px;
  padding: 55px 20px 79px 4vw;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 350px;
  border-bottom: 2px solid black;
}

.newsletterGo {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 42px;
  color: black;
  margin-left: 6px;
  font-size: 13px;
}

.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: 45px;
  line-height: 45px;
  background-color: var(--base)
}

.rights {
  position: absolute;
  margin-left: 2.5%;
  font-size: 13px;
  text-align: left;
  color: var(--white);
}

#emailFooterInput {
  border-radius: 0;
  line-height: 42px;
  font-size: 14px;
  box-sizing: border-box;
  color: var(--base);
  font-weight: 300;
  width: 100%;
  text-indent: 0;
  background-color: transparent;
}
.newsletterColumn .columnContainer .column {
    margin: 0px;
}

.newsletterColumn .columnContainer {
    padding-left: 4vw;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--black);
  opacity: .7
}

#emailFooterInput:-moz-placeholder {
  color: var(--black);
  opacity: .7
}

#emailFooterInput::-moz-placeholder {
  color: var(--black);
  opacity: .7
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--secondary);
  opacity: .7
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--secondary);
  opacity: .7
}

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

.columnContainer:last-of-type a .columnItem::before {
    content: "";
    width: 0px;
    height: 0px;
}

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

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

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 2.5%;
  width: fit-content;
  float: right;
  margin-top: 0;
  height: 100%
}

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

  .adminColumnsContainer {
      flex-direction: column;
      width: 100%;
      padding: 20px 0
  }

  .brands {
      height: auto;
      padding: 20px 0
  }

  .brands img {
      height: unset;
      width: 97%
  }

  .upFooter {
      flex-direction: column
  }

  .newsletterGo.tr-3.btn-3 {
      font-size: 12px;
      padding: 14px 10px;
      line-height: normal;
      margin-left: 5px
  }

  .columnHeading {
      font-size: 13px;
      margin-bottom: 10px;
  }

  .columnContainer {
      border-bottom: unset;
      width: 90%!important;
      text-align: left!important;
      margin: 0 auto;
      padding: 25px 0!important
  }

  .column {
      text-align: left!important;
      float: left
  }

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

  .newsletterColumn {
      width: 100%;
      margin: 0 auto
  }
  .columnItem {
    font-size: 13px;
    margin: 3px 0px;
}

  .newsletterContainer {
      width: 90%;
      padding-top: 40px;
      padding: 10px 0% 0 0%;
      margin: auto;
  }

  .newsletterHeadeing {
      max-width: unset;
      font-size: 18px;
      margin-bottom: 20px
  }

  

  .newsletterHeadeing img {
      max-width: 150px
  }

  .suscribeNewsContainer {
      margin-bottom: 0;
      border-bottom: 1px solid black;
      margin-bottom: 10px;
  }

  .rights {
      margin-left: 3%;
      font-size: 9px;
  }

  #emailFooterInput {
      width: 100%;
      text-transform: unset;
      line-height: 43px
  }

  .mediaLink {
      text-align: left
  }

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

  .lunaLink {
      margin-right: 3%
  }

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

  #footer {
      z-index: 4
  }

  .paymentTypesImages {
      width: 95%
  }
}
