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

#footer {
  position: relative;
  bottom: 0px;
  font-family: "Montserrat";
  width: 100%;
  height: 260px;
  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;
}

.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: 12%;
  height: auto;
  margin-top: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

.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%;
  /* filter: invert(1); */
}

.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: center;
  position: relative;
  width: 85%;
  /* margin-left: 15%; */
  flex-direction: row-reverse;
  margin-top: 17px;
}

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

.socialLogo img {
  display: block;
  height: 30px;
  width: 23px;
}

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

.container-footer-columns {
  width: 100%;
  margin: auto;
  color: black !important;
  /* background: white; */
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.column {
  float: left;
  color: white;
  height: calc(100% - 200px) !important;
  position: relative;
  display: flex;
  text-align: left;
  width: 19%;
  font-family: "Montserrat";
  margin-top: 30px;
  font-weight: 500;
  flex-direction: column;
  vertical-align: top;
}

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

.columnHeadingNewsletter {
  color: white;
  /* width: 45%; */
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 18px;
  /* line-height: 35px; */
  /* text-transform: uppercase; */
  /* font-family: "Gopher";*/
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  bottom: 70px !important;
  right: 64px;
}

.columnItem {
  font-size: 14px;
  line-height: 18px;
  margin-left: 15%;
  display: flex;
  /* color: white; */
  height: 30px;
  /* margin: 12px 30px 0px; */
  text-transform: none;
  text-align: left;
  flex-direction: column;
}

.columnItem-link {
  cursor: pointer;
}

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

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

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

#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 {
  display: block;
  height: fit-content;
  width: auto;
  top: 0px;
  display: flex;
  right: 0;
  align-items: center;
  height: 40px;
  /* border-radius: 50px; */
  position: absolute;
  cursor: pointer;
  font-size: 13px;
  color: #1b459c;
  line-height: 2px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: white;
  /* color: #888888; */
  padding: 0 16px;
}

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

#footerBottom {
  height: 40px;
  border-top: 1px solid white;
  margin-bottom: 18px;
  display: flex;
  background: #888888;
  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: white;
  font-size: 13px;
  float: left !important;
  width: 97%;
  text-align: left;
  /* margin-left: 60px; */
  margin-left: 5%;
}

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

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

.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;
}

#footerLogo {
  display: flex;
  flex-direction: column;
}

.suscribeNewsContainer {
  position: relative;
  float: left;
  width: 30%;
  /* padding: 0 15px; */
  height: 40px;
  border: 1px solid white;
  /* border-radius: 50px; */
}

.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-weight: 400;
  /* margin-top: 10px; */
  /* margin-bottom: 20px; */
  font-size: 18px;
}

.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 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px !important;
  }
  .comment {
    font-weight: 400;
    font-size: 14px;
  }
  .columnHeadingNewsletter,
  .comment {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  .columnItem {
    height: unset;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .column {
    width: 85% !important;
    margin: 20px auto;
  }
  .column.last {
    /* border-bottom: 1px solid black; */
    /* padding-bottom: 30px; */
  }
  div#footer {
    height: auto;
  }
  .columnsContainer {
    margin-bottom: 0px;
  }
  img.logoImg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .redesDivContainer {
    margin-left: 0;
    margin-top: 30px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  a.socialLogo {
    margin-left: 0;
  }
  .container-logo {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0px;
    background: #888888;
  }
  .footerLogo {
    width: 30%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
  }
  .suscribeNewsContainer {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-top: 20px;
  }
  .newsletter_go {
    position: relative;
    width: 40%;
  }
  .container-footer-columns {
    flex-direction: column;
  }
  div#acceptUser {
    width: 90vw;
    left: 5vw;
  }
}
