.home-documentos{display:grid;font-size:18px;gap:24px;grid-template-areas:"titulo titulo" "documentos imagen"}.home-documentos__titulo{font-size:52px;grid-area:titulo}.home-documentos__imagen{align-self:center;grid-area:imagen;height:min(400px,90vw);object-fit:cover;object-position:center;width:min(400px,90vw)}.home-documentos__documentos{align-items:center;display:flex;flex-direction:column;gap:32px;grid-area:documentos}.home-documentos__listado{font-size:15px;width:100%}.home-documentos__documento{align-items:center;display:flex;gap:12px;padding:12px;position:relative}.home-documentos__tipo-documento{flex-grow:1;font-weight:700}.home-documentos__precio-documento{align-items:center;display:flex;flex-shrink:0;font-weight:700;gap:8px}.home-documentos__precio-documento svg{display:none}.home-documentos__boton-documento{border-radius:8px;display:none;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-in;width:100%}.home-documentos__boton-documento:hover{background-color:var(--primary-blue);color:#fff}@media screen and (min-width:800px){.home-documentos__documento:hover .home-documentos__boton-documento{display:flex;opacity:1}}.home-documentos__ver-todos{box-sizing:border-box;min-width:240px}@media screen and (max-width:1000px){.home-documentos__titulo{font-size:36px}}@media screen and (max-width:800px){.home-documentos{display:flex;flex-direction:column;text-align:center}.home-documentos__texto{font-size:15px}.home-documentos__documento{flex-direction:column}.home-documentos__precio-documento{font-weight:400;text-decoration:underline}.home-documentos__precio-documento svg{display:initial}}