iconos.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. @font-face {
  2. font-family: 'iconosEditor';
  3. src: url('../../fonts/iconos/iconosEditor.eot?8a95r6');
  4. src: url('../../fonts/iconos/iconosEditor.eot?8a95r6#iefix') format('embedded-opentype'),
  5. url('../../fonts/iconos/iconosEditor.ttf?8a95r6') format('truetype'),
  6. url('../../fonts/iconos/iconosEditor.woff?8a95r6') format('woff'),
  7. url('../../fonts/iconos/iconosEditor.svg?8a95r6#iconosEditor') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icono-"], [class*=" icono-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'iconosEditor' !important;
  15. speak: none;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icono-home:before {
  26. content: "\e902";
  27. }
  28. .icono-newspaper:before {
  29. content: "\e904";
  30. }
  31. .icono-pencil:before {
  32. content: "\e906";
  33. }
  34. .icono-image:before {
  35. content: "\e90d";
  36. }
  37. .icono-camera:before {
  38. content: "\e90f";
  39. }
  40. .icono-music:before {
  41. content: "\e911";
  42. }
  43. .icono-play:before {
  44. content: "\e912";
  45. }
  46. .icono-dice:before {
  47. content: "\e915";
  48. }
  49. .icono-connection:before {
  50. content: "\e91b";
  51. }
  52. .icono-podcast:before {
  53. content: "\e91c";
  54. }
  55. .icono-feed:before {
  56. content: "\e91d";
  57. }
  58. .icono-mic:before {
  59. content: "\e91e";
  60. }
  61. .icono-book:before {
  62. content: "\e91f";
  63. }
  64. .icono-books:before {
  65. content: "\e920";
  66. }
  67. .icono-library:before {
  68. content: "\e921";
  69. }
  70. .icono-file-text:before {
  71. content: "\e922";
  72. }
  73. .icono-profile:before {
  74. content: "\e923";
  75. }
  76. .icono-file-empty:before {
  77. content: "\e924";
  78. }
  79. .icono-files-empty:before {
  80. content: "\e925";
  81. }
  82. .icono-file-text2:before {
  83. content: "\e926";
  84. }
  85. .icono-folder:before {
  86. content: "\e92f";
  87. }
  88. .icono-folder-open:before {
  89. content: "\e930";
  90. }
  91. .icono-price-tag:before {
  92. content: "\e935";
  93. }
  94. .icono-barcode:before {
  95. content: "\e937";
  96. }
  97. .icono-qrcode:before {
  98. content: "\e938";
  99. }
  100. .icono-credit-card:before {
  101. content: "\e93f";
  102. }
  103. .icono-phone:before {
  104. content: "\e942";
  105. }
  106. .icono-address-book:before {
  107. content: "\e944";
  108. }
  109. .icono-envelop:before {
  110. content: "\e945";
  111. }
  112. .icono-location:before {
  113. content: "\e948";
  114. }
  115. .icono-map:before {
  116. content: "\e94c";
  117. }
  118. .icono-clock:before {
  119. content: "\e94e";
  120. }
  121. .icono-alarm:before {
  122. content: "\e950";
  123. }
  124. .icono-calendar:before {
  125. content: "\e953";
  126. }
  127. .icono-printer:before {
  128. content: "\e954";
  129. }
  130. .icono-keyboard:before {
  131. content: "\e955";
  132. }
  133. .icono-display:before {
  134. content: "\e956";
  135. }
  136. .icono-mobile:before {
  137. content: "\e958";
  138. }
  139. .icono-tv:before {
  140. content: "\e95b";
  141. }
  142. .icono-download:before {
  143. content: "\e960";
  144. }
  145. .icono-upload:before {
  146. content: "\e961";
  147. }
  148. .icono-bubble:before {
  149. content: "\e96b";
  150. }
  151. .icono-bubble2:before {
  152. content: "\e96e";
  153. }
  154. .icono-user:before {
  155. content: "\e971";
  156. }
  157. .icono-users:before {
  158. content: "\e972";
  159. }
  160. .icono-user-tie:before {
  161. content: "\e976";
  162. }
  163. .icono-quotes-left:before {
  164. content: "\e977";
  165. }
  166. .icono-quotes-right:before {
  167. content: "\e978";
  168. }
  169. .icono-search:before {
  170. content: "\e986";
  171. }
  172. .icono-lock:before {
  173. content: "\e98f";
  174. }
  175. .icono-unlocked:before {
  176. content: "\e990";
  177. }
  178. .icono-wrench:before {
  179. content: "\e991";
  180. }
  181. .icono-cog:before {
  182. content: "\e994";
  183. }
  184. .icono-cogs:before {
  185. content: "\e995";
  186. }
  187. .icono-hammer:before {
  188. content: "\e996";
  189. }
  190. .icono-pie-chart:before {
  191. content: "\e99a";
  192. }
  193. .icono-stats-dots:before {
  194. content: "\e99b";
  195. }
  196. .icono-stats-bars:before {
  197. content: "\e99c";
  198. }
  199. .icono-stats-bars2:before {
  200. content: "\e99d";
  201. }
  202. .icono-trophy:before {
  203. content: "\e99e";
  204. }
  205. .icono-gift:before {
  206. content: "\e99f";
  207. }
  208. .icono-rocket:before {
  209. content: "\e9a5";
  210. }
  211. .icono-meter:before {
  212. content: "\e9a6";
  213. }
  214. .icono-meter2:before {
  215. content: "\e9a7";
  216. }
  217. .icono-hammer2:before {
  218. content: "\e9a8";
  219. }
  220. .icono-fire:before {
  221. content: "\e9a9";
  222. }
  223. .icono-lab:before {
  224. content: "\e9aa";
  225. }
  226. .icono-magnet:before {
  227. content: "\e9ab";
  228. }
  229. .icono-bin:before {
  230. content: "\e9ac";
  231. }
  232. .icono-briefcase:before {
  233. content: "\e9ae";
  234. }
  235. .icono-airplane:before {
  236. content: "\e9af";
  237. }
  238. .icono-truck:before {
  239. content: "\e9b0";
  240. }
  241. .icono-road:before {
  242. content: "\e9b1";
  243. }
  244. .icono-accessibility:before {
  245. content: "\e9b2";
  246. }
  247. .icono-target:before {
  248. content: "\e9b3";
  249. }
  250. .icono-power:before {
  251. content: "\e9b5";
  252. }
  253. .icono-switch:before {
  254. content: "\e9b6";
  255. }
  256. .icono-power-cord:before {
  257. content: "\e9b7";
  258. }
  259. .icono-clipboard:before {
  260. content: "\e9b8";
  261. }
  262. .icono-tree:before {
  263. content: "\e9bc";
  264. }
  265. .icono-cloud:before {
  266. content: "\e9c1";
  267. }
  268. .icono-sphere:before {
  269. content: "\e9c9";
  270. }
  271. .icono-earth:before {
  272. content: "\e9ca";
  273. }
  274. .icono-link:before {
  275. content: "\e9cb";
  276. }
  277. .icono-flag:before {
  278. content: "\e9cc";
  279. }
  280. .icono-attachment:before {
  281. content: "\e9cd";
  282. }
  283. .icono-eye:before {
  284. content: "\e9ce";
  285. }
  286. .icono-bookmark:before {
  287. content: "\e9d2";
  288. }
  289. .icono-sun:before {
  290. content: "\e9d4";
  291. }
  292. .icono-star-empty:before {
  293. content: "\e9d7";
  294. }
  295. .icono-star-full:before {
  296. content: "\e9d9";
  297. }
  298. .icono-heart:before {
  299. content: "\e9da";
  300. }
  301. .icono-man:before {
  302. content: "\e9dc";
  303. }
  304. .icono-woman:before {
  305. content: "\e9dd";
  306. }
  307. .icono-man-woman:before {
  308. content: "\e9de";
  309. }
  310. .icono-happy:before {
  311. content: "\e9df";
  312. }
  313. .icono-smile:before {
  314. content: "\e9e1";
  315. }
  316. .icono-tongue:before {
  317. content: "\e9e3";
  318. }
  319. .icono-sad:before {
  320. content: "\e9e5";
  321. }
  322. .icono-wink:before {
  323. content: "\e9e7";
  324. }
  325. .icono-grin:before {
  326. content: "\e9e9";
  327. }
  328. .icono-cool:before {
  329. content: "\e9eb";
  330. }
  331. .icono-angry:before {
  332. content: "\e9ed";
  333. }
  334. .icono-evil:before {
  335. content: "\e9ef";
  336. }
  337. .icono-shocked:before {
  338. content: "\e9f1";
  339. }
  340. .icono-baffled:before {
  341. content: "\e9f3";
  342. }
  343. .icono-confused:before {
  344. content: "\e9f5";
  345. }
  346. .icono-neutral:before {
  347. content: "\e9f7";
  348. }
  349. .icono-hipster:before {
  350. content: "\e9f9";
  351. }
  352. .icono-wondering:before {
  353. content: "\e9fb";
  354. }
  355. .icono-sleepy:before {
  356. content: "\e9fd";
  357. }
  358. .icono-frustrated:before {
  359. content: "\e9ff";
  360. }
  361. .icono-crying:before {
  362. content: "\ea01";
  363. }
  364. .icono-point-up:before {
  365. content: "\ea03";
  366. }
  367. .icono-point-right:before {
  368. content: "\ea04";
  369. }
  370. .icono-point-down:before {
  371. content: "\ea05";
  372. }
  373. .icono-point-left:before {
  374. content: "\ea06";
  375. }
  376. .icono-warning:before {
  377. content: "\ea07";
  378. }
  379. .icono-notification:before {
  380. content: "\ea08";
  381. }
  382. .icono-question:before {
  383. content: "\ea09";
  384. }
  385. .icono-plus:before {
  386. content: "\ea0a";
  387. }
  388. .icono-minus:before {
  389. content: "\ea0b";
  390. }
  391. .icono-info:before {
  392. content: "\ea0c";
  393. }
  394. .icono-cross:before {
  395. content: "\ea0f";
  396. }
  397. .icono-checkmark:before {
  398. content: "\ea10";
  399. }
  400. .icono-play3:before {
  401. content: "\ea1c";
  402. }
  403. .icono-pause:before {
  404. content: "\ea1d";
  405. }
  406. .icono-stop:before {
  407. content: "\ea1e";
  408. }
  409. .icono-backward:before {
  410. content: "\ea1f";
  411. }
  412. .icono-forward:before {
  413. content: "\ea20";
  414. }
  415. .icono-first:before {
  416. content: "\ea21";
  417. }
  418. .icono-last:before {
  419. content: "\ea22";
  420. }
  421. .icono-previous:before {
  422. content: "\ea23";
  423. }
  424. .icono-next:before {
  425. content: "\ea24";
  426. }
  427. .icono-eject:before {
  428. content: "\ea25";
  429. }
  430. .icono-volume-high:before {
  431. content: "\ea26";
  432. }
  433. .icono-volume-medium:before {
  434. content: "\ea27";
  435. }
  436. .icono-volume-low:before {
  437. content: "\ea28";
  438. }
  439. .icono-volume-silence:before {
  440. content: "\ea29";
  441. }
  442. .icono-volume-mute:before {
  443. content: "\ea2a";
  444. }
  445. .icono-loop:before {
  446. content: "\ea2d";
  447. }
  448. .icono-loop2:before {
  449. content: "\ea2e";
  450. }
  451. .icono-infinite:before {
  452. content: "\ea2f";
  453. }
  454. .icono-shuffle:before {
  455. content: "\ea30";
  456. }
  457. .icono-arrow-up-left:before {
  458. content: "\ea31";
  459. }
  460. .icono-arrow-up:before {
  461. content: "\ea32";
  462. }
  463. .icono-arrow-up-right:before {
  464. content: "\ea33";
  465. }
  466. .icono-arrow-right:before {
  467. content: "\ea34";
  468. }
  469. .icono-arrow-down-right:before {
  470. content: "\ea35";
  471. }
  472. .icono-arrow-down:before {
  473. content: "\ea36";
  474. }
  475. .icono-arrow-down-left:before {
  476. content: "\ea37";
  477. }
  478. .icono-arrow-left:before {
  479. content: "\ea38";
  480. }
  481. .icono-arrow-up-left2:before {
  482. content: "\ea39";
  483. }
  484. .icono-arrow-up2:before {
  485. content: "\ea3a";
  486. }
  487. .icono-arrow-up-right2:before {
  488. content: "\ea3b";
  489. }
  490. .icono-arrow-right2:before {
  491. content: "\ea3c";
  492. }
  493. .icono-arrow-down-right2:before {
  494. content: "\ea3d";
  495. }
  496. .icono-arrow-down2:before {
  497. content: "\ea3e";
  498. }
  499. .icono-arrow-down-left2:before {
  500. content: "\ea3f";
  501. }
  502. .icono-arrow-left2:before {
  503. content: "\ea40";
  504. }
  505. .icono-circle-up:before {
  506. content: "\ea41";
  507. }
  508. .icono-circle-right:before {
  509. content: "\ea42";
  510. }
  511. .icono-circle-down:before {
  512. content: "\ea43";
  513. }
  514. .icono-circle-left:before {
  515. content: "\ea44";
  516. }
  517. .icono-checkbox-checked:before {
  518. content: "\ea52";
  519. }
  520. .icono-checkbox-unchecked:before {
  521. content: "\ea53";
  522. }
  523. .icono-radio-checked:before {
  524. content: "\ea54";
  525. }
  526. .icono-radio-unchecked:before {
  527. content: "\ea56";
  528. }
  529. .icono-scissors:before {
  530. content: "\ea5a";
  531. }
  532. .icono-filter:before {
  533. content: "\ea5b";
  534. }
  535. .icono-font:before {
  536. content: "\ea5c";
  537. }
  538. .icono-ligature:before {
  539. content: "\ea5d";
  540. }
  541. .icono-ligature2:before {
  542. content: "\ea5e";
  543. }
  544. .icono-omega:before {
  545. content: "\ea66";
  546. }
  547. .icono-sigma:before {
  548. content: "\ea67";
  549. }
  550. .icono-section:before {
  551. content: "\ea76";
  552. }
  553. .icono-amazon:before {
  554. content: "\ea87";
  555. }
  556. .icono-google:before {
  557. content: "\ea88";
  558. }
  559. .icono-google-plus:before {
  560. content: "\ea8b";
  561. }
  562. .icono-google-drive:before {
  563. content: "\ea8f";
  564. }
  565. .icono-facebook:before {
  566. content: "\ea90";
  567. }
  568. .icono-instagram:before {
  569. content: "\ea92";
  570. }
  571. .icono-whatsapp:before {
  572. content: "\ea93";
  573. }
  574. .icono-spotify:before {
  575. content: "\ea94";
  576. }
  577. .icono-telegram:before {
  578. content: "\ea95";
  579. }
  580. .icono-twitter:before {
  581. content: "\ea96";
  582. }
  583. .icono-vine:before {
  584. content: "\ea97";
  585. }
  586. .icono-vk:before {
  587. content: "\ea98";
  588. }
  589. .icono-renren:before {
  590. content: "\ea99";
  591. }
  592. .icono-sina-weibo:before {
  593. content: "\ea9a";
  594. }
  595. .icono-rss:before {
  596. content: "\ea9b";
  597. }
  598. .icono-youtube:before {
  599. content: "\ea9d";
  600. }
  601. .icono-twitch:before {
  602. content: "\ea9f";
  603. }
  604. .icono-vimeo:before {
  605. content: "\eaa0";
  606. }
  607. .icono-flickr:before {
  608. content: "\eaa3";
  609. }
  610. .icono-dribbble:before {
  611. content: "\eaa7";
  612. }
  613. .icono-behance:before {
  614. content: "\eaa8";
  615. }
  616. .icono-deviantart:before {
  617. content: "\eaaa";
  618. }
  619. .icono-steam:before {
  620. content: "\eaac";
  621. }
  622. .icono-dropbox:before {
  623. content: "\eaae";
  624. }
  625. .icono-onedrive:before {
  626. content: "\eaaf";
  627. }
  628. .icono-github:before {
  629. content: "\eab0";
  630. }
  631. .icono-npm:before {
  632. content: "\eab1";
  633. }
  634. .icono-basecamp:before {
  635. content: "\eab2";
  636. }
  637. .icono-joomla:before {
  638. content: "\eab5";
  639. }
  640. .icono-blogger:before {
  641. content: "\eab7";
  642. }
  643. .icono-tumblr:before {
  644. content: "\eab9";
  645. }
  646. .icono-tux:before {
  647. content: "\eabd";
  648. }
  649. .icono-appleinc:before {
  650. content: "\eabe";
  651. }
  652. .icono-finder:before {
  653. content: "\eabf";
  654. }
  655. .icono-android:before {
  656. content: "\eac0";
  657. }
  658. .icono-windows:before {
  659. content: "\eac1";
  660. }
  661. .icono-soundcloud:before {
  662. content: "\eac3";
  663. }
  664. .icono-skype:before {
  665. content: "\eac5";
  666. }
  667. .icono-linkedin2:before {
  668. content: "\eaca";
  669. }
  670. .icono-lastfm:before {
  671. content: "\eacb";
  672. }
  673. .icono-stumbleupon:before {
  674. content: "\eace";
  675. }
  676. .icono-pinterest:before {
  677. content: "\ead1";
  678. }
  679. .icono-paypal:before {
  680. content: "\ead8";
  681. }
  682. .icono-chrome:before {
  683. content: "\ead9";
  684. }
  685. .icono-firefox:before {
  686. content: "\eada";
  687. }
  688. .icono-edge:before {
  689. content: "\eadc";
  690. }
  691. .icono-safari:before {
  692. content: "\eadd";
  693. }
  694. .icono-opera:before {
  695. content: "\eade";
  696. }