.cabecera {
position: sticky;
top: 0;
z-index: 100;
background: rgba(255, 255, 255, 0.94);
backdrop-filter: saturate(180%) blur(12px);
border-bottom: 1px solid var(--line);
}
.cabecera__fila {
display: flex;
align-items: center;
gap: var(--sp-4);
min-height: 4.5rem;
}
@media (min-width: 48rem) { .cabecera__fila { min-height: 5rem; } }
.marca {
display: inline-flex;
align-items: center;
margin-right: auto;
line-height: 0;
flex: none;
}
.marca img {
height: 3rem;
width: auto;
display: block;
}
@media (min-width: 48rem) { .marca img { height: 3.5rem; } }
@media (min-width: 64rem) { .marca img { height: 3.75rem; } }
.pie .marca img { height: 4.25rem; }
.nav-boton {
display: inline-flex;
align-items: center;
gap: var(--sp-2);
background: none;
border: 1px solid var(--line-2);
border-radius: var(--r-1);
padding: var(--sp-2) var(--sp-3);
font-size: var(--fs-sm);
font-weight: 600;
cursor: pointer;
min-height: 2.75rem;
}
.nav-boton__barras { display: grid; gap: 3px; }
.nav-boton__barras i { display: block; width: 16px; height: 2px; background: currentColor; border-radius: 2px; }
.nav { display: none; }
.nav__lista {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: var(--sp-1);
align-items: center;
}
.nav__lista li { margin: 0; }
.nav__enlace {
display: block;
padding: var(--sp-2) var(--sp-3);
border-radius: var(--r-1);
text-decoration: none;
color: var(--text);
font-size: var(--fs-sm);
font-weight: 600;
}
.nav__enlace:hover { background: var(--paper-2); color: var(--text); }
.nav__enlace[aria-current="page"] { color: var(--accent-700); background: var(--accent-050); }
.cabecera .cabecera__cta { display: none; }
@media (min-width: 64rem) {
.nav { display: block; }
.nav-boton { display: none; }
.cabecera .cabecera__cta { display: inline-flex; margin-left: var(--sp-3); }
}
.nav-movil {
border-top: 1px solid var(--line);
background: var(--paper);
display: none;
}
.nav-movil[data-abierto="true"] { display: block; }
.nav-movil ul { list-style: none; margin: 0; padding: var(--sp-3) 0; }
.nav-movil li { margin: 0; }
.nav-movil a {
display: block;
padding: var(--sp-3) 0;
text-decoration: none;
color: var(--text);
font-weight: 600;
border-bottom: 1px solid var(--paper-3);
}
.nav-movil a[aria-current="page"] { color: var(--accent-700); }
.nav-movil .boton { margin: var(--sp-4) 0 var(--sp-5); }
@media (min-width: 64rem) { .nav-movil { display: none !important; } }
.miga { font-size: var(--fs-sm); margin-bottom: var(--sp-4); }
.miga ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.miga li { margin: 0; color: var(--text-inv-2); }
.miga li + li::before { content: "/"; margin-right: var(--sp-2); opacity: 0.5; }
.miga a { color: var(--text-inv-2); }
.miga a:hover { color: var(--neon); }
.boton {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--sp-2);
padding: 0.95rem 1.6rem;
border: 1px solid transparent;
border-radius: var(--r-full);
font-size: var(--fs-sm);
font-weight: 800;
letter-spacing: 0.045em;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
text-align: center;
transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
min-height: 3.25rem;
}
.boton:active { transform: translateY(1px); }
.boton--primario {
background: var(--accent-700);
color: #fff;
box-shadow: 0 6px 20px var(--sombra-accent);
}
.boton--primario:hover { background: var(--accent-800); color: #fff; }
.boton--primario:focus-visible {
outline: 3px solid var(--accent-800);
outline-offset: 3px;
}
.boton--primario:disabled,
.boton--primario[disabled] {
background: var(--line-2);
color: var(--text-2);
box-shadow: none;
cursor: not-allowed;
}
.boton--fantasma {
background: transparent;
color: var(--text);
border-color: var(--line-2);
}
.boton--fantasma:hover { background: var(--paper-2); color: var(--text); }
.sobre-oscuro .boton--fantasma { color: var(--text-inv); border-color: rgba(255, 255, 255, 0.32); }
.sobre-oscuro .boton--fantasma:hover { background: rgba(255, 255, 255, 0.1); color: var(--text-inv); }
.boton--pequeno { min-height: 2.75rem; padding: 0.7rem 1.15rem; font-size: var(--fs-xs); }
.boton--bloque { width: 100%; }
.boton[disabled], .boton[aria-disabled="true"] { opacity: 0.45; pointer-events: none; box-shadow: none; }
.acciones { display: grid; gap: var(--sp-3); }
@media (min-width: 30rem) {
.acciones { grid-auto-flow: column; justify-content: start; align-items: center; }
}
.enlace-flecha {
display: inline-flex;
align-items: center;
gap: var(--sp-2);
font-weight: 800;
font-size: var(--fs-sm);
letter-spacing: 0.04em;
text-transform: uppercase;
text-decoration: none;
color: var(--accent-700);
}
.enlace-flecha::after { content: "→"; transition: transform var(--dur) var(--ease); }
.enlace-flecha:hover { color: var(--text); }
.enlace-flecha:hover::after { transform: translateX(4px); }
.pildora {
display: inline-flex;
align-items: center;
gap: var(--sp-2);
padding: 0.32rem 0.75rem;
border-radius: var(--r-full);
font-size: var(--fs-xs);
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
background: var(--paper-3);
color: var(--text-2);
}
.pildora--acento { background: var(--accent-050); color: var(--accent-700); }
.pildora--oscura { background: rgba(255, 255, 255, 0.12); color: var(--text-inv); }
.pildora--neon { background: rgba(56, 240, 212, 0.16); color: #04463d; }
.media {
position: relative;
margin: 0;
overflow: hidden;
border-radius: var(--r-2);
background: var(--ink-800);
line-height: 0;
}
.media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 600ms var(--ease);
}
.media--16x9 { aspect-ratio: 16 / 9; }
.media--4x3 { aspect-ratio: 4 / 3; }
.media--3x2 { aspect-ratio: 3 / 2; }
.media--1x1 { aspect-ratio: 1 / 1; }
.media--3x4 { aspect-ratio: 3 / 4; }
.media--completa { border-radius: 0; height: 100%; }
.tarjeta {
background: var(--paper);
border: 1px solid var(--line);
border-radius: var(--r-2);
padding: var(--sp-5);
}
.rejilla { display: grid; gap: var(--sp-5); }
@media (min-width: 44rem) {
.rejilla--2 { grid-template-columns: repeat(2, 1fr); }
.rejilla--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 62rem) {
.rejilla--3 { grid-template-columns: repeat(3, 1fr); }
}
.encabezado { margin-bottom: var(--sp-6); max-width: 44rem; }
.encabezado .pildora { margin-bottom: var(--sp-4); }
.encabezado h2 { margin-bottom: var(--sp-3); }
.encabezado p { color: var(--text-2); font-size: var(--fs-lg); line-height: 1.45; margin: 0; }
.sobre-oscuro .encabezado p { color: var(--text-inv-2); }
.sobre-oscuro { background: var(--ink-900); color: var(--text-inv); }
.sobre-oscuro h2, .sobre-oscuro h3, .sobre-oscuro h4 { color: var(--text-inv); }
.sobre-oscuro p { color: var(--text-inv-2); }
.confianza {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: var(--sp-3) var(--sp-5);
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 56rem) { .confianza { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.confianza li {
margin: 0;
display: flex;
align-items: flex-start;
gap: var(--sp-3);
font-size: var(--fs-sm);
font-weight: 700;
line-height: 1.35;
}
.confianza li::before {
content: "";
flex: none;
width: 0.6rem;
height: 0.6rem;
margin-top: 0.42em;
border-radius: 2px;
background: var(--accent);
}
.formula {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--sp-2) var(--sp-3);
margin: 0;
font-size: var(--fs-xs);
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.formula span {
padding: 0.45rem 0.85rem;
border-radius: var(--r-full);
border: 1px solid var(--line-2);
color: var(--text-2);
}
.formula b { color: var(--text-2); font-size: var(--fs-sm); }
.formula em {
font-style: normal;
padding: 0.45rem 0.95rem;
border-radius: var(--r-full);
background: var(--accent-700);
color: #fff;
}
.sobre-oscuro .formula span { border-color: rgba(255, 255, 255, 0.28); color: var(--text-inv); }
.sobre-oscuro .formula b { color: var(--text-inv-2); }
@media (max-width: 26rem) {
.formula { gap: var(--sp-1) var(--sp-2); font-size: 0.67rem; letter-spacing: 0.06em; }
.formula span { padding: 0.4rem 0.65rem; }
.formula em { padding: 0.4rem 0.75rem; }
}
.proceso {
counter-reset: paso;
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: var(--sp-4);
}
@media (min-width: 40rem) { .proceso { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 62rem) { .proceso { grid-template-columns: repeat(5, 1fr); } }
.proceso li {
margin: 0;
padding-top: var(--sp-4);
border-top: 2px solid var(--line);
counter-increment: paso;
}
.sobre-oscuro .proceso li { border-top-color: rgba(255, 255, 255, 0.18); }
.proceso li::before {
content: "0" counter(paso);
display: block;
font-family: var(--font-mono);
font-size: var(--fs-xs);
color: var(--accent);
margin-bottom: var(--sp-2);
letter-spacing: 0.1em;
}
.proceso h3 { font-size: var(--fs-base); margin-bottom: var(--sp-2); letter-spacing: -0.01em; }
.proceso p { font-size: var(--fs-sm); margin: 0; }
.nota {
display: flex;
gap: var(--sp-3);
padding: var(--sp-4);
border-radius: var(--r-1);
font-size: var(--fs-sm);
line-height: 1.5;
background: var(--paper-2);
border: 1px solid var(--line);
}
.nota--aviso { background: var(--warn-bg); border-color: #f0d9b0; color: var(--warn); }
.nota--ok { background: var(--ok-bg); border-color: #bfe4d5; color: var(--ok); }
.nota__icono { flex: none; font-weight: 800; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item > summary {
cursor: pointer;
list-style: none;
padding: var(--sp-5) 2.5rem var(--sp-5) 0;
font-weight: 700;
font-size: var(--fs-md);
position: relative;
}
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary::after {
content: "+";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 1.5rem;
font-weight: 400;
color: var(--accent-700);
line-height: 1;
}
.faq__item[open] > summary::after { content: "–"; }
.faq__cuerpo { padding-bottom: var(--sp-5); color: var(--text-2); max-width: var(--maxw-prose); }
.faq__cuerpo p { margin-bottom: 0; }
.pie {
background: var(--ink-900);
color: var(--text-inv-2);
padding-block: var(--sp-7) var(--sp-5);
font-size: var(--fs-sm);
}
.pie a { color: var(--text-inv); text-decoration: none; }
.pie a:hover { color: var(--neon); text-decoration: underline; }
.pie h4 {
color: var(--text-inv);
font-size: var(--fs-xs);
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: var(--sp-3);
}
.pie ul { list-style: none; margin: 0; padding: 0; }
.pie li + li { margin-top: var(--sp-2); }
.pie__rejilla { display: grid; gap: var(--sp-6); }
@media (min-width: 44rem) { .pie__rejilla { grid-template-columns: 1.5fr 1fr 1fr; } }
.pie__legal {
margin-top: var(--sp-6);
padding-top: var(--sp-5);
border-top: 1px solid rgba(255, 255, 255, 0.12);
font-size: var(--fs-xs);
}
.video {
position: relative;
margin: 0;
overflow: hidden;
border-radius: var(--r-2);
background: var(--ink-800);
line-height: 0;
}
.video video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.video--16x9 { aspect-ratio: 16 / 9; }
.video--4x3 { aspect-ratio: 4 / 3; }
.video--1x1 { aspect-ratio: 1 / 1; }
.video--3x4 { aspect-ratio: 3 / 4; }
.video--con-texto::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(10, 12, 17, 0.15) 0%, rgba(10, 12, 17, 0.75) 100%);
pointer-events: none;
}
.video__play {
position: absolute;
inset: 0;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
gap: var(--sp-3);
width: 100%;
border: 0;
background: rgba(10, 12, 17, 0.32);
color: #fff;
font-family: inherit;
font-size: var(--fs-sm);
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
transition: background-color var(--dur) var(--ease);
}
.video__play:hover { background: rgba(10, 12, 17, 0.48); }
.video__play-icono {
display: grid;
place-items: center;
width: 3rem;
height: 3rem;
border-radius: 50%;
background: var(--accent-700);
font-size: 0.9rem;
padding-left: 0.15em;
box-shadow: 0 6px 24px rgba(10, 12, 17, 0.4);
}
.video__play-texto { text-shadow: 0 1px 10px rgba(10, 12, 17, 0.8); }
.video__pie {
position: absolute;
left: var(--sp-4);
bottom: var(--sp-4);
right: var(--sp-4);
z-index: 2;
margin: 0;
color: #fff;
font-size: var(--fs-sm);
font-weight: 700;
line-height: 1.3;
text-shadow: 0 1px 12px rgba(10, 12, 17, 0.7);
}
.cmyk {
display: flex;
height: 4px;
border-radius: 2px;
overflow: hidden;
}
.cmyk span { flex: 1; }
.cmyk span:nth-child(1) { background: var(--cmyk-c); }
.cmyk span:nth-child(2) { background: var(--cmyk-m); }
.cmyk span:nth-child(3) { background: var(--cmyk-y); }
.cmyk span:nth-child(4) { background: var(--cmyk-k); }
.contacto-directo {
display: flex;
flex-wrap: wrap;
gap: var(--sp-3);
}
.contacto-directo .boton { flex: 1 1 12rem; }
@media (min-width: 34rem) { .contacto-directo .boton { flex: 0 0 auto; } }
.boton--whatsapp { background: #1f8f4e; color: #fff; box-shadow: 0 6px 20px rgba(31, 143, 78, 0.25); }
.boton--whatsapp:hover { background: #186f3d; color: #fff; }
.cabecera__telefono {
display: none;
font-weight: 800;
font-size: var(--fs-sm);
text-decoration: none;
color: var(--text);
white-space: nowrap;
padding: var(--sp-2) var(--sp-3);
border-radius: var(--r-1);
}
.cabecera__telefono:hover { background: var(--paper-2); color: var(--accent-700); }
@media (min-width: 72rem) { .cabecera__telefono { display: inline-flex; align-items: center; } }
.video__conmutador {
position: absolute;
right: 0.6rem;
bottom: 0.6rem;
z-index: 3;
min-width: 2.75rem;
min-height: 2.75rem;
border: 0;
border-radius: var(--r-full);
background: rgba(10, 12, 17, 0.72);
color: #fff;
font-size: 0.9rem;
cursor: pointer;
}
.video__conmutador:hover,
.video__conmutador:focus-visible { background: rgba(10, 12, 17, 0.9); }
.franja-confianza {
background: var(--paper-2);
border-bottom: 1px solid var(--line);
padding: var(--sp-3) 0;
}
.franja-confianza__fila {
display: flex;
flex-wrap: wrap;
gap: var(--sp-2) var(--sp-5);
align-items: center;
font-size: var(--fs-xs);
color: var(--text-2);
}
.franja-confianza__google {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-weight: 700;
color: var(--text);
text-decoration: none;
}
.franja-confianza__google strong { font-size: var(--fs-md); }
.google-brand img { display: block; flex: 0 0 auto; width: 1.55rem; height: 1.55rem; }
.franja-confianza__google:hover span:last-child,
.franja-confianza__google:focus-visible span:last-child { text-decoration: underline; }
.franja-confianza__estrella { color: #e7a500; font-size: var(--fs-md); }
.franja-confianza__dato { white-space: nowrap; }
.franja-confianza__dato::before {
content: "✓";
margin-right: 0.35rem;
color: var(--ok);
font-weight: 700;
}
@media (max-width: 47.99rem) {
.franja-confianza__dato { white-space: normal; }
.franja-confianza__fila { gap: var(--sp-1) var(--sp-4); }
}
.testimonios {
display: grid;
gap: var(--sp-4);
}
@media (min-width: 62rem) { .testimonios { grid-template-columns: repeat(3, 1fr); } }
.testimonio {
margin: 0;
padding: var(--sp-4);
background: var(--paper);
border: 1px solid var(--line);
border-radius: var(--r-2);
display: flex;
flex-direction: column;
gap: var(--sp-3);
}
.seccion .testimonio { background: var(--paper-2); }
.seccion--gris .testimonio { background: var(--paper); }
.testimonio p { margin: 0; font-size: var(--fs-sm); }
.testimonio footer { font-size: var(--fs-xs); color: var(--text-2); margin-top: auto; }
.testimonio cite { font-style: normal; font-weight: 700; color: var(--text); }
.galeria-cta { margin: var(--sp-5) 0 0; text-align: center; }
.ampliable {
display: block;
width: 100%;
padding: 0;
border: 0;
background: none;
cursor: zoom-in;
border-radius: var(--r-2);
}
.ampliable:focus-visible { outline: 3px solid var(--accent-700); outline-offset: 2px; }
.ampliable img { display: block; width: 100%; height: auto; }
.ampliar-dialogo {
border: 0;
padding: 0;
background: transparent;
max-width: min(94vw, 70rem);
max-height: 92vh;
}
.ampliar-dialogo::backdrop { background: rgba(10, 12, 17, 0.82); }
.ampliar-dialogo img {
display: block;
max-width: min(94vw, 70rem);
max-height: 88vh;
width: auto;
height: auto;
border-radius: var(--r-2);
background: var(--paper);
}
.ampliar-dialogo__cerrar {
position: fixed;
top: 0.8rem;
right: 0.8rem;
min-width: 2.75rem;
min-height: 2.75rem;
border: 0;
border-radius: var(--r-full);
background: rgba(10, 12, 17, 0.72);
color: #fff;
font-size: 1rem;
cursor: pointer;
}
@media (max-width: 61.99rem) {
[data-galeria] {
display: flex !important;
grid-template-columns: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: var(--sp-3);
padding-bottom: var(--sp-2);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
[data-galeria] > * {
flex: 0 0 82%;
scroll-snap-align: start;
margin: 0;
}
}
