/* ============================================================
   HOC BIOSEGURIDAD — hoc-home.css v9.0 PERFECT
   Palette: #EB9797 · #c9fcff · #0cb0cc · #f5f5f5 · #0e1a1c
   NO CSS VARIABLES · PrestaShop / cPanel safe
   Font: Craft Gothic / DM Sans fallback
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

.hoc-page {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  color: #0e1a1c;
  background: #f5f5f5;
  overflow-x: hidden;
}

/* ── SECTION BASE ── */
.hoc-section { width: 100%; padding: 72px 0; }
.hoc-container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ── SECTION LABEL ── */
.hoc-label {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0cb0cc;
  background: rgba(12,176,204,0.08);
  border: 1px solid rgba(12,176,204,0.2);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.hoc-label .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0cb0cc;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-animation: pulse-dot 2s ease-in-out infinite;
  animation: pulse-dot 2s ease-in-out infinite;
}
@-webkit-keyframes pulse-dot {
  0%,100% { opacity:1; -webkit-transform:scale(1); transform:scale(1); }
  50%      { opacity:0.5; -webkit-transform:scale(1.4); transform:scale(1.4); }
}
@keyframes pulse-dot {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:0.5; transform:scale(1.4); }
}

/* ── HEADINGS ── */
.hoc-h2 {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
  color: #0e1a1c;
  letter-spacing: -0.02em;
}
.hoc-h2 .accent      { color: #0cb0cc; }
.hoc-h2 .accent-rose { color: #c96060; }
.hoc-sub {
  font-size: 15px;
  color: #4a6068;
  line-height: 1.7;
  max-width: 580px;
  margin-top: 10px;
}

/* ============================================================
   TRENDING HOT STRIP
   ============================================================ */
.hoc-trending-strip {
  background: #eb9797;
  overflow: hidden;
  border-bottom: 2px solid #0cb0cc;
}
.hoc-trending-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.hoc-trending-tag {
  background: #0cb0cc;
  color: white;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 18px;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hoc-trending-tag .fire { margin-right: 6px; font-size: 13px; }
.hoc-trending-scroll {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 20px;
}
.hoc-trending-track {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: scroll-left 55s linear infinite;
  animation: scroll-left 55s linear infinite;
}
.hoc-trending-track:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes scroll-left {
  0%   { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hoc-trending-item {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  color: #f5f5f5;
  font-size: 12px;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  padding: 0 28px 0 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.hoc-trending-item:hover { color: #ffffff; }
.hoc-trending-item .sep {
  color: rgba(255,255,255,0.35);
  margin-right: 28px;
  font-size: 16px;
}
.hoc-trending-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0cb0cc;
  border: 1px solid rgba(255,255,255,0.6);
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-animation: pulse-dot 1.5s ease-in-out infinite;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

/* ============================================================
   SECTION 1 — NOTICIAS
   ============================================================ */
.hoc-news-section {
  background: #ffffff;
  border-bottom: 1px solid rgba(12,176,204,0.15);
}
.hoc-news-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 36px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hoc-news-header-left {
  -webkit-flex: 1;
  flex: 1;
  min-width: 260px;
}

/* News slider */
.hoc-news-slider-wrap { position: relative; overflow: hidden; }
.hoc-news-track {
  display: -webkit-flex;
  display: flex;
  -webkit-transition: -webkit-transform 0.52s cubic-bezier(0.4,0,0.2,1);
  transition: transform 0.52s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}

/* ── NEWS CARD ── */
.hoc-news-card {
  -webkit-flex: 0 0 calc(33.333% - 14px);
  flex: 0 0 calc(33.333% - 14px);
  min-width: 260px;
  background: #f9feff;
  border: 1px solid rgba(12,176,204,0.15);
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4,0,0.2,1), box-shadow 0.32s cubic-bezier(0.4,0,0.2,1), border-color 0.32s cubic-bezier(0.4,0,0.2,1);
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), box-shadow 0.32s cubic-bezier(0.4,0,0.2,1), border-color 0.32s cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  margin-right: 20px;
}
.hoc-news-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(12,176,204,0.14);
  border-color: rgba(12,176,204,0.38);
}

/* Card image */
.hoc-news-img-wrap {
  overflow: hidden;
  height: 200px;
  background: linear-gradient(135deg, #c9fcff 0%, rgba(12,176,204,0.12) 100%);
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hoc-news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
}
.hoc-news-card:hover .hoc-news-img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.hoc-news-img-placeholder {
  width: 100%;
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 44px;
  color: rgba(12,176,204,0.35);
}

.hoc-news-card-body {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  flex: 1;
}

/* Meta row: date + source badge */
.hoc-news-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.hoc-news-date {
  font-size: 11px;
  color: #4a6068;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
}

/* Source badges */
.hoc-news-source-badge {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  border: 1px solid transparent;
}
.hoc-src-cdc     { background: rgba(12,176,204,0.1);  color: #0891a8; border-color: rgba(12,176,204,0.25); }
.hoc-src-who     { background: rgba(14,70,200,0.08);  color: #0e46c8; border-color: rgba(14,70,200,0.2);  }
.hoc-src-ecdc    { background: rgba(0,112,60,0.08);   color: #00703c; border-color: rgba(0,112,60,0.2);   }
.hoc-src-cidrap  { background: rgba(120,60,200,0.08); color: #783cc8; border-color: rgba(120,60,200,0.2); }
.hoc-src-paho    { background: rgba(200,100,12,0.08); color: #c8640c; border-color: rgba(200,100,12,0.2); }

.hoc-news-title {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #0e1a1c;
  margin-bottom: 8px;
}
.hoc-news-desc {
  font-size: 13px;
  color: #4a6068;
  line-height: 1.65;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hoc-news-arrow {
  font-size: 12px;
  color: #0cb0cc;
  font-weight: 700;
  margin-top: 16px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.hoc-news-arrow span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  margin-left: 4px;
}
.hoc-news-card:hover .hoc-news-arrow span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* Slider controls */
.hoc-news-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 32px;
}
.hoc-news-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(12,176,204,0.22);
  background: #ffffff;
  color: #0cb0cc;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 6px;
  -webkit-transition: background 0.22s, border-color 0.22s, -webkit-transform 0.22s;
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
  box-shadow: 0 2px 10px rgba(12,176,204,0.08);
}
.hoc-news-btn:hover {
  background: #c9fcff;
  border-color: #0cb0cc;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.hoc-news-dots {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px;
}
.hoc-news-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dedede;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s, width 0.25s;
  transition: background 0.25s, transform 0.25s, width 0.25s;
}
.hoc-news-dot.active {
  background: #0cb0cc;
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
}

/* Loading */
.hoc-news-loading {
  text-align: center;
  padding: 56px;
  color: #4a6068;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.hoc-spinner {
  width: 32px;
  height: 32px;
  border: 2.5px solid #c9fcff;
  border-top-color: #0cb0cc;
  border-radius: 50%;
  -webkit-animation: spin 0.75s linear infinite;
  animation: spin 0.75s linear infinite;
  margin: 0 auto 14px;
}
@-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spin         { to { transform: rotate(360deg); } }

/* ============================================================
   SECTION 2 — MAPA DE BROTES
   ============================================================ */
.hoc-map-section {
  background: linear-gradient(135deg, #f0feff 0%, #e6f9fa 100%);
  border-top: 1px solid rgba(12,176,204,0.18);
  border-bottom: 1px solid rgba(12,176,204,0.18);
  position: relative;
  overflow: hidden;
}
.hoc-map-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: rgba(12,176,204,0.06);
  pointer-events: none;
}
.hoc-map-section::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(235,151,151,0.06);
  pointer-events: none;
}

/* Map live counter badges */
.hoc-map-counters {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 14px;
  vertical-align: middle;
}
.hoc-map-counter-badge {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  margin-left: 6px;
}
.hoc-map-counter-badge.alert-badge {
  background: rgba(235,151,151,0.15);
  color: #c96060;
  border: 1px solid rgba(235,151,151,0.35);
}
.hoc-map-counter-badge.watch-badge {
  background: rgba(12,176,204,0.1);
  color: #0891a8;
  border: 1px solid rgba(12,176,204,0.25);
}

/* Map layout */
.hoc-map-layout {
  margin-top: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hoc-map-left {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 280px;
  padding-right: 28px;
}
.hoc-map-right {
  width: 300px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

#hoc-leaflet-map {
  height: 440px;
  border-radius: 16px;
  border: 2px solid rgba(12,176,204,0.28);
  overflow: hidden;
  background: #0d1b2a;
  box-shadow: 0 12px 48px rgba(12,176,204,0.14), 0 2px 8px rgba(0,0,0,0.12);
}

/* ── LEAFLET POPUP STYLES ── */
.hoc-leaflet-popup .leaflet-popup-content-wrapper {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(12,176,204,0.2);
  box-shadow: 0 8px 32px rgba(14,26,28,0.14);
  padding: 0;
  overflow: hidden;
}
.hoc-leaflet-popup .leaflet-popup-content {
  margin: 0;
  min-width: 220px;
}
.hoc-leaflet-popup .leaflet-popup-tip-container { display: none; }
.hoc-leaflet-popup .leaflet-popup-close-button {
  color: #4a6068;
  font-size: 18px;
  top: 8px;
  right: 10px;
}

.hoc-map-popup { padding: 16px 18px 14px; font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif; }
.hoc-popup-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.hoc-popup-icon { font-size: 18px; margin-right: 8px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.hoc-popup-header strong { font-size: 14px; font-weight: 700; color: #0e1a1c; line-height: 1.35; }
.hoc-popup-location { font-size: 12px; color: #4a6068; margin-bottom: 8px; }
.hoc-popup-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.hoc-popup-badge.alert {
  background: rgba(235,151,151,0.15);
  color: #c96060;
  border: 1px solid rgba(235,151,151,0.3);
}
.hoc-popup-badge.watch {
  background: rgba(12,176,204,0.1);
  color: #0891a8;
  border: 1px solid rgba(12,176,204,0.22);
}
.hoc-popup-source { font-size: 11px; color: #0cb0cc; font-weight: 600; margin-bottom: 10px; }
.hoc-popup-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #0cb0cc;
  text-decoration: none;
  border-top: 1px solid rgba(12,176,204,0.12);
  padding-top: 8px;
  width: 100%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.hoc-popup-link:hover { color: #0891a8; }

/* ── PULSE MARKER ANIMATIONS ── */
.hoc-map-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.hoc-map-pulse-alert {
  width: 36px;
  height: 36px;
  background: rgba(235,151,151,0.25);
  border: 1.5px solid rgba(201,96,96,0.35);
  -webkit-animation: pulse-alert 2.2s ease-out infinite;
  animation: pulse-alert 2.2s ease-out infinite;
}
.hoc-map-pulse-watch {
  width: 28px;
  height: 28px;
  background: rgba(12,176,204,0.18);
  border: 1.5px solid rgba(12,176,204,0.3);
  -webkit-animation: pulse-watch 3s ease-out infinite;
  animation: pulse-watch 3s ease-out infinite;
}
@-webkit-keyframes pulse-alert {
  0%   { -webkit-transform: translate(-50%,-50%) scale(0.5); transform: translate(-50%,-50%) scale(0.5); opacity:1; }
  100% { -webkit-transform: translate(-50%,-50%) scale(2.4); transform: translate(-50%,-50%) scale(2.4); opacity:0; }
}
@keyframes pulse-alert {
  0%   { transform: translate(-50%,-50%) scale(0.5); opacity:1; }
  100% { transform: translate(-50%,-50%) scale(2.4); opacity:0; }
}
@-webkit-keyframes pulse-watch {
  0%   { -webkit-transform: translate(-50%,-50%) scale(0.6); transform: translate(-50%,-50%) scale(0.6); opacity:0.9; }
  100% { -webkit-transform: translate(-50%,-50%) scale(2.0); transform: translate(-50%,-50%) scale(2.0); opacity:0; }
}
@keyframes pulse-watch {
  0%   { transform: translate(-50%,-50%) scale(0.6); opacity:0.9; }
  100% { transform: translate(-50%,-50%) scale(2.0); opacity:0; }
}

/* Outbreak sidebar */
.hoc-outbreak-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 440px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(12,176,204,0.2) transparent;
}
.hoc-outbreak-list::-webkit-scrollbar { width: 4px; }
.hoc-outbreak-list::-webkit-scrollbar-track { background: transparent; }
.hoc-outbreak-list::-webkit-scrollbar-thumb { background: rgba(12,176,204,0.25); border-radius: 4px; }

.hoc-outbreak-item {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(12,176,204,0.16);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: background 0.22s, border-color 0.22s, -webkit-transform 0.22s, box-shadow 0.22s;
  transition: background 0.22s, border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.hoc-outbreak-item:last-child { margin-bottom: 0; }
.hoc-outbreak-item:hover {
  background: rgba(201,252,255,0.65);
  border-color: rgba(12,176,204,0.35);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(12,176,204,0.1);
}
.hoc-outbreak-item.new-alert {
  border-color: rgba(235,151,151,0.4);
  background: rgba(235,151,151,0.05);
}
.hoc-outbreak-item.new-alert:hover {
  background: rgba(235,151,151,0.1);
  border-color: rgba(235,151,151,0.5);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.hoc-outbreak-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
}
.hoc-outbreak-name {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0e1a1c;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 8px;
  line-height: 1.35;
}
.hoc-outbreak-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 100px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background: rgba(235,151,151,0.14);
  color: #c96060;
  border: 1px solid rgba(235,151,151,0.28);
}
.hoc-outbreak-badge.watch {
  background: rgba(12,176,204,0.1);
  color: #0891a8;
  border-color: rgba(12,176,204,0.22);
}
.hoc-outbreak-location {
  font-size: 11px;
  color: #4a6068;
  margin-bottom: 2px;
}
.hoc-outbreak-source {
  font-size: 10px;
  color: #0cb0cc;
  font-weight: 600;
}

/* Map legend */
.hoc-map-legend {
  display: none !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}
.hoc-legend-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  color: #4a6068;
  margin-right: 20px;
  margin-top: 6px;
}
.hoc-legend-dot {
    background: #0cb0cc !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.hoc-map-counter-badge.alert-badge{
    
}
.hoc-map-counter-badge.watch-badge{
    
}
.leaflet-control-attribution.leaflet-control{
    display:none;
}
#hoc-map-alert-count, #hoc-map-watch-count{
    margin-right:5px;
}
.hoc-type-dot-red, .hoc-type-dot-blue{
    margin-right:5px;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out{
    background:#0cb0cc !important;
    color:white !important;
}
/* ============================================================
   SECTION 3 — ABOUT
   ============================================================ */
.hoc-about-section {
  background: #f5f5f5;
  position: relative;
}
.hoc-about-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, transparent, rgba(12,176,204,0.18), transparent);
  background: linear-gradient(90deg, transparent, rgba(12,176,204,0.18), transparent);
}
.hoc-about-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
.hoc-about-card {
  background: #ffffff;
  border: 1px solid rgba(12,176,204,0.15);
  border-radius: 16px;
  padding: 32px 28px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 260px;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4,0,0.2,1), box-shadow 0.32s cubic-bezier(0.4,0,0.2,1);
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), box-shadow 0.32s cubic-bezier(0.4,0,0.2,1);
}
.hoc-about-card:first-child { margin-left: 0; }
.hoc-about-card:last-child  { margin-right: 0; }
.hoc-about-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 18px 52px rgba(12,176,204,0.11);
}
.hoc-about-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: -webkit-linear-gradient(left, #0cb0cc, #a0f0f6);
  background: linear-gradient(90deg, #0cb0cc, #a0f0f6);
  border-radius: 16px 16px 0 0;
}
.hoc-about-card.rose-top::before {
  background: -webkit-linear-gradient(left, #EB9797, #f7d4d4);
  background: linear-gradient(90deg, #EB9797, #f7d4d4);
}
.hoc-about-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(201,252,255,0.5);
  border: 1px solid rgba(12,176,204,0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
  color: #0891a8;
}
.hoc-about-card.rose-top .hoc-about-icon {
  background: rgba(235,151,151,0.12);
  border-color: rgba(235,151,151,0.25);
  color: #c96060;
}
.hoc-about-title {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0891a8;
  margin-bottom: 10px;
}
.hoc-about-card.rose-top .hoc-about-title { color: #c96060; }
.hoc-about-text { font-size: 14px; line-height: 1.75; color: #4a6068; }

/* Biolink button */
.hoc-biolink-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 48px;
}
.hoc-biolink-btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 14px 36px;
  background: #0cb0cc;
  color: #ffffff;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: background 0.28s, -webkit-transform 0.28s, box-shadow 0.28s;
  transition: background 0.28s, transform 0.28s, box-shadow 0.28s;
  box-shadow: 0 4px 24px rgba(12,176,204,0.3);
}
.hoc-biolink-btn svg { width: 16px; height: 16px; margin-right: 10px; }
.hoc-biolink-btn:hover {
  background: #0891a8;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(12,176,204,0.38);
}

/* ============================================================
   SECTION 4 — QUÉ ES BIOSEGURIDAD
   ============================================================ */
.hoc-bio-section {
  background: -webkit-linear-gradient(140deg, #ffffff 0%, #f0feff 60%, #c9fcff 100%);
  background: linear-gradient(140deg, #ffffff 0%, #f0feff 60%, #c9fcff 100%);
  border-top: 1px solid rgba(12,176,204,0.12);
  border-bottom: 1px solid rgba(12,176,204,0.12);
}
.hoc-bio-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 36px;
}
.hoc-bio-content {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 280px;
  padding-right: 48px;
}
.hoc-bio-visual {
  width: 360px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.hoc-bio-stat {
  background: #ffffff;
  border: 1px solid rgba(12,176,204,0.18);
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 12px rgba(12,176,204,0.05);
}
.hoc-bio-stat:last-child { margin-bottom: 0; }
.hoc-bio-stat:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  box-shadow: 0 6px 24px rgba(12,176,204,0.1);
}
.hoc-bio-stat-icon {
  font-size: 22px;
  width: 46px;
  height: 46px;
  background: rgba(201,252,255,0.5);
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  color: #0891a8;
  margin-right: 16px;
}
.hoc-bio-stat-label {
  font-size: 11px;
  color: #4a6068;
  margin-bottom: 2px;
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hoc-bio-stat-val {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0e1a1c;
}

/* ============================================================
   SECTION 5 — SERVICIOS
   ============================================================ */
.hoc-services-section {
  background: #ffffff;
  border-top: 1px solid rgba(12,176,204,0.15);
  border-bottom: 1px solid rgba(12,176,204,0.15);
}
.hoc-services-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.hoc-service-card {
  background: #f5f5f5;
  border: 1px solid rgba(12,176,204,0.15);
  border-radius: 12px;
  padding: 24px 20px;
  -webkit-flex: 0 0 calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  margin: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.28s, border-color 0.28s, -webkit-transform 0.28s, box-shadow 0.28s;
  transition: background 0.28s, border-color 0.28s, transform 0.28s, box-shadow 0.28s;
}
.hoc-service-card:hover {
  background: rgba(201,252,255,0.35);
  border-color: rgba(12,176,204,0.35);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(12,176,204,0.1);
}
.hoc-service-card.featured { background: #0cb0cc; border-color: #0cb0cc; }
.hoc-service-card.featured:hover {
  background: #0891a8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(12,176,204,0.3);
}
.hoc-service-card.featured .hoc-service-icon,
.hoc-service-card.featured .hoc-service-name,
.hoc-service-card.featured .hoc-service-desc { color: #ffffff; }
.hoc-service-card.featured .hoc-service-icon {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.25);
}
.hoc-service-icon {
  width: 42px; height: 42px;
  border-radius: 8px;
  background: rgba(12,176,204,0.1);
  border: 1px solid rgba(12,176,204,0.18);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
  color: #0891a8;
}
.hoc-service-name {
  font-family: 'Craft Gothic', 'DM Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0e1a1c;
  line-height: 1.35;
  margin-bottom: 6px;
}
.hoc-service-desc { font-size: 12px; color: #4a6068; line-height: 1.6; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
.hoc-fade {
  opacity: 0;
  -webkit-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.hoc-fade.visible { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
.hoc-fade-delay-1 { -webkit-transition-delay: 0.10s; transition-delay: 0.10s; }
.hoc-fade-delay-2 { -webkit-transition-delay: 0.20s; transition-delay: 0.20s; }
.hoc-fade-delay-3 { -webkit-transition-delay: 0.32s; transition-delay: 0.32s; }

@-webkit-keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position:  600px 0; }
}
@keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position:  600px 0; }
}
.hoc-shimmer {
  background: -webkit-linear-gradient(left, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 600px 100%;
  -webkit-animation: shimmer 1.5s infinite;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hoc-service-card { -webkit-flex: 0 0 calc(50% - 12px); flex: 0 0 calc(50% - 12px); }
  .hoc-about-card   { min-width: 220px; }
  .hoc-map-left     { padding-right: 0; margin-bottom: 28px; width: 100%; -webkit-flex: 0 0 100%; flex: 0 0 100%; }
  .hoc-map-right    { width: 100%; }
  .hoc-bio-content  { padding-right: 0; margin-bottom: 32px; }
  .hoc-bio-visual   { width: 100%; }
  .hoc-news-card    { min-width: calc(50vw - 30px); }
  #hoc-leaflet-map  { height: 360px; }
}

@media (max-width: 768px) {
  .hoc-h2           { font-size: 26px; }
  .hoc-section      { padding: 48px 0; }
  .hoc-news-card    { min-width: calc(80vw - 40px); }
  .hoc-service-card { -webkit-flex: 0 0 calc(50% - 12px); flex: 0 0 calc(50% - 12px); }
  .hoc-about-card   { margin: 0 0 16px 0; width: 100%; -webkit-flex: 0 0 100%; flex: 0 0 100%; }
  .hoc-news-header  { -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; align-items: flex-start; }
  .hoc-bio-content  { padding-right: 0; }
  .hoc-trending-tag { padding: 10px 12px; font-size: 9px; }
  .hoc-news-img, .hoc-news-img-wrap, .hoc-news-img-placeholder { height: 160px; }
  #hoc-leaflet-map  { height: 300px; }
  .hoc-outbreak-list { max-height: 280px; }
}

@media (max-width: 480px) {
  .hoc-h2           { font-size: 22px; }
  .hoc-section      { padding: 36px 0; }
  .hoc-container    { padding: 0 16px; }
  .hoc-news-card    { min-width: calc(92vw - 32px); }
  .hoc-service-card { -webkit-flex: 0 0 calc(100% - 12px); flex: 0 0 calc(100% - 12px); }
  .hoc-trending-tag { display: none; }
  .hoc-map-left     { padding-right: 0; }
  .hoc-bio-visual   { width: 100%; }
  .hoc-map-counters { display: none; }
}