@charset:"utf-8";

*{
  font-family: sans-serif;
}
.paddinger{
  padding:3px;
}
.flexer-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gray{
  background: #D8D8D8;
}
.dark{
  background: #CECECE;
}
.nombre{
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.cargo{
  font-size: 13px;
  color: #E40616;
  text-transform: uppercase;
}
.texto{
  font-size: 12px;
  color: #333333;
}
.mail{
  font-size: 12px;
  color: #337AB7;
  text-decoration: none;
}
.separador{
  padding-top: 30px;
  padding-bottom: 30px
}

.notify{
  position:fixed;
  width: 30%;
  top: 20px;
  right: 5px;
  z-index: 9999;
}
