#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#paymentTypesContainer {
  width: 100%;
  background-color: white;
  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;
  margin-top: 25px;
  background: var(--nav-color);
  overflow: hidden;
  z-index: 3;
  font-size: 14px;
}
.footerLogoColumn{
  padding: 55px 0px 30px;
}
.footerLogoColumn img{
  width: 80%;
}
.columnsContainer {
  color: var(--secondary);
  width: 84%;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  margin: 0 auto 20px;
}

.adminColumnsContainer {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}

.columnContainer {
  padding: 55px 10px 30px;
  box-sizing: border-box;
  line-height: 21px;
}

.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: capitalize;
  font-weight: bold;
  margin-bottom: 5px;
}

.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;
  width: auto;
}

.newsletterColumn {
  color: var(--secondary);
}
.columnSocialMediaMobile{
  display:none;
}
.newsletterHeadeing {
  margin-bottom: 13px;
  text-align: left;
  font-size: var(--btn-font-size);
  font-weight: bold;
}

.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;
  padding: 55px 20px 40px;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.newsletterGo {
  background:var(--nav-color);
  color: var(--secondary);
  position: absolute;
  padding: 8px 10px;
  display: flex;
  cursor: pointer;
  text-transform: uppercase;
  top: 4px;
  right: 5px;
  font-weight: 700;
}
.newsletterGo img{
  width: 100%;
}
.newsletterGo:hover{
  background-color: var(--secondary-footer-color);
}
.columnSocialMedia{
  width: 100%;
}
.smLogo{
  width: 25px;
  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 {
  background: var(--secondary-footer-color);
  height: 39px;
  line-height: 48px;
}

.rights {
  position: absolute;
  margin-left: 10%;
  font-size: 12px;
  text-align: left;
  line-height: 40px;
  color: var(--secondary);
  letter-spacing: 0.03em;
}

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 38px;
  font-size: 14px;
  color: var(--base);
  font-weight: 300;
  width: 310px;
  text-indent: 15px;
}

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

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

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

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

#emailFooterInput::-ms-input-placeholder {
  color: var(--base);
  opacity: 0.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;
  background: #035c28;
  display: block;
  overflow: hidden;
  margin-right: 10%;
  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: 80%;
  }

  .newsletterHeadeing img {
    max-width: 150px;
  }

  .rights {
    margin-left: 35px;
    line-height: 41px;
  }

  .mediaLink {
    text-align: left;
  }

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

  .lunaLink {
    margin-right: 35px;
  }

  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;
    }
    .columnContainer {
      border-bottom: 1px solid var(--lighter-base);
    }
    .suscribeNewsContainer {
      margin-bottom: 25px;
  }
    .newsletterContainer{
      padding: 0px;
    }
    .columnsContainer,
    .adminColumnsContainer {
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      margin-bottom: 0px;
      width: 100%;
    }
    .newsletterHeadeing {
      text-align: center;
  }
    .columnSocialMediaMobile{
      display: flex;
      margin: 20px 0;
      gap: 20px;
      order: 3;
      justify-content: center;
      }
    .columnSocialMedia {
    display: none;
    }
    .adminColumnsContainer {
      border-top: 1px solid var(--lighter-base);
      padding: 0;
      order: 3;
    }
    .footerLogoColumn {
      width: auto;
      margin: 0 auto;
      padding: 40px 0 0;
      order: 1;
    }
    .footerLogoColumn img{
      width: 100%;
      margin-bottom: 25px;
    }
    .columnItem{
      line-height: 30px;
    }

    .column{
      text-align: center;
    }
}
@media screen and (max-width: 400px){
  #paymentTypesContainer {
    height: 100px;
  }
  .newsletterContainer{
    width: 100%;
  }
  .paymentIcon{
    height: 18px;
  }
  #paymentTypes p {
    padding: 8px;
  }
}
