@charset "UTF-8";

@font-face {
  font-family: "untitled-font-3";
  src:url("fonts/untitled-font-3.eot");
  src:url("fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-3.woff") format("woff"),
    url("fonts/untitled-font-3.ttf") format("truetype"),
    url("fonts/untitled-font-3.svg#untitled-font-3") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-3" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  margin-top: 20px;
  position: relative;
  top: 9px;
}

.icon-marca:before {
  content: "\63";
  color: #00B7AB;
}
.icon-car-type:before {
  content: "\64";
  color: #3F6BBE;
}
.icon-anio:before {
  content: "\65";
  font-size: 1.6rem;
  top: 7px;
  margin: 0 5px 0 3px;
  color: #3B8439;
}
.icon-placa:before {
  content: "\66";
  font-size: 1.6rem;
  top: 7px;
  margin: 0 5px 0 5px;
  color: #F4005B;
}
.icon-cilindraje:before {
  content: "\61";
  color: #F98800;
}
.icon-modelo:before {
  content: "\62";
  font-size: 1.6rem;
  margin: 0 10px 0 4px;
}

