@charset "UTF-8";
@import url("https://use.typekit.net/lbw2ffm.css");
body {
	font-family: montserrat,sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
    font-weight: 500;
    color: #4D4D4D;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ffp5sj');
  src:  url('../fonts/icomoon.eot?ffp5sj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ffp5sj') format('truetype'),
    url('../fonts/icomoon.woff?ffp5sj') format('woff'),
    url('../fonts/icomoon.svg?ffp5sj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accion:before {
  content: "\e900";
}
.icon-articulo:before {
  content: "\e901";
}
.icon-bmv:before {
  content: "\e902";
}
.icon-bursatil:before {
  content: "\e903";
}
.icon-comentario:before {
  content: "\e904";
}
.icon-denuncia:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-etica:before {
  content: "\e907";
}
.icon-eventos:before {
  content: "\e908";
}
.icon-informes:before {
  content: "\e909";
}
.icon-llamar:before {
  content: "\e90a";
}
.icon-pdf:before {
  content: "\e90b";
}
.icon-reportes:before {
  content: "\e90c";
}
.icon-resultados:before {
  content: "\e90d";
}
.icon-web:before {
  content: "\e90e";
}
.icon-wf-01:before {
  content: "\e90f";
}
.icon-wf-02:before {
  content: "\e910";
}
.icon-wf-03:before {
  content: "\e911";
}

a {
	text-decoration: none;
	transition: 300ms ease;
}
p {
	margin: 0 0 20px 0;
}
header {
	background: #fff;
    box-shadow : 0px 7px 12px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 101;
	width: 100%;
}
section{
    min-height: calc(100vh - 300px);
}