html, body {
  font-family: speedee !important;
}

.black-link {
  color: #000 !important;
}
.black-link:hover {
  text-decoration: underline;
}

.alert {
  position: absolute;
  right: 10px;
  top: 10px;
}

.yellow-link {
  color: #ffbc0d !important;
}
.yellow-link:hover {
  text-decoration: underline;
}

.bk-yellow {
  background-color: #ffbc0d;
}

.text-muted {
  color: #B2BEC8 !important;
}

input {
  border: 0px !important;
  background-color: #F3F4F5 !important;
}

.bk-cover {
  background-position: center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.perfil-puesto {
  transition: border 0.3s;
  border-radius: 100%;
  border: 0px solid;
  border-color: #F12E1A;
  cursor: pointer;
  width: 133px;
  height: 134px;
  margin: 0 auto;
}

.perfil-activo {
  border: 6px solid;
  border-color: #F12E1A;
  background-color: #F12E1A;
}

.texto-perfil {
  transition: opacity 0.5s, display 0.5s;
  opacity: 0%;
  display: none;
}

.show-texto-perfil {
  opacity: 100%;
  display: block;
}

/*# sourceMappingURL=style.css.map */
