{"id":16,"date":"2022-03-16T19:09:27","date_gmt":"2022-03-16T19:09:27","guid":{"rendered":"https:\/\/pictografica.es\/?page_id=16"},"modified":"2026-05-02T12:57:57","modified_gmt":"2026-05-02T12:57:57","slug":"inicio","status":"publish","type":"page","link":"https:\/\/pictografica.es\/en\/","title":{"rendered":"Inicio"},"content":{"rendered":"<style>\n:root{\n  --p-bg:#080808;\n  --p-bg2:#111;\n  --p-pink:#E91E63;\n  --p-white:#fff;\n  --p-muted:rgba(255,255,255,.62);\n  --p-soft:rgba(255,255,255,.08);\n  --p-line:rgba(255,255,255,.12);\n\n  --dp:#e91e63;\n  --dp-glow:rgba(233,30,99,.55);\n  --dbg:#0a0a0a;\n  --dcard:#141414;\n  --dborder:rgba(233,30,99,.22);\n  --dw:#fff;\n  --dg:rgba(255,255,255,.68);\n}\n\n\/* LIMPIEZA HESTIA \/ ELEMENTOR *\/\n.site-footer,\n.footer,\n.footer-big,\n.footer-black,\n.hestia-footer,\n.hestia-bottom-footer-content,\n.elementor-location-footer,\n[data-elementor-type=\"footer\"],\n.site-header,\n.navbar,\n.navbar-default,\n.navbar-fixed-top,\n.hestia-top-bar,\n.header,\nheader.header,\n.page-header,\n.breadcrumbs{\n  display:none!important;\n}\n\nhtml,body{\n  margin:0!important;\n  padding:0!important;\n  background:var(--p-bg)!important;\n  color:var(--p-white);\n  overflow-x:hidden;\n  scroll-behavior:smooth;\n}\n\n.wrapper,\n.main,\n.main-raised,\n.container,\n.row,\n.entry-content,\narticle,\n.site-main,\n.content-wrap,\n#primary{\n  width:100%!important;\n  max-width:100%!important;\n  margin:0!important;\n  padding:0!important;\n  box-shadow:none!important;\n  background:transparent!important;\n}\n\n*{\n  box-sizing:border-box;\n}\n\n.picto-page{\n  font-family:Arial,Helvetica,sans-serif;\n  background:var(--p-bg);\n  color:var(--p-white);\n}\n\n.picto-page a{\n  color:inherit;\n  text-decoration:none;\n}\n\n\/* ANIMACIONES GENERALES *\/\n@keyframes fadeUp{\n  from{opacity:0;transform:translateY(34px)}\n  to{opacity:1;transform:translateY(0)}\n}\n\n@keyframes softGlow{\n  0%,100%{opacity:.48;transform:translateX(-50%) scale(1)}\n  50%{opacity:.85;transform:translateX(-50%) scale(1.06)}\n}\n\n@keyframes gridMove{\n  from{background-position:0 0,0 0,0 0,0 0,0 0}\n  to{background-position:0 0,0 0,54px 54px,54px 54px,0 0}\n}\n\n@keyframes pictoRotateRight{\n  0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}\n  50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.04)}\n  100%{transform:translate(-50%,-50%) rotate(360deg) scale(1)}\n}\n\n@keyframes pictoRotateLeft{\n  0%{transform:translate(-50%,-50%) rotate(45deg) scale(1)}\n  50%{transform:translate(-50%,-50%) rotate(-135deg) scale(1.05)}\n  100%{transform:translate(-50%,-50%) rotate(-315deg) scale(1)}\n}\n\n@keyframes pictoFloatSide{\n  0%,100%{transform:translateY(0) rotate(0deg);opacity:.38}\n  50%{transform:translateY(-20px) rotate(8deg);opacity:.78}\n}\n\n@keyframes pictoLineMove{\n  0%{transform:translateX(-30px);opacity:.18}\n  50%{transform:translateX(30px);opacity:.72}\n  100%{transform:translateX(-30px);opacity:.18}\n}\n\n@keyframes pictoDotMove{\n  0%,100%{transform:translate(0,0) scale(1);opacity:.28}\n  50%{transform:translate(18px,-18px) scale(1.25);opacity:.85}\n}\n\n@keyframes pictoShine{\n  0%{left:-90%}\n  100%{left:140%}\n}\n\n\/* HERO *\/\n.picto-hero{\n  position:relative;\n  overflow:hidden;\n  min-height:100vh;\n  display:grid;\n  place-items:center;\n  text-align:center;\n  padding:100px 22px;\n  background:\n    radial-gradient(circle at 50% 15%,rgba(233,30,99,.22),transparent 30%),\n    radial-gradient(circle at 85% 75%,rgba(233,30,99,.10),transparent 28%),\n    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),\n    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),\n    #080808;\n  background-size:auto,auto,54px 54px,54px 54px,auto;\n  animation:gridMove 18s linear infinite;\n}\n\n.picto-hero:before{\n  content:\"\";\n  position:absolute;\n  width:520px;\n  height:520px;\n  border-radius:50%;\n  background:rgba(233,30,99,.12);\n  filter:blur(90px);\n  top:8%;\n  left:50%;\n  transform:translateX(-50%);\n  animation:softGlow 5s ease-in-out infinite;\n  z-index:0;\n}\n\n.picto-hero:after{\n  content:\"\";\n  position:absolute;\n  left:50%;\n  bottom:0;\n  width:1px;\n  height:110px;\n  background:linear-gradient(transparent,var(--p-pink));\n  opacity:.8;\n  z-index:8;\n}\n\n.picto-hero-anim{\n  position:absolute;\n  inset:0;\n  z-index:1;\n  pointer-events:none;\n  overflow:hidden;\n}\n\n.picto-hero-anim .geo-circle{\n  position:absolute;\n  top:34%;\n  left:83%;\n  width:360px;\n  height:360px;\n  border:1px solid rgba(233,30,99,.46);\n  border-radius:50%;\n  box-shadow:\n    0 0 35px rgba(233,30,99,.22),\n    inset 0 0 35px rgba(233,30,99,.08);\n  animation:pictoRotateRight 28s linear infinite;\n}\n\n.picto-hero-anim .geo-diamond{\n  position:absolute;\n  top:70%;\n  left:17%;\n  width:250px;\n  height:250px;\n  border:1px solid rgba(233,30,99,.38);\n  box-shadow:0 0 32px rgba(233,30,99,.16);\n  animation:pictoRotateLeft 34s linear infinite;\n}\n\n.picto-hero-anim .geo-triangle{\n  position:absolute;\n  right:12%;\n  bottom:19%;\n  width:0;\n  height:0;\n  border-left:58px solid transparent;\n  border-right:58px solid transparent;\n  border-bottom:104px solid rgba(233,30,99,.12);\n  filter:drop-shadow(0 0 20px rgba(233,30,99,.24));\n  animation:pictoFloatSide 9s ease-in-out infinite;\n}\n\n.picto-hero-anim .geo-triangle:after{\n  content:\"\";\n  position:absolute;\n  left:-58px;\n  top:0;\n  width:116px;\n  height:104px;\n  clip-path:polygon(50% 0%,100% 100%,0% 100%);\n  border:1px solid rgba(233,30,99,.42);\n  background:transparent;\n}\n\n.picto-hero-anim .geo-square{\n  position:absolute;\n  top:25%;\n  left:12%;\n  width:70px;\n  height:70px;\n  border:1px solid rgba(233,30,99,.45);\n  box-shadow:0 0 22px rgba(233,30,99,.18);\n  animation:pictoFloatSide 8s ease-in-out infinite reverse;\n}\n\n.picto-hero-anim .line{\n  position:absolute;\n  height:1px;\n  background:linear-gradient(90deg,transparent,rgba(233,30,99,.85),transparent);\n  box-shadow:0 0 18px rgba(233,30,99,.42);\n  animation:pictoLineMove 7s ease-in-out infinite;\n}\n\n.picto-hero-anim .line.l1{\n  width:330px;\n  top:31%;\n  left:5%;\n}\n\n.picto-hero-anim .line.l2{\n  width:270px;\n  top:63%;\n  right:4%;\n  animation-delay:-2s;\n}\n\n.picto-hero-anim .line.l3{\n  width:210px;\n  top:48%;\n  right:10%;\n  animation-delay:-4s;\n}\n\n.picto-hero-anim .dot{\n  position:absolute;\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--p-pink);\n  box-shadow:0 0 22px rgba(233,30,99,.9);\n  animation:pictoDotMove 6s ease-in-out infinite;\n}\n\n.picto-hero-anim .dot.d1{\n  top:22%;\n  right:25%;\n}\n\n.picto-hero-anim .dot.d2{\n  bottom:28%;\n  left:28%;\n  animation-delay:-2s;\n}\n\n.picto-hero-anim .dot.d3{\n  top:55%;\n  right:18%;\n  animation-delay:-4s;\n}\n\n.picto-hero-vignette{\n  position:absolute;\n  inset:0;\n  z-index:3;\n  pointer-events:none;\n  background:\n    radial-gradient(circle at center, rgba(8,8,8,.16) 0%, rgba(8,8,8,.26) 42%, rgba(8,8,8,.82) 100%);\n}\n\n.picto-hero-content{\n  position:relative;\n  z-index:10;\n}\n\n.picto-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:28px;\n  padding:9px 16px;\n  border:1px solid rgba(233,30,99,.35);\n  border-radius:999px;\n  color:rgba(255,255,255,.72);\n  font-size:11px;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n  background:rgba(255,255,255,.035);\n  backdrop-filter:blur(12px);\n  animation:fadeUp .8s ease both;\n}\n\n.picto-badge:before{\n  content:\"\";\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--p-pink);\n  box-shadow:0 0 24px rgba(233,30,99,.8);\n}\n\n.picto-hero h1{\n  margin:0;\n  font-size:clamp(64px,13vw,168px);\n  line-height:.82;\n  letter-spacing:-.06em;\n  text-transform:uppercase;\n  font-weight:900;\n  animation:fadeUp .9s ease .12s both;\n}\n\n.picto-hero h1 span{\n  display:block;\n  color:transparent;\n  -webkit-text-stroke:2px var(--p-pink);\n  font-size:.55em;\n  letter-spacing:.02em;\n}\n\n.picto-hero p{\n  max-width:700px;\n  margin:30px auto 0;\n  color:var(--p-muted);\n  font-size:clamp(16px,1.5vw,20px);\n  line-height:1.65;\n  animation:fadeUp .9s ease .24s both;\n}\n\n.picto-actions{\n  margin-top:42px;\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:14px;\n  animation:fadeUp .9s ease .36s both;\n}\n\n.picto-btn{\n  min-height:52px;\n  padding:0 28px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:999px;\n  font-weight:700;\n  transition:.25s ease;\n}\n\n.picto-btn:hover{\n  transform:translateY(-4px);\n}\n\n.picto-btn-primary{\n  background:var(--p-pink);\n  box-shadow:0 18px 60px rgba(233,30,99,.32);\n}\n\n.picto-btn-primary:hover{\n  box-shadow:0 24px 80px rgba(233,30,99,.48);\n}\n\n.picto-btn-ghost{\n  border:1px solid var(--p-line);\n  background:rgba(255,255,255,.03);\n  color:rgba(255,255,255,.72);\n  backdrop-filter:blur(10px);\n}\n\n.picto-btn-ghost:hover{\n  color:#fff;\n  border-color:rgba(255,255,255,.32);\n}\n\n\/* SECCIONES *\/\n.picto-section{\n  padding:clamp(82px,10vw,128px) clamp(18px,4vw,42px);\n}\n\n.picto-container{\n  max-width:1440px;\n  margin:auto;\n}\n\n.picto-label{\n  display:inline-block;\n  margin-bottom:18px;\n  color:var(--p-pink);\n  font-size:11px;\n  letter-spacing:.22em;\n  text-transform:uppercase;\n  font-weight:700;\n}\n\n.picto-title{\n  margin:0;\n  max-width:900px;\n  font-size:clamp(34px,5.6vw,76px);\n  line-height:.95;\n  letter-spacing:-.06em;\n  font-weight:900;\n}\n\n.picto-title em{\n  font-style:normal;\n  color:var(--p-pink);\n}\n\n.picto-text{\n  max-width:660px;\n  margin:20px 0 0;\n  color:var(--p-muted);\n  font-size:17px;\n  line-height:1.75;\n}\n\n\/* TARJETAS DE SERVICIOS *\/\n.d-grid-4{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n  gap:28px;\n  margin-top:84px;\n}\n\n.d-card{\n  background:var(--dcard);\n  border:1px solid var(--dborder);\n  border-radius:18px;\n  padding:0 24px 32px;\n  display:flex;\n  flex-direction:column;\n  position:relative;\n  overflow:visible;\n  transition:border-color .3s,box-shadow .3s,transform .3s;\n  text-decoration:none;\n  color:var(--dw);\n  animation:fadeUp .8s ease both;\n}\n\n.d-card:nth-child(1){animation-delay:.05s}\n.d-card:nth-child(2){animation-delay:.12s}\n.d-card:nth-child(3){animation-delay:.19s}\n.d-card:nth-child(4){animation-delay:.26s}\n\n.d-card:hover{\n  border-color:rgba(233,30,99,.55);\n  box-shadow:0 8px 48px rgba(233,30,99,.15);\n  transform:translateY(-6px);\n}\n\n.d-card::before{\n  content:'';\n  position:absolute;\n  top:-30px;\n  left:50%;\n  transform:translateX(-50%);\n  width:70%;\n  height:160px;\n  background:radial-gradient(ellipse at center,rgba(233,30,99,.22) 0%,transparent 70%);\n  pointer-events:none;\n  filter:blur(12px);\n  z-index:0;\n}\n\n.d-img-wrap{\n  position:relative;\n  margin-top:-44px;\n  margin-bottom:28px;\n  height:240px;\n  z-index:1;\n  overflow:hidden;\n  border-radius:14px;\n}\n\n.d-img-wrap img,\n.d-img-wrap video{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  border-radius:14px;\n  display:block;\n  outline:1px solid var(--dp);\n  box-shadow:0 16px 48px rgba(0,0,0,.55),0 0 0 1px var(--dborder);\n  position:relative;\n  z-index:1;\n  transition:transform .45s ease, filter .45s ease;\n  background:#000;\n}\n\n.d-card:hover .d-img-wrap img,\n.d-card:hover .d-img-wrap video{\n  transform:scale(1.04);\n  filter:brightness(.85);\n}\n\n.d-img-wrap::after{\n  content:'';\n  position:absolute;\n  bottom:0;\n  left:0;\n  right:0;\n  height:55%;\n  background:linear-gradient(to top,rgba(20,20,20,.88),transparent);\n  border-radius:0 0 14px 14px;\n  z-index:2;\n  pointer-events:none;\n}\n\n.d-badges{\n  position:absolute;\n  top:14px;\n  left:14px;\n  display:flex;\n  gap:8px;\n  z-index:3;\n}\n\n.d-bnum{\n  background:rgba(0,0,0,.65);\n  backdrop-filter:blur(8px);\n  color:var(--dw);\n  font-family:Arial,Helvetica,sans-serif;\n  font-weight:800;\n  font-size:.88rem;\n  padding:5px 10px;\n  border-radius:6px;\n}\n\n.d-bcat{\n  background:var(--dp);\n  color:#fff;\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:.68rem;\n  font-weight:700;\n  padding:6px 12px;\n  border-radius:100px;\n  text-transform:uppercase;\n  letter-spacing:.06em;\n}\n\n.d-body{\n  position:relative;\n  z-index:1;\n  display:flex;\n  flex-direction:column;\n  flex:1;\n}\n\n.d-card-h3{\n  font-family:Arial,Helvetica,sans-serif;\n  font-weight:900;\n  font-size:clamp(1.55rem,2vw,2.1rem);\n  color:var(--dw);\n  line-height:1.05;\n  margin:0 0 14px;\n  letter-spacing:-.045em;\n}\n\n.d-sep{\n  width:32px;\n  height:2px;\n  background:var(--dp);\n  border-radius:2px;\n  margin-bottom:16px;\n  transition:width .35s ease;\n}\n\n.d-card:hover .d-sep{\n  width:72px;\n}\n\n.d-desc{\n  font-size:1rem;\n  color:var(--dg);\n  line-height:1.62;\n  margin:0 0 28px;\n  flex:1;\n}\n\n.d-btn{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:var(--dp);\n  color:#fff;\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:.9rem;\n  font-weight:700;\n  padding:12px 24px;\n  border-radius:100px;\n  text-decoration:none;\n  align-self:flex-start;\n  position:relative;\n  overflow:hidden;\n  transition:box-shadow .3s,transform .25s;\n}\n\n.d-btn::before{\n  content:'';\n  position:absolute;\n  top:0;\n  left:-80%;\n  width:55%;\n  height:100%;\n  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);\n  transform:skewX(-18deg);\n  transition:left .5s;\n}\n\n.d-card:hover .d-btn::before{\n  left:130%;\n}\n\n.d-card:hover .d-btn{\n  box-shadow:0 4px 24px var(--dp-glow);\n  transform:translateY(-2px);\n}\n\n\/* WHY *\/\n.picto-light{\n  background:#f6f4f1;\n  color:#080808;\n}\n\n.picto-light .picto-text{\n  color:rgba(0,0,0,.62);\n}\n\n.picto-why-grid{\n  display:grid;\n  grid-template-columns:.9fr 1.1fr;\n  gap:60px;\n  align-items:center;\n}\n\n.picto-reasons{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:14px;\n}\n\n.picto-reason{\n  position:relative;\n  overflow:hidden;\n  padding:28px;\n  border-radius:24px;\n  background:#fff;\n  box-shadow:0 20px 60px rgba(0,0,0,.045);\n  transition:.3s ease;\n}\n\n.picto-reason:before{\n  content:\"\";\n  position:absolute;\n  inset:auto -40px -60px auto;\n  width:130px;\n  height:130px;\n  border-radius:50%;\n  background:rgba(233,30,99,.09);\n  transition:.3s ease;\n}\n\n.picto-reason:hover{\n  transform:translateY(-6px);\n  box-shadow:0 28px 80px rgba(0,0,0,.08);\n}\n\n.picto-reason:hover:before{\n  transform:scale(1.35);\n}\n\n.picto-reason span{\n  position:relative;\n  z-index:2;\n  font-size:30px;\n}\n\n.picto-reason h3{\n  position:relative;\n  z-index:2;\n  margin:18px 0 10px;\n  font-size:22px;\n}\n\n.picto-reason p{\n  position:relative;\n  z-index:2;\n  margin:0;\n  color:rgba(0,0,0,.58);\n  line-height:1.65;\n}\n\n\/* RESE\u00d1AS TRUSTINDEX *\/\n.picto-reviews{\n  background:#f6f4f1;\n  color:#080808;\n  padding-top:0;\n}\n\n.picto-reviews-card{\n  position:relative;\n  overflow:hidden;\n  border-radius:34px;\n  background:#fff;\n  padding:clamp(34px,5vw,64px);\n  box-shadow:0 26px 90px rgba(0,0,0,.07);\n  border:1px solid rgba(0,0,0,.05);\n}\n\n.picto-reviews-card:before{\n  content:\"\";\n  position:absolute;\n  top:-160px;\n  right:-160px;\n  width:360px;\n  height:360px;\n  border-radius:50%;\n  background:radial-gradient(circle,rgba(233,30,99,.18),transparent 68%);\n  pointer-events:none;\n}\n\n.picto-reviews-card:after{\n  content:\"\";\n  position:absolute;\n  bottom:-140px;\n  left:-140px;\n  width:300px;\n  height:300px;\n  border-radius:50%;\n  background:radial-gradient(circle,rgba(233,30,99,.10),transparent 70%);\n  pointer-events:none;\n}\n\n.picto-reviews-head{\n  position:relative;\n  z-index:2;\n  display:grid;\n  grid-template-columns:.9fr 1.1fr;\n  gap:38px;\n  align-items:end;\n  margin-bottom:38px;\n}\n\n.picto-reviews-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:16px;\n  color:var(--p-pink);\n  font-size:11px;\n  letter-spacing:.22em;\n  text-transform:uppercase;\n  font-weight:800;\n}\n\n.picto-reviews-kicker:before{\n  content:\"\u2605\";\n  width:28px;\n  height:28px;\n  border-radius:50%;\n  background:var(--p-pink);\n  color:#fff;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  font-size:13px;\n  letter-spacing:0;\n  box-shadow:0 12px 34px rgba(233,30,99,.28);\n}\n\n.picto-reviews-title{\n  margin:0;\n  max-width:760px;\n  font-size:clamp(32px,4.8vw,66px);\n  line-height:.95;\n  letter-spacing:-.06em;\n  font-weight:900;\n}\n\n.picto-reviews-title em{\n  font-style:normal;\n  color:var(--p-pink);\n}\n\n.picto-reviews-copy{\n  margin:0;\n  color:rgba(0,0,0,.64);\n  font-size:17px;\n  line-height:1.8;\n}\n\n.picto-trustindex-wrap{\n  position:relative;\n  z-index:2;\n  background:#fafafa;\n  border:1px solid rgba(0,0,0,.06);\n  border-radius:26px;\n  padding:24px;\n  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);\n}\n\n.picto-trustindex-note{\n  position:relative;\n  z-index:2;\n  margin:20px 0 0;\n  color:rgba(0,0,0,.48);\n  font-size:13px;\n  line-height:1.6;\n}\n\n\/* \u00daLTIMOS TRABAJOS *\/\n.picto-work-section{\n  position:relative;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at 85% 18%,rgba(233,30,99,.18),transparent 28%),\n    radial-gradient(circle at 15% 88%,rgba(233,30,99,.10),transparent 30%),\n    #080808;\n}\n\n.picto-work-section:before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),\n    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);\n  background-size:54px 54px;\n  opacity:.38;\n  pointer-events:none;\n}\n\n.picto-work-card{\n  position:relative;\n  z-index:2;\n  display:grid;\n  grid-template-columns:.92fr 1.08fr;\n  gap:34px;\n  align-items:center;\n  padding:clamp(22px,3vw,34px);\n  border-radius:36px;\n  background:rgba(255,255,255,.045);\n  border:1px solid rgba(255,255,255,.10);\n  box-shadow:0 28px 100px rgba(0,0,0,.38);\n  backdrop-filter:blur(16px);\n  overflow:hidden;\n}\n\n.picto-work-card:before{\n  content:\"\";\n  position:absolute;\n  top:-120px;\n  left:-120px;\n  width:280px;\n  height:280px;\n  border-radius:50%;\n  background:rgba(233,30,99,.14);\n  filter:blur(50px);\n  pointer-events:none;\n}\n\n.picto-work-copy{\n  position:relative;\n  z-index:2;\n  padding:clamp(18px,3vw,44px);\n}\n\n.picto-work-copy .picto-title{\n  color:#fff;\n}\n\n.picto-work-copy .picto-text{\n  color:rgba(255,255,255,.68);\n  max-width:620px;\n}\n\n.picto-work-points{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n  margin-top:32px;\n  max-width:620px;\n}\n\n.picto-work-point{\n  padding:14px 14px;\n  border-radius:16px;\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.09);\n  color:rgba(255,255,255,.76);\n  font-size:13px;\n  line-height:1.4;\n}\n\n.picto-work-point strong{\n  display:block;\n  color:#fff;\n  font-size:17px;\n  margin-bottom:4px;\n}\n\n.picto-work-media{\n  position:relative;\n  min-height:360px;\n  max-height:390px;\n  border-radius:28px;\n  overflow:hidden;\n  background:#111;\n  box-shadow:0 24px 80px rgba(0,0,0,.45);\n  outline:1px solid rgba(233,30,99,.28);\n}\n\n.picto-work-media img,\n.picto-work-media video{\n  width:100%;\n  height:100%;\n  min-height:360px;\n  max-height:390px;\n  object-fit:cover;\n  display:block;\n  transition:transform .7s ease, filter .7s ease;\n}\n\n.picto-work-card:hover .picto-work-media img,\n.picto-work-card:hover .picto-work-media video{\n  transform:scale(1.045);\n  filter:brightness(.88);\n}\n\n.picto-work-media:after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(to top,rgba(0,0,0,.70),transparent 46%),\n    radial-gradient(circle at 70% 18%,rgba(233,30,99,.18),transparent 28%);\n  pointer-events:none;\n}\n\n.picto-work-floating{\n  position:absolute;\n  left:22px;\n  bottom:22px;\n  z-index:3;\n  max-width:320px;\n  padding:18px 20px;\n  border-radius:20px;\n  background:rgba(0,0,0,.68);\n  border:1px solid rgba(255,255,255,.12);\n  backdrop-filter:blur(12px);\n}\n\n.picto-work-floating span{\n  display:block;\n  color:var(--p-pink);\n  font-size:11px;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n  font-weight:800;\n  margin-bottom:8px;\n}\n\n.picto-work-floating p{\n  margin:0;\n  color:#fff;\n  font-size:18px;\n  line-height:1.35;\n  font-weight:800;\n  letter-spacing:-.03em;\n}\n\n.picto-work-btn{\n  margin-top:34px;\n}\n\n\/* FINAL *\/\n.picto-final{\n  position:relative;\n  overflow:hidden;\n  background:\n    radial-gradient(circle at 30% 10%,rgba(255,255,255,.25),transparent 26%),\n    linear-gradient(135deg,#E91E63,#b91249);\n  text-align:center;\n}\n\n.picto-final:before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),\n    linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);\n  background-size:48px 48px;\n  opacity:.16;\n}\n\n.picto-final .picto-container{\n  position:relative;\n  z-index:2;\n}\n\n.picto-final .picto-title,\n.picto-final .picto-text{\n  margin-left:auto;\n  margin-right:auto;\n  color:#fff;\n}\n\n.picto-final .picto-btn{\n  margin-top:34px;\n  background:#fff;\n  color:#080808;\n  box-shadow:0 22px 70px rgba(0,0,0,.18);\n}\n\n.picto-final .picto-btn:hover{\n  transform:translateY(-5px) scale(1.02);\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:1180px){\n  .d-grid-4{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:60px 28px;\n  }\n\n  .d-img-wrap{\n    height:280px;\n  }\n}\n\n@media(max-width:960px){\n  .picto-why-grid,\n  .picto-reasons,\n  .picto-reviews-head,\n  .picto-work-card{\n    grid-template-columns:1fr;\n  }\n\n  .picto-hero{\n    min-height:auto;\n  }\n\n  .picto-hero-anim .geo-circle{\n    left:88%;\n    width:280px;\n    height:280px;\n  }\n\n  .picto-hero-anim .geo-diamond{\n    left:9%;\n    width:190px;\n    height:190px;\n  }\n\n  .picto-work-media,\n  .picto-work-media img,\n  .picto-work-media video{\n    min-height:320px;\n  }\n\n  .picto-work-points{\n    grid-template-columns:1fr;\n  }\n}\n\n@media(max-width:680px){\n  .picto-hero-anim{\n    opacity:.65;\n  }\n\n  .picto-hero-anim .geo-circle{\n    left:94%;\n    top:30%;\n    width:230px;\n    height:230px;\n  }\n\n  .picto-hero-anim .geo-diamond{\n    left:4%;\n    top:72%;\n    width:160px;\n    height:160px;\n  }\n\n  .picto-hero-anim .geo-square{\n    left:6%;\n    width:50px;\n    height:50px;\n  }\n\n  .picto-hero-anim .line.l1{\n    width:180px;\n  }\n\n  .picto-hero-anim .line.l2{\n    width:170px;\n  }\n\n  .picto-hero-anim .line.l3{\n    display:none;\n  }\n\n  .d-grid-4{\n    grid-template-columns:1fr;\n    margin-top:70px;\n    gap:56px;\n  }\n\n  .d-card{\n    padding:0 20px 28px;\n    border-radius:16px;\n  }\n\n  .d-img-wrap{\n    height:230px;\n    margin-top:-32px;\n    margin-bottom:22px;\n  }\n\n  .d-desc{\n    font-size:1rem;\n  }\n\n  .d-btn{\n    width:100%;\n    justify-content:center;\n  }\n\n  .picto-reviews-card{\n    border-radius:24px;\n    padding:28px 18px;\n  }\n\n  .picto-trustindex-wrap{\n    padding:16px;\n    border-radius:20px;\n  }\n\n  .picto-work-card{\n    border-radius:24px;\n    padding:14px;\n  }\n\n  .picto-work-copy{\n    padding:20px 10px;\n  }\n\n  .picto-work-media,\n  .picto-work-media img,\n  .picto-work-media video{\n    min-height:280px;\n    border-radius:20px;\n  }\n\n  .picto-work-floating{\n    left:14px;\n    right:14px;\n    bottom:14px;\n    max-width:none;\n  }\n}\n\n@media(max-width:520px){\n  .picto-hero{\n    padding:86px 18px;\n  }\n\n  .picto-hero h1{\n    font-size:clamp(54px,18vw,82px);\n  }\n\n  .picto-actions{\n    flex-direction:column;\n  }\n\n  .picto-btn{\n    width:100%;\n  }\n\n  .picto-section{\n    padding:74px 18px;\n  }\n\n  .picto-title{\n    letter-spacing:-.045em;\n  }\n\n  .picto-reviews-title{\n    letter-spacing:-.045em;\n  }\n}\n\n@media(prefers-reduced-motion:reduce){\n  *,\n  *:before,\n  *:after{\n    animation:none!important;\n    transition:none!important;\n    scroll-behavior:auto!important;\n  }\n}\n<\/style>\n\n<div class=\"picto-page\">\n\n  <main>\n\n    <section class=\"picto-hero\">\n\n      <div class=\"picto-hero-anim\" aria-hidden=\"true\">\n        <span class=\"geo-circle\"><\/span>\n        <span class=\"geo-diamond\"><\/span>\n        <span class=\"geo-triangle\"><\/span>\n        <span class=\"geo-square\"><\/span>\n\n        <span class=\"line l1\"><\/span>\n        <span class=\"line l2\"><\/span>\n        <span class=\"line l3\"><\/span>\n\n        <span class=\"dot d1\"><\/span>\n        <span class=\"dot d2\"><\/span>\n        <span class=\"dot d3\"><\/span>\n      <\/div>\n\n      <div class=\"picto-hero-vignette\"><\/div>\n\n      <div class=\"picto-hero-content\">\n        <div class=\"picto-badge\">R\u00f3tulos \u00b7 Impresi\u00f3n \u00b7 CNC \u00b7 Dise\u00f1o \u2014 Tenerife<\/div>\n        <h1>Pictogr\u00e1fica <span>Tenerife<\/span><\/h1>\n        <p>Fabricaci\u00f3n e instalaci\u00f3n de r\u00f3tulos, impresi\u00f3n gran formato y corte CNC. Del dise\u00f1o a la instalaci\u00f3n, sin intermediarios.<\/p>\n\n        <div class=\"picto-actions\">\n          <a href=\"\/contacto\/\" class=\"picto-btn picto-btn-primary\">Pide presupuesto gratis<\/a>\n          <a href=\"#servicios\" class=\"picto-btn picto-btn-ghost\">Ver servicios<\/a>\n        <\/div>\n      <\/div>\n\n    <\/section>\n\n    <section id=\"servicios\" class=\"picto-section\">\n      <div class=\"picto-container\">\n        <span class=\"picto-label\">Nuestros servicios<\/span>\n        <h2 class=\"picto-title\">Todo lo que tu negocio necesita para <em>destacar<\/em><\/h2>\n        <p class=\"picto-text\">Soluciones visuales fabricadas en Tenerife: desde una pegatina hasta un r\u00f3tulo luminoso completo.<\/p>\n\n        <div class=\"d-grid-4\">\n\n          <a class=\"d-card\" href=\"\/rotulos\/\">\n            <div class=\"d-img-wrap\">\n              <div class=\"d-badges\">\n                <span class=\"d-bnum\">01<\/span>\n                <span class=\"d-bcat\">Identidad visual<\/span>\n              <\/div>\n\n              <video autoplay muted loop playsinline preload=\"metadata\"\n                poster=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/04\/Rotulos-Pictografica-tenerife-homepage-button.jpg\"\n                aria-label=\"R\u00f3tulos en Tenerife Pictogr\u00e1fica\">\n                <source src=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/05\/Neon-Roulos-Tenerife-Boton-Pictografica-loop.webm\" type=\"video\/webm\">\n              <\/video>\n            <\/div>\n\n            <div class=\"d-body\">\n              <h3 class=\"d-card-h3\">R\u00f3tulos<\/h3>\n              <div class=\"d-sep\"><\/div>\n              <p class=\"d-desc\">R\u00f3tulos luminosos, letras corp\u00f3reas, banderolas y fachadas comerciales fabricadas a medida.<\/p>\n              <span class=\"d-btn\">Ver m\u00e1s \u2192<\/span>\n            <\/div>\n          <\/a>\n\n          <a class=\"d-card\" href=\"\/displays\/\">\n            <div class=\"d-img-wrap\">\n              <div class=\"d-badges\">\n                <span class=\"d-bnum\">02<\/span>\n                <span class=\"d-bcat\">Publicidad port\u00e1til<\/span>\n              <\/div>\n\n              <video autoplay muted loop playsinline preload=\"metadata\"\n                poster=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/04\/DISPLAY-4WIND-1-scaled-e1738865529411.jpg\"\n                aria-label=\"Displays publicitarios en Tenerife Pictogr\u00e1fica\">\n                <source src=\"URL-VIDEO-DISPLAYS.webm\" type=\"video\/webm\">\n              <\/video>\n            <\/div>\n\n            <div class=\"d-body\">\n              <h3 class=\"d-card-h3\">Displays<\/h3>\n              <div class=\"d-sep\"><\/div>\n              <p class=\"d-desc\">Roll ups, banners, mostradores, photocalls y soportes para eventos, tiendas y promociones.<\/p>\n              <span class=\"d-btn\">Ver m\u00e1s \u2192<\/span>\n            <\/div>\n          <\/a>\n\n          <a class=\"d-card\" href=\"\/impresion\/\">\n            <div class=\"d-img-wrap\">\n              <div class=\"d-badges\">\n                <span class=\"d-bnum\">03<\/span>\n                <span class=\"d-bcat\">Gran formato<\/span>\n              <\/div>\n\n              <video autoplay muted loop playsinline preload=\"metadata\"\n                poster=\"https:\/\/pictografica.es\/wp-content\/uploads\/2022\/09\/PICTOGRAFICA-DISENO-GRAFICO-PORTADA-TENERIFE.jpg\"\n                aria-label=\"Impresi\u00f3n digital en Tenerife Pictogr\u00e1fica\">\n                <source src=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/04\/PICTOGRAFICA-IMPRESION-VIDEO-TENERIFE_1.webm\" type=\"video\/webm\">\n              <\/video>\n            <\/div>\n\n            <div class=\"d-body\">\n              <h3 class=\"d-card-h3\">Impresi\u00f3n<\/h3>\n              <div class=\"d-sep\"><\/div>\n              <p class=\"d-desc\">Vinilos, lonas, carteles, pegatinas, papeler\u00eda y material gr\u00e1fico con acabado profesional.<\/p>\n              <span class=\"d-btn\">Ver m\u00e1s \u2192<\/span>\n            <\/div>\n          <\/a>\n\n          <a class=\"d-card\" href=\"\/cnc\/\">\n            <div class=\"d-img-wrap\">\n              <div class=\"d-badges\">\n                <span class=\"d-bnum\">04<\/span>\n                <span class=\"d-bcat\">CNC y l\u00e1ser<\/span>\n              <\/div>\n\n              <video autoplay muted loop playsinline preload=\"metadata\"\n                poster=\"https:\/\/pictografica.es\/wp-content\/uploads\/2025\/02\/ChatGPT-Image-16-ago-2025-18_13_12.png\"\n                aria-label=\"Corte y grabado CNC en Tenerife Pictogr\u00e1fica\">\n                <source src=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/05\/LETREROS-DE-MADERA-PICTOGRAFICA-TENERIFE-VIDEO_1.webm\" type=\"video\/webm\">\n              <\/video>\n            <\/div>\n\n            <div class=\"d-body\">\n              <h3 class=\"d-card-h3\">Corte y grabado<\/h3>\n              <div class=\"d-sep\"><\/div>\n              <p class=\"d-desc\">Corte CNC, fresado, grabado y piezas personalizadas en PVC, madera, metacrilato y m\u00e1s.<\/p>\n              <span class=\"d-btn\">Ver m\u00e1s \u2192<\/span>\n            <\/div>\n          <\/a>\n\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"picto-section picto-light\">\n      <div class=\"picto-container picto-why-grid\">\n        <div>\n          <span class=\"picto-label\">Por qu\u00e9 elegirnos<\/span>\n          <h2 class=\"picto-title\">Tu local merece una imagen <em>a su altura<\/em><\/h2>\n          <p class=\"picto-text\">Somos el equipo que dise\u00f1a, fabrica e instala todo sin intermediarios. Un solo proceso, un solo equipo y un resultado m\u00e1s controlado.<\/p>\n        <\/div>\n\n        <div class=\"picto-reasons\">\n          <div class=\"picto-reason\">\n            <span>\ud83c\udfed<\/span>\n            <h3>Fabricaci\u00f3n propia<\/h3>\n            <p>Trabajamos desde nuestro taller en Las Chafiras, sin depender de terceros.<\/p>\n          <\/div>\n\n          <div class=\"picto-reason\">\n            <span>\u26a1<\/span>\n            <h3>Respuesta r\u00e1pida<\/h3>\n            <p>Presupuestos \u00e1giles y producci\u00f3n urgente seg\u00fan el tipo de trabajo.<\/p>\n          <\/div>\n\n          <div class=\"picto-reason\">\n            <span>\ud83c\udfaf<\/span>\n            <h3>Dise\u00f1o + instalaci\u00f3n<\/h3>\n            <p>Nos ocupamos de todo: dise\u00f1o, producci\u00f3n, montaje e instalaci\u00f3n final.<\/p>\n          <\/div>\n\n          <div class=\"picto-reason\">\n            <span>\ud83d\udccd<\/span>\n            <h3>Toda Tenerife<\/h3>\n            <p>Realizamos trabajos e instalaciones en cualquier punto de la isla.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- NUEVO CONTENEDOR: RESE\u00d1AS TRUSTINDEX -->\n    <section class=\"picto-section picto-reviews\">\n      <div class=\"picto-container\">\n        <div class=\"picto-reviews-card\">\n\n          <div class=\"picto-reviews-head\">\n            <div>\n              <span class=\"picto-reviews-kicker\">Rese\u00f1as reales<\/span>\n              <h2 class=\"picto-reviews-title\">La confianza tambi\u00e9n se <em>fabrica<\/em><\/h2>\n            <\/div>\n\n            <p class=\"picto-reviews-copy\">\n              Cada r\u00f3tulo, impresi\u00f3n o instalaci\u00f3n habla de una marca. Por eso cuidamos el dise\u00f1o, los materiales, los acabados y la entrega final como si fuera para nuestro propio negocio. Aqu\u00ed puedes ver opiniones reales de clientes que ya confiaron en Pictogr\u00e1fica.\n            <\/p>\n          <\/div>\n\n          <div class=\"picto-trustindex-wrap\">\n            <pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"hace %d %s|hoy|d\u00eda|d\u00edas|semana|semanas|mes|meses|a\u00f1o|a\u00f1os\" data-layout-id=\"34\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"es\" data-close-locale=\"Cerca\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Respuesta del propietario\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-header ti-header-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELENTE <\/strong> <\/div> <span class=\"ti-stars star-lg\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">A base de <strong>35 rese\u00f1as<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <trustindex-image class=\"ti-logo-fb\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\"><\/trustindex-image> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Siguiente rese\u00f1a\" role=\"button\"><\/div> <div class=\"ti-prev\" aria-label=\"Rese\u00f1a anterior\" role=\"button\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1742256000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLxwhiWBfa-qcU2Vo30S3TdT7TjpXbxu3adf9U-9XKtQsW-RQ=w40-h40-c-rp-mo-br100\" alt=\"Carmen profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Carmen <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excelente profesionales todo el equipo, muy r\u00e1pido y eficaz sin duda los recomiendo 100%<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1738108800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKOAtAuTqATWdvF6mr58DLJ17QcsBAlJMi5-Bk6rwJOpyNRTg=w40-h40-c-rp-mo-ba2-br100\" alt=\"Pablo Abril profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Pablo Abril <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->R\u00e1pidos muy serviciales y MUY PROFESIONALES gracias Carlos por el servicio de impresi\u00f3n de flyers muy buena calidad en el material utilizado gran calidad en la impresi\u00f3n y un aspecto a destacar es la implicacion en el trabajo un 10!!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1738022400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJVxkFQmRZNUC1-f_YG7pojhTIFxtY9KovJbzX_EaaaOfbPmg=w40-h40-c-rp-mo-br100\" alt=\"Luis P\u00e9rez profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Luis P\u00e9rez <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excelente trabajo se los recomiendo<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1737504000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJX7-S2pJbAm1UJ55Wbl3QmJYL2G-BVOpzgN-6CB9QrIa36FQ=w40-h40-c-rp-mo-br100\" alt=\"dulce angel perez profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> dulce angel perez <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Lo que busqu\u00e9 en una empresa lo tienen ellos , puntualidad , seriedad ,  y sobre todo tienen ideas para todo ,son unos gran profesionales.\nSuper recomendable<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1734566400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWynwtwRit8KYqwTFmHn9JzBF3nvpaE_ImCP4Bec_dufO1FZBNXXw=w40-h40-c-rp-mo-ba2-br100\" alt=\"Mariana de los Angeles Perdig\u00f3n Velasquez profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mariana de los Angeles Perdig\u00f3n Velasquez <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Quiero expresar mi agradecimiento al equipo de pictogr\u00e1fica por el excelente trabajo que realizaron en los vinilos, tarjetas de presentaci\u00f3n de mi cl\u00ednica de medicina est\u00e9tica. Desde el primer contacto, demostraron un alto nivel de profesionalismo, creatividad y atenci\u00f3n al detalle.\n\nSu capacidad para entender mis necesidades y plasmar la esencia de mi negocio en cada pieza publicitaria fue impresionante. Crearon un dise\u00f1o visualmente atractivo.\n\nAdem\u00e1s, destaco la puntualidad con la que entregaron los proyectos y su disposici\u00f3n para ajustar detalles seg\u00fan mis sugerencias. Trabajar con ellos fue una experiencia sencilla y muy satisfactoria.\n\nRecomiendo 100% sus servicios \u00a1Definitivamente volver\u00e9 a contar con ellos en el futuro!\n\nSi necesitas personalizar algo m\u00e1s, av\u00edsame.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1729555200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXjKjttLNIc8t_w02Vy58vaY6u-I6jHFb2EkYBexGTfhUdPcmw=w40-h40-c-rp-mo-ba3-br100\" alt=\"Jennifer Seghers profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jennifer Seghers <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->beautiful work, top service, top team, many thanks\ud83d\ude4f\nHakuna patata<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1727740800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXS7_NpcKXG1hBrkXxLe2_BOTkyKreN73tgkgJY0GrSDAd6A_A=w40-h40-c-rp-mo-br100\" alt=\"Angel Angelov profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Angel Angelov <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Grande profesionales en su sector , el cartel q  hicieron para nuestra promotora qued\u00f3 de aut\u00e9nticos locos<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1727740800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJWiTzRFUH6AByJYE5FnZOdqPXBbziUxAnpMto1CLKRq8_UGg=w40-h40-c-rp-mo-ba2-br100\" alt=\"Mario Portillo Astacio profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mario Portillo Astacio <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Muy contento con el resultado del luminoso para la previa group. Tuve un trato personalizado gracias a Harvey que me ayud\u00f3 mucho a la hora de realizar el luminoso y aclararme las ideas.\nPasen por la red social de pictogr\u00e1fica para ver los resultados. Muy agradecido<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1723593600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIhSNlSiX8IYeE6LZoHFq1CS2HLYerudCY7KQ1WDNKYD926wg=w40-h40-c-rp-mo-br100\" alt=\"Catalina almendra Ceballos pereira profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Catalina almendra Ceballos pereira <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Muy profesional<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1723507200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publicado en <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLBOpYB_GSVu9MuYDzQYPg_2E-UVHgnZceVzvaxlB2GupFY8w=w40-h40-c-rp-mo-br100\" alt=\"Juan jose Lopez caballero profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Juan jose Lopez caballero <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifica que la fuente original de la rese\u00f1a sea Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un diez en ejecuci\u00f3n y en el personal me atendieron rapid\u00edsimo, sin duda alguna contaremos con ellos para siguientes proyectos<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Ocultar\" data-open-text=\"Leer m\u00e1s\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Verificado por: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">La insignia verificada de Trustindex es el s\u00edmbolo universal de confianza. Solo las mejores empresas pueden obtener la insignia verificada si tienen una puntuaci\u00f3n de revisi\u00f3n superior a 4.5, basada en las rese\u00f1as de clientes de los \u00faltimos 12 meses. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\" rel=\"nofollow noopener\">Leer m\u00e1s<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/pictografica.es\/wp-content\/uploads\/trustindex-google-widget.css?1767712244\"><\/div>\n          <\/div>\n\n          <p class=\"picto-trustindex-note\">\n            Opiniones verificadas desde Google mediante Trustindex. La experiencia de nuestros clientes es parte de nuestro trabajo.\n          <\/p>\n\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- NUEVO CONTENEDOR: \u00daLTIMOS TRABAJOS -->\n    <section class=\"picto-section picto-work-section\">\n      <div class=\"picto-container\">\n\n        <a class=\"picto-work-card\" href=\"https:\/\/pictografica.es\/nuestros-trabajos\/\" aria-label=\"Ver \u00faltimos trabajos de Pictogr\u00e1fica\">\n\n          <div class=\"picto-work-copy\">\n            <span class=\"picto-label\">Portfolio Pictogr\u00e1fica<\/span>\n            <h2 class=\"picto-title\">\u00daltimos <em>trabajos<\/em><\/h2>\n            <p class=\"picto-text\">\n              Mira algunos de los proyectos que hemos fabricado e instalado en Tenerife: r\u00f3tulos, letras corp\u00f3reas, impresi\u00f3n gran formato, corte CNC, displays y soluciones visuales para negocios que quieren destacar.\n            <\/p>\n\n            <div class=\"picto-work-points\">\n              <div class=\"picto-work-point\">\n                <strong>R\u00f3tulos<\/strong>\n                Fachadas, ne\u00f3n, letras y luminosos.\n              <\/div>\n\n              <div class=\"picto-work-point\">\n                <strong>Impresi\u00f3n<\/strong>\n                Vinilos, lonas, carteler\u00eda y gran formato.\n              <\/div>\n\n              <div class=\"picto-work-point\">\n                <strong>CNC<\/strong>\n                Corte, grabado y piezas personalizadas.\n              <\/div>\n            <\/div>\n\n            <span class=\"picto-btn picto-btn-primary picto-work-btn\">Ver nuestros trabajos \u2192<\/span>\n          <\/div>\n\n          <div class=\"picto-work-media\">\n\n        \n\n            <video autoplay muted loop playsinline preload=\"metadata\"\n              poster=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/01\/Rotulos-luminosos-para-Alien-Smash-Burger-en-Tenerife\u200b_Mesa-de-trabajo-1-copia-2-1-e1777680093751.jpg\">\n              <source src=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/05\/Ultimos-Trabajos-Pictografica-Video-Web-Principal.webm\" type=\"video\/webm\">\n            <\/video>\n         \n\n            <img decoding=\"async\" \n              src=\"https:\/\/pictografica.es\/wp-content\/uploads\/2026\/01\/Rotulos-luminosos-para-Alien-Smash-Burger-en-Tenerife\u200b_Mesa-de-trabajo-1-copia-2-1-e1777680093751.jpg\" \n              alt=\"\u00daltimos trabajos de r\u00f3tulos, impresi\u00f3n y CNC en Tenerife por Pictogr\u00e1fica\">\n\n            <div class=\"picto-work-floating\">\n              <span>Trabajos recientes<\/span>\n              <p>Proyectos reales fabricados en nuestro taller.<\/p>\n            <\/div>\n\n          <\/div>\n\n        <\/a>\n\n      <\/div>\n    <\/section>\n\n    <section class=\"picto-section picto-final\">\n      <div class=\"picto-container\">\n        <span class=\"picto-label\" style=\"color:#fff;\">\u00bfListo para empezar?<\/span>\n        <h2 class=\"picto-title\">Cu\u00e9ntanos tu idea.<br>Te respondemos pronto.<\/h2>\n        <p class=\"picto-text\">Sin compromiso. Solo dinos qu\u00e9 necesitas y preparamos una propuesta clara para tu proyecto.<\/p>\n        <a href=\"\/contacto\/\" class=\"picto-btn\">Contacta ahora \u2192<\/a>\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>R\u00f3tulos \u00b7 Impresi\u00f3n \u00b7 CNC \u00b7 Dise\u00f1o \u2014 Tenerife Pictogr\u00e1fica Tenerife Fabricaci\u00f3n e instalaci\u00f3n de r\u00f3tulos, impresi\u00f3n gran formato y corte CNC. Del dise\u00f1o a la instalaci\u00f3n, sin intermediarios. Pide presupuesto gratis Ver servicios Nuestros servicios Todo lo que tu negocio necesita para destacar Soluciones visuales fabricadas en Tenerife: desde [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-pagebuilder-full-width.php","meta":{"inline_featured_image":false,"_joinchat":[],"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":62,"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":5662,"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/pages\/16\/revisions\/5662"}],"wp:attachment":[{"href":"https:\/\/pictografica.es\/en\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}