@charset "UTF-8";

/*================================================*/
/*      .- fonts                                */
/*================================================*/
@font-face {
    font-family: 'Myriad';
    font-stretch: condensed;
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}



@font-face {
    font-family: 'Myriad';
    font-style: italic;
    font-weight: 500;
    src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-style: normal;
    font-weight: 500;
    src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-stretch: condensed;
    font-style: italic;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-style: italic;
    font-weight: bold;
    src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-stretch: condensed;
    font-style: italic;
    font-weight: bold;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-stretch: condensed;
    font-style: normal;
    font-weight: bold;
    src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad';
    font-style: normal;
    font-weight: bold;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

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

}


[data-icon]:before {
  font-family: "sesmark" !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^="glyphicon-"]:before,
[class*=" glyphicon-"]:before {
  font-family: "sesmark" !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;
}

.glyphicon-angle-right:before {
  content: "\6d";
}
.glyphicon-angle-left:before {
  content: "\6e";
}
.glyphicon-angle-down:before {
  content: "\6f";
}
.glyphicon-angle-up:before {
  content: "\70";
}
.glyphicon-chevron-right:before {
  content: "\71";
}
.glyphicon-chevron-left:before {
  content: "\72";
}
.glyphicon-chevron-up:before {
  content: "\73";
}
.glyphicon-chevron-down:before {
  content: "\74";
}
.glyphicon-power-off:before {
  content: "\75";
}
.glyphicon-paypal:before {
  content: "\78";
}
.glyphicon-facebook-square:before {
  content: "\47";
}
.glyphicon-google-plus:before {
  content: "\48";
}
.glyphicon-linkedin-square:before {
  content: "\49";
}
.glyphicon-camera:before {
  content: "\4a";
}
.glyphicon-exclamation-triangle:before {
  content: "\4b";
}
.glyphicon-dollar:before {
  content: "\4c";
}
.glyphicon-delete-circle:before {
  content: "\4d";
}
.glyphicon-close-delete:before {
  content: "\4e";
}
.glyphicon-lock:before {
  content: "\4f";
}
.glyphicon-log-in:before {
  content: "\50";
}
.glyphicon-log-out:before {
  content: "\51";
}
.glyphicon-plus:before {
  content: "\52";
}
.glyphicon-plus-circle:before {
  content: "\53";
}
.glyphicon-photo:before {
  content: "\54";
}
.glyphicon-twitter-square:before {
  content: "\56";
}
.glyphicon-youtube-square:before {
  content: "\57";
}
.glyphicon-mail:before {
  content: "\58";
}
.glyphicon-paperplane-ico:before {
  content: "\59";
}
.glyphicon-pen:before {
  content: "\5a";
}
.glyphicon-trash:before {
  content: "\30";
}
.glyphicon-keyboard:before {
  content: "\31";
}
.glyphicon-key:before {
  content: "\32";
}
.glyphicon-paper-clip:before {
  content: "\7a";
}
.glyphicon-whatsapp:before {
  content: "\76";
}
.glyphicon-phone:before {
  content: "\77";
}
.glyphicon-email-envelope:before {
  content: "\79";
}
.glyphicon-edit-write:before {
  content: "\41";
}
.glyphicon-search:before {
  content: "\61";
}
.glyphicon-cloud:before {
  content: "\62";
}
.glyphicon-image:before {
  content: "\63";
}
.glyphicon-device-mobile:before {
  content: "\65";
}
.glyphicon-calendar:before {
  content: "\64";
}
.glyphicon-play:before {
  content: "\66";
}
.glyphicon-stop:before {
  content: "\67";
}
.glyphicon-comment:before {
  content: "\68";
}
.glyphicon-folder-open:before {
  content: "\69";
}
.glyphicon-chatbubble:before {
  content: "\6a";
}
.glyphicon-check-mark-circle-two:before {
  content: "\6b";
}
.glyphicon-check-mark-circle:before {
  content: "\6c";
}
.glyphicon-user:before {
  content: "\42";
}
.glyphicon-male-rounded-1:before {
  content: "\43";
}
.glyphicon-ios-briefcase:before {
  content: "\44";
}
.glyphicon-ios-paper:before {
  content: "\45";
}
.glyphicon-ios-paper-outline:before {
  content: "\46";
}
.glyphicon-tools:before {
  content: "\55";
}
.glyphicon-hourglass:before {
  content: "\33";
}
.glyphicon-paper-plane-o:before {
  content: "\34";
}
.glyphicon-graduation-cap:before {
  content: "\35";
}
.glyphicon-tasks:before {
  content: "\36";
}
.glyphicon-street-view:before {
  content: "\37";
}
.glyphicon-android-settings:before {
  content: "\38";
}
.glyphicon-android-plane:before {
  content: "\39";
}
.glyphicon-help-circled:before {
  content: "\21";
}
.glyphicon-help:before {
  content: "\22";
}
.glyphicon-ios-list-outline:before {
  content: "\23";
}
.glyphicon-twitter:before {
  content: "\24";
}
.glyphicon-volume-up:before {
  content: "\25";
}
.glyphicon-youtube-play:before {
  content: "\26";
}
.glyphicon-ios-clock:before {
  content: "\27";
}
.glyphicon-ios-clock-outline:before {
  content: "\28";
}
.glyphicon-social-twitter-outline:before {
  content: "\29";
}
.glyphicon-clock:before {
  content: "\2a";
}
.glyphicon-right-quote:before {
  content: "\2b";
}
.glyphicon-clock-1:before {
  content: "\2c";
}
.glyphicon-newspaper:before {
  content: "\2d";
}
.glyphicon-file-text-o:before {
  content: "\2e";
}
.glyphicon-clientes:before {
  content: "\2f";
}
.glyphicon-configuracion:before {
  content: "\3a";
}
.glyphicon-proveedores:before {
  content: "\3b";
}
.glyphicon-proyectos:before {
  content: "\3c";
}
.glyphicon-reportes:before {
  content: "\3d";
}
.glyphicon-pinterest-square-1:before {
  content: "\3f";
}
.glyphicon-eye:before {
  content: "\3e";
}