Suscríbete a nuestro boletín Wacom para la Educación

Recibe correos electrónicos del equipo de Wacom para la Educación con valiosos consejos y trucos para el aula, noticias sobre próximos seminarios web y campañas, y ofertas especiales que inspirarán, desafiarán y despertarán tu imaginación creativa y la de tus alumnos.

wacom en uso por profesor y alumno
/* ================================ */ /* 🚀 HIDE ELEMENTS WITH NO-TRANSLATE CLASS */ /* ================================ */ /* Spanish Pages */ html[lang="es"] .no-translate, html[lang="es-mx"] .no-translate, html[lang="es-cl"] .no-translate, html[lang="es-ar"] .no-translate, html[lang="es-co"] .no-translate, html[lang="es-pe"] .no-translate { display: none !important; } /* French Pages */ html[lang="fr-ca"] .no-translate { display: none !important; } /* German Pages */ html[lang="de"] .no-translate { display: none !important; } /* Portuguese (Brazil) Pages */ html[lang="pt-br"] .no-translate { display: none !important; } /* ================================ */ /* 🎨 CUSTOM BACKGROUND PATTERNS */ /* ================================ */ .pa-custom-background-pattern-1 .et_pb_background_pattern, .pa-custom-background-pattern-2 .et_pb_background_pattern { background-image: url("https://wacomcommunstg.wpengine.com/en-us/wp-content/uploads/sites/40/2023/05/LearnToDraw_Pattern_CreativityCamp_192x192-1.svg") !important; } /* ================================ */ /* 🔤 CUSTOM FONT LOADING */ /* ================================ */ @font-face { font-family: 'YourFontName'; src: url('path-to-your-font.woff2') format('woff2'); font-display: swap; }/* ================================ */ /* 📌 GENERAL MENU ITEM STYLING */ /* ================================ */ .menu-item { display: inline-flex; align-items: center; /* ✅ Fixed: "middle" is not a valid value */ justify-content: center; } /* ================================ */ /* 🔄 REPLACE TWITTER ICON WITH X IN DIVI */ /* ================================ */ .et-social-twitter a.icon:before { content: '\f099'; /* Replace with the correct Unicode for "X" */ }