@charset "UTF-8";


#mapa {
  height: 300px;
      top: 30px;
}
@font-face {
  font-family: "quicklearner";
  src:url("../fonts/quicklearner.eot");
  src:url("../fonts/quicklearner.eot?#iefix") format("embedded-opentype"),
    url("../fonts/quicklearner.woff") format("woff"),
    url("../fonts/quicklearner.ttf") format("truetype"),
    url("../fonts/quicklearner.svg#quicklearner") format("svg");
  font-weight: normal;
  font-style: normal;

}

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

.ql-quicklearner:before {
  content: "\61";
}
