
/* Estilos da página estatísticas */

/* menu inicial */

.cabecario-estatisticas {
	margin-top: 40px;
}

.botao-filtro-estatistica {
	margin-top: 40px;
}

.h3-estatisticas {
	font-size: 20px;
	font-weight: bold;
}

.h4-estatisticas {
	font-size: 16px;
}

.h4-estatisticas > span {
	font-weight: bold;
}


.info-texto {
	margin-top: 30px;
}



.div-titulo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-estatisticas {

	width: 100%;
	height: 50px;
	background: #444;
	margin-top: 53px;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.menu-items {
	justify-content: space-around;
	display: flex;
	margin-left: 200px;
}

.espaco-container-estatisticas {
	margin-top: 130px;
}

.menu-items > a {
	color: snow;
}

.menu-items > a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #ff7f50;
	padding: 5px;
	border-radius: 7px;
	transition: background 0.3s, font-weight 0.3s;
}

.dropdown-menu  {
	margin-top: 40px;
}

.chart {
	height: 300px;
	width: 100%;
}


/* RESPONSIVIDADE */

@media only screen and (max-device-width: 500px){
	.menu-items {
		justify-content: space-around;
		margin-left: 0px;
		margin-top: 20px;
	}

	.menu-estatisticas {
		height: 70px;
	}
}