* {
  font-family: "CerebriSansPro" !important;
}

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

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #18355d;
  overflow: hidden;
  text-align: left;
  color: #fff;
}

.footerTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(36px, 5vw, 78px);
  width: calc(100% - 132px);
  margin: 0 auto;
  padding: 58px 0 52px;
  box-sizing: border-box;
}

.newsletterColumn {
  flex: 0 0 530px;
  color: #fff;
  min-width: 0;
}

.followUs{
  font-weight: 700;
  margin-right: 20px;
}

.subscribeTitle {
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 34px;
  text-transform: none;
  font-size: 30px;
  padding-bottom: 10px;
}

.columnHeading {
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  text-transform: none;
}

.columnText {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.discount-percentage {
  font-weight: 600;
  color: #f2ff2a;
}

.suscribeNewsContainer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 24px;
  /* background-color: #fff; */
  overflow: hidden;
  color: #fff;
}

#emailFooterInput {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 126px 0 16px;
  border: 0;
  border-radius: 0;
  /* outline: none; */
  color: #fff;
  line-height: 60px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #fff;
  background-color: #18355D;
}

#emailFooterInput::-webkit-input-placeholder {
  color: #6d7890;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-moz-placeholder {
  color: #6d7890;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-moz-placeholder {
  color: #6d7890;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput:-ms-input-placeholder {
  color: #6d7890;
  opacity: 1;
  font-weight: 400;
}

#emailFooterInput::-ms-input-placeholder {
  color: #6d7890;
  opacity: 1;
  font-weight: 400;
}

.newsletterGo {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 16px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.newsletterGo:hover {
  opacity: 0.75;
}

.socialMediaContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.socialMediaContainer .column {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.socialMediaContainer .columnHeading {
  margin: 0 4px 0 0;
}

.footerIcon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.columnsContainer {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(28px, 4vw, 58px);
  min-width: 0;
}

.column {
  flex: 0 1 170px;
  min-width: 0;
  color: #fff;
}

.columnItem {
  margin-top: 12px;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #fff;
}

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

#footerBottom {
  background-color: #f2ff2a;
  height: 52px;
  overflow: hidden;
}

.rights {
  text-align: left !important;
  color: #18355d;
  font-size: 12px;
  line-height: 13px;
  padding: 21px 0 19px 0;
  margin-left: 66px;
}

.byluna {
  display: block;
  height: 54%;
  float: right;
  padding: 12px 0 12px 0;
  margin-right: 66px;
}

#checkBalancePopupFixedDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}

#checkBalancePopupDiv {
  position: relative;
  width: 600px;
  height: auto;
  background: #fff;
  overflow: hidden;
  /* padding-bottom: 50px; */
  max-width: 90%;
}

#checkBalanceClose {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #18355d;
  font-size: 27px;
  cursor: pointer;
}

#checkBalanceTitle {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  color: #18355d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 19px;
  line-height: 25px;
}

#checkBalanceDocumentTitle {
  position: relative;
  text-align: center;
  margin-top: 10px;
  color: #18355d;
  font-size: 14px;
}

#checkBalanceInputRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

#checkBalanceDocument {
  position: relative;
  float: left;
  width: 106px;
  height: 40px;
  color: #18355d;
  padding-left: 15px;
  font-size: 14px;
  border: 1.5px solid #18355d;
  margin-right: 15px;
  background-image: url(../../files/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 89% 55%;
}

#checkBalanceInputDiv {
  position: relative;
  float: left;
  width: 70%;
  height: auto;
  overflow: hidden;
  border: 1.5px solid #18355d;
  height: 37px;
  max-width: 450px;
}

#checkBalanceInput {
  position: relative;
  float: left;
  height: 100%;
  padding-left: 5px;
  width: calc(70% - 30px);
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  color: #18355d;
  font-size: 14px;
}

#checkBalanceButton {
  position: relative;
  float: right;
  width: 30%;
  background: #18355d;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

#checkBalanceNoResultsDiv {
  display: none;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  color: #18355d;
  font-size: 14px;
  max-width: 450px;
}

#checkBalanceResultsDiv {
  margin-top: 30px;
}

.balanceRow {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  color: #18355e;
  max-width: 450px;
}

.balanceSucursal {
  position: relative;
  float: left;
  font-weight: 600;
}

.balanceMonto {
  position: relative;
  float: left;
  margin-left: 35px;
}

#scrollContainer {
  cursor: pointer;
  position: fixed;
  right: 47px;
  z-index: 1;
  width: 66px;
  height: 60px;
  bottom: -170px;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}

#scrollContainer.open {
  bottom: 155px;
}

#scrollContainer img {
  width: 100%;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  #footer {
    width: 1100px;
  }
}

@media screen and (max-width: 1100px) {
  #footer {
    height: auto;
    overflow: hidden;
  }

  .footerTop {
    width: 92%;
    padding: 34px 0 30px;
    flex-direction: column;
    gap: 32px;
  }

  .newsletterColumn,
  .columnsContainer,
  .column {
    width: 100%;
    flex: 0 1 auto;
  }

  .subscribeTitle {
    width: 270px;
  }

  .columnsContainer {
    flex-direction: column;
    gap: 26px;
  }

  .columnHeading {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .columnItem {
    font-size: 14px;
    margin-top: 10px;
  }

  #emailFooterInput {
    height: 48px;
    margin: 0;
    padding-right: 124px;
  }

  .socialMediaContainer {
    margin-top: 2px;
  }

  .footerIcon {
    margin: 0;
  }

  .rights {
    margin-right: 0;
    text-indent: 0px !important;
    line-height: 10px;
    /* text-align: center !important; */
    /* margin-top: 4px; */
    margin-left: 5%;
  }

  .byluna {
    margin-right: 4%;
  }

  #checkBalanceInput {
    width: calc(70% - 15px);
    padding-left: 15px;
  }

  #checkBalanceInputRow {
    flex-direction: column;
  }

  #checkBalanceInputDiv {
    width: 90%;
    margin-top: 20px;
  }

  #scrollContainer {
    width: 63px;
    height: 41px;
    right: 11px;
  }

  #scrollContainer.open {
    bottom: 100px;
  }
}
