#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--web-background);
  overflow: hidden;
  z-index: 2;
}

.columnsContainer {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  background: #E40E00;
  /* border-radius: 70px 70px 0 0; */
}

.adminColumnsContainer {
  width: 70%;
  display: flex;
  /* justify-content: left; */
  background: #E40E00;
}

.columnContainer {
  width: calc(82% / 3);
  padding: 65px 10px 65px;
  box-sizing: border-box;
  line-height: 21px;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* margin: auto; */
  text-align: left;
  margin-left: 20%;
}

.columnHeading {
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: var(--button-line-height);
  font-family: var(--Syne);
  text-transform: uppercase;
}
.lineEffectCenter.columnItem::before {
    bottom: 0px;
    background: white;
}
.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: 4px  0;
  color: white;
  text-align: left;
  font-size: 14px;
}

.newsletterColumn {
  width: 100%;
  background: var(--newsletter-color);
  color: var(
  --base-aux);
}

.newsletterHeadeing, .newsletterHeadeingMobile {
  margin-bottom: 25px;
  text-align: left;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: var(
  --letter-spacing);
  color: white;
  text-transform: uppercase;
  font-family: var(--Delauney);
}

.newsletterHeadeingMobile {
  display: none
}

.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%);
}

.newsLetterSpan {
  color: var(--secondary);
  background: white;
  padding: 6px 0px 0px 0px;
}

.newsletterContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 92%;
  margin: auto;
  padding: 55px 0px 40px;
}
.newsletterGo.tr-3.btn-2:hover {
    /* color: var(--newsletter-color) !important; */
    /* filter: brightness(0.8); */
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  /* border-radius: 73px; */
  background: var(--secondary);
}

.newsletterGo {
  color: white;
  position: absolute;
  padding-right: 0px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  right: 0px;
  font-weight: 700;
  align-items: center;
  font-family: var(--Syne);
  font-size: 16px;
}

.newsletterGo.lineEffectCenter::before {
  
background: white;
  
bottom: 18px;
}

.suscribeNewsContainer:hover img{
 animation: rotate360 1s ease-in-out 0s 1 normal forwards;
}

.newsletterGo  img {width: 16px;}

.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: 48px;
  line-height: 48px;
  /* background: #4200C1; */
}

.rights {
  position: absolute;
  font-size: var(--body-font-size);
  text-align: left;
  line-height: 48px;
  letter-spacing: var(--letter-spacing);
  margin-left: calc(calc(100% - var(--web-container)) / 2 );
}

#emailFooterInput {
  padding: 0;
  line-height: 60px;
  font-size: 12px;
  color: white;
  font-weight: 400;
  width: 100%;
  /* text-indent: 30px; */
  background: #E40E00;
  border-bottom: 1px solid white;
}

#emailFooterInput::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

#emailFooterInput:-moz-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput::-moz-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput:-ms-input-placeholder {
  color: #000000;
  opacity: 0.7;
}

#emailFooterInput::-ms-input-placeholder {
  color: #000000;
  opacity: 0.7;
}



.byluna {
  pointer-events: none;
  margin-right: 0;
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: calc(calc(100% - var(--web-container)) / 2 );
  width: fit-content;
  float: right;
  margin-top: 10px;
  height: 30px;
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column;
    /* border-radius: 40px 40px 0 0; */
  }

  .adminColumnsContainer {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }

  .columnContainer {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .columnContainer:last-of-type {
    border: none;
  }

  .newsletterColumn {
    width: 100%;
    margin: 0 auto;
  }

  .newsletterContainer {
    width: 90%;
    padding-top: 40px;
    max-width: 600px;
  }

  .newsletterHeadeing {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .newsletterHeadeing img {
    max-width: 150px;
  }

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

  .rights {
    margin-left: 5%;
    line-height: 48px;
  }

  #emailFooterInput {
    width: 100%;
  }

  .mediaLink {
    text-align: left;
  }

  .mediaLink:first-of-type {
    margin-top: 20px;
  }

  .lunaLink {
    margin-right: 5%;
  }

  a .columnItem:hover::before,
  .mediaLink:hover::before {
    opacity: 0;
  }

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 95%;
  }
}


@media screen and (max-width: 768px) {
  .newsletterHeadeing {
    text-align: left;
    font-size: 35px;
    line-height: 32px;
    width: 100%;
  }

  #footerLogoContainer {
    padding-top: 40px;
    width: 95%;
    padding-left: 5%;
    align-items: baseline;
    border-radius: 40px 40px 0 0;
    border-bottom: 1px solid var(--secondary);
  }

  .adminColumnsContainer {
    border-radius: 0;
  }

  .redesContainer img {
    width: 27px !important;
    height: 27px;
  }

  .column, .columnContainer:nth-child(2) .column {
    margin-left: 5%;
  }

  .newsLetterSpan {
    color:var(--secondary);
    background: white;
  }

  .newsletterHeadeing {
  display: none;
  }

  .newsletterHeadeingMobile {
  display: block;
  font-size: 35px;
  line-height: 35px;
  /* font-family: var(--SadoTestAldo); */
  }
}