h1.titulo, h2.titulo, h3.titulo, h4.titulo{
	color: #0d6efd;
	position: relative;
}


h1.titulo:after, h2.titulo:after, h3.titulo:after, h4.titulo:after {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #0d6efd;
    width: 64px;
    left: 0;
    bottom: 0;
}

h4.titulo:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #0d6efd;
    width: 64px;
    left: 0;
    bottom: 0;
}

.chart-s{
	height: 100px;
}
.chart-m{
	height: 200px;
}
.chart-l{
	height: 300px;
}
.chart-xl{
	height: 400px;
}

.form-control-date{	
	max-width: 150px;
}


