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

#paymentTypesContainer {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid var(--lighter-base)
}

#paymentTypes {
  width: 88%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center
}

#paymentTypes p {
  letter-spacing: 2px;
  color: var(--lighter-base);
  font-size: 14px
}

.paymentIcon {
  height: 25px
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--secondary);
  overflow: hidden;
  z-index: 3;
  font-size: 14px;
  border-top: 1px solid
}

.footerLogoColumn {
  padding: 60px 0 21px 10px
}

.footerLogoColumn img {
  width: 69%;
}

.columnsContainer {
  color: #000;
  width: 90%;
  display: grid;
  grid-template-columns: 160px 3fr 1fr;
  margin: 0 auto 20px
}

.adminColumnsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #000;
  gap: 0
}

.columnContainer {
  padding: 55px 10px 30px;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 12px
}

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

.columnSocialMedia .columnSocialMediaMobile {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px
}

.columnHeading {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px
}

.columnItem {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  width: -webkit-fit-content;
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  margin-bottom: 5px
}

.column a:hover {
  text-decoration: underline
}

.newsletterColumn {
  color: #000
}

.columnSocialMediaMobile {
  display: none
}

.newsletterHeadeing {
  margin-bottom: 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}

.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: 100%;
  margin: auto;
  padding: 55px 0 40px
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid #000
}

.newsletterGo {
  background: var(--nav-color);
  color: #000;
  position: absolute;
  padding: 8px 10px;
  display: flex;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  right: 5px;
  font-weight: 500
}

.newsletterGo img {
  width: 100%
}

.newsletterGo:hover {
  font-weight: 600
}

.columnSocialMedia {
  width: 100%;
  display: flex;
  gap: 15px
}

.smLogo {
  height: 20px;
  margin-top: 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 {
  background: var(--third);
  height: 39px;
  line-height: 48px;
  color: var(--secondary)
}

.rights {
  position: absolute;
  margin-left: 5%;
  font-size: 12px;
  text-align: left;
  line-height: 40px;
  letter-spacing: .03em
}

#emailFooterInput {
  padding: 0 14px;
  border-radius: 0;
  line-height: 38px;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  background: transparent;
  width: 100%
}

#emailFooterInput::-webkit-input-placeholder {
  color: #000;
  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
}

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

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

.byluna {
  pointer-events: none;
  margin-right: 0;
  position: absolute;
  height: 28px;
  transform: skewX(15deg);
  right: 12px
}

.lunaLink {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 5%;
  width: 35px;
  float: right;
  padding: 5px 15px;
  height: 30px;
  transform: skewX(-15deg);
}

@media screen and (max-width: 1100px) {
  .adminColumnsContainer {
      padding:20px 0
  }

  .columnContainer {
      text-align: left;
      padding: 25px 0
  }

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

  .newsletterHeadeing img {
      max-width: 150px
  }

  

  .rights.mobileElement {
      text-transform: uppercase
  }

  .mediaLink {
      text-align: left
  }

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

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

  #footer {
      z-index: 4
  }

  .paymentTypesImages {
      width: 95%
  }
}

@media screen and (max-width: 768px) {
  #paymentTypesContainer {
      height:109px
  }

  #paymentTypes {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%
  }

  #paymentTypes p {
      width: 100%;
      text-align: center;
      padding: 10px;
      font-size: 12px;
      font-weight: 600
  }

  .paymentIcon:not(:nth-child(2)) {
      height: 17px;
      margin-left: 12px
  }

  .paymentIcon {
      margin-bottom: 11px
  }

  .suscribeNewsContainer {
      margin-bottom: 25px
  }

  .newsletterContainer {
      width: 80%;
      padding: 0
  }

  .columnsContainer,.adminColumnsContainer {
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      width: 100%
  }

  .newsletterHeadeing {
      text-align: center
  }

  .columnSocialMediaMobile {
      display: flex;
      margin: 20px 0;
      gap: 20px;
      order: 3;
      justify-content: center
  }

  .columnSocialMedia {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      gap: 20px
  }

  .adminColumnsContainer {
      padding: 0;
      order: 3
  }

  .footerLogoColumn {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      padding: 40px 0 0;
      order: 1
  }

  .footerLogoColumn img {
      width: 85%;
      margin-bottom: 25px
  }

  .columnItem {
      line-height: 30px
  }

  .column {
      text-align: left;
      width: 80%
  }
}

@media screen and (max-width: 400px) {
  #paymentTypesContainer {
      height:100px
  }

  .paymentIcon {
      height: 18px
  }

  #paymentTypes p {
      padding: 8px
  }
}
