/* DEFAULT */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fahkwang:wght@300;700&display=swap");

:root {
  --smaller: 0.75;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.produto .lp section p {
  margin-bottom: 1rem !important;
}

body.produto .lp .table td,
body.produto .lp .table th {
  padding: 0.25rem;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;

  @media (max-width: 992px) {
    font-size: 93.75%;
  }

  @media (max-width: 768px) {
    font-size: 87.5%;
  }
}

button {
  cursor: pointer;
}

[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

a,
a:hover {
  text-decoration: none;
}

hr {
  background-color: #ffffff;
  opacity: 1;
  height: 1px;
}

a:focus,
a:active {
  outline: none !important;
  box-shadow: none;
  outline-style: none;
}

textarea:hover,
select:focus,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.form-floating > label {
  padding: 1rem 1.75rem;
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid {
    width: 90vw;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-sm {
    max-width: none;
    width: 90vw;
  }
}

.btn.btn_prod_energyatp_new {
  background: #007f72;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 45px;
}

/* AUXILIA */
section.prod_energyatp_new_auxilia {
  background: #ffffff;
}

.prod_energyatp_new_auxilia_mobile {
  min-height: 600px;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_auxilia.png")
    no-repeat top center;
  background-size: cover;
}

section.prod_energyatp_new_auxilia .section {
  display: flex;
  width: 100%;
  align-items: stretch;
}

section.prod_energyatp_new_auxilia .bg-section-a,
section.prod_energyatp_new_auxilia .bg-section-b {
  position: relative;
  padding: 125px 0;
}

section.prod_energyatp_new_auxilia .bg-section-a .image {
  background-image: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_auxilia_b.png");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50vw + 10px);
}

section.prod_energyatp_new_auxilia .bg-section-b .image {
  background-image: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_auxilia.png");
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50vw + 10px);
}

section.prod_energyatp_new_auxilia h2 {
  color: #522d6d;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

section.prod_energyatp_new_auxilia p {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
}

section.prod_energyatp_new_auxilia p span {
  font-weight: 800;
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_auxilia .bg-section-b {
    display: none;
  }

  section.prod_energyatp_new_auxilia .bg-section-a {
    padding: 75px 0 75px 0;
  }

  section.prod_energyatp_new_auxilia .bg-section-a .image {
    left: 0;
    width: calc(100vw + 270px);
    transform: translateX(-270px);
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_auxilia .bg-section-b {
    padding: 50px 0 50px 0;
  }

  .prod_energyatp_new_auxilia_mobile {
    min-height: 500px;
  }

  section.prod_energyatp_new_auxilia h2 {
    font-size: 28px;
    line-height: 32px;
  }

  section.prod_energyatp_new_auxilia p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_auxilia h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.prod_energyatp_new_auxilia p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* RESUME */
section.prod_energyatp_new_caixa {
  padding-top: 5rem;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_caixa.png")
    no-repeat center center;
  background-size: cover;
  min-height: 400px;
}

section.prod_energyatp_new_caixa .col_img_caixa {
  margin-top: -350px;
}

section.prod_energyatp_new_caixa h2 {
  color: #522d6d;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

section.prod_energyatp_new_caixa p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
}

section.prod_energyatp_new_caixa p b {
  font-weight: 700;
}

section.prod_energyatp_new_caixa .img-caixa-energyatp {
  max-width: 100vw;
}

@media (max-width: 1499.98px) {
  section.prod_energyatp_new_caixa .col_img_caixa {
    margin-top: -300px;
  }
}

@media (max-width: 1299.98px) {
  section.prod_energyatp_new_caixa .col_img_caixa {
    margin-top: -250px;
  }
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_caixa .col_img_caixa {
    margin-top: -100px;
  }

  section.prod_energyatp_new_caixa p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_caixa .img-caixa-energyatp {
    max-width: 120vw;
  }

  section.prod_energyatp_new_caixa .col_img_caixa {
    margin-top: -50px;
    margin-left: -100px;
  }

  section.prod_energyatp_new_caixa h2 {
    font-size: 28px;
    line-height: 32px;
  }

  section.prod_energyatp_new_caixa p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_caixa .img-caixa-energyatp {
    max-width: 120vw;
  }

  section.prod_energyatp_new_caixa .col_img_caixa {
    margin-top: 0px;
    margin-left: -50px;
  }

  section.prod_energyatp_new_caixa h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.prod_energyatp_new_caixa p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* RESUME */
section.prod_energyatp_new_resume {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_resume.png")
    no-repeat center center;
  background-size: cover;
  padding: 7rem 0;
}

section.prod_energyatp_new_resume h2 {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

section.prod_energyatp_new_resume p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_resume {
    padding: 4rem 0;
  }

  section.prod_energyatp_new_resume h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_resume h2 {
    font-size: 26px;
    line-height: 32px;
  }

  section.prod_energyatp_new_resume p {
    font-size: 18px;
    line-height: 26px;
  }
}

/* TITLE */
section.prod_energyatp_new_title {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_title.jpg")
    no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}

section.prod_energyatp_new_title h2 {
  color: #ffffff;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_title {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_title_mobile.jpg")
      no-repeat center center;
    background-size: cover;
    padding: 15rem 0;
  }

  section.prod_energyatp_new_title h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_title {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_title_mobile.jpg")
      no-repeat center center;
    background-size: cover;
    padding: 10rem 0;
  }

  section.prod_energyatp_new_title h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* RESUME */
section.prod_energyatp_new_resume_2 {
  padding: 5rem 0;
  background: #ffffff
    url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_resume_2.png")
    no-repeat center center;
  background-size: cover;
}

.prod_energyatp_new_img_resume_2 {
  min-height: 800px;
  background: #f1f1f1
    url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_resume_2_mobile.png")
    no-repeat bottom center;
  background-size: cover;
}

section.prod_energyatp_new_resume_2 h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  color: #522d6d;
}

section.prod_energyatp_new_resume_2 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
}

@media (max-width: 1199.98px) {
  .prod_energyatp_new_img_resume_2 {
    min-height: 600px;
  }

  section.prod_energyatp_new_resume_2 h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_resume_2 {
    background: #f1f1f1;
  }

  .prod_energyatp_new_img_resume_2 {
    min-height: 500px;
  }

  section.prod_energyatp_new_resume_2 h2 {
    font-size: 40px;
    line-height: 44px;
  }

  section.prod_energyatp_new_resume_2 p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .prod_energyatp_new_img_resume_2 {
    min-height: 400px;
  }

  section.prod_energyatp_new_resume_2 h2 {
    font-size: 32px;
    line-height: 36px;
  }

  section.prod_energyatp_new_resume_2 p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  .prod_energyatp_new_img_resume_2 {
    min-height: 400px;
  }

  section.prod_energyatp_new_resume_2 h2 {
    font-size: 32px;
    line-height: 36px;
  }

  section.prod_energyatp_new_resume_2 p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  .prod_energyatp_new_img_resume_2 {
    min-height: 400px;
  }

  section.prod_energyatp_new_resume_2 h2 {
    font-size: 28px;
    line-height: 32px;
  }

  section.prod_energyatp_new_resume_2 p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* RESUME */
section.prod_energyatp_new_resume_3 {
  padding: 5rem 0;
  background: linear-gradient(
    303.94deg,
    rgba(132, 47, 115, 0.2) 9.78%,
    rgba(255, 228, 250, 0.2) 90.22%
  );
}

section.prod_energyatp_new_resume_3 .prod_energyatp_new_owl_card {
  padding: 1rem;
  background: #522a67;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 320px;
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_resume_3 .prod_energyatp_new_owl_card {
    min-height: 300px;
  }
}

section.prod_energyatp_new_resume_3 .prod_energyatp_new_owl_card p {
  color: #ffffff;
}

section.prod_energyatp_new_resume_3 h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  color: #522d6d;
}

section.prod_energyatp_new_resume_3 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
}

section.prod_energyatp_new_resume_3 p span {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  section.prod_energyatp_new_resume_3 h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_resume_3 h2 {
    font-size: 40px;
    line-height: 44px;
  }

  section.prod_energyatp_new_resume_3 p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_resume_3 h2 {
    font-size: 32px;
    line-height: 36px;
  }

  section.prod_energyatp_new_resume_3 p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_resume_3 h2 {
    font-size: 32px;
    line-height: 36px;
  }

  section.prod_energyatp_new_resume_3 p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_resume_3 h2 {
    font-size: 28px;
    line-height: 32px;
  }

  section.prod_energyatp_new_resume_3 p {
    font-size: 16px;
    line-height: 24px;
  }
}

section.prod_energyatp_new_resume_3 .owl-carousel .owl-nav button.owl-prev,
section.prod_energyatp_new_resume_3 .owl-carousel .owl-nav button.owl-prev,
section.prod_energyatp_new_resume_3 .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  background: #842f73;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: block;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translateX(-100%);
}

section.prod_energyatp_new_resume_3 .owl-carousel .owl-nav button.owl-next,
section.prod_energyatp_new_resume_3 .owl-carousel .owl-nav button.owl-next,
section.prod_energyatp_new_resume_3 .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  background: #842f73;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: block;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translateX(100%);
}

/* RESUME */
section.prod_energyatp_new_resume_end {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_resume_end.png")
    no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}

section.prod_energyatp_new_resume_end h2 {
  color: #1e1e1e;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

section.prod_energyatp_new_resume_end h2 span {
  color: #522d6d;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_resume_end {
    background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_resume_end.png")
      no-repeat left bottom;
    background-size: cover;
    padding: 2rem 0 35rem 0;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_resume_end {
    padding: 2rem 0 35rem 0;
  }

  section.prod_energyatp_new_resume_end h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_resume_end h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* TWO PRODUCT */
section.prod_energyatp_new_two_product {
  background: #f3ecf9;
  padding: 5rem 0;
}

section.prod_energyatp_new_two_product .bt-on {
  border-top: 3px solid #ffffff;
}

section.prod_energyatp_new_two_product p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1d1d1b;
  margin-bottom: 0 !important;
  padding: 10px;
}

section.prod_energyatp_new_two_product p b {
  color: #ef2ac1;
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_two_product p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_two_product p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_two_product p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* NUTRICIONAL */
section.prod_energyatp_new_nutricional {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_energyatp_background_nutrition.png")
    no-repeat center top;
  background-size: cover;
  padding: 5rem 0;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_navTabs {
  gap: 15px;
  border-bottom: 1px solid #c9c9c9;
}

@media (max-width: 576.98px) {
  section.prod_energyatp_new_nutricional .prod_energyatp_new_navTabs {
    gap: 15px;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  section.prod_energyatp_new_nutricional .prod_energyatp_new_navTabs .nav-link {
    width: 100%;
  }
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_navTabs .nav-link {
  box-sizing: border-box;
  border: 1.5px solid #c9c9c9;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  color: #707070;
  transform: translate(0px, 0px) skew(-5deg, 0deg);
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_sabor {
  background: #f1f1f1;
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  max-width: max-content;
  padding: 10px 30px;
  margin: 0 auto;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_sabor b {
  color: #ef2ac1;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_sabor.active {
  background: #ffffff;
  color: #000000;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_sabor.active b {
  color: #ef2ac1;
}

section.prod_energyatp_new_nutricional hr {
  border-top: 1px solid #c9c9c9;
  margin: 2rem 0;
}

section.prod_energyatp_new_nutricional table {
  background: transparent;
  font-size: 14px;
  font-weight: 400 !important;
}

section.prod_energyatp_new_nutricional table.table td.title {
  border-top: 0 !important;
}

section.prod_energyatp_new_nutricional table.table td.title b {
  font-size: 20px;
  font-weight: 800;
}

section.prod_energyatp_new_nutricional table.table td,
section.prod_energyatp_new_nutricional table.table th {
  border-top: 1px solid #c9c9c9;
}

section.prod_energyatp_new_nutricional table.table tbody tr td:nth-child(2) {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

section.prod_energyatp_new_nutricional p {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7077rem;
  letter-spacing: -0.0275rem;
}

section.prod_energyatp_new_nutricional p span {
  font-weight: 700;
  color: #522d6d;
}

@media (max-width: 575.98px) {
  section.prod_energyatp_new_nutricional p {
    font-size: 16px;
    line-height: 22px;
  }
}

section.prod_energyatp_new_nutricional .col-tags {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.prod_energyatp_new_nutricional .col-tags .selo {
  position: relative;
  padding: 0 1rem;
}

@media (max-width: 1199.98px) {
  section.prod_energyatp_new_nutricional .col-tags .selo {
    padding: 0 1rem;
  }

  section.prod_energyatp_new_nutricional .col-tags .selo::before {
    margin-left: -1rem;
  }
}

@media (max-width: 991.98px) {
  section.prod_energyatp_new_nutricional .col-tags {
    display: contents;
  }

  section.prod_energyatp_new_nutricional .col-tags .selo {
    padding: 1rem;
    max-width: 150px;
  }

  section.prod_energyatp_new_nutricional .col-tags .selo::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  section.prod_energyatp_new_nutricional .col-tags .selo {
    padding: 1rem 1.5rem;
    max-width: 160px;
  }
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_row_ref hr {
  background: #c9c9c9;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_row_ref h3 {
  color: #522d6d;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.0275rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_row_ref ol {
  padding-left: 20px;
  padding-top: 1rem;
  list-style: none;
  padding-left: 0;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_row_ref ol li {
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  counter-increment: list-counter;
  margin-bottom: 1em;
}

section.prod_energyatp_new_nutricional
  .prod_energyatp_new_row_ref
  ol
  li::before {
  content: counter(list-counter) ". ";
  font-weight: bold;
  margin-right: 10px;
  min-width: 25px;
}

section.prod_energyatp_new_nutricional .prod_energyatp_new_row_ref ol li a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.323px;
  letter-spacing: -0.44px;
}

section.prod_energyatp_new_nutricional
  .prod_energyatp_new_row_ref
  ol
  li
  a:hover {
  text-decoration-line: none;
}
