footer{
  color:var(--base-aux);
  background:var(--base);
}

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

.rights{
  position:relative;
  text-align:left;
  font-size: 12px;
  width: auto;
}

.columnsContainer {
  display: flex;
  position: relative;
  padding: 100px calc((100% - var(--web-container)) / 2);
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  background: var(--base);
  color: var(--base-aux);
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
}

.adminColumnsContainer {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 90px;
}

.columnContainer {
  box-sizing: border-box;
  line-height: calc(var(--base-line-height) + 1px);
  align-self: start;
  font-size: calc(var(--base-font-size) - 1px);
}



.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  text-align: center;
  display: grid;
  gap: 7px;
}

.columnHeading {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;
  font-size: calc(var(--base-font-size) + 1px);
}

.columnItem {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: max-content;
}

.columnItem.lineEffectCenter::before {
  bottom: -1px;
  background: var(--base-aux);
}

.newsletterColumn {
  position: relative;
  float: left;
}

.newsletterHeadeing {
  width: 100%;
  font-size: 45px;
  line-height: 49px;
  font-family: var(--secondary-font-family);
  text-transform:uppercase;
}
.newsletterHeadeing span:last-child{
   text-transform:lowercase; 
  font-style: italic;
}

.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%;
  display: grid;
  gap: 20px;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 360px;
  height: 48px;
  gap: 5%;
  background: rgba(253, 253, 251, 0.1);
  justify-content: space-between;
  font-size: var(--base-font-size);
  align-items: center;
}

.newsletterGo {
  position: absolute;
  cursor: pointer;
  right: 13px;
  height: 100%;
  display: flex;
  align-items: center;
}


.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 {
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: var(--web-container);
  margin: 0 auto 0px;
  padding: 25px 0;
}


#emailFooterInput {
  width: 100%;
  height: 100%;
  text-indent: 10px;
  background-color: transparent;
}
.whatsAppWebContainer.open, .whatsAppWebContainer.open img{
  height: auto;
  z-index: 2;
}


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

.lunaLink {
  display: block;
  overflow: hidden;
  width: fit-content;
}
.visuallyHidden{
  display: none;
}
@media screen and (max-width: 1100px) {
  .columnsContainer {
    flex-direction: column;
    box-sizing: border-box;
    padding-block: 50px;
    gap: 40px;
  }

  .adminColumnsContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
  }

  .columnContainer {
    border-bottom: unset;
    text-align: left !important;
    padding: 0;
    display: flex;
    justify-content: left;
    font-size: 14px;
    width: 100%;
    align-items: flex-start;
  }


  .column {
    flex-direction: column;
    align-items: left;
  }

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

  .columnContainer:nth-child(3) {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }


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

  .newsletterContainer {
    width: 100%;
    text-align: center;
  }

  .newsletterHeadeing {
    max-width: 270px;
    text-align: left;
  }

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

  .suscribeNewsContainer {
    margin-bottom: 0;
    gap: 2%;
  }

  .newsletterGo {
    font-size: calc(var(--base-font-size) - 1px);
  }

  #footerBottom {
  padding: 15px 0;
  align-items: center;
  }

  #emailFooterInput {
    width: 100%;
    text-transform: unset;
  }

  
  .byluna {
    height: 30px;
  }

  a .columnItem:hover::before,
  .mediaLink:hover::before {
    opacity: 0;
  }
  .columnHeading{
    margin-bottom:20px;
  }
}
@media (hover: hover) and (pointer: fine) {
.newsletterGo:hover{
  color: var(--crema);
}

}
