.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

main#topo [data-final-cta-note] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.topnav,
nav[data-topnav] {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background-color 200ms ease, -webkit-backdrop-filter 200ms ease, backdrop-filter 200ms ease;
}

nav[data-topnav].is-scrolled {
  background-color: rgba(17, 19, 24, 0.8);
  background: rgba(17 19 24 / 21%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#porque h2[data-porque-title] {
  font-size: clamp(32px, 6vw, 46px);
}

@media (min-width: 768px) {
  #tratamentos h2[data-tratamentos-title] {
    line-height: 64px;
  }
}

.glass-nav {
  backdrop-filter: blur(20px);
}

.hero-gradient {background: linear-gradient(to right, #000000eb 0% 0%, transparent 79%);
}


.compare-before {
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

[data-compare] {
  -webkit-user-select: none;
  user-select: none;
}

[data-compare-range],
[data-compare-handle] {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

[data-procedimentos-marquee] {
  --procedimentos-duration: 160s;
  --procedimentos-gutter: 1rem;
}

[data-procedimentos-marquee] {
  --procedimentos-gutter: 1rem;
}

@media (min-width: 640px) {
  [data-procedimentos-marquee] {
    --procedimentos-gutter: 1.5rem;
  }
}

[data-procedimentos-marquee]::before,
[data-procedimentos-marquee]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(72px, 12vw, 220px);
  pointer-events: none;
  z-index: 10;
}

[data-procedimentos-marquee]::before {
  left: 0;
  background: linear-gradient(to right, rgba(17, 19, 24, 0.98) 0%, rgba(17, 19, 24, 0.92) 22%, rgba(17, 19, 24, 0.65) 52%, rgba(17, 19, 24, 0) 100%);
}

[data-procedimentos-marquee]::after {
  right: 0;
  background: linear-gradient(to left, rgba(17, 19, 24, 0.98) 0%, rgba(17, 19, 24, 0.92) 22%, rgba(17, 19, 24, 0.65) 52%, rgba(17, 19, 24, 0) 100%);
}

[data-procedimentos-track] {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: var(--procedimentos-gutter);
  width: max-content;
  will-change: transform;
  animation: procedimentos-marquee var(--procedimentos-duration) linear infinite;
}

[data-procedimentos-marquee="reverse"] [data-procedimentos-track] {
  animation-direction: reverse;
}

@media (hover: hover) and (pointer: fine) {
  [data-procedimentos-marquee]:hover [data-procedimentos-track] {
    animation-play-state: paused;
  }
}

[data-procedimentos-item] {
  flex: 0 0 auto;
  width: clamp(150px, 42vw, 240px);
}

[data-procedimentos-item] img {
  filter: grayscale(90%) saturate(1.6) hue-rotate(6deg) brightness(1) contrast(1);
  transition: filter 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  [data-procedimentos-item]:hover img {
    filter: none;
  }
}

[data-procedimentos-item]:active img,
[data-procedimentos-item]:focus-visible img {
  filter: none;
}

#procedimentos[data-procedimentos-filter-off] [data-procedimentos-item] img {
  filter: none;
}

@supports not (gap: 1rem) {
  [data-procedimentos-track] {
    gap: 0;
  }

  [data-procedimentos-item] {
    margin-right: var(--procedimentos-gutter);
  }

  [data-procedimentos-track] > [data-procedimentos-item]:last-child {
    margin-right: 0;
  }
}

@keyframes procedimentos-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - (var(--procedimentos-gutter) * 0.5)), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-procedimentos-track] {
    animation: none;
    transform: none;
  }
}

.bio-bg {
  background-image: url("img/bacground-who.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bio-bg-overlay {
  background: radial-gradient(circle at 60% 40%, rgba(227, 205, 160, 0.10) 0%, rgba(17, 19, 24, 0.92) 55%, rgba(17, 19, 24, 1) 100%);
}

.eligibility-bg {
  background-image: url("img/bacground-who-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eligibility-bg-overlay {
  background: radial-gradient(circle at 65% 35%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.90) 55%, rgba(17, 19, 24, 1) 100%);
}

.scroll-card {
  will-change: transform;
}

.eligibility-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 600ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 300ms ease, border-color 300ms ease;
  will-change: transform, opacity;
}

.eligibility-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eligibility-item.is-active {
    border-color: rgba(227, 205, 160, 0.55);
    background-color: rgb(145 134 60 / 35%);
}
.grayscale70 {
    --tw-grayscale: grayscale(60%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/*Gold Bar*/
main > section {
  position: relative;
}

main > section:not(:first-of-type)::before,
.goldbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background-image:
    linear-gradient(90deg, rgba(227, 205, 160, 0) 0%, rgba(227, 205, 160, 0.95) 50%, rgba(227, 205, 160, 0) 100%),
    linear-gradient(90deg, rgba(227, 205, 160, 0) 0%, rgba(227, 205, 160, 0.22) 50%, rgba(227, 205, 160, 0) 100%);
  background-size: 30% 2px, 100% 4px;
  background-position: center top, center top;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 5;
}

.testimonial-card {
  flex: 0 0 100%;
  background-size: 240px auto;
}

.testimonials-stars-bg {
  background-image: url("img/depoimentos-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

main#topo section.goldbar h2[data-testimonials-title] {
  font-size: 30px;
}

@media (min-width: 768px) {
  .final-cta-bg h2[data-final-cta-title] {
    line-height: 60px;
  }
}

.contact-maps-bg {
  background-image: url("img/maps.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-maps-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 35%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.86) 55%, rgba(17, 19, 24, 0.95) 100%);
  pointer-events: none;
  z-index: 0;
}

.contact-maps-bg > .container {
  position: relative;
  z-index: 10;
}

.purpose-bg {
  background-image: url("img/background-0002.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sobre .bg-surface-container-high\/40 {
  background-color: rgb(17 19 22 / 59%);
}

.purpose-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 80%, rgba(227, 205, 160, 0.06) 0%, rgba(17, 19, 24, 0.88) 60%, rgba(17, 19, 24, 0.95) 80%);
  pointer-events: none;
  z-index: 0;
}

.purpose-bg > .container {
  position: relative;
  z-index: 10;
}

#procedimentos[data-procedimentos] {
  background-image: url("img/3757.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#procedimentos[data-procedimentos]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.90) 12%, rgba(17, 19, 24, 0.96) 100%);
  pointer-events: none;
  z-index: 0;
}

#procedimentos[data-procedimentos] > .container {
  position: relative;
  z-index: 10;
}

.results-bg {
  background-image: url("img/3757.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.results-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.88) 10%, rgba(17, 19, 24, 0.95) 100%);
  pointer-events: none;
  z-index: 0;
}

.results-bg > .container {
  position: relative;
  z-index: 10;
}

.treatments-bg {
  background-image: url("img/3757.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.treatments-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.90) 5%, rgba(17, 19, 24, 0.96) 100%);
  pointer-events: none;
  z-index: 0;
}

.treatments-bg > .container {
  position: relative;
  z-index: 10;
}

.journey-bg {
  background-image: url("img/3757.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.journey-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.90) 5%, rgba(17, 19, 24, 0.96) 100%);
  pointer-events: none;
  z-index: 0;
}

.journey-bg > .container {
  position: relative;
  z-index: 10;
}

.final-cta-bg {
  background-image: url("img/bacground-who-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.final-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(227, 205, 160, 0.08) 0%, rgba(17, 19, 24, 0.90) 55%, rgba(17, 19, 24, 0.96) 100%);
  pointer-events: none;
  z-index: 0;
}

.final-cta-bg > .container {
  position: relative;
  z-index: 10;
}
/* Media Queries */
@media (min-width: 768px) {
  .testimonial-card {
    flex-basis: calc((100% - 2rem) / 2);
  }
}

@media (min-width: 1024px) {
  .testimonial-card {
    flex-basis: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 640px) {
  .hero-gradient {
    background: linear-gradient(to top, rgb(17 19 24 / 99%) 31%, rgba(17, 19, 24, 0.74) 53%, rgba(17, 19, 24, 0.28) 64%, rgba(17, 19, 24, 0) 100%);
  }

  [data-hero-section] {
    background-color: rgb(17 19 24);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .eligibility-item {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 320px) and (max-width: 639px) {
  html {
    scroll-padding-top: 5.5rem;
  }
  .purpose-bg {
  background-image: url("img/background-0002.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position-x: -415px; 
}
.purpose-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 80%, rgba(227, 205, 160, 0.06) 10%, rgba(17, 19, 24, 0.88) 70%, rgba(17, 19, 24, 0.95) 100%);
  pointer-events: none;
  z-index: 0;
}

  body {
    text-rendering: geometricPrecision;
  }

  nav > div {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  nav a span {
    letter-spacing: 0.18em;
    font-size: 10px;
  }

  nav {
    background-color: rgba(17, 19, 24, 0.92);
  }

  nav[data-topnav] {
    background-color: transparent;
  }

  nav[data-topnav].is-scrolled {
    background-color: rgba(17, 19, 24, 0.92);
    background: rgba(17, 19, 24, 0.92);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  section:first-of-type [data-hero-title] {
    font-size: 33px;
    line-height: 41px;
    text-align: center;
  }

  section:first-of-type [data-hero-lead] {
    text-align: center;
  }

  section:first-of-type [data-hero-tagline] {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #sobre [data-sobre-title] {
    text-align: center;
    font-size: 32px;
    line-height: 46px;
  }

  #resultados [data-results-kicker],
  #resultados [data-results-title],
  #porque [data-porque-title] {
    text-align: center;
  }

  #resultados [data-results-lead] {
    text-align: left;
  }

  #porque [data-porque-title] {
    line-height: 42px;
  }

  #tratamentos [data-tratamentos-title] {
    font-size: 32px;
    line-height: 42px;
  }

  [data-eligibility-kicker],
  [data-eligibility-title] {
    text-align: center;
  }

  #jornada [data-jornada-title] {
    font-size: 27px;
  }

  #jornada [data-jornada-lead] {
    font-size: 17px;
  }

  [data-testimonials-title] {
    font-size: 28px;
  }

  #dra-vitoria [data-bio-title] {
    line-height: 49px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  #dra-vitoria [data-bio-lead-1],
  #dra-vitoria [data-bio-lead-2],
  #dra-vitoria [data-bio-lead-3] {
    text-align: left;
  }

  #dra-vitoria [data-bio-copy] {
    text-align: center;
  }

  #contato [data-contact-whatsapp] {
    text-align: left;
  }

  #contato [data-contact-title] {
    text-align: center;
  }

  .final-cta-bg [data-final-cta-title] {
    font-size: 32px;
  }

  .final-cta-bg [data-final-cta-lead] {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .final-cta-bg [data-final-cta-note] {
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  section:first-of-type [data-hero-copy] {
    margin-top: 380px;
    text-align: center;
  }

  section:first-of-type [data-hero-ctas] {
    text-align: center;
  }

  section:first-of-type span.uppercase {
    font-size: 0.75rem;
  }

  [data-hero-section] {
    height: 1130px;
  }

  main a[href="#contato"][class~="bg-gradient-to-br"] {
    width: 100%;
    max-width: 22rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  main a[href="#tratamentos"][class~="border"] {
    width: 100%;
    max-width: 22rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #sobre,
  #resultados,
  #porque,
  #tratamentos,
  [data-eligibility],
  #jornada,
  [data-testimonials-carousel],
  #dra-vitoria,
  #contato,
  .final-cta-bg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #porque h2 {
    font-size: clamp(28px, 8.2vw, 44px);
  }

  #sobre .text-lg,
  #porque .text-lg,
  #resultados .text-lg,
  #tratamentos .text-lg,
  #dra-vitoria .text-lg,
  #contato .text-lg,
  .final-cta-bg .text-lg {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  #resultados .gap-16 {
    gap: 2.5rem;
  }

  #resultados [data-compare-handle] > div {
    width: 3rem;
    height: 3rem;
  }

  #resultados [data-compare-handle] span.material-symbols-outlined {
    font-size: 16px;
  }

  section:first-of-type [data-hero-image] {
    /*object-position: 65% 85%;*/
    transform: none;
    image-rendering: -webkit-optimize-contrast;
  }

  #porque img[data-colorize-on-view] {
    object-position: 50% 20%;
  }

  #contato .w-14.h-14 {
    width: 3rem;
    height: 3rem;
  }

  #contato .text-xl {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  #dra-vitoria img {
    object-position: 50% 20%;
  }
}

[data-video-testimonials] .testimonial-card {
  height: 550px;
}

.implantes2-hero-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 38%, rgba(255, 255, 255, 0.12) 68%, rgba(255, 255, 255, 0) 100%);
}

.implantes2-photo-overlay {
  background: radial-gradient(circle at 30% 30%, rgba(245, 158, 11, 0.10) 0%, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.18) 100%);
}

.implantes2-dark-cta {
  background: radial-gradient(circle at 30% 30%, rgba(245, 158, 11, 0.20) 0%, rgba(245, 158, 11, 0.05) 35%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0) 100%);
}

.faq-item > summary {
  list-style: none;
  cursor: pointer;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.hidden {
  display: none !important;
}

body[data-lp="implantes3"] {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #f7f6f2;
  color: #111318;
  overflow-x: hidden;
}

body[data-lp="implantes3"] *,
body[data-lp="implantes3"] *::before,
body[data-lp="implantes3"] *::after {
  box-sizing: border-box;
}

body[data-lp="implantes3"] .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 360, "GRAD" 0, "opsz" 24;
}

body[data-lp="implantes3"] a {
  color: inherit;
  text-decoration: none;
}

body[data-lp="implantes3"] .lp3-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body[data-lp="implantes3"].lp3-lock {
  overflow: hidden;
}

body[data-lp="implantes3"] .lp3-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
}

body[data-lp="implantes3"] .lp3-kicker {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-h1,
body[data-lp="implantes3"] .lp3-h2,
body[data-lp="implantes3"] .lp3-h3 {
  font-family: "Noto Serif", Georgia, serif;
  letter-spacing: -0.02em;
}

body[data-lp="implantes3"] .lp3-h1 {
  font-size: clamp(32px, 4.8vw, 54px);
  line-height: 1.06;
  margin: 14px 0 14px;
}

body[data-lp="implantes3"] .lp3-h2 {
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.12;
  margin: 10px 0 10px;
}

body[data-lp="implantes3"] .lp3-h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 8px 0 6px;
}

body[data-lp="implantes3"] .lp3-em {
  color: #6b5e2e;
  font-style: italic;
}

body[data-lp="implantes3"] .lp3-lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(17, 19, 24, 0.78);
  max-width: 560px;
  margin: 0;
}

body[data-lp="implantes3"] .lp3-text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(17, 19, 24, 0.78);
  margin: 0;
}

body[data-lp="implantes3"] .lp3-small {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(17, 19, 24, 0.68);
}

body[data-lp="implantes3"] .lp3-center {
  text-align: center;
}

body[data-lp="implantes3"] .lp3-mt-24 {
  margin-top: 24px;
}

body[data-lp="implantes3"] .lp3-divider {
  height: 1px;
  background: rgba(17, 19, 24, 0.12);
  margin: 18px 0;
}

body[data-lp="implantes3"] .lp3-divider.lg {
  margin: 42px 0;
}

body[data-lp="implantes3"] .lp3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

body[data-lp="implantes3"] .lp3-btn:active {
  transform: translateY(1px);
}

body[data-lp="implantes3"] .lp3-btn-primary {
  background: linear-gradient(135deg, #2dd46f 0%, #1aa84f 100%);
  color: #ffffff;
  box-shadow: 0 14px 40px rgba(26, 168, 79, 0.26);
}

body[data-lp="implantes3"] .lp3-btn-primary:hover {
  box-shadow: 0 18px 52px rgba(26, 168, 79, 0.34);
}

body[data-lp="implantes3"] .lp3-btn-outline {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(26, 168, 79, 0.45);
  color: #15803d;
}

body[data-lp="implantes3"] .lp3-btn-outline:hover {
  border-color: rgba(26, 168, 79, 0.7);
  background: rgba(45, 212, 111, 0.12);
}

body[data-lp="implantes3"] .lp3-btn-ghost {
  background: rgba(45, 212, 111, 0.12);
  border-color: rgba(26, 168, 79, 0.35);
  color: #15803d;
}

body[data-lp="implantes3"] .lp3-btn-ghost:hover {
  background: rgba(45, 212, 111, 0.18);
}

body[data-lp="implantes3"] .lp3-btn-full {
  width: 100%;
  border-radius: 14px;
}

body[data-lp="implantes3"] .lp3-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(247, 246, 242, 0.2);
  border-bottom: 1px solid rgba(17, 19, 24, 0.06);
  backdrop-filter: blur(16px);
  transition: background-color 180ms ease, border-color 180ms ease;
}

body[data-lp="implantes3"] .lp3-nav.is-scrolled {
  background: rgba(247, 246, 242, 0.92);
  border-bottom-color: rgba(17, 19, 24, 0.10);
}

body[data-lp="implantes3"] .lp3-nav-inner {
  display: grid;
  grid-template-columns: 180px 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

body[data-lp="implantes3"] .lp3-brand img {
  height: 44px;
  width: auto;
  display: block;
}

body[data-lp="implantes3"] .lp3-nav-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: rgba(17, 19, 24, 0.78);
}

body[data-lp="implantes3"] .lp3-nav-links a:hover {
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-nav-cta {
  display: block;
}

body[data-lp="implantes3"] .lp3-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  background: rgba(255, 255, 255, 0.55);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body[data-lp="implantes3"] .lp3-nav-toggle .material-symbols-outlined {
  font-size: 26px;
}

body[data-lp="implantes3"] .lp3-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  background: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body[data-lp="implantes3"] .lp3-menu.hidden,
body[data-lp="implantes3"] .lp3-modal.hidden {
  display: none;
}

body[data-lp="implantes3"] .lp3-menu {
  position: fixed;
  inset: 0;
  z-index: 70;
}

body[data-lp="implantes3"] .lp3-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

body[data-lp="implantes3"] .lp3-menu-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  padding: 16px 18px 22px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

body[data-lp="implantes3"] .lp3-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

body[data-lp="implantes3"] .lp3-menu-links {
  display: grid;
  gap: 12px;
  padding-top: 14px;
}

body[data-lp="implantes3"] .lp3-menu-links a {
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(17, 19, 24, 0.04);
  font-weight: 700;
}

body[data-lp="implantes3"] .lp3-hero {
  position: relative;
  padding: 108px 0 58px;
  overflow: hidden;
}

body[data-lp="implantes3"] .lp3-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("img/home-001.jpg");
  background-size: cover;
  background-position: 75% center;
  filter: grayscale(60%) saturate(0.9) brightness(1.08);
  opacity: 0.14;
}

body[data-lp="implantes3"] .lp3-hero-inner {
  position: relative;
}

body[data-lp="implantes3"] .lp3-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

body[data-lp="implantes3"] .lp3-hero-media {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.10);
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.10);
  background: rgba(255, 255, 255, 0.35);
}

body[data-lp="implantes3"] .lp3-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

body[data-lp="implantes3"] .lp3-hero-copy {
  padding-top: 22px;
}

body[data-lp="implantes3"] .lp3-hero-authority-line {
  margin-top: 14px;
  color: rgba(17, 19, 24, 0.72);
  font-size: 13px;
  font-weight: 600;
}

body[data-lp="implantes3"] .lp3-hero-authority-muted {
  color: rgba(17, 19, 24, 0.62);
  font-weight: 700;
  margin-left: 6px;
}

body[data-lp="implantes3"] .lp3-hero-authority {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

body[data-lp="implantes3"] .lp3-hero-authority .lp3-mini-card {
  flex-direction: column;
  align-items: center;
  padding: 16px 14px;
  gap: 12px;
  text-align: center;
}

body[data-lp="implantes3"] .lp3-hero-authority .lp3-mini-card .material-symbols-outlined {
  font-size: 40px;
}

body[data-lp="implantes3"] .lp3-hero-authority .lp3-mini-title {
  font-size: 22px;
}

body[data-lp="implantes3"] .lp3-hero-authority .lp3-mini-text {
  font-size: 13px;
}

body[data-lp="implantes3"] .lp3-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body[data-lp="implantes3"] .lp3-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(17, 19, 24, 0.10);
  border-radius: 14px;
  padding: 10px 12px;
  color: rgba(17, 19, 24, 0.76);
  font-size: 12px;
  font-weight: 600;
}

body[data-lp="implantes3"] .lp3-trust-item .material-symbols-outlined {
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-hero-ctas {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: nowrap;
  align-items: stretch;
}

body[data-lp="implantes3"] .lp3-hero-ctas .lp3-btn {
  flex: 1 1 0;
  min-width: 0;
}

body[data-lp="implantes3"] .lp3-note {
  margin-top: 14px;
  color: rgba(17, 19, 24, 0.62);
  font-size: 12px;
}

body[data-lp="implantes3"] .lp3-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 19, 24, 0.10);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.10);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body[data-lp="implantes3"] .lp3-card-soft {
  padding: 18px 18px 20px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.75);
}

body[data-lp="implantes3"] .lp3-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(145, 134, 60, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-card-head {
  padding: 6px 6px 10px;
}

body[data-lp="implantes3"] .lp3-form {
  display: grid;
  gap: 12px;
  padding: 0 6px 6px;
  width: 100%;
  max-width: 100%;
}

body[data-lp="implantes3"] .lp3-form-section {
  max-width: 560px;
  margin: 0 auto;
}

body[data-lp="implantes3"] .lp3-field,
body[data-lp="implantes3"] .lp3-field-grid > * {
  min-width: 0;
}

body[data-lp="implantes3"] .lp3-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(17, 19, 24, 0.62);
  margin-bottom: 6px;
}

body[data-lp="implantes3"] .lp3-field input,
body[data-lp="implantes3"] .lp3-field select {
  width: 100%;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(17, 19, 24, 0.16);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  color: #111318;
}

body[data-lp="implantes3"] .lp3-field input:focus,
body[data-lp="implantes3"] .lp3-field select:focus {
  border-color: rgba(145, 134, 60, 0.55);
  box-shadow: 0 0 0 4px rgba(145, 134, 60, 0.16);
}

body[data-lp="implantes3"] .lp3-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body[data-lp="implantes3"] .lp3-section {
  padding: 68px 0;
}

body[data-lp="implantes3"] .lp3-authority-section {
  padding: 26px 0 46px;
  background-color:#fff6ead1;
}

body[data-lp="implantes3"] .lp3-authority-section .lp3-hero-authority-line {
  margin-top: 0;
  text-align: center;
}

body[data-lp="implantes3"] .lp3-authority-section .lp3-hero-authority {
  margin-top: 14px;
}

body[data-lp="implantes3"] .lp3-section-alt {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(17, 19, 24, 0.06);
  border-bottom: 1px solid rgba(17, 19, 24, 0.06);
}

body[data-lp="implantes3"] .lp3-section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(247, 246, 242, 1) 100%);
}

body[data-lp="implantes3"] .lp3-section-head {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

body[data-lp="implantes3"] .lp3-split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: center;
}

body[data-lp="implantes3"] .lp3-media-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.10);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.10);
}

body[data-lp="implantes3"] .lp3-media-card img {
  display: block;
  width: 100%;
  height: auto;
}

body[data-lp="implantes3"] .lp3-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body[data-lp="implantes3"] .lp3-cards-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

body[data-lp="implantes3"] .lp3-mini-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 24, 0.10);
  background: rgba(255, 255, 255, 0.65);
  padding: 14px;
}

body[data-lp="implantes3"] .lp3-mini-card .material-symbols-outlined {
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-mini-title {
  font-weight: 800;
  color: rgba(17, 19, 24, 0.86);
  font-size: 13px;
}

body[data-lp="implantes3"] .lp3-mini-text {
  color: rgba(17, 19, 24, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

body[data-lp="implantes3"] .lp3-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}

body[data-lp="implantes3"] .lp3-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-lp="implantes3"] .lp3-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body[data-lp="implantes3"] .lp3-gallery-item {
  border: 1px solid rgba(17, 19, 24, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  padding: 0;
}

body[data-lp="implantes3"] .lp3-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(52%) saturate(0.95);
  transition: filter 200ms ease, transform 200ms ease;
}

body[data-lp="implantes3"] .lp3-gallery-item:hover img {
  filter: none;
  transform: scale(1.01);
}

body[data-lp="implantes3"] .lp3-before-after {
  margin-top: 18px;
}

body[data-lp="implantes3"] .lp3-before-after-head {
  max-width: 720px;
  margin: 0 auto 12px;
  text-align: center;
}

body[data-lp="implantes3"] .lp3-before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-lp="implantes3"] .lp3-ba-card {
  border: 1px solid rgba(17, 19, 24, 0.10);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  padding: 12px;
}

body[data-lp="implantes3"] .lp3-ba-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body[data-lp="implantes3"] .lp3-ba-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.10);
  cursor: pointer;
  padding: 0;
  background: transparent;
}

body[data-lp="implantes3"] .lp3-ba-img img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body[data-lp="implantes3"] .lp3-ba-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(17, 19, 24, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

body[data-lp="implantes3"] .lp3-carousel {
  position: relative;
}

body[data-lp="implantes3"] .lp3-carousel-viewport {
  overflow: hidden;
  padding: 2px;
}

body[data-lp="implantes3"] .lp3-carousel-track {
  display: flex;
  gap: 14px;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

body[data-lp="implantes3"] .lp3-carousel-card {
  flex: 0 0 calc((100% - 28px) / 3);
}

body[data-lp="implantes3"] .lp3-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(17, 19, 24, 0.10);
}

body[data-lp="implantes3"] .lp3-carousel-btn.prev {
  left: -4px;
}

body[data-lp="implantes3"] .lp3-carousel-btn.next {
  right: -4px;
}

body[data-lp="implantes3"] .lp3-video-card {
  width: 100%;
  border: 1px solid rgba(17, 19, 24, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body[data-lp="implantes3"] .lp3-video-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body[data-lp="implantes3"] .lp3-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(52%) saturate(0.95);
}

body[data-lp="implantes3"] .lp3-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 24, 0.26) 0%, rgba(17, 19, 24, 0.55) 100%);
}

body[data-lp="implantes3"] .lp3-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

body[data-lp="implantes3"] .lp3-video-play .material-symbols-outlined {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 40px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

body[data-lp="implantes3"] .lp3-video-meta {
  padding: 14px 14px 16px;
  text-align: left;
}

body[data-lp="implantes3"] .lp3-video-title {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  font-size: 16px;
}

body[data-lp="implantes3"] .lp3-video-label {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 94, 46, 0.85);
  font-weight: 800;
}

body[data-lp="implantes3"] .lp3-faq {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

body[data-lp="implantes3"] .lp3-faq-item {
  border: 1px solid rgba(17, 19, 24, 0.10);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  padding: 14px 16px;
}

body[data-lp="implantes3"] .lp3-faq-item > summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

body[data-lp="implantes3"] .lp3-faq-item > summary::-webkit-details-marker {
  display: none;
}

body[data-lp="implantes3"] .lp3-faq-q {
  font-weight: 800;
  font-size: 15px;
  color: rgba(17, 19, 24, 0.92);
}

body[data-lp="implantes3"] .lp3-faq-a {
  padding-top: 10px;
  color: rgba(17, 19, 24, 0.78);
  line-height: 1.7;
  font-size: 14px;
}

body[data-lp="implantes3"] .lp3-faq-chevron {
  color: #6b5e2e;
  transition: transform 180ms ease;
}

body[data-lp="implantes3"] .lp3-faq-item[open] .lp3-faq-chevron {
  transform: rotate(180deg);
}

body[data-lp="implantes3"] .lp3-contact {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: start;
}

body[data-lp="implantes3"] .lp3-contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

body[data-lp="implantes3"] .lp3-contact-card {
  display: grid;
  grid-template-columns: 40px 1fr 26px;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 19, 24, 0.10);
  padding: 14px 14px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body[data-lp="implantes3"] .lp3-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(17, 19, 24, 0.10);
}

body[data-lp="implantes3"] .lp3-contact-card .material-symbols-outlined {
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-contact-title {
  font-weight: 900;
  font-size: 14px;
}

body[data-lp="implantes3"] .lp3-contact-sub {
  color: rgba(17, 19, 24, 0.68);
  font-size: 13px;
}

body[data-lp="implantes3"] .lp3-contact-arrow {
  justify-self: end;
  color: rgba(107, 94, 46, 0.8);
}

body[data-lp="implantes3"] .lp3-map {
  border: 1px solid rgba(17, 19, 24, 0.10);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  min-height: 420px;
}

body[data-lp="implantes3"] .lp3-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

body[data-lp="implantes3"] .lp3-footer {
  padding: 42px 0;
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(17, 19, 24, 0.08);
}

body[data-lp="implantes3"] .lp3-footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

body[data-lp="implantes3"] .lp3-footer-text {
  color: rgba(17, 19, 24, 0.68);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
}

body[data-lp="implantes3"] .lp3-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 13px;
  color: rgba(17, 19, 24, 0.72);
}

body[data-lp="implantes3"] .lp3-footer-links a:hover {
  color: #6b5e2e;
}

body[data-lp="implantes3"] .lp3-float {
  position: fixed;
  right: 16px;
  bottom: 86px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #111318;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  z-index: 75;
}

body[data-lp="implantes3"] .lp3-float .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 420, "GRAD" 0, "opsz" 24;
  color: #111318;
}

body[data-lp="implantes3"] .lp3-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 74;
  padding: 10px 12px;
  background: rgba(247, 246, 242, 0.9);
  border-top: 1px solid rgba(17, 19, 24, 0.10);
  transform: translateY(110%);
  transition: transform 240ms ease;
}

body[data-lp="implantes3"] .lp3-bottom-bar.is-visible {
  transform: translateY(0);
}

body[data-lp="implantes3"] .lp3-bottom-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 6px;
}

body[data-lp="implantes3"] .lp3-bottom-title {
  font-weight: 900;
  font-size: 13px;
}

body[data-lp="implantes3"] .lp3-bottom-sub {
  font-size: 12px;
  color: rgba(17, 19, 24, 0.68);
}

body[data-lp="implantes3"] .lp3-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 16px;
}

body[data-lp="implantes3"] .lp3-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

body[data-lp="implantes3"] .lp3-modal-panel {
  position: relative;
  z-index: 2;
  max-width: 980px;
  width: min(980px, 100%);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

body[data-lp="implantes3"] .lp3-modal-panel img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  background: #0c0e13;
}

body[data-lp="implantes3"] .lp3-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

body[data-lp="implantes3"] .lp3-modal-video {
  background: #0c0e13;
}

body[data-lp="implantes3"] .lp3-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

body[data-lp="implantes3"] .lp3-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  body[data-lp="implantes3"] .lp3-hero-grid {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-hero-authority {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-lp="implantes3"] .lp3-trust-item {
    justify-content: center;
  }
  body[data-lp="implantes3"] .lp3-split {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-contact {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-footer-inner {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  body[data-lp="implantes3"] .lp3-nav-inner {
    grid-template-columns: 180px 1fr auto;
  }
  body[data-lp="implantes3"] .lp3-nav-links,
  body[data-lp="implantes3"] .lp3-nav-cta {
    display: none;
  }
  body[data-lp="implantes3"] .lp3-nav-toggle {
    display: inline-flex;
  }
  body[data-lp="implantes3"] .lp3-carousel-card {
    flex-basis: calc((100% - 14px) / 2);
  }
  body[data-lp="implantes3"] .lp3-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-lp="implantes3"] .lp3-section {
    padding: 54px 0;
  }
  body[data-lp="implantes3"] .lp3-hero {
    padding: 98px 0 48px;
  }
  body[data-lp="implantes3"] .lp3-hero-authority {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-lp="implantes3"] .lp3-hero-trust {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-hero-ctas {
    flex-wrap: wrap;
  }
  body[data-lp="implantes3"] .lp3-hero-ctas .lp3-btn {
    flex: 1 1 100%;
  }
  body[data-lp="implantes3"] .lp3-cards-3,
  body[data-lp="implantes3"] .lp3-cards-2,
  body[data-lp="implantes3"] .lp3-grid-3 {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-field-grid {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body[data-lp="implantes3"] .lp3-before-after-grid {
    grid-template-columns: 1fr;
  }
  body[data-lp="implantes3"] .lp3-carousel-card {
    flex-basis: 92%;
  }
  body[data-lp="implantes3"] .lp3-carousel-btn.prev {
    left: 6px;
  }
  body[data-lp="implantes3"] .lp3-carousel-btn.next {
    right: 6px;
  }
  body[data-lp="implantes3"] .lp3-float {
    bottom: 92px;
  }
}
