@charset "utf-8";
/* CSS Document */ 

@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
	font-family: 'Raleway Bold';
	src: url('../fonts/Raleway-Bold.ttf');
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-x:before {
  content: "\e900";
}
.icon-abajo:before {
  content: "\e901";
}
.icon-izq:before {
  content: "\e902";
}
.icon-der:before {
  content: "\e903";
}
.icon-cita:before {
  content: "\e904";
}
.icon-consultoria:before {
  content: "\e905";
}
.icon-estrella:before {
  content: "\e906";
}
.icon-fiscal:before {
  content: "\e907";
}
.icon-flecha:before {
  content: "\e908";
}
.icon-gastos:before {
  content: "\e909";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}