
/* Alinea contenido.css con la paleta de laboratorio.css (azul, no verde/teal) */
:root{--cnt-azul:#0B1E3F;--cnt-azul-800:#14315E;--cnt-teal:#1F4F8B;--cnt-teal-light:#3A7BC8;}
.cnt-navbar-logo img{height:44px;width:auto;}
.cnt-nav-links a{font-size:15px;}
.apl-method-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 32px; }
.apl-method-card { background: #fff; border: 1px solid var(--cnt-gris-200, #e5e7eb); border-radius: 12px; padding: 22px 22px 18px; transition: box-shadow .2s, transform .2s; }
.apl-method-card:hover { box-shadow: 0 6px 24px rgba(11,30,63,.10); transform: translateY(-2px); }
.apl-method-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--cnt-teal-light, #E8EEF7); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.apl-method-card h3 { font-size: 15px; font-weight: 700; color: var(--cnt-azul, #0B1E3F); margin-bottom: 6px; }
.apl-method-card p { font-size: 13.5px; color: #4b5563; line-height: 1.55; margin-bottom: 10px; }
.apl-method-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.apl-tag { font-size: 11px; font-weight: 600; background: #E8EEF7; color: #14315E; border: 1px solid #bbf7d0; border-radius: 4px; padding: 2px 8px; }
.apl-tag.norm { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.apl-norm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 28px; }
.apl-norm-card { border-left: 4px solid var(--cnt-teal, #1F4F8B); background: #fff; border-radius: 0 10px 10px 0; padding: 18px 20px; }
.apl-norm-card .apl-norm-code { font-size: 13px; font-weight: 800; color: var(--cnt-teal, #1F4F8B); letter-spacing: .5px; margin-bottom: 5px; }
.apl-norm-card h3 { font-size: 14px; font-weight: 700; color: var(--cnt-azul, #0B1E3F); margin-bottom: 6px; }
.apl-norm-card p { font-size: 13px; color: #4b5563; line-height: 1.5; }
.apl-industry-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-top: 24px; }
.apl-industry-pill { background: var(--cnt-azul, #0B1E3F); color: #fff; border-radius: 10px; padding: 16px 14px; text-align: center; text-decoration: none; transition: background .2s; }
.apl-industry-pill:hover { background: var(--cnt-teal, #1F4F8B); }
.apl-industry-pill .apl-ind-icon { display: flex; justify-content: center; align-items: center; margin-bottom: 10px; min-height: 30px; }
.apl-industry-pill span { font-size: 13px; font-weight: 600; line-height: 1.3; display: block; }

