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

#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: fit-content;
  background: #f3f3f3;
  overflow: hidden;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.columnsContainer {
  text-align: center;
  margin: 5rem auto 0;
  width: 75%;
  display: flex;
  position: relative;
  height: auto;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.column {
  float: left;
  color: #58595b;
  width: calc(90% / 3);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.columnHeading {
  margin-bottom: 5px;
  color: black;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.whatsAppWebContainer {
  width: 60px;
  height: 50px;
  bottom: 70px !important;
  right: 64px;
  z-index: 98;
}
.newsLetterContainer {
  height: 100%;
  overflow: hidden;
  width: calc(90% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inputFooterContainer {
  height: 4rem;
  width: 90%;
  float: left;
  position: relative;
  display: block;
}
.columnItemNoHover {
  margin-top: 0.8rem;
  font-weight: 400;
  width: 100%;
  color: black;
}
.columnItem {
  margin-top: 0.8rem;
  width: 100%;
  font-weight: 400;
  color: black;
}

.columnItem:hover {
  color: #4da034;
}

.newsletterColumn {
  width: fit-content;
  text-align: center;
  font-size: 1.4rem;
  float: left;
  color: black;
  margin: 2rem 0 1.5rem;
}

#emailFooterInput {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: black;
  line-height: 30px;
  font-size: 1.4rem;
  text-indent: 1rem;
  float: left;
  padding: 0;
}

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

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

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

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

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

.newsletter_go {
  background-color: #4da034;
  color: white;
  float: left;
  height: 100%;
  width: 4.1rem;
  margin-left: 0px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-image: url(../../files/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20%;
  top: 0;
  right: 0;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
.newsletter_go:hover {
  background-color: #a2cf38;
}

#footerBottom {
  background-color: #4da034;
  height: 2.7rem;
}

.rights {
  color: white;
  font-size: 1.2rem;
  position: relative;
  float: left;
  width: 100%;
  line-height: 2.7rem;
  margin: 0;
}

.whatsAppWebLogo {
  width: 100%;
  height: auto;
  z-index: 98 !important;
}

.extraInfo {
  margin: 6rem 0 3rem;
}

.left,
.right {
  display: flex;
  height: 17vw;
  position: relative;
  overflow: hidden;
  float: left;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.left {
  width: 45%;
}
.right {
  width: 55%;
}
.left .bkImg {
  background-image: url(../../files/wood.png);
}
.right .bkImg {
  background-image: url(../../files/wood2.png);
}

.bkImg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bkImg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left .bkImg:after {
  opacity: 0.9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.right .bkImg:after {
  opacity: 0.8;
  background: linear-gradient(91.63deg, #4da034 3.27%, #a3cd39 98.88%);
}

.footerTitle {
  z-index: 1;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.6rem;
  width: 31rem;
  position: relative;
}
.footerTitle div {
  margin: 0;
  float: left;
  position: relative;
}

.bk:after {
  margin-left: 6px;
}
.shown .bk:after {
  content: "";
  width: calc(100% - 3px);
  height: 100%;
  top: 0;
  background-color: #4da034;
  left: 0;
  position: absolute;
  -webkit-animation: scale-in-hor-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s
    alternate both;
  animation: scale-in-hor-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s
    alternate both;
}

.footerInfo {
  z-index: 1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.4rem;
  width: 47rem;
}
.footerInfo p {
  margin: 0;
}
.footerTitle strong {
  margin-left: 4px;
  padding: 1px 5px;
  position: relative;
  z-index: 1;
}

.scale-banner {
  -webkit-animation: scale-banner-top 15s ease-out both;
  animation: scale-banner-top 15s ease-out both;
}

@-webkit-keyframes scale-banner-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes scale-banner-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  #footer {
    width: 100%;
  }
  .left,
  .right {
    height: 30vw;
  }
  .footerInfo {
    width: 30rem;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    overflow: hidden;
    position: unset;
  }
  .inputFooterContainer {
    width: 80%;
  }
  .newsLetterContainer {
    padding-bottom: 4rem;
    width: 100%;
  }

  .footerInfo {
    width: 80%;
    max-width: 31rem;
  }

  .left,
  .right {
    width: 100%;
    height: 50vw;
    margin: 0;
  }

  .column {
    width: 100% !important;
    margin: 15px auto;
    float: left;
    display: block;
    text-align: center;
  }
  .columnsContainer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

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

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

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

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

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

  .extraInfo {
    width: 84%;
    margin: 5rem auto 3rem;
  }

  .whatsAppWebContainer {
    right: 20px;
  }

  .footerTitle {
    font-size: 3rem;
    line-height: 3.4rem;
    width: 80%;
  }
}

/*ipad*/

@media screen and (min-width: 415px) and (max-width: 768px) {
  .footerTitle {
    font-size: 5rem;
    line-height: 6.4rem;
    width: 70%;
  }
  .footerInfo {
    font-size: 4rem;
    line-height: 4.4rem;
    width: 70%;
    max-width: unset;
  }
  .inputFooterContainer {
    max-width: 48rem;
  }
}
