@charset "UTF-8";
/* ── Subnav global (compartido entre secciones) ─────────── */
nav.subnav {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 150px;
  z-index: 5;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow-x: auto;
  scrollbar-width: none;
}
nav.subnav::-webkit-scrollbar {
  display: none;
}
nav.subnav .subnav-inner {
  max-width: 960px;
  margin: auto;
  display: flex;
  padding: 0 20px;
}
nav.subnav a {
  padding: 18px 22px;
  color: #6b7280;
  font-weight: 600;
  font-size: 13px;
  transition: color 0.2s, border-color 0.2s;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
}
nav.subnav a:hover {
  color: royalblue;
}
nav.subnav a.active {
  color: royalblue;
  border-bottom-color: royalblue;
}
@media (max-width: 768px) {
  nav.subnav {
    top: 70px;
  }
}

.top {
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
.top a {
  color: royalblue;
  font-weight: 500;
}
.top strong {
  font-weight: bold;
}

section.gobierno-transparente .hero {
  height: 320px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.gobierno-transparente .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.gobierno-transparente .hero .hero-text {
  position: relative;
}
section.gobierno-transparente .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.gobierno-transparente .hero .hero-text h1 {
  color: white;
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.gobierno-transparente .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 16px;
}
section.gobierno-transparente .gt-wrapper {
  max-width: 1100px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.gobierno-transparente .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 28px;
  padding-left: 14px;
  border-left: 4px solid royalblue;
}
section.gobierno-transparente .gt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
section.gobierno-transparente .gt-card {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.25s;
}
section.gobierno-transparente .gt-card .gt-icon {
  width: 52px;
  height: 52px;
  background: #f0f5ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  transition: background 0.25s;
}
section.gobierno-transparente .gt-card strong {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  display: block;
  margin-bottom: 8px;
}
section.gobierno-transparente .gt-card p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  margin: 0 0 16px;
}
section.gobierno-transparente .gt-card .gt-link {
  font-size: 13px;
  font-weight: 600;
  color: royalblue;
}
section.gobierno-transparente .gt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: royalblue;
}
section.gobierno-transparente .gt-card:hover .gt-icon {
  background: royalblue;
  color: white;
}

section.tributaria-anual .container,
section.area-de-transito .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
section.tributaria-anual .hero,
section.area-de-transito .hero {
  position: relative;
  height: 480px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
}
section.tributaria-anual .hero h1,
section.area-de-transito .hero h1 {
  font-size: 36px;
  margin-bottom: 8px;
}
section.tributaria-anual .hero p,
section.area-de-transito .hero p {
  font-size: 18px;
  opacity: 0.9;
}
section.tributaria-anual .hero-overlay,
section.area-de-transito .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
section.tributaria-anual .hero-content,
section.area-de-transito .hero-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
section.tributaria-anual .sections,
section.area-de-transito .sections {
  margin: -60px auto 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  position: relative;
}
section.tributaria-anual .card,
section.area-de-transito .card {
  background: white;
  padding: 32px;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}
section.tributaria-anual .card .icon,
section.area-de-transito .card .icon {
  font-size: 42px;
  margin-bottom: 16px;
}
section.tributaria-anual .card h3,
section.area-de-transito .card h3 {
  margin-bottom: 8px;
  color: #2c6fb7;
  font-weight: bold;
}
section.tributaria-anual .card p,
section.area-de-transito .card p {
  color: #6b7280;
  font-size: 15px;
}
section.tributaria-anual .card:hover,
section.area-de-transito .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

section.informacion-contable,
section.ordenanzas-municipales,
section.leyes-reglamentos,
section.escalafon-municipal,
section.tributaria-anual {
  padding: 0;
}
section.informacion-contable .hero,
section.ordenanzas-municipales .hero,
section.leyes-reglamentos .hero,
section.escalafon-municipal .hero,
section.tributaria-anual .hero {
  height: 280px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.informacion-contable .hero .overlay,
section.ordenanzas-municipales .hero .overlay,
section.leyes-reglamentos .hero .overlay,
section.escalafon-municipal .hero .overlay,
section.tributaria-anual .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.informacion-contable .hero .hero-text,
section.ordenanzas-municipales .hero .hero-text,
section.leyes-reglamentos .hero .hero-text,
section.escalafon-municipal .hero .hero-text,
section.tributaria-anual .hero .hero-text {
  position: relative;
}
section.informacion-contable .hero .hero-text span,
section.ordenanzas-municipales .hero .hero-text span,
section.leyes-reglamentos .hero .hero-text span,
section.escalafon-municipal .hero .hero-text span,
section.tributaria-anual .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.informacion-contable .hero .hero-text h1,
section.ordenanzas-municipales .hero .hero-text h1,
section.leyes-reglamentos .hero .hero-text h1,
section.escalafon-municipal .hero .hero-text h1,
section.tributaria-anual .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.informacion-contable .hero .hero-text p,
section.ordenanzas-municipales .hero .hero-text p,
section.leyes-reglamentos .hero .hero-text p,
section.escalafon-municipal .hero .hero-text p,
section.tributaria-anual .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.informacion-contable .presupuesto,
section.ordenanzas-municipales .presupuesto,
section.leyes-reglamentos .presupuesto,
section.escalafon-municipal .presupuesto,
section.tributaria-anual .presupuesto {
  max-width: 1100px;
  margin: 50px auto 80px;
  padding: 0 20px;
  font-family: "Inter", "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.informacion-contable .presupuesto-year,
section.ordenanzas-municipales .presupuesto-year,
section.leyes-reglamentos .presupuesto-year,
section.escalafon-municipal .presupuesto-year,
section.tributaria-anual .presupuesto-year {
  background: #f9fafb;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
section.informacion-contable .year-header,
section.ordenanzas-municipales .year-header,
section.leyes-reglamentos .year-header,
section.escalafon-municipal .year-header,
section.tributaria-anual .year-header {
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}
section.informacion-contable .year-header.negro,
section.ordenanzas-municipales .year-header.negro,
section.leyes-reglamentos .year-header.negro,
section.escalafon-municipal .year-header.negro,
section.tributaria-anual .year-header.negro {
  background: #000;
}
section.informacion-contable .year-header.naranja,
section.ordenanzas-municipales .year-header.naranja,
section.leyes-reglamentos .year-header.naranja,
section.escalafon-municipal .year-header.naranja,
section.tributaria-anual .year-header.naranja {
  background: linear-gradient(90deg, #f97316, #fb923c);
}
section.informacion-contable .bloque,
section.ordenanzas-municipales .bloque,
section.leyes-reglamentos .bloque,
section.escalafon-municipal .bloque,
section.tributaria-anual .bloque {
  padding: 22px 26px;
  border-bottom: 1px solid #e5e7eb;
}
section.informacion-contable .bloque:last-child,
section.ordenanzas-municipales .bloque:last-child,
section.leyes-reglamentos .bloque:last-child,
section.escalafon-municipal .bloque:last-child,
section.tributaria-anual .bloque:last-child {
  border-bottom: none;
}
section.informacion-contable .bloque h4,
section.ordenanzas-municipales .bloque h4,
section.leyes-reglamentos .bloque h4,
section.escalafon-municipal .bloque h4,
section.tributaria-anual .bloque h4 {
  margin-bottom: 12px;
  color: #991b1b;
  font-size: 16px;
}
section.informacion-contable .fechas,
section.ordenanzas-municipales .fechas,
section.leyes-reglamentos .fechas,
section.escalafon-municipal .fechas,
section.tributaria-anual .fechas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.informacion-contable .fechas a,
section.ordenanzas-municipales .fechas a,
section.leyes-reglamentos .fechas a,
section.escalafon-municipal .fechas a,
section.tributaria-anual .fechas a {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s ease;
}
section.informacion-contable .fechas a:hover,
section.ordenanzas-municipales .fechas a:hover,
section.leyes-reglamentos .fechas a:hover,
section.escalafon-municipal .fechas a:hover,
section.tributaria-anual .fechas a:hover {
  background: #111827;
  color: #fff;
}
section.informacion-contable .salary-list,
section.ordenanzas-municipales .salary-list,
section.leyes-reglamentos .salary-list,
section.escalafon-municipal .salary-list,
section.tributaria-anual .salary-list {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
section.informacion-contable .salary-row,
section.ordenanzas-municipales .salary-row,
section.leyes-reglamentos .salary-row,
section.escalafon-municipal .salary-row,
section.tributaria-anual .salary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-size: 15px;
  border-bottom: 1px solid #e5e7eb;
}
section.informacion-contable .salary-row:last-child,
section.ordenanzas-municipales .salary-row:last-child,
section.leyes-reglamentos .salary-row:last-child,
section.escalafon-municipal .salary-row:last-child,
section.tributaria-anual .salary-row:last-child {
  border-bottom: none;
}
section.informacion-contable .salary-row:nth-child(even),
section.ordenanzas-municipales .salary-row:nth-child(even),
section.leyes-reglamentos .salary-row:nth-child(even),
section.escalafon-municipal .salary-row:nth-child(even),
section.tributaria-anual .salary-row:nth-child(even) {
  background: #f9fafb;
}
section.informacion-contable .salary-row span,
section.ordenanzas-municipales .salary-row span,
section.leyes-reglamentos .salary-row span,
section.escalafon-municipal .salary-row span,
section.tributaria-anual .salary-row span {
  color: #374151;
}
section.informacion-contable .salary-row strong,
section.ordenanzas-municipales .salary-row strong,
section.leyes-reglamentos .salary-row strong,
section.escalafon-municipal .salary-row strong,
section.tributaria-anual .salary-row strong {
  color: #111827;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 640px) {
  section.informacion-contable .fechas a,
  section.ordenanzas-municipales .fechas a,
  section.leyes-reglamentos .fechas a,
  section.escalafon-municipal .fechas a,
  section.tributaria-anual .fechas a {
    font-size: 13px;
    padding: 6px 10px;
  }
  section.informacion-contable .salary-row,
  section.ordenanzas-municipales .salary-row,
  section.leyes-reglamentos .salary-row,
  section.escalafon-municipal .salary-row,
  section.tributaria-anual .salary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

section.licitaciones-y-cotejos {
  padding: 0;
}
section.licitaciones-y-cotejos .hero {
  height: 280px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.licitaciones-y-cotejos .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.licitaciones-y-cotejos .hero .hero-text {
  position: relative;
}
section.licitaciones-y-cotejos .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.licitaciones-y-cotejos .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.licitaciones-y-cotejos .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.licitaciones-y-cotejos .content-wrapper {
  max-width: 1100px;
  margin: 50px auto 80px;
  padding: 0 20px;
}
section.licitaciones-y-cotejos .card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  margin-bottom: 32px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
section.licitaciones-y-cotejos .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}
section.licitaciones-y-cotejos .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
section.licitaciones-y-cotejos .btn-primary {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 10px;
  background: #e68a24;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, transform 0.15s ease;
}
section.licitaciones-y-cotejos .btn-primary:hover {
  background: #cc7417;
  transform: translateY(-2px);
}
section.licitaciones-y-cotejos .footer-buttons {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
section.licitaciones-y-cotejos .btn-secondary {
  background: #2c2c2c;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.15s ease;
}
section.licitaciones-y-cotejos .btn-secondary:hover {
  background: #000;
  transform: translateY(-2px);
}

section.consejo-deliberante {
  padding: 80px;
}
section.consejo-deliberante .container {
  width: 85%;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}
section.consejo-deliberante .header {
  text-align: center;
  margin-bottom: 40px;
}
section.consejo-deliberante .header img {
  width: 120px;
  opacity: 0.95;
}
section.consejo-deliberante .header h1 {
  margin: 15px 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #0066b2;
}
section.consejo-deliberante h2.section-title {
  margin-top: 60px;
  font-size: 22px;
  color: #004a80;
  border-left: 6px solid #0066b2;
  padding-left: 12px;
  font-weight: 700;
}
section.consejo-deliberante .card {
  background: #f8fbff;
  border: 1px solid #dfe7ef;
  border-radius: 14px;
  margin-top: 20px;
  padding: 24px;
  transition: 0.2s ease-in-out;
}
section.consejo-deliberante .card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #003b63;
}
section.consejo-deliberante .card p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #333;
}
section.consejo-deliberante .card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
section.consejo-deliberante .list {
  margin-top: 10px;
  padding-left: 20px;
}
section.consejo-deliberante .list li {
  margin: 5px 0;
}

section.juzgado-de-faltas {
  padding: 80px 0;
}
section.juzgado-de-faltas .juzgado-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}
section.juzgado-de-faltas .header-image {
  background-image: url("https://images.unsplash.com/photo-1586281380349-632531db7edb?w=1200");
  background-size: cover;
  background-position: center;
  height: 260px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
section.juzgado-de-faltas .header-overlay {
  background: rgba(0, 60, 130, 0.55);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.juzgado-de-faltas .header-overlay h1 {
  color: white;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
section.juzgado-de-faltas .contenido {
  background: #f9fbfd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #e6ecf2;
}
section.juzgado-de-faltas .contenido p {
  margin-bottom: 18px;
  font-size: 16px;
}
section.juzgado-de-faltas .contenido strong {
  color: #004a99;
  font-weight: 600;
}

section.area-de-transito .container .hero {
  background-image: url("https://piedrasblancas.gob.ar/wp-content/uploads/2024/07/transito.jpg") center/cover no-repeat;
}

section.area-de-rentas .hero {
  height: 320px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.area-de-rentas .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(11, 35, 90, 0.65), rgba(11, 35, 90, 0.5));
}
section.area-de-rentas .hero .hero-text {
  position: relative;
}
section.area-de-rentas .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.area-de-rentas .hero .hero-text h1 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.area-de-rentas .hero .hero-text p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 16px;
}
section.area-de-rentas .contact-bar {
  background: #1e3a6e;
}
section.area-de-rentas .contact-bar .contact-bar-inner {
  max-width: 1000px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}
section.area-de-rentas .contact-bar a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: color 0.2s;
}
section.area-de-rentas .contact-bar a:hover {
  color: white;
}
section.area-de-rentas .contact-bar a.wsp {
  margin-left: auto;
  background: #25d366;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}
section.area-de-rentas .contact-bar a.wsp:hover {
  background: #1fb956;
}
section.area-de-rentas .rentas-wrapper {
  max-width: 1000px;
  margin: 50px auto 80px;
  padding: 0 20px;
  color: #1f2933;
}
section.area-de-rentas .section-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid royalblue;
}
section.area-de-rentas .rentas-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
section.area-de-rentas .action-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5eaf0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
section.area-de-rentas .action-card .action-icon {
  width: 52px;
  height: 52px;
  background: #f0f5ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  transition: all 0.25s;
}
section.area-de-rentas .action-card strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  color: #111827;
}
section.area-de-rentas .action-card small {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
}
section.area-de-rentas .action-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: royalblue;
}
section.area-de-rentas .action-card:hover .action-icon {
  background: royalblue;
  filter: invert(1);
}
section.area-de-rentas .rentas-highlight {
  margin-bottom: 24px;
}
section.area-de-rentas .highlight-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff;
  padding: 28px 32px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.3);
  transition: 0.25s ease;
}
section.area-de-rentas .highlight-card .highlight-content h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}
section.area-de-rentas .highlight-card .highlight-content p {
  margin: 0;
  opacity: 0.88;
  font-size: 15px;
}
section.area-de-rentas .highlight-card .arrow {
  font-size: 32px;
  opacity: 0.6;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}
section.area-de-rentas .highlight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.38);
}
section.area-de-rentas .highlight-card:hover .arrow {
  opacity: 1;
  transform: translateX(4px);
}
section.area-de-rentas .rentas-secondary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
section.area-de-rentas .secondary-btn {
  text-align: center;
  padding: 18px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.25s ease;
}
section.area-de-rentas .secondary-btn.warning {
  background: #f59e0b;
  color: #fff;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.3);
}
section.area-de-rentas .secondary-btn.whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
}
section.area-de-rentas .secondary-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}

section.nosotros .hero,
section.autoridades .hero {
  height: 380px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.nosotros .hero .overlay,
section.autoridades .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.6), rgba(10, 25, 60, 0.45));
}
section.nosotros .hero .hero-text,
section.autoridades .hero .hero-text {
  position: relative;
}
section.nosotros .hero .hero-text span,
section.autoridades .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 14px;
}
section.nosotros .hero .hero-text h1,
section.autoridades .hero .hero-text h1 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.nosotros,
section.autoridades {
  /* subnav: ver regla global .subnav más abajo */
}
section.nosotros .body,
section.autoridades .body {
  max-width: 960px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.nosotros .body p,
section.autoridades .body p {
  color: #374151;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}
section.nosotros .body h2,
section.autoridades .body h2 {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  margin: 36px 0 14px;
  padding-left: 14px;
  border-left: 4px solid royalblue;
}
section.nosotros .body .highlight,
section.autoridades .body .highlight {
  background: #f0f5ff;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 28px 0;
  border-left: 4px solid royalblue;
}
section.nosotros .body .highlight p,
section.autoridades .body .highlight p {
  margin: 0;
  color: #1e3a6e;
  font-weight: 500;
}
section.nosotros .body .coords,
section.autoridades .body .coords {
  display: inline-block;
  background: #111827;
  color: #e5e7eb;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: monospace;
  font-size: 15px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
section.nosotros .body .route-cards,
section.autoridades .body .route-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
section.nosotros .body .route-card,
section.autoridades .body .route-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 24px;
}
section.nosotros .body .route-card strong,
section.autoridades .body .route-card strong {
  display: block;
  color: royalblue;
  font-size: 15px;
  margin-bottom: 8px;
}
section.nosotros .body .route-card p,
section.autoridades .body .route-card p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}
section.nosotros .body .flag-visual,
section.autoridades .body .flag-visual {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin: 28px 0;
}
section.nosotros .body .flag-visual .flag-stripes,
section.autoridades .body .flag-visual .flag-stripes {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
}
section.nosotros .body .flag-visual .flag-stripes .stripe-white,
section.autoridades .body .flag-visual .flag-stripes .stripe-white {
  height: 50%;
  background: #f8f8f8;
}
section.nosotros .body .flag-visual .flag-stripes .stripe-black,
section.autoridades .body .flag-visual .flag-stripes .stripe-black {
  height: 50%;
  background: #1a1a1a;
}
section.nosotros .body .flag-visual p,
section.autoridades .body .flag-visual p {
  margin: 0;
}

section.autoridades .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.autoridades .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.autoridades .hero .hero-text {
  position: relative;
}
section.autoridades .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.autoridades .hero .hero-text h1 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.autoridades .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.autoridades .autoridades-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.autoridades .autoridades-block {
  margin-bottom: 50px;
}
section.autoridades .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid royalblue;
}
section.autoridades .ejecutivo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
section.autoridades .ejecutivo-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 30px 28px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
}
section.autoridades .ejecutivo-card .cargo-badge {
  display: inline-block;
  background: #f0f5ff;
  color: royalblue;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
section.autoridades .ejecutivo-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}
section.autoridades .ejecutivo-card.featured {
  border-color: royalblue;
  background: linear-gradient(145deg, #f5f8ff, white);
}
section.autoridades .ejecutivo-card.featured .cargo-badge {
  background: royalblue;
  color: white;
}
section.autoridades .ejecutivo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
section.autoridades .secretarias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
section.autoridades .secretaria-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  transition: background 0.2s, box-shadow 0.2s;
}
section.autoridades .secretaria-card .secretaria-icon {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
section.autoridades .secretaria-card strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
section.autoridades .secretaria-card span {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}
section.autoridades .secretaria-card:hover {
  background: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
section.autoridades .leyes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}
section.autoridades .ley-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
section.autoridades .ley-card .ley-icon {
  font-size: 28px;
  flex-shrink: 0;
}
section.autoridades .ley-card strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
  line-height: 1.4;
}
section.autoridades .ley-card span {
  font-size: 12px;
  color: royalblue;
  font-weight: 500;
}
section.autoridades .ley-card:hover {
  background: white;
  border-color: royalblue;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ── Manos Emprendedoras ────────────────────────────────── */
section.manos-emprendedoras .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.manos-emprendedoras .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.manos-emprendedoras .hero .hero-text {
  position: relative;
}
section.manos-emprendedoras .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.manos-emprendedoras .hero .hero-text h1 {
  color: white;
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.manos-emprendedoras .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.manos-emprendedoras .me-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.manos-emprendedoras .me-intro {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  section.manos-emprendedoras .me-intro {
    grid-template-columns: 1fr;
  }
}
section.manos-emprendedoras .me-cover {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
section.manos-emprendedoras .me-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 16px;
}
section.manos-emprendedoras .me-text p:last-child {
  margin: 0;
}
section.manos-emprendedoras .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid royalblue;
}
section.manos-emprendedoras .me-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
section.manos-emprendedoras .me-video-card {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
section.manos-emprendedoras .me-video-card video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}

/* ── Prevención Dengue ──────────────────────────────────── */
section.prevencion-dengue .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.prevencion-dengue .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.prevencion-dengue .hero .hero-text {
  position: relative;
}
section.prevencion-dengue .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.prevencion-dengue .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.prevencion-dengue .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.prevencion-dengue .dengue-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.prevencion-dengue .dengue-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  section.prevencion-dengue .dengue-intro {
    grid-template-columns: 1fr;
  }
}
section.prevencion-dengue .dengue-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
section.prevencion-dengue .dengue-lead {
  display: flex;
  align-items: center;
}
section.prevencion-dengue .dengue-lead p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}
section.prevencion-dengue .dengue-body {
  margin-bottom: 32px;
}
section.prevencion-dengue .dengue-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 16px;
}
section.prevencion-dengue .dengue-body p:last-child {
  margin: 0;
}
section.prevencion-dengue .dengue-alert {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fefce8;
  border: 1.5px solid #fbbf24;
  border-radius: 12px;
  padding: 20px 24px;
}
section.prevencion-dengue .dengue-alert span {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1.5;
}
section.prevencion-dengue .dengue-alert p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #78350f;
}

/* ── Centro de Desarrollo Infantil ────────────────────── */
section.centro-desarrollo-infantil .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.centro-desarrollo-infantil .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.centro-desarrollo-infantil .hero .hero-text {
  position: relative;
}
section.centro-desarrollo-infantil .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.centro-desarrollo-infantil .hero .hero-text h1 {
  color: white;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.centro-desarrollo-infantil .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.centro-desarrollo-infantil .cdi-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.centro-desarrollo-infantil .cdi-intro {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e7eb;
}
section.centro-desarrollo-infantil .cdi-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 16px;
}
section.centro-desarrollo-infantil .cdi-intro p:last-child {
  margin: 0;
}
section.centro-desarrollo-infantil .cdi-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 24px;
}
section.centro-desarrollo-infantil .cdi-badge div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
section.centro-desarrollo-infantil .cdi-badge strong {
  font-size: 14px;
  color: #111827;
  font-weight: 700;
}
section.centro-desarrollo-infantil .cdi-badge span {
  font-size: 13px;
  color: #6b7280;
}
section.centro-desarrollo-infantil .cdi-badge-icon {
  font-size: 28px;
}
section.centro-desarrollo-infantil .cdi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 800px) {
  section.centro-desarrollo-infantil .cdi-grid {
    grid-template-columns: 1fr;
  }
}
section.centro-desarrollo-infantil .cdi-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.centro-desarrollo-infantil .cdi-card .cdi-card-icon {
  font-size: 32px;
}
section.centro-desarrollo-infantil .cdi-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
section.centro-desarrollo-infantil .cdi-card ul {
  margin: 0;
  padding: 0 0 0 18px;
}
section.centro-desarrollo-infantil .cdi-card ul li {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.9;
}
section.centro-desarrollo-infantil .cdi-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
section.centro-desarrollo-infantil .cdi-card strong {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}
section.centro-desarrollo-infantil .cdi-card--hours {
  background: #f9fafb;
  border-color: #e5e7eb;
  align-items: center;
  text-align: center;
}
section.centro-desarrollo-infantil .cdi-age-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  border-radius: 20px;
  padding: 6px 14px;
  border: 1px solid #e5e7eb;
  margin-top: 4px;
}
section.centro-desarrollo-infantil .cdi-age-badge small {
  font-size: 12px;
  color: #374151;
  font-weight: 600;
}

/* ── CAPS El Progreso ──────────────────────────────────── */
section.caps-el-progreso .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.caps-el-progreso .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.caps-el-progreso .hero .hero-text {
  position: relative;
}
section.caps-el-progreso .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.caps-el-progreso .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.caps-el-progreso .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.caps-el-progreso .caps-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.caps-el-progreso .caps-lead {
  margin-bottom: 40px;
}
section.caps-el-progreso .caps-lead p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}
section.caps-el-progreso .caps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  section.caps-el-progreso .caps-grid {
    grid-template-columns: 1fr;
  }
}
section.caps-el-progreso .caps-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
section.caps-el-progreso .caps-card--pami {
  background: #f9fafb;
  border-color: #e5e7eb;
}
section.caps-el-progreso .caps-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.caps-el-progreso .caps-card-icon {
  font-size: 28px;
  flex-shrink: 0;
}
section.caps-el-progreso .caps-card-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
section.caps-el-progreso .caps-card-subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
section.caps-el-progreso .caps-card ul {
  margin: 0;
  padding: 0 0 0 18px;
}
section.caps-el-progreso .caps-card ul li {
  font-size: 14px;
  color: #374151;
  line-height: 1.9;
}
section.caps-el-progreso .caps-card-extra p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}
section.caps-el-progreso .caps-card-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  margin-top: auto;
}
section.caps-el-progreso .caps-card-hours span {
  font-size: 16px;
  flex-shrink: 0;
}
section.caps-el-progreso .caps-card-hours p {
  font-size: 13px;
  font-weight: 700;
  color: #064e3b;
  margin: 0;
}
section.caps-el-progreso .caps-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f0f9ff;
  border: 1.5px solid #7dd3fc;
  border-radius: 12px;
  padding: 20px 24px;
}
section.caps-el-progreso .caps-note span {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1.5;
}
section.caps-el-progreso .caps-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #0c4a6e;
}

/* ── Centro Cultural ───────────────────────────────────── */
section.centro-cultural .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.centro-cultural .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.centro-cultural .hero .hero-text {
  position: relative;
}
section.centro-cultural .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.centro-cultural .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.centro-cultural .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.centro-cultural .cc-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.centro-cultural .cc-intro {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e7eb;
}
section.centro-cultural .cc-tribute {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  section.centro-cultural .cc-tribute {
    flex-direction: column;
  }
}
section.centro-cultural .cc-tribute-icon {
  font-size: 48px;
  flex-shrink: 0;
  line-height: 1;
}
section.centro-cultural .cc-tribute h2 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
}
section.centro-cultural .cc-tribute p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}
section.centro-cultural .cc-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0;
}
section.centro-cultural .cc-block-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #c2410c;
}
section.centro-cultural .cc-activities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  section.centro-cultural .cc-activities {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  section.centro-cultural .cc-activities {
    grid-template-columns: 1fr;
  }
}
section.centro-cultural .cc-activity-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.centro-cultural .cc-activity-card .cc-activity-icon {
  font-size: 28px;
  margin-bottom: 8px;
}
section.centro-cultural .cc-activity-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
section.centro-cultural .cc-activity-card p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
section.centro-cultural .cc-activity-card span {
  font-size: 13px;
  font-weight: 700;
  color: #c2410c;
}

/* ── Centro de Integración ─────────────────────────────── */
section.centro-de-integracion .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.centro-de-integracion .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.centro-de-integracion .hero .hero-text {
  position: relative;
}
section.centro-de-integracion .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.centro-de-integracion .hero .hero-text h1 {
  color: white;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.centro-de-integracion .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.centro-de-integracion .cid-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.centro-de-integracion .cid-intro {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 700px) {
  section.centro-de-integracion .cid-intro {
    flex-direction: column;
    gap: 24px;
  }
}
section.centro-de-integracion .cid-text {
  flex: 1;
}
section.centro-de-integracion .cid-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 16px;
}
section.centro-de-integracion .cid-text p:last-child {
  margin: 0;
}
section.centro-de-integracion .cid-fb-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #1877f2;
  color: white;
  text-decoration: none;
  padding: 20px 24px;
  border-radius: 12px;
  text-align: center;
  flex-shrink: 0;
  width: 160px;
  transition: background 0.2s, transform 0.2s;
}
section.centro-de-integracion .cid-fb-link:hover {
  background: #1558b0;
  transform: translateY(-2px);
}
section.centro-de-integracion .cid-fb-link div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
section.centro-de-integracion .cid-fb-link strong {
  font-size: 13px;
  font-weight: 700;
}
section.centro-de-integracion .cid-fb-link span {
  font-size: 11px;
  opacity: 0.85;
}
section.centro-de-integracion .cid-fb-ico {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
section.centro-de-integracion .cid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 800px) {
  section.centro-de-integracion .cid-grid {
    grid-template-columns: 1fr;
  }
}
section.centro-de-integracion .cid-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px;
}
section.centro-de-integracion .cid-card .cid-card-icon {
  font-size: 32px;
  margin-bottom: 14px;
}
section.centro-de-integracion .cid-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 14px;
}
section.centro-de-integracion .cid-card ul {
  margin: 0;
  padding: 0 0 0 18px;
}
section.centro-de-integracion .cid-card ul li {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.9;
}
section.centro-de-integracion .cid-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 6px;
}
section.centro-de-integracion .cid-card strong {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}
section.centro-de-integracion .cid-card--hours {
  background: #f9fafb;
  border-color: #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

/* ── Aula Virtual ──────────────────────────────────────── */
section.aula-virtual .hero {
  height: 300px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.aula-virtual .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.aula-virtual .hero .hero-text {
  position: relative;
}
section.aula-virtual .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.aula-virtual .hero .hero-text h1 {
  color: white;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
section.aula-virtual .hero .hero-text p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-size: 15px;
}
section.aula-virtual .av-wrapper {
  max-width: 1000px;
  margin: 60px auto 80px;
  padding: 0 20px;
}
section.aula-virtual .av-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 700px) {
  section.aula-virtual .av-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
section.aula-virtual .av-logo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
@media (max-width: 700px) {
  section.aula-virtual .av-logo {
    width: 120px;
    height: 120px;
  }
}
section.aula-virtual .av-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.aula-virtual .av-facebook {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1877f2;
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  align-self: flex-start;
  transition: background 0.2s;
}
section.aula-virtual .av-facebook:hover {
  background: #1558b0;
}
section.aula-virtual .av-fb-ico {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  object-fit: cover;
}
section.aula-virtual .av-contact-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.aula-virtual .av-contact-items a {
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
section.aula-virtual .av-contact-items a:hover {
  color: #2563eb;
}
section.aula-virtual .av-description {
  margin-bottom: 48px;
}
section.aula-virtual .av-description p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 16px;
}
section.aula-virtual .av-description p:last-child {
  margin: 0;
}
section.aula-virtual .av-block-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2563eb;
}
section.aula-virtual .av-institutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 800px) {
  section.aula-virtual .av-institutions {
    grid-template-columns: 1fr;
  }
}
section.aula-virtual .av-inst-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
section.aula-virtual .av-inst-card:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.14);
  transform: translateY(-3px);
}
section.aula-virtual .av-inst-card:hover .av-inst-link {
  color: #1d4ed8;
}
section.aula-virtual .av-inst-img {
  height: 160px;
  overflow: hidden;
}
section.aula-virtual .av-inst-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
section.aula-virtual .av-inst-card:hover .av-inst-img img {
  transform: scale(1.04);
}
section.aula-virtual .av-inst-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.aula-virtual .av-inst-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
section.aula-virtual .av-inst-info p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
section.aula-virtual .av-inst-link {
  font-size: 13px;
  color: #2563eb;
  font-weight: 600;
  margin-top: auto;
  padding-top: 10px;
  transition: color 0.2s;
}

/* ── Noticias ──────────────────────────────────────────── */
section.noticias .hero {
  height: 280px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.noticias .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.noticias .hero .hero-text {
  position: relative;
}
section.noticias .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.noticias .hero .hero-text h1 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.noticias .noticias-wrapper {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 24px;
}
section.noticias {
  /* Layout: grid + sidebar */
}
section.noticias .noticias-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 32px;
  align-items: start;
}
section.noticias {
  /* ── Sidebar ── */
}
section.noticias .noticias-sidebar {
  position: sticky;
  top: 174px; /* header fijo 150px + margen 24px */
  background: white;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
section.noticias .sidebar-search {
  display: flex;
  margin: 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
section.noticias .sidebar-search:focus-within {
  border-color: royalblue;
}
section.noticias .sidebar-search input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: inherit;
}
section.noticias .sidebar-search button {
  padding: 10px 13px;
  background: royalblue;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}
section.noticias .sidebar-search button:hover {
  background: #2c55d0;
}
section.noticias .sidebar-section {
  padding: 18px 16px;
  border-bottom: 1px solid #f3f4f6;
}
section.noticias .sidebar-section h4 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #9ca3af;
  margin: 0 0 12px;
}
section.noticias {
  /* Period: lista vertical con punto */
}
section.noticias .period-list {
  display: flex;
  flex-direction: column;
}
section.noticias .period-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 4px;
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  border-bottom: 1px solid #f9fafb;
  transition: color 0.15s;
}
section.noticias .period-item .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  flex-shrink: 0;
  transition: all 0.2s;
}
section.noticias .period-item:last-child {
  border-bottom: none;
}
section.noticias .period-item:hover:not(.active) {
  color: #374151;
}
section.noticias .period-item:hover:not(.active) .dot {
  border-color: #9ca3af;
}
section.noticias .period-item.active {
  color: royalblue;
  font-weight: 600;
}
section.noticias .period-item.active .dot {
  background: royalblue;
  border-color: royalblue;
  box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.15);
}
section.noticias {
  /* Categories: tags */
}
section.noticias .cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
section.noticias .cat-btn {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  background: #f3f4f6;
  text-decoration: none;
  transition: all 0.2s;
}
section.noticias .cat-btn:hover {
  background: #e5e7eb;
  color: #111827;
}
section.noticias .cat-btn.active {
  background: royalblue;
  color: white;
}
section.noticias {
  /* Count + search tag */
}
section.noticias .noticias-count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
section.noticias .noticias-count .count-badge {
  font-size: 13px;
  font-weight: 600;
  background: #f0f5ff;
  color: royalblue;
  padding: 5px 14px;
  border-radius: 20px;
}
section.noticias .noticias-count .search-tag {
  font-size: 13px;
  color: #6b7280;
}
section.noticias .noticias-count .search-tag a {
  color: #9ca3af;
  margin-left: 4px;
  text-decoration: none;
  font-size: 15px;
}
section.noticias .noticias-count .search-tag a:hover {
  color: #374151;
}
section.noticias {
  /* Grid */
}
section.noticias .noticias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
}
section.noticias .noticia-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
section.noticias .noticia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
section.noticias .noticia-card .noticia-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f3f4f6;
}
section.noticias .noticia-card .noticia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
section.noticias .noticia-card .noticia-img .img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb, #f3f4f6);
}
section.noticias .noticia-card .noticia-img .noticia-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: royalblue;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
}
section.noticias .noticia-card:hover .noticia-img img {
  transform: scale(1.05);
}
section.noticias .noticia-card .noticia-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.noticias .noticia-card .noticia-body h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.noticias .noticia-card .noticia-body p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
section.noticias .noticia-card .noticia-body time {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}
section.noticias .noticias-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
}
section.noticias .noticias-empty span {
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
}
section.noticias .noticias-empty h3 {
  margin: 0 0 8px;
  color: #374151;
  font-size: 20px;
}
section.noticias .noticias-empty p {
  margin: 0;
  font-size: 15px;
  color: #9ca3af;
}
section.noticias {
  /* ── Paginador ── */
}
section.noticias .paginador {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
section.noticias .pag-btn {
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: royalblue;
  background: #f0f5ff;
  border: 1.5px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
}
section.noticias .pag-btn:hover:not(.disabled) {
  background: royalblue;
  color: white;
}
section.noticias .pag-btn.disabled {
  color: #d1d5db;
  background: #f9fafb;
  cursor: default;
}
section.noticias .pag-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}
section.noticias .pag-num {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #374151;
  background: transparent;
  border: 1.5px solid transparent;
  transition: all 0.2s;
}
section.noticias .pag-num:hover:not(.active) {
  border-color: #e5e7eb;
  background: #f9fafb;
}
section.noticias .pag-num.active {
  background: royalblue;
  color: white;
  font-weight: 700;
}
section.noticias .pag-ellipsis {
  min-width: 24px;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
}
@media (max-width: 900px) {
  section.noticias .noticias-layout {
    grid-template-columns: 1fr;
  }
  section.noticias .noticias-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.noticias .sidebar-search {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  section.noticias .noticias-sidebar {
    grid-template-columns: 1fr;
  }
  section.noticias .noticias-grid {
    grid-template-columns: 1fr;
  }
  section.noticias .paginador {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ── Noticia Detalle ───────────────────────────────────── */
section.noticia-detalle .detalle-hero {
  height: 420px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}
section.noticia-detalle .detalle-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 15, 40, 0.85) 0%, rgba(5, 15, 40, 0.3) 60%, transparent 100%);
}
section.noticia-detalle .detalle-hero .detalle-hero-text {
  position: relative;
  padding: 40px;
  max-width: 860px;
}
section.noticia-detalle .detalle-hero .detalle-hero-text .cat-badge {
  display: inline-block;
  background: royalblue;
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
section.noticia-detalle .detalle-hero .detalle-hero-text h1 {
  color: white;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta time, section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta .detalle-autor {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta .detalle-autor::before {
  content: "·";
  opacity: 0.5;
  margin-right: 6px;
}
section.noticia-detalle .detalle-wrapper {
  max-width: 800px;
  margin: 36px auto 80px;
  padding: 0 24px;
}
section.noticia-detalle .detalle-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 12px;
}
section.noticia-detalle .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
section.noticia-detalle .btn-back:hover {
  color: royalblue;
}
section.noticia-detalle .detalle-actions {
  display: flex;
  gap: 8px;
}
section.noticia-detalle .detalle-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1.5px solid #e5e7eb;
  background: white;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
section.noticia-detalle .detalle-action-btn:hover {
  border-color: royalblue;
  color: royalblue;
}
section.noticia-detalle .detalle-action-btn.copied {
  border-color: #16a34a;
  color: #16a34a;
}
section.noticia-detalle .relacionadas {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #f3f4f6;
}
section.noticia-detalle .relacionadas .relacionadas-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px;
  padding-left: 12px;
  border-left: 4px solid royalblue;
}
section.noticia-detalle .relacionadas .relacionadas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
section.noticia-detalle .relacionadas .noticia-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
section.noticia-detalle .relacionadas .noticia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
section.noticia-detalle .relacionadas .noticia-card .noticia-img {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #f3f4f6;
  flex-shrink: 0;
}
section.noticia-detalle .relacionadas .noticia-card .noticia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
section.noticia-detalle .relacionadas .noticia-card .noticia-img .noticia-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background: royalblue;
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
section.noticia-detalle .relacionadas .noticia-card:hover .noticia-img img {
  transform: scale(1.05);
}
section.noticia-detalle .relacionadas .noticia-card .noticia-body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.noticia-detalle .relacionadas .noticia-card .noticia-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.noticia-detalle .relacionadas .noticia-card .noticia-body p {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.noticia-detalle .relacionadas .noticia-card .noticia-body time {
  font-size: 11px;
  color: #9ca3af;
  margin-top: auto;
}
section.noticia-detalle .detalle-article .detalle-lead {
  font-size: 18px;
  color: #374151;
  line-height: 1.65;
  font-weight: 500;
  border-left: 4px solid royalblue;
  padding-left: 18px;
  margin: 0 0 32px;
}
section.noticia-detalle .detalle-article .detalle-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
}
section.noticia-detalle .detalle-article .detalle-text p {
  margin: 0 0 20px;
}
section.noticia-detalle .detalle-article .detalle-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 32px 0 14px;
}
section.noticia-detalle .detalle-article .detalle-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 28px 0 12px;
}
section.noticia-detalle .detalle-article .detalle-text img {
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}
section.noticia-detalle .detalle-article .detalle-text a {
  color: royalblue;
}
section.noticia-detalle .detalle-article .detalle-text ul, section.noticia-detalle .detalle-article .detalle-text ol {
  padding-left: 24px;
  margin: 0 0 20px;
}
section.noticia-detalle .detalle-article .detalle-text li {
  margin-bottom: 6px;
}
section.noticia-detalle .detalle-notfound {
  text-align: center;
  padding: 60px 20px;
}
section.noticia-detalle .detalle-notfound span {
  font-size: 48px;
  display: block;
  margin-bottom: 16px;
}
section.noticia-detalle .detalle-notfound h2 {
  margin: 0 0 8px;
  color: #374151;
  font-size: 22px;
}
section.noticia-detalle .detalle-notfound p {
  margin: 0;
  color: #9ca3af;
}

/* ── Contacto ──────────────────────────────────────────── */
section.contacto .hero {
  height: 320px;
  background: url("/assets/images/banner.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
section.contacto .hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 25, 60, 0.65), rgba(10, 25, 60, 0.5));
}
section.contacto .hero .hero-text {
  position: relative;
}
section.contacto .hero .hero-text span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 12px;
}
section.contacto .hero .hero-text h1 {
  color: white;
  font-size: 48px;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
section.contacto .contacto-wrapper {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 24px;
}
section.contacto .contacto-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}
section.contacto {
  /* ── Formulario ── */
}
section.contacto .block-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  background: royalblue;
  margin: 0 0 24px;
  padding: 14px 20px;
  border-radius: 10px;
}
section.contacto .form-alert {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.contacto .form-alert.ok {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}
section.contacto .form-alert.error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
section.contacto .form-alert.invalid {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}
section.contacto .contacto-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
section.contacto .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
section.contacto .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.contacto .field label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
section.contacto .field input, section.contacto .field select, section.contacto .field textarea {
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #111827;
  outline: none;
  transition: border-color 0.2s;
  background: white;
}
section.contacto .field input:focus, section.contacto .field select:focus, section.contacto .field textarea:focus {
  border-color: royalblue;
}
section.contacto .field textarea {
  resize: vertical;
}
section.contacto .btn-submit {
  align-self: flex-start;
  padding: 12px 28px;
  background: royalblue;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
section.contacto .btn-submit:hover {
  background: #2c55d0;
  transform: translateY(-1px);
}
section.contacto {
  /* ── Info sidebar ── */
}
section.contacto .contacto-info-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
section.contacto .info-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #f3f4f6;
}
section.contacto .info-block .info-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
section.contacto .info-block h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin: 0 0 4px;
}
section.contacto .info-block p {
  margin: 0 0 4px;
  font-size: 14px;
  color: #111827;
  line-height: 1.5;
}
section.contacto .info-block a {
  display: block;
  font-size: 14px;
  color: royalblue;
  text-decoration: none;
}
section.contacto .info-block a:hover {
  text-decoration: underline;
}
section.contacto .info-block .info-detail {
  font-size: 12px;
  color: #9ca3af;
}
section.contacto .btn-wsp {
  display: block;
  margin: 14px 16px;
  padding: 13px 20px;
  background: #25d366;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
section.contacto .btn-wsp:hover {
  background: #1db955;
  transform: translateY(-1px);
}
section.contacto .emergencias {
  padding: 16px 20px;
  border-top: 1px solid #f3f4f6;
}
section.contacto .emergencias h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  margin: 0 0 12px;
}
section.contacto .urg-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #f9fafb;
}
section.contacto .urg-item:last-child {
  border: none;
}
section.contacto .badge {
  min-width: 40px;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: white;
  flex-shrink: 0;
}
section.contacto .badge.red {
  background: #ef4444;
}
section.contacto .badge.orange {
  background: #f97316;
}
section.contacto .badge.blue {
  background: #3b82f6;
}
section.contacto .badge.purple {
  background: #8b5cf6;
}
section.contacto .badge.teal {
  background: #14b8a6;
}
section.contacto {
  /* ── Dependencias ── */
}
section.contacto .dependencias-wrapper {
  max-width: 1100px;
  margin: 50px auto 80px;
  padding: 0 24px;
}
section.contacto .dependencias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
section.contacto .dep-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  transition: background 0.2s, box-shadow 0.2s;
}
section.contacto .dep-card .dep-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
section.contacto .dep-card a {
  display: block;
  font-size: 13px;
  color: #6b7280;
  text-decoration: none;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.contacto .dep-card a:hover {
  color: royalblue;
}
section.contacto .dep-card:hover {
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
@media (max-width: 860px) {
  section.contacto .contacto-layout {
    grid-template-columns: 1fr;
  }
  section.contacto .form-row {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive hero (compartido secciones page) ────────── */
@media (max-width: 768px) {
  section.gobierno-transparente .hero,
  section.escalafon-municipal .hero,
  section.informacion-contable .hero,
  section.licitaciones-cotejos .hero,
  section.tributaria-anual .hero,
  section.consejo-deliberante .hero,
  section.ordenanzas-municipales .hero,
  section.juzgado-faltas .hero,
  section.area-transito .hero,
  section.area-rentas .hero,
  section.nosotros .hero,
  section.autoridades .hero,
  section.manos-emprendedoras .hero,
  section.prevencion-dengue .hero,
  section.aula-virtual .hero,
  section.centro-de-integracion .hero,
  section.centro-cultural .hero,
  section.caps-el-progreso .hero,
  section.centro-desarrollo-infantil .hero {
    height: 200px;
  }
  section.gobierno-transparente .hero-text h1,
  section.escalafon-municipal .hero-text h1,
  section.informacion-contable .hero-text h1,
  section.licitaciones-cotejos .hero-text h1,
  section.tributaria-anual .hero-text h1,
  section.consejo-deliberante .hero-text h1,
  section.ordenanzas-municipales .hero-text h1,
  section.juzgado-faltas .hero-text h1,
  section.area-transito .hero-text h1,
  section.area-rentas .hero-text h1,
  section.nosotros .hero-text h1,
  section.autoridades .hero-text h1,
  section.manos-emprendedoras .hero-text h1,
  section.prevencion-dengue .hero-text h1,
  section.aula-virtual .hero-text h1,
  section.centro-de-integracion .hero-text h1,
  section.centro-cultural .hero-text h1,
  section.caps-el-progreso .hero-text h1,
  section.centro-desarrollo-infantil .hero-text h1 {
    font-size: 26px;
  }
  section.gobierno-transparente .wrapper,
  section.escalafon-municipal .wrapper,
  section.informacion-contable .wrapper,
  section.licitaciones-cotejos .wrapper,
  section.tributaria-anual .wrapper,
  section.consejo-deliberante .wrapper,
  section.ordenanzas-municipales .wrapper,
  section.juzgado-faltas .wrapper,
  section.area-transito .wrapper,
  section.area-rentas .wrapper,
  section.nosotros .wrapper,
  section.autoridades .wrapper,
  section.manos-emprendedoras .wrapper,
  section.prevencion-dengue .wrapper,
  section.aula-virtual .wrapper,
  section.centro-de-integracion .wrapper,
  section.centro-cultural .wrapper,
  section.caps-el-progreso .wrapper,
  section.centro-desarrollo-infantil .wrapper {
    padding: 32px 20px 48px;
    max-width: 100%;
  }
  section.aula-virtual .av-grid,
  section.centro-de-integracion .cid-grid,
  section.centro-cultural .cc-activities,
  section.caps-el-progreso .caps-grid,
  section.centro-desarrollo-infantil .cdi-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  section.gobierno-transparente .hero,
  section.nosotros .hero,
  section.autoridades .hero,
  section.manos-emprendedoras .hero,
  section.aula-virtual .hero,
  section.centro-de-integracion .hero,
  section.centro-cultural .hero,
  section.caps-el-progreso .hero,
  section.centro-desarrollo-infantil .hero {
    height: 160px;
  }
}
/* ── Print ─────────────────────────────────────────────── */
@media print {
  @page {
    margin: 2cm 2.5cm;
    size: A4 portrait;
  }
  /* Ocultar todo lo que no es contenido */
  header, footer, section.more,
  .detalle-topbar, .relacionadas {
    display: none !important;
  }
  body, #dashboard, main {
    background: white !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  section.noticia-detalle {
    /* Hero: quitar imagen, mostrar solo el texto como cabecera */
  }
  section.noticia-detalle .detalle-hero {
    height: auto !important;
    background: none !important;
    border-bottom: 2pt solid #000;
    margin-bottom: 18pt;
  }
  section.noticia-detalle .detalle-hero .overlay {
    display: none;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text {
    position: static !important;
    padding: 0 0 10pt;
    text-align: left;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text .cat-badge {
    color: #555;
    font-size: 9pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text h1 {
    color: #000 !important;
    font-size: 20pt;
    font-weight: 700;
    margin: 6pt 0 4pt;
    text-shadow: none !important;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta time, section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta .detalle-autor {
    color: #555;
    font-size: 9pt;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text .detalle-meta .detalle-autor::before {
    content: "·";
    margin-right: 6px;
  }
  section.noticia-detalle .detalle-hero .detalle-hero-text time {
    color: #666;
    font-size: 9pt;
  }
  section.noticia-detalle .detalle-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  section.noticia-detalle .detalle-article .detalle-lead {
    font-size: 12pt;
    color: #333;
    border-left: 3pt solid #000;
    padding-left: 10pt;
    margin-bottom: 16pt;
  }
  section.noticia-detalle .detalle-article .detalle-text {
    font-size: 11pt;
    color: #111;
    line-height: 1.65;
    page-break-inside: auto;
  }
  section.noticia-detalle .detalle-article .detalle-text img {
    max-width: 100%;
    page-break-inside: avoid;
  }
  section.noticia-detalle .detalle-article .detalle-text a {
    color: #000;
    text-decoration: underline;
  }
  section.noticia-detalle .detalle-article .detalle-text h2 {
    font-size: 14pt;
    margin: 18pt 0 8pt;
  }
  section.noticia-detalle .detalle-article .detalle-text h3 {
    font-size: 12pt;
    margin: 14pt 0 6pt;
  }
  section.noticia-detalle {
    /* Pie de página */
  }
  section.noticia-detalle::after {
    content: "Municipalidad de Piedras Blancas · piedrasblancas.gob.ar";
    display: block;
    margin-top: 24pt;
    font-size: 8pt;
    color: #999;
    border-top: 1pt solid #ccc;
    padding-top: 6pt;
  }
}

/*# sourceMappingURL=PageComponent.css.map */
