.p3-home { padding: 34px 0 54px; background: #fff; }
.p3-home-masthead { margin: 0 0 12px; color: #cf1620; font-size: 11px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.p3-home-hero { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 250px); gap: 16px; margin-bottom: 42px; }
.p3-home-hero-story { position: relative; overflow: hidden; background: #191919; }
.p3-home-hero-story-1 { grid-row: span 2; }
.p3-home-hero-image, .p3-home-image { display: block; width: 100%; height: 100%; background: #262626; }
.p3-home-hero-image img, .p3-home-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.p3-home-hero-story:hover img, .p3-home-card:hover img { transform: scale(1.035); }
.p3-home-hero-image span, .p3-home-image span { display: block; width: 100%; height: 100%; background: #2a2a2a; }
.p3-home-hero-story::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.88), rgba(0,0,0,.1) 72%); }
.p3-home-hero-copy { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; }
.p3-home-hero-copy > a, .p3-home-category { color: #cf1620; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.p3-home-hero-copy > a { color: #fff; }
.p3-home-hero-copy h1 { margin: 7px 0 6px; color: #fff; font-size: 22px; line-height: 1.15; }
.p3-home-hero-story-1 h1 { font-size: 33px; }
.p3-home-hero-copy h1 a { color: inherit; }
.p3-home time { color: #727272; font-size: 11px; }
.p3-home-hero-copy time { color: rgba(255,255,255,.72); }
.p3-home-section { margin: 0 0 42px; }
.p3-home-followups { margin: -10px 0 42px; }
.p3-home-followups-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.p3-home-followup { display: flex; gap: 12px; min-height: 104px; padding: 17px; border: 1px solid #dedede; color: #171717; background: #fafafa; }
.p3-home-followup:hover { color: #171717; border-color: #cf1620; background: #fff; }
.p3-home-followup-index { color: #cf1620; font-size: 22px; font-weight: 700; line-height: 1; }
.p3-home-followup strong { display: block; margin-bottom: 6px; font-size: 16px; line-height: 1.2; }
.p3-home-followup small { display: block; color: #666; font-size: 12px; line-height: 1.45; }
.p3-home-section-heading { margin: 0 0 18px; padding: 0 0 9px; border-bottom: 3px solid #151515; }
.p3-home-section-heading h2 { margin: 0; color: #171717; font-size: 14px; font-weight: 800; letter-spacing: 1.15px; text-transform: uppercase; }
.p3-home-section-heading h2::before { content: ''; display: inline-block; width: 4px; height: 17px; margin: 0 8px -3px 0; background: #cf1620; }
.p3-home-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.p3-home-card h3 { margin: 7px 0 6px; color: #171717; font-size: 18px; line-height: 1.25; }
.p3-home-card h3 a { color: inherit; }
.p3-home-card h3 a:hover { color: #cf1620; }
.p3-home-image { height: 172px; margin-bottom: 12px; }
.p3-home-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.p3-home-compact .p3-home-grid { grid-template-columns: 1fr; gap: 14px; }
.p3-home-compact .p3-home-card { display: grid; grid-template-columns: 116px minmax(0,1fr); column-gap: 13px; align-items: start; }
.p3-home-compact .p3-home-image { grid-row: span 3; height: 84px; margin: 0; }
.p3-home-compact .p3-home-card h3 { margin: 4px 0 5px; font-size: 15px; }
.p3-home-more { margin: -4px 0 0; text-align: right; }
.p3-home-more a { color: #cf1620; font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
/* Cabeceras sticky heredadas del demo de Newspaper. */
.tdb-logo-text-title { letter-spacing: 0; }

.p3-weather-strip {
  background: #171717;
  border-bottom: 3px solid #cf1620;
  color: #f4f4f4;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 12px;
}
.p3-weather-strip__inner {
  align-items: center;
  display: flex;
  gap: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
  min-height: 34px;
  padding: 0 20px;
}
.p3-weather-strip strong { color: #fff; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.p3-weather-strip__weather, .p3-weather-strip__markets { align-items: center; display: flex; }
.p3-weather-strip__weather > span, .p3-weather-strip__markets > span { white-space: nowrap; }
.p3-weather-strip__weather > * + *, .p3-weather-strip__markets > * + * { border-left: 1px solid #555; margin-left: 14px; padding-left: 14px; }
.p3-weather-strip__markets { border-left: 1px solid #555; margin-left: 16px; padding-left: 16px; }
.p3-weather-strip__markets b { color: #f4b000; font-size: 10px; letter-spacing: .08em; }
.p3-home-highlighted { margin-bottom: 46px; }
.p3-home-highlighted .p3-home-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.p3-home-highlighted .p3-home-image { height: 150px; }
.p3-home-highlighted .p3-home-card h3 { font-size: 16px; }

/* El bloque Territorial viene como HTML crudo del constructor; en escritorio
   necesita un ancho explícito para que la imagen no quede colapsada. */
.tdi_158,
.tdi_158 .td-fix-index { display: block !important; width: 100% !important; }
.tdi_158 img[src*="territorial-map"] {
  display: block !important;
  width: min(100%, 900px) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.p3-territorial-desktop {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 24px;
  background: #111;
  text-align: center;
}
.p3-territorial-desktop h2 { margin: 0 0 18px; color: #fff; font-size: 28px; }
.p3-territorial-desktop img { display: block; width: min(100%, 900px); height: auto; margin: 0 auto; }
@media (min-width: 768px) { .p3-territorial-desktop { display: block; } }
@media (max-width: 767px) { .p3-weather-strip { font-size: 12px; } .p3-weather-strip__inner { justify-content: flex-start; flex-wrap: wrap; gap: 4px 10px; min-height: 0; padding: 8px 15px; } .p3-weather-strip__weather, .p3-weather-strip__markets { flex-wrap: wrap; gap: 4px 10px; } .p3-weather-strip__weather > * + *, .p3-weather-strip__markets > * + *, .p3-weather-strip__markets { border-left: 0; margin-left: 0; padding-left: 0; } .p3-home { padding-top: 22px; } .p3-home-hero { grid-template-columns: 1fr; grid-template-rows: 280px 185px 185px; } .p3-home-hero-story-1 { grid-row: auto; } .p3-home-hero-story-1 h1 { font-size: 25px; } .p3-home-grid, .p3-home-pair, .p3-home-followups-grid, .p3-home-highlighted .p3-home-grid { grid-template-columns: 1fr; } .p3-home-pair { gap: 0; } .p3-home-image { height: 210px; } }
