*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#061f3d;background:#fff}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.banner{line-height:0;background:#06254a}.banner img{width:100%;height:auto;display:block}.hero{background:linear-gradient(135deg,#051d38,#073d73);color:#fff;padding:54px 0}.hero-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:35px;align-items:center}.eyebrow,.heading span{font-size:12px;font-weight:900;letter-spacing:2px;color:#ffcc00}.hero h1{font-size:clamp(38px,6vw,76px);line-height:.95;margin:14px 0 6px}.slogan{font-size:clamp(20px,3vw,34px);font-weight:900;color:#15b9ff;margin:0 0 18px}.hero p{line-height:1.65;max-width:760px}.hero aside{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:22px;padding:28px}.hero aside strong,.hero aside span,.hero aside small{display:block}.hero aside span{font-size:26px;font-weight:900;color:#ffcc00;margin:10px 0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:999px;font-weight:900;text-decoration:none;border:0;cursor:pointer}.primary{background:#ffcc00;color:#071f3c}.outline{border:2px solid #fff;color:#fff}.small{font-size:13px}.btn:disabled{opacity:.65}nav{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 5px 20px #001b3920}.navin{height:64px;display:flex;align-items:center;justify-content:space-between}.navin a{text-decoration:none;color:#06254a;font-weight:800}.navlinks a{margin-left:18px}.brand{margin-left:0!important}.nav-home{margin-left:18px;padding:9px 14px;border-radius:999px;background:#06254a;color:#fff!important;font-size:12px;letter-spacing:.35px;white-space:nowrap;box-shadow:0 5px 16px #001b3926;transition:transform .2s ease,background .2s ease}.nav-home:hover,.nav-home:focus-visible{background:#0870b8;transform:translateY(-1px)}.nav-home:focus-visible{outline:3px solid #ffcc00;outline-offset:2px}.section{padding:70px 0}.soft{background:#f4f7fa}.dark{background:#06254a}.heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px}.heading h2{font-size:clamp(28px,4vw,46px);margin:8px 0;color:#06254a}.heading.center{text-align:center;justify-content:center}.heading.light h2{color:#fff}.heading input{width:min(360px,100%);padding:15px;border-radius:14px;border:0;font-size:16px}.status{background:#e9f5ff;color:#0066a6;padding:10px 14px;border-radius:999px;font-weight:800}.destinations{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.destination{border-radius:24px;padding:34px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.destination h3{font-size:42px;margin:8px 0}.destination p{line-height:1.55}.destination a{background:#fff;color:#06254a;padding:13px 19px;border-radius:999px;text-decoration:none;font-weight:900;white-space:nowrap}.mendoza{background:linear-gradient(135deg,#0089bb,#04b77b)}.rioja{background:linear-gradient(135deg,#a86a00,#efad00)}.misiones{background:linear-gradient(135deg,#075f35,#18a856)}.tucuman{background:linear-gradient(135deg,#6d176f,#c63877)}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.filters button{border:0;border-radius:999px;padding:11px 18px;font-weight:800;background:#fff;box-shadow:0 4px 15px #001b3915;cursor:pointer}.filters button.active{background:#06254a;color:#fff}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #00152d24;display:flex;flex-direction:column}.photo{display:block;position:relative;height:220px;background:#ddd;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;transition:.35s}.photo:hover img{transform:scale(1.05)}.photo span{position:absolute;top:14px;left:14px;background:#ffcc00;color:#06254a;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px}.content{padding:22px;display:flex;flex-direction:column;flex:1}.meta{display:flex;gap:12px;align-items:center;font-size:12px;color:#0870b8}.meta em{font-style:normal;font-weight:800}.content h3{font-size:22px;line-height:1.18;margin:13px 0;color:#061f3d}.content p{line-height:1.55;color:#52677e;flex:1}.read{color:#0077be;font-weight:900;text-decoration:none}.note{text-align:center;color:#63768a;margin-top:24px}.sources{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.sources>*{background:#fff;padding:25px;border-radius:18px;text-decoration:none;color:#06254a;box-shadow:0 8px 25px #001b3912}.sources strong,.sources span{display:block}.sources span{color:#6c7f91;margin-top:7px}footer{background:#031529;color:#fff;padding:35px 0}footer .wrap{display:flex;justify-content:space-between;gap:20px}footer span{color:#9cb0c2}.empty{grid-column:1/-1;color:#fff;text-align:center;padding:30px}
@media(max-width:900px){.hero-grid,.destinations{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.destination{align-items:flex-start}.heading{align-items:flex-start;flex-direction:column}.heading input{width:100%}.sources{grid-template-columns:1fr}.navlinks{display:none}.navin{gap:12px}.brand{font-size:14px}.nav-home{margin-left:auto;padding:8px 11px;font-size:10px}}
@media(max-width:600px){.wrap{width:min(100% - 22px,1180px)}.hero{padding:38px 0}.hero aside{padding:22px}.section{padding:48px 0}.cards{grid-template-columns:1fr}.photo{height:210px}.destination{padding:25px;flex-direction:column}.destination h3{font-size:34px}.destination a{width:100%;text-align:center}.heading h2{font-size:31px}footer .wrap{flex-direction:column}.banner img{min-height:130px;object-fit:cover}}

@media(max-width:520px){.navin{height:58px}.brand{max-width:44%;font-size:12px;line-height:1.1}.nav-home{padding:7px 9px;font-size:9px;letter-spacing:.15px;max-width:48%;overflow:hidden;text-overflow:ellipsis}}
@media(max-width:360px){.nav-home{font-size:0;width:34px;height:34px;padding:0;display:grid;place-items:center}.nav-home::before{content:"⌂";font-size:17px;line-height:1}.brand{max-width:68%}}

.entrerios{background:linear-gradient(135deg,#0c6658,#159b78)}
.province-menu{max-width:760px;margin:0 auto 22px;padding:18px 20px;background:#fff;border-radius:18px;box-shadow:0 8px 28px #001b3914;display:grid;grid-template-columns:auto minmax(220px,1fr);align-items:center;gap:8px 16px}
.province-menu label{font-size:12px;font-weight:900;letter-spacing:1.4px;color:#0870b8}
.province-menu select{grid-row:1/3;grid-column:2;padding:14px 42px 14px 16px;border:2px solid #dce8f1;border-radius:13px;background:#fff;color:#06254a;font-size:17px;font-weight:900;cursor:pointer}
.province-menu span{font-size:13px;color:#6b7f92}
@media(max-width:600px){.province-menu{grid-template-columns:1fr;padding:15px}.province-menu select{grid-row:auto;grid-column:auto;width:100%}.province-menu span{font-size:12px}.filters{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:7px;scrollbar-width:thin}.filters button{white-space:nowrap;flex:0 0 auto}.destinations{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.destination{min-width:88%;scroll-snap-align:center}}

/* Ajuste editorial: portada limpia sin mensajes internos */
.hero-grid-single{grid-template-columns:1fr;max-width:980px}
.hero-grid-single>div{max-width:860px}
.destination h3{margin-top:0}
