/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../wp-content/themes/SICAR/elements/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:    url('../wp-content/themes/SICAR/elements/font-awesome/fonts/icomoon.eot?vpwva4');
  src:    url('../wp-content/themes/SICAR/elements/font-awesome/fonts/icomoon.eot?vpwva4#iefix') format('embedded-opentype'),
  url('../wp-content/themes/SICAR/elements/font-awesome/fonts/icomoon.ttf?vpwva4') format('truetype'),
  url('../wp-content/themes/SICAR/elements/font-awesome/fonts/icomoon.woff?vpwva4') format('woff'),
  url('../wp-content/themes/SICAR/elements/font-awesome/fonts/icomoon.svg?vpwva4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-lg {
  font-size: 2.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.icon-sincronizar .path1:before {
  content: "\e900";
  color: rgb(0, 170, 233);
}
.icon-sincronizar .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 170, 233);
}
.icon-sincronizar .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-sincronizar .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(18, 31, 94);
}
.icon-sincronizar .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-sincronizar .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(18, 31, 94);
}
.icon-sincronizar .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 170, 233);
}
.icon-sincronizar .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-sincronizar .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-sincronizar .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-sincronizar .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-sincronizar .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-sincronizarB:before {
  content: "\e90c";
}
.icon-sincronizarBW .path1:before {
  content: "\e90d";
  color: rgb(255, 255, 255);
}
.icon-sincronizarBW .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-sincronizarBW .path3:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-sincronizarBW .path4:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-sincronizarBW .path5:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-sincronizarBW .path6:before {
  content: "\e912";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-cremeria .path1:before {
  content: "\e913";
  color: rgb(0, 126, 199);
}
.icon-cremeria .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-cremeria .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-cremeria .path4:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-cremeria .path5:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-cremeria .path6:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-cremeria .path7:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-cremeria .path8:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-cremeria .path9:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionaria2B:before {
  content: "\e91c";
}
.icon-refaccionaria2BW .path1:before {
  content: "\e91d";
  color: rgb(0, 0, 0);
}
.icon-refaccionaria2BW .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-refaccionaria2BW .path3:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-refaccionaria2 .path1:before {
  content: "\e920";
  color: rgb(0, 126, 199);
}
.icon-refaccionaria2 .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-refaccionaria2 .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionaria2 .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionariaB:before {
  content: "\e924";
}
.icon-refaccionaria .path1:before {
  content: "\e925";
  color: rgb(0, 126, 199);
}
.icon-refaccionaria .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-refaccionaria .path3:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-refaccionaria .path4:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-refaccionaria .path5:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-refaccionaria .path6:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-refaccionaria .path7:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionaria .path8:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionaria .path9:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-refaccionaria .path10:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-etiquetasB:before {
  content: "\e92f";
}
.icon-etiquetasBW .path1:before {
  content: "\e930";
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path2:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path3:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path4:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-etiquetasBW .path5:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path6:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path7:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path8:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-etiquetasBW .path9:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path10:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path11:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path12:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path13:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path14:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path15:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path16:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path17:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path18:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path19:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path20:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path21:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path22:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path23:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path24:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path25:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path26:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path27:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path28:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path29:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path30:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path31:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path32:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path33:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path34:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path35:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path36:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path37:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path38:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path39:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path40:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path41:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path42:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path43:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path44:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path45:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path46:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path47:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path48:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-etiquetasBW .path49:before {
  content: "\e960";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-etiquetas .path1:before {
  content: "\e961";
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path2:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path3:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-etiquetas .path4:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-etiquetas .path5:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-etiquetas .path6:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(31, 29, 30);
}
.icon-etiquetas .path7:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path8:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-etiquetas .path9:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path10:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path11:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path12:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path13:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path14:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path15:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path16:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path17:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path18:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path19:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path20:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path21:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path22:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path23:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path24:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path25:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path26:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path27:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path28:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(70, 71, 73);
}
.icon-etiquetas .path29:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(31, 29, 30);
}
.icon-etiquetas .path30:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path31:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path32:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path33:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path34:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path35:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path36:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path37:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path38:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path39:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path40:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path41:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path42:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path43:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path44:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path45:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path46:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path47:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path48:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-etiquetas .path49:before {
  content: "\e991";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ferreteria .path1:before {
  content: "\e992";
  color: rgb(0, 121, 196);
}
.icon-ferreteria .path2:before {
  content: "\e993";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ferreteriaB:before {
  content: "\e994";
}
.icon-cajonB .path1:before {
  content: "\e995";
  color: rgb(0, 0, 0);
}
.icon-cajonB .path2:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path3:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path4:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path5:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path6:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path7:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cajonB .path8:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajonB .path9:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajonB .path10:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajonB .path11:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajonB .path12:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path1:before {
  content: "\e9a1";
  color: rgb(66, 67, 69);
}
.icon-cajon .path2:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-cajon .path3:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-cajon .path4:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-cajon .path5:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-cajon .path6:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-cajon .path7:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-cajon .path8:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path9:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path10:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path11:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path12:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cajon .path13:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-cajon .path14:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-recargasB:before {
  content: "\e9af";
}
.icon-recargasBW .path1:before {
  content: "\e9b0";
  color: rgb(255, 255, 255);
}
.icon-recargasBW .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-recargasBW .path3:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-recargasBW .path4:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-recargasBW .path5:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-recargasBW .path6:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(200, 202, 204);
}
.icon-recargas .path1:before {
  content: "\e9b6";
  color: rgb(0, 126, 199);
}
.icon-recargas .path2:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-recargas .path3:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(52, 51, 53);
}
.icon-recargas .path4:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-recargas .path5:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-recargas .path6:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(200, 202, 204);
}
.icon-panaderiaB:before {
  content: "\e9bc";
}
.icon-panaderiaBW .path1:before {
  content: "\e9bd";
  color: rgb(0, 0, 0);
}
.icon-panaderiaBW .path2:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-panaderiaBW .path3:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-panaderiaBW .path4:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-panaderiaBW .path5:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-panaderiaBW .path6:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-panaderiaBW .path7:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-panaderia .path1:before {
  content: "\e9c4";
  color: rgb(66, 67, 69);
}
.icon-panaderia .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-panaderia .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-panaderia .path4:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-panaderia .path5:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-panaderia .path6:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-panaderia .path7:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-lectorB:before {
  content: "\e9cb";
}
.icon-lectorBW .path1:before {
  content: "\e9cc";
  color: rgb(0, 0, 0);
}
.icon-lectorBW .path2:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-lectorBW .path3:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-lectorBW .path4:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-lector .path1:before {
  content: "\e9d0";
  color: rgb(78, 79, 81);
}
.icon-lector .path2:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(0, 119, 193);
}
.icon-lector .path3:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(0, 119, 193);
}
.icon-lector .path4:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-veterinariaB:before {
  content: "\e9d4";
}
.icon-veterinariaBW .path1:before {
  content: "\e9d5";
  color: rgb(0, 0, 0);
}
.icon-veterinariaBW .path2:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-veterinariaBW .path3:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-veterinaria .path1:before {
  content: "\e9d8";
  color: rgb(0, 126, 199);
}
.icon-veterinaria .path2:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-veterinaria .path3:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-veterinaria .path4:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleriaB:before {
  content: "\e9dc";
}
.icon-papeleriaBW .path1:before {
  content: "\e9dd";
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path2:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-papeleriaBW .path3:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path4:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path5:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path6:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path7:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path8:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path9:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-papeleriaBW .path10:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path11:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path12:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-papeleriaBW .path13:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleriaBW .path14:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleriaBW .path15:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleria .path1:before {
  content: "\e9ec";
  color: rgb(0, 126, 199);
}
.icon-papeleria .path2:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path3:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path4:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path5:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path6:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path7:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-papeleria .path8:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path9:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path10:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-papeleria .path11:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleria .path12:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-papeleria .path13:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-universidadB:before {
  content: "\e9f9";
}
.icon-universidadBW .path1:before {
  content: "\e9fa";
  color: rgb(0, 0, 0);
}
.icon-universidadBW .path2:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-universidadBW .path3:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-universidadBW .path4:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-universidad .path1:before {
  content: "\e9fe";
  color: rgb(0, 126, 199);
}
.icon-universidad .path2:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-universidad .path3:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-universidad .path4:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-requerimientosB:before {
  content: "\ea02";
}
.icon-requerimientosBW .path1:before {
  content: "\ea03";
  color: rgb(0, 0, 0);
}
.icon-requerimientosBW .path2:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-requerimientosBW .path3:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-requerimientosBW .path4:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-requerimientosBW .path5:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-requerimientosBW .path6:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-requerimientosBW .path7:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-requerimientosBW .path8:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-requerimientosBW .path9:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-requerimientos .path1:before {
  content: "\ea0c";
  color: rgb(230, 230, 230);
}
.icon-requerimientos .path2:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-requerimientos .path3:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-requerimientos .path4:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-requerimientos .path5:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-requerimientos .path6:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-requerimientos .path7:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-requerimientos .path8:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-requerimientos .path9:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-requerimientos .path10:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-debianB:before {
  content: "\ea16";
}
.icon-debian:before {
  content: "\ea17";
}
.icon-windowsB:before {
  content: "\ea18";
}
.icon-windows:before {
  content: "\ea19";
}
.icon-appleB:before {
  content: "\ea1a";
}
.icon-apple:before {
  content: "\ea1b";
}
.icon-androidB:before {
  content: "\ea1c";
}
.icon-androidBW .path1:before {
  content: "\ea1d";
  color: rgb(0, 0, 0);
}
.icon-androidBW .path2:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-androidBW .path3:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-androidBW .path4:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-androidBW .path5:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-androidBW .path6:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-android .path1:before {
  content: "\ea23";
  color: rgb(0, 126, 199);
}
.icon-android .path2:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-android .path3:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-android .path4:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-android .path5:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-android .path6:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-android .path7:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-sslB:before {
  content: "\ea2a";
}
.icon-sslBW .path1:before {
  content: "\ea2b";
  color: rgb(0, 0, 0);
}
.icon-sslBW .path2:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-sslBW .path3:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-sslBW .path4:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-sslBW .path5:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-sslBW .path6:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-sslBW .path7:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ssl .path1:before {
  content: "\ea32";
  color: rgb(66, 67, 69);
}
.icon-ssl .path2:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ssl .path3:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-ssl .path4:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ssl .path5:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ssl .path6:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ssl .path7:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-envioB:before {
  content: "\ea39";
}
.icon-envioBW .path1:before {
  content: "\ea3a";
  color: rgb(0, 0, 0);
}
.icon-envioBW .path2:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-envioBW .path3:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-envioBW .path4:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-envioBW .path5:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-envio .path1:before {
  content: "\ea3f";
  color: rgb(0, 126, 199);
}
.icon-envio .path2:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-compatibleB:before {
  content: "\ea41";
}
.icon-compatibleBW .path1:before {
  content: "\ea42";
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path2:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path3:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path4:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-compatibleBW .path5:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-compatibleBW .path6:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path7:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path8:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path9:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path10:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path11:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path12:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path13:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path14:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path15:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path16:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path17:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path18:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path19:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path20:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path21:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path22:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path23:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path24:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path25:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path26:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path27:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path28:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path29:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path30:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path31:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path32:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path33:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path34:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path35:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path36:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path37:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path38:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path39:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path40:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path41:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path42:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path43:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path44:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path45:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path46:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path47:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path48:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path49:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path50:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path51:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path52:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path53:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path54:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path55:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path56:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path57:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path58:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path59:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path60:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path61:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-compatibleBW .path62:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-compatible .path1:before {
  content: "\ea80";
  color: rgb(202, 203, 205);
}
.icon-compatible .path2:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-compatible .path3:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-compatible .path4:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path5:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-compatible .path6:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-compatible .path7:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-compatible .path8:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-compatible .path9:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-compatible .path10:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-compatible .path11:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-compatible .path12:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path13:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path14:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path15:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path16:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path17:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path18:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path19:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path20:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path21:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path22:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path23:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-compatible .path24:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path25:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path26:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path27:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path28:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path29:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path30:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path31:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path32:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path33:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path34:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path35:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path36:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path37:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path38:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path39:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path40:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path41:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path42:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path43:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path44:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path45:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path46:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path47:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path48:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path49:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path50:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path51:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path52:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path53:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path54:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path55:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path56:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path57:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path58:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path59:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path60:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path61:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path62:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(245, 0, 36);
}
.icon-compatible .path63:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-garantiaB:before {
  content: "\eabf";
}
.icon-garantiaBW .path1:before {
  content: "\eac0";
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path2:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path3:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path4:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path5:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path6:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path7:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path8:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path9:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path10:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path11:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path12:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path13:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path14:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-garantiaBW .path15:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path16:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path17:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path18:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path19:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path20:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path21:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path22:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path23:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path24:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path25:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path26:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-garantiaBW .path27:before {
  content: "\eada";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-garantia .path1:before {
  content: "\eadb";
  color: rgb(66, 67, 69);
}
.icon-garantia .path2:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(37, 38, 40);
}
.icon-garantia .path3:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-garantia .path4:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(37, 38, 40);
}
.icon-garantia .path5:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-garantia .path6:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.19);
}
.icon-garantia .path7:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-garantia .path8:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path9:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path10:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path11:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path12:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path13:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path14:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path15:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-garantia .path16:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path17:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path18:before {
  content: "\eaec";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path19:before {
  content: "\eaed";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path20:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path21:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path22:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path23:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path24:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path25:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path26:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path27:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-garantia .path28:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-soporteB:before {
  content: "\eaf7";
}
.icon-soporteBW .path1:before {
  content: "\eaf8";
  color: rgb(0, 0, 0);
}
.icon-soporteBW .path2:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path3:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path4:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path5:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path6:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path7:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-soporteBW .path8:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-soporte .path1:before {
  content: "\eb00";
  color: rgb(223, 224, 225);
}
.icon-soporte .path2:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-soporte .path3:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-soporte .path4:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-portalNubeB:before {
  content: "\eb04";
}
.icon-portalNubeBW .path1:before {
  content: "\eb05";
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path2:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path3:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path4:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path5:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path6:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path7:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(250, 250, 251);
}
.icon-portalNubeBW .path8:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path9:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-portalNubeBW .path10:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path11:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path12:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path13:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path14:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path15:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path16:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path17:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path18:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path19:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path20:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNubeBW .path21:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNubeBW .path22:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-portalNube .path1:before {
  content: "\eb1b";
  color: rgb(202, 203, 205);
}
.icon-portalNube .path2:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(169, 172, 174);
}
.icon-portalNube .path3:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(204, 208, 209);
}
.icon-portalNube .path4:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(204, 208, 209);
}
.icon-portalNube .path5:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(204, 208, 209);
}
.icon-portalNube .path6:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(204, 208, 209);
}
.icon-portalNube .path7:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(250, 250, 251);
}
.icon-portalNube .path8:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-portalNube .path9:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-portalNube .path10:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(0, 170, 233);
}
.icon-portalNube .path11:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(0, 170, 233);
}
.icon-portalNube .path12:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-portalNube .path13:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(18, 31, 94);
}
.icon-portalNube .path14:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-portalNube .path15:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(18, 31, 94);
}
.icon-portalNube .path16:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(0, 170, 233);
}
.icon-portalNube .path17:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-portalNube .path18:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-portalNube .path19:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNube .path20:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-portalNube .path21:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-portalNube .path22:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-enlazarB:before {
  content: "\eb31";
}
.icon-enlazarBW .path1:before {
  content: "\eb32";
  color: rgb(0, 0, 0);
}
.icon-enlazarBW .path2:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path3:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path4:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path5:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path6:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path7:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path8:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path9:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path10:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path11:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path12:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-enlazarBW .path13:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-enlazarBW .path14:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path15:before {
  content: "\eb40";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path16:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path17:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path18:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path19:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path20:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path21:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path22:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path23:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-enlazarBW .path24:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-enlazarBW .path25:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-enlazarBW .path26:before {
  content: "\eb4b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-enlazarBW .path27:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-enlazar .path1:before {
  content: "\eb4d";
  color: rgb(18, 31, 94);
}
.icon-enlazar .path2:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path3:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path4:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path5:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path6:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path7:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path8:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path9:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path10:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path11:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path12:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-enlazar .path13:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-enlazar .path14:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path15:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path16:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path17:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path18:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path19:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path20:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path21:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path22:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path23:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-enlazar .path24:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-enlazar .path25:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-enlazar .path26:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-enlazar .path27:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(18, 31, 94);
}
.icon-perfumesB:before {
  content: "\eb68";
}
.icon-perfumesBW .path1:before {
  content: "\eb69";
  color: rgb(0, 0, 0);
}
.icon-perfumesBW .path2:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perfumesBW .path3:before {
  content: "\eb6b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-perfumesBW .path4:before {
  content: "\eb6c";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-perfumes .path1:before {
  content: "\eb6d";
  color: rgb(0, 126, 199);
}
.icon-perfumes .path2:before {
  content: "\eb6e";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-perfumes .path3:before {
  content: "\eb6f";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-perfumes .path4:before {
  content: "\eb70";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-perifericosB:before {
  content: "\eb71";
}
.icon-perifericosBW .path1:before {
  content: "\eb72";
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path2:before {
  content: "\eb73";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-perifericosBW .path3:before {
  content: "\eb74";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path4:before {
  content: "\eb75";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path5:before {
  content: "\eb76";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-perifericosBW .path6:before {
  content: "\eb77";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path7:before {
  content: "\eb78";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path8:before {
  content: "\eb79";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path9:before {
  content: "\eb7a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path10:before {
  content: "\eb7b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path11:before {
  content: "\eb7c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path12:before {
  content: "\eb7d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path13:before {
  content: "\eb7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path14:before {
  content: "\eb7f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path15:before {
  content: "\eb80";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path16:before {
  content: "\eb81";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path17:before {
  content: "\eb82";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path18:before {
  content: "\eb83";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path19:before {
  content: "\eb84";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path20:before {
  content: "\eb85";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path21:before {
  content: "\eb86";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path22:before {
  content: "\eb87";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path23:before {
  content: "\eb88";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path24:before {
  content: "\eb89";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path25:before {
  content: "\eb8a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path26:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path27:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path28:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path29:before {
  content: "\eb8e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path30:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path31:before {
  content: "\eb90";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericosBW .path32:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-perifericos .path1:before {
  content: "\eb92";
  color: rgb(66, 67, 69);
}
.icon-perifericos .path2:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(170, 172, 178);
}
.icon-perifericos .path3:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-perifericos .path4:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(117, 117, 117);
}
.icon-perifericos .path5:before {
  content: "\eb96";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-perifericos .path6:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path7:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path8:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path9:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path10:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path11:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(194, 194, 194);
}
.icon-perifericos .path12:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(128, 128, 128);
}
.icon-perifericos .path13:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path14:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path15:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path16:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path17:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path18:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path19:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path20:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path21:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path22:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path23:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path24:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path25:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path26:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path27:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path28:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path29:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path30:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path31:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(0, 95, 174);
}
.icon-perifericos .path32:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-pinturaB:before {
  content: "\ebb2";
}
.icon-pinturaBW .path1:before {
  content: "\ebb3";
  color: rgb(0, 0, 0);
}
.icon-pinturaBW .path2:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pinturaBW .path3:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pinturaBW .path4:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-pinturaBW .path5:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-pinturaBW .path6:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-pinturaBW .path7:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-pinturaBW .path8:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-pinturaBW .path9:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pintura .path1:before {
  content: "\ebbc";
  color: rgb(66, 67, 69);
}
.icon-pintura .path2:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-pintura .path3:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-pintura .path4:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-pintura .path5:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-pintura .path6:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-pintura .path7:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-pintura .path8:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ropaB:before {
  content: "\ebc4";
}
.icon-ropaBW .path1:before {
  content: "\ebc5";
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path2:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ropaBW .path3:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path4:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-ropaBW .path5:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path6:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ropaBW .path7:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path8:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ropaBW .path9:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path10:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path11:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path12:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ropaBW .path13:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ropaBW .path14:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path15:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropaBW .path16:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-ropaBW .path17:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ropa .path1:before {
  content: "\ebd6";
  color: rgb(66, 67, 69);
}
.icon-ropa .path2:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-ropa .path3:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-ropa .path4:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path5:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ropa .path6:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path7:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ropa .path8:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path9:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path10:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path11:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ropa .path12:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-ropa .path13:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path14:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path15:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-ropa .path16:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-cremeriaB:before {
  content: "\ebe6";
}
.icon-cremeriaBW .path1:before {
  content: "\ebe7";
  color: rgb(0, 0, 0);
}
.icon-cremeriaBW .path2:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cremeriaBW .path3:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-cremeriaBW .path4:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cremeriaBW .path5:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cremeriaBW .path6:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-cremeriaBW .path7:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-cremeriaBW .path8:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cremeriaBW .path9:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-carniceriaB:before {
  content: "\ebf0";
}
.icon-carniceriaBW .path1:before {
  content: "\ebf1";
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-carniceriaBW .path3:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-carniceriaBW .path4:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path5:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path6:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-carniceriaBW .path7:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-carniceriaBW .path8:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path9:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path10:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path11:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path12:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceriaBW .path13:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-carniceria .path1:before {
  content: "\ebfe";
  color: rgb(66, 67, 69);
}
.icon-carniceria .path2:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path3:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-carniceria .path4:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path5:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-carniceria .path6:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path7:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path8:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path9:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path10:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path11:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path12:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path13:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path14:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-carniceria .path15:before {
  content: "\ec0c";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path16:before {
  content: "\ec0d";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path17:before {
  content: "\ec0e";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path18:before {
  content: "\ec0f";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-carniceria .path19:before {
  content: "\ec10";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-joyeriaB:before {
  content: "\ec11";
}
.icon-joyeriaBW .path1:before {
  content: "\ec12";
  color: rgb(0, 0, 0);
}
.icon-joyeriaBW .path2:before {
  content: "\ec13";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path3:before {
  content: "\ec14";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path4:before {
  content: "\ec15";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path5:before {
  content: "\ec16";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path6:before {
  content: "\ec17";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path7:before {
  content: "\ec18";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path8:before {
  content: "\ec19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path9:before {
  content: "\ec1a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-joyeriaBW .path10:before {
  content: "\ec1b";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-joyeria .path1:before {
  content: "\ec1c";
  color: rgb(66, 67, 69);
}
.icon-joyeria .path2:before {
  content: "\ec1d";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path3:before {
  content: "\ec1e";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path4:before {
  content: "\ec1f";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path5:before {
  content: "\ec20";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path6:before {
  content: "\ec21";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path7:before {
  content: "\ec22";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path8:before {
  content: "\ec23";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path9:before {
  content: "\ec24";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-joyeria .path10:before {
  content: "\ec25";
  margin-left: -1em;
  color: rgba(26, 24, 24, 0.3);
}
.icon-muebleriaB:before {
  content: "\ec26";
}
.icon-muebleriaBW .path1:before {
  content: "\ec27";
  color: rgb(0, 0, 0);
}
.icon-muebleriaBW .path2:before {
  content: "\ec28";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-muebleriaBW .path3:before {
  content: "\ec29";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-muebleriaBW .path4:before {
  content: "\ec2a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-muebleriaBW .path5:before {
  content: "\ec2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-muebleriaBW .path6:before {
  content: "\ec2c";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-muebleria .path1:before {
  content: "\ec2d";
  color: rgb(66, 67, 69);
}
.icon-muebleria .path2:before {
  content: "\ec2e";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-muebleria .path3:before {
  content: "\ec2f";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-muebleria .path4:before {
  content: "\ec30";
  margin-left: -1em;
  color: rgb(0, 91, 168);
}
.icon-muebleria .path5:before {
  content: "\ec31";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-muebleria .path6:before {
  content: "\ec32";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-farmaciaB:before {
  content: "\ec33";
}
.icon-farmacia .path1:before {
  content: "\ec34";
  color: rgb(0, 126, 199);
}
.icon-farmacia .path2:before {
  content: "\ec35";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-farmacia .path3:before {
  content: "\ec36";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-farmacia .path4:before {
  content: "\ec37";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-farmacia .path5:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-farmacia .path6:before {
  content: "\ec39";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-farmacia .path7:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(198, 200, 201);
}
.icon-farmacia .path8:before {
  content: "\ec3b";
  margin-left: -1em;
  color: rgb(128, 130, 133);
}
.icon-farmacia .path9:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-farmacia .path10:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-farmaciaBW .path1:before {
  content: "\ec3e";
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path2:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-farmaciaBW .path3:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path4:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-farmaciaBW .path5:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-farmaciaBW .path6:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path7:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path8:before {
  content: "\ec45";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path9:before {
  content: "\ec46";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-farmaciaBW .path10:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-libreriaB:before {
  content: "\ec48";
}
.icon-kioskoB:before {
  content: "\ec49";
}
.icon-abarrotesB:before {
  content: "\ec4a";
}
.icon-kioskoBW .path1:before {
  content: "\ec4b";
  color: rgb(0, 0, 0);
}
.icon-kioskoBW .path2:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-kioskoBW .path3:before {
  content: "\ec4d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-kioskoBW .path4:before {
  content: "\ec4e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-kioskoBW .path5:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-kioskoBW .path6:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-kioskoBW .path7:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-kioskoBW .path8:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-kiosko .path1:before {
  content: "\ec53";
  color: rgb(0, 126, 199);
}
.icon-kiosko .path2:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-kiosko .path3:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-kiosko .path4:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-kiosko .path5:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-kiosko .path6:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-kiosko .path7:before {
  content: "\ec59";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-kiosko .path8:before {
  content: "\ec5a";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-libreriaBW .path1:before {
  content: "\ec5b";
  color: rgb(26, 24, 24);
}
.icon-libreriaBW .path2:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-libreriaBW .path3:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-libreriaBW .path4:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-libreriaBW .path5:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-libreriaBW .path6:before {
  content: "\ec60";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-libreriaBW .path7:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-libreriaBW .path8:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-libreria .path1:before {
  content: "\ec63";
  color: rgb(0, 126, 199);
}
.icon-libreria .path2:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-libreria .path3:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-libreria .path4:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-libreria .path5:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-libreria .path6:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(223, 224, 225);
}
.icon-libreria .path7:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}
.icon-supermercadoB .path1:before {
  content: "\ec6a";
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path2:before {
  content: "\ec6b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path3:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path4:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path5:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path6:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path7:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path8:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path9:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path10:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path11:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path12:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path13:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path14:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path15:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path16:before {
  content: "\ec79";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path17:before {
  content: "\ec7a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path18:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path19:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path20:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path21:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path22:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path23:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path24:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path25:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path26:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path27:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path28:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path29:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoB .path30:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-supermercadoB .path31:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-supermercadoBW .path1:before {
  content: "\ec89";
  color: rgb(0, 0, 0);
}
.icon-supermercadoBW .path2:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoBW .path3:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoBW .path4:before {
  content: "\ec8c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-supermercadoBW .path5:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-supermercadoBW .path6:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-supermercadoBW .path7:before {
  content: "\ec8f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-supermercado .path1:before {
  content: "\ec90";
  color: rgb(0, 95, 174);
}
.icon-supermercado .path2:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(0, 121, 196);
}
.icon-supermercado .path3:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(173, 175, 178);
}
.icon-supermercado .path4:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-supermercado .path5:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-supermercado .path6:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(66, 67, 69);
}
.icon-abarrotesBW .path1:before {
  content: "\ec96";
  color: rgb(0, 0, 0);
}
.icon-abarrotesBW .path2:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-abarrotesBW .path3:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-abarrotesBW .path4:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-abarrotesBW .path5:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-abarrotesBW .path6:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-abarrotesBW .path7:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-abarrotesBW .path8:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-abarrotesBW .path9:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgba(0, 0, 0, 0.3);
}
.icon-abarrotes .path1:before {
  content: "\ec9f";
  color: rgb(66, 67, 69);
}
.icon-abarrotes .path2:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-abarrotes .path3:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-abarrotes .path4:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-abarrotes .path5:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-abarrotes .path6:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-abarrotes .path7:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.icon-abarrotes .path8:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(0, 126, 199);
}
.icon-abarrotes .path9:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgba(18, 31, 94, 0.3);
}