h5 {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
  margin: 0;
}
.card-service {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border-radius: 0.28571429rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.card-service:hover {
  box-shadow: 0 5px 10px #a9a9a9;
}
/* .card-service-header {
} */
.card-service-body {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}
.card-service-img-top {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.card-service-title {
  font-size: 1em;
  line-height: 1.2857em;
  color: #555;
}
.card-service-text,
.card-service-content {
  clear: both;
  margin-top: 0.45em;
  color: rgba(0, 0, 0, 0.68);
}
.card-service-text b {
  color: #555;
}
.card-service-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}
/* ESTILO BARRA DE PROGRESO */
.progress {
  position: relative;
  background-color: #dfdfdf !important;
}
.progress-bar {
  background-color: #69b1ef !important;
}
.progress b {
  position: absolute;
  display: block;
  width: 100%;
  color: #555;
  padding-top: 1.5px;
}
.columnOpts {
  font-size: 20px;
}
