.hero-categorias{flex-flow:row wrap;gap:23px}.hero-categorias,a.hero-categoria-item{align-items:center;display:flex;justify-content:center}a.hero-categoria-item{background:#fff;border:1px solid #e2e8ee;border-radius:3px;box-sizing:border-box;flex-flow:column nowrap;max-width:180px;min-height:160px;padding:1rem 2rem;transition:.3s;width:18%}a.hero-categoria-item:hover{filter:drop-shadow(0 3px 13px #E2E8EE)}a.hero-categoria-item img{width:56px}a.hero-categoria-item p{line-height:25px!important;margin-bottom:0;text-align:center}@media(max-width:769px){.hero-categorias{gap:13px}.hero-categoria-item{min-height:192px;padding:1rem!important;width:48%!important}}