@font-face {
  font-family: 'icomoon';
  src:  url('../../commons/fonts/icomoon.eot');
  src:  url('../../commons/fonts/icomoon.eot') format('embedded-opentype'),
    url('../../commons/fonts/icomoon.ttf') format('truetype'),
    url('../../commons/fonts/icomoon.woff') format('woff'),
    url('../../commons/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 36px;	
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-firmapdf:before {
  content: "\e915";
}
.icon-contract:before {
  content: "\e916";
}
.icon-video_ayuda:before {
  content: "\e914";
}
.icon-pdf:before {
  content: "\e912";
}
.icon-excel:before {
  content: "\e913";
}
.icon-reportes:before {
  content: "\e910";
}
.icon-logo:before {
  content: "\e911";
}
.icon-check:before {
  content: "\e90f";
}
.icon-personas:before {
  content: "\e90e";
}
.icon-municipalidades:before {
  content: "\e906";
}
.icon-apoderado:before {
  content: "\e900";
}
.icon-comercio:before {
  content: "\e901";
}
.icon-educacion:before {
  content: "\e902";
}
.icon-gobierno:before {
  content: "\e903";
}
.icon-industria:before {
  content: "\e904";
}
.icon-monedas:before {
  content: "\e905";
}
.icon-empresas:before {
  content: "\e907";
}
.icon-persona:before {
  content: "\e908";
}
.icon-reloj:before {
  content: "\e909";
}
.icon-representante:before {
  content: "\e90a";
}
.icon-salud:before {
  content: "\e90b";
}
.icon-seguridad:before {
  content: "\e90c";
}
.icon-telecomunicaciones:before {
  content: "\e90d";
}


.large-ico{
	font-size: 150px;
	text-align: center;
	color: var(--Texto) !important;
}

.small-ico{
	font-size: 26px;
	text-align: center;
	color: var(--Texto);
}

.medium-ico{
    font-size: 90px;
    text-align: center;
    color: var(--Texto);
}
.small2-ico{
	font-size: 50px;
	text-align: center;
	color: var(--Texto);
}

