.elementor-902109 .elementor-element.elementor-element-29bc24da{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-91d5a9d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-d26e335{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-60f7255{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-662421b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-1511a4c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-b3f3480{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-902109 .elementor-element.elementor-element-4bbe2fb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2e15532 */.dna-hero-v3,
.dna-hero-v3 * {
  box-sizing: border-box;
}

.dna-hero-v3 {
  --dna-ink: #211f24;
  --dna-copy: #61575d;
  --dna-accent: #aa248f;
  --dna-accent-dark: #861b73;

  position: relative;
  overflow: hidden;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-hero-v3__inner {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  align-items: center;

  gap: clamp(64px, 7vw, 96px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.dna-hero-v3__content {
  width: 100%;
  max-width: 555px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.dna-hero-v3__eyebrow {
  display: inline-flex;
  align-items: center;

  min-height: 36px;

  margin: 0 0 20px;
  padding: 0 16px;

  border: 1px solid rgba(170, 36, 143, 0.18);
  border-radius: 999px;

  color: var(--dna-accent-dark);
  background: rgba(255, 255, 255, 0.48);

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.085em;

  text-transform: uppercase;
}


/* =========================================================
   TITLE
   ========================================================= */

.dna-hero-v3__title {
  max-width: 555px;

  margin: 0;

  color: var(--dna-ink);

  font-size: clamp(52px, 4.4vw, 70px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.dna-hero-v3__subtitle {
  display: block;

  margin-top: 11px;

  color: var(--dna-accent);

  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.dna-hero-v3__description {
  max-width: 510px;

  margin: 27px 0 23px;

  color: var(--dna-ink);

  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
}


/* =========================================================
   ACTIVE INGREDIENTS
   ========================================================= */

.dna-hero-v3__actives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 10px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.dna-hero-v3__active {
  min-height: 88px;

  margin: 0;
  padding: 13px 15px;

  display: flex;
  align-items: center;

  gap: 14px;

  border: 1px solid rgba(170, 36, 143, 0.13);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.5);

  box-shadow: 0 12px 30px rgba(91, 54, 69, 0.045);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* =========================================================
   ICONOS ORIGINALES
   ========================================================= */

.dna-hero-v3__active-icon {
  display: block;

  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  object-fit: contain;
  object-position: center;

  margin: 0;
  padding: 0;

  border: 0;

  background: transparent;
}

.dna-hero-v3__active span {
  color: var(--dna-ink);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.025em;

  text-transform: uppercase;
}


/* =========================================================
   SALMON PDRN
   ========================================================= */

.dna-hero-v3__salmon {
  margin-top: 20px;

  display: flex;
  align-items: center;

  gap: 17px;
}

.dna-hero-v3__salmon-title {
  margin: 0;

  color: var(--dna-ink);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;

  white-space: nowrap;
}

.dna-hero-v3__salmon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 7px 18px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.dna-hero-v3__salmon-list li {
  position: relative;

  margin: 0;
  padding-left: 11px;

  color: var(--dna-copy);

  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;

  white-space: nowrap;
}

.dna-hero-v3__salmon-list li::before {
  content: "";

  position: absolute;

  top: 0.55em;
  left: 0;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: var(--dna-accent);
}


/* =========================================================
   BUTTON
   ========================================================= */

.dna-hero-v3__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;

  margin-top: 27px;
  padding: 0 29px;

  border: 1px solid var(--dna-accent);
  border-radius: 999px;

  color: #ffffff !important;
  background: var(--dna-accent);

  box-shadow: 0 14px 34px rgba(134, 27, 115, 0.2);

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.045em;

  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.dna-hero-v3__button:hover,
.dna-hero-v3__button:focus-visible {
  color: #ffffff !important;

  background: var(--dna-accent-dark);
  border-color: var(--dna-accent-dark);

  box-shadow: 0 18px 40px rgba(134, 27, 115, 0.27);

  transform: translateY(-2px);
}

.dna-hero-v3__button:focus-visible {
  outline: 3px solid rgba(170, 36, 143, 0.23);
  outline-offset: 4px;
}

.dna-hero-v3__button:active {
  transform: translateY(0);
}


/* =========================================================
   VISUAL
   ========================================================= */

.dna-hero-v3__visual {
  width: 100%;
  max-width: 620px;

  min-width: 0;

  justify-self: end;
}

.dna-hero-v3__media {
  position: relative;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 4 / 3;

  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;

  background: #cfaaa5;

  box-shadow: 0 30px 72px rgba(78, 43, 49, 0.14);
}

.dna-hero-v3__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}

.dna-hero-v3__photo-tag {
  position: absolute;

  left: 20px;
  bottom: 20px;

  z-index: 2;

  display: inline-flex;
  align-items: center;

  min-height: 36px;
  padding: 0 16px;

  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;

  color: #ffffff;
  background: rgba(67, 36, 56, 0.44);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;

  text-transform: uppercase;
}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-hero-v3 {
    padding: 72px 0;
  }

  .dna-hero-v3__inner {
    width: min(calc(100% - 48px), 1080px);

    grid-template-columns:
      minmax(0, 0.94fr)
      minmax(0, 1.06fr);

    gap: 50px;
  }

  .dna-hero-v3__content {
    max-width: 510px;
  }

  .dna-hero-v3__title {
    font-size: clamp(48px, 4.7vw, 60px);
  }

  .dna-hero-v3__visual {
    max-width: 560px;
  }

  .dna-hero-v3__active-icon {
    width: 40px;
    height: 40px;

    flex-basis: 40px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-hero-v3 {
    padding: 60px 0;
  }

  .dna-hero-v3__inner {
    width: min(calc(100% - 56px), 760px);

    grid-template-columns: 1fr;

    gap: 42px;

    justify-items: center;
  }

  .dna-hero-v3__content {
    width: 100%;
    max-width: 680px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-hero-v3__eyebrow {
    margin: 0 auto 18px;
  }

  .dna-hero-v3__title {
    max-width: 650px;

    margin-inline: auto;

    font-size: clamp(50px, 7vw, 64px);
    line-height: 1;

    text-align: center;
  }

  .dna-hero-v3__subtitle {
    margin-top: 10px;

    font-size: clamp(21px, 3vw, 25px);

    text-align: center;
  }

  .dna-hero-v3__description {
    max-width: 600px;

    margin: 25px auto 22px;

    font-size: 19px;
    line-height: 1.45;

    text-align: center;
  }

  .dna-hero-v3__actives {
    width: min(100%, 620px);

    margin-inline: auto;
  }

  .dna-hero-v3__active {
    min-height: 90px;
  }

  .dna-hero-v3__active-icon {
    width: 42px;
    height: 42px;

    flex-basis: 42px;
  }

  .dna-hero-v3__salmon {
    width: 100%;

    margin-top: 20px;

    flex-wrap: wrap;
    justify-content: center;

    gap: 8px 17px;

    text-align: center;
  }

  .dna-hero-v3__salmon-list {
    justify-content: center;
  }

  .dna-hero-v3__button {
    min-width: 280px;

    margin-top: 26px;
  }

  .dna-hero-v3__visual {
    width: min(100%, 580px);
    max-width: 580px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-hero-v3__media {
    width: 100%;
    aspect-ratio: 4 / 3;

    border-radius: 28px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-hero-v3 {
    padding: 56px 0;
  }

  .dna-hero-v3__inner {
    width: min(calc(100% - 36px), 590px);

    grid-template-columns: 1fr;

    gap: 32px;

    justify-items: center;
  }

  .dna-hero-v3__content {
    width: 100%;
    max-width: 590px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-hero-v3__eyebrow {
    min-height: 34px;

    margin: 0 auto 18px;

    font-size: 10px;
  }

  .dna-hero-v3__title {
    max-width: 100%;

    margin-inline: auto;

    font-size: clamp(43px, 12vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.02em;

    text-align: center;
  }

  .dna-hero-v3__subtitle {
    margin-top: 10px;

    font-size: clamp(18px, 5vw, 23px);
    line-height: 1.08;
    letter-spacing: -0.02em;

    text-align: center;
  }

  .dna-hero-v3__description {
    max-width: 520px;

    margin: 24px auto 21px;

    font-size: 19px;

    text-align: center;
  }

  .dna-hero-v3__actives {
    width: 100%;

    gap: 9px;
  }

  .dna-hero-v3__active {
    min-height: 104px;

    padding: 12px 9px;

    flex-direction: column;
    justify-content: center;

    gap: 8px;

    text-align: center;
  }

  .dna-hero-v3__active-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;
  }

  .dna-hero-v3__active span {
    font-size: 9.5px;

    text-align: center;
  }

  .dna-hero-v3__salmon {
    width: 100%;

    margin-top: 19px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    column-gap: 16px;
    row-gap: 7px;
  }

  .dna-hero-v3__salmon-title {
    flex: 0 0 auto;

    margin: 0;

    font-size: 14px;

    white-space: nowrap;
  }

  .dna-hero-v3__salmon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap: 7px 18px;

    margin: 0;
  }

  .dna-hero-v3__salmon-list li {
    width: auto;

    margin: 0;
    padding-left: 11px;

    font-size: 14px;

    white-space: nowrap;
  }

  .dna-hero-v3__salmon-list li + li {
    margin-top: 0;
  }

  .dna-hero-v3__button {
    width: 100%;
    min-height: 58px;

    margin-top: 25px;
    padding-inline: 18px;
  }

  .dna-hero-v3__visual {
    width: 100%;
    max-width: 590px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-hero-v3__media {
    width: 100%;
    aspect-ratio: 4 / 3;

    border-radius: 24px;
  }

  .dna-hero-v3__photo-tag {
    left: 14px;
    bottom: 14px;

    min-height: 34px;
    padding-inline: 14px;

    font-size: 9px;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-hero-v3 {
    padding: 52px 0;
  }

  .dna-hero-v3__title {
    font-size: 42px;
  }

  .dna-hero-v3__active-icon {
    width: 39px;
    height: 39px;

    flex-basis: 39px;
  }

  .dna-hero-v3__salmon {
    column-gap: 12px;
    row-gap: 6px;
  }

  .dna-hero-v3__salmon-title {
    font-size: 13px;
  }

  .dna-hero-v3__salmon-list {
    gap: 6px 14px;
  }

  .dna-hero-v3__salmon-list li {
    padding-left: 10px;

    font-size: 13px;
  }

  .dna-hero-v3__button {
    font-size: 10px;
    letter-spacing: 0.025em;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dna-hero-v3__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e05455 */.dna-renewal,
.dna-renewal * {
  box-sizing: border-box;
}

.dna-renewal {
  --dna-renewal-ink: #29262b;
  --dna-renewal-copy: #4f494f;
  --dna-renewal-accent: #ad3c91;

  position: relative;
  overflow: hidden;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-renewal-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-renewal__inner {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.96fr)
    minmax(0, 1.04fr);

  grid-template-areas: "media content";

  align-items: center;

  gap: clamp(72px, 7.5vw, 110px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.dna-renewal__content {
  grid-area: content;

  width: 100%;
  max-width: 610px;

  justify-self: start;
}


/* =========================================================
   TITLE
   ========================================================= */

.dna-renewal__title {
  width: 100%;
  max-width: 600px;

  margin: 0 0 36px;

  color: var(--dna-renewal-ink);

  font-size: clamp(38px, 3.2vw, 49px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.dna-renewal__title-intro,
.dna-renewal__title-accent {
  display: block;
}

.dna-renewal__title-intro {
  color: var(--dna-renewal-ink);
}

.dna-renewal__title-accent {
  margin-top: 7px;

  color: var(--dna-renewal-accent);

  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}


/* =========================================================
   COPY
   ========================================================= */

.dna-renewal__copy {
  width: 100%;
  max-width: 590px;
}

.dna-renewal__copy p {
  margin: 0;

  color: var(--dna-renewal-copy);

  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0;
}

.dna-renewal__copy p + p {
  margin-top: 21px;
}

.dna-renewal__copy strong {
  color: var(--dna-renewal-ink);

  font-weight: 700;
}


/* =========================================================
   IMAGE
   ========================================================= */

.dna-renewal__media {
  grid-area: media;

  position: relative;
  overflow: hidden;

  width: min(100%, 580px);
  aspect-ratio: 5 / 4;

  margin: 0;

  justify-self: end;

  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;

  background: #f3f3f3;

  box-shadow:
    0 26px 64px rgba(75, 50, 60, 0.09),
    0 4px 16px rgba(75, 50, 60, 0.025);
}

.dna-renewal__image {
  position: absolute !important;

  inset: 0;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border-radius: 0;

  vertical-align: top;
}


/* =========================================================
   DESKTOP GRANDE
   ========================================================= */

@media (min-width: 1440px) {

  .dna-renewal__inner {
    width: min(calc(100% - 80px), 1280px);

    grid-template-columns:
      minmax(0, 0.97fr)
      minmax(0, 1.03fr);

    gap: 108px;
  }

  .dna-renewal__media {
    width: 580px;
  }

  .dna-renewal__content {
    max-width: 610px;
  }

}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-renewal {
    padding: 72px 0;
  }

  .dna-renewal__inner {
    width: min(calc(100% - 48px), 1080px);

    grid-template-columns:
      minmax(0, 0.96fr)
      minmax(0, 1.04fr);

    grid-template-areas: "media content";

    gap: 58px;
  }

  .dna-renewal__content {
    max-width: 520px;
  }

  .dna-renewal__title {
    max-width: 520px;

    font-size: clamp(35px, 3.6vw, 43px);
  }

  .dna-renewal__copy {
    max-width: 510px;
  }

  .dna-renewal__media {
    width: min(100%, 500px);
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-renewal {
    padding: 60px 0;
  }

  .dna-renewal__inner {
    width: min(calc(100% - 56px), 760px);

    grid-template-columns: 1fr;

    grid-template-areas:
      "content"
      "media";

    gap: 40px;

    justify-items: center;
  }

  .dna-renewal__content {
    width: 100%;
    max-width: 680px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-renewal__title {
    width: 100%;
    max-width: 650px;

    margin: 0 auto 30px;

    font-size: clamp(38px, 5.3vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.025em;

    text-align: center;
  }

  .dna-renewal__title-intro,
  .dna-renewal__title-accent {
    text-align: center;
  }

  .dna-renewal__title-accent {
    margin-top: 6px;
  }

  .dna-renewal__copy {
    width: 100%;
    max-width: 620px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-renewal__copy p {
    font-size: 16px;
    line-height: 1.64;

    text-align: center;
  }

  .dna-renewal__copy p + p {
    margin-top: 19px;
  }

  .dna-renewal__media {
    width: min(100%, 580px);
    max-width: 580px;

    aspect-ratio: 4 / 3;

    margin-inline: auto;

    justify-self: center;

    border-radius: 28px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-renewal {
    padding: 56px 0;
  }

  .dna-renewal__inner {
    width: min(calc(100% - 36px), 590px);

    grid-template-columns: 1fr;

    grid-template-areas:
      "content"
      "media";

    gap: 34px;

    justify-items: center;
  }

  .dna-renewal__content {
    width: 100%;
    max-width: 590px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-renewal__title {
    width: 100%;
    max-width: 540px;

    margin: 0 auto 27px;

    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.06;
    letter-spacing: -0.025em;

    text-align: center;
  }

  .dna-renewal__title-intro,
  .dna-renewal__title-accent {
    text-align: center;
  }

  .dna-renewal__title-accent {
    margin-top: 6px;
  }

  .dna-renewal__copy {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-renewal__copy p {
    margin-inline: auto;

    font-size: 15px;
    line-height: 1.62;

    text-align: center;
  }

  .dna-renewal__copy p + p {
    margin-top: 19px;
  }

  .dna-renewal__media {
    width: 100%;
    max-width: 590px;

    aspect-ratio: 4 / 3;

    margin-inline: auto;

    justify-self: center;

    border-radius: 24px;

    box-shadow: 0 22px 52px rgba(75, 50, 60, 0.09);
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-renewal {
    padding: 52px 0;
  }

  .dna-renewal__title {
    font-size: 30px;
  }

  .dna-renewal__copy p {
    font-size: 14.5px;
  }

  .dna-renewal__media {
    width: 100%;

    border-radius: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a80172a */.dna-benefits,
.dna-benefits * {
  box-sizing: border-box;
}

.dna-benefits {
  --dna-benefits-ink: #29262b;
  --dna-benefits-copy: #575158;
  --dna-benefits-accent: #ad3c91;

  position: relative;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-benefits-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-benefits__inner {
  width: min(calc(100% - 64px), 1280px);

  margin-inline: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.dna-benefits__header {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto clamp(64px, 6vw, 86px);

  text-align: center;
}


/* =========================================================
   TITLE
   ========================================================= */

.dna-benefits__title {
  margin: 0;

  color: var(--dna-benefits-accent);

  font-size: clamp(40px, 3.6vw, 54px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}


/* =========================================================
   KEY BENEFITS
   ========================================================= */

.dna-benefits__grid {
  width: 100%;

  margin-top: 38px;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;
}


/* =========================================================
   BENEFIT CARD
   ========================================================= */

.dna-benefits__benefit {
  position: relative;

  min-height: 112px;

  margin: 0;
  padding: 22px 22px 20px;

  display: flex;
  flex-direction: column;

  align-items: flex-start;
  justify-content: space-between;

  border: 1px solid rgba(173, 60, 145, 0.11);
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.42);

  box-shadow:
    0 14px 34px rgba(75, 50, 60, 0.035);

  text-align: left;
}


/* =========================================================
   BENEFIT NUMBER
   ========================================================= */

.dna-benefits__benefit-number {
  display: block;

  margin: 0 0 19px;

  color: var(--dna-benefits-accent);

  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}


/* =========================================================
   BENEFIT COPY
   ========================================================= */

.dna-benefits__benefit p {
  max-width: 190px;

  margin: 0;

  color: var(--dna-benefits-ink);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.01em;
}


/* =========================================================
   BODY
   ========================================================= */

.dna-benefits__body {
  width: 100%;

  display: grid;

  grid-template-columns:
    minmax(0, 0.98fr)
    minmax(0, 1.02fr);

  align-items: center;

  gap: clamp(72px, 8vw, 116px);
}


/* =========================================================
   IMAGE
   ========================================================= */

.dna-benefits__visual {
  width: 100%;
  max-width: 570px;

  display: flex;
  align-items: center;
  justify-content: center;

  align-self: center;
  justify-self: center;

  margin: 0;
  padding: 0;
}

.dna-benefits__image {
  display: block;

  width: 100%;
  height: auto;

  max-width: 570px;

  margin: 0;

  object-fit: contain;

  border: 0;
  border-radius: 0;

  background: transparent;

  box-shadow:
    0 22px 50px rgba(75, 50, 60, 0.055);
}


/* =========================================================
   CONTENT
   ========================================================= */

.dna-benefits__content {
  width: 100%;
  max-width: 590px;

  align-self: center;
  justify-self: start;
}


/* =========================================================
   CONTENT TITLE
   ========================================================= */

.dna-benefits__content-title {
  margin: 0;

  color: var(--dna-benefits-accent);

  font-size: clamp(39px, 3.25vw, 49px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.dna-benefits__description {
  max-width: 560px;

  margin: 25px 0 27px;

  color: var(--dna-benefits-copy);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.58;
}


/* =========================================================
   LIST
   ========================================================= */

.dna-benefits__list {
  width: 100%;
  max-width: 560px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.dna-benefits__list li {
  position: relative;

  margin: 0;
  padding: 16px 0 16px 23px;

  color: var(--dna-benefits-ink);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;

  border-top: 1px solid rgba(173, 60, 145, 0.13);
}

.dna-benefits__list li:last-child {
  border-bottom: 1px solid rgba(173, 60, 145, 0.13);
}

.dna-benefits__list li::before {
  content: "";

  position: absolute;

  left: 1px;
  top: 1.45em;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--dna-benefits-accent);
}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-benefits {
    padding: 72px 0;
  }

  .dna-benefits__inner {
    width: min(calc(100% - 48px), 1080px);
  }

  .dna-benefits__header {
    margin-bottom: 64px;
  }

  .dna-benefits__grid {
    gap: 12px;
  }

  .dna-benefits__benefit {
    min-height: 108px;

    padding: 20px;
  }

  .dna-benefits__body {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(0, 1.05fr);

    gap: 62px;
  }

  .dna-benefits__visual {
    max-width: 500px;
  }

  .dna-benefits__image {
    max-width: 500px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-benefits {
    padding: 60px 0;
  }

  .dna-benefits__inner {
    width: min(calc(100% - 56px), 760px);
  }

  .dna-benefits__header {
    max-width: 680px;

    margin-bottom: 52px;
  }

  .dna-benefits__title {
    font-size: 44px;
  }

  .dna-benefits__grid {
    width: min(100%, 640px);

    margin: 32px auto 0;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 12px;
  }

  .dna-benefits__benefit {
    min-height: 108px;

    padding: 20px 22px;
  }

  .dna-benefits__benefit p {
    max-width: 240px;
  }

  .dna-benefits__body {
    grid-template-columns: 1fr;

    gap: 42px;

    justify-items: center;
  }

  .dna-benefits__visual {
    width: min(100%, 580px);
    max-width: 580px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-benefits__image {
    width: 100%;
    max-width: 580px;

    margin-inline: auto;
  }

  .dna-benefits__content {
    width: 100%;
    max-width: 620px;

    margin-inline: auto;

    justify-self: center;

    text-align: center;
  }

  .dna-benefits__content-title {
    font-size: 42px;

    text-align: center;
  }

  .dna-benefits__description {
    max-width: 560px;

    margin: 22px auto 27px;

    text-align: center;
  }

  .dna-benefits__list {
    max-width: 560px;

    margin-inline: auto;

    text-align: left;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-benefits {
    padding: 56px 0;
  }

  .dna-benefits__inner {
    width: min(calc(100% - 36px), 590px);
  }

  .dna-benefits__header {
    width: 100%;
    max-width: 520px;

    margin: 0 auto 42px;
  }

  .dna-benefits__title {
    font-size: clamp(34px, 9vw, 40px);

    text-align: center;
  }

  .dna-benefits__grid {
    width: 100%;

    margin-top: 28px;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

  .dna-benefits__benefit {
    min-height: 110px;

    padding: 18px 17px;

    border-radius: 19px;
  }

  .dna-benefits__benefit-number {
    margin-bottom: 17px;

    font-size: 10px;
  }

  .dna-benefits__benefit p {
    max-width: 160px;

    font-size: 14px;
    line-height: 1.3;
  }

  .dna-benefits__body {
    grid-template-columns: 1fr;

    gap: 34px;

    justify-items: center;
  }

  .dna-benefits__visual {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-benefits__image {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    box-shadow:
      0 16px 36px rgba(75, 50, 60, 0.045);
  }

  .dna-benefits__content {
    width: 100%;
    max-width: 520px;

    margin-inline: auto;

    justify-self: center;

    text-align: center;
  }

  .dna-benefits__content-title {
    font-size: clamp(33px, 9vw, 40px);

    text-align: center;
  }

  .dna-benefits__description {
    max-width: 450px;

    margin: 20px auto 24px;

    font-size: 14.5px;
    line-height: 1.55;

    text-align: center;
  }

  .dna-benefits__list {
    width: 100%;
    max-width: 470px;

    margin-inline: auto;

    text-align: left;
  }

  .dna-benefits__list li {
    padding: 14px 4px 14px 22px;

    font-size: 14px;
    line-height: 1.45;
  }

  .dna-benefits__list li::before {
    top: 1.35em;

    width: 6px;
    height: 6px;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-benefits {
    padding: 52px 0;
  }

  .dna-benefits__grid {
    grid-template-columns: 1fr;
  }

  .dna-benefits__benefit {
    min-height: 82px;

    padding: 17px 19px;

    flex-direction: row;

    align-items: center;
    justify-content: flex-start;

    gap: 16px;
  }

  .dna-benefits__benefit-number {
    flex: 0 0 auto;

    margin: 0;
  }

  .dna-benefits__benefit p {
    max-width: none;
  }

  .dna-benefits__title,
  .dna-benefits__content-title {
    font-size: 32px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e163c20 */.dna-actives-v5,
.dna-actives-v5 * {
  box-sizing: border-box;
}

.dna-actives-v5 {
  --dna-actives-ink: #29262b;
  --dna-actives-copy: #575158;
  --dna-actives-accent: #ad3c91;
  --dna-actives-accent-dark: #8d2676;

  position: relative;
  overflow: hidden;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-actives-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-actives-v5__inner {
  width: min(calc(100% - 64px), 1280px);

  margin-inline: auto;
}


/* =========================================================
   MAIN
   ========================================================= */

.dna-actives-v5__main {
  display: grid;

  grid-template-columns:
    minmax(0, 1.14fr)
    minmax(320px, 0.86fr);

  align-items: center;

  gap: clamp(76px, 8vw, 118px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.dna-actives-v5__content {
  width: 100%;
  max-width: 690px;

  justify-self: start;
}


/* =========================================================
   HEADER
   ========================================================= */

.dna-actives-v5__header {
  width: 100%;
  max-width: 650px;

  margin: 0 0 44px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.dna-actives-v5__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  min-height: 35px;

  margin: 0 0 25px;
  padding: 0 17px;

  border: 1px solid rgba(173, 60, 145, 0.18);
  border-radius: 999px;

  color: var(--dna-actives-accent-dark);
  background: rgba(255, 255, 255, 0.52);

  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.065em;

  text-transform: uppercase;

  white-space: nowrap;
}

.dna-actives-v5__eyebrow span {
  display: inline-block;
}


/* =========================================================
   TITLE
   ========================================================= */

.dna-actives-v5__title {
  width: 100%;
  max-width: 650px;

  margin: 0;

  line-height: 1;
}

.dna-actives-v5__title-main {
  display: block;

  margin: 0;

  color: var(--dna-actives-ink);

  font-size: clamp(43px, 3.8vw, 55px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.038em;
}

.dna-actives-v5__title-accent {
  display: block;

  max-width: 620px;

  margin-top: 5px;

  color: var(--dna-actives-accent);

  font-size: clamp(43px, 3.8vw, 55px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;

  text-transform: uppercase;
}


/* =========================================================
   INTRO
   ========================================================= */

.dna-actives-v5__intro {
  max-width: 530px;

  margin: 25px 0 0;

  color: var(--dna-actives-copy);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
}

.dna-actives-v5__intro strong {
  color: var(--dna-actives-ink);

  font-weight: 700;
}


/* =========================================================
   ACTIVE LIST
   ========================================================= */

.dna-actives-v5__list {
  width: 100%;
  max-width: 660px;

  display: grid;
  grid-template-columns: 1fr;

  margin: 0;
}

.dna-actives-v5__item {
  display: grid;

  grid-template-columns:
    62px minmax(0, 1fr);

  align-items: center;

  gap: 20px;

  min-height: 108px;

  margin: 0;
  padding: 20px 0;

  border-top: 1px solid rgba(173, 60, 145, 0.13);
}

.dna-actives-v5__item:last-child {
  border-bottom: 1px solid rgba(173, 60, 145, 0.13);
}


/* =========================================================
   ICONS
   ========================================================= */

.dna-actives-v5__icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-actives-v5__icon img {
  display: block;

  width: 52px;
  height: 52px;

  max-width: none;

  object-fit: contain;
}


/* =========================================================
   ITEM COPY
   ========================================================= */

.dna-actives-v5__item-copy {
  min-width: 0;
}

.dna-actives-v5__item-copy h3 {
  margin: 0 0 6px;

  color: var(--dna-actives-ink);

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.dna-actives-v5__item-copy p {
  max-width: 520px;

  margin: 0;

  color: var(--dna-actives-copy);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.48;
}


/* =========================================================
   SALMON PDRN
   ========================================================= */

.dna-actives-v5__salmon {
  width: 100%;
  max-width: 660px;

  margin: 34px 0 0;
  padding: 26px 28px;

  display: grid;

  grid-template-columns:
    74px minmax(0, 1fr);

  align-items: center;

  gap: 24px;

  border: 1px solid rgba(173, 60, 145, 0.12);
  border-radius: 26px;

  background: rgba(255, 255, 255, 0.46);

  box-shadow:
    0 18px 44px rgba(75, 50, 60, 0.04);
}

.dna-actives-v5__salmon-icon {
  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-actives-v5__salmon-icon img {
  display: block;

  width: 66px;
  height: 66px;

  max-width: none;

  object-fit: contain;
}

.dna-actives-v5__salmon-content {
  min-width: 0;
}

.dna-actives-v5__salmon-title {
  margin: 0 0 12px;

  color: var(--dna-actives-accent);

  font-size: 22px;
  font-weight: 600;
  line-height: 1.05;
}

.dna-actives-v5__salmon-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 7px 22px;

  margin: 0 0 14px;
  padding: 0;

  list-style: none;
}

.dna-actives-v5__salmon-features li {
  position: relative;

  margin: 0;
  padding-left: 13px;

  color: var(--dna-actives-ink);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;

  white-space: nowrap;
}

.dna-actives-v5__salmon-features li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0.55em;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: var(--dna-actives-accent);
}

.dna-actives-v5__salmon-copy {
  max-width: 520px;

  margin: 0;

  color: var(--dna-actives-copy);

  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.56;
}


/* =========================================================
   PRODUCT VISUAL
   ========================================================= */

.dna-actives-v5__visual {
  width: 100%;
  max-width: 420px;

  align-self: center;
  justify-self: end;
}

.dna-actives-v5__product-card {
  position: relative;
  overflow: hidden;

  width: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding:
    clamp(42px, 4vw, 60px)
    clamp(34px, 3vw, 46px)
    28px;

  border: 1px solid rgba(173, 60, 145, 0.1);
  border-radius: 30px;

  background: #ffffff;

  box-shadow:
    0 24px 58px rgba(75, 50, 60, 0.065),
    0 4px 14px rgba(75, 50, 60, 0.02);
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.dna-actives-v5__product-image-wrap {
  width: 100%;
  height: clamp(330px, 31vw, 450px);

  display: flex;

  align-items: center;
  justify-content: center;
}

.dna-actives-v5__product {
  display: block;

  width: auto;
  height: auto;

  max-width: 64%;
  max-height: 76%;

  object-fit: contain;

  mix-blend-mode: multiply;
}


/* =========================================================
   PRODUCT SIGNATURE
   ========================================================= */

.dna-actives-v5__product-signature {
  width: 100%;

  padding-top: 21px;

  border-top: 1px solid rgba(173, 60, 145, 0.12);

  display: flex;
  flex-direction: column;

  align-items: center;

  text-align: center;
}

.dna-actives-v5__product-signature span,
.dna-actives-v5__product-signature strong {
  display: block;
}

.dna-actives-v5__product-line {
  margin-bottom: 5px;

  color: var(--dna-actives-accent-dark);

  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.dna-actives-v5__product-signature strong {
  margin-bottom: 4px;

  color: var(--dna-actives-ink);

  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.dna-actives-v5__product-description {
  color: var(--dna-actives-copy);

  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}


/* =========================================================
   PRODUCT BUTTON
   ========================================================= */

.dna-actives-v5__product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;

  margin-top: 17px;
  padding: 0 22px;

  border: 1px solid var(--dna-actives-accent);
  border-radius: 999px;

  color: #ffffff !important;
  background: var(--dna-actives-accent);

  box-shadow:
    0 10px 24px rgba(141, 38, 118, 0.14);

  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;

  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dna-actives-v5__product-button:hover,
.dna-actives-v5__product-button:focus-visible {
  color: #ffffff !important;

  background: var(--dna-actives-accent-dark);
  border-color: var(--dna-actives-accent-dark);

  box-shadow:
    0 14px 30px rgba(141, 38, 118, 0.2);

  transform: translateY(-2px);
}

.dna-actives-v5__product-button:focus-visible {
  outline: 3px solid rgba(173, 60, 145, 0.18);
  outline-offset: 3px;
}

.dna-actives-v5__product-button:active {
  transform: translateY(0);
}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-actives-v5 {
    padding: 72px 0;
  }

  .dna-actives-v5__inner {
    width: min(calc(100% - 48px), 1080px);
  }

  .dna-actives-v5__main {
    grid-template-columns:
      minmax(0, 1.12fr)
      minmax(300px, 0.88fr);

    gap: 60px;
  }

  .dna-actives-v5__header {
    max-width: 590px;
  }

  .dna-actives-v5__title-main,
  .dna-actives-v5__title-accent {
    font-size: 48px;
  }

  .dna-actives-v5__visual {
    max-width: 370px;
  }

  .dna-actives-v5__product-image-wrap {
    height: 365px;
  }

  .dna-actives-v5__product {
    max-width: 61%;
    max-height: 73%;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-actives-v5 {
    padding: 60px 0;
  }

  .dna-actives-v5__inner {
    width: min(calc(100% - 56px), 760px);
  }

  .dna-actives-v5__main {
    grid-template-columns: 1fr;

    gap: 36px;

    justify-items: center;
  }

  .dna-actives-v5__content {
    width: 100%;
    max-width: 630px;

    margin-inline: auto;
  }

  .dna-actives-v5__header {
    width: 100%;
    max-width: 610px;

    margin: 0 auto 38px;

    text-align: center;
  }

  .dna-actives-v5__eyebrow {
    margin: 0 auto 24px;
  }

  .dna-actives-v5__title {
    max-width: 590px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-actives-v5__title-main {
    font-size: 47px;

    text-align: center;
  }

  .dna-actives-v5__title-accent {
    max-width: 590px;

    margin: 5px auto 0;

    font-size: 47px;

    text-align: center;
  }

  .dna-actives-v5__intro {
    max-width: 470px;

    margin: 22px auto 0;

    text-align: center;
  }

  .dna-actives-v5__salmon {
    width: 100%;
    max-width: 630px;

    margin: 34px auto 0;
  }

  .dna-actives-v5__visual {
    width: min(100%, 630px);
    max-width: 630px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-actives-v5__product-card {
    min-height: 210px;

    padding: 24px 34px;

    display: grid;

    grid-template-columns:
      180px minmax(0, 1fr);

    align-items: center;

    gap: 34px;

    border-radius: 26px;
  }

  .dna-actives-v5__product-image-wrap {
    width: 180px;
    height: 165px;
  }

  .dna-actives-v5__product {
    max-width: 74%;
    max-height: 92%;
  }

  .dna-actives-v5__product-signature {
    width: 100%;

    padding: 0 0 0 30px;

    border-top: 0;
    border-left: 1px solid rgba(173, 60, 145, 0.12);

    align-items: flex-start;

    text-align: left;
  }

  .dna-actives-v5__product-line {
    font-size: 10px;
  }

  .dna-actives-v5__product-signature strong {
    font-size: 20px;
  }

  .dna-actives-v5__product-description {
    font-size: 13px;
  }

  .dna-actives-v5__product-button {
    min-height: 42px;

    margin-top: 17px;

    padding-inline: 22px;

    font-size: 10px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-actives-v5 {
    padding: 56px 0;
  }

  .dna-actives-v5__inner {
    width: min(calc(100% - 36px), 590px);
  }

  .dna-actives-v5__main {
    grid-template-columns: 1fr;

    gap: 30px;

    justify-items: center;
  }

  .dna-actives-v5__content {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;
  }

  .dna-actives-v5__header {
    width: 100%;
    max-width: 520px;

    margin: 0 auto 32px;

    text-align: center;
  }

  .dna-actives-v5__eyebrow {
    min-height: 34px;

    margin: 0 auto 23px;
    padding: 0 17px;

    font-size: 9px;
  }

  .dna-actives-v5__title {
    width: 100%;
    max-width: 440px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-actives-v5__title-main {
    font-size: clamp(35px, 10vw, 43px);
    line-height: 1;

    text-align: center;
  }

  .dna-actives-v5__title-accent {
    max-width: 410px;

    margin: 6px auto 0;

    font-size: clamp(35px, 10vw, 43px);
    line-height: 0.98;

    text-align: center;
  }

  .dna-actives-v5__intro {
    max-width: 390px;

    margin: 20px auto 0;

    font-size: 14px;
    line-height: 1.5;

    text-align: center;
  }

  .dna-actives-v5__item {
    grid-template-columns:
      52px minmax(0, 1fr);

    gap: 15px;

    min-height: 94px;

    padding: 17px 0;
  }

  .dna-actives-v5__icon {
    width: 50px;
    height: 50px;
  }

  .dna-actives-v5__icon img {
    width: 46px;
    height: 46px;
  }

  .dna-actives-v5__item-copy h3 {
    margin-bottom: 4px;

    font-size: 14px;
  }

  .dna-actives-v5__item-copy p {
    font-size: 14px;
    line-height: 1.44;
  }

  .dna-actives-v5__salmon {
    width: 100%;
    max-width: 540px;

    margin: 30px auto 0;
    padding: 28px 22px;

    grid-template-columns: 1fr;

    justify-items: center;

    gap: 16px;

    text-align: center;

    border-radius: 24px;
  }

  .dna-actives-v5__salmon-icon {
    width: 68px;
    height: 68px;
  }

  .dna-actives-v5__salmon-icon img {
    width: 64px;
    height: 64px;
  }

  .dna-actives-v5__salmon-title {
    margin-bottom: 14px;

    font-size: 22px;
  }

  .dna-actives-v5__salmon-features {
    justify-content: center;

    gap: 7px 20px;

    margin-bottom: 16px;
  }

  .dna-actives-v5__salmon-copy {
    max-width: 440px;

    margin-inline: auto;

    font-size: 14px;

    text-align: center;
  }

  .dna-actives-v5__visual {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    justify-self: center;
  }

  .dna-actives-v5__product-card {
    width: 100%;
    min-height: 160px;

    padding: 20px 22px;

    display: grid;

    grid-template-columns:
      116px minmax(0, 1fr);

    align-items: center;

    gap: 22px;

    border-radius: 24px;

    box-shadow:
      0 16px 36px rgba(75, 50, 60, 0.05);
  }

  .dna-actives-v5__product-image-wrap {
    width: 116px;
    height: 120px;
  }

  .dna-actives-v5__product {
    max-width: 76%;
    max-height: 94%;
  }

  .dna-actives-v5__product-signature {
    width: 100%;

    padding: 0 0 0 20px;

    border-top: 0;

    border-left:
      1px solid rgba(173, 60, 145, 0.12);

    align-items: flex-start;

    text-align: left;
  }

  .dna-actives-v5__product-line {
    margin-bottom: 6px;

    font-size: 9px;
  }

  .dna-actives-v5__product-signature strong {
    margin-bottom: 5px;

    font-size: 17px;
  }

  .dna-actives-v5__product-description {
    font-size: 12px;
  }

  .dna-actives-v5__product-button {
    min-height: 40px;

    margin-top: 14px;

    padding-inline: 18px;

    font-size: 9px;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-actives-v5 {
    padding: 52px 0;
  }

  .dna-actives-v5__title-main,
  .dna-actives-v5__title-accent {
    font-size: 34px;
  }

  .dna-actives-v5__title-accent {
    max-width: 320px;
  }

  .dna-actives-v5__intro {
    max-width: 330px;

    font-size: 13.5px;
  }

  .dna-actives-v5__icon {
    width: 48px;
    height: 48px;
  }

  .dna-actives-v5__icon img {
    width: 44px;
    height: 44px;
  }

  .dna-actives-v5__salmon {
    padding: 25px 18px;
  }

  .dna-actives-v5__product-card {
    min-height: 150px;

    grid-template-columns:
      96px minmax(0, 1fr);

    gap: 17px;

    padding: 18px;
  }

  .dna-actives-v5__product-image-wrap {
    width: 96px;
    height: 102px;
  }

  .dna-actives-v5__product {
    max-width: 78%;
    max-height: 94%;
  }

  .dna-actives-v5__product-signature {
    padding-left: 16px;
  }

  .dna-actives-v5__product-signature strong {
    font-size: 15px;
  }

  .dna-actives-v5__product-description {
    font-size: 11px;
  }

  .dna-actives-v5__product-button {
    min-height: 38px;

    margin-top: 12px;
    padding: 0 15px;

    font-size: 8.5px;
    letter-spacing: 0.035em;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dna-actives-v5__product-button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dd44cd */.dna-protocol,
.dna-protocol * {
  box-sizing: border-box;
}

.dna-protocol {
  --dna-protocol-ink: #29262b;
  --dna-protocol-copy: #575158;
  --dna-protocol-accent: #ad3c91;
  --dna-protocol-accent-dark: #8d2676;

  position: relative;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-protocol-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-protocol__inner {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}


/* =========================================================
   MAIN TITLE
   ========================================================= */

.dna-protocol__header {
  width: 100%;

  margin: 0 0 36px;

  text-align: center;
}

.dna-protocol__title {
  margin: 0;

  color: var(--dna-protocol-accent);

  font-size: clamp(38px, 3.1vw, 47px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;

  text-align: center;
}


/* =========================================================
   PROTOCOL BLOCK
   ========================================================= */

.dna-protocol__block {
  position: relative;

  width: 100%;

  display: grid;

  grid-template-columns:
    54px minmax(0, 1fr);

  overflow: hidden;

  border: 1px solid rgba(173, 60, 145, 0.11);
  border-radius: 26px;

  background: rgba(255, 255, 255, 0.43);

  box-shadow:
    0 18px 46px rgba(75, 50, 60, 0.035);
}

.dna-protocol__block + .dna-protocol__block {
  margin-top: 20px;
}


/* =========================================================
   SIDE RAIL
   ========================================================= */

.dna-protocol__rail {
  min-height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  background: var(--dna-protocol-accent);
}

.dna-protocol__rail span {
  display: block;

  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;

  text-transform: uppercase;

  white-space: nowrap;

  transform: rotate(-90deg);
}


/* =========================================================
   BLOCK CONTENT
   ========================================================= */

.dna-protocol__block-content {
  min-width: 0;

  padding: clamp(32px, 3.2vw, 46px);
}


/* =========================================================
   BLOCK HEADER
   ========================================================= */

.dna-protocol__block-header {
  width: 100%;

  margin: 0;

  text-align: left;
}

.dna-protocol__block-title {
  position: relative;

  width: fit-content;

  margin: 0 0 17px;
  padding-bottom: 13px;

  color: var(--dna-protocol-ink);

  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;

  text-align: left;
  text-transform: uppercase;
}

.dna-protocol__block-title::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 52px;
  height: 3px;

  border-radius: 999px;

  background: var(--dna-protocol-accent);
}

.dna-protocol__block-copy {
  width: 100%;
  max-width: none;

  margin: 0;

  color: var(--dna-protocol-copy);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;

  text-align: left;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.dna-protocol__timeline {
  width: 100%;

  margin-top: 29px;

  display: grid;

  grid-template-columns:
    auto minmax(80px, 1fr)
    auto minmax(80px, 1fr)
    auto minmax(80px, 1fr)
    auto;

  align-items: center;

  gap: 12px;
}


/* =========================================================
   SESSION
   ========================================================= */

.dna-protocol__session {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-protocol__session-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 41px;

  padding: 0 18px;

  border-radius: 999px;

  color: #ffffff;
  background: var(--dna-protocol-accent);

  box-shadow:
    0 9px 22px rgba(141, 38, 118, 0.13);
}

.dna-protocol__session-pill span {
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
}

.dna-protocol__session-pill sup {
  position: relative;

  top: -0.25em;

  font-size: 0.62em;
  line-height: 0;
}


/* =========================================================
   INTERVAL
   ========================================================= */

.dna-protocol__interval {
  position: relative;

  min-width: 0;
  min-height: 38px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  color: var(--dna-protocol-copy);

  text-align: center;
}

.dna-protocol__interval::before,
.dna-protocol__interval::after {
  content: "";

  position: absolute;

  top: 50%;

  width: calc(50% - 28px);
  height: 1px;

  background: rgba(173, 60, 145, 0.18);
}

.dna-protocol__interval::before {
  left: 0;
}

.dna-protocol__interval::after {
  right: 0;
}

.dna-protocol__interval span,
.dna-protocol__interval small {
  position: relative;
  z-index: 1;

  display: block;

  margin: 0;
  padding: 0;

  background: transparent !important;

  text-align: center;
}

.dna-protocol__interval span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.05;
}

.dna-protocol__interval small {
  margin-top: 2px;

  font-size: 9px;
  font-weight: 400;
  line-height: 1.05;
}


/* =========================================================
   HOME GRID
   ========================================================= */

.dna-protocol__home-grid {
  width: 100%;

  margin-top: 28px;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;
}


/* =========================================================
   HOME PRODUCT
   ========================================================= */

.dna-protocol__product {
  min-width: 0;
  min-height: 188px;

  padding: 22px 28px;

  display: grid;

  grid-template-columns:
    minmax(170px, 0.8fr)
    minmax(0, 1.2fr);

  align-items: center;

  gap: clamp(24px, 2.5vw, 42px);

  border: 1px solid rgba(173, 60, 145, 0.1);
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.56);

  box-shadow:
    0 13px 30px rgba(75, 50, 60, 0.028);
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.dna-protocol__product-image-wrap {
  width: 100%;
  height: 144px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-protocol__product-image {
  display: block;

  width: auto;
  height: auto;

  max-width: 92%;
  max-height: 136px;

  object-fit: contain;

  mix-blend-mode: multiply;
}


/* =========================================================
   PRODUCT COPY
   ========================================================= */

.dna-protocol__product-copy {
  width: 100%;
  min-width: 0;

  text-align: left;
}

.dna-protocol__product-copy h4 {
  width: 100%;

  margin: 0 0 10px;

  color: var(--dna-protocol-ink);

  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;

  text-align: left;
  text-transform: uppercase;
}

.dna-protocol__product-copy p {
  width: 100%;

  margin: 0;

  color: var(--dna-protocol-copy);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;

  text-align: left;
}


/* =========================================================
   ADVANCED
   ========================================================= */

.dna-protocol__advanced {
  width: 100%;

  margin: clamp(54px, 4.5vw, 68px) 0 0;
}


/* =========================================================
   ADVANCED HEADER
   ========================================================= */

.dna-protocol__advanced-header {
  width: 100%;

  margin: 0;

  text-align: left;
}

.dna-protocol__advanced-title {
  width: 100%;

  margin: 0;

  color: var(--dna-protocol-accent);

  font-size: clamp(34px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;

  text-align: center;
}

.dna-protocol__advanced-copy {
  width: 100%;
  max-width: none;

  margin: 21px 0 0;
}

.dna-protocol__advanced-copy p {
  width: 100%;
  max-width: none;

  margin: 0;

  color: var(--dna-protocol-copy);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;

  text-align: left;
}

.dna-protocol__advanced-copy p + p {
  margin-top: 12px;
}

.dna-protocol__advanced-copy strong {
  color: var(--dna-protocol-ink);

  font-weight: 700;
}


/* =========================================================
   ADVANCED GRID
   ========================================================= */

.dna-protocol__advanced-grid {
  width: 100%;

  margin-top: 28px;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 16px;
}


/* =========================================================
   ADVANCED CARD
   ========================================================= */

.dna-protocol__advanced-card {
  min-height: 168px;

  margin: 0;
  padding: 22px;

  display: flex;
  flex-direction: column;

  align-items: flex-start;

  border: 1px solid rgba(173, 60, 145, 0.11);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.44);

  box-shadow:
    0 13px 32px rgba(75, 50, 60, 0.028);

  text-align: left;
}

.dna-protocol__advanced-number {
  display: block;

  margin: 0 0 20px;

  color: var(--dna-protocol-accent);

  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;

  text-align: left;
}

.dna-protocol__advanced-card h4 {
  width: 100%;

  margin: 0 0 10px;

  color: var(--dna-protocol-ink);

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;

  text-align: left;
  text-transform: uppercase;
}

.dna-protocol__advanced-card-copy {
  width: 100%;

  display: grid;

  gap: 4px;

  text-align: left;
}

.dna-protocol__advanced-card-copy p {
  width: 100%;
  max-width: none;

  margin: 0;

  color: var(--dna-protocol-copy);

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.38;

  text-align: left;
}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-protocol {
    padding: 72px 0;
  }

  .dna-protocol__inner {
    width: min(calc(100% - 48px), 1080px);
  }

  .dna-protocol__timeline {
    gap: 8px;
  }

  .dna-protocol__session-pill {
    min-height: 39px;

    padding-inline: 13px;
  }

  .dna-protocol__product {
    grid-template-columns:
      minmax(145px, 0.8fr)
      minmax(0, 1.2fr);

    gap: 24px;

    padding: 21px 23px;
  }

  .dna-protocol__product-image-wrap {
    height: 130px;
  }

  .dna-protocol__product-image {
    max-height: 122px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-protocol {
    padding: 60px 0;
  }

  .dna-protocol__inner {
    width: min(calc(100% - 56px), 630px);

    margin-inline: auto;
  }

  .dna-protocol__header {
    width: 100%;

    margin: 0 auto 36px;

    text-align: center;
  }

  .dna-protocol__title {
    font-size: clamp(37px, 5.2vw, 43px);

    text-align: center;
  }

  .dna-protocol__block {
    width: 100%;

    grid-template-columns:
      46px minmax(0, 1fr);

    border-radius: 24px;
  }

  .dna-protocol__block-content {
    padding: 32px 28px;
  }

  .dna-protocol__block-header {
    width: 100%;

    text-align: center;
  }

  .dna-protocol__block-title {
    margin-inline: auto;

    text-align: center;
  }

  .dna-protocol__block-title::after {
    left: 50%;

    transform: translateX(-50%);
  }

  .dna-protocol__block-copy {
    width: 100%;
    max-width: 520px;

    margin-inline: auto;

    font-size: 14px;

    text-align: center;
  }

  .dna-protocol__timeline {
    width: 100%;
    max-width: 530px;

    margin: 28px auto 0;

    grid-template-columns:
      auto minmax(40px, 1fr)
      auto minmax(40px, 1fr)
      auto minmax(40px, 1fr)
      auto;

    gap: 5px;
  }

  .dna-protocol__session-pill {
    min-height: 36px;

    padding-inline: 10px;
  }

  .dna-protocol__session-pill span {
    font-size: 8.8px;
  }

  .dna-protocol__interval span {
    font-size: 9px;
  }

  .dna-protocol__interval small {
    font-size: 8px;
  }

  .dna-protocol__home-grid {
    width: 100%;
    max-width: 530px;

    margin: 27px auto 0;

    grid-template-columns: 1fr;

    gap: 12px;
  }

  .dna-protocol__product {
    min-height: 150px;

    padding: 20px 24px;

    grid-template-columns:
      180px minmax(0, 1fr);

    gap: 26px;
  }

  .dna-protocol__product-image-wrap {
    height: 120px;
  }

  .dna-protocol__product-image {
    max-width: 100%;
    max-height: 112px;
  }

  .dna-protocol__advanced {
    width: 100%;

    margin-top: 54px;
  }

  .dna-protocol__advanced-title {
    width: 100%;

    text-align: center;
  }

  .dna-protocol__advanced-copy {
    width: 100%;

    margin-top: 19px;
  }

  .dna-protocol__advanced-copy p {
    width: 100%;

    text-align: center;
  }

  .dna-protocol__advanced-grid {
    width: 100%;

    margin-top: 27px;

    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 9px;
  }

  .dna-protocol__advanced-card {
    min-height: 185px;

    padding: 18px 16px;

    align-items: flex-start;

    text-align: left;
  }

  .dna-protocol__advanced-number {
    margin-bottom: 17px;

    text-align: left;
  }

  .dna-protocol__advanced-card h4 {
    margin-bottom: 9px;

    font-size: 13px;

    text-align: left;
  }

  .dna-protocol__advanced-card-copy {
    text-align: left;
  }

  .dna-protocol__advanced-card-copy p {
    font-size: 12px;
    line-height: 1.3;

    text-align: left;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-protocol {
    padding: 56px 0;
  }

  .dna-protocol__inner {
    width: min(calc(100% - 36px), 590px);
  }

  .dna-protocol__header {
    margin-bottom: 32px;

    text-align: center;
  }

  .dna-protocol__title {
    max-width: 100%;

    margin-inline: auto;

    font-size: clamp(32px, 8.8vw, 39px);

    text-align: center;
  }

  .dna-protocol__block {
    grid-template-columns: 1fr;

    border-radius: 23px;
  }

  .dna-protocol__rail {
    width: 100%;
    min-height: 34px;
  }

  .dna-protocol__rail span {
    font-size: 9px;

    transform: none;
  }

  .dna-protocol__block-content {
    padding: 27px 20px 29px;
  }

  .dna-protocol__block-header {
    width: 100%;

    margin-inline: auto;

    text-align: center;
  }

  .dna-protocol__block-title {
    margin-inline: auto;

    font-size: 19px;

    text-align: center;
  }

  .dna-protocol__block-title::after {
    left: 50%;

    transform: translateX(-50%);
  }

  .dna-protocol__block-copy {
    max-width: 430px;

    margin-inline: auto;

    font-size: 14px;
    line-height: 1.5;

    text-align: center;
  }

  .dna-protocol__timeline {
    width: 100%;
    max-width: 360px;

    margin: 27px auto 0;

    display: grid;

    grid-template-columns: 1fr;

    gap: 0;
  }

  .dna-protocol__session {
    width: 100%;
  }

  .dna-protocol__session-pill {
    width: 100%;

    min-height: 46px;

    padding-inline: 12px;
  }

  .dna-protocol__session-pill span {
    font-size: 10.5px;
  }

  .dna-protocol__interval {
    width: 100%;
    min-height: 54px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 2px;

    text-align: center;
  }

  .dna-protocol__interval::before,
  .dna-protocol__interval::after {
    top: 50%;

    width: calc(50% - 48px);
  }

  .dna-protocol__interval span,
  .dna-protocol__interval small {
    width: auto;

    margin: 0;
    padding: 0;

    background: transparent !important;

    text-align: center;
  }

  .dna-protocol__interval span {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
  }

  .dna-protocol__interval small {
    margin-top: 2px;

    font-size: 10px;
    line-height: 1;
  }

  .dna-protocol__home-grid {
    width: 100%;
    max-width: 430px;

    margin: 25px auto 0;

    grid-template-columns: 1fr;

    gap: 11px;
  }

  .dna-protocol__product {
    width: 100%;
    min-height: 0;

    padding: 22px 18px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 14px;

    text-align: center;
  }

  .dna-protocol__product-image-wrap {
    width: 150px;
    height: 112px;

    margin-inline: auto;
  }

  .dna-protocol__product-image {
    max-width: 100%;
    max-height: 108px;
  }

  .dna-protocol__product-copy {
    width: 100%;

    text-align: center;
  }

  .dna-protocol__product-copy h4 {
    margin-bottom: 6px;

    font-size: 13.5px;

    text-align: center;
  }

  .dna-protocol__product-copy p {
    font-size: 13px;

    text-align: center;
  }

  .dna-protocol__advanced {
    width: 100%;

    margin-top: 50px;
  }

  .dna-protocol__advanced-title {
    font-size: clamp(31px, 8vw, 38px);

    text-align: center;
  }

  .dna-protocol__advanced-copy {
    width: 100%;

    margin: 18px auto 0;
  }

  .dna-protocol__advanced-copy p {
    width: 100%;

    font-size: 14px;
    line-height: 1.55;

    text-align: center;
  }

  .dna-protocol__advanced-copy p + p {
    margin-top: 12px;
  }

  .dna-protocol__advanced-grid {
    width: 100%;
    max-width: 470px;

    margin: 26px auto 0;

    grid-template-columns: 1fr;

    gap: 10px;
  }

  .dna-protocol__advanced-card {
    min-height: 0;

    padding: 21px 20px;

    align-items: center;

    text-align: center;
  }

  .dna-protocol__advanced-number {
    margin-bottom: 15px;

    text-align: center;
  }

  .dna-protocol__advanced-card h4 {
    margin-bottom: 9px;

    font-size: 15px;

    text-align: center;
  }

  .dna-protocol__advanced-card-copy {
    justify-items: center;

    text-align: center;
  }

  .dna-protocol__advanced-card-copy p {
    max-width: 340px;

    font-size: 13.5px;
    line-height: 1.35;

    text-align: center;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-protocol {
    padding: 52px 0;
  }

  .dna-protocol__title {
    font-size: 31px;
  }

  .dna-protocol__timeline {
    max-width: 320px;
  }

  .dna-protocol__session-pill {
    min-height: 44px;
  }

  .dna-protocol__interval {
    min-height: 50px;
  }

  .dna-protocol__interval::before,
  .dna-protocol__interval::after {
    width: calc(50% - 46px);
  }

  .dna-protocol__product {
    padding: 20px 16px;
  }

  .dna-protocol__product-image-wrap {
    width: 135px;
    height: 105px;
  }

  .dna-protocol__advanced-title {
    font-size: 30px;
  }

  .dna-protocol__advanced-card {
    padding: 19px 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1796ac */.dna-faq-v2,
.dna-faq-v2 * {
  box-sizing: border-box;
}

.dna-faq-v2 {
  --dna-faq-ink: #29262b;
  --dna-faq-copy: #575158;
  --dna-faq-accent: #ad3c91;
  --dna-faq-accent-dark: #8d2676;

  position: relative;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-faq-ink);
  background: transparent !important;

  font-family: "INNO Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-faq-v2__inner {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}


/* =========================================================
   MAIN HEADER
   ========================================================= */

.dna-faq-v2__header {
  width: 100%;

  margin: 0 0 clamp(42px, 4.8vw, 62px);

  text-align: left;
}

.dna-faq-v2__title {
  margin: 0;

  color: var(--dna-faq-accent);

  font-size: clamp(39px, 3.35vw, 50px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;

  text-align: left;
}

.dna-faq-v2__header-copy {
  max-width: 900px;

  margin: 18px 0 0;

  color: var(--dna-faq-copy);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;

  text-align: left;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.dna-faq-v2__layout {
  width: 100%;

  display: grid;

  grid-template-columns:
    minmax(280px, 0.72fr)
    minmax(0, 1.48fr);

  align-items: start;

  gap: clamp(34px, 4.4vw, 62px);
}


/* =========================================================
   INTRO
   ========================================================= */

.dna-faq-v2__intro {
  width: 100%;
  min-width: 0;
}

.dna-faq-v2__intro-card {
  width: 100%;

  padding: clamp(30px, 3vw, 40px);

  border: 1px solid rgba(173, 60, 145, 0.13);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.47);

  box-shadow:
    0 20px 48px rgba(75, 50, 60, 0.045);
}


/* =========================================================
   INTRO LINE
   ========================================================= */

.dna-faq-v2__intro-line {
  display: block;

  width: 44px;
  height: 3px;

  margin: 0 0 22px;

  border-radius: 999px;

  background: var(--dna-faq-accent);
}


/* =========================================================
   EYEBROW
   ========================================================= */

.dna-faq-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 31px;

  padding: 0 13px;

  border: 1px solid rgba(173, 60, 145, 0.18);
  border-radius: 999px;

  color: var(--dna-faq-accent-dark);
  background: rgba(255, 255, 255, 0.54);

  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.065em;

  text-transform: uppercase;
}


/* =========================================================
   INTRO TITLE
   ========================================================= */

.dna-faq-v2__intro-title {
  max-width: 340px;

  margin: 23px 0 0;

  color: var(--dna-faq-ink);

  font-size: clamp(27px, 2.1vw, 33px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
}


/* =========================================================
   INTRO COPY
   ========================================================= */

.dna-faq-v2__intro-copy {
  max-width: 350px;

  margin: 25px 0 0;

  color: var(--dna-faq-copy);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}


/* =========================================================
   TAGS
   ========================================================= */

.dna-faq-v2__tags {
  margin-top: 27px;

  display: flex;
  flex-wrap: wrap;

  gap: 7px;
}

.dna-faq-v2__tags-row {
  display: contents;
}

.dna-faq-v2__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  min-height: 28px;

  padding: 0 10px;

  border: 1px solid rgba(173, 60, 145, 0.15);
  border-radius: 999px;

  color: var(--dna-faq-accent-dark);
  background: rgba(255, 255, 255, 0.5);

  font-size: 7.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;

  text-transform: uppercase;

  white-space: nowrap;
}


/* =========================================================
   FAQ LIST
   ========================================================= */

.dna-faq-v2__list {
  width: 100%;
  min-width: 0;

  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;
}


/* =========================================================
   FAQ ITEM
   ========================================================= */

.dna-faq-v2__item {
  width: 100%;

  overflow: hidden;

  border: 1px solid rgba(173, 60, 145, 0.12);
  border-radius: 19px;

  background: rgba(255, 255, 255, 0.55);

  box-shadow:
    0 10px 28px rgba(75, 50, 60, 0.025);

  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.dna-faq-v2__item:hover {
  border-color: rgba(173, 60, 145, 0.2);

  box-shadow:
    0 15px 34px rgba(75, 50, 60, 0.04);
}

.dna-faq-v2__item.is-open {
  border-color: rgba(173, 60, 145, 0.23);

  background: rgba(255, 255, 255, 0.68);

  box-shadow:
    0 18px 42px rgba(75, 50, 60, 0.045);
}


/* =========================================================
   QUESTION
   ========================================================= */

.dna-faq-v2__question {
  appearance: none;
  -webkit-appearance: none;

  width: 100%;
  min-height: 69px;

  margin: 0;
  padding: 18px 20px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 22px;

  border: 0;

  color: var(--dna-faq-ink);
  background: transparent;

  font: inherit;

  text-align: left;

  cursor: pointer;
}

.dna-faq-v2__question-text {
  min-width: 0;

  color: var(--dna-faq-ink);

  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;

  text-align: left;
}

.dna-faq-v2__question-text a {
  color: inherit !important;

  font-weight: inherit;

  text-decoration: none !important;
}

.dna-faq-v2__question-text sup,
.dna-faq-v2__answer sup {
  position: relative;

  top: -0.28em;

  font-size: 0.58em;
  line-height: 0;
}


/* =========================================================
   PLUS / MINUS
   ========================================================= */

.dna-faq-v2__toggle {
  position: relative;

  width: 29px;
  height: 29px;

  flex: 0 0 29px;

  border: 1px solid rgba(173, 60, 145, 0.24);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.55);
}

.dna-faq-v2__toggle span {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 9px;
  height: 1.5px;

  border-radius: 999px;

  background: var(--dna-faq-accent);

  transform: translate(-50%, -50%);

  transition: transform 200ms ease;
}

.dna-faq-v2__toggle span:last-child {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.dna-faq-v2__item.is-open .dna-faq-v2__toggle {
  border-color: var(--dna-faq-accent);

  background: rgba(173, 60, 145, 0.06);
}

.dna-faq-v2__item.is-open .dna-faq-v2__toggle span:last-child {
  transform:
    translate(-50%, -50%)
    rotate(0deg);
}


/* =========================================================
   ANSWER
   ========================================================= */

.dna-faq-v2__answer {
  display: grid;

  grid-template-rows: 0fr;

  opacity: 0;

  transition:
    grid-template-rows 260ms ease,
    opacity 200ms ease;
}

.dna-faq-v2__item.is-open .dna-faq-v2__answer {
  grid-template-rows: 1fr;

  opacity: 1;
}

.dna-faq-v2__answer-inner {
  min-height: 0;

  overflow: hidden;

  padding-inline: 20px;
}

.dna-faq-v2__item.is-open .dna-faq-v2__answer-inner {
  padding-bottom: 21px;
}

.dna-faq-v2__answer-inner::before {
  content: "";

  display: block;

  width: 100%;
  height: 1px;

  margin-bottom: 18px;

  background: rgba(173, 60, 145, 0.1);
}


/* =========================================================
   ANSWER COPY
   ========================================================= */

.dna-faq-v2__answer p {
  width: 100%;

  margin: 0;

  color: var(--dna-faq-copy);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;

  text-align: left;
}

.dna-faq-v2__answer a {
  color: var(--dna-faq-accent-dark) !important;

  font-weight: 600;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.dna-faq-v2__answer strong {
  color: var(--dna-faq-ink);

  font-weight: 700;
}


/* =========================================================
   ANSWER LIST
   ========================================================= */

.dna-faq-v2__answer ul {
  margin: 18px 0 0;
  padding: 0;

  display: grid;

  gap: 11px;

  list-style: none;
}

.dna-faq-v2__answer li {
  position: relative;

  margin: 0;
  padding-left: 18px;

  color: var(--dna-faq-copy);

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;

  text-align: left;
}

.dna-faq-v2__answer li::before {
  content: "";

  position: absolute;

  top: 0.62em;
  left: 0;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--dna-faq-accent);
}


/* =========================================================
   FOCUS
   ========================================================= */

.dna-faq-v2__question:focus-visible {
  outline: 3px solid rgba(173, 60, 145, 0.18);
  outline-offset: -4px;

  border-radius: 17px;
}


/* =========================================================
   SMALL DESKTOP
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-faq-v2 {
    padding: 72px 0;
  }

  .dna-faq-v2__inner {
    width: min(calc(100% - 48px), 1080px);
  }

  .dna-faq-v2__layout {
    grid-template-columns:
      minmax(250px, 0.7fr)
      minmax(0, 1.5fr);

    gap: 38px;
  }

  .dna-faq-v2__intro-card {
    padding: 30px;
  }

  .dna-faq-v2__intro-title {
    font-size: 28px;
  }

  .dna-faq-v2__question {
    padding-inline: 19px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-faq-v2 {
    padding: 60px 0;
  }

  .dna-faq-v2__inner {
    width: min(calc(100% - 56px), 760px);
  }

  .dna-faq-v2__header {
    margin-bottom: 40px;

    text-align: center;
  }

  .dna-faq-v2__title {
    font-size: clamp(38px, 5.2vw, 43px);

    text-align: center;
  }

  .dna-faq-v2__header-copy {
    max-width: 620px;

    margin: 16px auto 0;

    text-align: center;
  }

  .dna-faq-v2__layout {
    grid-template-columns:
      minmax(220px, 0.72fr)
      minmax(0, 1.28fr);

    gap: 24px;
  }

  .dna-faq-v2__intro-card {
    padding: 26px 23px;

    border-radius: 23px;
  }

  .dna-faq-v2__intro-title {
    margin-top: 20px;

    font-size: 25px;
  }

  .dna-faq-v2__intro-copy {
    margin-top: 20px;

    font-size: 13px;
    line-height: 1.55;
  }

  .dna-faq-v2__tags {
    margin-top: 22px;
  }

  .dna-faq-v2__question {
    min-height: 66px;

    padding: 17px;

    gap: 15px;
  }

  .dna-faq-v2__question-text {
    font-size: 13.5px;
  }

  .dna-faq-v2__toggle {
    width: 26px;
    height: 26px;

    flex-basis: 26px;
  }

  .dna-faq-v2__answer-inner {
    padding-inline: 17px;
  }

  .dna-faq-v2__item.is-open .dna-faq-v2__answer-inner {
    padding-bottom: 18px;
  }

  .dna-faq-v2__answer p {
    font-size: 13px;
  }

  .dna-faq-v2__answer li {
    font-size: 12.5px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-faq-v2 {
    padding: 56px 0;
  }

  .dna-faq-v2__inner {
    width: min(calc(100% - 36px), 590px);
  }

  .dna-faq-v2__header {
    margin-bottom: 32px;

    text-align: center;
  }

  .dna-faq-v2__title {
    max-width: 430px;

    margin-inline: auto;

    font-size: clamp(31px, 8.5vw, 38px);

    text-align: center;
  }

  .dna-faq-v2__header-copy {
    max-width: 430px;

    margin: 15px auto 0;

    font-size: 14px;
    line-height: 1.5;

    text-align: center;
  }

  .dna-faq-v2__layout {
    grid-template-columns: 1fr;

    gap: 24px;
  }

  .dna-faq-v2__intro-card {
    max-width: 500px;

    margin-inline: auto;

    padding: 28px 22px;

    border-radius: 23px;

    text-align: center;
  }

  .dna-faq-v2__intro-line {
    width: 42px;

    margin: 0 auto 20px;
  }

  .dna-faq-v2__eyebrow {
    margin-inline: auto;
  }

  .dna-faq-v2__intro-title {
    max-width: 390px;

    margin: 20px auto 0;

    font-size: clamp(26px, 7vw, 31px);

    text-align: center;
  }

  .dna-faq-v2__intro-copy {
    max-width: 420px;

    margin: 20px auto 0;

    font-size: 14px;

    text-align: center;
  }

  .dna-faq-v2__tags {
    width: 100%;

    margin: 24px auto 0;

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 7px;
  }

  .dna-faq-v2__tags-row {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;
  }

  .dna-faq-v2__tags span {
    width: auto;
    min-width: 0;
    min-height: 28px;

    padding: 0 10px;

    white-space: nowrap;
  }

  .dna-faq-v2__list {
    gap: 9px;
  }

  .dna-faq-v2__item {
    border-radius: 18px;
  }

  .dna-faq-v2__question {
    min-height: 72px;

    padding: 17px;

    gap: 14px;
  }

  .dna-faq-v2__question-text {
    font-size: 14px;
    line-height: 1.32;

    text-align: left;
  }

  .dna-faq-v2__toggle {
    width: 27px;
    height: 27px;

    flex-basis: 27px;
  }

  .dna-faq-v2__answer-inner {
    padding-inline: 17px;
  }

  .dna-faq-v2__item.is-open .dna-faq-v2__answer-inner {
    padding-bottom: 19px;
  }

  .dna-faq-v2__answer p {
    font-size: 14px;
    line-height: 1.55;
  }

  .dna-faq-v2__answer li {
    font-size: 13.5px;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-faq-v2 {
    padding: 52px 0;
  }

  .dna-faq-v2__title {
    font-size: 30px;
  }

  .dna-faq-v2__intro-card {
    padding: 25px 18px;
  }

  .dna-faq-v2__intro-title {
    font-size: 26px;
  }

  .dna-faq-v2__tags-row {
    gap: 6px;
  }

  .dna-faq-v2__tags span {
    padding-inline: 9px;

    font-size: 7.5px;
  }

  .dna-faq-v2__question {
    padding: 16px 15px;
  }

  .dna-faq-v2__question-text {
    font-size: 13.5px;
  }

  .dna-faq-v2__answer-inner {
    padding-inline: 15px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dna-faq-v2__item,
  .dna-faq-v2__answer,
  .dna-faq-v2__toggle span {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37938ee */.dna-results,
.dna-results * {
  box-sizing: border-box;
}

.dna-results {
  --dna-results-ink: #29262b;
  --dna-results-accent: #ad3c91;

  position: relative;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-results-ink);
  background: transparent !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   ========================================================= */

.dna-results__inner {
  width: min(calc(100% - 64px), 1280px);

  margin-inline: auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.dna-results__header {
  width: 100%;

  margin: 0 0 clamp(40px, 4.5vw, 56px);

  text-align: center;
}

.dna-results__title {
  margin: 0;

  color: var(--dna-results-accent);

  font-size: clamp(40px, 3.6vw, 52px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;

  text-align: center;
}


/* =========================================================
   GRID
   ========================================================= */

.dna-results__grid {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  align-items: stretch;

  gap: 18px;
}


/* =========================================================
   CARD
   ========================================================= */

.dna-results__card {
  width: 100%;

  margin: 0;
  padding: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border: 1px solid rgba(173, 60, 145, 0.11);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.38);

  box-shadow:
    0 18px 42px rgba(75, 50, 60, 0.035);
}


/* =========================================================
   IMAGE
   ========================================================= */

.dna-results__image {
  display: block;

  width: 100%;
  height: auto;

  margin: 0;

  object-fit: contain;
}


/* =========================================================
   DESKTOP PEQUEÑO
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-results {
    padding: 72px 0;
  }

  .dna-results__inner {
    width: min(calc(100% - 48px), 1080px);
  }

  .dna-results__grid {
    gap: 15px;
  }

  .dna-results__card {
    padding: 12px;

    border-radius: 22px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-results {
    padding: 60px 0;
  }

  .dna-results__inner {
    width: min(calc(100% - 56px), 760px);
  }

  .dna-results__header {
    margin-bottom: 40px;
  }

  .dna-results__title {
    font-size: clamp(38px, 5.2vw, 44px);
  }

  .dna-results__grid {
    width: min(100%, 630px);

    margin-inline: auto;

    grid-template-columns: 1fr;

    gap: 18px;
  }

  .dna-results__card {
    width: 100%;

    margin-inline: auto;
    padding: 14px;

    border-radius: 23px;
  }

  .dna-results__image {
    width: 100%;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-results {
    padding: 56px 0;
  }

  .dna-results__inner {
    width: min(calc(100% - 36px), 590px);
  }

  .dna-results__header {
    margin-bottom: 34px;
  }

  .dna-results__title {
    max-width: 430px;

    margin-inline: auto;

    font-size: clamp(32px, 8.5vw, 39px);
    line-height: 1.02;

    text-align: center;
  }

  .dna-results__grid {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    grid-template-columns: 1fr;

    gap: 16px;
  }

  .dna-results__card {
    width: 100%;

    margin-inline: auto;
    padding: 10px;

    border-radius: 20px;
  }

  .dna-results__image {
    width: 100%;
    height: auto;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-results {
    padding: 52px 0;
  }

  .dna-results__title {
    font-size: 31px;
  }

  .dna-results__card {
    padding: 8px;

    border-radius: 18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-618bf1f *//* =========================================================
   SMOOTH SCROLL
   ========================================================= */

html {
  scroll-behavior: smooth;
}


/* =========================================================
   CONTACT SECTION
   ========================================================= */

.dna-contact,
.dna-contact * {
  box-sizing: border-box;
}

.dna-contact {
  --dna-contact-ink: #29262b;
  --dna-contact-copy: #575158;
  --dna-contact-accent: #ad3c91;
  --dna-contact-accent-dark: #8d2676;

  position: relative;

  scroll-margin-top: 90px;

  padding: clamp(76px, 7vw, 96px) 0;

  color: var(--dna-contact-ink);
  background: transparent !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   INNER
   DESKTOP:
   CONTENT LEFT / FORM RIGHT
   ALINEADOS DESDE ARRIBA
   ========================================================= */

.dna-contact__inner {
  width: min(calc(100% - 64px), 1280px);

  margin-inline: auto;

  display: grid;

  grid-template-columns:
    minmax(0, 0.82fr)
    minmax(520px, 1.18fr);

  grid-template-areas:
    "content form";

  align-items: start;

  gap: clamp(72px, 8vw, 118px);
}


/* =========================================================
   CONTENT
   ========================================================= */

.dna-contact__content {
  grid-area: content;

  width: 100%;
  max-width: 545px;

  justify-self: start;
  align-self: start;

  /*
   * Lo baja ligeramente para alinearlo con el contenido
   * interior del card, no con el borde exterior.
   */
  margin-top: clamp(24px, 2.7vw, 42px);
}


/* =========================================================
   EYEBROW
   ========================================================= */

.dna-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 35px;

  margin: 0 0 28px;
  padding: 0 16px;

  border: 1px solid rgba(173, 60, 145, 0.18);
  border-radius: 999px;

  color: var(--dna-contact-accent-dark);

  background: rgba(255, 255, 255, 0.48);

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


/* =========================================================
   TITLE
   ========================================================= */

.dna-contact__title {
  width: 100%;
  max-width: 545px;

  margin: 0;

  letter-spacing: -0.042em;
}

.dna-contact__title-main,
.dna-contact__title-accent {
  display: block;
}

.dna-contact__title-main {
  color: var(--dna-contact-ink);

  font-size: clamp(48px, 4.35vw, 64px);
  font-weight: 500;
  line-height: 0.98;
}

.dna-contact__title-accent {
  margin-top: 7px;

  color: var(--dna-contact-accent);

  font-size: clamp(51px, 4.55vw, 68px);
  font-weight: 600;
  line-height: 0.96;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.dna-contact__copy {
  width: 100%;
  max-width: 500px;

  margin: 32px 0 0;

  color: var(--dna-contact-copy);

  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.62;
}


/* =========================================================
   FORM COLUMN
   ========================================================= */

.dna-contact__form-column {
  grid-area: form;

  width: 100%;
  max-width: 700px;

  justify-self: end;
  align-self: start;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.dna-contact__form-card {
  position: relative;

  width: 100%;

  padding:
    clamp(42px, 4.6vw, 58px)
    clamp(32px, 4vw, 48px)
    clamp(44px, 4.6vw, 58px);

  overflow: hidden;

  border: 1px solid rgba(173, 60, 145, 0.13);
  border-radius: 30px;

  background: rgba(255, 255, 255, 0.68);

  box-shadow:
    0 28px 68px rgba(75, 50, 60, 0.06),
    0 4px 14px rgba(75, 50, 60, 0.02);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* =========================================================
   DYNAMICS FORM
   ========================================================= */

.dna-contact__form {
  width: 100%;
  min-width: 0;
}

.dna-contact__form form {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--dna-contact-ink) !important;
  background: transparent !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;
}


/* =========================================================
   DYNAMICS GENERAL BACKGROUNDS
   ========================================================= */

.dna-contact__form [data-layout="true"],
.dna-contact__form .columnContainer {
  background-color: transparent !important;
  background-image: none !important;
}


/* =========================================================
   FIELD BLOCKS
   ========================================================= */

.dna-contact__form [class*="FormFieldBlock"] {
  margin-bottom: 23px !important;
}


/* =========================================================
   LABELS
   ========================================================= */

.dna-contact__form label {
  display: block !important;

  margin: 0 0 9px !important;

  color: var(--dna-contact-ink) !important;

  background-color: transparent !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;

  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}


/* =========================================================
   INPUTS
   ========================================================= */

.dna-contact__form
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100% !important;

  min-height: 52px !important;

  margin: 0 !important;
  padding: 0 14px !important;

  border: 1px solid rgba(173, 60, 145, 0.22) !important;
  border-radius: 12px !important;

  color: var(--dna-contact-ink) !important;

  background-color: rgba(255, 255, 255, 0.78) !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;

  font-size: 14px !important;
  font-weight: 400 !important;

  box-shadow: none !important;

  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease !important;
}


/* =========================================================
   SELECTS
   ========================================================= */

.dna-contact__form select {
  width: 100% !important;

  min-height: 52px !important;

  margin: 0 !important;
  padding: 0 46px 0 14px !important;

  border: 1px solid rgba(173, 60, 145, 0.22) !important;
  border-radius: 12px !important;

  color: var(--dna-contact-ink) !important;

  background-color: rgba(255, 255, 255, 0.78) !important;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M2 2L8 8L14 2' stroke='%23ad3c91' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: right 17px center !important;
  background-size: 13px auto !important;

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;

  font-size: 14px !important;
  font-weight: 400 !important;

  box-shadow: none !important;

  cursor: pointer !important;

  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease !important;
}

.dna-contact__form select:hover {
  border-color: rgba(173, 60, 145, 0.42) !important;
  background-color: #ffffff !important;
}

.dna-contact__form select option {
  cursor: pointer;
}


/* =========================================================
   TEXTAREA
   ========================================================= */

.dna-contact__form textarea {
  width: 100% !important;

  min-height: 126px !important;

  margin: 0 !important;
  padding: 14px !important;

  resize: vertical;

  border: 1px solid rgba(173, 60, 145, 0.22) !important;
  border-radius: 12px !important;

  color: var(--dna-contact-ink) !important;

  background-color: rgba(255, 255, 255, 0.78) !important;
  background-image: none !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;

  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;

  box-shadow: none !important;
}


/* =========================================================
   FOCUS
   ========================================================= */

.dna-contact__form
input:not([type="checkbox"]):not([type="radio"]):focus,
.dna-contact__form select:focus,
.dna-contact__form textarea:focus {
  outline: none !important;

  border-color: var(--dna-contact-accent) !important;

  background-color: #ffffff !important;

  box-shadow:
    0 0 0 3px rgba(173, 60, 145, 0.08) !important;
}


/* =========================================================
   PLACEHOLDERS
   ========================================================= */

.dna-contact__form input::placeholder,
.dna-contact__form textarea::placeholder {
  color: rgba(87, 81, 88, 0.5) !important;
  opacity: 1 !important;
}


/* =========================================================
   CHECKBOX
   ========================================================= */

.dna-contact__form input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;

  min-width: 18px !important;
  min-height: 18px !important;

  flex: 0 0 18px !important;

  margin: 2px 9px 0 0 !important;
  padding: 0 !important;

  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  border: 1px solid rgba(173, 60, 145, 0.42) !important;
  border-radius: 3px !important;

  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;

  cursor: pointer !important;

  vertical-align: top !important;

  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease !important;
}


/* CHECKED */

.dna-contact__form input[type="checkbox"]:checked {
  border-color: var(--dna-contact-accent) !important;

  background-color: var(--dna-contact-accent) !important;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 7.2L5.7 10L11 4.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 13px 13px !important;
}

.dna-contact__form input[type="checkbox"]:hover {
  border-color: var(--dna-contact-accent) !important;
}

.dna-contact__form input[type="checkbox"]:focus,
.dna-contact__form input[type="checkbox"]:focus-visible {
  outline: none !important;

  box-shadow:
    0 0 0 3px rgba(173, 60, 145, 0.12) !important;
}


/* =========================================================
   RADIO
   ========================================================= */

.dna-contact__form input[type="radio"] {
  width: 18px !important;
  height: 18px !important;

  margin: 2px 9px 0 0 !important;

  accent-color: var(--dna-contact-accent) !important;

  cursor: pointer !important;
}


/* =========================================================
   CONSENT / LEGAL
   ========================================================= */

.dna-contact__form [class*="consent"],
.dna-contact__form [class*="Consent"],
.dna-contact__form [class*="twoOption"],
.dna-contact__form [class*="TwoOption"],
.dna-contact__form [data-editorblocktype="Field-checkbox"] {
  color: var(--dna-contact-copy) !important;

  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;

  font-size: 12.5px !important;
  line-height: 1.45 !important;
}


/* =========================================================
   REMOVE WHITE BACKGROUNDS INSIDE CONSENTS
   ========================================================= */

.dna-contact__form [class*="consent"] div,
.dna-contact__form [class*="consent"] span,
.dna-contact__form [class*="consent"] p,
.dna-contact__form [class*="consent"] label,

.dna-contact__form [class*="Consent"] div,
.dna-contact__form [class*="Consent"] span,
.dna-contact__form [class*="Consent"] p,
.dna-contact__form [class*="Consent"] label,

.dna-contact__form [class*="twoOption"] div,
.dna-contact__form [class*="twoOption"] span,
.dna-contact__form [class*="twoOption"] p,
.dna-contact__form [class*="twoOption"] label,

.dna-contact__form [class*="TwoOption"] div,
.dna-contact__form [class*="TwoOption"] span,
.dna-contact__form [class*="TwoOption"] p,
.dna-contact__form [class*="TwoOption"] label,

.dna-contact__form [data-editorblocktype="Field-checkbox"] div,
.dna-contact__form [data-editorblocktype="Field-checkbox"] span,
.dna-contact__form [data-editorblocktype="Field-checkbox"] p,
.dna-contact__form [data-editorblocktype="Field-checkbox"] label {
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
}


/* =========================================================
   EXTRA CHECKBOX WRAPPER CLEANUP
   ========================================================= */

.dna-contact__form
[class*="FormFieldBlock"]:has(input[type="checkbox"]) {
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
}

.dna-contact__form
[class*="FormFieldBlock"]:has(input[type="checkbox"]) div,

.dna-contact__form
[class*="FormFieldBlock"]:has(input[type="checkbox"]) span,

.dna-contact__form
[class*="FormFieldBlock"]:has(input[type="checkbox"]) p,

.dna-contact__form
[class*="FormFieldBlock"]:has(input[type="checkbox"]) label {
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
}


/* =========================================================
   CONSENT LABELS
   ========================================================= */

.dna-contact__form [class*="consent"] label,
.dna-contact__form [class*="Consent"] label,
.dna-contact__form [class*="twoOption"] label,
.dna-contact__form [class*="TwoOption"] label,
.dna-contact__form [data-editorblocktype="Field-checkbox"] label {
  margin: 0 !important;

  color: var(--dna-contact-copy) !important;

  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;

  cursor: pointer !important;
}


/* =========================================================
   CLICKABLE LABELS
   ========================================================= */

.dna-contact__form input[type="checkbox"] + label,
.dna-contact__form input[type="radio"] + label,
.dna-contact__form label:has(input[type="checkbox"]),
.dna-contact__form label:has(input[type="radio"]) {
  cursor: pointer !important;
}


/* =========================================================
   LINKS
   ========================================================= */

.dna-contact__form a {
  color: var(--dna-contact-accent-dark) !important;

  background-color: transparent !important;
  background-image: none !important;

  font-weight: 500 !important;

  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;

  cursor: pointer !important;
}


/* =========================================================
   REQUIRED
   ========================================================= */

.dna-contact__form .required,
.dna-contact__form [class*="required"],
.dna-contact__form [class*="Required"] {
  color: var(--dna-contact-accent-dark) !important;
  background: transparent !important;
}


/* =========================================================
   SUBMIT
   ========================================================= */

.dna-contact__form button[type="submit"],
.dna-contact__form input[type="submit"],
.dna-contact__form .submitButton {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 220px !important;
  min-height: 54px !important;

  margin-top: 16px !important;
  padding: 0 28px !important;

  border: 1px solid var(--dna-contact-accent) !important;
  border-radius: 999px !important;

  color: #ffffff !important;
  background: var(--dna-contact-accent) !important;

  box-shadow:
    0 12px 28px rgba(141, 38, 118, 0.17) !important;

  font-family:
    "INNO Helvetica",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif !important;

  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;

  text-transform: uppercase !important;

  cursor: pointer !important;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
}

.dna-contact__form button[type="submit"]:hover,
.dna-contact__form input[type="submit"]:hover,
.dna-contact__form .submitButton:hover {
  background: var(--dna-contact-accent-dark) !important;
  border-color: var(--dna-contact-accent-dark) !important;

  box-shadow:
    0 16px 34px rgba(141, 38, 118, 0.23) !important;

  transform: translateY(-2px);
}


/* =========================================================
   VALIDATION
   ========================================================= */

.dna-contact__form [class*="error"],
.dna-contact__form [class*="Error"] {
  color: #9e2950 !important;

  background-color: transparent !important;
  background-image: none !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
}


/* =========================================================
   SMALL DESKTOP
   ========================================================= */

@media (max-width: 1180px) and (min-width: 1025px) {

  .dna-contact {
    padding: 72px 0;
  }

  .dna-contact__inner {
    width: min(calc(100% - 48px), 1080px);

    grid-template-columns:
      minmax(0, 0.82fr)
      minmax(480px, 1.18fr);

    grid-template-areas:
      "content form";

    align-items: start;

    gap: 58px;
  }

  .dna-contact__content {
    margin-top: 30px;

    justify-self: start;
    align-self: start;
  }

  .dna-contact__form-column {
    justify-self: end;
    align-self: start;
  }

  .dna-contact__title-main {
    font-size: clamp(43px, 4.2vw, 54px);
  }

  .dna-contact__title-accent {
    font-size: clamp(46px, 4.35vw, 58px);
  }

  .dna-contact__form-card {
    padding: 42px 38px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

  .dna-contact {
    padding: 60px 0;
  }

  .dna-contact__inner {
    width: min(calc(100% - 56px), 630px);

    grid-template-columns: 1fr;

    grid-template-areas:
      "content"
      "form";

    align-items: start;
    justify-items: center;

    gap: 42px;
  }


  /* CONTENT */

  .dna-contact__content {
    width: 100%;
    max-width: 590px;

    margin: 0 auto;

    justify-self: center;
    align-self: auto;

    text-align: center;
  }

  .dna-contact__eyebrow {
    margin: 0 auto 23px;
  }

  .dna-contact__title {
    max-width: 590px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-contact__title-main {
    font-size: clamp(42px, 6vw, 52px);
  }

  .dna-contact__title-accent {
    margin-top: 5px;

    font-size: clamp(45px, 6.4vw, 56px);
  }

  .dna-contact__copy {
    max-width: 540px;

    margin: 25px auto 0;

    font-size: 16px;

    text-align: center;
  }


  /* FORM */

  .dna-contact__form-column {
    width: 100%;
    max-width: 630px;

    margin-inline: auto;

    justify-self: center;
    align-self: auto;
  }

  .dna-contact__form-card {
    padding: 38px 36px;

    border-radius: 27px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .dna-contact {
    padding: 56px 0;
  }

  .dna-contact__inner {
    width: min(calc(100% - 36px), 590px);

    grid-template-columns: 1fr;

    grid-template-areas:
      "content"
      "form";

    align-items: start;
    justify-items: center;

    gap: 34px;
  }


  /* CONTENT */

  .dna-contact__content {
    width: 100%;
    max-width: 540px;

    margin: 0 auto;

    justify-self: center;
    align-self: auto;

    text-align: center;
  }

  .dna-contact__eyebrow {
    min-height: 34px;

    margin: 0 auto 21px;

    font-size: 8.5px;
  }

  .dna-contact__title {
    max-width: 480px;

    margin-inline: auto;

    text-align: center;
  }

  .dna-contact__title-main {
    font-size: clamp(36px, 9.6vw, 46px);
    line-height: 1;
  }

  .dna-contact__title-accent {
    margin-top: 4px;

    font-size: clamp(39px, 10.5vw, 50px);
    line-height: 0.97;
  }

  .dna-contact__copy {
    max-width: 450px;

    margin: 24px auto 0;

    font-size: 15px;
    line-height: 1.55;

    text-align: center;
  }


  /* FORM */

  .dna-contact__form-column {
    width: 100%;
    max-width: 540px;

    margin-inline: auto;

    justify-self: center;
    align-self: auto;
  }

  .dna-contact__form-card {
    padding: 28px 20px;

    border-radius: 24px;
  }


  /* =======================================================
     DYNAMICS MOBILE STACK
     ======================================================= */

  .dna-contact__form [data-layout="true"] {
    width: 100% !important;

    display: block !important;
  }

  .dna-contact__form .columnContainer {
    width: 100% !important;
    max-width: 100% !important;

    flex: 0 0 100% !important;

    display: block !important;
  }

  .dna-contact__form [class*="FormFieldBlock"] {
    width: 100% !important;
    max-width: 100% !important;

    margin-bottom: 20px !important;
  }

  .dna-contact__form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .dna-contact__form select {
    min-height: 50px !important;

    border-radius: 11px !important;
  }

  .dna-contact__form select {
    padding-right: 44px !important;

    background-position:
      right 16px
      center !important;
  }

  .dna-contact__form textarea {
    min-height: 118px !important;

    border-radius: 11px !important;
  }

  .dna-contact__form label {
    font-size: 13px !important;
  }

  .dna-contact__form button[type="submit"],
  .dna-contact__form input[type="submit"],
  .dna-contact__form .submitButton {
    width: 100% !important;
    min-width: 0 !important;

    min-height: 54px !important;

    margin-top: 12px !important;
  }

}


/* =========================================================
   MOBILE ESTRECHO
   ========================================================= */

@media (max-width: 390px) {

  .dna-contact {
    padding: 52px 0;
  }

  .dna-contact__title-main {
    font-size: 34px;
  }

  .dna-contact__title-accent {
    font-size: 38px;
  }

  .dna-contact__copy {
    font-size: 14.5px;
  }

  .dna-contact__form-card {
    padding: 25px 17px;

    border-radius: 22px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dna-contact__form input,
  .dna-contact__form select,
  .dna-contact__form textarea,
  .dna-contact__form button {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   FONDO GENERAL DE LA LANDING
   ========================================================= */

html {
  min-height: 100%;

  background: #ffffff !important;

  /*
   * Evita scroll horizontal provocado por sombras,
   * transforms o elementos que sobresalgan ligeramente.
   */
  overflow-x: clip;
}

body.elementor-page {
  min-height: 100%;

  margin: 0;

  background-color: #fffaf7 !important;

  background-image:
    radial-gradient(
      circle at 92% 2%,
      rgba(244, 178, 137, 0.28) 0%,
      rgba(244, 178, 137, 0) 31%
    ),
    radial-gradient(
      circle at 4% 38%,
      rgba(181, 58, 154, 0.07) 0%,
      rgba(181, 58, 154, 0) 34%
    ),
    linear-gradient(
      180deg,
      #fffdfb 0%,
      #fbf2ee 42%,
      #f8ece8 72%,
      #fffaf7 100%
    ) !important;

  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% 100% !important;

  overflow-x: clip;
}


/* =========================================================
   CONTENEDORES GENERALES TRANSPARENTES
   ========================================================= */

body.elementor-page #page-container,
body.elementor-page #et-main-area,
body.elementor-page #main-content,
body.elementor-page #main-content article,
body.elementor-page #main-content .entry-content {
  background-color: transparent !important;
  background-image: none !important;
}


/* =========================================================
   ELEMENTOR
   SOLO CONTENIDO DE LA PÁGINA
   ========================================================= */

body.elementor-page
.elementor[data-elementor-type="wp-page"],
body.elementor-page
.elementor[data-elementor-type="wp-page"] .elementor-section,
body.elementor-page
.elementor[data-elementor-type="wp-page"] .elementor-column-wrap,
body.elementor-page
.elementor[data-elementor-type="wp-page"] .elementor-widget-wrap,
body.elementor-page
.elementor[data-elementor-type="wp-page"] .e-con,
body.elementor-page
.elementor[data-elementor-type="wp-page"] .e-con-inner {
  background-color: transparent !important;
  background-image: none !important;
}


/* =========================================================
   PREHEADER Y CABECERA
   FUERA DEL DEGRADADO
   ========================================================= */

body.elementor-page #top-header,
body.elementor-page #main-header,
body.elementor-page #main-header.et-fixed-header,
body.elementor-page .et-l--header,
body.elementor-page .elementor-location-header {
  background-color: #ffffff !important;
  background-image: none !important;
}


/* =========================================================
   LÍNEA LATERAL INTERNA DE DIVI
   ========================================================= */

body.elementor-page #main-content .container::before {
  display: none !important;
}


/* =========================================================
   FIX GENERAL DE OVERFLOW HORIZONTAL
   ========================================================= */

body.elementor-page #page-container,
body.elementor-page #et-main-area,
body.elementor-page #main-content,
body.elementor-page .entry-content,
body.elementor-page
.elementor[data-elementor-type="wp-page"] {
  overflow-x: clip !important;
}


/* =========================================================
   TABLET + MOBILE
   FIX DE LOS CORTES HORIZONTALES ENTRE SECCIONES

   El problema principal era:
   .dna-hero-v3 { overflow: hidden; }
   .dna-renewal { overflow: hidden; }
   .dna-actives-v4 { overflow: hidden; }

   Eso cortaba las sombras justo al terminar la sección.
   ========================================================= */

@media (max-width: 1024px) {

  /*
   * Dejamos respirar verticalmente las sombras.
   * El overflow horizontal ya está controlado arriba.
   */

  body.elementor-page .dna-hero-v3,
  body.elementor-page .dna-renewal,
  body.elementor-page .dna-actives-v4 {
    overflow: visible !important;
  }


  /* =======================================================
     HERO
     SOMBRA MÁS SUAVE PARA TABLET/MOBILE
     ======================================================= */

  body.elementor-page .dna-hero-v3__media {
    box-shadow:
      0 18px 42px rgba(78, 43, 49, 0.085),
      0 4px 14px rgba(78, 43, 49, 0.025) !important;
  }


  /* =======================================================
     BEYOND POLYNUCLEOTIDES
     ======================================================= */

  body.elementor-page .dna-renewal__media {
    box-shadow:
      0 18px 42px rgba(75, 50, 60, 0.075),
      0 4px 14px rgba(75, 50, 60, 0.02) !important;
  }


  /* =======================================================
     4 SYNERGISTIC ACTIVES
     ======================================================= */

  body.elementor-page .dna-actives-v4__product-card {
    box-shadow:
      0 18px 42px rgba(75, 50, 60, 0.065),
      0 4px 14px rgba(75, 50, 60, 0.018) !important;
  }


  body.elementor-page .dna-actives-v4__salmon {
    box-shadow:
      0 16px 38px rgba(75, 50, 60, 0.04) !important;
  }
}


/* =========================================================
   MOBILE
   AJUSTE EXTRA PARA QUE NO APAREZCAN BANDAS
   ========================================================= */

@media (max-width: 767px) {

  /*
   * Elementor puede aplicar overflow en wrappers internos.
   * En mobile dejamos también estos wrappers visibles
   * verticalmente.
   */

  body.elementor-page
  .elementor[data-elementor-type="wp-page"] .elementor-widget-html,
  body.elementor-page
  .elementor[data-elementor-type="wp-page"] .elementor-widget-html
  > .elementor-widget-container {
    overflow: visible !important;
  }


  /* HERO */

  body.elementor-page .dna-hero-v3__media {
    box-shadow:
      0 16px 34px rgba(78, 43, 49, 0.07),
      0 3px 10px rgba(78, 43, 49, 0.02) !important;
  }


  /* SECOND SECTION */

  body.elementor-page .dna-renewal__media {
    box-shadow:
      0 16px 34px rgba(75, 50, 60, 0.065),
      0 3px 10px rgba(75, 50, 60, 0.018) !important;
  }


  /* ACTIVES */

  body.elementor-page .dna-actives-v4__product-card {
    box-shadow:
      0 16px 34px rgba(75, 50, 60, 0.055),
      0 3px 10px rgba(75, 50, 60, 0.015) !important;
  }
}


/* =========================================================
   FALLBACK PARA NAVEGADORES SIN overflow-x: clip
   ========================================================= */

@supports not (overflow: clip) {

  html,
  body.elementor-page,
  body.elementor-page #page-container,
  body.elementor-page #et-main-area,
  body.elementor-page #main-content,
  body.elementor-page .entry-content {
    overflow-x: hidden !important;
  }
}/* End custom CSS */