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

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

.columnsContainer {
  display: grid;
  grid-template-columns: 2fr 3fr;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  background-color: var(--base);
  color: var(--secondary);
  padding: 4rem 0;
}
img.logoFooter {
  width: 190px;
  height: 60px;
}
.adminColumnsContainer {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
}

.columnContainer {
  box-sizing: border-box;
  line-height: 21px;
  width: fit-content;
}

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

.columnHeading {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  font-size: 17px;
  text-wrap: nowrap;
}

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

#footer .btn-2.tr-3.lineEffectCenter::before {
   bottom: unset;
   top: 18px;
 }

#footer .lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

#footer .lineEffectCenter.columnItem::before {
  bottom: 10px;
}

#footer .lineEffectCenter::before {
  content: "";
  background: var(--white);
  height: 1px;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
  top: 15px;
}
.socialMedia a img{
  width:27px;
  margin-right:10px
}
.newsletterColumn {
  width: 100%;
  background: var(--base);
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.newsletterHeadeing {
  margin-bottom: 13px;
  text-align: center;
  font-size: 25px;
  line-height: var(--h1-line-height);
  font-weight: var(--secondary-font-weight);
}

.newsletterSubheadeing {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.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 55px;
}

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

.newsletterGo {
  height: 50px;
  font-size: 13px;
  position: absolute;
  padding: 0 30px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 52px;
  right: 0;
  color: var(--base);
  background-color: #f6f6f6;
  border: 1px solid var(--white);
  font-weight: 500;
}

.newsletterGo:hover {
  color: var(--white);
  background-color: var(--base);
}

.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: 50px;
  align-content: center;
  background-color: var(--base);
  font-size: 12px;
  color: var(--secondary)
}

.rights {
  height: fit-content;
  width: fit-content;
  line-height: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5%;
  font-size: 12px;
  text-align: left;
}

#emailFooterInput {
  padding: 0;
  border-radius: 0;
  line-height: 50px;
  font-size: 13px;
  color: var(--white);
  background-color: var(--base);
  font-weight: var(
  --regular);
  width: 100%;
  text-indent: 15px;
  border: 1px solid var(
  --white);
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--white);
}

#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(--base);
  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
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 5%;
  width: fit-content;
  float: right;
  height: 28px;
}

.socials {
  margin: 20px 0 0;
  float: left
}

.socials img {
  margin-right: 10px
}

/* 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
}
  */
@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    padding: 3rem 0;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }
  #footerBottom{
    font-size:10px;
  }
img.logoFooter {
  margin: auto;
    width: 190px;
    height: 60px;
}
  .adminColumnsContainer {
    flex-direction: column;
    width: 90%;
    padding: 20px 0;
    padding-top: 4rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 5rem;
  }

  .columnContainer {
    border-bottom: none;
    width: 100%;
    text-align: left;
    padding: 0;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
  }

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

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

  .newsletterContainer {
    width: 90%;
    padding-top: 40px;
    max-width: 600px
  }

  .newsletterHeadeing {
    width: 90%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin: 20px auto;
  }

  .newsletterSubheadeing {
    font-size: 14px;
    margin: 0 auto 50px;
    width: 87%;
  }

  .newsletterHeadeing img {
    max-width: 150px
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
    width: 100%;
  }

  .byluna {
    height: 20px;
    margin-top: 2px;
    width: auto;
  }

  .rights {
    margin-left: 5%;
    font-size: 10px;
  }
  
  .rights b {
    font-weight: 400
  }

  #emailFooterInput {
    width: 100%;
    font-size: 11px;
    line-height: 44px;
  }

  .newsletterGo {
    line-height: 46px;
    font-size: 14px;
    height: 44px;
    font-weight: 600;
    padding: 0 20px;
  }
.column{
  width: fit-content;
}
  
  .columnHeading {
    font-size: 18px;
    text-align: center;
  }
.socialMedia{
  display:flex;
  justify-content: space-around;
  gap: 20px;
}
  .columnItem {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  .column a img{
    width:27px;
    margin: 0;
  }
  .mediaLink {
    text-align: left
  }

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

  .lunaLink {
    margin-right: 20px;
  }

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

  #footer {
    z-index: 4
  }

  .paymentTypesImages {
    width: 95%
  }
}