/* Start custom CSS for html, class: .elementor-element-d0d289d */.atfpg-sec{--c1:#2c3e50;--c2:#3498db;--c3:#e74c3c;--c4:#f39c12;--ok:#27ae60;--dng:#c0392b;--lg:#f8f9fa;--mg:#e9ecef;--sh:0 4px 12px rgba(0,0,0,.08);max-width:1200px;margin:0 auto;padding:30px 20px;color:#333}
.atfpg-title{color:var(--c1);font-size:2rem;margin:0 0 .8rem;position:relative;padding-bottom:12px}
.atfpg-title:after{content:"";position:absolute;left:0;bottom:0;width:80px;height:4px;background:linear-gradient(to right,var(--c2),var(--c3));border-radius:2px}
.atfpg-sub{color:#495057;font-size:1.05rem;line-height:1.7;margin:0 0 18px}

/* Warning */
.atfpg-warn{display:flex;gap:12px;align-items:flex-start;background:linear-gradient(135deg,#fff3e0,#ffecb3);border-left:5px solid #ff9800;border-radius:10px;padding:16px;margin:0 0 24px}
.atfpg-wico{font-size:1.6rem;color:#ff9800}
.atfpg-wtxt h3{margin:0 0 6px;color:#e65100}
.atfpg-wtxt p{margin:0;color:#bf360c}

/* Tabla niveles */
.atfpg-tablewrap{background:#fff;border-radius:12px;box-shadow:var(--sh);overflow:hidden;margin:0 0 28px}
.atfpg-table{width:100%;border-collapse:collapse}
.atfpg-table th{background:linear-gradient(135deg,var(--c1),#1a2530);color:#fff;padding:1rem;text-align:left;font-weight:700;position:relative}
.atfpg-table th:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(to right,var(--c2),var(--c3))}
.atfpg-table td{padding:1rem;border-bottom:1px solid var(--mg);vertical-align:top}
.atfpg-table tr:last-child td{border-bottom:none}

/* Columna nivel */
.atfpg-lvl{display:flex;align-items:center;margin:0 0 6px}
.atfpg-dot{width:12px;height:12px;border-radius:50%;margin-right:8px}
.atfpg-dot-ok{background:var(--ok)}
.atfpg-dot-slight{background:var(--c4)}
.atfpg-dot-mid{background:#e67e22}
.atfpg-dot-low{background:var(--c3)}
.atfpg-dot-empty{background:var(--dng)}
.atfpg-lbl{font-weight:700;color:var(--c1)}
.atfpg-lvlsub{font-size:.9rem;color:#495057}

/* Riesgos (chips) */
.atfpg-risk{display:inline-block;padding:5px 10px;border-radius:16px;font-size:.82rem;font-weight:700;margin-bottom:6px}
.atfpg-risk-none{background:rgba(39,174,96,.12);color:var(--ok)}
.atfpg-risk-low{background:rgba(243,156,18,.12);color:var(--c4)}
.atfpg-risk-med{background:rgba(230,126,34,.12);color:#e67e22}
.atfpg-risk-high{background:rgba(231,76,60,.12);color:var(--c3)}
.atfpg-risk-critical{background:rgba(192,57,43,.12);color:var(--dng)}

/* Bloques (síntomas, acciones, fuentes) */
.atfpg-box{background:#fff;border-radius:12px;box-shadow:var(--sh);padding:22px;margin:0 0 26px}
.atfpg-subttl{color:var(--c1);font-size:1.4rem;margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid var(--mg)}
/* Síntomas */
.atfpg-sgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
.atfpg-scard{background:var(--lg);border-left:4px solid var(--c2);border-radius:8px;padding:16px;transition:transform .2s ease, box-shadow .2s ease}
.atfpg-scard:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.1)}
.atfpg-stitle{font-weight:700;color:var(--c1);margin:0 0 6px}
.atfpg-sdesc{margin:0;color:#495057}
/* Acciones */
.atfpg-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:10px}
.atfpg-step{display:flex;gap:12px}
.atfpg-n {
  background: var(--c2);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.atfpg-n:hover {
  transform: scale(1.1);
}

.atfpg-st{font-weight:700;color:var(--c1);margin:0 0 2px}
.atfpg-sd{color:#495057}
.atfpg-note{background:var(--lg);border-left:4px solid var(--c4);padding:12px;border-radius:8px;margin:14px 0 0}
/* Fuentes */
.atfpg-src{padding:10px 0;border-bottom:1px solid var(--mg)}
.atfpg-src:last-child{border-bottom:none}

/* Responsive */
@media (max-width:768px){
  .atfpg-sec{padding:22px 12px}
  .atfpg-title{font-size:1.75rem}
  .atfpg-table th,.atfpg-table td{padding:.85rem}
}
@media (max-width:480px){
  .atfpg-title{font-size:1.5rem}
  .atfpg-table th,.atfpg-table td{padding:.7rem .5rem;font-size:.9rem}
}
/* ===== Vista cards para móvil ===== */
.atfpg-cards{display:none}

@media (max-width: 768px){
  .atfpg-tablewrap{display:none}
  .atfpg-cards{display:grid;grid-template-columns:1fr;gap:12px}

  .atfpg-card{
    background:#fff;border-radius:12px;box-shadow:var(--sh);
    padding:16px
  }
  .atfpg-ch{display:flex;align-items:center;gap:10px;margin:0 0 8px}
  .atfpg-ct{margin:0;font-size:1.05rem;color:var(--c1);font-weight:800}
  .atfpg-ct small{font-weight:600;color:#6b7280}
  .atfpg-csym{margin:0 0 6px;color:#495057}
  .atfpg-crisk{margin:0}
}/* End custom CSS */