strong.semi {
  font-weight: 600;
}

span.nowrap {
  white-space: nowrap;
}

.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"],
.section-teaser input[type="email"],
.section-teaser input[type="tel"] {
  padding: 0 22px;
}

.section-teaser input#name-subscriber-lp,
.section-teaser input#email-subscriber-lp,
.section-teaser input#whatsapp-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 input#whatsapp-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;
  }

}

/* Deo Balance section two */
.deo-balance-section-two {
  padding: 94px 0 0;
  height: 704px;
  box-sizing: border-box;
  background: #eeeeee url('https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/deo-balance/bg-section-2.jpg') no-repeat center / cover;
  color: #030303;
}

.deo-balance-section-two .section-two-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 42px;
}

.deo-balance-section-two .section-two-logo {
  display: block;
  width: 182px;
  height: auto;
  margin: 0 0 20px;
}

.deo-balance-section-two h2 {
  margin: 0 0 21px;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.02;
}

.deo-balance-section-two h2 em {
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 600;
}

.deo-balance-section-two .section-two-copy {
  max-width: 344px;
  font-size: 16px;
  line-height: 19px;
}

.deo-balance-section-two .section-two-copy p {
  margin: 0 0 20px;
}

.deo-balance-section-two .section-two-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.deo-balance-section-two .section-two-button:hover {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
}

.section-two-gallery.col-md-6 {
  padding: 0;
  margin-left: auto;
}

.deo-balance-section-two .section-two-gallery {
  display: grid;
  flex: 0 1 auto;
  align-self: center;
  align-content: start;
  width: min(557px, 48vw);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  line-height: 0;
}

.deo-balance-section-two .section-two-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 183 / 224;
  object-fit: cover;
}

@media(max-width:1100px) and (min-width:768px) {
  .deo-balance-section-two {
    padding-right: 8%;
    padding-left: 10%;
  }

  .deo-balance-section-two .section-two-content {
    flex-basis: 330px;
    margin-right: 40px;
  }

  .deo-balance-section-two h2 {
    font-size: 36px;
  }
}

@media(max-width:767px) {
  .deo-balance-section-two {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    padding: 0 0 40px;
    overflow: visible;
    height: auto;
    background: #eeeeee url('https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/deo-balance/background-mobile-bottom.png') center top / 100% 100% no-repeat;
  }

  .deo-balance-section-two::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 380px;
    background: url('https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/deo-balance/circulo-background.png') center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .deo-balance-section-two .section-two-content {
    order: 2;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 6vw auto 0;
    padding: 0 35px;
    box-sizing: border-box;
    max-width: 720px;
    text-align: center;
  }

  .deo-balance-section-two .section-two-logo {
    width: 166px;
    margin: 0 auto 76px;
  }

  .deo-balance-section-two h2 {
    margin: 0 0 29px;
    font-size: 36px;
    line-height: 1.08;
  }

  .deo-balance-section-two h2 br {
    display: none;
  }

  .deo-balance-section-two h2 em {
    display: block;
  }

  .deo-balance-section-two .section-two-copy p {
    max-width: 323px;
  }

  .deo-balance-section-two .section-two-copy {
    margin: 0 auto;
    max-width: 355px;
    font-size: 16px;
    line-height: 1.28;
    text-align: center;
  }

  .deo-balance-section-two .section-two-button {
    margin-top: 4px;
    width: 199px;
    min-width: 0;
    height: 48px;
    font-size: 16px;
  }

  .deo-balance-section-two .section-two-gallery {
    order: 1;
    grid-template-columns: repeat(3, 113px);
    grid-template-rows: repeat(2, 138px);
    column-gap: 2px;
    row-gap: 1px;
    position: relative;
    z-index: 2;
    margin: -85px auto 0;
    width: calc(100% - 70px);
    max-width: 343px;
    height: auto;
    aspect-ratio: 343 / 277;
    justify-content: center;
  }

  .deo-balance-section-two .section-two-gallery img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: fill;
  }
}

@media(max-width:400px) {
  .deo-balance-section-two .section-two-content {
    margin: 14vw auto 0;
  }
}

@media(max-width:383px) {
  .deo-balance-section-two .section-two-gallery {
    column-gap: 1px;
    row-gap: 1px;
    width: calc(100% - 70px);
  }
}


@media(max-width:360px) {
  .deo-balance-section-two .section-two-gallery {
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(2, 120px);
  }
}

@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;
  }
}

@media(max-width:335px) {
  .deo-balance-section-two .section-two-content {
    margin: 20vw auto 0;
  }

  .deo-balance-section-two h2 {
    font-size: 32px;
  }
}

/* Deo Balance feedback modal */
.deo-balance-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
}

.deo-balance-modal-overlay button:hover {
  background: transparent;
  border: none;
}


.deo-balance-modal-overlay.is-active {
  display: flex;
}

.deo-balance-modal {
  position: relative;
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #000000;
  text-align: center;
}

.deo-balance-modal::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/deo-balance/modal-background.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.deo-balance-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.deo-balance-modal-close::before,
.deo-balance-modal-close::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 2px;
  background: #000000;
}

.deo-balance-modal-close::before {
  transform: rotate(45deg);
}

.deo-balance-modal-close::after {
  transform: rotate(-45deg);
}

.deo-balance-modal-state {
  display: none;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.deo-balance-modal[data-state="success"] .deo-balance-modal-success,
.deo-balance-modal[data-state="error"] .deo-balance-modal-error {
  display: flex;
}

.deo-balance-modal-icon {
  display: block;
  width: 29px;
  height: 29px;
  margin-bottom: 30px;
}

.deo-balance-modal h3 {
  margin: 0;
  font-family: 'Proxima-Nova';
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
}

.deo-balance-modal p {
  margin: 8px 0 0;
  color: #271611;
  font-family: 'Proxima-Nova';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
}

.deo-balance-modal-error .deo-balance-modal-icon {
  margin-bottom: 45px;
}

.deo-balance-modal-error h3 {
  max-width: 258px;
}

/* Deo Balance hero */
.deo-balance-hero {
  position: relative;
  height: 721px;
  padding-top: 113px;
  background: #bfc0c0 url('https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/deo-balance/banner-deo-balance.png') center center / cover no-repeat;
  overflow: hidden;
}

.deo-balance-hero .hero-content {
  width: 100%;
  max-width: 363px;
  color: #ffffff;
  margin-left: 28px;
}

.deo-balance-hero .hero-copy h1 {
  margin: 0 0 16px;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 44px;
}

.deo-balance-hero .hero-copy h1 em {
  font-weight: 600;
  font-family: "freight-neo-pro", sans-serif;
}

.deo-balance-hero .hero-description {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 24px;
}

.deo-balance-hero .hero-form {
  width: 100%;
  max-width: 344px;
}

.deo-balance-hero .hero-form .form-group {
  margin-bottom: 16px;
}

.deo-balance-hero .hero-form input#name-subscriber-lp,
.deo-balance-hero .hero-form input#email-subscriber-lp,
.deo-balance-hero .hero-form input#whatsapp-subscriber-lp {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}

.deo-balance-hero .hero-form input::placeholder {
  color: #444444;
  opacity: 1;
}

.deo-balance-hero .hero-form .error-message {
  display: none;
  margin-top: 4px;
  color: #ffffff;
  font-size: 12px;
}

.deo-balance-hero .hero-form .error-message.active {
  display: block;
}

.deo-balance-hero .hero-form button#button-subscriber-lp {
  width: 100%;
  height: 48px;
  margin: 0 0 10px;
  border: 0;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.deo-balance-hero .hero-privacy {
  max-width: 365px;
  margin: 0;
  color: #2B2B2B;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  opacity: .7;
}

.deo-balance-hero .hero-privacy a {
  max-width: 365px;
  margin: 0;
  color: #2B2B2B;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.deo-balance-hero .hero-privacy-mobile {
  display: none;
}

@media(max-width:767px) {
  .deo-balance-hero {
    height: auto;
    min-height: 0;
    background: #EBEBEB;
    padding: 0 0 118px;

    img.mobile {
      width: 100%;
      margin-bottom: 32px;
    }
  }

  .deo-balance-hero .hero-content {
    position: relative;
    color: #030303;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  .deo-balance-hero .hero-copy h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 36px;

  }

  .deo-balance-hero .hero-description {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .deo-balance-hero .hero-form {
    text-align: left;
    margin: 0 auto;
  }

  .deo-balance-hero .hero-form input#name-subscriber-lp,
  .deo-balance-hero .hero-form input#email-subscriber-lp,
  .deo-balance-hero .hero-form input#whatsapp-subscriber-lp,
  .deo-balance-hero .hero-form button#button-subscriber-lp {
    height: 48px;
    font-size: 16px;
  }

  .deo-balance-hero .hero-form input#name-subscriber-lp,
  .deo-balance-hero .hero-form input#email-subscriber-lp,
  .deo-balance-hero .hero-form input#whatsapp-subscriber-lp {
    padding: 0 25px;
    border: 1px solid #999999;
  }

  .deo-balance-hero .hero-form button#button-subscriber-lp {
    margin-top: 5px;
    margin-bottom: 22px;
  }

  .deo-balance-hero .hero-privacy,
  .deo-balance-hero .hero-privacy a {
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
    color: #271611;
    font-size: 14px;
    line-height: 16px;
  }

  .deo-balance-hero .hero-privacy-desktop {
    display: none;
  }

  .deo-balance-hero .hero-privacy-mobile {
    display: block;
    opacity: .7;
    max-width: 344px;
    margin: 0 auto;
  }
}