
.sector-page h1 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #404040;
}

.sec-ctglbox.nm {
	color: #257bfd;
	border: 1px solid gray;
}

.sec-ctglbox {
	height: 54px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	line-height: 54px;
	display: block;
	font-size: 112%;
	overflow: hidden;
}

/* 2022-10 */

.sectors-didattica {
	height: 40px;
	color: white;
	font-weight: bold;
	background-color: #FF7062;
}

.sectors-didattica ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	overflow: auto;
	flex-direction: row;
	font-family: 'Titillium Web', sans-serif;
}

.sectors-didattica a {
	color: white;
	font-size: 0.91rem;
}

.band-cats {
	background: #F2F2F2;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 0.9rem;
	font-family: 'Sen', sans-serif;
}

.band-cats ul {
	display: flex;
	justify-content: start;
	padding: 0 17px;
	flex-wrap: wrap;
}

.band-cats li {
	display: inline-block;
	padding-right: 9px;
}

.band-cats a {
	color: #2c6fbf;
	font-size: 0.99em;
	display: inline-block;
	line-height: 35px;
	padding: 0 3px;
	color: #2c6fbf;
}

.band-cats a:hover {
	color: #5c6167;
	background: white;
}

@media only screen and (min-width:1200px) {
	.band-cats {
		height: 35px;
		overflow: hidden;
	}
}

@media only screen and (max-width:1199px) {

	/* smartphone & tablet */
	
	.band-cats ul {
		display: block;
	}

	.band-cats li {
		display: block;
	}

	.sectors-didattica {
		height: auto;
	}

	.sectors-didattica ul {
		display: block;
		text-align: center;
		line-height: 40px;
		font-size: 1rem;
	}

}

