@font-face {
  font-family: 'visualizador_c';
  src:  url('../fonts/visualizador_c.eot?h5e9th');
  src:  url('../fonts/visualizador_c.eot?h5e9th#iefix') format('embedded-opentype'),
    url('../fonts/visualizador_c.ttf?h5e9th') format('truetype'),
    url('../fonts/visualizador_c.woff?h5e9th') format('woff'),
    url('../fonts/visualizador_c.svg?h5e9th#visualizador_c') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*[class^="icon-"], [class*=" icon-"] {

  font-family: 'visualizador_c' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grafico_burbuja:before {
  content: "\e900";
  color: #ea4d07;
}
.icon-grafico_treemap:before {
  content: "\e901";
  color: #ea4d07;
}
*/

.fvc:before, .fvcd:after{
    font-family: 'visualizador_c' !important;
    font-size: 30px;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    text-decoration-line:none !important;
    text-decoration-style:unset !important;
    text-decoration-thickness: auto;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
}
.fvc:before{
    padding-right: 10px;
}
.fvcd:after{
    padding-left: 10px;
}
.fvc-burbuja:before{
    content: "\e900";
}
.fvc-treemap:before{
    content: "\e901";
}
