body, html {
/*	height: auto;*/
	margin: 0;
}
/*
@media screen and (max-width: 1920px) and (max-height: 1080px) {
   html {
      zoom: 50%;
   }
   :root {
    --zoom: 0.5; 
   }
}
*/

#galeria-turmas {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	gap: 10px 5px;
	background-color: #831D1C;
	padding: 5px;

}

#galeria-turmas > a > img {
	box-shadow: 5px 5px 10px black;
}


.quadro {
	background-color: #831D1C;
	height: calc(100% - 105px);
	display: flex;
}

.cabecalho {
	width: 100%;
	height: 105px;
	background-color: #831D1C;
	display: flex;
	position: sticky; top: 0;
}

.cabecalho > a > img {
	height: 190px;
	filter: drop-shadow(3px 3px 4px #101010);
	padding-right: 25px; 
	padding-top: 05px;
	float: right;
}

.forp-usp {
	text-shadow: 3px 3px 4px #121212;
	font-size: 31px;
	font-weight: 700;
	color: white;
	width: 80%;
	align-content: center;
}


