/* Composición de Home. Los motores y estilos de herramientas quedan fuera. */
.vc-home {
  --vc-petrol:#052c32;
  --vc-teal:#087c74;
  --vc-accent:#85e6cc;
  --vc-paper:#f7faf9;
  --vc-border:#dbe7e2;
  --vc-shadow:0 14px 40px rgb(5 44 50 / 7%);
  color:#173d42;
  background:var(--vc-paper);
}
.vc-home [hidden] { display:none!important; }
.vc-home :focus-visible { outline:3px solid #087c74; outline-offset:4px; }
.vc-home main { max-width:none; padding:0; }
.vc-home .site-header { background:#063b35; border-bottom:1px solid rgb(255 255 255 / 10%); }
.vc-home .header-inner { max-width:1440px; min-height:78px; padding:1rem 3rem; justify-content:space-between; }
.vc-home .brand { font-size:1.8rem; letter-spacing:-.04em; }
.vc-home .site-nav { width:auto; order:initial; gap:.55rem; }
.vc-home .site-nav>a { min-height:44px; padding:.6rem 1rem; font-size:.95rem; }
.vc-home .vc-nav-favorites { gap:.4rem; border:1px solid rgb(255 255 255 / 22%); }
.vc-home .site-nav :focus-visible,.vc-home .vc-hero :focus-visible { outline-color:#a7f3d0; }
.vc-hero { position:relative; overflow:hidden; color:#fff; background:linear-gradient(118deg,#063b35 0%,#075347 55%,#0a6757 100%); }
.vc-hero::before { content:""; position:absolute; width:620px; height:620px; right:-180px; top:-300px; border-radius:50%; background:rgb(255 255 255 / 5%); }
.vc-hero::after { content:""; position:absolute; width:420px; height:420px; left:42%; bottom:-330px; border:90px solid rgb(255 255 255 / 4%); border-radius:50%; }
.vc-hero-inner { position:relative; z-index:1; max-width:1440px; margin:auto; padding:4.5rem 3rem 7rem; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr); align-items:center; gap:5rem; }
.vc-kicker { margin:0; color:#9ce8cf; font-size:.74rem; font-weight:800; letter-spacing:.16em; }
.vc-hero h1 { margin:1rem 0 1.15rem; max-width:760px; font-size:clamp(3rem,4.8vw,4.8rem); line-height:1.01; font-weight:850; letter-spacing:-.055em; text-wrap:balance; }
.vc-hero h1 span { color:#9ce8cf; }
.vc-hero-intro { max-width:none; white-space:nowrap; margin:0 0 1.6rem; color:#d9eee7; font-size:1.08rem; line-height:1.6; }
.vc-hero-panel { position:relative; padding:1.6rem; border:1px solid rgb(255 255 255 / 18%); border-radius:26px; background:rgb(2 39 34 / 48%); box-shadow:0 28px 70px rgb(0 25 22 / 25%); backdrop-filter:blur(12px); }
.vc-panel-top { display:flex; align-items:center; gap:.55rem; margin-bottom:1rem; }
.vc-panel-top p { margin:0; color:#bcebdc; font-size:.78rem; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.vc-panel-dot { width:9px; height:9px; border-radius:50%; background:#9ce8cf; box-shadow:0 0 0 5px rgb(156 232 207 / 10%); }
.vc-hero-panel h2 { margin:0; max-width:none; white-space:nowrap; color:#fff; font-size:clamp(1.8rem,2.5vw,2.55rem); line-height:1.05; letter-spacing:-.04em; }
.vc-panel-intro { margin:.8rem 0 1.25rem; white-space:nowrap; color:#c6e2da; line-height:1.5; }
.vc-quick-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.7rem; }
.vc-quick-grid a { display:grid; gap:.22rem; min-height:112px; padding:1rem; border:1px solid rgb(255 255 255 / 12%); border-radius:16px; color:#fff; background:rgb(255 255 255 / 7%); text-decoration:none; transition:transform .18s ease,background .18s ease,border-color .18s ease; }
.vc-quick-grid a:hover { transform:translateY(-2px); background:rgb(255 255 255 / 12%); border-color:rgb(156 232 207 / 45%); }
.vc-quick-grid span { color:#8edfc5; font-size:.68rem; font-weight:800; letter-spacing:.12em; }
.vc-quick-grid strong { align-self:end; font-size:.98rem; line-height:1.15; }
.vc-quick-grid small { color:#b9d5cd; font-size:.76rem; line-height:1.25; }
.vc-panel-all { display:flex; justify-content:space-between; align-items:center; min-height:44px; margin-top:.75rem; padding:.3rem .2rem 0; color:#bff2e1; font-size:.88rem; font-weight:700; text-decoration:none; }
.vc-search { max-width:670px; }
.vc-search label { display:block; margin-bottom:.5rem; color:#e6f7ee; font-size:.9rem; font-weight:650; }
.vc-search-control { display:flex; align-items:center; gap:.7rem; min-width:0; padding:.4rem .4rem .4rem 1rem; border:1px solid #d7e7df; border-radius:16px; background:#fff; box-shadow:0 15px 36px rgb(0 13 18 / 24%); }
.vc-search-control>span { color:var(--vc-teal); font-size:1.8rem; }
.vc-search-control input { min-width:0; width:100%; height:48px; padding:.3rem; border:0; background:transparent; color:#163d42; font:inherit; font-size:1rem; }
.vc-search-control button { flex:none; min-height:48px; padding:.65rem 1.35rem; border:0; border-radius:11px; background:linear-gradient(135deg,#159780,#087266); color:#fff; font:inherit; font-size:.95rem; font-weight:750; cursor:pointer; }
.vc-search-results { position:relative; margin-top:.6rem; padding:1rem; border-radius:14px; background:#fff; color:#173d42; box-shadow:var(--vc-shadow); }
.vc-search-results p { margin:0 0 .5rem; font-size:.95rem; }
.vc-search-results ul { max-height:250px; overflow-y:auto; list-style:none; margin:0; padding:0; }
.vc-search-results a { display:grid; gap:.2rem; min-height:48px; padding:.75rem .5rem; border-radius:7px; text-decoration:none; }
.vc-search-results a:hover,.vc-search-results a:focus-visible { background:#eaf5ef; }
.vc-search-results strong { font-size:1rem; }
.vc-search-results span { color:#52706e; font-size:.9rem; }
.vc-home .vc-search-control :focus-visible,
.vc-home .vc-search-results :focus-visible { outline-color:#076f60; }
.vc-explore { display:inline-flex; align-items:center; gap:1rem; min-height:44px; margin-top:.6rem; color:#b0eedb; text-decoration:none; font-size:.9rem; }
.vc-home .home-section { max-width:1440px; margin:auto; padding:3.3rem 3rem 0; scroll-margin-top:1rem; }
.vc-home .vc-categories { position:relative; z-index:1; width:calc(100% - 3rem); margin:-2.7rem auto 0; padding:0 1.5rem 1.6rem; border:1px solid #edf2ee; border-radius:32px 32px 24px 24px; background:linear-gradient(180deg,#fff,#f7faf9); box-shadow:0 -10px 35px rgb(0 25 31 / 5%); }
.vc-benefits { display:flex; align-items:center; justify-content:space-around; gap:1rem; padding:1.3rem .5rem; margin-bottom:2rem; border-bottom:1px solid var(--vc-border); }
.vc-benefits p { display:flex; align-items:center; gap:.6rem; margin:0; color:#3e625d; font-size:.92rem; font-weight:600; }
.vc-benefits span { display:grid; place-items:center; width:28px; height:28px; flex:none; border-radius:50%; background:#e7f4ec; color:#13735f; }
.vc-home .section-heading { display:flex; justify-content:space-between; align-items:end; gap:1.5rem; margin-bottom:1.8rem; }
.vc-home .section-heading h2 { margin:.4rem 0 .5rem; color:#163d42; font-size:clamp(1.75rem,2.7vw,2.5rem); letter-spacing:-.038em; line-height:1.2; }
.vc-home .section-heading p:not(.eyebrow) { margin:0; color:#58716e; font-size:1rem; }
.vc-home .eyebrow { margin:0; color:#137264; font-size:.72rem; letter-spacing:.15em; font-weight:750; }
.vc-home .section-heading>a { display:inline-flex; align-items:center; gap:.5rem; min-height:44px; color:#096b5c; text-decoration:none; font-size:.95rem; font-weight:650; }
.vc-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.05rem; }
.vc-category { --category-tint:#eaf6ef; --category-light:#f5fcf8; --category-accent:#136c59; position:relative; min-width:0; padding:1.05rem 1.15rem; overflow:hidden; border:1px solid #dce7e1; border-radius:24px; background:radial-gradient(ellipse at 95% 15%,#fff 0,transparent 70%),linear-gradient(120deg,var(--category-light),var(--category-tint)); box-shadow:0 9px 26px rgb(5 44 50 / 5%); transition:box-shadow .18s ease,transform .18s ease; }
.vc-category:hover { transform:translateY(-2px); box-shadow:0 16px 35px rgb(5 44 50 / 9%); }
.vc-category[data-category-id="imagenes"] { --category-tint:#e5f1fc; --category-light:#f4f9ff; --category-accent:#265d89; border-color:#d5e6f3; }
.vc-category[data-category-id="pdf"] { --category-tint:#fae9e7; --category-light:#fff8f7; --category-accent:#a44242; border-color:#f0deda; }
.vc-category[data-category-id="texto"] { --category-tint:#f6efda; --category-light:#fffcf3; --category-accent:#806121; border-color:#e9e1ca; }
.vc-category[data-category-id="media"] { --category-tint:#ede9f7; --category-light:#f9f6ff; --category-accent:#67508b; border-color:#e2dcee; }
.vc-category[data-category-id="trabajo"] { --category-tint:#e6f0f8; --category-light:#f4f9fe; --category-accent:#326082; border-color:#d8e5ed; }
.vc-home .category-card { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); align-items:center; gap:.8rem; min-height:180px; padding:0; border:0; border-radius:0; background:none; box-shadow:none; text-decoration:none; transition:none; }
.vc-home .category-card:hover { transform:none; border:0; box-shadow:none; }
.vc-category-copy { min-width:0; }
.vc-category-mark { display:inline-grid; place-items:center; width:32px; height:32px; margin-bottom:.45rem; border:1px solid color-mix(in srgb,var(--category-accent) 15%,transparent); border-radius:12px; color:var(--category-accent); background:rgb(255 255 255 / 70%); font-size:1.05rem; }
.vc-category h3 { margin:0 0 .7rem; color:#193e45; font-size:clamp(1.35rem,1.7vw,1.65rem); line-height:1.07; font-weight:800; letter-spacing:-.035em; text-transform:uppercase; text-wrap:balance; }
.vc-category p { margin:0 0 .65rem; color:#536d72; font-size:.9rem; line-height:1.5; }
.vc-category-explore { display:inline-flex; align-items:center; justify-content:space-between; gap:.6rem; min-height:36px; color:var(--category-accent); font-size:.82rem; font-weight:750; }
.vc-category-art { display:flex; align-items:center; justify-content:center; min-width:0; height:175px; }
.vc-category-art img { display:block; width:100%; max-width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 12px 13px rgb(34 69 71 / 11%)); }
.vc-category[data-category-id="media"] .vc-category-art img { height:auto; max-height:100%; filter:none; }
.vc-category-links { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.7rem; }
.vc-category-links a { display:inline-flex; align-items:center; min-height:38px; max-width:100%; padding:.42rem .68rem; border:1px solid color-mix(in srgb,var(--category-accent) 20%,#fff); border-radius:10px; background:rgb(255 255 255 / 78%); color:var(--category-accent); font-size:.8rem; font-weight:650; text-decoration:none; line-height:1.35; }
.vc-category-links a:hover { background:#fff; border-color:var(--category-accent); }
.vc-home .home-tool-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:.9rem; }
.vc-home .home-tool-card { min-height:150px; padding:1rem 1.05rem; border-color:var(--vc-border); border-radius:16px; box-shadow:0 6px 18px rgb(5 44 50 / 4%); }
.vc-home .home-tool-card strong { padding-right:1.9rem; font-size:1.05rem; line-height:1.22; }
.vc-home .tool-card-category { margin:0 0 .28rem; padding-right:2rem; color:#386f64; font-size:.66rem; letter-spacing:.055em; }
.vc-home .tool-card-description { margin-top:.3rem; color:#59736e; font-size:.84rem; line-height:1.38; }
.vc-home .home-featured .tool-card-icon { display:none; }
.vc-home .home-featured .tool-favorite-button { top:.7rem; right:.7rem; width:34px; height:34px; border-color:#dce8e0; border-radius:50%; color:#4c786b; background:#fff; font-size:1.1rem; }
.vc-home .tool-favorite-button { border-color:#dce8e0; border-radius:50%; color:#4c786b; background:#fff; }
.vc-home .tool-favorite-button[aria-pressed="true"] { color:#08755f; background:#e8f5ec; }
.vc-home .home-featured { padding-bottom:7.3rem; }
.vc-directory { margin:0; border:1px solid var(--vc-border); border-radius:18px; background:#fff; }
.vc-directory>summary { min-height:64px; padding:1.2rem 1.4rem; color:#19584c; font-size:1.05rem; }
.vc-directory>summary h2 { display:inline; margin:0; font:inherit; }
.vc-directory>summary span { margin-left:.7rem; color:#5d7770; font-size:.9rem; font-weight:400; }
.vc-directory .tool-directory { padding:1.2rem 1.4rem 1.4rem; gap:2.5rem; }
.vc-home .tool-category { scroll-margin-top:1rem; }
.vc-home .tool-category h3 { margin:.3rem 0; font-size:1.5rem; }
.vc-storage-status { padding:.9rem; color:#355e50; background:#eaf5ef; border-radius:10px; font-size:.95rem; }
.vc-home .site-footer { padding:2.5rem 3rem; border-top:1px solid #dbe7e2; background:#edf4ef; }
.vc-home .footer-inner { max-width:1344px; }
.vc-home .footer-brand p { font-family:Georgia,"Times New Roman",serif; font-style:italic; font-size:1rem; }
.vc-home .footer-links a { display:inline-flex; align-items:center; min-height:44px; font-size:.92rem; }
@media(max-width:900px) {
  .vc-home .header-inner { padding:1rem 1.5rem; }
  .vc-hero-inner { padding:2.2rem 1.5rem 5rem; gap:1.5rem; }
  .vc-hero h1 { font-size:clamp(2.4rem,5.2vw,3rem); }
  .vc-hero-intro { font-size:1rem; }
  .vc-hero-inner { gap:2rem; }
  .vc-hero-panel { padding:1.25rem; }
  .vc-home .home-section { padding:2.5rem 1.5rem 0; }
  .vc-home .vc-categories { padding:0 1.3rem 1.3rem; width:calc(100% - 2rem); }
  .vc-benefits { gap:.75rem; margin-bottom:1.5rem; }
  .vc-benefits p { font-size:.82rem; }
  .vc-home .section-heading { gap:1rem; }
  .vc-category-grid { gap:1rem; }
  .vc-category { padding:1.1rem; }
  .vc-home .category-card { grid-template-columns:1fr; min-height:0; gap:.7rem; }
  .vc-category h3 { font-size:1.65rem; }
  .vc-category-art { height:210px; }
  .vc-category-art img { width:auto; max-width:100%; }
  .vc-category-links a { font-size:.85rem; }
  .vc-home .home-tool-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .vc-home .home-featured { padding-bottom:5.5rem; }
}
@media(max-width:600px) {
  .vc-home .header-inner { display:block; min-height:0; padding:.65rem 1rem; }
  .vc-home .brand { display:block; font-size:1.45rem; }
  .vc-home .site-nav { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; margin-top:.3rem; }
  .vc-home .site-nav>a { justify-content:center; padding:.45rem .15rem; font-size:.79rem; }
  .vc-home .vc-nav-favorites { border:0; gap:.2rem; }
  .vc-hero-inner { grid-template-columns:1fr; gap:.8rem; padding:1.2rem 1.25rem 3.7rem; }
  .vc-kicker { font-size:.65rem; letter-spacing:.11em; }
  .vc-hero h1 { font-size:clamp(2rem,8vw,2.55rem); margin:.7rem 0 .8rem; text-wrap:initial; }
  .vc-hero-intro { margin-bottom:1rem; font-size:.95rem; line-height:1.5; }
  .vc-hero-panel { margin-top:.8rem; padding:1rem; border-radius:20px; }
  .vc-hero-panel h2 { font-size:1.65rem; }
  .vc-quick-grid { grid-template-columns:1fr 1fr; }
  .vc-quick-grid a { min-height:100px; padding:.8rem; }
  .vc-search-control { gap:.3rem; padding-left:.7rem; }
  .vc-search-control input { font-size:.95rem; }
  .vc-search-control button { padding:.6rem .85rem; font-size:.9rem; }
  .vc-home .home-section { padding:2.3rem 1rem 0; }
  .vc-home .vc-categories { width:calc(100% - 1rem); margin-top:-2.4rem; padding:0 .8rem 1.2rem; border-radius:24px 24px 18px 18px; }
  .vc-benefits { flex-wrap:wrap; justify-content:center; gap:.5rem .9rem; padding:.9rem 0; margin-bottom:1.3rem; }
  .vc-benefits p { font-size:.76rem; gap:.3rem; }
  .vc-benefits p:last-child { display:none; }
  .vc-benefits span { width:22px; height:22px; }
  .vc-home .section-heading { display:block; margin-bottom:1.2rem; }
  .vc-home .section-heading h2 { font-size:1.75rem; }
  .vc-home .section-heading p:not(.eyebrow) { font-size:.95rem; }
  .vc-home .section-heading>a { margin-top:.4rem; font-size:.9rem; }
  .vc-home .vc-categories>.section-heading p:not(.eyebrow),
  .vc-home .vc-categories>.section-heading>a { display:none; }
  .vc-category-grid { grid-template-columns:1fr; gap:1rem; }
  .vc-category { padding:1.35rem; border-radius:20px; }
  .vc-home .category-card { grid-template-columns:1fr; gap:.35rem; }
  .vc-category-mark { width:34px; height:34px; margin-bottom:.7rem; }
  .vc-category h3 { font-size:1.9rem; }
  .vc-category p { font-size:1rem; margin-bottom:.45rem; }
  .vc-category-art { height:215px; }
  .vc-category-art img { width:auto; max-width:100%; }
  .vc-category-links { margin-top:.6rem; gap:.5rem; }
  .vc-category-links a { font-size:.9rem; padding:.55rem .7rem; }
  .vc-home .home-tool-grid { grid-template-columns:1fr; gap:.9rem; }
  .vc-home .home-tool-card { min-height:145px; padding:1rem; }
  .vc-directory>summary { padding:1rem; font-size:.95rem; }
  .vc-directory>summary span { display:block; margin:.3rem 0 0 1rem; }
  .vc-directory .tool-directory { padding:1rem; }
  .vc-home .home-featured { padding-bottom:4.8rem; }
  .vc-home .site-footer { padding:2rem 1rem; }
}
@media(prefers-reduced-motion:reduce) {
  .vc-home * { scroll-behavior:auto!important; transition:none!important; }
}

/* Standalone categories index */
.vc-categories-page{padding-top:3rem}
.vc-categories-page .section-heading h1{margin:.15rem 0 .35rem;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.04em}
@media(max-width:700px){.vc-categories-page{padding-top:1.8rem}}

/* Página independiente de categorías: separada del header y más compacta que Home. */
.vc-home .vc-categories.vc-categories-page {
  width: calc(100% - 3rem);
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 2.4rem;
}
.vc-categories-page .vc-category-grid {
  width: 85%;
  margin-inline: auto;
  gap: .9rem;
}
.vc-categories-page .vc-category {
  padding: .9rem 1rem;
  border-radius: 20px;
}
.vc-categories-page .category-card {
  min-height: 153px;
}
.vc-categories-page .vc-category-art {
  height: 149px;
}
.vc-categories-page .vc-category-links {
  margin-top: .55rem;
}
@media (max-width: 900px) {
  .vc-categories-page .vc-category-grid { width: 100%; }
}
@media (max-width: 700px) {
  .vc-home .vc-categories.vc-categories-page {
    width: calc(100% - 1rem);
    padding-top: 1.8rem;
  }
  .vc-categories-page .category-card { min-height: 0; }
  .vc-categories-page .vc-category-art { height: 135px; }
}

/* Home: mismas dimensiones compactas aprobadas en el índice de Categorías. */
@media (min-width: 901px) {
  .vc-home .vc-categories:not(.vc-categories-page) .vc-category-grid {
    width: 85%;
    margin-inline: auto;
    gap: .9rem;
  }
  .vc-home .vc-categories:not(.vc-categories-page) .vc-category {
    padding: .9rem 1rem;
    border-radius: 20px;
  }
  .vc-home .vc-categories:not(.vc-categories-page) .category-card {
    min-height: 153px;
  }
  .vc-home .vc-categories:not(.vc-categories-page) .vc-category-art {
    height: 149px;
  }
  .vc-home .vc-categories:not(.vc-categories-page) .vc-category-links {
    margin-top: .55rem;
  }
}

/* Compact cards share their base size in Home and the category index. */
.vc-home .vc-categories .vc-category{padding:.9rem 1rem;border-radius:20px}
.vc-home .vc-categories .vc-category-art{height:149px}
.vc-home .vc-categories .vc-category-links{margin-top:.55rem}
@media(max-width:1100px){.vc-hero-intro,.vc-hero-panel h2,.vc-panel-intro{white-space:normal}}
@media(max-width:900px){.vc-home .vc-categories.vc-categories-page{width:calc(100% - 2rem)}}
@media(max-width:700px){.vc-home .vc-categories .category-card{min-height:0}.vc-home .vc-categories .vc-category-art{height:135px}.vc-home .vc-categories.vc-categories-page{width:calc(100% - 1rem)}}
