.doc-lista{display:flex;flex-direction:column;gap:18px;width:100%}.doc-item{background:#f3f3f3;padding:22px 25px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;transition:all 0.3s ease}.doc-info{display:flex;align-items:left;gap:18px}.doc-icon{width:48px;height:48px;min-width:48px;min-height:48px;flex-shrink:0;background:linear-gradient(180deg,#2366B7 0%,#1A4D8A 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:0.3s ease}.doc-icon img{width:26px;height:26px;transition:0.3s ease}.doc-titulo{font-size:18px;font-weight:600}.doc-ano{font-size:14px;opacity:.8;margin-top:4px}.doc-btn-download{display:flex;align-items:center;gap:8px;text-decoration:none;font-weight:500;font-size:14px;color:#ffb300;transition:0.3s}.doc-btn-download img{width:26px;height:26px;filter:brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(1200%) hue-rotate(2deg) brightness(102%) contrast(101%)}.doc-item:hover{background:linear-gradient(135deg,#2366B7 0%,#1A4D8A 100%);color:#fff;transform:translateY(-3px)}.doc-item:hover .doc-btn-download{color:#fff}.doc-item:hover .doc-btn-download img{filter:brightness(0) invert(1)}.doc-item:hover .doc-icon{background:#fff}.doc-item:hover .doc-icon img{filter:brightness(0) saturate(100%) invert(72%) sepia(65%) saturate(1200%) hue-rotate(2deg) brightness(102%) contrast(101%)}@media (max-width:768px){.doc-item{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:20px}.doc-info{flex-direction:column;align-items:left!important;text-align:left;width:100%}.doc-btn-download{justify-content:center;margin-top:10px}.doc-titulo{font-size:13px}.doc-ano{font-size:12px}.doc-btn-download{width:90%;background:linear-gradient(180deg,#15314B 0%,#1A3D5C 100%);padding:12px;border-radius:10px;font-size:12px}.doc-btn-download img{width:18px;height:18px}.doc-item:hover .doc-btn-download{background:#DBA81B;color:#fff}}