	.mio{
    fill: none;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    
}	

.broncaid {
    fill: none;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
  
}	
  
.animator {
  animation: 15s line forwards;
}

.desktop-graph, .mobile-graph { 
  max-width: 1000px;
}

@keyframes line {
  from {
    stroke-dashoffset: 3000;
  }
  
  to {
    stroke-dashoffset: 0;
  }
	}

.path { 
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  transition: 10s all;