:root {
  --azul:#0072bc; --azul2:#0d8fd3; --azul-osc:#082946; --verde:#72c943;
  --naranja:#f59b12; --texto:#16243b; --muted:#60748c; --borde:#dbe7f1;
  --fondo:#f5f9fc; --sombra:0 16px 38px rgba(8,41,70,.11);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#fff}
body{min-height:100vh;font-family:"Roboto",Arial,sans-serif;color:var(--texto);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}img{display:block;max-width:100%}
.top-strip{background:linear-gradient(90deg,#128fd0,#68bf42);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}.top-strip-inner{height:23px;display:flex;align-items:center;justify-content:space-between;gap:24px;white-space:nowrap;overflow:hidden}
.topbar{background:#062743;color:#fff;font-size:13px;font-weight:700}.topbar-inner{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar-inner>div{display:flex;gap:18px;flex-wrap:wrap}.topbar span,.topbar a{display:inline-flex;align-items:center;gap:7px}
.public-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--borde);box-shadow:0 7px 24px rgba(8,41,70,.08)}.public-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.public-brand{display:flex;align-items:center;gap:11px}.public-brand img{width:74px}.public-brand strong,.public-brand small{display:block}.public-brand strong{color:#173a5f;font-size:16px;font-weight:900}.public-brand small{color:#55728d;font-size:10.5px;font-weight:900;text-transform:uppercase}.public-menu{display:flex;align-items:center;gap:24px;margin-left:auto}.public-menu a{padding:31px 0 27px;color:#263e5b;font-size:15px;font-weight:850;position:relative}.public-menu a:hover,.public-menu a.active{color:var(--azul)}.public-menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--azul),var(--verde),var(--naranja))}.public-hamb{display:none;width:46px;height:46px;border:0;border-radius:12px;background:var(--azul);color:#fff;font-size:25px}
.info-hero{position:relative;overflow:hidden;padding:47px 0 44px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.2) 0 125px,transparent 127px),linear-gradient(135deg,#074b78 0%,#0072bc 56%,#72c943 100%);color:#fff}.info-hero .container{position:relative;z-index:2}.info-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.17);font-size:12px;font-weight:900;text-transform:uppercase}.info-hero h1{max-width:900px;font-size:clamp(36px,5vw,57px);line-height:1.02;font-weight:900;letter-spacing:-1.2px}.info-hero p{max-width:780px;margin-top:13px;color:#f1f8ff;font-size:17px;line-height:1.55;font-weight:600}
.info-main{padding:38px 0 72px;background:linear-gradient(180deg,#f7fbff 0,#fff 260px)}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:#6d8094;font-size:13px;font-weight:800}.breadcrumb a{color:var(--azul)}.info-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.info-content{display:grid;gap:18px}.info-card{padding:25px;border:1px solid var(--borde);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(8,41,70,.07)}.info-card h2{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--azul-osc);font-size:24px;line-height:1.15;font-weight:900}.info-card h2 i{color:var(--azul)}.info-card p{color:#405873;font-size:16px;line-height:1.65}.info-list{display:grid;gap:11px;list-style:none}.info-list li{position:relative;padding-left:29px;color:#405873;font-size:16px;line-height:1.55}.info-list li:before{content:"\F26A";font-family:"bootstrap-icons";position:absolute;left:0;top:1px;color:var(--verde);font-size:18px}.info-note{padding:17px 18px;border:1px solid #ffe0a8;border-left:6px solid var(--naranja);border-radius:16px;background:#fff8eb;color:#744a07;font-size:14.5px;line-height:1.5;font-weight:750}.info-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:18px}.info-button{min-height:47px;padding:0 18px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--azul),var(--azul2));color:#fff;font-size:14px;font-weight:900;box-shadow:0 10px 20px rgba(0,114,188,.18)}.info-button.orange{background:var(--naranja)}.info-button.green{background:#25d366}.info-button.light{background:#eef8ff;color:var(--azul);border:1px solid #cfe6f5;box-shadow:none}
.info-sidebar{position:sticky;top:105px;display:grid;gap:14px}.side-card{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--borde);box-shadow:0 10px 26px rgba(8,41,70,.07)}.side-card h3{margin-bottom:11px;color:var(--azul-osc);font-size:18px;font-weight:900}.side-card p,.side-card a{color:#516a83;font-size:14px;line-height:1.5}.side-card a{display:flex;align-items:center;gap:8px;margin-top:9px;color:var(--azul);font-weight:850}
.office-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.office-card{padding:21px;border:1px solid var(--borde);border-radius:20px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 10px 25px rgba(8,41,70,.07)}.office-card.green{background:linear-gradient(180deg,#fff,#f5fbf1)}.office-label{display:inline-flex;padding:6px 10px;border-radius:99px;background:#eaf7ff;color:var(--azul);font-size:11px;font-weight:900;text-transform:uppercase}.office-card h3{margin:13px 0;color:var(--azul-osc);font-size:20px;line-height:1.2}.office-card p{display:flex;gap:8px;margin:8px 0;color:#49617b;font-size:14.5px;line-height:1.45}.office-card p i{color:var(--azul);flex:0 0 auto}
.public-footer{background:#062743;color:#fff}.public-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr 1.1fr;gap:34px;padding:42px 0 32px}.public-footer-brand{display:flex;gap:13px;align-items:flex-start}.public-footer-brand img{width:74px}.public-footer strong{font-size:18px}.public-footer p{margin-top:8px;color:#c9d9e8;font-size:13px;line-height:1.5}.public-footer h3{margin-bottom:12px;color:#fff;font-size:15px}.public-footer nav,.public-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.public-footer nav a,.public-footer-grid>div>a{margin:5px 0;color:#d4e0ea;font-size:13.5px}.public-footer-bottom{border-top:1px solid rgba(255,255,255,.13);background:#041e33}.public-footer-bottom .container{min-height:48px;display:flex;align-items:center;justify-content:space-between;color:#aebfd0;font-size:12px}.public-whatsapp{position:fixed;right:19px;bottom:20px;z-index:1300;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:27px;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.news-article{width:min(900px,100%);margin:auto}.news-article-head{margin-bottom:23px}.news-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:15px}.news-meta span{padding:7px 11px;border-radius:99px;background:var(--naranja);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}.news-meta time{color:#71849a;font-size:13px;font-weight:800}.news-title{color:var(--azul-osc);font-size:clamp(34px,5vw,53px);line-height:1.04;font-weight:900;letter-spacing:-1px}.news-lead{margin-top:15px;color:#536b84;font-size:18px;line-height:1.55;font-weight:600}.news-main-image{width:100%;max-height:520px;object-fit:cover;border-radius:25px;border:1px solid var(--borde);box-shadow:var(--sombra);margin-bottom:26px}.news-body{padding:29px;border:1px solid var(--borde);border-radius:23px;background:#fff;box-shadow:0 10px 28px rgba(8,41,70,.07);color:#354d68;font-size:17px;line-height:1.75}.news-body p{margin:0 0 18px}.news-body h2,.news-body h3{margin:25px 0 11px;color:var(--azul-osc);line-height:1.2}.news-body ul,.news-body ol{margin:12px 0 20px 25px}.news-body img{max-width:100%;height:auto;border-radius:16px}.news-back{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:var(--azul);font-size:14px;font-weight:900}
.vet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vet-item{display:grid;grid-template-columns:120px minmax(0,1fr);min-height:112px;border:1px solid var(--borde);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 9px 22px rgba(8,41,70,.07)}.vet-date{padding:15px 12px;display:flex;flex-direction:column;justify-content:center;background:#eef8ff;border-right:1px solid #d8eaf6}.vet-date strong{color:var(--azul);font-size:14px;line-height:1.25}.vet-date small{margin-top:7px;color:#4a8f2e;font-size:10px;font-weight:900;text-transform:uppercase}.vet-data{padding:15px;display:flex;flex-direction:column;justify-content:center}.vet-data h3{margin:0 0 7px;color:var(--azul-osc);font-size:18px}.vet-data p{margin:3px 0;color:#4a627c;font-size:14px;line-height:1.4}.vet-data i{color:var(--azul);margin-right:5px}
@media(max-width:900px){.info-layout{grid-template-columns:1fr}.info-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.public-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vet-grid{grid-template-columns:1fr}}
@media(max-width:780px){.topbar{display:none}.public-nav{min-height:76px;height:76px}.public-brand img{width:67px}.public-brand strong{font-size:15px}.public-menu{display:none;position:absolute;left:0;right:0;top:76px;padding:11px 4%;background:#fff;border-top:1px solid var(--borde);box-shadow:0 18px 28px rgba(8,41,70,.13);flex-direction:column;align-items:stretch;gap:0}.public-menu.show{display:flex}.public-menu a{padding:15px 8px;border-bottom:1px solid #edf2f6}.public-menu a.active:after{display:none}.public-hamb{display:grid;place-items:center}.info-hero{padding:35px 0}.info-hero h1{font-size:37px}.info-hero p{font-size:15.5px}.info-main{padding:27px 0 58px}.info-card{padding:20px}.info-card h2{font-size:22px}.info-card p,.info-list li{font-size:15px}.info-sidebar{grid-template-columns:1fr}.office-grid{grid-template-columns:1fr}.public-footer-grid{grid-template-columns:1fr;padding:34px 0 27px}.public-footer-bottom .container{padding:12px 0;flex-direction:column;justify-content:center;gap:4px}.news-title{font-size:36px}.news-lead{font-size:16px}.news-main-image{border-radius:20px}.news-body{padding:21px;font-size:16px}.vet-item{grid-template-columns:98px minmax(0,1fr)}.vet-date{padding:12px 9px}.vet-data{padding:13px}.vet-data h3{font-size:16px}}


/* =========================================================
   NOTICIA INDIVIDUAL - AJUSTE MANUAL DE MARCA MAIPÚ CRECE
   Roboto Slab para títulos / Roboto Condensed para lectura
   ========================================================= */
.news-article,
.news-article p,
.news-article a,
.news-article li,
.news-article time,
.news-article span {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.news-title,
.news-body h2,
.news-body h3,
.news-body h4 {
  font-family: "Roboto Slab", Georgia, serif;
}

.news-title {
  max-width: 860px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.09;
  letter-spacing: -.55px;
  font-weight: 800;
}

.news-lead {
  max-width: 830px;
  margin-top: 13px;
  font-size: 16.5px;
  line-height: 1.55;
}

.news-main-image {
  max-height: 500px;
  border-radius: 21px;
}

.news-body {
  padding: 26px;
  font-size: 16px;
  line-height: 1.72;
  border-radius: 20px;
}

.news-body h2 {
  font-size: 25px;
}

.news-body h3 {
  font-size: 21px;
}

.news-meta span {
  background: #dc911e;
}

.news-back {
  color: #0090d4;
}

@media (max-width: 780px) {
  .news-title {
    font-size: 31px;
    line-height: 1.12;
  }

  .news-lead {
    font-size: 15.5px;
  }

  .news-main-image {
    max-height: 390px;
    border-radius: 17px;
  }

  .news-body {
    padding: 20px;
    font-size: 15.5px;
  }

  .news-body h2 {
    font-size: 22px;
  }

  .news-body h3 {
    font-size: 19px;
  }
}
