/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
	font-family: 'Nunito Sans', sans-serif;
}

:root {
	--primary-color: var(--primary);
	--secondary-color: var(--secondary);
	--section-bg: #dddddd;
	--subtitle: #838383;
	--main-color: #444444;
	--darkbg-link-color: #69cded;
}

main {
	background-color: #f3f2f2;
	min-height: 100vh;
}

.linha-totais {
	background-color: #d8d4d4;
	font-weight: 800;
}

.linha-eletivas {
	text-align: center;
	background: #8f8077;
	color: white;
	font-weight: 900;
}

.table-matriz {
	display: none;
	border: 0px;
	margin-bottom: 5rem;
}

.table-eletivas {
	margin-top: 48px;
}

.informativo-eletivas {
	background-color: #fce5cd;
	font-size: 16px;
	text-align: center;
}

#logotipo {
	height: 50px;
	object-fit: scale-down;
}

#cabecalho {
	display: none;
}