#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  /* height: 630px; */
  overflow: hidden;
}

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: #00326c;
  overflow: hidden;
  text-align: center;
}

.line {
  /* position: absolute; */

  height: 1px;

  background: #6b6869;

  width: 100%;

  margin: 0 auto;
}
.instaIcon {
  /* width: 22px !important; */
}

.instaIcon:hover {
  /*transition: 0.2s;*/
  filter: invert(66%) sepia(63%) saturate(5901%) hue-rotate(160deg)
    brightness(103%) contrast(95%);
}

.faceIcon {
  /* width: 10px !important; */
}

.faceIcon:hover {
  /*transition: 0.2s;*/
  filter: invert(66%) sepia(63%) saturate(5901%) hue-rotate(160deg)
    brightness(103%) contrast(95%);
}

.centeredContent {
  width: 1100px;
}

.columnsContainer {
  text-align: center;
  margin: auto;
  float: left;
  margin-top: 45px;
  margin-left: 4%;
  width: 50%;
  position: relative;
  height: 160px;
  overflow: hidden;
  margin-bottom: 30px;
}

.column {
  float: left;
  color: #58595b;
  width: 24% !important;
  margin-bottom: 40px;
  height: 100%;
  position: relative;
  text-align: left;
}

.column:nth-child(1) {
  margin-right: 65px;
}

.columnHeading {
  color: #d2e1f3;
  text-align: left;
  font-size: 14px;
  margin-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(210, 225, 243, 0.3);
  display: none;
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  bottom: 70px !important;
  right: 64px;
}
.newsLetterContainer {
  background: #f5f5f5;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.inputContainer {
  height: 41px;
  /* width: 100%; */
  width: 370px;
  margin: 58px auto;
  display: block;
}
.columnItem {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  display: block;
  color: #d2e1f3;
  cursor: pointer;
}

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

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

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

.footerColumn {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  color: white;
  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: 60%;
  margin-right: 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 300;
  font-family: "Futura";
  color: #312e2f;
  margin: 70px auto;
}

.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: left;
  width: 100%;
}

#emailFooterInput {
  position: relative;
  width: 345px;
  padding-left: 10px;
  padding-right: 13px;
  float: left;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #565050;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid;
  float: left;
  font-weight: 300;
}

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

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

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

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

#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #58595b;
  opacity: 1;
  font-weight: 300;
}

#subscribeNewsletterButton {
  position: relative;
  /* height: 99%; */
  /* width: auto; */
  margin-top: 0px;
  /* float: right; */
  cursor: pointer;
  float: left;
  /* left: 5px; */
}

#subscribeNewsletterButton:hover {
  opacity: 0.6;
}

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

.footerSocialIcon {
  position: relative;
  width: 42px;
  /* margin-left: 5px; */
  margin-right: 20px;
}

.newsletter_go {
  /* background-color: white; */
  /* right: 13px; */
  /* float: left; */
  float: left;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#footerBottom {
  background-color: #0a4386;
  height: 40px;
}

#footerLogo {
  float: left;
  margin-top: 3.5%;
  margin-left: 5%;
  width: fit-content;
}
#footerLogo img {
  width: 90%;
}

.noHover {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  display: block;
  color: #d2e1f3;
  cursor: default;
}

.noHover:hover {
  font-weight: 300;
}

.rights {
  line-height: 39px;
  color: #d2e1f3;
  font-size: 13px;
  float: left;
  width: 30%;
}

.footerIcon {
  position: relative;
  margin-right: 15px;
  width: 23px;
  margin-top: 8px;
  left: 5%;
}

.footerIcon:hover {
  color: #06b1de;
}

.byluna {
  margin-right: 12%;
  position: relative;
  height: auto;
  width: 55px;
  top: 5px;
  display: none;
}

.whatsAppWebLogo {
  width: 100%;
  height: auto;
}

.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;
}
.itemsContainer {
  margin-top: 20px;
}
.openItem {
  display: none;
}

#footerPayments {
  height: 50px;
  background-color: white;
}

#paymentsDiv {
  background-color: #1263c124;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.paymentLogo {
  height: 50%;
  margin: 13px 2% 12px 2%;
}

#mapa {
  height: fit-content;
  width: fit-content;
  float: left;
  position: relative;
  top: 50px;
  margin-left: 2%;
}

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

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    /* min-height: 1000px; */
    overflow: hidden;
    position: relative;
  }
  .inputContainer {
    width: 100%;
    margin: auto;
  }
  .newsLetterContainer {
    padding: 40px;
  }
  .suscribeImage {
    width: 280px;
  }

  .suscribe {
    position: absolute;
    top: 16px;
    font-size: 12px;
    color: black;
    font-weight: 300;
    right: 0px;
  }
  .rights {
    margin-right: 0;
    text-indent: 0px !important;
    line-height: 10px;
    text-align: center !important;
    margin-top: 16px;
    font-size: 11px;
    width: 60%;
  }
  #footerLogo img {
    width: 65%;
  }
  .footerLogo {
    display: none;
    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: 0px;
    text-align: center;
  }

  .column.footerLogoColumn {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
    overflow: hidden;
  }
  .newsletterColumn {
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    float: none;
    margin-bottom: 35px;
  }
  .newsletterColumn {
    width: 100% !important;
    float: left;
    font-size: 32px;
    float: left;
    line-height: 37px;
  }
  .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: 65% !important;
    left: 14%;
    /* margin-left: 2%; */
    margin: 0 auto;
    float: left;
  }
  .columnsContainer {
    width: 100%;
    margin-top: 10px;
    height: auto;
    margin: auto;
    text-align: center;
  }
  #footer-mobile .centeredContent,
  .widthContainer {
    width: 85%;
    margin-bottom: 30px;
  }
  .columnHeading {
    font-size: 13px;
    text-align: left;
    margin-bottom: 23px;
    margin-left: 30px;
    margin-top: 20px;
    align-items: center;
    font-weight: 600;
  }
  .headingSeguinos {
    display: none;
  }
  #columnSeguinos {
    float: right;
    margin-right: 30px;
  }
  .columnItem {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: 30px;
    text-align: left;
  }
  .lastRow {
    margin-top: 15px;
  }
  #emailFooterInput {
    margin: 0px auto;
    width: 100%;
    padding-right: 0;
    border-radius: 0px;
    padding-left: 0;
  }
  .newsletter_go {
    display: block;
    position: relative;
  }
  .footerIcon {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 30px;
    margin-bottom: 16px;
    width: 30px;
    height: 30px;
  }
  #footerLogo {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footerIconsColumn {
    height: 30px;
    width: 145px;
    margin: 0 auto;
  }

  .byluna {
    margin-right: 4%;
  }
  #subscribeNewsletterButton {
    width: auto;
    right: 1px;
    margin-left: 0px;
    display: none;
  }

  .whatsAppWebContainer {
    right: 20px;
  }
  .itemsContainer {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid black;
  }

  .openItem {
    display: block;
    position: absolute;
    right: 40px;
  }

  #footerPayments {
    height: 120px;
  }

  #paymentsDiv {
    width: 100%;
    height: calc(100% - 30px);
    padding: 15px 0px;
  }

  .paymentLogo {
    height: 21%;
    margin: 11px 6% 11px 6%;
  }
  #mapa {
    margin-top: 37px;
    margin-bottom: 35px;
    top: 0px;
    margin-left: 19%;
  }
}

/*ipad*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .columnsContainer {
    width: 79%;
  }
  #footerLogo {
    margin-left: 4%;
  }
}
