/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.icon-buro {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 62px;
  height: 61px;
}
.icon-calculadora-b {
  background-image: url(../images/spritesheet.png);
  background-position: -152px -40px;
  width: 35px;
  height: 35px;
}
.icon-calculadora {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -61px;
  width: 45px;
  height: 45px;
}
.icon-chat-b {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -151px;
  width: 35px;
  height: 35px;
}
.icon-chat {
  background-image: url(../images/spritesheet.png);
  background-position: -107px 0px;
  width: 45px;
  height: 45px;
}
.icon-cita-b {
  background-image: url(../images/spritesheet.png);
  background-position: -152px -75px;
  width: 35px;
  height: 35px;
}
.icon-cita {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -106px;
  width: 45px;
  height: 45px;
}
.icon-convenio {
  background-image: url(../images/spritesheet.png);
  background-position: -45px -106px;
  width: 45px;
  height: 45px;
}
.icon-facebook {
  background-image: url(../images/spritesheet.png);
  background-position: -90px -106px;
  width: 40px;
  height: 40px;
}
.icon-linea {
  background-image: url(../images/spritesheet.png);
  background-position: -152px 0px;
  width: 40px;
  height: 40px;
}
.icon-mensaje {
  background-image: url(../images/spritesheet.png);
  background-position: -107px -45px;
  width: 45px;
  height: 45px;
}
.icon-sucursales-b {
  background-image: url(../images/spritesheet.png);
  background-position: -152px -110px;
  width: 35px;
  height: 35px;
}
.icon-sucursales {
  background-image: url(../images/spritesheet.png);
  background-position: -45px -61px;
  width: 45px;
  height: 45px;
}
.icon-tramite-b {
  background-image: url(../images/spritesheet.png);
  background-position: -35px -151px;
  width: 35px;
  height: 35px;
}
.icon-tramite {
  background-image: url(../images/spritesheet.png);
  background-position: -62px 0px;
  width: 45px;
  height: 45px;
}
