#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;
  justify-content: flex-start;
  position: relative;
  width: var(--web-container);
  margin: auto
}

.adminColumnsContainer {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  margin-right: 4vw
}

.columnContainer:first-of-type {
  margin-left: 0
}

.columnContainer {
  padding: 55px 10px 55px;
  box-sizing: border-box;
  margin: 0 60px;
  line-height: 21px;
  color: var(--base)
}

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

.columnHeading {
  font-weight: 600;
  text-align: left;
  margin-bottom: 35px;
  font-size: 18px;
  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: 12px 0 0;
  text-align: left;
  font-size: var(--menu-font-size);
  text-transform: uppercase
}

.columnItem::before {
    bottom: 0px;
}

.newsletterColumn {
  width: 100%;
  color: var(--base);
  position: relative;
  border-top: 1px solid #D6D6D6;
  background: #fafafa;
  border-bottom: 1px solid #D6D6D6
}

.newsletterHeadeing {
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center
}

.upFooter {
  display: flex;
  border-top: 1px solid #D6D6D6
}

.newsletterGo:hover {
  background: transparent;
  color: #000
}

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

.brands img {
  height: 51%;
}

.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: calc(100% - 60px);
  margin: auto;
  padding: 55px 20px 40px 4vw
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 570px;
  margin: auto;
  margin-bottom: 20px
}

.newsletterGo {
  cursor: pointer;
  padding: 0 33px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #000;
  background: var(--base);
  letter-spacing: 2px;
  color: var(--secondary);
  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: 12px;
  text-align: left;
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase
}

#emailFooterInput {
  padding: 0 14px;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
  padding-top: 4px;
  box-sizing: border-box;
  color: var(--base);
  font-weight: 300;
  width: 100%;
  text-indent: 0;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #D6D6D6;
  text-transform: uppercase
}

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

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

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

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

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



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

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

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

  .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: 16px
  }

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

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

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

  .newsletterColumn {
      width: 100%;
      margin: 0 auto
  }

  .newsletterContainer {
      width: 90%;
      padding-top: 40px;
      padding: 55px 0%;
  }

  .newsletterHeadeing {
      max-width: unset;
      font-size: 17px;
      line-height: 32px;
      font-weight: 500;
      margin-bottom: 20px
  }

  .newsletterHeadeing img {
      max-width: 150px
  }

  .suscribeNewsContainer {
      margin-bottom: 0
  }

  .rights {
      margin-left: 3%
  }

  #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%
  }
}
