.header {
  background-color: #fff;
  padding: 10px 0;
}
.header .logo {
  height: 50px;
}
.tramites .card {
  background-color: #f4f6f7;
  margin: 5px;
}
.tramites .line {
  border-right: 1px dotted #5dade2;
  position: relative;
}
.tramites .line:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #5dade2;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -2px;
  border-radius: 10px;
}
