#myDiagramDiv {
  width: 100%;
  height: 100vh;
  background-image: url("../img/index/fondo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#diagrama .row {
  border-bottom: 2px solid #eeeeee;
}
#diagrama .row h3 {
  font-family: "ExoMedium";
}
#diagram-modals .modal-header h5 {
  font-size: 1rem;
}
#diagram-modals .modal-body ul {
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  #myDiagramDiv {
    height: 50vh;
  }
}
