:root{--blue:#17458f;--gold:#f7a81b;--dark:#101828;--muted:#64748b;--cream:#fff7e8;--line:#e5e7eb;--shadow:0 18px 55px rgba(15,23,42,.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--dark);line-height:1.65;background:#fff}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1180px,92%);margin:auto}.top{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 30px rgba(0,0,0,.06);z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand img{height:68px;width:auto;object-fit:contain}nav{display:flex;align-items:center;gap:16px;font-weight:800}nav a{text-decoration:none;color:var(--blue);font-size:.95rem}#lang,.hamb{border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:900;padding:9px 12px}.hamb{display:none}.hero{min-height:88vh;background:linear-gradient(90deg,rgba(5,20,50,.88),rgba(23,69,143,.55)),url('https://rotaryc.org/images/slider_img.png') center/cover no-repeat;display:grid;place-items:center;color:#fff;position:relative}.hero-in{position:relative;padding:130px 0 90px}.logos{display:flex;align-items:center;gap:18px;margin-bottom:28px}.logos img{height:92px;max-width:270px;object-fit:contain;background:#fff;border-radius:18px;padding:10px;box-shadow:var(--shadow)}.ey{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:950}.hero h1{font-size:clamp(2.5rem,7vw,6.5rem);line-height:.95;margin:12px 0;max-width:920px}.lead{font-size:clamp(1.1rem,2vw,1.45rem);max-width:760px}.en{display:none}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;background:#fff;color:var(--blue);font-weight:900;text-decoration:none;border:2px solid #fff;cursor:pointer}.btn.gold{background:var(--gold);border-color:var(--gold);color:#18233d}.section{padding:86px 0}.cream{background:var(--cream)}.blue{background:linear-gradient(135deg,#0d3477,#17458f);color:#fff}.two{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.center{text-align:center;max-width:900px}.center h2{margin-left:auto;margin-right:auto}h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;margin:0 0 18px;color:var(--blue)}.blue h2{color:#fff}h3{color:var(--blue);font-size:1.35rem;margin:20px 0 8px}.blue h3{color:#fff}.card,.photo-card{border-radius:28px;box-shadow:var(--shadow);overflow:hidden;width:100%;height:auto}.video{margin-top:34px}.video iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:28px;box-shadow:var(--shadow)}.quad{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;margin-top:34px;box-shadow:var(--shadow)}.cards,.cards3,.cards4,.cards5{display:grid;gap:22px;margin-top:34px}.cards{grid-template-columns:repeat(3,1fr)}.cards3{grid-template-columns:repeat(3,1fr)}.cards4{grid-template-columns:repeat(4,1fr)}.cards5{grid-template-columns:repeat(5,1fr)}article{background:#fff;color:var(--dark);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}article img{width:100%;height:190px;object-fit:cover}article div,article p,article h3{padding-left:18px;padding-right:18px}article h3{min-height:54px}.blue article .btn{margin:0 18px 18px}.polio img{max-width:360px;margin:0 auto;border-radius:18px}.feature{display:block;position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);text-decoration:none}.feature img{height:430px;width:100%;object-fit:cover}.feature span{position:absolute;left:20px;bottom:20px;background:var(--gold);padding:12px 18px;border-radius:999px;font-weight:950;color:#18233d}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:22px;box-shadow:0 10px 30px rgba(0,0,0,.12);cursor:pointer;transition:.25s}.gallery img:hover{transform:scale(1.03)}.contact{background:linear-gradient(180deg,#fff,#eef4ff)}form{background:#fff;padding:28px;border-radius:28px;box-shadow:var(--shadow)}input,textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;font:inherit}textarea{min-height:130px}.fb iframe{width:100%;max-width:520px;height:600px;border:0;border-radius:22px;box-shadow:var(--shadow);display:block;margin:35px auto 0}.wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;background:#25d366;border-radius:50%;display:grid;place-items:center;box-shadow:0 12px 35px rgba(0,0,0,.25);z-index:30}.wa img{width:30px}footer{background:#071a3f;color:#fff;text-align:center;padding:36px 0}footer img{height:78px;margin:0 auto 16px;background:#fff;border-radius:14px;padding:8px}footer a{color:var(--gold);font-weight:900}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:50;padding:25px}.lightbox.show{display:flex}.lightbox img{max-height:86vh;border-radius:20px}.lightbox button{position:absolute;top:20px;right:20px;border:0;background:#fff;color:#111;font-size:30px;border-radius:50%;width:52px;height:52px}@media(max-width:960px){.hamb{display:block}nav{position:absolute;left:0;right:0;top:100%;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:18px 6%;box-shadow:var(--shadow)}nav.open{display:flex}.brand img{height:55px}.two,.cards,.cards3,.cards4,.cards5,.gallery{grid-template-columns:1fr}.hero{min-height:78vh}.logos img{height:64px;max-width:190px}.section{padding:62px 0}.gallery img{height:230px}.rev img{order:2}.rev div{order:1}}
body.english .es{display:none}body.english .en{display:block}
