.investigacion-body{display:flex;flex-direction:column;gap:var(--spacing-x-lg);padding:var(--spacing-lg)}.investigacion-header{align-items:start;display:flex;flex-direction:column;gap:var(--spacing-md)}.investigacion-tag span{color:var(--neutral-400)}.investigacion-title h3{color:var(--neutral-800);text-align:start}.investigacion-desc{margin-top:4px;width:609px}.investigacion-desc p{color:var(--neutral-600);text-align:start}.investigacion-content{display:grid;gap:var(--spacing-x-big);grid-template-columns:repeat(3,1fr);width:100%}.investigacion-item{width:100%}.investigacion-item-image{align-items:flex-end;backdrop-filter:blur(var(--blur-04));background-position:50%;background-size:cover;height:304px;margin:var(--spacing-sm) 0;position:relative}.investigacion-item-image,.investigacion-item-title{border-radius:var(--border-radius-medium);display:flex;overflow:hidden}.investigacion-item-title{background:var(--hueso-200);bottom:var(--spacing-x-big);box-shadow:0 4px 14px rgba(0,0,0,.08);box-sizing:border-box;cursor:pointer;flex-direction:column;left:var(--spacing-x-big);line-height:1.3;padding:10px 16px;position:absolute;transition:max-height .3s cubic-bezier(.4,2,.5,1),box-shadow .2s;width:250px;z-index:2}.investigacion-item-title>div{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.investigacion-item-title.expanded{box-shadow:0 8px 24px rgba(0,0,0,.15);max-height:400px;overflow:visible}.investigacion-item-title.expanded>div{overflow:visible;text-overflow:unset;white-space:normal}.investigacion-item-desc{color:var(--neutral-800);font-size:1.02rem;line-height:1.4;margin-inline-end:9px;padding:0 var(--spacing-sm)}.ver-mas-btn{background:none;border:none;border-radius:0;color:var(--marte-400);cursor:pointer;display:block;font-size:1.05rem;font-weight:500;margin:var(--spacing-big) auto 0 auto;padding:0;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .15s}.ver-mas-btn:focus,.ver-mas-btn:hover{color:#d84635;text-decoration-thickness:3px}@media (min-width:994.1px) and (max-width:1100px){.investigacion-item-title{width:78%}}@media (max-width:994px){.investigacion-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.investigacion-content{grid-template-columns:1fr;padding:0}.investigacion-item{max-width:100%}.investigacion-desc{width:unset}}