* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 1rem;
}

h1 {
	font-size: 4rem;
}

body {
	display: flex;
	background-color: #ffffff;
	justify-content: center;
	text-align: justify;
	margin: 0.5rem;
}

p {
	margin: 0.8rem 0.1rem;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

main {
	max-width: 50rem;
	overflow: hidden;
}

.titulo {
	display: flex;
	margin-bottom: 1rem;
	justify-content: space-between;
}

.titulo .links-sociais {
	align-self: flex-end;
}

.tabelas {
	overflow-x: scroll;
}

.tabelas table {
	margin: 2rem 0;
	border-collapse: collapse;
	background-color: #f5f5f5;
}

.tabelas table th {
	padding: 0.5rem;
	border: 0.1rem dotted #d5d5d5;
	text-align: center;
}

.tabelas table td {
	font-size: 14px;
	padding: 0rem 0.5rem;
	border: 0.1rem dotted #d5d5d5;
	text-align: center;
}

.coordenacao {
	margin: 2rem 0;
}

.coordenacao li {
	list-style: square;
	margin-left: 2rem;
}

#corpo-docente {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #f5f5f5;
	font-size: 1rem;
	/* overflow-x: scroll; */
}

#corpo-docente table td {
	padding: 1rem 0rem;
	border: 0.1rem dotted #d5d5d5;
	text-align: center;
	font-size: 1rem;
}
#corpo-docente table th {
	font-size: 1rem;
	padding: 1rem 0rem;
	border: 0.1rem dotted #d5d5d5;
	text-align: center;
}

#cvlattes {
	display: block;
	margin: 0;
	padding: 0;
}

/* Accordion Menu Styles */

.accordion-menu {
	margin: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.accordion-menu li.active .dropdown {
	color: #18b2ff;
}
.accordion-menu li.active .dropdown .fa-chevron-down {
	transform: rotate(180deg);
}

.link {
	border: solid 0.1rem rgba(189, 189, 189, 0.6);
	margin: 0.1rem;
	width: 100%;
	border-radius: 0.3rem;
}

.dropdown {
	text-align: left;
	cursor: pointer;
	padding: 0.5rem 1rem;
	border: 0.1rem #111;
	color: #006192;
	position: relative;
	transition: all 0.4s ease-out;
	overflow: hidden;
}

.dropdown:hover {
	background: #f0f0f0ab;
}

.dropdown .fa-chevron-down {
	transition: transform 0.2s ease-in-out;
}

.submenuItems {
	border-top: solid 0.1rem rgba(189, 189, 189, 0.6);
	display: none;
}

.submenuItems li {
	margin: 0.1rem;
	padding: 0.3rem 1rem;
}

.submenuItems a {
	display: list-item;
	list-style-type: square;
	padding: 0.1rem;
	margin-left: 1rem;
}

.submenuItems a {
	color: #18b2ff;
}

.accordion-menu li.active .submenuItems {
	display: block;
}

.dropdown.no-click {
	cursor: default;
}

#enade-provas tbody td a {
	list-style: none;
}

@media screen and (max-width: 695px) {
	.titulo {
		flex-direction: column;
	}

	.titulo img {
		width: 28px;
		height: 28px;
	}
}

@media screen and (max-width: 657px) {
	.titulo h1 {
		font-size: 3.5rem;
	}

	.titulo img {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width: 577px) {
	.titulo h1 {
		font-size: 3rem;
	}

	.titulo img {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 499px) {
	.titulo h1 {
		font-size: 2.5rem;
	}

	.titulo img {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 416px) {
	.titulo h1 {
		font-size: 2rem;
	}

	.titulo img {
		width: 20px;
		height: 20px;
	}
}
