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

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

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

.icon-recreativo-dos:before {
  content: "\e900";
  font-size: 18px;
}
.icon-tarjeta-de-credito:before {
  content: "\e9000";
  
}
.icon-banco-de-energia:before {
  content: "\e901";
}
.icon-i-cita-taller:before {
  content: "\e907";
}
.icon-i-blog:before {
  content: "\e902";
}
.icon-i-book:before {
  content: "\e903";
}
.icon-i-business:before {
  content: "\e904";
}
.icon-i-car:before {
  content: "\e905";
}
.icon-i-moto:before {
  content: "\e906";
}
.icon-i-store:before {
  content: "\e908";
}
.icon-i-usado:before {
  content: "\e909";
}

/*Tamano en Desktop*/
.icon-d {
    font-size: 22px;
}
/*Tamamo en Mobile*/
.icon-m {
    font-size: 48px;
    color: #1282cc;
}

.icon-mobile {
    font-size: 35px;
    color: #1282cc;
  margin-bottom:4px;
}

.icon-mobile.icon-recreativo-dos:before{
    font-size: 35px;
      content: "\e900";
    color: #1282cc;
  
}

