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

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url(../../files/Fondo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 3;
  color: var(--web-background);
}

.columnsContainer {
  display: flex;
  width: calc(100% - 200px);
  justify-content: flex-end;
  position: relative;
}

.adminColumnsContainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.columnContainer {
  width: calc(100% / 3);
  padding: 55px 40px 55px;
  box-sizing: border-box;
  line-height: 21px;
}

.columnContainer:first-child {
  width: calc(100% / 3 + 20px);
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-family: "OpenSans";
}

.columnContainer:last-of-type a:first-of-type::before {
  /* background-image: url(../../files/fb.png); */
  /* content: " "; */
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-right: 5px;
}

.columnContainer:last-of-type a {
  display: flex;
  align-items: center;
}

.redesSocialesFooter {
    width: 28px;
    height: 27px;
}

.columnContainer:last-of-type a:last-of-type::before {
  background-image: url(../../files/ig.png);
  /* content: " "; */
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
  margin-right: 5px;
}

.columnHeading {
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
}

.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: 6px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 25.52px;
  font-weight: 600;
}

.columnItem img {
  width: 10px;
  height: auto;
  padding-right: 5px;
}

.newsletterColumn {
  width: 39%;
  color: var(--base);
  position: relative;
}

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

.upFooter {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: auto;
}

.newsletterGo:hover {
  background: transparent;
  color: #000;
}

.brands {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands img {
  height: 52%;
}

.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: calc(100% - 60px);
  margin: auto;
  padding: 55px 20px 40px 4vw;
}

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

.newsletterGo {
  cursor: pointer;
  padding: 0 33px;
  text-transform: uppercase;
  line-height: 42px;
  border: 1px solid #000;
  background: var(--base);
  color: var(--white);
  margin-left: 6px;
  font-size: 13px;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.media {
  display: flex;
  gap: 10px;
}

.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: 45px;
  line-height: 45px;
}

.rights {
  position: absolute;
  margin-left: 4%;
  font-size: 12px;
  text-align: left;
  color: var(--white);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: capitalize;
}

#emailFooterInput {
  padding: 0 14px;
  border-radius: 0;
  line-height: 42px;
  font-size: 14px;
  box-sizing: border-box;
  color: var(--base);
  font-weight: 300;
  width: 100%;
  text-indent: 0;
  background-color: white;
  border: 1px solid var(--secondary);
  text-transform: uppercase;
}

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

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

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

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

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

.columnContainer:last-of-type {
  padding: 55px 0px 55px 40px;
  width: fit-content;
}

.column.redes {
  margin: 0px;
}

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

.columnContainer:last-of-type a .columnItem::before {
  content: "";
  width: 0px;
  height: 0px;
}

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

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

img.logoFooter {
  width: 110px;
}

.lunaLink {
  display: block;
  overflow: hidden;
  margin-right: 4%;
  width: fit-content;
  float: right;
  margin-top: 0;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .columnsContainer {
    width: 100%;
    flex-direction: column-reverse;
  }

  .adminColumnsContainer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }

  .brands {
    height: auto;
    padding: 20px 0;
  }

  .brands img {
    height: unset;
    width: 97%;
  }

  .upFooter {
    flex-direction: column;
  }

  a.imageWithTextGroup {
    flex-direction: column-reverse;
  }

  .imageWithTextGroup .textColumn {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 8%;
  }

  img.logoFooter {
    margin: 30px auto;
  }

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

  .column.redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .newsletterGo.tr-3.btn-3 {
    font-size: 12px;
    padding: 14px 10px;
    line-height: normal;
    margin-left: 5px;
  }

  .columnHeading {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .columnContainer {
    border-bottom: unset;
    width: 90% !important;
    text-align: left !important;
    margin: 0 auto;
    padding: 25px 0 !important;
  }

  .column {
    text-align: left !important;
    float: left;
    width: 100%;
  }

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

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

  .newsletterContainer {
    width: 90%;
    padding-top: 40px;
    padding: 50px 0% 0 0%;
  }

  .newsletterHeadeing {
    max-width: unset;
    font-size: 16px;
    margin-bottom: 20px;
  }

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

  .suscribeNewsContainer {
    margin-bottom: 0;
  }

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

  #emailFooterInput {
    width: 100%;
    text-transform: unset;
    line-height: 43px;
  }

  .mediaLink {
    text-align: left;
  }

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

  .lunaLink {
    margin-right: 3%;
  }

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

  #footer {
    z-index: 4;
  }

  .paymentTypesImages {
    width: 95%;
  }
}
