/* STACMO - estilos simples y legibles */
body{
  background: #f8f9fa; /* gris clarito bootstrap */
}

.navbar{
  box-shadow: 0 1px 10px rgba(0,0,0,.06);
}

.section-title{
  font-weight: 700;
}

.card{
  border: 1px solid rgba(0,0,0,.12);
}

.badge{
  letter-spacing: .2px;
}
