.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-top:var(--nav-height);position:relative;overflow:hidden;background:radial-gradient(ellipse 90% 80% at 10% 20%,rgba(0,119,200,0.07) 0%,transparent 55%),radial-gradient(ellipse 70% 60% at 90% 80%,rgba(99,170,40,0.08) 0%,transparent 50%),linear-gradient(135deg,#f0f7ff 0%,#f8fafc 45%,#f0fdf4 100%)}.hero__backdrop{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,119,200,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,119,200,0.045) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(ellipse 85% 75% at 45% 45%,#000 15%,transparent 72%)}.hero__bg-ring{position:absolute;border-radius:50%;border:1px solid rgba(0,119,200,0.09)}.hero__bg-ring--1{width:min(420px,55vw);height:min(420px,55vw);top:8%;left:-6%}.hero__bg-ring--2{width:min(280px,38vw);height:min(280px,38vw);bottom:12%;right:6%;border-color:rgba(99,170,40,0.12)}.hero__deco{position:absolute;width:52px;height:52px;color:var(--color-primary);opacity:0.11}.hero__deco--1{top:18%;left:12%;width:44px;height:44px;color:var(--color-accent)}.hero__deco--2{bottom:22%;left:28%;width:40px;height:40px}.hero__deco--3{top:32%;right:18%;width:36px;height:36px;color:var(--color-pink);opacity:0.14}.hero__bg-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:0.38;pointer-events:none}.hero__bg-shape--1{width:500px;height:500px;background:var(--color-primary);top:-100px;right:-100px}.hero__bg-shape--2{width:400px;height:400px;background:var(--color-accent);bottom:-50px;left:-100px}.hero__bg-shape--3{width:220px;height:220px;background:var(--color-pink);top:42%;left:38%;opacity:0.12;filter:blur(60px)}.hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:3rem 3rem;align-items:start;position:relative;z-index:1}.hero__content{grid-column:1;grid-row:1}.hero__visual{grid-column:2;grid-row:1 / span 2;align-self:center}.hero__actions{grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;gap:0.75rem}.hero__badges{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem}.hero__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:var(--color-text);margin-bottom:1rem}.hero__title .script{font-family:var(--font-accent);font-weight:400;font-size:1.15em}.hero__title .script--pink{color:var(--color-pink)}.hero__title .script--green{color:var(--color-accent)}.hero__tagline{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:0.5rem;letter-spacing:0.02em}.hero__desc{font-size:1.05rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:0;max-width:480px}.hero__visual{position:relative}.hero__image-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:4/3;background:#fff;will-change:transform}.hero__image-wrap--portrait{aspect-ratio:auto;width:100%;max-width:360px;height:min(520px,68vh);margin-inline:auto}.hero__image-wrap img{width:100%;height:100%;object-fit:cover}.hero__image-wrap--portrait img{width:100%;height:100%;object-fit:cover;object-position:top center}.hero__float-card{position:absolute;bottom:0.35rem;left:-0.35rem;background:rgba(255,255,255,0.97);backdrop-filter:blur(6px);border-radius:10px;padding:0.3rem 0.45rem;box-shadow:0 4px 14px rgba(26,54,93,0.1);border:1px solid rgba(0,119,200,0.07);display:flex;align-items:center;gap:0.35rem;max-width:132px}.hero__float-card-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,rgba(0,119,200,0.08),rgba(99,170,40,0.1));display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0.25rem}.hero__float-card-icon .micon{width:100%;height:100%}.hero__float-card-text{min-width:0}.hero__float-card strong{display:block;font-family:var(--font-heading);font-size:0.625rem;font-weight:700;line-height:1.15;color:var(--color-text)}.hero__float-card span{display:block;font-size:0.55rem;line-height:1.2;color:var(--color-text-muted)}#nosotros{position:relative;overflow:hidden}#nosotros::before{content:"";position:absolute;top:0;right:0;width:280px;height:280px;background:radial-gradient(circle,rgba(0,119,200,0.06) 0%,transparent 70%);pointer-events:none}#nosotros::after{content:"";position:absolute;bottom:0;left:0;width:240px;height:240px;background:radial-gradient(circle,rgba(99,170,40,0.07) 0%,transparent 70%);pointer-events:none}.pillars{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem;position:relative}.pillar{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem 1.75rem;border-radius:var(--radius-xl);background:var(--color-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.pillar:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(0,119,200,0.18)}.pillar__num{position:absolute;top:1rem;right:1rem;font-family:var(--font-heading);font-size:0.7rem;font-weight:800;letter-spacing:0.08em;color:rgba(0,119,200,0.25);line-height:1}.pillar__icon-wrap{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;position:relative;transition:transform var(--transition);padding:0.45rem}.pillar__icon-wrap .micon{width:100%;height:100%;object-fit:contain}.pillar:hover .pillar__icon-wrap{transform:scale(1.06)}.pillar__icon-wrap--blue{background:linear-gradient(135deg,rgba(0,119,200,0.14),rgba(0,119,200,0.06));color:var(--color-primary);box-shadow:0 4px 14px rgba(0,119,200,0.12)}.pillar__icon-wrap--green{background:linear-gradient(135deg,rgba(99,170,40,0.16),rgba(99,170,40,0.06));color:var(--color-accent-dark);box-shadow:0 4px 14px rgba(99,170,40,0.12)}.pillar__title{font-family:var(--font-heading);font-size:0.95rem;font-weight:800;color:var(--color-text);margin-bottom:0.65rem;line-height:1.3;text-transform:uppercase;letter-spacing:0.03em}.pillar__title span{color:var(--color-primary)}.pillar:nth-child(even) .pillar__title span{color:var(--color-accent-dark)}.pillar__text{font-size:0.825rem;color:var(--color-text-muted);line-height:1.65}.values-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.value-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.value-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.value-card__icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0.35rem}.value-card__icon .micon{width:100%;height:100%;object-fit:contain}.value-card__icon--blue{background:rgba(0,119,200,0.1)}.value-card__icon--green{background:rgba(99,170,40,0.12)}.value-card strong{display:block;font-family:var(--font-heading);font-size:0.875rem;font-weight:700;color:var(--color-text);margin-bottom:0.2rem}.value-card span{font-size:0.78rem;color:var(--color-text-muted);line-height:1.45}.quote-banner{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding:1.75rem 2rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(0,119,200,0.06),rgba(99,170,40,0.08));border:1px solid rgba(0,119,200,0.12);text-align:center}.quote-banner__icon{width:28px;height:28px;color:var(--color-accent);opacity:0.55;flex-shrink:0}@media (min-width:640px){.quote-banner__icon{display:block}}.quote-banner p{font-family:var(--font-accent);font-size:clamp(1.6rem,3vw,2.15rem);color:var(--color-text);line-height:1.2;margin:0}.quote-banner p::after{content:" ♡";color:var(--color-accent)}.talleres{background:linear-gradient(180deg,#eef6fc 0%,var(--color-bg-alt) 30%,var(--color-bg) 100%);position:relative;overflow:hidden}.talleres::before{content:"";position:absolute;top:-120px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(99,170,40,0.12) 0%,transparent 65%);pointer-events:none}.talleres__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(0,119,200,0.08),rgba(99,170,40,0.08));border:1px solid rgba(0,119,200,0.12)}.talleres__stat{text-align:center;padding:0.5rem}.talleres__stat strong{display:block;font-family:var(--font-heading);font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.1;margin-bottom:0.25rem}.talleres__stat span{font-size:0.75rem;font-weight:600;color:var(--color-text-muted);letter-spacing:0.02em}.talleres__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}.taller-card{grid-column:span 4;position:relative;background:var(--color-bg);border-radius:var(--radius-xl);border:1px solid var(--color-border);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.taller-card--featured{grid-column:span 6}.taller-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.taller-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:0.75rem;padding:1.5rem 1.5rem 0}.taller-card__category{font-family:var(--font-heading);font-size:0.65rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:0.35rem 0.65rem;border-radius:var(--radius-full);background:var(--color-bg-alt);color:var(--color-text-muted);border:1px solid var(--color-border);white-space:nowrap}.taller-card--blue .taller-card__category{color:var(--color-primary);background:rgba(0,119,200,0.08);border-color:rgba(0,119,200,0.15)}.taller-card--green .taller-card__category{color:var(--color-accent-dark);background:rgba(99,170,40,0.1);border-color:rgba(99,170,40,0.2)}.taller-card--pink .taller-card__category{color:#c2186a;background:rgba(233,30,140,0.08);border-color:rgba(233,30,140,0.15)}.taller-card__title{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;color:var(--color-text);padding:0.75rem 1.5rem 0;line-height:1.25}.taller-card--featured .taller-card__title{font-size:1.35rem}.taller-card__text{font-size:0.875rem;color:var(--color-text-muted);line-height:1.65;padding:0.5rem 1.5rem 0;flex:1}.taller-card__list{list-style:none;padding:0.75rem 1.5rem 0;margin:0}.taller-card__list li{position:relative;font-size:0.8rem;color:var(--color-text);padding:0.3rem 0 0.3rem 1.1rem;line-height:1.45}.taller-card__list li::before{content:"";position:absolute;left:0;top:0.65rem;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.taller-card--blue .taller-card__list li::before{background:var(--color-primary)}.taller-card--pink .taller-card__list li::before{background:var(--color-pink)}.taller-card__meta{display:flex;flex-wrap:wrap;gap:0.4rem;padding:0.75rem 1.5rem 0}.taller-card__top .micon-wrap{width:52px;height:52px}.taller-card--featured .micon-wrap{width:56px;height:56px}.taller-card__chip{font-family:var(--font-heading);font-size:0.65rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;padding:0.25rem 0.6rem;border-radius:var(--radius-full);background:rgba(0,119,200,0.1);color:var(--color-primary)}.taller-card__chip--green{background:rgba(99,170,40,0.12);color:var(--color-accent-dark)}.taller-card__footer{padding:1.25rem 1.5rem 1.5rem;margin-top:auto}.taller-card__details{display:flex;flex-direction:column;flex:1}.taller-card__summary{list-style:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.taller-card__summary::-webkit-details-marker{display:none}.taller-card__summary::marker{content:""}.taller-card__summary-row{display:flex;align-items:center;justify-content:space-between;gap:0.65rem;padding:0.75rem 1.5rem 0}.taller-card__summary-row .taller-card__title{padding:0;flex:1;min-width:0}.taller-card__chevron{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,119,200,0.1);color:var(--color-primary);transition:transform 0.3s var(--ease-out-expo),background 0.2s ease}.taller-card__chevron svg{width:16px;height:16px}.taller-card--green .taller-card__chevron{background:rgba(99,170,40,0.12);color:var(--color-accent-dark)}.taller-card--pink .taller-card__chevron{background:rgba(233,30,140,0.1);color:var(--color-pink)}.taller-card__details[open] .taller-card__chevron{transform:rotate(180deg)}@media (min-width:769px){.taller-card__summary{cursor:default;pointer-events:none}.taller-card__chevron{display:none}}.talleres__banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding:1.5rem 2rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;box-shadow:0 8px 32px rgba(0,119,200,0.3)}.talleres__banner-text strong{display:block;font-family:var(--font-heading);font-size:1.05rem;font-weight:800;margin-bottom:0.2rem}.talleres__banner-text span{font-size:0.875rem;opacity:0.9}.talleres__visual{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.talleres__gallery{margin-top:2.5rem;width:100%;max-width:100vw;margin-left:0;margin-right:0;padding-inline:0}.talleres__gallery .gallery-carousel__viewport{-webkit-mask-image:none;mask-image:none}.talleres__gallery .gallery-carousel__track{gap:0;animation-duration:38s}.talleres__gallery .gallery__item,.talleres__gallery .talleres__visual-item{border:none;box-shadow:none;border-radius:0;background:#0f172a}.talleres__gallery .gallery__item:hover,.talleres__gallery .talleres__visual-item:hover{transform:none}.talleres__gallery .gallery__item img,.talleres__gallery .gallery__item--video .media-video{width:100%;height:100%;object-fit:cover;object-position:center;background:#0f172a}.talleres__gallery .gallery__item picture{display:block;width:100%;height:100%}.talleres__gallery .gallery__item{width:180px;aspect-ratio:9 / 16;height:auto;flex:0 0 180px;overflow:hidden}@media (min-width:768px){.talleres__gallery .gallery__item{width:200px;flex:0 0 200px}}@media (min-width:1024px){.talleres__gallery .gallery__item{width:220px;flex:0 0 220px}}.instalaciones__gallery{margin-top:2rem;width:100%;max-width:100vw;margin-left:0;margin-right:0;padding-inline:0}.instalaciones__gallery .gallery-carousel__viewport{-webkit-mask-image:none;mask-image:none}.instalaciones__gallery .gallery-carousel__track{gap:0;animation-duration:38s}.instalaciones__gallery .gallery__item{border:none;box-shadow:none;border-radius:0;background:#0f172a}.instalaciones__gallery .gallery__item:hover{transform:none}.talleres__visual-item{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);border:2px solid transparent;background:linear-gradient(var(--color-bg),var(--color-bg)) padding-box,linear-gradient(135deg,var(--color-primary),var(--color-accent)) border-box;transition:transform var(--transition)}.talleres__visual-item:hover{transform:translateY(-4px)}.talleres__visual-item img{width:100%;height:200px;object-fit:cover}.areas{background:linear-gradient(180deg,var(--color-bg) 0%,#f0f7ff 40%,var(--color-bg-alt) 100%);position:relative;overflow:hidden}.areas::before{content:"";position:absolute;top:10%;left:-100px;width:320px;height:320px;background:radial-gradient(circle,rgba(0,119,200,0.07) 0%,transparent 70%);pointer-events:none}.areas__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(99,170,40,0.08),rgba(0,119,200,0.08));border:1px solid rgba(99,170,40,0.15)}.areas__stat{text-align:center}.areas__stat strong{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:800;background:linear-gradient(135deg,var(--color-accent-dark),var(--color-primary));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.1;margin-bottom:0.2rem}.areas__stat span{font-size:0.72rem;font-weight:600;color:var(--color-text-muted)}.areas__layout{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;align-items:start}.areas__nav{display:flex;flex-direction:column;gap:0.5rem;position:sticky;top:calc(var(--nav-height)+1rem)}.area-tab{display:flex;align-items:center;gap:0.85rem;width:100%;text-align:left;padding:0.85rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg);box-shadow:var(--shadow-sm);transition:all var(--transition);cursor:pointer}.area-tab:hover{border-color:rgba(0,119,200,0.25);transform:translateX(4px);box-shadow:var(--shadow-md)}.area-tab.active{border-color:var(--color-primary);background:linear-gradient(135deg,rgba(0,119,200,0.08),rgba(99,170,40,0.06));box-shadow:var(--shadow-md);transform:translateX(6px);color:inherit}.area-tab--featured{border-color:rgba(99,170,40,0.35);background:linear-gradient(135deg,rgba(99,170,40,0.06),var(--color-bg))}.area-tab--featured.active{border-color:var(--color-accent);background:linear-gradient(135deg,rgba(99,170,40,0.12),rgba(0,119,200,0.06))}.area-tab__icon{flex-shrink:0}.area-tab__text{display:flex;flex-direction:column;gap:0.1rem;min-width:0}.area-tab__text strong{font-family:var(--font-heading);font-size:0.875rem;font-weight:700;color:var(--color-text)}.area-tab__text small{font-size:0.7rem;color:var(--color-text-muted);font-weight:500}.area-tab.active .area-tab__text strong{color:var(--color-primary)}.areas__content{position:relative;min-height:420px}.area-panel{background:var(--color-bg);border-radius:var(--radius-xl);border:1px solid var(--color-border);padding:0 0 2rem;box-shadow:var(--shadow-lg);overflow:hidden}.area-panel__head{display:flex;gap:1.25rem;padding:1.75rem 2rem 1rem;align-items:flex-start}.area-panel__icon{flex-shrink:0}.area-panel__badge{display:inline-block;font-family:var(--font-heading);font-size:0.65rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:0.3rem 0.65rem;border-radius:var(--radius-full);background:var(--color-bg-alt);color:var(--color-text-muted);border:1px solid var(--color-border);margin-bottom:0.5rem}.area-panel__badge--highlight{background:linear-gradient(90deg,var(--color-primary),var(--color-accent));color:#fff;border:none}.area-panel__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:var(--color-text);margin-bottom:0.5rem;line-height:1.2}.area-panel__desc{font-size:0.925rem;color:var(--color-text-muted);line-height:1.65;max-width:540px}.area-panel__features{list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem 1.5rem;padding:0 2rem 1.25rem;margin:0;border-bottom:1px solid var(--color-border)}.area-panel__features li{position:relative;font-size:0.825rem;font-weight:600;color:var(--color-text);padding-left:1.1rem}.area-panel__features li::before{content:"";position:absolute;left:0;top:0.5rem;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.area-panel--pink .area-panel__features li::before{background:var(--color-pink)}.area-panel--blue .area-panel__features li::before,.area-panel--teal .area-panel__features li::before{background:var(--color-primary)}.area-panel--orange .area-panel__features li::before{background:#f59e0b}.area-panel__subjects{padding:1.25rem 2rem 0}.area-panel__subjects-title{font-family:var(--font-heading);font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:0.85rem}.areas__subjects{display:flex;flex-wrap:wrap;gap:0.5rem}.subject-tag{font-family:var(--font-heading);font-size:0.78rem;font-weight:600;padding:0.4rem 0.85rem;border-radius:var(--radius-full);background:var(--color-bg-alt);color:var(--color-text);border:1px solid var(--color-border);transition:transform var(--transition),box-shadow var(--transition)}.subject-tag:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.subject-tag--pink{background:rgba(233,30,140,0.08);color:#c2186a;border-color:rgba(233,30,140,0.2)}.subject-tag--blue{background:rgba(0,119,200,0.08);color:var(--color-primary);border-color:rgba(0,119,200,0.2)}.subject-tag--green{background:rgba(99,170,40,0.1);color:var(--color-accent-dark);border-color:rgba(99,170,40,0.25)}.subject-tag--brand{background:linear-gradient(135deg,rgba(0,119,200,0.08),rgba(99,170,40,0.08));color:var(--color-text);border-color:rgba(0,119,200,0.15)}.subject-tag--orange{background:rgba(245,158,11,0.1);color:#b45309;border-color:rgba(245,158,11,0.25)}.subject-tag--teal{background:rgba(13,148,136,0.1);color:#0f766e;border-color:rgba(13,148,136,0.25)}.timeline-wrap{margin-top:1.5rem}.timeline__heading{display:flex;align-items:center;justify-content:center;gap:0.6rem;font-family:var(--font-heading);font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.25rem}.timeline__heading-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));box-shadow:0 0 0 3px rgba(0,119,200,0.15);animation:timelineDotPulse 2.4s ease-in-out infinite}@keyframes timelineDotPulse{0%,100%{box-shadow:0 0 0 3px rgba(0,119,200,0.15);transform:scale(1)}50%{box-shadow:0 0 0 6px rgba(99,170,40,0.12);transform:scale(1.15)}}.timeline{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0.45rem;padding:1rem 0.85rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,rgba(0,119,200,0.06) 0%,rgba(255,255,255,0.95) 40%,rgba(99,170,40,0.06) 100%);border:1px solid rgba(0,119,200,0.12);box-shadow:var(--shadow-md),inset 0 1px 0 rgba(255,255,255,0.85);position:relative;overflow:hidden;isolation:isolate}.timeline__track{position:absolute;z-index:0;top:38%;left:10%;right:10%;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));opacity:0.45;transform:scaleX(0);transform-origin:left center;transition:transform 1.2s var(--ease-out-expo) 0.15s;pointer-events:none}.timeline.visible .timeline__track{transform:scaleX(1)}.timeline::before{content:"";position:absolute;z-index:-1;inset:0;background-image:radial-gradient(circle at 10% 20%,rgba(0,119,200,0.07) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(99,170,40,0.08) 0%,transparent 40%);pointer-events:none;animation:timelineAmbient 9s ease-in-out infinite alternate}@keyframes timelineAmbient{from{opacity:0.75}to{opacity:1}}.timeline__step{position:relative;z-index:2;flex:1 1 auto;min-width:108px;max-width:142px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0.75rem 0.55rem 0.7rem;border-radius:var(--radius-lg);border:none;background:transparent;box-shadow:none;transition:transform var(--transition),box-shadow var(--transition);isolation:isolate}.timeline__step::before{content:"";position:absolute;inset:0;border-radius:inherit;background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);z-index:0;pointer-events:none}.timeline__step>*{position:relative;z-index:1}.timeline__step:hover{transform:translateY(-4px)}.timeline__step:hover::before{box-shadow:var(--shadow-lg)}.timeline__step--blue::before{border-color:rgba(0,119,200,0.2)}.timeline__step--green::before{border-color:rgba(99,170,40,0.25)}.timeline__step--blue .timeline__step-icon{background:linear-gradient(135deg,rgba(0,119,200,0.18),rgba(0,119,200,0.06));color:var(--color-primary)}.timeline__step--blue .timeline__step-num{color:rgba(0,119,200,0.35)}.timeline__step--green .timeline__step-icon{background:linear-gradient(135deg,rgba(99,170,40,0.2),rgba(99,170,40,0.06));color:var(--color-accent-dark)}.timeline__step--green .timeline__step-num{color:rgba(99,170,40,0.4)}.timeline__step--highlight::before{background:linear-gradient(180deg,#fff 0%,#f4f8ff 100%);border-color:rgba(0,119,200,0.22);box-shadow:0 8px 28px rgba(0,119,200,0.15)}.timeline__step--highlight{animation:timelineHighlightGlow 3s ease-in-out infinite}@keyframes timelineHighlightGlow{0%,100%{filter:drop-shadow(0 6px 18px rgba(0,119,200,0.1))}50%{filter:drop-shadow(0 10px 24px rgba(0,119,200,0.18))}}.timeline__step--highlight .timeline__step-icon{background:linear-gradient(135deg,rgba(0,119,200,0.2),rgba(99,170,40,0.15));color:var(--color-primary)}.timeline__step--highlight .timeline__item{color:var(--color-primary)}.timeline__step-num{position:absolute;top:0.35rem;right:0.45rem;font-family:var(--font-heading);font-size:0.6rem;font-weight:800;letter-spacing:0.06em}.timeline__step-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:0.4rem;transition:transform 0.35s var(--ease-spring);padding:0.3rem;background:rgba(255,255,255,0.9)}.timeline__step-icon .micon{width:100%;height:100%;object-fit:contain}.timeline__step:hover .timeline__step-icon{transform:scale(1.08)}.timeline__item{font-family:var(--font-heading);font-size:0.76rem;font-weight:800;color:var(--color-text);line-height:1.2;letter-spacing:0.01em}.timeline.visible .timeline__step--highlight .timeline__badge{animation:timelineBadgePulse 2.5s ease-in-out infinite 0.9s}@keyframes timelineBadgePulse{0%,100%{transform:scale(1);box-shadow:0 2px 8px rgba(0,119,200,0.2)}50%{transform:scale(1.04);box-shadow:0 4px 14px rgba(99,170,40,0.35)}}.timeline__badge{display:inline-block;margin-top:0.35rem;font-family:var(--font-heading);font-size:0.56rem;font-weight:700;letter-spacing:0.03em;text-transform:uppercase;padding:0.18rem 0.45rem;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--color-primary),var(--color-accent));color:#fff;line-height:1.25}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:0.85rem;row-gap:0.2rem;align-items:center;padding:0.9rem 1.1rem;background:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.step__number{grid-row:1 / -1;align-self:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:0.85rem;display:flex;align-items:center;justify-content:center;margin-bottom:0}.step__title{font-family:var(--font-heading);font-size:0.92rem;font-weight:700;margin-bottom:0;line-height:1.3}.step__text{font-size:0.8rem;color:var(--color-text-muted);line-height:1.45;grid-column:2}.modalidades{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem}.modalidad{text-align:center;padding:1.25rem 0.75rem;border-radius:var(--radius-md);background:var(--color-bg-alt);border:1px solid var(--color-border)}.card__icon-wrap{width:auto;height:auto;margin-bottom:1.25rem}#recursos .card.card--row{display:flex;flex-direction:row;align-items:center;gap:0.85rem;padding:1rem 1.15rem}#recursos .card.card--row .card__icon-wrap{flex:0 0 48px;width:48px;height:48px;margin:0}#recursos .card.card--row .card__body{flex:1;min-width:0;text-align:left}#recursos .card.card--row .card__title{font-size:0.95rem;margin-bottom:0.3rem;line-height:1.3}#recursos .card.card--row .card__text{font-size:0.82rem;line-height:1.5;margin-bottom:0}.card--row .card__icon-wrap.micon-wrap{width:48px;height:48px}.modalidad__icon-wrap{margin:0 auto 0.75rem}.modalidad__title{font-family:var(--font-heading);font-size:0.8rem;font-weight:700;color:var(--color-text);margin-bottom:0.35rem}.modalidad__text{font-size:0.72rem;color:var(--color-text-muted);line-height:1.45}.team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.team-card{border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg);border:1px solid var(--color-border);transition:transform var(--transition),box-shadow var(--transition)}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.team-card__photo{aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-alt)}.team-card__photo img{width:100%;height:100%;object-fit:cover;object-position:top center}.team-card__body{padding:1.5rem}.team-card__name{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:var(--color-text);margin-bottom:0.25rem}.team-card__role{font-size:0.85rem;font-weight:600;color:var(--color-primary);margin-bottom:0.75rem}.team-card__subjects{display:flex;flex-wrap:wrap;gap:0.35rem}.team-card__subjects span{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:var(--radius-full);background:rgba(99,170,40,0.1);color:var(--color-accent-dark)}.gallery{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:0.65rem;scroll-padding-inline:0.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,119,200,0.35) transparent}.gallery-carousel{margin-inline:-0.5rem}#talleres .gallery-carousel__viewport{-webkit-mask-image:none;mask-image:none}.gallery-carousel__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.gallery-carousel__track{display:flex;gap:0.65rem;width:max-content;animation:galleryCarouselScroll 50s linear infinite;will-change:transform}.talleres__gallery .gallery-carousel__track{gap:0;animation-duration:38s}.gallery-carousel:hover .gallery-carousel__track,.gallery-carousel:focus-within .gallery-carousel__track{animation-play-state:paused}@keyframes galleryCarouselScroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.gallery-carousel .gallery__item{scroll-snap-align:unset;width:200px;height:280px;flex:0 0 200px;border-radius:var(--radius-md);border:1px solid rgba(0,119,200,0.08);box-shadow:0 1px 4px rgba(26,54,93,0.06)}.gallery-carousel .gallery__item:hover img{transform:none}@media (min-width:768px){.gallery-carousel .gallery__item{width:220px;height:300px;flex:0 0 220px}}@media (min-width:1024px){.gallery-carousel .gallery__item{width:240px;height:320px;flex:0 0 240px}}.instalaciones__gallery.gallery-carousel .gallery__item{border:none;box-shadow:none;border-radius:0;background:#0f172a}.instalaciones__gallery .gallery__item picture{display:block;width:100%;height:100%}.instalaciones__gallery .gallery__item img{width:100%;height:100%;object-fit:cover;object-position:center;background:#0f172a}.instalaciones__gallery .gallery__item{width:180px;aspect-ratio:9 / 16;height:auto;flex:0 0 180px;overflow:hidden}@media (min-width:768px){.instalaciones__gallery .gallery__item{width:200px;flex:0 0 200px}}@media (min-width:1024px){.instalaciones__gallery .gallery__item{width:220px;flex:0 0 220px}}.talleres__gallery.gallery-carousel .gallery__item{border:none;box-shadow:none;border-radius:0;background:#0f172a;width:180px;aspect-ratio:9 / 16;height:auto;flex:0 0 180px;overflow:hidden}@media (min-width:768px){.talleres__gallery.gallery-carousel .gallery__item{width:200px;flex:0 0 200px}}@media (min-width:1024px){.talleres__gallery.gallery-carousel .gallery__item{width:220px;flex:0 0 220px}}.gallery::-webkit-scrollbar{height:6px}.gallery::-webkit-scrollbar-thumb{background:rgba(0,119,200,0.35);border-radius:var(--radius-full)}.gallery__item{flex:0 0 auto;width:min(280px,38vw);height:min(420px,56vh);scroll-snap-align:start;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:var(--color-bg-alt);transition:transform var(--transition)}.gallery__item picture{display:block;width:100%;height:100%}.gallery__item img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f1f5f9;transition:transform 0.5s ease}.gallery__item:hover img{transform:scale(1.03)}.gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:linear-gradient(transparent,rgba(0,0,0,0.72));color:#fff;font-family:var(--font-heading);font-size:0.85rem;font-weight:600}@media (min-width:1024px){.gallery__item{width:260px;height:400px}}@media (min-width:1280px){.gallery__item{width:280px;height:420px}}.gallery__item--video{background:#111}.gallery__item--video .media-video{width:100%;height:100%;object-fit:contain;object-position:center;background:#111;display:block}.horarios{background:linear-gradient(180deg,#f8fafc 0%,#fff 100%)}.horarios__wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:start}.horarios__zoom{display:block;width:100%;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:#fff;cursor:zoom-in;position:relative;transition:box-shadow var(--transition),transform var(--transition)}.horarios__zoom:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.horarios__zoom img{width:100%;height:auto;display:block}.horarios__zoom-hint{position:absolute;bottom:0.75rem;right:0.75rem;display:flex;align-items:center;gap:0.35rem;padding:0.35rem 0.65rem;border-radius:var(--radius-full);background:rgba(0,0,0,0.65);color:#fff;font-size:0.72rem;font-weight:600}.horarios__zoom-hint svg{width:14px;height:14px}.horarios__cta{padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg)}.horarios__cta p{font-size:0.9rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.horarios__actions{display:flex;flex-wrap:wrap;gap:0.65rem}.horarios__actions .btn{flex:1 1 auto}.productos{background:linear-gradient(135deg,#f0f7ff 0%,#fff 45%,#f0fdf4 100%)}.productos__nav{display:flex;flex-wrap:wrap;margin-bottom:2.25rem;border:1px solid rgba(26,54,93,0.12);border-radius:var(--radius-md);background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(26,54,93,0.04)}.productos__nav-link{position:relative;flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;padding:1rem 1.15rem;border-right:1px solid rgba(26,54,93,0.1);background:transparent;text-align:center;text-decoration:none;transition:background-color var(--transition),color var(--transition)}.productos__nav-link:last-child{border-right:none}.productos__nav-link::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-primary);opacity:0;transition:opacity var(--transition)}.productos__nav-link:hover{background:rgba(0,119,200,0.04)}.productos__nav-link:hover::after{opacity:1}.productos__nav-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.productos__nav-text strong{display:block;font-family:var(--font-heading);font-size:0.9rem;font-weight:700;color:var(--color-text);line-height:1.25;letter-spacing:-0.01em}.productos__nav-text small{display:block;margin-top:0.15rem;font-size:0.72rem;font-weight:400;color:var(--color-text-muted);line-height:1.35}.productos__nav-link:hover .productos__nav-text strong{color:var(--color-primary)}.productos__category{margin-bottom:2.5rem;scroll-margin-top:calc(var(--nav-height)+12px)}.productos__category:last-of-type{margin-bottom:1.5rem}.productos__cat-head{margin-bottom:1.15rem}.productos__cat-title{font-family:var(--font-heading);font-size:1.35rem;font-weight:800;color:var(--color-text);margin:0.35rem 0 0.35rem}.productos__cat-desc{font-size:0.9rem;color:var(--color-text-muted);line-height:1.55;max-width:640px}.productos__row{display:grid;gap:2rem;margin-bottom:2.5rem}@media (min-width:960px){.productos__row{grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.productos__row .productos__category{margin-bottom:0}.productos__row .productos__cat-desc{max-width:none}.productos__row .product-card--featured{max-width:none;margin-inline:0;grid-template-columns:1fr;gap:1rem}.productos__row .product-card--featured .product-card__media{max-height:260px;aspect-ratio:4 / 5}}.productos__cat-actions{display:flex;flex-wrap:wrap;gap:0.65rem;margin-top:1rem}.productos__gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:0.75rem}.productos__thumb{position:relative;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:#fff;cursor:zoom-in;transition:box-shadow var(--transition),transform var(--transition)}.productos__thumb:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.productos__thumb img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.productos__thumb span{display:block;padding:0.4rem 0.5rem;font-family:var(--font-heading);font-size:0.68rem;font-weight:700;text-align:center;color:var(--color-text-muted);background:#fff}.productos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.productos__grid--2{grid-template-columns:repeat(2,1fr)}.product-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card__media{aspect-ratio:4 / 3;overflow:hidden;background:#f1f5f9;position:relative}.product-card__media img,.product-card__media video{width:100%;height:100%;object-fit:cover;display:block}.product-card__media--duo{display:grid;grid-template-columns:1fr 1fr}.product-card__media--video{background:#111}.product-card__zoom{width:100%;height:100%;padding:0;border:none;cursor:zoom-in;display:block}.product-card__body{padding:1.15rem 1.25rem 1.25rem}.product-card__tag{display:inline-block;font-family:var(--font-heading);font-size:0.65rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;padding:0.25rem 0.6rem;border-radius:var(--radius-sm);background:rgba(26,54,93,0.06);color:var(--color-text-muted);margin-bottom:0.5rem;border:1px solid rgba(26,54,93,0.1)}.product-card__tag--uniformes,.product-card__tag--tazas,.product-card__tag--material,.product-card__tag--merch{background:rgba(26,54,93,0.06);color:var(--color-text-muted)}.product-card--wide{grid-column:1 / -1}.product-card--featured{display:grid;grid-template-columns:minmax(200px,260px) 1fr;gap:1.15rem;align-items:center;padding:1.15rem 1.25rem;max-width:720px;margin-inline:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.product-card--featured .product-card__media{aspect-ratio:4 / 5;max-height:240px;min-height:0;width:100%;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.product-card--featured .product-card__media img,.product-card--featured .product-card__media video{object-fit:contain;background:#f1f5f9}.product-card--featured .product-card__body{display:flex;flex-direction:column;justify-content:flex-start;padding:0;min-width:0}.product-card__actions{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.85rem}.product-card__actions .btn{flex:1 1 auto;min-width:0;justify-content:center}.product-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin-bottom:0.4rem}.product-card__text{font-size:0.85rem;color:var(--color-text-muted);line-height:1.55;margin-bottom:0.85rem}.productos__note{margin-top:1.5rem;text-align:center;font-size:0.88rem;color:var(--color-text-muted)}.productos__note a{color:var(--color-primary);font-weight:600}.media-video{width:100%;height:100%;object-fit:cover;background:#111}.talleres__visual-item--video{background:#111}.talleres__visual-item--video .media-video{width:100%;height:100%;min-height:200px;max-height:min(420px,56vh);object-fit:cover}.talleres__gallery .gallery__item--video .media-video{min-height:0;max-height:none;height:100%;object-fit:cover}.uniformes{background:linear-gradient(135deg,#f0f7ff 0%,#fff 50%,#f0fdf4 100%)}.uniformes__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.uniformes__media{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;border-radius:var(--radius-xl);overflow:hidden}.uniformes__media img,.uniformes__media .uniformes__video{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:var(--radius-lg)}.uniformes__image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.uniformes__image img{width:100%;aspect-ratio:3/4;object-fit:cover}.uniformes__benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0 2rem}.uniformes__benefit{display:flex;align-items:flex-start;gap:0.75rem}.uniformes__benefit-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:rgba(0,119,200,0.1);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.uniformes__benefit strong{display:block;font-family:var(--font-heading);font-size:0.85rem;font-weight:700;margin-bottom:0.15rem}.uniformes__benefit span{font-size:0.8rem;color:var(--color-text-muted)}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact__info{display:flex;flex-direction:column;gap:1.25rem}.contact__item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--color-bg-alt);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.contact__item-icon{width:48px;height:48px;flex-shrink:0;padding:0.35rem}.contact__item-icon.micon-wrap--blue{color:var(--color-primary)}.contact__item-icon.micon-wrap--green{color:#25a244}.contact__item-icon.micon-wrap--pink{color:#e91e8c}.contact__item-icon.micon-wrap--brand{color:var(--color-primary)}.contact-icon{width:22px;height:22px;display:block}.contact-icon--fill{width:20px;height:20px}.contact__item strong{display:block;font-family:var(--font-heading);font-size:0.9rem;font-weight:700;margin-bottom:0.25rem}.contact__item span,.contact__item a{font-size:0.9rem;color:var(--color-text-muted)}.contact__item a:hover,.contact__item .contact__address-link:hover{color:var(--color-primary)}.contact__item .contact__address-link{color:inherit;text-decoration:none;transition:color 0.2s ease}.contact__map-wrap{display:flex;flex-direction:column;gap:0.75rem;min-height:0}.contact__map{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border);aspect-ratio:4 / 3;min-height:300px;max-height:440px;background:var(--color-bg-alt);box-shadow:0 2px 12px rgba(0,119,200,0.08)}.contact__map iframe{display:block;width:100%;height:100%;min-height:300px;border:0}.contact__map-badge{position:absolute;top:12px;left:12px;z-index:1;display:flex;align-items:center;gap:0.4rem;padding:0.45rem 0.8rem;background:rgba(255,255,255,0.96);border-radius:var(--radius-full);border:1px solid var(--color-border);font-size:0.78rem;font-weight:600;color:var(--color-primary);pointer-events:none;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.contact__map-badge svg{width:16px;height:16px;flex-shrink:0}.contact__map-actions{display:flex;flex-wrap:wrap;gap:0.5rem}.contact__map-actions .btn{flex:1 1 calc(50% - 0.25rem);justify-content:center;min-width:0}.contact__cta-box{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-xl);padding:2.5rem;color:#fff;text-align:center;margin-top:2rem}.contact__cta-box h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;margin-bottom:0.75rem}.contact__cta-box p{opacity:0.9;margin-bottom:1.5rem;font-size:0.95rem}@media (max-width:1024px){.hero__grid{grid-template-columns:1fr;grid-template-rows:auto;gap:2rem}.hero__content,.hero__visual,.hero__actions{grid-column:auto;grid-row:auto}.hero__visual{align-self:stretch}.pillars{grid-template-columns:repeat(3,1fr)}.values-row{grid-template-columns:1fr}.talleres__stats{grid-template-columns:repeat(2,1fr)}.taller-card,.taller-card--featured{grid-column:span 6}.talleres__grid{grid-template-columns:repeat(6,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.modalidades{grid-template-columns:repeat(3,1fr)}.team__grid{grid-template-columns:repeat(2,1fr)}.horarios__wrap{grid-template-columns:1fr}.horarios__actions .btn{width:100%}.productos__grid,.productos__grid--2{grid-template-columns:1fr}.productos__gallery{grid-template-columns:repeat(2,1fr)}.product-card--featured{grid-template-columns:1fr}.product-card--wide{grid-column:auto}.product-card__media--duo{grid-template-columns:1fr}.uniformes__grid{grid-template-columns:1fr}.uniformes__media{grid-template-columns:1fr}.areas__layout{grid-template-columns:1fr}.areas__nav{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:0.5rem}.area-tab:hover,.area-tab.active{transform:none}.areas__stats{grid-template-columns:repeat(2,1fr)}.timeline{flex-wrap:wrap;gap:0.35rem;padding:0.85rem 0.75rem}.timeline__step{min-width:96px;max-width:124px}}@media (max-width:768px){#nosotros .section__header{margin-bottom:1.25rem}#nosotros .section__title{font-size:1.45rem}#nosotros .section__subtitle{font-size:0.85rem;line-height:1.5}#nosotros .section__subtitle em{font-size:1rem}.pillars{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:0.55rem;margin-inline:-0.25rem;padding:0.25rem 0.25rem 0.65rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pillars::-webkit-scrollbar{display:none}.pillar{flex:0 0 118px;width:118px;padding:0.7rem 0.45rem 0.6rem;scroll-snap-align:start;border-radius:var(--radius-md)}.pillar:hover{transform:none;box-shadow:var(--shadow-sm)}.pillar__num{top:0.35rem;right:0.35rem;font-size:0.48rem}.pillar__icon-wrap{width:32px;height:32px;margin-bottom:0.45rem}.pillar__icon-wrap svg{width:16px;height:16px}.pillar__title{font-size:0.6rem;margin-bottom:0.25rem;line-height:1.2;letter-spacing:0.02em}.pillar__text{font-size:0.56rem;line-height:1.35}.values-row{margin-top:1.5rem;gap:0.65rem}.value-card{padding:0.75rem 1rem}.value-card strong{font-size:0.82rem}.value-card span{font-size:0.72rem}.talleres__stats{grid-template-columns:1fr 1fr}.taller-card,.taller-card--featured{grid-column:span 12}.talleres__visual{grid-template-columns:1fr}.talleres__banner{flex-direction:column;text-align:center}.steps{grid-template-columns:1fr}.modalidades{grid-template-columns:repeat(2,1fr)}.team__grid{grid-template-columns:1fr}.contact__grid{grid-template-columns:1fr}.uniformes__benefits{grid-template-columns:1fr}.areas__nav{display:flex;flex-direction:column;width:100%}.area-tab{width:100%;max-width:none}.area-panel__head{flex-direction:column;padding:1.5rem 1.25rem 1rem}.area-panel__features,.area-panel__subjects{padding-left:1.25rem;padding-right:1.25rem}.areas__stats{grid-template-columns:1fr 1fr}.timeline{flex-direction:column;align-items:center;gap:0.55rem;padding:1.25rem 0.85rem}.timeline__track{top:8%;bottom:21%;left:50%;right:auto;width:3px;height:auto;transform:translateX(-50%) scaleY(0);transform-origin:top center}.timeline.visible .timeline__track{transform:translateX(-50%) scaleY(1)}.timeline__step{max-width:100%;width:min(100%,280px);z-index:2}.timeline__step::before{background:#fff}}@media (max-width:480px){.pillars{gap:0.45rem}.pillar{flex:0 0 104px;width:104px;padding:0.55rem 0.35rem 0.5rem}.pillar__icon-wrap{width:28px;height:28px;margin-bottom:0.35rem}.pillar__icon-wrap svg{width:14px;height:14px}.pillar__title{font-size:0.55rem}.pillar__text{font-size:0.52rem;line-height:1.3}.modalidades{grid-template-columns:1fr}}.faq{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0.75rem}.faq__item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0}.faq__question{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-text);padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq__question::-webkit-details-marker{display:none}.faq__question::after{content:"+";font-size:1.25rem;color:var(--color-primary);flex-shrink:0}.faq__item[open] .faq__question::after{content:"−"}.faq__answer{padding:0 1.25rem 1rem;font-size:0.95rem;line-height:1.65;color:var(--color-text-muted)}.section--compact{padding-block:2rem}.privacy{max-width:720px;margin:0 auto;font-size:0.95rem;line-height:1.7;color:var(--color-text-muted)}.privacy p+p{margin-top:1rem}.privacy a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.privacy__updated{margin-top:1.25rem;font-size:0.85rem;color:var(--color-text)}