.containerEmpresa{width:100%}.containerNavEmpresa{width:100%;height:35vh;background-color:#1b0a3e;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.containerHeaderEmpresa{width:80%;height:55%;background-color:#6900b2;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.containerPerfilEmpresa{width:10%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.logoPerfilEmpresa{width:100px;height:100px;border-radius:50%;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.35)}.contenPortadaEmpresa{max-width:1100px;margin:-140px auto 10px;padding:0;position:relative;z-index:5;height:auto;transform:translateX(80px);width:calc(100% - 80px);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.portadaEmpresaPerfil{width:100%;height:300px;border-radius:20px 20px 0 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.gridProductos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding:20px}.cardProducto{padding:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.cardProducto img{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:8px}.cardProductoNombre{font-size:13px}.cardProductoNombre,.cardProductoPrecio{font-family:Bahnschrift,sans-serif;color:#1b0a3e}.cardProductoPrecio{font-size:20px;font-weight:600}.btnComprar{background:#7c00ff;color:#fff;padding:4px 22px;border-radius:10px;border:none;cursor:pointer;font-weight:700;font-size:14px;box-shadow:0 6px 12px rgba(124,0,255,.18);margin-top:10px}