#footerDummy {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 196px;
}
#footer {
  bottom: 0px;
  width: 100%;
  height: auto;
  border-top:  1px solid var(--primary-color-one);
  overflow: hidden;
  text-align: center;
}
.socialMediaLogo {
  display: inline-block;
  position: relative;
  height: 21px;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 5px;
}
.reservaDiv {
  position: relative;
  display: block;
  width: 100vw;
  margin-bottom: -33px;
}
.reserva {
  width: 100vw;
  height: auto;
}
#footerBottom {
  position: relative;
  width: calc(100% - 10%);
  height: 35px;
  padding: 0 5%;
  background-color: var(--primary-color-one);
  overflow: hidden;
  text-align: center;
  color: var(--primary-color-two);
  display: flex;
  justify-content: space-between;
}
#footerBottom em {
  font-style: normal;
}
.column a:hover {
  font-weight: bold;
}
#footerBottom a{
  display: flex;
  align-items: center;
}
.byluna {
  height: 25px;
  display: unset;
  float: unset;
  margin: unset;
}
.rights {
  font-size: 11px;
  display: inline-block;
  width: auto;
  position: relative;
  line-height: 38px;
  font-weight: 100;
  vertical-align: middle;
}
.centeredContent {
  width: 1100px;
}
.columnsContainer {
  margin: auto;
  margin-top: 30px;
  width: 80%;
  height: auto;
  max-width: 1100px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.columnHeading {
  font-family: var(--font-one);
  color: var(--color-header);
  text-align: left;
  font-size: var(--subtitle-font-size);
  line-height: var(--subtitle-line-height);
  margin-bottom: 5px;
}
.columnItem {
  margin-top: 3px;
  color: var(--color-header);
  font-size: var(--span-font-size);
  margin-bottom: 0;
  font-weight: 200;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
}
a .columnItem:hover{
  border-bottom: 1px solid var(--color-header);
}
a.columnItem{
  cursor: pointer;
}
.footerColumn {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  width: 198px;
  margin-right: 35px;
  margin-left: 35px;
  text-align: left;
}
.footerLogo {
  height: 100px;
  float: left;
  width: 100%;
}
.newsletterColumn {
  width: 250px;
  margin-right: 0px;
  display: flex;
  float: left;
}
#emailFooterInput {
  position: relative;
  width: calc(73% - 0px);
  padding-left: 12px;
  margin-left: 10px;
  height: 40px;
  background-color:  var(--primary-color-one);
  line-height: 30px;
  font-size: 13px;
  margin-left: 15%;
  float: left;
  font-weight: 100;
  border-radius: 60px;
}
#emailFooterInput::-webkit-input-placeholder {
  color: var(--secondary-color-one);
  opacity: 1;
  font-weight: 100;
}
#emailFooterInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--secondary-color-one);
  opacity: 1;
  font-weight: 100;
}
#emailFooterInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--secondary-color-one);
  opacity: 1;
  font-weight: 100;
}
#emailFooterInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--secondary-color-one);
  opacity: 1;
  font-weight: 100;
}
#emailFooterInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--secondary-color-one);
  opacity: 1;
  font-weight: 100;
}
#subscribeNewsletterButton {
  position: absolute;
  height: 44px;
  margin-top: 0;
  float: right;
  cursor: pointer;
  margin-right: 0;
}
#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: 57px;
  float: right;
  position: relative;
  height: 44px;
  border-radius: 2px;
}
.footerLogoColumn{
  display: none;
}
@media screen and (max-width: 850px) {
  .column{
    width: 100%;
  }
  .columnsContainer{
    flex-direction: column;
    margin: 40px auto;
  }
  .column:not(:last-child){
    margin-bottom: 40px;
  }
  .footerLogoColumn+.column .columnHeading{
    margin-top: 0;
  }
  #footerBottom .rights{
    line-height: 35px;
    text-align: left;
  }
  #footerBottom a{
    width: 80px;
    justify-content: end;
  }
}
