indivisa.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. /*
  2. Created on : 5/12/2018, 01:25:27 PM
  3. Author : Alejandro
  4. Indivisa Fonts
  5. */
  6. @font-face {
  7. font-family: 'indivisa-title';
  8. src: url('../fonts/indivisaFont/eot/IndivisaTextSans-BoldItalic.eot');
  9. src:
  10. url('../fonts/indivisaFont/woff/IndivisaTextSans-BoldItalic.woff'),
  11. url('../fonts/indivisaFont/ttf/IndivisaTextSans-BoldItalic.ttf'),
  12. url('../fonts/indivisaFont/eot/IndivisaTextSans-BoldItalic.IndivisaTextSans-BoldItalic');
  13. font-weight: normal;
  14. font-style: normal;
  15. }
  16. @font-face {
  17. font-family: 'indivisa-text';
  18. src: url('../fonts/indivisaFont/eot/IndivisaTextSans-Regular.eot');
  19. src:
  20. url('../fonts/indivisaFont/woff/IndivisaTextSans-Regular.woff'),
  21. url('../fonts/indivisaFont/ttf/IndivisaTextSans-Regular.ttf'),
  22. url('../fonts/indivisaFont/eot/IndivisaTextSans-Regular.svg#IndivisaTextSans-Regular');
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'indivisa-text-black';
  28. src: url('../fonts/indivisaFont/eot/IndivisaTextSans-Black.eot');
  29. src:
  30. url('../fonts/indivisaFont/woff/IndivisaTextSans-Black.woff'),
  31. url('../fonts/indivisaFont/ttf/IndivisaTextSans-Black.ttf'),
  32. url('../fonts/indivisaFont/eot/IndivisaTextSans-Black.svg#IndivisaTextSans-Black');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36. @font-face {
  37. font-family: 'indivisa-text-bold';
  38. src: url('../fonts/indivisaFont/eot/IndivisaTextSans-Bold.eot');
  39. src:
  40. url('../fonts/indivisaFont/woff/IndivisaTextSans-Bold.woff'),
  41. url('../fonts/indivisaFont/ttf/IndivisaTextSans-Bold.ttf'),
  42. url('../fonts/indivisaFont/eot/IndivisaTextSans-Bold.svg#IndivisaTextSans-Bold');
  43. font-weight: normal;
  44. font-style: normal;
  45. }
  46. .indivisa-display {
  47. font-family: 'indivisa-display' !important;
  48. }
  49. .indivisa-title {
  50. font-family: 'indivisa-title' !important;
  51. }
  52. /* INGENIERIA FONT */
  53. @font-face {
  54. font-family: 'ingfont';
  55. src: url('../fonts/ingenieria/ingfont.eot?1fng03');
  56. src: url('../fonts/ingenieria/ingfont.eot?1fng03#iefix') format('embedded-opentype'),
  57. url('../fonts/ingenieria/ingfont.ttf?1fng03') format('truetype'),
  58. url('../fonts/ingenieria/ingfont.woff?1fng03') format('woff'),
  59. url('../fonts/ingenieria/ingfont.svg?1fng03#ingfont') format('svg');
  60. font-weight: normal;
  61. font-style: normal;
  62. font-display: block;
  63. }
  64. .ing-lg {
  65. font-size: 1.33333em;
  66. line-height: .75em;
  67. vertical-align: -.0667em
  68. }
  69. .ing-2x {
  70. font-size: 2em
  71. }
  72. .ing-3x {
  73. font-size: 3em
  74. }
  75. .ing-8x {
  76. font-size: 8em
  77. }
  78. .ing-fw {
  79. text-align: center;
  80. width: 1.4em
  81. }
  82. /*1.25*/
  83. .ing-ul {
  84. list-style-type: none;
  85. margin-left: 2.5em;
  86. padding-left: 0
  87. }
  88. .ing-ul>li {
  89. position: relative
  90. }
  91. .ing-li {
  92. left: -2em;
  93. position: absolute;
  94. text-align: center;
  95. width: 2em;
  96. line-height: inherit
  97. }
  98. .ing-rotate-90 {
  99. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  100. -webkit-transform: rotate(90deg);
  101. transform: rotate(90deg)
  102. }
  103. .ing-rotate-180 {
  104. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  105. -webkit-transform: rotate(180deg);
  106. transform: rotate(180deg)
  107. }
  108. .ing-rotate-270 {
  109. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  110. -webkit-transform: rotate(270deg);
  111. transform: rotate(270deg)
  112. }
  113. .ing-flip-horizontal {
  114. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  115. -webkit-transform: scaleX(-1);
  116. transform: scaleX(-1)
  117. }
  118. .ing-flip-vertical {
  119. -webkit-transform: scaleY(-1);
  120. transform: scaleY(-1)
  121. }
  122. .ing-flip-both,
  123. .ing-flip-horizontal.ing-flip-vertical,
  124. .ing-flip-vertical {
  125. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
  126. }
  127. .ing-flip-both,
  128. .ing-flip-horizontal.ing-flip-vertical {
  129. -webkit-transform: scale(-1);
  130. transform: scale(-1)
  131. }
  132. :root .ing-flip-both,
  133. :root .ing-flip-horizontal,
  134. :root .ing-flip-vertical,
  135. :root .ing-rotate-90,
  136. :root .ing-rotate-180,
  137. :root .ing-rotate-270 {
  138. -webkit-filter: none;
  139. filter: none
  140. }
  141. [class^="ing-"],
  142. [class*=" ing-"] {
  143. /* use !important to prevent issues with browser extensions that change fonts */
  144. font-family: 'ingfont' !important;
  145. speak: never;
  146. font-style: normal;
  147. font-weight: normal;
  148. font-variant: normal;
  149. text-transform: none;
  150. line-height: 1;
  151. display: inline-block;
  152. /* Better Font Rendering =========== */
  153. -webkit-font-smoothing: antialiased;
  154. -moz-osx-font-smoothing: grayscale;
  155. }
  156. .ing-fb1:before {
  157. content: "\e932";
  158. }
  159. .ing-fb2:before {
  160. content: "\e933";
  161. }
  162. .ing-tw1:before {
  163. content: "\e912";
  164. }
  165. .ing-tw2:before {
  166. content: "\e900";
  167. }
  168. .ing-in1:before {
  169. content: "\e91a";
  170. }
  171. .ing-in2:before {
  172. content: "\e902";
  173. }
  174. .ing-instra1:before {
  175. content: "\e924";
  176. }
  177. .ing-instra2:before {
  178. content: "\e923";
  179. }
  180. .ing-youtube:before {
  181. content: "\e90e";
  182. }
  183. .ing-telefono:before {
  184. content: "\e911";
  185. }
  186. .ing-mail:before {
  187. content: "\e907";
  188. }
  189. .ing-link:before {
  190. content: "\e919";
  191. }
  192. .ing-ubicacion:before {
  193. content: "\e908";
  194. }
  195. .ing-puntos:before {
  196. content: "\e917";
  197. }
  198. .ing-usuario:before {
  199. content: "\e90d";
  200. }
  201. .ing-pass:before {
  202. content: "\e906";
  203. }
  204. .ing-menu:before {
  205. content: "\e901";
  206. }
  207. .ing-salir:before {
  208. content: "\e90f";
  209. }
  210. .ing-flecha:before {
  211. content: "\e905";
  212. }
  213. .ing-cambiar:before {
  214. content: "\e93c";
  215. }
  216. .ing-caret:before {
  217. content: "\e90b";
  218. }
  219. .ing-aceptar:before {
  220. content: "\e916";
  221. }
  222. .ing-cancelar:before {
  223. content: "\e910";
  224. }
  225. .ing-mas:before {
  226. content: "\e91d";
  227. }
  228. .ing-menos:before {
  229. content: "\e91e";
  230. }
  231. .ing-editar:before {
  232. content: "\e938";
  233. }
  234. .ing-buscar:before {
  235. content: "\e939";
  236. }
  237. .ing-ojo:before {
  238. content: "\e92a";
  239. }
  240. .ing-borrar:before {
  241. content: "\e942";
  242. }
  243. .ing-basura:before {
  244. content: "\e941";
  245. }
  246. .ing-camara:before {
  247. content: "\e909";
  248. }
  249. .ing-importante:before {
  250. content: "\e935";
  251. }
  252. .ing-bullet:before {
  253. content: "\e943";
  254. }
  255. .ing-home:before {
  256. content: "\e934";
  257. }
  258. .ing-formacion:before {
  259. content: "\e914";
  260. }
  261. .ing-empleo:before {
  262. content: "\e915";
  263. }
  264. .ing-insignia1:before {
  265. content: "\e920";
  266. }
  267. .ing-insignia2:before {
  268. content: "\e91f";
  269. }
  270. .ing-insignia3:before {
  271. content: "\e921";
  272. }
  273. .ing-insignia4:before {
  274. content: "\e922";
  275. }
  276. .ing-eventos:before {
  277. content: "\e90a";
  278. }
  279. .ing-reporte:before {
  280. content: "\e918";
  281. }
  282. .ing-catalogo:before {
  283. content: "\e936";
  284. }
  285. .ing-evalua-cartel:before {
  286. content: "\e913";
  287. }
  288. .ing-revision-cartel:before {
  289. content: "\e90c";
  290. }
  291. .ing-reporte-resultados:before {
  292. content: "\e929";
  293. }
  294. .ing-mi-cartel:before {
  295. content: "\e91b";
  296. }
  297. .ing-galeria1:before {
  298. content: "\e91c";
  299. }
  300. .ing-galeria2:before {
  301. content: "\e925";
  302. }
  303. .ing-iniciar-sesion:before {
  304. content: "\e926";
  305. }
  306. .ing-finalistas:before {
  307. content: "\e927";
  308. }
  309. .ing-comite:before {
  310. content: "\e92b";
  311. }
  312. .ing-administrador:before {
  313. content: "\e92c";
  314. }
  315. .ing-estrella1:before {
  316. content: "\e903";
  317. }
  318. .ing-estrella2:before {
  319. content: "\e904";
  320. }
  321. .ing-carga-archivo:before {
  322. content: "\e93d";
  323. }
  324. .ing-carga-multiple:before {
  325. content: "\e93e";
  326. }
  327. .ing-descarga:before {
  328. content: "\e928";
  329. }
  330. .ing-autorizar:before {
  331. content: "\e92d";
  332. }
  333. .ing-negar:before {
  334. content: "\e92e";
  335. }
  336. .ing-no-cargado:before {
  337. content: "\e92f";
  338. }
  339. .ing-alumnos:before {
  340. content: "\e91c";
  341. }
  342. .ing-cardex:before {
  343. content: "\e93f";
  344. }
  345. .ing-configuracion:before {
  346. content: "\e940";
  347. }
  348. .ing-listado-menus:before {
  349. content: "\e944";
  350. }
  351. .ing-mi-cuenta:before {
  352. content: "\e945";
  353. }
  354. .ing-ver:before {
  355. content: "\e946";
  356. }
  357. .ing-grafica:before {
  358. content: "\e930";
  359. }
  360. .ing-clic:before {
  361. content: "\e931";
  362. }
  363. .ing-guardar:before {
  364. content: "\e937";
  365. }
  366. .ing-regresar:before {
  367. content: "\e93a";
  368. }
  369. .ing-cuadrado:before {
  370. content: "\e93b";
  371. }
  372. .ing-imprimir:before {
  373. content: "\e947";
  374. }
  375. .ing-importante2:before {
  376. content: "\e948";
  377. }
  378. .ing-copiar:before {
  379. content: "\e949";
  380. }
  381. .ing-reloj:before {
  382. content: "\e94a";
  383. }
  384. .ing-retardo:before {
  385. content: "\e94b";
  386. }
  387. .ing-justificar:before {
  388. content: "\e94c";
  389. }