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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ICONO AÑADIR PERSONA */

.icon-user-add:before {
  content: "\e900";
}

/* ICONO CIRCULO VIOLETA */

.icon-circle:before {
  content: "\e901"; color: #8275F4;
}

/* ICONO CIRCULO GRIS */

.icon-circle-grey:before {
  content: "\e901"; color: #838EA6;
}

/* ICONO ESTRELLA */

.icon-star-full:before {
  content: "\e9d9"; 
}

/* ICONO ESTRELLA VIOLETA */

.icon-star-full-violet:before {
  content: "\e9d9"; color:#8275F4
}

/* ICONO ESTRELLA GRIS OSCURO */

.icon-star-full-darkgrey:before {
  content: "\e9d9"; color: #838EA6;
}

/* ICONO FLECHA ATRÁS */

.icon-arrow-left2:before {
  content: "\ea40"; color: #F5F6FA;
}

.icon-arrow-left2-black:before {
  content: "\ea40"; color: #2A3457;
}

/* ICONO CÁMARA */

.icon-camera:before {
  content: "\e90f";
}

.icon-camera-violeta:before {
  content: "\e90f"; color: #8275F4;
}

.icon-edit:before {
  content: "\e902";
}

/* ICONO FILTRO */

.icon-filter_list:before {
  content: "\e905"; color: #838EA6;
}

/* ICONO BUSCAR */
.icon-search1-violeta:before {
  content: "\e902"; color: #8275F4;
}

/* ICONO EDIT */

.icon-edit:before {
  content: "\e907";
}

/* ICONO TRASH SIMPLE */

.icon-trash-2:before {
  content: "\e906"; color: #8275F4;
}

/* ICONO TRASH RELLENO */

.icon-bin2:before {
  content: "\e9ad";
}

/* ICONO GALERÍA */

.icon-images:before {
  content: "\e90e"; color: #8275F4;
}

/* ICONO WHATSAPP */

.icon-whatsapp:before {
  content: "\ea93"; color: #fff;
}

.icon-whatsapp-grey:before {
  content: "\ea93"; color: #838EA6;
}

/* ICONO X */

.icon-x:before {
  content: "\e909"; color: #838EA6;
}

/* --------- ICONOS NAV --------- */

/* ICONO MAPA HOME */

.icon-location:before {
  content: "\e947"; color: #838EA6;
}

.icon-location-violeta:before {
  content: "\e947"; color: #8275F4;
}

/* ICONO GRUPOS HOME */

.icon-group:before {
  content: "\e904"; color: #838EA6;
}

.icon-group-violeta:before {
  content: "\e904"; color: #8275F4;
}

/* ICONO NOTIFICACION HOME */

.icon-heart:before {
  content: "\e903"; color: #838EA6;
}

.icon-heart-violeta:before {
  content: "\e903"; color: #8275F4;
}

/* ICONO PERFIL HOME */

.icon-user:before {
  content: "\e971"; color: #838EA6;
}

.icon-user-violeta:before {
  content: "\e971"; color: #8275F4;
}