/* Sección Home: descarga de documentos 2026
   Archivo independiente para no modificar assets/css/site.css */

.home-docs-download{
  margin-top: -18px;
  position: relative;
  z-index: 2;
}

.home-docs-box{
  background: #ffffff;
  border: 1px solid rgba(29,79,163,.12);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,.08);
  overflow: hidden;
}

.home-docs-header{
  background: linear-gradient(90deg, rgba(11,47,106,.98), rgba(29,79,163,.96));
  color: #ffffff;
  padding: 1.35rem 1.5rem;
}

.home-docs-header small{
  display: inline-block;
  margin-bottom: .25rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-docs-header h2{
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

.home-docs-header p{
  margin: .35rem 0 0;
  color: rgba(255,255,255,.86);
}

.home-docs-body{
  padding: 1.35rem;
}

.home-doc-card{
  height: 100%;
  display: flex;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(29,79,163,.12);
  border-radius: 18px;
  background: #f8fbff;
}

.home-doc-icon{
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #1d4fa3, #0b2f6a);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.home-doc-card h3{
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #14294f;
}

.home-doc-card p{
  margin-bottom: .85rem;
  color: #5f6f86;
  line-height: 1.45;
}

.home-doc-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.home-doc-actions .btn{
  border-radius: 12px;
  font-weight: 700;
}

@media (max-width: 767.98px){
  .home-docs-download{
    margin-top: 0;
  }

  .home-doc-card{
    flex-direction: column;
  }
}
