#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0px !important;
}

a {
  color: black;
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  font-family: "MarkPro";
  height: auto;
  background: #fff;
  overflow: hidden;
}

.columnsContainer {
  display: flex;
  width: 100%;
  color: #979797;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 20px 0;
}

.adminColumnsContainer {
  width: 70%;
  display: flex;
}

.columnContainer {
  width: calc(100% / 3);
  padding-top: 5rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

.columnContainer:first-child .column a:nth-of-type(2) .columnItem {
  color: rgba(170, 24, 41, 1);
  font-weight: 700;
}

.column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: black;
  line-height: 23px;
  font-family: "MarkPro";
  font-size: 14px;
}

.containerLogoFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
}

.containerLogoFooter img {
  width: 60%;
}

.containerLogoFooter:first-child img {
  width: 50%;
}

.columnHeading {
  font-weight: 700;
}

.columnItem {
  margin-top: 5px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}

.newsletterColumn {
  width: 25%;
}
.containerNewsletter {
  display: flex;
}
.newsletterHeadeing {
  font-weight: 300;
  margin-right: 15px;
}
.newsletterHeadeing .bold {
  font-weight: 600;
}
.newsletterHeadeing br {
  display: none;
}
.newsletterContainer {
  width: 50%;
  padding: 40px 20px;
  margin: auto;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  margin: 0;
}
.newsletterContainer .buttonRed {
  width: fit-content;
  padding: 10px 30px;
  color: white;
  border: 1px solid #aa1829;
  background: #aa1829;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  margin: 0 !important;
}
.newsletterContainer .buttonRed:hover {
  border: 1px solid #aa1829;
  background: transparent;
  color: #aa1829;
}

.newsletterContainer:last-child {
  background-color: #1f1f1f;
  color: white;
}

.floatFooter {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aa1829;
}
.floatFooter p {
  color: white;
  margin: 0;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
}

.suscribeNewsContainer div {
  position: absolute;
  right: 0;
  cursor: pointer;
  background: #aa1829;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}

.newsletterGo {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.mediaLink {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.3rem;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#footerBottom {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5%;
  width: 100%;
}

.containerRedes {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.containerRedes a {
  margin-right: 10px;
  cursor: pointer;
}

.containerRedes a img {
  width: 25px;
  height: 25px;
}

.rights {
  margin-left: 0;
  text-transform: capitalize;
  font-size: 1.1rem;
  text-align: left;
  line-height: 4.5rem;
  color: var(--white);
  letter-spacing: 0.03em;
  color: #000;
  position: unset;
  width: fit-content;
}

#emailFooterInput::placeholder {
  font-family: "MarkPro";
}

#emailFooterInput {
  width: 300px;
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 3.5rem;
  font-size: 15px;
  font-family: "MarkPro";
  color: black;
  font-weight: 300;
  text-indent: 20px;
}

.columnItem:hover {
  color: #404040;
}

input {
  font-family: "MarkPro";
  font-weight: 300;
}

#emailFooterInput::-webkit-input-placeholder {
  color: var(--green);
  opacity: 1;
  font-family: "MarkPro";
  font-weight: 300;
}

#emailFooterInput:-moz-placeholder {
  color: var(--green);
  opacity: 1;
  font-family: "MarkPro";
  font-weight: 300;
}

#emailFooterInput::-moz-placeholder {
  color: var(--green);
  opacity: 1;
  font-family: "MarkPro";
  font-weight: 300;
}

#emailFooterInput:-ms-input-placeholder {
  color: var(--green);
  opacity: 1;
  font-family: "MarkPro";
  font-weight: 300;
}

#emailFooterInput::-ms-input-placeholder {
  color: var(--green);
  opacity: 1;
  font-weight: 300;
  font-family: "MarkPro";
}

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

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

.byluna {
  pointer-events: none;
  margin-right: 0;
  float: unset;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

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

@media screen and (max-width: 1000px) {
  .containerNewsletter {
    flex-direction: column;
  }
  .newsletterContainer {
    width: 100%;
    flex-direction: column;
  }
  .newsletterHeadeing br {
    display: none;
  }
  .newsletterHeadeing {
    margin-bottom: 10px;
    text-align: center;
  }
  .newsletterContainer .buttonRed {
    width: 100%;
    text-align: center;
  }
  .suscribeNewsContainer {
    margin-bottom: 0;
    width: 100%;
  }
  .floatFooter p {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #footerBottom .containerRedes {
    display: none;
  }
  .columnsContainer {
    width: 90%;
    flex-direction: column-reverse;
    margin: 30px auto;
  }

  .adminColumnsContainer {
    flex-direction: column-reverse;
    width: 100%;
  }

  .columnContainer {
    border: none;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .containerRedes.mobileElement {
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px;
  }

  .containerLogoFooter.mobileElement {
    display: flex !important;
  }
  .containerRedes a:last-child {
    margin-right: 0;
  }

  .containerLogoFooter {
    width: 90%;
    margin: 20px auto;
  }
  .containerLogoFooter img {
    width: 40%;
    max-width: 100px;
  }

  .newsletterColumn {
    width: 100%;
    border-bottom: 1px solid var(--grey);
  }

  .rights {
    margin-left: 2.5%;
    line-height: 1rem;
    width: 50%;
  }

  .mediaLink {
    text-align: center;
  }

  .mediaLink:first-of-type {
    margin-top: 2rem;
  }

  .lunaLink {
    margin-right: 2.5%;
  }

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

  #footer {
    z-index: 4;
    border-top: 1px solid var(--grey);
  }
}
