.elementor-22 .elementor-element.elementor-element-f9fdbf4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-038bfce */.nivel3d-home {
  --n3d-bg: #f9f9f9;
  --n3d-primary: #3192b2;
  --n3d-navy: #023e70;
  --n3d-teal: #36798c;
  --n3d-slate: #2c4a66;
  --n3d-white: #ffffff;
  --n3d-text: #17354f;
  --n3d-muted: #60778b;
  --n3d-line: rgba(2, 62, 112, 0.12);
  --n3d-soft-blue: #eaf6f9;
  --n3d-shadow: 0 24px 70px rgba(2, 62, 112, 0.12);
  --n3d-radius-sm: 14px;
  --n3d-radius-md: 22px;
  --n3d-radius-lg: 34px;

  width: 100%;
  overflow: hidden;
  background: var(--n3d-bg);e
  color: var(--n3d-text);
  font-family: Inter, Manrope, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.nivel3d-home,
.nivel3d-home *,
.nivel3d-home *::before,
.nivel3d-home *::after {
  box-sizing: border-box;
}

.nivel3d-home h1,
.nivel3d-home h2,
.nivel3d-home h3,
.nivel3d-home p,
.nivel3d-home ul,
.nivel3d-home figure {
  margin-top: 0;
}

.nivel3d-home h1,
.nivel3d-home h2,
.nivel3d-home h3 {
  color: var(--n3d-navy);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nivel3d-home h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.nivel3d-home h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.nivel3d-home h3 {
  margin-bottom: 13px;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.nivel3d-home p {
  color: var(--n3d-muted);
}

.nivel3d-home a {
  color: inherit;
  text-decoration: none;
}

.nivel3d-home a,
.nivel3d-home button,
.nivel3d-home input,
.nivel3d-home textarea,
.nivel3d-home summary {
  -webkit-tap-highlight-color: transparent;
}

.nivel3d-home a:focus-visible,
.nivel3d-home button:focus-visible,
.nivel3d-home input:focus-visible,
.nivel3d-home textarea:focus-visible,
.nivel3d-home summary:focus-visible {
  outline: 3px solid rgba(49, 146, 178, 0.4);
  outline-offset: 3px;
}

.n3d-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* CABECERA */
.n3d-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--n3d-line);
  background: rgba(249, 249, 249, 0.92);
  backdrop-filter: blur(14px);
}

.n3d-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.n3d-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--n3d-navy);
}

.n3d-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--n3d-navy);
  box-shadow: 0 9px 25px rgba(2, 62, 112, 0.18);
}

.n3d-brand__mark svg {
  width: 26px;
  fill: none;
  stroke: var(--n3d-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.n3d-brand__text {
  font-size: 1.44rem;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.n3d-brand__text span {
  color: var(--n3d-primary);
}

.n3d-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--n3d-slate);
  font-size: 0.94rem;
  font-weight: 650;
}

.n3d-nav a {
  position: relative;
  padding: 10px 0;
}

.n3d-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--n3d-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.n3d-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* BOTONES */
.n3d-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  border: 1px solid var(--n3d-navy);
  border-radius: 999px;
  background: var(--n3d-navy);
  box-shadow: 0 14px 32px rgba(2, 62, 112, 0.18);
  color: var(--n3d-white) !important;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.n3d-button:hover {
  background: var(--n3d-primary);
  border-color: var(--n3d-primary);
  box-shadow: 0 17px 38px rgba(49, 146, 178, 0.23);
  transform: translateY(-2px);
}

/* BOTONES DE SOLICITUD DE PRESUPUESTO */
.n3d-button--budget {
  border-color: var(--n3d-navy);
  background: var(--n3d-navy);
  color: var(--n3d-white) !important;
  box-shadow: 0 14px 32px rgba(49, 146, 178, 0.24);
}

.n3d-button--budget:hover {
  border-color: var(--n3d-primary);
  background: var(--n3d-primary);
  color: var(--n3d-white) !important;
  box-shadow: 0 17px 38px rgba(2, 62, 112, 0.24);
}

/* ALINEACIÓN DE LOS NUEVOS BOTONES */
.n3d-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.n3d-section-cta--left {
  justify-content: flex-start;
}

.n3d-button--small {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 0.9rem;
}

.n3d-button--secondary {
  border-color: var(--n3d-line);
  background: var(--n3d-white);
  box-shadow: none;
  color: var(--n3d-navy) !important;
}

.n3d-button--secondary:hover {
  border-color: var(--n3d-primary);
  background: var(--n3d-soft-blue);
  color: var(--n3d-navy) !important;
}

.n3d-button--light {
  border-color: var(--n3d-white);
  background: var(--n3d-white);
  box-shadow: none;
  color: var(--n3d-navy) !important;
}

.n3d-button--light:hover {
  border-color: var(--n3d-soft-blue);
  background: var(--n3d-soft-blue);
}

/* HERO */
.n3d-hero {
  position: relative;
  padding: 96px 0 105px;
}

.n3d-hero::after {
  position: absolute;
  right: -120px;
  bottom: 35px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(49, 146, 178, 0.12);
  border-radius: 50%;
  content: "";
}

.n3d-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(45px, 8vw, 100px);
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
}

.n3d-kicker,
.n3d-overline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--n3d-primary);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.n3d-kicker {
  padding: 9px 13px;
  border: 1px solid rgba(49, 146, 178, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.n3d-kicker__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--n3d-primary);
  box-shadow: 0 0 0 5px rgba(49, 146, 178, 0.12);
}

.n3d-hero__subtitle {
  margin-bottom: 14px;
  color: var(--n3d-primary) !important;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.n3d-hero__description {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: clamp(1.04rem, 1.45vw, 1.17rem);
}

.n3d-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 28px;
}

.n3d-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 23px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  color: var(--n3d-slate);
  font-size: 0.91rem;
  font-weight: 650;
}

.n3d-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.n3d-checks li span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: rgba(49, 146, 178, 0.13);
  color: var(--n3d-primary);
  font-size: 0.74rem;
}

/* MOCKUP HERO */
.n3d-hero__visual {
  position: relative;
  min-height: 510px;
}

.n3d-hero__glow {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(49, 146, 178, 0.18);
  filter: blur(15px);
}

.n3d-mockup {
  position: absolute;
  inset: 38px 25px 47px 35px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(225,241,246,.75)),
    radial-gradient(circle at 80% 15%, rgba(49,146,178,.2), transparent 38%);
  box-shadow: 0 38px 100px rgba(2, 62, 112, 0.18);
  transform: rotate(1.2deg);
}

.n3d-mockup::before,
.n3d-mockup::after {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(49, 146, 178, 0.13);
  border-radius: 50%;
  content: "";
}

.n3d-mockup::before {
  top: -120px;
  right: -90px;
}

.n3d-mockup::after {
  bottom: -145px;
  left: -100px;
}

.n3d-mockup__label {
  position: absolute;
  top: 28px;
  left: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(2, 62, 112, 0.08);
  color: var(--n3d-navy);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.n3d-sign {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  padding: 42px 36px 35px;
  border-radius: 21px;
  background: var(--n3d-navy);
  box-shadow:
    0 24px 35px rgba(2, 62, 112, 0.22),
    inset 0 -8px 0 rgba(0, 0, 0, 0.12);
  color: var(--n3d-white);
  transform: perspective(600px) rotateX(4deg) rotateY(-8deg);
}

.n3d-sign span,
.n3d-sign strong {
  line-height: 1;
  letter-spacing: -0.07em;
}

.n3d-sign span {
  font-size: clamp(2.3rem, 4.6vw, 4.1rem);
  font-weight: 500;
}

.n3d-sign strong {
  color: #75d2e4;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.n3d-mockup__base {
  position: relative;
  z-index: 0;
  width: 240px;
  height: 23px;
  margin-top: 22px;
  border-radius: 50%;
  background: rgba(2, 62, 112, 0.23);
  filter: blur(9px);
}

.n3d-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid rgba(2, 62, 112, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 45px rgba(2, 62, 112, 0.13);
}

.n3d-floating-card strong,
.n3d-floating-card small {
  display: block;
}

.n3d-floating-card strong {
  color: var(--n3d-navy);
  font-size: 0.88rem;
  line-height: 1.25;
}

.n3d-floating-card small {
  color: var(--n3d-muted);
  font-size: 0.72rem;
}

.n3d-floating-card__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--n3d-soft-blue);
  color: var(--n3d-primary);
  font-size: 0.83rem;
  font-weight: 850;
}

.n3d-floating-card--review {
  top: 0;
  right: 2px;
  transform: rotate(2deg);
}

.n3d-floating-card--key {
  bottom: 17px;
  left: 0;
  transform: rotate(-2deg);
}

.n3d-hero__badge {
  position: absolute;
  z-index: 4;
  right: -5px;
  bottom: 51px;
  display: grid;
  width: 118px;
  height: 118px;
  place-content: center;
  border: 7px solid var(--n3d-bg);
  border-radius: 50%;
  background: var(--n3d-primary);
  box-shadow: 0 16px 40px rgba(49, 146, 178, 0.24);
  color: var(--n3d-white);
  text-align: center;
  transform: rotate(8deg);
}

.n3d-hero__badge strong,
.n3d-hero__badge span {
  display: block;
  line-height: 1.15;
}

.n3d-hero__badge strong {
  font-size: 1rem;
}

.n3d-hero__badge span {
  margin-top: 5px;
  font-size: 0.68rem;
}

/* TRUST */
.n3d-trust {
  position: relative;
  z-index: 2;
  padding-bottom: 26px;
}

.n3d-trust__grid {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--n3d-line);
  border-radius: 24px;
  background: var(--n3d-white);
  box-shadow: 0 18px 60px rgba(2, 62, 112, 0.08);
  grid-template-columns: repeat(3, 1fr);
}

.n3d-trust article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 27px;
}

.n3d-trust article + article {
  border-left: 1px solid var(--n3d-line);
}

.n3d-trust__number {
  color: var(--n3d-primary);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.n3d-trust strong {
  display: block;
  margin-bottom: 3px;
  color: var(--n3d-navy);
  font-size: 0.93rem;
}

.n3d-trust p {
  margin-bottom: 0;
  font-size: 0.81rem;
  line-height: 1.45;
}

/* SECCIONES */
.n3d-section {
  padding: clamp(88px, 10vw, 138px) 0;
}

.n3d-section--soft {
  background: var(--n3d-soft-blue);
}

.n3d-section-heading {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.n3d-section-heading > p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.04rem;
}

.n3d-section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 70px;
  text-align: left;
  grid-template-columns: 1.12fr 0.88fr;
}

.n3d-section-heading--split h2 {
  margin-bottom: 0;
}

.n3d-section-heading--split > p {
  max-width: 490px;
  margin: 0 0 6px;
}

/* SERVICIOS */
.n3d-service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.n3d-service-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 35px;
  border: 1px solid var(--n3d-line);
  border-radius: var(--n3d-radius-md);
  background: var(--n3d-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.n3d-service-card::after {
  position: absolute;
  right: -55px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(49, 146, 178, 0.06);
  content: "";
}

.n3d-service-card:hover {
  border-color: rgba(49, 146, 178, 0.35);
  box-shadow: var(--n3d-shadow);
  transform: translateY(-6px);
}

.n3d-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 62px;
  place-items: center;
  border-radius: 18px;
  background: var(--n3d-soft-blue);
}

.n3d-icon svg {
  width: 31px;
  fill: none;
  stroke: var(--n3d-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.n3d-service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 0.94rem;
}

/* PRODUCTOS */
.n3d-products-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.n3d-product-card {
  overflow: hidden;
  border: 1px solid rgba(2, 62, 112, 0.1);
  border-radius: 28px;
  background: var(--n3d-white);
  box-shadow: 0 20px 60px rgba(2, 62, 112, 0.07);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.n3d-product-card:hover {
  box-shadow: 0 28px 75px rgba(2, 62, 112, 0.13);
  transform: translateY(-5px);
}

.n3d-product-card__visual {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 75% 17%, rgba(255,255,255,.82), transparent 24%),
    linear-gradient(145deg, #d9eff4, #f8fbfc);
}

.n3d-product-card__visual::before {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(49, 146, 178, 0.18);
  border-radius: 50%;
  content: "";
}

.n3d-product-card__visual--reviews {
  background: linear-gradient(145deg, #e9eef3, #ffffff);
}

.n3d-product-card__visual--sign {
  background: linear-gradient(145deg, #dceaf1, #f9fbfc);
}

.n3d-product-card__visual--light {
  background:
    radial-gradient(circle at 50% 50%, rgba(73,190,218,.2), transparent 34%),
    linear-gradient(145deg, #143b58, #071f36);
}

.n3d-product-card__tag {
  position: absolute;
  top: 19px;
  right: 19px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 62, 112, 0.1);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--n3d-navy);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.n3d-product-card__content {
  padding: 30px 32px 32px;
}

.n3d-product-card__content p {
  margin-bottom: 22px;
  font-size: 0.93rem;
}

.n3d-product-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--n3d-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.n3d-product-card__content a span {
  transition: transform 180ms ease;
}

.n3d-product-card__content a:hover span {
  transform: translateX(4px);
}

/* VISUALES PRODUCTO */
.n3d-keyring {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  transform: rotate(-8deg);
}

.n3d-keyring__ring {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 65px;
  border: 10px solid #bacbd3;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.6);
  transform: translateX(-50%);
}

.n3d-keyring__ring::after {
  position: absolute;
  right: -8px;
  bottom: -30px;
  width: 16px;
  height: 42px;
  border-radius: 8px;
  background: #aabec8;
  content: "";
  transform: rotate(-18deg);
}

.n3d-keyring__body {
  display: grid;
  width: 175px;
  height: 116px;
  place-items: center;
  border-radius: 28px;
  background: var(--n3d-navy);
  box-shadow:
    0 25px 40px rgba(2, 62, 112, 0.22),
    inset 0 -9px 0 rgba(0,0,0,.12);
  color: #8bd6e5;
  font-size: 2.45rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.n3d-review-plaque {
  position: relative;
  z-index: 1;
  display: flex;
  width: 210px;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 22px;
  background: var(--n3d-white);
  box-shadow:
    0 24px 50px rgba(2, 62, 112, 0.15),
    inset 0 -8px 0 rgba(2, 62, 112, 0.05);
  text-align: center;
  transform: perspective(500px) rotateY(-8deg) rotateX(3deg);
}

.n3d-review-plaque__stars {
  margin-bottom: 12px;
  color: #f6b51e;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.n3d-review-plaque strong {
  color: var(--n3d-navy);
  font-size: 0.94rem;
}

.n3d-review-plaque small {
  margin: 2px 0 16px;
  color: var(--n3d-muted);
  font-size: 0.72rem;
}

.n3d-review-plaque__qr {
  width: 66px;
  height: 66px;
  border: 7px solid var(--n3d-navy);
  background:
    linear-gradient(90deg, transparent 44%, var(--n3d-navy) 44% 56%, transparent 56%),
    linear-gradient(transparent 44%, var(--n3d-navy) 44% 56%, transparent 56%);
  box-shadow: inset 0 0 0 6px white;
}

.n3d-business-sign {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  padding: 34px 30px 29px;
  border-radius: 18px;
  background: var(--n3d-navy);
  box-shadow:
    0 27px 45px rgba(2, 62, 112, 0.23),
    inset 0 -8px 0 rgba(0,0,0,.13);
  color: var(--n3d-white);
  transform: perspective(500px) rotateX(4deg) rotateY(8deg);
}

.n3d-business-sign span {
  margin-right: 6px;
  font-size: 2rem;
  font-weight: 500;
}

.n3d-business-sign strong {
  color: #88d9e8;
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}

.n3d-light-sign {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  padding: 34px;
  border: 2px solid rgba(132, 218, 235, 0.45);
  border-radius: 21px;
  box-shadow:
    0 0 18px rgba(75,191,216,.45),
    0 0 55px rgba(49,146,178,.28),
    inset 0 0 22px rgba(49,146,178,.12);
  color: #d8f9ff;
  text-shadow:
    0 0 8px rgba(150,234,249,.8),
    0 0 18px rgba(62,183,210,.75);
}

.n3d-light-sign span {
  font-size: 2.35rem;
  font-weight: 500;
}

.n3d-light-sign strong {
  color: #7ee0f1;
  font-size: 2.9rem;
  letter-spacing: -0.07em;
}

.n3d-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 28px;
  padding: 31px 34px;
  border-radius: 24px;
  background: var(--n3d-navy);
  box-shadow: 0 20px 55px rgba(2, 62, 112, 0.17);
  color: var(--n3d-white);
}

.n3d-inline-cta span,
.n3d-inline-cta strong {
  display: block;
}

.n3d-inline-cta span {
  margin-bottom: 3px;
  color: #8bd8e7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.n3d-inline-cta strong {
  max-width: 690px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.3;
}

/* NEGOCIOS */
.n3d-business__grid {
  display: grid;
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
  grid-template-columns: 0.91fr 1.09fr;
}

.n3d-business__visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 35px;
  background:
    radial-gradient(circle at 82% 18%, rgba(115,211,230,.35), transparent 25%),
    linear-gradient(145deg, var(--n3d-navy), var(--n3d-slate));
  box-shadow: var(--n3d-shadow);
}

.n3d-layers {
  position: absolute;
  inset: 56px;
  transform: perspective(650px) rotateX(56deg) rotateZ(-30deg);
}

.n3d-layers span {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(132, 218, 235, 0.52);
  border-radius: 22px;
}

.n3d-layers span:nth-child(2) { transform: translateZ(30px) translate(18px, 18px); opacity: .75; }
.n3d-layers span:nth-child(3) { transform: translateZ(60px) translate(36px, 36px); opacity: .5; }
.n3d-layers span:nth-child(4) { transform: translateZ(90px) translate(54px, 54px); opacity: .25; }

.n3d-business__visual-card {
  position: absolute;
  right: 35px;
  bottom: 36px;
  left: 35px;
  padding: 27px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 22px;
  background: rgba(255,255,255,.11);
  color: var(--n3d-white);
  backdrop-filter: blur(12px);
}

.n3d-business__visual-card small,
.n3d-business__visual-card strong,
.n3d-business__visual-card span {
  display: block;
}

.n3d-business__visual-card small {
  margin-bottom: 4px;
  color: #91ddea;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.n3d-business__visual-card strong {
  margin-bottom: 7px;
  font-size: 1.48rem;
  line-height: 1.25;
}

.n3d-business__visual-card span {
  color: rgba(255,255,255,.72);
  font-size: 0.8rem;
}

.n3d-business__content > p {
  max-width: 650px;
  margin-bottom: 35px;
  font-size: 1.02rem;
}

.n3d-feature-list {
  display: grid;
  gap: 7px;
}

.n3d-feature-list article {
  display: grid;
  gap: 17px;
  padding: 19px 0;
  border-top: 1px solid var(--n3d-line);
  grid-template-columns: 42px 1fr;
}

.n3d-feature-list article:last-child {
  border-bottom: 1px solid var(--n3d-line);
}

.n3d-feature-list article > span {
  color: var(--n3d-primary);
  font-size: 0.78rem;
  font-weight: 850;
}

.n3d-feature-list h3 {
  margin-bottom: 5px;
  font-size: 1.03rem;
}

.n3d-feature-list p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

/* PROCESO */
.n3d-section--dark {
  position: relative;
  overflow: hidden;
  background: var(--n3d-navy);
}

.n3d-section--dark::before {
  position: absolute;
  top: -250px;
  right: -170px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(127, 216, 233, 0.16);
  border-radius: 50%;
  content: "";
}

.n3d-section-heading--dark h2 {
  color: var(--n3d-white);
}

.n3d-section-heading--dark p {
  color: rgba(255, 255, 255, 0.67);
}

.n3d-process {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.12);
  grid-template-columns: repeat(4, 1fr);
}

.n3d-process article {
  min-height: 300px;
  padding: 34px 28px;
  background: rgba(5, 53, 91, 0.86);
}

.n3d-process__step {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 75px;
  place-items: center;
  border: 1px solid rgba(132,218,235,.27);
  border-radius: 50%;
  color: #8bd8e7;
  font-size: 0.75rem;
  font-weight: 850;
}

.n3d-process h3 {
  color: var(--n3d-white);
  font-size: 1.1rem;
}

.n3d-process p {
  margin-bottom: 0;
  color: rgba(255,255,255,.63);
  font-size: 0.88rem;
}

/* PRECIO */
.n3d-price__grid {
  display: grid;
  align-items: center;
  gap: clamp(50px, 9vw, 115px);
  grid-template-columns: 0.92fr 1.08fr;
}

.n3d-price__content > p {
  max-width: 550px;
  margin-bottom: 31px;
  font-size: 1.02rem;
}

.n3d-price-card {
  padding: 36px;
  border: 1px solid var(--n3d-line);
  border-radius: 28px;
  background: var(--n3d-white);
  box-shadow: var(--n3d-shadow);
}

.n3d-price-card__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--n3d-navy);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.n3d-price-card ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.n3d-price-card li {
  display: grid;
  align-items: center;
  gap: 15px;
  padding: 19px 0;
  border-top: 1px solid var(--n3d-line);
  grid-template-columns: 42px 1fr;
}

.n3d-price-card li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--n3d-soft-blue);
  color: var(--n3d-primary);
  font-weight: 800;
}

.n3d-price-card strong,
.n3d-price-card small {
  display: block;
}

.n3d-price-card strong {
  margin-bottom: 2px;
  color: var(--n3d-navy);
  font-size: 0.94rem;
}

.n3d-price-card small {
  color: var(--n3d-muted);
  font-size: 0.79rem;
}

/* CONTACTO */
.n3d-contact {
  background:
    radial-gradient(circle at 12% 25%, rgba(49,146,178,.12), transparent 30%),
    linear-gradient(180deg, #eef8fa, #f8fbfc);
}

.n3d-contact__grid {
  display: grid;
  align-items: start;
  gap: clamp(50px, 8vw, 90px);
  grid-template-columns: 0.82fr 1.18fr;
}

.n3d-contact__content {
  position: sticky;
  top: 35px;
}

.n3d-contact__content > p {
  margin-bottom: 34px;
  font-size: 1.02rem;
}

.n3d-contact__points {
  display: grid;
  gap: 12px;
}

.n3d-contact__points span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--n3d-slate);
  font-size: 0.88rem;
  font-weight: 650;
}

.n3d-contact__points b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--n3d-white);
  color: var(--n3d-primary);
  font-size: 0.67rem;
  box-shadow: 0 7px 20px rgba(2,62,112,.08);
}

.n3d-form {
  display: grid;
  gap: 19px;
  padding: clamp(27px, 5vw, 44px);
  border: 1px solid rgba(2,62,112,.1);
  border-radius: 30px;
  background: var(--n3d-white);
  box-shadow: var(--n3d-shadow);
}

.n3d-form__row {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, 1fr);
}

.n3d-form label {
  display: grid;
  gap: 8px;
}

.n3d-form label > span {
  color: var(--n3d-navy);
  font-size: 0.82rem;
  font-weight: 750;
}

.n3d-form input:not([type="checkbox"]):not([type="file"]),
.n3d-form textarea,
.n3d-form select {
  width: 100%;
  border: 1px solid rgba(2,62,112,.15);
  border-radius: 13px;
  background: #fbfdfe;
  color: var(--n3d-text);
  font: inherit;
  font-size: 0.91rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.n3d-form input:not([type="checkbox"]):not([type="file"]) {
  height: 52px;
  padding: 0 16px;
}

.n3d-form textarea {
  min-height: 135px;
  padding: 14px 16px;
  resize: vertical;
}

.n3d-form input:focus,
.n3d-form textarea:focus {
  border-color: var(--n3d-primary);
  background: var(--n3d-white);
  box-shadow: 0 0 0 4px rgba(49,146,178,.1);
  outline: none;
}

.n3d-file {
  padding: 17px;
  border: 1px dashed rgba(49,146,178,.38);
  border-radius: 14px;
  background: var(--n3d-soft-blue);
}

.n3d-file input {
  max-width: 100%;
  color: var(--n3d-muted);
  font-family: inherit;
  font-size: 0.8rem;
}

.n3d-file small {
  color: var(--n3d-muted);
  font-size: 0.72rem;
}

.n3d-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
}

.n3d-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--n3d-primary);
}

.n3d-consent span {
  color: var(--n3d-muted) !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}

.n3d-consent a {
  color: var(--n3d-primary);
  text-decoration: underline;
}

.n3d-button--submit {
  width: 100%;
  border: 0;
}

.n3d-form__note {
  margin: -5px 0 0;
  text-align: center;
  font-size: 0.72rem;
}

/* ELEMENTOR FORM COMPATIBLE
Añade la clase n3d-form al widget Formulario.
*/
.nivel3d-home .elementor-widget-form.n3d-form,
.elementor-widget-form.n3d-form {
  display: block;
}

.nivel3d-home .elementor-widget-form.n3d-form .elementor-form-fields-wrapper,
.elementor-widget-form.n3d-form .elementor-form-fields-wrapper {
  row-gap: 17px;
}

.nivel3d-home .elementor-widget-form.n3d-form .elementor-field,
.elementor-widget-form.n3d-form .elementor-field {
  min-height: 52px;
  border: 1px solid rgba(2,62,112,.15);
  border-radius: 13px;
  background: #fbfdfe;
  color: var(--n3d-text);
}

.nivel3d-home .elementor-widget-form.n3d-form textarea.elementor-field,
.elementor-widget-form.n3d-form textarea.elementor-field {
  min-height: 135px;
}

.nivel3d-home .elementor-widget-form.n3d-form .elementor-field:focus,
.elementor-widget-form.n3d-form .elementor-field:focus {
  border-color: var(--n3d-primary);
  box-shadow: 0 0 0 4px rgba(49,146,178,.1);
}

.nivel3d-home .elementor-widget-form.n3d-form .elementor-button,
.elementor-widget-form.n3d-form .elementor-button {
  min-height: 54px;
  border-radius: 999px;
  background: var(--n3d-navy);
  font-weight: 750;
}

.nivel3d-home .elementor-widget-form.n3d-form .elementor-button:hover,
.elementor-widget-form.n3d-form .elementor-button:hover {
  background: var(--n3d-primary);
}

/* FAQ */
.n3d-faq {
  background: var(--n3d-white);
}

.n3d-faq__grid {
  display: grid;
  align-items: start;
  gap: clamp(45px, 8vw, 95px);
  grid-template-columns: 0.78fr 1.22fr;
}

.n3d-faq__heading {
  position: sticky;
  top: 35px;
}

.n3d-faq__heading p {
  max-width: 430px;
}

.n3d-accordion {
  border-top: 1px solid var(--n3d-line);
}

.n3d-accordion details {
  border-bottom: 1px solid var(--n3d-line);
}

.n3d-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: var(--n3d-navy);
  font-size: 1rem;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.n3d-accordion summary::-webkit-details-marker {
  display: none;
}

.n3d-accordion summary span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--n3d-soft-blue);
  color: var(--n3d-primary);
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.n3d-accordion details[open] summary span {
  transform: rotate(45deg);
}

.n3d-accordion details p {
  max-width: 670px;
  padding: 0 50px 23px 0;
  margin-bottom: 0;
  font-size: 0.91rem;
}

/* CTA FINAL */
.n3d-final-cta {
  padding: 40px 0;
  background: var(--n3d-white);
}

.n3d-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(36px, 6vw, 65px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 15%, rgba(125,218,235,.3), transparent 27%),
    var(--n3d-navy);
  box-shadow: 0 30px 75px rgba(2,62,112,.19);
}

.n3d-final-cta__inner span {
  display: block;
  margin-bottom: 8px;
  color: #8bd8e7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.n3d-final-cta__inner h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--n3d-white);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
}

/* RESPONSIVE */
@media (max-width: 1050px) {
  .n3d-nav {
    display: none;
  }

  .n3d-hero__grid,
  .n3d-business__grid,
  .n3d-price__grid,
  .n3d-contact__grid,
  .n3d-faq__grid {
    grid-template-columns: 1fr;
  }

  .n3d-hero__content {
    max-width: 780px;
  }

  .n3d-hero__visual {
    width: min(100%, 610px);
    margin-inline: auto;
  }

  .n3d-business__visual {
    min-height: 450px;
  }

  .n3d-contact__content,
  .n3d-faq__heading {
    position: static;
  }

  .n3d-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .n3d-process article {
    min-height: 265px;
  }

  .n3d-process__step {
    margin-bottom: 48px;
  }
}

@media (max-width: 780px) {
  .n3d-container {
    width: min(100% - 28px, 1180px);
  }

  .n3d-header__inner {
    min-height: 72px;
  }

  .n3d-header .n3d-button {
    display: none;
  }

  .n3d-hero {
    padding: 72px 0 80px;
  }

  .nivel3d-home h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .nivel3d-home h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .n3d-hero__visual {
    min-height: 455px;
  }

  .n3d-mockup {
    inset: 40px 9px 44px;
  }

  .n3d-floating-card--review {
    right: 0;
  }

  .n3d-hero__badge {
    right: 0;
    width: 102px;
    height: 102px;
  }

  .n3d-trust__grid,
  .n3d-service-grid,
  .n3d-products-grid {
    grid-template-columns: 1fr;
  }

  .n3d-trust article + article {
    border-top: 1px solid var(--n3d-line);
    border-left: 0;
  }

  .n3d-section-heading--split {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .n3d-section-heading--split > p {
    max-width: none;
  }

  .n3d-product-card__visual {
    min-height: 280px;
  }

  .n3d-inline-cta,
  .n3d-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .n3d-process {
    grid-template-columns: 1fr;
  }

  .n3d-process article {
    min-height: 0;
  }

  .n3d-process__step {
    margin-bottom: 35px;
  }

  .n3d-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .n3d-brand__mark {
    width: 38px;
    height: 38px;
  }

  .n3d-brand__text {
    font-size: 1.3rem;
  }

  .n3d-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .n3d-hero__actions .n3d-button {
    width: 100%;
  }

  .n3d-checks {
    align-items: flex-start;
    flex-direction: column;
  }

  .n3d-hero__visual {
    min-height: 410px;
  }

  .n3d-mockup {
    inset: 45px 0 42px;
    border-radius: 30px;
  }

  .n3d-sign {
    padding: 34px 25px 28px;
  }

  .n3d-floating-card {
    min-width: 154px;
    padding: 11px 12px;
  }

  .n3d-floating-card--key {
    bottom: 0;
  }

  .n3d-hero__badge {
    bottom: 32px;
  }

  .n3d-service-card {
    min-height: 280px;
    padding: 28px;
  }

  .n3d-icon {
    margin-bottom: 45px;
  }

  .n3d-product-card__content,
  .n3d-price-card {
    padding: 27px 23px;
  }

  .n3d-business__visual {
    min-height: 400px;
  }

  .n3d-layers {
    inset: 45px;
  }

  .n3d-business__visual-card {
    right: 21px;
    bottom: 22px;
    left: 21px;
  }

  .n3d-inline-cta {
    padding: 27px 24px;
  }

  .n3d-accordion summary {
    font-size: 0.93rem;
  }

  .n3d-accordion details p {
    padding-right: 0;
  }

  .n3d-final-cta {
    padding-bottom: 14px;
  }

  .n3d-final-cta__inner {
    padding: 34px 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nivel3d-home *,
  .nivel3d-home *::before,
  .nivel3d-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */