:root {
  --bg: #ffffff;
  --bg-soft: #f9f9f9;
  --ink: #111111;
  --ink-2: #333333;
  --ink-3: #666666;
  --line: #e8e8e8;
  --accent: #561795;
  --header: 4rem;
  --max: 70rem;
  --measure: 38rem;
  --ease: 180ms ease;
}

.ue-cta{
  background-color: rgba(173, 9, 136, 0.90)!important;
  border-radius: 5px;	
  border: none!important;
}
.ue-cta:hover{
  background-color: #800080!important;
  color:#fff!important;
}
.bg-ue-u{background: linear-gradient(43deg, rgba(2, 0, 36, 1), rgba(9, 9, 121, 1) 35%, rgba(76, 26, 105, 1));}
.ue-u {padding: 60px;
color: #fff;
margin-left: auto;
margin-right: auto;
width: 70%;
}
.ue-text{width:60%;margin-bottom:2em;}

.ue-bg-prop{
background-image: url("../img/photo-lab.jpg");
padding-bottom: 250px!important;
}

.ue-img-h{
mix-blend-mode: normal;
backdrop-filter: blur(50px);
position: relative;
bottom: 0px;
padding: 10px 0px 18px 15px;
width: calc(100% - 20px);
top: -120px;
z-index: 1;
color: #fff!important;
background: rgba(51, 4, 74, 0.95);
}

.ue-gif{
background: #fff;
width: 100%;
border-radius: 5px;
border: 1px #e3e3e3 solid;
margin-bottom: 20px;
}
.ue-tgif{
font-size: 1.55rem!important;
}

.ue-btn-logos{
border: 1px solid #e3e3e3;
border-radius: 5px;
padding: 10px 20px;
margin-top: 20px;
display: inline-block;
font-size: 0.8em;
text-decoration: none;
font-weight: bold;
color: #fff;
float: right;
background: #000;
}

.silana-logo{
background: #241019;
height: 120px;
padding: 20px 0px 30px;
width: 100%;
border-radius: 5px;
}
.posmo-logo{
background: #fff;
height: 120px;
padding: 40px 0px 50px;
width: 100%;
border-radius: 5px;
border: 1px #e3e3e3 solid;
}
.emotio-logo{
background: #fff;
height: 120px;
padding: 30px 0px 30px;
width: 100%;
border-radius: 5px;
border: 1px #e3e3e3 solid;
}

.saturnus-logo{
background: #fff;
height: 120px;
padding: 35px 0px 40px;
width: 100%;
border-radius: 5px;
border: 1px #e3e3e3 solid;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin: 0;
}

p { margin: 0; text-wrap: pretty; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto; 
}

.wrap .split {
  align-items: flex-start!important;
  }

.uet{
margin-bottom: 0.8em;
font-size: 1.5em;
margin-top: 0.3em;
}

.uep{
font-size: 0.95em;
}

.uebtn{
width: 100%;
}

.ueimgbook{
width: 100%;
aspect-ratio: 16/16!important; 
object-fit: cover;
margin-bottom: 1em;
border: 1px solid #e3e3e3;
}

/* footer nuevo */
.prefooter{
/*background-color: rgb(18, 11, 37);*/
background: linear-gradient(43deg, rgba(2, 0, 36, 1), rgba(9, 9, 121, 1) 35%, rgba(76, 26, 105, 1));
color: rgb(255, 255, 255);
padding: 6em;
}
.uecta{
background-image: linear-gradient(95.55deg, rgb(230, 21, 148) 4.25%, rgb(140, 3, 170) 93.67%);
padding: 10px 25px;
border-radius: 10px;
display: inline-block;
margin-top: 30px;
font-weight: bold;
}

/* fin footer nuevo */



.measure { max-width: var(--measure); }

.kicker {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-1);
  padding-bottom:1em;
  padding-top: 1em;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header);
  border-bottom: 1px solid transparent;
  transition: background var(--ease), border-color var(--ease);
}

.site-header.is-light {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
}

body:not(.has-hero) .site-header {
  background: var(--bg);
  border-bottom-color: var(--line);
}

.header-inner {
  height: var(--header);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.12em;
  letter-spacing: 0.14em;
  line-height: 1;
}
.logo-user { width: 170px; mix-blend-mode: difference;}

.nav {
  margin-left: auto;
  display: none;
  gap: 0.15rem;
}

.nav a {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  font-size: 1rem;
  font-weight: 500;
}

.nav small {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}

.nav a.is-active { font-weight: 700; }

body.has-hero:not(.scrolled) .header-cta {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-radius:5px;
}
body.has-hero:not(.scrolled) .header-cta:hover {
  background: #fff;
  color: var(--ink);
  border-radius:5px;
}

.burger {
  margin-left: auto;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.burger span {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

body.has-hero:not(.scrolled) .site-header,
body.has-hero:not(.scrolled) .nav a,
body.has-hero:not(.scrolled) .burger { color: #fff; }

body.has-hero:not(.scrolled) .nav small { color: rgba(255,255,255,.6); }

.nav-panel {
  display: none;
  position: fixed;
  inset: var(--header) 0 0;
  background: var(--bg);
  padding: 1.5rem 1.25rem;
  z-index: 39;
}

.nav-panel.is-open { display: flex; flex-direction: column; gap: 0.25rem; }

.nav-panel a {
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.125rem;
  font-weight: 600;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--ink);
  transition: background var(--ease), color var(--ease);
}

.btn-solid { background: var(--ink); color: #fff; }
.btn-solid:hover { background: #000; }
.btn-ghost { background: rgba(255, 255, 255, 0.51); color:#000!important; border-radius:5px; border:none!important}
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { border-color: #fff; color: #fff; }
.btn-light:hover { background: #fff; color: var(--ink); }

.row-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }

/* Hero slider */
.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
  background: #111;
}

.slides { position: absolute; inset: 0; }
.slide {
  position: absolute;
  inset: 0;
  background: #111 center/cover no-repeat;
  opacity: 0;
  transition: opacity 700ms ease;
}
.slide.is-on { opacity: 1; }
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(166deg, rgba(26, 11, 116, 0.85), rgba(78, 62, 247, 0.31) 37.82%, rgba(88, 55, 224, 0.6) 66.81%, rgba(30, 6, 77, 0.7));
/*  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.78) 100%);*/
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 0 22.5rem;

}

.hero-copy .kicker { color: rgba(255,255,255,.7); }
.hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(2.25rem, 6vw, 4.25rem);
  font-weight: 500;
  max-width: 16ch;
}
.hero .lead {
  margin-top: 1rem;
  max-width: 50rem;
  color: rgba(255,255,255,.82);
  font-size: 1.55rem;
}

.hero-tabs {
  position: absolute;
  z-index: 2;
  left: 0; right: 0; bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
  margin: 0% 10% 5% 10%!important;
  border-radius: 10px!important;
  align-items: flex-start;
}

.hero-tab {
  position: relative;
  text-align: left;
  padding: 0.9rem 1rem 1rem;
  color: rgba(255,255,255,.72);
  border-right: 1px solid rgba(255,255,255,.12);
  font-size: 1rem;
  font-weight: 500;
}

.hero-tab .num {
  display: block;
  font-size: 0.825rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
  color: rgba(255,255,255,.5);
}

.hero-tab.is-on { background-color: rgba(173, 9, 136, 0.90); color:#fff;}

.rail {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: rgba(255,255,255,.2);
}
.rail i {
  display: block;
  height: 100%;
  width: 0;
  background: #fff;
}
.hero-tab.is-on .rail i { width: 100%; animation: fill 7s linear; }

@keyframes fill { from { width: 0; } to { width: 100%; } }

/* Page hero */
.page-hero {
  padding: 8rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(43deg, rgb(2, 0, 36), rgb(9, 9, 121) 35%, rgb(76, 26, 105));
  color: rgb(255, 255, 255);
}

.page-hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  max-width: 16ch;
}

.page-hero .lead {
  margin-top: 1rem;
  max-width: var(--measure);
  color: #fff;
  padding-bottom: 5rem;
  font-size: 1.3em;
  line-height: 1.3em;
}

/* Sections */
.section { padding: 4.5rem 0; }
.section + .section { border-top: 0px}
.section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  margin: 0.6rem 0 1rem;
}

.split {
  display: grid;
  gap: 2rem;
}

.split img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }

.muted { color: var(--ink-3); }
.ink-2 { color: var(--ink-2); }

.stack { display: grid; gap: 1rem; }
.stack-lg { display: grid; gap: 1.5rem; }

/* Cards / lists */
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1px; background: linear-gradient(43deg, rgba(2, 0, 36, 1), rgba(9, 9, 121, 1) 35%, rgba(76, 26, 105, 1)); border: 1px solid var(--line);}
.grid-2 > *, .grid-3 > *, .grid-4 > * { background: var(--bg); padding: 1.5rem; }

.cell h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; }
.cell p, .cell li { font-size: 0.9375rem; color: var(--ink-2); }

.num-lg {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* Team */
.team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1rem;
}

.team img { 
object-fit: cover;
margin-bottom: 40px;
background-color: #350452;
}
.team h3 { 
margin-top: 0.75rem; 
font-size: 1.55rem;
}
.uetl{
font-size: 0.7rem!important;
}
.team p { 
font-size: 0.9rem;
color: var(--ink-1);
margin: 10px 0px 20px 0px;
}

/* Tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
th, td { text-align: left; padding: 0.85rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; background: #4b0d86;color: #fff; }
td.em { font-weight: 600; }

/* Forms */
label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 0.4rem; }
input, textarea, select {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--ink);
  background: var(--bg);
  color: var(--ink);
  padding: 0.6rem 0.8rem;
  font: inherit;
  margin-bottom: 1rem;
}
textarea { min-height: 7rem; resize: vertical; }

.choice {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  padding: 0.85rem 1rem;
  margin-bottom: 0.4rem;
  font-size: 0.9375rem;
}
.choice.is-on { border-color: var(--ink); background: var(--bg-soft); font-weight: 600; }

.progress {
  height: 2px;
  background: #e8e8e8;
  margin-bottom: 1.5rem;
}
.progress i { display: block; height: 100%; background: var(--ink); width: 0; transition: width 300ms ease; }

.score-ring { width: 11rem; height: 11rem; margin: 0 auto; }
.score-ring text { font-family: Manrope, sans-serif; }

.bar-track { height: 2px; background: #e8e8e8; margin-top: 0.35rem; }
.bar-track i { display: block; height: 100%; background: var(--ink); }

.diag-card {
  border: 1px solid var(--line);
  padding: 1.5rem;
  background: var(--bg);
}

.notice {
  font-size: 0.8125rem;
  color: var(--ink-3);
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.ue-mark{
background: #ffde00;
padding: 5px 10px;
font-weight: bold;
}

.ue-mark2{
background: #000;
color:#fff!important;
padding: 5px 10px;
font-weight: bold;
}

.ue-cxi{
width: 60px!important;
margin: 0rem 0rem 2rem 0rem;
filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(357deg) brightness(93%) contrast(116%);
}
.ue-cxok{
width: 60px!important;
margin: 0rem 0rem 2rem 0rem;
}
.ue-cxokt{
color:#0F5132;
font-weight:bold;
padding-bottom:1em;
font-size:1.2rem!important;
}


.err { color: #8a1f1f; font-size: 0.875rem; margin: 0 0 0.75rem; }

/* Blog */
.article-list { display: grid; gap: 0; }
.article-list a {
  display: grid;
  gap: 0.35rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.article-list a:last-child { border-bottom: 1px solid var(--line); }
.article-list h3 { font-size: 1.2rem; font-weight: 500; }
.article-meta { font-size: 0.75rem; color: var(--ink-3); letter-spacing: 0.04em; }

.prose { max-width: var(--measure); }
.prose p + p { margin-top: 1rem; }
.prose h2 { font-size: 1.4rem; margin: 2.5rem 0 0.8rem; }
.prose h3 { font-size: 1.1rem; margin: 1.75rem 0 0.5rem; }
.prose ul { list-style: disc; padding-left: 1.2rem; margin: 1rem 0; }
.prose li { margin: 0.35rem 0; color: var(--ink-2); }
.prose blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 2px solid var(--ink);
  font-weight: 500;
}
.refs { font-size: 0.85rem; color: var(--ink-2); }
.refs li { margin: 0.4rem 0; list-style: none; padding-left: 1.25rem; text-indent: -1.25rem; }

/* Footer */
.site-footer {
  background: rgb(18, 11, 37);
  color: #fff;
  padding: 3.5rem 0 2rem;
  margin-top: 0;
}
.site-footer a:hover { text-decoration: underline; }
.foot-grid {
  display: grid;
  gap: 2rem;
}
.foot-grid h4 {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 0.75rem;
}
.foot-grid p, .foot-grid a { font-size: 0.9rem; color: rgba(255,255,255,.85); }
.foot-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 0.75rem;
  color: rgba(255,255,255,.5);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
}

.band {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
details:last-of-type { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 600; }
details p { margin-top: 0.6rem; color: var(--ink-2); font-size: 0.95rem; }

.price { font-size: 1.5rem!important; font-weight: 500; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.price span { font-size: 1rem; font-weight: 400; color: var(--ink-3); }

.checklist li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.4rem 0;
  font-size: 0.9375rem;
  color: var(--ink-2);
}
.checklist li::before { content: "—"; position: absolute; left: 0; }

@media (min-width: 720px) {
  .hero-copy { /*padding-bottom: 8.75rem;*/ margin-left: 45%; width: 40% !important; }
  .hero-tabs { grid-template-columns: repeat(4, 1fr); font-size: 1.35rem!important;}
  .hero-tab { font-size: 1.35rem!important;}
  .hero-tab .num{font-size: 1.625rem!important;}
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; align-items: center; }
  .team { grid-template-columns: repeat(4, 1fr); }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

@media (min-width: 960px) {
  .nav { display: flex; }
  .header-cta { display: inline-flex; }
  .burger { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .wrap { width: min(100% - 3.5rem, var(--max)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slide { transition: none; }
  .hero-tab.is-on .rail i { animation: none; width: 100%; }
}
