<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  * VERSION: 1
  * FILE: plantilla-new-airport/css/icon-font.css
  *
  * Historial Versions:
  * 1 - Inicial - 15.01.2019
  *
*/
@charset "UTF-8";

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

[data-icon]:before {
  font-family: "untitled-font-1" !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-1" !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;
}

.icon-control-tower:before {
  content: "\61";
}
.icon-plane:before {
  content: "\63";
}
.icon-globe:before {
  content: "\62";
}
.icon-world:before {
  content: "\64";
}
.icon-suitcase:before {
  content: "\68";
}
.icon-map:before {
  content: "\69";
}
.icon-map-signs:before {
  content: "\6a";
}
.icon-map-marker:before {
  content: "\6b";
}
.icon-contact:before {
  content: "\6c";
}
.icon-man:before {
  content: "\6d";
}
.icon-airport-plane:before {
  content: "\6e";
}
.icon-bicycle:before {
  content: "\6f";
}
.icon-train:before {
  content: "\70";
}
.icon-train-2:before {
  content: "\71";
}
.icon-bus:before {
  content: "\72";
}
.icon-car:before {
  content: "\73";
}
.icon-street-crossing:before {
  content: "\74";
}
.icon-scooter:before {
  content: "\75";
}
.icon-motorcycle:before {
  content: "\76";
}
.icon-taxi:before {
  content: "\77";
}
.icon-tram:before {
  content: "\78";
}
.icon-car-2:before {
  content: "\79";
}
.icon-rent-car:before {
  content: "\7a";
}
.icon-rent-car-2:before {
  content: "\41";
}
</pre></body></html>