*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#000;background:#fff}img{max-width:100%;height:auto;display:block}main{width:min(1100px,92vw);margin:2rem auto 4rem}section{margin:2rem auto}h1{margin:.5rem 0 1rem;font-size:clamp(1.8rem,3vw,2.2rem)}h2{margin:0 0 .75rem;font-size:clamp(1.2rem,2vw,1.4rem)}p{line-height:1.6}nav{position:sticky;top:0;background:#f8fafc;border-bottom:1px solid #e5e7eb}nav ul{list-style:none;margin:0;padding:.75rem min(5vw,24px);display:flex;gap:.5rem;flex-wrap:wrap}nav a{text-decoration:none;color:#1f2937;padding:.5rem .8rem;border-radius:.6rem}nav a:hover{background:#e5e7eb}nav a.active,[aria-current=page]{background:#2563eb;color:#fff}.portada img{border-radius:12px;box-shadow:0 6px 20px #00000014;margin:.5rem 0 1rem;width:100%;max-width:600px;height:320px;object-fit:cover}main h2+ul{padding-left:0}main h2+ul>li{list-style:none;display:flex;gap:1rem;align-items:flex-start;border:1px solid #e5e7eb;border-radius:12px;padding:.8rem;background:#fbfdff}li>img{width:120px;height:120px;object-fit:cover;border-radius:10px;box-shadow:0 4px 16px #0000000f}li>div{display:flex;flex-direction:column;gap:.25rem}@media (min-width: 720px){main>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}label{display:inline-block;margin:.35rem 0;font-weight:600}input,select,textarea{width:100%;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:.6rem;background:#fff;color:#1f2937;outline:none}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}textarea{resize:vertical}button,[type=submit]{appearance:none;border:0;background:#2563eb;color:#fff;font-weight:600;padding:.65rem 1rem;border-radius:.6rem;cursor:pointer}button:hover,[type=submit]:hover{background:#1d4ed8}button:disabled{opacity:.6;cursor:not-allowed}.alert{padding:.8rem 1rem;border-radius:.6rem;border:1px solid #e5e7eb;margin:1rem 0}.alert-success{background:#ecfdf5;border-color:#a7f3d0}.alert-danger{background:#fef2f2;border-color:#fecaca}.alert-warning{background:#fff7ed;border-color:#fed7aa}.legal-mini{background:#fbfdff;border:1px solid #e5e7eb;border-radius:12px;padding:.8rem 1rem;margin-top:2rem;font-size:.85rem;line-height:1.5}.legal-mini strong{font-weight:600}
