/*
	gesdi-icons
*/
/* Rules for sizing the icon. */
.gesdi-icons.gico-1em { font-size: 1em;width: 1em;height: 1em;}
.gesdi-icons.gico-1-2em { font-size: 1.2em;width: 1.2em;height: 1.2em;}
.gesdi-icons.gico-1-3em { font-size: 1.3em;width: 1.3em;height: 1.3em;}
.gesdi-icons.gico-1-5em { font-size: 1.5em;width: 1.5em;height: 1.5em;}
.gesdi-icons.gico-2em { font-size: 2em;width: 2em;height: 2em;}
.gesdi-icons.gico-14 { font-size: 14px;width: 14px;height: 14px;}
.gesdi-icons.gico-15 { font-size: 15px;width: 15px;height: 15px;}
.gesdi-icons.gico-16 { font-size: 16px;width: 16px;height: 16px;}
.gesdi-icons.gico-18 { font-size: 18px;width: 18px;height: 18px;}
.gesdi-icons.gico-24 { font-size: 24px;width: 24px;height: 24px;}
.gesdi-icons.gico-36 { font-size: 36px;width: 36px;height: 36px;}
.gesdi-icons.gico-48 { font-size: 48px;width: 48px;height: 48px;}
.gesdi-icons.gico-96 { font-size: 96px;width: 96px;height: 96px;}

/* Rules for using icons as black on a light background. */
.gesdi-icons.gico-dark { color: rgba(0, 0, 0, 0.54); }
.gesdi-icons.gico-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.gesdi-icons.gico-light { color: rgba(255, 255, 255, 1); }
.gesdi-icons.gico-light.gico-inactive { color: rgba(255, 255, 255, 0.3); }

/* Icons de colors */
.gesdi-icons {
    display: inline-block;
    fill: currentColor;
}
svg.gesdi-icons  {
  fill: currentColor;
}
svg:hover.gesdi-icons  {
  fill: currentColor;
}





/*
	material-design-icons-3.0.1 
*/
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

