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

#footer {
  position: relative;
  width: 96%;
  margin-left: 2%;
  height: fit-content;
  background: black;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03);
}

.line {
  position: relative;
  display: none;
  height: 1px;
  background: white;
  width: 100%;
  margin: 0 auto;
}

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

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

.centeredContent {
  width: 1100px;
}

.columnsContainer {
  text-align: center;
  margin: auto;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  width: 100%;
  display: flex;
  position: relative;
  height: fit-content;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
}

.column {
  float: left;
  color: #95a5a6;
  width: 33% !important;
  height: 100%;
  position: relative;
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.columnHeading {
  margin-bottom: 5px;
  color: white;
  width: 100%;
  text-align: left;
  font-size: 55px;
  margin-top: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

#columnSubheading {
  color: white;
  font-size: 15px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 3px;
  text-align: center;
}

.itemsContainer {
  width: 100%;
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  bottom: 70px !important;
  right: 64px;
}
.newsLetterContainer {
  background-color: white !important;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  width: 40%;
  float: left;
}

.inputContainer {
  height: 40px;
  width: calc(100% - 112px);
  float: left;
  display: block;
}
.columnItem {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1px;
  width: 100%;
  display: block;
  color: white;
  text-align: center;
}

.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: 135px;
  float: left;
}

.followUsColumn {
  width: 135px;
}

.footerColumnLink {
  cursor: pointer;
}

.footerColumnLink:hover {
  text-decoration: underline;
}

.newsletterColumn {
  width: 35%;
  text-align: left;
  font-size: 18px;
  float: left;
  font-weight: 300;
  margin: 0 auto;
  color: #818579;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.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: calc(100% - 25%);
  padding: 0px;
  float: left;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: white;
  line-height: 30px;
  font-size: 13px;
  /* border-bottom: 1px solid #95A5A6; */
  float: left;
  font-weight: 300;
}

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

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

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

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

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

#subscribeNewsletterButton {
  position: relative;
  height: 100%;
  margin-top: 0px;
  cursor: pointer;
  float: left;
  width: 100%;
  text-align: end;
}

#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 {
  color: white;
  float: left;
  display: block;
  line-height: 35px;
  height: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  left: 0px;
  width: 25%;
  float: right;
  cursor: pointer;
  -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;
}
.newsletter_go:hover {
  font-weight: 700;
}

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

#footerLogo {
  float: left;
  margin-top: 0%;
  margin-left: 0%;
  width: 100px;
}
#footerLogo img {
  width: auto;
}
#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;
  width: 100%;
}

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

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

.byluna {
  margin-right: 12%;
  position: relative;
  height: 100%;
  width: auto;
}

.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 {
  font-weight: 600;
}
.openItem {
  display: none;
}
.suscribeNewsContainer {
  position: relative;
  float: left;
  width: calc(100% - 2px);
  height: 35px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid white;
}

#columnContainer {
  width: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
  margin: 0px 0;
}

.logosFooter {
  height: 14px;
  margin-left: 7px;
  margin-right: 11px;
}

#contactoFooter {
  margin-right: 5px;
  font-size: 13px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rayita {
  width: fit-content;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

.footerMobile {
  display: none !important;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  #footer {
    width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .inputContainer {
    width: calc(68% - 5px);
    margin: auto;
    height: 32px;
    margin-right: 5px;
  }
  .newsLetterContainer {
    padding: 0px;
    width: 85%;
    float: none;
    margin: 0 auto;
  }
  .suscribeImage {
    width: 280px;
  }

  .suscribe {
    position: relative;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .rights {
    text-indent: 0px !important;
    line-height: 10px;
    text-align: left;
    margin-top: 16px;
    margin-left: 15px;
    font-size: 11px;
    width: 60%;
  }
  #footerLogo img {
    width: 28%;
  }

  #columnContainer {
    display: none;
  }

  .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 {
    float: none;
  }
  .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;
    justify-content: center;
  }
  .newsletterColumn {
    width: 100% !important;
    float: left;
    font-size: 17px;
    float: left;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: 600;
  }

  .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: 100% !important;
    margin: 5px auto;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .columnsContainer {
    width: 100%;
    margin-top: 15px;
    height: auto;
    margin-left: 0px;
    display: block;
  }

  .rayita {
    display: none;
  }

  .columnHeading {
    font-size: 42px;
    line-height: initial;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  #columnSubheading {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .headingSeguinos {
    display: none;
  }
  #columnSeguinos {
    float: right;
    margin-right: 30px;
  }
  .columnItem {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: fit-content;
    margin: 8px auto;
  }
  .lastRow {
    margin-top: 15px;
  }
  #emailFooterInput {
    margin: 0px auto;
    width: calc(100% - 130px);
    margin-right: 0px;
    border-radius: 0px;
    padding: 0px;
    height: 30px;
    padding-left: 0px;
    font-size: 14px;
  }
  .newsletter_go {
    position: relative;
    margin: 0;
    width: 113px;
    line-height: initial;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    font-size: 14px;
    align-items: center;
  }
  .footerIcon {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 30px;
    margin-bottom: 16px;
    width: 30px;
    height: 30px;
  }
  #footerLogo {
    width: 50%;
    display: block;
    margin: 0 auto;
    float: none;
  }

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

  .byluna {
    margin-right: 4%;
  }
  #subscribeNewsletterButton {
    width: auto;
    right: 0px;
    margin-left: 0px;
    height: fit-content;
  }

  .whatsAppWebContainer {
    right: 20px;
  }

  .openItem {
    display: block;
    position: absolute;
    right: 40px;
  }
  #footerLogoContainer {
    width: 100%;
  }
  .suscribeNewsContainer {
    width: 90%;
    float: unset;
    margin: 0 auto;
    height: 35px;
  }
  .footerMobile {
    display: block !important;
  }
  #contactoFooter {
    overflow: hidden;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .logosFooter {
    display: none;
  }
}

/*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%;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .newsLetterContainer {
    width: 50%;
  }
  #emailFooterInput {
    width: calc(100% - 25px);
  }
  #footerLogo {
    width: 30%;
  }
}
