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

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

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

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

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

html, body {
  margin: 5;
  padding: 5;
  overflow-x: hidden;
}

body {
  font-family: 'Comex-Medium';
  font-size: 14px;
  /* font-weight: 300; */
  color: #595959; 
}

.titulo{
  font-family: 'Comex-Bold';
  font-size: 22px;
  color: #0092D2;
}