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

#footer {
  position: relative;
  bottom: 0px;
  font-family: "Montserrat";
  width: 100%;
  height: fit-content;
  /* background: #888888; */
  /* padding-top: 30px; */
  border-top: 0px solid #000000;
  transition: all ease-in-out 0.2s;
  text-align: center;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03);
  margin-top: 0 !important;
}

.line {
  /* position: absolute; */
  display: none;
  height: 1px;
  background: #6b6869;
  width: 100%;
  margin: 0 auto;
}

.columnTitle {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  font-weight: bold;
  margin-left: 15%;
  width: 70%;
  height: 35px;
  line-height: 25px;
  font-size: 18px;
  display: none;
}

.whatsapp-click {
  position: absolute;
  right: 50px;
  top: -30px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

.lineAnimation::after {
  height: unset !important;
}

.specialSpace {
  display: flex;
  position: relative;
  height: 30px;
}

.specialSpace2 {
  display: flex;
  position: relative;
  height: 45px;
}

img.footerSmallLogo {
  height: 30px;
  max-width: 100%;
  width: fit-content;
  left: 0;
  margin-left: 15%;
  text-align: left;
  align-items: flex-start;
}

.footerLogo {
  display: flex;
  width: 9%;
  height: auto;
  margin-right: 45%;
  align-items: center;
  align-self: center;
}

.adminColumns {
  width: 65%;
  height: auto;
  position: relative;
  margin: auto 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.redesDiv {
  display: flex;
  height: calc(100% - 223px);
  margin: 0 auto;
  margin-top: 20px;
  width: 70%;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  flex-direction: column;
}

img.logoImg {
  display: block;
  position: relative;
  height: auto;
  margin: auto;
  width: 100%;
}

.textDiv {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
}

.redesDivContainer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 85%;
  /* margin-left: 15%; */
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 5%;
  align-content: center;
}

a.socialLogo {
  display: flex;
  margin-right: 14px;
  justify-content: center;
}

.socialLogo img {
  display: block;
  height: auto;
  width: 16px;
  margin-right: 0;
}

.columnsContainer {
  text-align: center;
  margin: auto;
  /* margin-top: 25px; */
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  /* padding-right: 4%; */
  /* padding-left: 4%; */
  position: relative;
  /* height: 525px; */
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.container-footer-columns {
  width: 90%;
  margin: auto;
  color: black !important;
  background: white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}

.column {
  float: left;
  color: black !important;
  height: calc(100% - 200px) !important;
  position: relative;
  display: flex;
  text-align: left;
  width: 30%;
  /* margin-top: 50px; */
  font-weight: 500;
  flex-direction: column;
  vertical-align: top;
  align-content: flex-end;
}

.line-column {
  width: 1px;
  height: 290px;
  background: white;
}

.columnHeadingNewsletter {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  right: 3%;
}

.columnItem {
  font-size: 13px;
  line-height: 30px;
  display: flex;
  /* color: white; */
  height: 33px;
  /* margin: 12px 30px 0px; */
  text-transform: none;
  text-align: left;
  flex-direction: column;
  color: black;
  line-height: 15px;
  width: auto;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.columnItem-link {
  cursor: pointer;
}

.columnItem-link:hover {
  font-weight: 600;
}

.newsletterColumn {
  width: 100%;
  margin: 0 auto 10px;
  border-bottom: 1px solid white;
  font-size: 18px;
  color: white;
  justify-content: center;
  padding-left: 30px;
  display: flex;
  /* padding-bottom: 55px; */
  margin-bottom: 0px;
  padding-right: 50px;
  height: 217px;
  flex-direction: column;
  background-color: #e0004d;
  align-items: center;
}

#emailFooterInput {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: transparent;
  color: #ffffff;
  line-height: 30px;
  font-size: 13px;
  text-indent: 30px;
  opacity: 0.7;
}

#emailFooterInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58595b;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58595b;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58595b;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444b48;
  opacity: 1;
  font-weight: 400;
}

#subscribeNewsletterButton {
  position: relative;
  cursor: pointer;
  float: left;
  height: 100%;
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}

.newsletter_go {
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.07em;
  text-align: right;
  position: absolute;
  padding-right: 25px;
  padding-left: 24px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  top: 0;
  right: 0;
}

.newsletter_go:hover {
  font-weight: bold;
}

#footerBottom {
  height: 40px;
  border-top: 1px solid white;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row-reverse;
  /* padding-left: 0%; */
  align-items: center;
}

#footerLogoContainer {
  height: 230px;
  float: left;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 13%;
}

.rights {
  line-height: 40px;
  color: black;
  font-size: 13px;
  float: left !important;
  width: 96%;
  text-align: left;
  /* margin-left: 60px; */
  margin-left: 4%;
}

.byluna {
  position: relative;
  /* height: 64%; */
  height: 30px;
  margin-right: 94%;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-left: 18%;
}

.newsletterHeading {
  text-align: center;
  font-size: 12px !important;
}

.newsletterHeading1 {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

#newsLetterDiv {
  height: 34px;
  width: auto;
  margin-bottom: 25px;
}

a .columnItem:hover {
  color: #c09f80;
}

.openItem {
  display: none;
}

.suscribeNewsContainer {
  position: relative;
  float: left;
  width: 41%;
  height: 50px;
  border: 1px solid white;
  border-radius: 100px;
  justify-content: space-around;
}

.lineAnimation::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  left: 50%;
  top: 0;
  background-color: #000000;
  transition: all ease-in-out 1s;
}

.visible.lineAnimation::after {
  width: 100%;
  left: 0;
}

.comment {
  text-align: center;
  color: white;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.04px;
  text-align: center;
  margin-bottom: 35px;
}

.column.last {
  width: 30%;
}

div#acceptUser {
  display: block;
  position: fixed;
  top: 15vh;
  z-index: 10000;
  width: 60vw;
  height: auto;
  max-height: 70vh;
  left: 20vw;
  background: white;
  overflow: scroll;
  border-radius: 10px;
}

.terminosText {
  color: black;
  width: 80%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  font-size: 14px;
  line-height: 19px;
}

div#acceptTitle {
  color: var(--button-color);
  font-size: 20px;
  margin-top: 20px;
}

#acceptRow #discountsText {
  font-size: 14px;
  position: relative;
  width: auto;
  margin: 0 auto;
  line-height: 20px;
}

div#acceptRow {
  margin: 40px 10% 40px 10%;
  width: fit-content;
  display: flex;
  align-items: center;
}

#acceptRow #receiveDiscount {
  margin: 0;
  margin-right: 10px;
  position: relative;
  height: 20px;
  width: 20px;
  margin-bottom: 4px;
}

.termsDiv .blackBkg80,
.termsDivCheckout .blackBkg80 {
  z-index: 10000;
}

.closeTerms,
.closeTermsCheckout {
  color: black;
  font-size: 25px;
  text-align: right;
  margin: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.termsDiv,
.termsDivCheckout {
  display: none;
}

#acceptRow #receiveDiscount:checked {
  background-color: var(--button-color);
  background-image: url("/files/checked.png");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.disabledButton {
  cursor: not-allowed !important;
  opacity: 0.7;
}

.disabledButton:hover {
  color: white !important;
  background-color: var(--button-color) !important;
}

div#terms {
  width: 80%;
  font-size: 12px;
  line-height: 13px;
}

p.openTerms,
p.openTermsCheckout {
  text-decoration: underline;
  font-weight: 900;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

#acceptRow #receiveDiscount {
  border: solid 1px black;
  border-radius: 2px;
  cursor: pointer;
}

div#terms.redText {
  color: red !important;
}

@media screen and (max-width: 768px) {
  .newsletterColumn {
    height: auto;
    padding: 40px 0;
    flex-direction: column;
  }
  .columnHeadingNewsletter {
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .comment {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 34px;
  }

  #footerBottom .rights {
    font-size: 10px;
  }

  .byluna {
    margin-right: 15%;
    height: 32px;
    width: auto;
  }

  .columnHeadingNewsletter,
  .comment {
    width: 90%;
    margin: auto;
  }
  .columnItem {
    height: unset;
    margin-bottom: 0;
    margin-left: 0;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 15px;
  }
  .column {
    width: 100%;
    margin: 20px auto;
  }
  .column.last {
    padding-bottom: 10px;
    width: 100%;
  }

  .redesDivContainer {
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 0;
  }
  a.socialLogo {
    margin-left: 0;
  }
  .container-logo {
    width: 100% !important;
    margin-top: 0;
  }
  .footerLogo {
    width: 25%;
    height: auto;
    margin-right: 0%;
    align-items: center;
    align-self: flex-start;
    margin-block: 20px;
  }
  .adminColumns {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin: auto;
  }
  .suscribeNewsContainer {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-top: 35px;
  }
  .newsletter_go {
    position: relative;
    width: 40%;
    font-size: 10px;
  }
  .container-footer-columns {
    flex-direction: column;
  }
  #acceptUser {
    width: 90vw !important;
    left: 5vw !important;
  }
}
