* {
  font-family: "Clarika Geometric" !important
}

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

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

.socialMediaContainer {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  width: 100%
}

.centeredContent {
  width: 1100px
}

.columnsContainer {
  margin: auto;
  margin-top: 50px;
  width: calc(77% - 95px);
  position: relative;
  margin-left: 5%;
  height: auto;
  overflow: hidden;
  margin-bottom: 45px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

.newsletterColumn .columnHeading {
  text-align: right
}

.column {
  float: left;
  color: #fff
}

.columnHeading {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
  font-size: 15px;
  margin-top: 12px;
  text-transform: none
}

.socialMediaContainer .columnHeading {
  float: left
}

.columnItem {
  margin-top: 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 100
}

.centerWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden
}

.lastRow {
  width: 100%;
  float: left;
  margin-top: 108px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 13px
}

.footerColumn {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  color: #fff;
  width: 198px;
  margin-right: 35px;
  margin-left: 35px;
  text-align: left
}

.footerLogo {
  width: 100px;
  float: left
}

.followUsColumn {
  width: 135px
}

.footerColumnLink {
  cursor: pointer
}

.footerColumnLink:hover {
  text-decoration: underline
}

.newsletterColumn {
  width: 250px;
  display: flex;
  float: left;
  color: #fff
}

.footerColumnTitle {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase
}

.footerColumnRow {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 13px;
  float: right;
  width: 100%
}

.newsletterColumn .columnHeading {
  text-align: left
}

#emailFooterInput {
  position: relative;
  width: calc(100% - 80px);
  padding-left: 10px;
  height: 30px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  line-height: 30px;
  font-size: 14px;
  float: left;
  overflow-y: scroll;
  padding-right: 30px;
  border-radius: 7px;
  font-weight: 100;
  margin-bottom: 12px
}

a .columnItem:hover {
  color: #e2c3c5
}

#emailFooterInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 100
}

#emailFooterInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 100
}

#emailFooterInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 100
}

#emailFooterInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 100
}

#emailFooterInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 100
}

#subscribeNewsletterButton {
  position: absolute;
  height: 19px;
  margin-top: 8px;
  float: right;
  cursor: pointer;
  margin-right: 0;
  margin-left: -20px;
  z-index: 99
}

#subscribeNewsletterButton:hover {
  opacity: .6
}

#footerSocialIcons {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center
}

.footerSocialIcon {
  position: relative;
  width: 42px;
  margin-right: 20px
}

.newsletter_go {
  width: 15px;
  background-color: transparent;
  right: 32px;
  float: right;
  position: relative;
  display: inline-block;
  height: 32px;
  border-radius: 2px
}

#footerBottom {
  background-color: #f2ff2a;
  height: 25px
}

#footerLogo {
  float: left;
  margin-top: 12px;
  margin-left: 9%;
  margin-top: 75px
}

.rights {
  text-align: left !important;
  text-indent: 38% !important;
  color: #18355d;
  font-size: 14px;
  line-height: 25px
}

.footerIcon {
  float: left;
  margin-right: 8px;
  width: 17px;
  height: 22px;
  margin-top: 10px;
  margin-left: 11px
}

.footerIconHover {
  float: left;
  margin-right: 8px;
  width: 17px;
  height: 18px;
  display: none
}

.byluna {
  margin-right: 7%
}

#checkBalancePopupFixedDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(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;
  border-radius: 6px;
  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;
  border-radius: 10px;
  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: 40px;
  border-radius: 10px;
  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: left;
  width: 30%;
  background: #18355d;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 7px;
  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: 768px) {
  #footer {
    height: auto;
    overflow: hidden
  }

  .rights {
    margin-right: 0;
    text-indent: 0px !important;
    line-height: 10px;
    text-align: center !important;
    margin-top: 4px;
    font-size: 9px;
    width: 95%;
    margin-left: 5%
  }

  .footerLogo {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    float: none;
    margin-bottom: 15px
  }

  .centerWrapper {
    display: block;
    width: 100%
  }

  .footerColumn {
    width: 100%;
    margin-top: 40px;
    float: none;
    margin-left: 0;
    text-align: center
  }

  .column {
    float: none
  }

  .column.footerLogoColumn {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
    overflow: hidden
  }

  .newsletterColumn {
    margin: 0 auto;
    margin-top: 0;
    display: flex;
    float: none;
    margin-bottom: 30px
  }

  .newsletterColumn {
    width: 80% !important;
    float: left;
    float: left;
    color: #fff;
    margin-left: 10%
  }

  .footerColumnTitle {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center
  }

  .footerColumnRow {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 7px
  }

  .footerColumnTime {
    position: relative;
    float: left;
    font-size: 12px;
    margin-right: 10px
  }

  .footerSocialIcon {
    margin-bottom: 20px
  }

  .column {
    width: 80% !important;
    margin-left: 9%
  }

  .columnsContainer {
    width: 90%;
    margin-top: -10px;
    flex-direction: column;
  }

  #footer-mobile .centeredContent,
  .widthContainer {
    width: 100% !important;
    margin-bottom: 30px
  }

  .columnHeading {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center !important
  }

  .columnItem {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0
  }

  .lastRow {
    margin-top: 15px
  }

  #emailFooterInput {
    margin: 0 auto;
    margin-left: 16px
  }

  .newsletter_go {
    width: 4px;
    right: 24px
  }

  .footerIcon {
    margin-top: 25px;
    margin-left: 25px
  }

  #footerLogo {
    width: 115px;
    float: none;
    margin: 0 auto;
    margin-top: 17px
  }

  .byluna {
    margin-right: 4%
  }

  .column:first-of-type {
    display: none
  }

  .socialMediaContainer {
    width: 73%;
    margin-left: 13%
  }

  .socialMediaContainer .column:first-of-type {
    display: block
  }

  #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
  }
}