.iw-projects-page{--iw-blue:#0088cc;--iw-dark:#0e2129;--iw-ink:#173247;--iw-muted:#637b89;--iw-line:#d4e6ee;color:var(--iw-ink);font-family:"Open Sans",Arial,sans-serif;background:#fff}.iw-projects-header{position:relative;min-height:225px;overflow:hidden;color:#fff;background:linear-gradient(112deg,#075f8d 0%,#0088cc 68%,#3daedf 100%)}.iw-projects-header:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(30deg,rgba(255,255,255,.35) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.35) 87.5%),linear-gradient(150deg,rgba(255,255,255,.35) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.35) 87.5%);background-size:52px 90px}.iw-projects-header__shape{position:absolute;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.055)}.iw-projects-header__shape--one{right:8%;top:-80px;width:220px;height:220px;border-radius:50%}.iw-projects-header__shape--two{right:27%;bottom:-85px;width:190px;height:190px;border-radius:42px;transform:rotate(28deg)}.iw-projects-header--listing .iw-projects-header__shape--one{border-radius:55px;transform:rotate(-18deg)}.iw-projects-header--timeline .iw-projects-header__shape--two{border-radius:50%}.iw-projects-header__inner{position:relative;z-index:1;display:flex;min-height:225px;flex-direction:column;justify-content:center;padding-top:25px;padding-bottom:32px}.iw-projects-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 28px;padding:0;list-style:none;color:#cceefe;font-size:14px}.iw-projects-breadcrumb a,.iw-projects-breadcrumb li{color:rgba(255,255,255,.9)}.iw-projects-breadcrumb a:hover{color:#fff}.iw-projects-header__kicker,.iw-projects-eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 9px;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.iw-projects-header__kicker{color:#d8f3ff}.iw-projects-header__kicker:before,.iw-projects-eyebrow:before{content:"";width:27px;height:2px;background:#83d5f4}.iw-projects-header h1{max-width:850px;margin:0;color:#fff;font-size:44px;font-weight:800;line-height:1.08}.iw-project-categories,.iw-project-listing{padding:76px 0 88px;background:#f6fafc}.iw-projects-intro{margin-bottom:42px}.iw-projects-intro--split{display:flex;align-items:flex-end;justify-content:space-between;gap:45px}.iw-projects-intro--split>div:first-child{max-width:760px}.iw-projects-eyebrow{color:var(--iw-blue)}.iw-projects-intro h2{margin:13px 0 12px;color:#102f43;font-size:38px;font-weight:750;line-height:1.18}.iw-projects-intro>div>p:last-child{margin:0;color:var(--iw-muted);font-size:17px;line-height:1.7}.iw-projects-outline-button{display:inline-flex;min-height:46px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:1px solid rgba(0,136,204,.38);border-radius:10px;color:#007bb7;background:#fff;font-size:13px;font-weight:750;text-decoration:none!important;transition:.2s}.iw-projects-outline-button:hover{border-color:#0088cc;color:#006da3;background:#eaf7fc}.iw-project-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.iw-project-category-card>a{display:block;overflow:hidden;border:1px solid var(--iw-line);border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(10,60,84,.07);text-decoration:none!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.iw-project-category-card>a:hover{transform:translateY(-5px);border-color:rgba(0,136,204,.46);box-shadow:0 20px 40px rgba(10,60,84,.13)}.iw-project-category-card__image{position:relative;display:flex;height:190px;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#eaf5fa,#fff)}.iw-project-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.iw-project-category-card>a:hover .iw-project-category-card__image img{transform:scale(1.035)}.iw-project-category-card__count{position:absolute;left:13px;bottom:13px;padding:7px 10px;border-radius:8px;color:#fff;background:rgba(6,42,59,.82);font-size:11px;font-weight:650;backdrop-filter:blur(5px)}.iw-project-category-card__count strong{font-size:14px}.iw-project-category-card__body{display:flex;min-height:94px;flex-direction:column;justify-content:center;padding:19px}.iw-project-category-card__body>strong{color:#173247;font-size:17px;font-weight:750;line-height:1.35}.iw-project-category-card__body>span{margin-top:8px;color:#0088cc;font-size:11px;font-weight:750}.iw-project-category-card__body i{margin-left:5px}.iw-projects-intro__aside{display:flex;align-items:center;gap:14px}.iw-projects-count{display:flex;min-width:142px;align-items:center;gap:10px;padding:13px 15px;border:1px solid #cae3ee;border-radius:11px;background:#fff}.iw-projects-count strong{color:#0088cc;font-size:27px;line-height:1}.iw-projects-count span{max-width:72px;color:#506a78;font-size:11px;font-weight:750;line-height:1.25;text-transform:uppercase}.iw-project-list{display:grid;gap:28px}.iw-project-card{display:grid;grid-template-columns:minmax(360px,.86fr) minmax(0,1.14fr);min-width:0;overflow:hidden;border:1px solid var(--iw-line);border-radius:19px;background:#fff;box-shadow:0 17px 42px rgba(9,59,82,.08)}.iw-project-card.is-pending{display:none}.iw-project-card.is-revealed{animation:iwProjectReveal .4s ease both}.iw-project-card__media{position:relative;min-height:440px;overflow:hidden;background:#e9f3f7}.iw-project-card__media>a{display:block;width:100%;height:100%}.iw-project-card__media img{display:block;width:100%;height:100%;min-height:440px;object-fit:cover;object-position:top center;transition:transform .35s ease}.iw-project-card__media:hover img{transform:scale(1.025)}.iw-project-card__media-action{position:absolute;right:18px;bottom:18px;display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:11px;color:#fff;background:rgba(0,136,204,.92);box-shadow:0 8px 20px rgba(1,54,78,.24)}.iw-project-card__content{display:flex;min-width:0;flex-direction:column;padding:34px}.iw-project-card__heading>span{display:inline-flex;align-items:center;gap:7px;color:#0088cc;font-size:12px;font-weight:750;text-transform:uppercase}.iw-project-card__heading h2{margin:10px 0 5px;color:#102f43;font-size:28px;font-weight:800;line-height:1.2}.iw-project-card__subtitle{margin:0;color:#5e7786;font-size:16px;font-weight:600}.iw-project-card__facts{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 0;padding:0;list-style:none}.iw-project-card__facts li{display:inline-flex;align-items:flex-start;gap:7px;padding:7px 10px;border-radius:8px;color:#496473;background:#edf6fa;font-size:12px;line-height:1.4}.iw-project-card__facts i{margin-top:2px;color:#0088cc}.iw-project-card__description{margin-top:20px;color:#617987;font-size:14px;line-height:1.7}.iw-project-card__technologies{margin-top:22px;padding-top:19px;border-top:1px solid #e3edf2}.iw-project-card__technologies>strong{display:block;margin-bottom:10px;color:#29495b;font-size:12px;text-transform:uppercase}.iw-project-card__technologies>div{display:flex;flex-wrap:wrap;gap:7px}.iw-project-card__technologies span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #d6e7ef;border-radius:7px;color:#526d7c;background:#fff;font-size:11px}.iw-project-card__technologies i{color:#43b047}.iw-project-card__footer{display:flex;min-height:54px;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:auto;padding-top:24px}.iw-project-card__brand{display:flex;max-width:190px;min-height:38px;align-items:center}.iw-project-card__brand img{display:block;max-width:100%;max-height:44px;width:auto;height:auto;object-fit:contain}.iw-project-card__visit{display:inline-flex;min-height:43px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:9px;color:#fff!important;background:#0088cc;font-size:13px;font-weight:750;text-decoration:none!important}.iw-project-card__visit:hover{background:#006da3}.iw-projects-more{display:flex;justify-content:center;margin-top:42px}.iw-projects-more__button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:0 23px;border:0;border-radius:10px;color:#fff;background:#0088cc;box-shadow:0 12px 25px rgba(0,108,163,.2);font-size:14px;font-weight:800;transition:.2s}.iw-projects-more__button:hover,.iw-projects-more__button:focus{background:#006da3;transform:translateY(-2px);outline:0}.iw-projects-more__button[hidden]{display:none!important}@keyframes iwProjectReveal{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1199px){.iw-project-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.iw-project-card{grid-template-columns:minmax(310px,.8fr) minmax(0,1.2fr)}}@media(max-width:991px){.iw-projects-intro--split{align-items:flex-start;flex-direction:column}.iw-project-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.iw-project-card{grid-template-columns:1fr}.iw-project-card__media,.iw-project-card__media img{min-height:0;height:auto;max-height:520px}.iw-project-card__media img{aspect-ratio:16/9}.iw-projects-intro__aside{width:100%;justify-content:space-between}}@media(max-width:767px){.iw-projects-header,.iw-projects-header__inner{min-height:205px}.iw-projects-header__inner{padding:24px 18px 29px}.iw-projects-breadcrumb{flex-wrap:wrap;margin-bottom:24px;font-size:13px}.iw-projects-header h1{font-size:35px}.iw-project-categories,.iw-project-listing{padding:54px 0 62px}.iw-projects-intro{margin-bottom:30px}.iw-projects-intro h2{font-size:31px}.iw-projects-intro>div>p:last-child{font-size:15px}.iw-project-category-grid{grid-template-columns:1fr}.iw-project-category-card__image{height:210px}.iw-projects-intro__aside{align-items:stretch;flex-direction:column}.iw-projects-count{width:max-content}.iw-projects-outline-button{width:100%}.iw-project-card{border-radius:15px}.iw-project-card__content{padding:25px 20px}.iw-project-card__heading h2{font-size:24px}.iw-project-card__facts{align-items:stretch;flex-direction:column}.iw-project-card__footer{align-items:flex-start;flex-direction:column}.iw-project-card__visit{width:100%}}@media(max-width:380px){.iw-project-category-card__image{height:180px}.iw-project-card__content{padding:22px 16px}}

/* Cabecera institucional compacta, sin ruta superior. */
.iw-projects-header,
.iw-projects-header__inner{min-height:190px}
.iw-projects-header__inner{padding-top:32px;padding-bottom:32px}
@media(max-width:767px){.iw-projects-header,.iw-projects-header__inner{min-height:170px}.iw-projects-header__inner{padding:28px 18px}}
