.margin-scroll {
  margin-top: -200px;
  position: absolute;
}

.section01 {
  position: relative;
  height: 35vw;
}

.background-Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

video#bgVideo {
  max-width: 110%;
  width: 100.789%;
}

.txt-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -59%);
  text-align: center;
}

.txt-video p.tag-pre-lancamento {
  font-size: 16px;
  color: #141414;
  border: 1px solid #141414;
  width: 160px;
  line-height: 34px;
  margin: 0 auto 94px;
  border-radius: 4px;
}

.txt-video h2 {
  font-family: 'proxima-nova-condensed', sans-serif;
  font-size: 65px;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3D3936;
  max-width: 589px;
  margin: 0;
}

.txt-video h2 strong {
  font-weight: bold;
}

.txt-video a {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #141414;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 14px 7px;
  max-width: 114px;
  border-radius: 4px;
  margin: 36px auto 0;
}

.txt-video a:hover {
  opacity: 0.9;
  color: #FFFFFF;
  text-decoration: none;
}

/* animação texto passando */

.section01 .animation-container {
  background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/banner/letreiro-banner-novidade-skincare.svg);
  background-repeat: repeat-x;
  animation: marquee 10s infinite linear;
  z-index: 1;
  position: absolute;
  height: 21px;
  width: 100%;
  bottom: 24px;
}

@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -492px;
  }
}

/* Fim animação texto passando */

.section-teaser {
  padding-block: 105px 120px;
}

.col-4.offset-md-2.bloco-text-form {
  padding-left: 0;
}


.section-teaser form .form-group .error-message {
  color: #EF4343;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: -6px;
  display: none;
}

.section-teaser form .form-group .error-message.active {
  display: block;
}

.section-teaser .bloco-text-form p {
  color: #141414;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  max-width: 324px;
  margin-left: -4px;
}

.section-teaser .bloco-text-form p em {
  font-weight: bold;
}

.section-teaser .bloco-text-form p.small {
  font-size: 18px;
  line-height: 22px;
  margin-top: 32px;
  max-width: 297px;
}

.section-teaser input[type="text"] {
  padding: 0 22px;
}

.section-teaser input#name-subscriber-lp,
.section-teaser input#email-subscriber-lp {
  max-width: 372px;
  width: 100%;
  height: 48px;
  border: 1px solid #141414;
  background-color: #F9F9F9;
  color: #141414;
}

.section-teaser button#button-subscriber-lp {
  max-width: 372px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #141414;
  border: none;
  border-radius: 4px;
  outline: none;
}

.section-teaser #subscribe-form input::placeholder {
  color: #141414;
}

.section-teaser .bloco-form .content p.observation-text {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  max-width: 256px;
}

.section-teaser .bloco-form .content p.observation-text a {
  color: #666666;
  text-decoration: underline;
}

@media(max-width:1550px) {
  .txt-video p.tag-pre-lancamento {
    margin: 0 auto 60px;
  }
}

@media(max-width:767px) {
  .section01 {
    height: 88vw;
  }

  video#bgVideo {
    max-width: 109%;
    width: 109%;
    height: 100%;
  }

  .txt-video {
    transform: translate(-50%, -52.5%);
  }

  .txt-video h2 {
    font-size: 32px;
    line-height: 35px;
    width: 286px;
  }

  .txt-video p.tag-pre-lancamento {
    font-size: 13px;
    width: 127px;
    line-height: 27px;
    margin: 0 auto 44px;
  }

  .txt-video a {
    line-height: 20px;
    margin: 20px auto 0;
  }

  .section01 .animation-container {
    background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/banner/letreiro-banner-novidade-skincare-mobile.svg);
    z-index: 1;
    position: absolute;
    height: 15px;
    width: 100%;
    bottom: 9px;
  }

  @keyframes marquee {
    0% {
      background-position: 0;
    }

    100% {
      background-position: -323px;
    }
  }

  .section-teaser {
    padding-block: 28px 60px;
    text-align: center;
  }

  .section-teaser .container {
    padding-inline: 20px;
  }

  .section-teaser .container .row {
    flex-direction: column;
    margin: 0;
  }

  .section-teaser .container .row .col-4.offset-md-2.bloco-text-form {
    max-width: 100%;
  }

  .section-teaser .container .row .col-6.bloco-form {
    padding: 0;
    max-width: 100%;
    margin-top: 28px;
  }

  .section-teaser .bloco-text-form p {
    margin: 0 auto;
    max-width: 332px;
    text-align: center;
  }

  .section-teaser .bloco-text-form p.small {
    margin-top: 20px;
    max-width: 314px;
  }

  .section-teaser input#name-subscriber-lp,
  .section-teaser input#email-subscriber-lp,
  .section-teaser button#button-subscriber-lp {
    max-width: 334px;
    width: 100%;
    height: 48px;
  }

  .section-teaser .bloco-form .content p.observation-text {
    max-width: 281px;
    margin: 0 auto;
  }

  .section-teaser form .form-group .error-message {
    text-align: left;
  }

}

@media(max-width:345px) {
  .txt-video p.tag-pre-lancamento {
    font-size: 12px;
    width: 119px;
    line-height: 21px;
    margin: 0 auto 20px;
  }

  .txt-video h2 {
    font-size: 30px;
    line-height: 32px;
    width: 275px;
  }
}