/* 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=Sora:wght@100..800&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,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.lp {
  font-family: "Sora", sans-serif !important;
}

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_neurohealth {
  background: #007f72;
  border-radius: 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 45px;
}

/* PRESENTATION */
section.neurohealth_apresentation {
  padding: 6rem 0 10rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_neurohealth_background_presentation.png")
    no-repeat center bottom;
  background-size: cover;
}

section.neurohealth_apresentation h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #00269c;
  font-weight: 700;
}

section.neurohealth_apresentation p {
  color: #1e1e1e;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

section.neurohealth_apresentation p span {
  color: #00269c;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  section.neurohealth_apresentation {
    padding: 6rem 0 8rem 0;
  }

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

  section.neurohealth_apresentation p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575.98px) {
  section.neurohealth_apresentation {
    padding: 6rem 0 6rem 0;
  }

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

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

/* BUTTONS */
section.neurohealth_buttons {
  background: transparent;
  margin-top: -5rem;

  .neurohealth_buttons_img {
    height: 150px;
  }
}

@media (max-width: 767.98px) {
  section.neurohealth_buttons .neurohealth_buttons_img {
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  section.neurohealth_buttons {
    background: transparent;
    margin-top: -2.5rem;
  }
  section.neurohealth_buttons .neurohealth_buttons_img {
    height: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.neurohealth_buttons {
    margin-top: -3rem;
  }
}

/* RESUME */
section.neurohealth_resume {
  padding: 10rem 0 7rem 0;
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_neurohealth_background_resume.png")
    no-repeat center bottom;
  background-size: cover;
  margin-top: -70px;
}

section.neurohealth_resume .neurohealth_owl_card {
  padding: 2rem;
  min-height: 250px;
  display: flex;
  flex-direction: column;

  background: #223b80;
  backdrop-filter: blur(35px);
  border-radius: 30px;
}

section.neurohealth_resume h2 {
  font-size: 40px;
  line-height: 45px;
  font-style: normal;
  color: #00269c;
  font-weight: 700;
}

section.neurohealth_resume h3 {
  font-size: 29px;
  line-height: 34px;
  font-style: normal;
  color: #f36c21;
  font-weight: 700;
}

section.neurohealth_resume p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  section.neurohealth_resume {
    padding: 8rem 0 5rem 0;
    margin-top: -50px;
  }

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

  section.neurohealth_resume h3 {
    font-size: 25px;
    line-height: 30px;
  }

  section.neurohealth_resume p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575.98px) {
  section.neurohealth_resume {
    padding: 6rem 0 3rem 0;
    margin-top: -30px;
  }

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

  section.neurohealth_resume h3 {
    font-size: 20px;
    line-height: 25px;
  }

  section.neurohealth_resume p {
    font-size: 16px;
    line-height: 22px;
  }
}

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

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

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

section.neurohealth_desempenho p {
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

section.neurohealth_desempenho p b {
  font-weight: 800;
}

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

/* CONTEM */
section.neurohealth_componentes {
  background: url("https://centralnutrition.vteximg.com.br/arquivos/lp_neurohealth_background_componentes.png")
    no-repeat center center;
  background-size: cover;
  padding: 5rem 0 8rem 0;
}

section.neurohealth_componentes h2 {
  color: #00269c;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem;
}

@media (max-width: 991.98px) {
  section.neurohealth_componentes h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

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

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

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

section.neurohealth_componentes .neurohealth_componentes_circle {
  border: 3px solid #00269c;
  border-radius: 100%;
  width: fit-content;
  margin: auto;
  position: relative;
  padding: 100px;
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  background: linear-gradient(
    256.89deg,
    #edf6ff -27.16%,
    #ffffff 50.03%,
    #edf6ff 127.22%
  );
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  transform: rotate(-90deg);
  border: 1px solid #00269c;
  max-width: 250px;
  min-width: 200px;
  text-align: center;
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_1 {
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_2 {
  top: 5%;
  left: 0;
  transform: translateY(56%) translateX(-26%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_3 {
  top: 20%;
  left: 0;
  transform: translateY(130%) translateX(-46%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_4 {
  top: 45%;
  left: 0;
  transform: translateY(110%) translateX(-36%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_5 {
  top: 70%;
  left: 0;
  transform: translateY(80%) translateX(-20%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_6 {
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_7 {
  top: 70%;
  right: 0;
  transform: translateY(80%) translateX(20%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_8 {
  top: 45%;
  right: 0;
  transform: translateY(110%) translateX(36%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_9 {
  top: 20%;
  right: 0;
  transform: translateY(130%) translateX(46%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente.item_10 {
  top: 5%;
  right: 0;
  transform: translateY(56%) translateX(26%);
}

section.neurohealth_componentes
  .neurohealth_componentes_circle
  .item_componente
  p.h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1e3a8f;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
  section.neurohealth_componentes h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991.98px) {
  section.neurohealth_componentes .neurohealth_componentes_circle {
    padding: 0;
    border: 0;
    width: auto;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente {
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    border-radius: 10px;

    position: relative;
    width: 350px;
    max-width: none;
    margin: auto;
    transform: none !important;
    text-align: center !important;
    margin-top: 25px;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 100%;
    top: -50% !important;
    transform: translateY(-50%);
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 0;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_1 {
    z-index: 22;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_2 {
    z-index: 21;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_3 {
    z-index: 20;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_4 {
    z-index: 19;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_5 {
    z-index: 18;
  }

  section.neurohealth_componentes .neurohealth_componentes_circle .item_6 {
    z-index: 10;
    position: relative;
    left: auto;
    transform: translateY(50%) translateX(0);
    text-align: center;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_7 {
    z-index: 17;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_8 {
    z-index: 16;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_9::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 100%;
    bottom: -50%;
    transform: translateY(50%);
    z-index: 0;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_10::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 100%;
    top: 50% !important;
    transform: translateY(50%);
    z-index: 0;
  }

  section.neurohealth_componentes
    .neurohealth_componentes_circle
    .item_componente.item_10::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    bottom: -100% !important;
    left: calc(50% - 4px) !important;
    z-index: 0;
    border-radius: 50%;
  }
}

@media (max-width: 991.98px) {
  section.neurohealth_componentes {
    padding: 10rem 0 12rem 0;
  }
}

@media (max-width: 767.98px) {
  section.neurohealth_componentes h2 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

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

/* RESUME */
section.neurohealth_resume_2 {
  padding: 5rem 0;
  background: #243c8c;
}

section.neurohealth_resume_2 .neurohealth_owl_ingredient .owl-stage-outer {
  padding: 5rem 0;
}

section.neurohealth_resume_2 .neurohealth_owl_card {
  padding: 1.5rem;
  min-height: 350px;
  display: flex;
  flex-direction: column;

  background: rgba(30, 30, 30, 0.25);
  backdrop-filter: blur(35px);
  border-radius: 30px;
  border: 2px solid #344fa9;
}

section.neurohealth_resume_2 .neurohealth_owl_card .neurohealth_icon_img {
  height: 90px;
  width: fit-content;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 20px;
}

section.neurohealth_resume_2 p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
section.neurohealth_resume_2 p a {
  color: #fff;
}
section.neurohealth_resume_2 p b {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  section.neurohealth_resume_2 .neurohealth_owl_card {
    min-height: 280px;
  }
}

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

  section.neurohealth_resume_2 .neurohealth_owl_card {
    min-height: 200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

section.neurohealth_nutricional p span {
  font-weight: 700;
  color: #1e3a8f;
}

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

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

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

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

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

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

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

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

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

section.neurohealth_nutricional .neurohealth_row_ref hr {
  background: #c9c9c9;
}

section.neurohealth_nutricional .neurohealth_row_ref h3 {
  color: #1e3a8f;
  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.neurohealth_nutricional .neurohealth_row_ref ol {
  padding-left: 20px;
  padding-top: 1rem;
}

section.neurohealth_nutricional .neurohealth_row_ref ol li {
  padding-bottom: 1rem;
}

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

section.neurohealth_nutricional .neurohealth_row_ref ol li a:hover {
  text-decoration-line: none;
}
