.plataforma_ead.plataforma_ead .container{
	max-width: 1200px;
}

.plataforma_ead .cabecalho .topo {
	background-color: rgba(165, 52, 52, 0.9);
	backdrop-filter: blur(5px);	
}
.plataforma_ead .cabecalho .menu {
	/* background-color: rgba(230, 230, 230, 0.8);
	color: #343434; */
	background-color: rgba(165, 52, 52, 0.9);
	backdrop-filter: blur(5px);	
	color: #FFFFFF;
}

.plataforma_ead .loja_rodape {
	background-color: #333;
}

.titulo_pagina {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	margin: 0;
	color: #FFF;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);

	padding: 1rem 5rem;
	background-color: rgba(0,0,0,0.6);
	backdrop-filter: blur(2px);
	font-weight: bold;
	font-size: 3em;
	display:flex;
    align-items: center;
    justify-content: center;
}

.caixa_sombra {
	padding: 2rem;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	border-radius: 2rem;
	height: 100%;
}


@media only screen and (max-width: 600px){
	.titulo_pagina{
		/* top: 6rem; */
		/* width: calc(100% - 2rem); */
		text-align: center;
		font-size: 1.5rem;
		padding: 0.6rem 1rem;
	}

	.plataforma_ead .cabecalho .menu a {
		padding: 0.1rem 1rem;
		margin: 0.2rem 0.5rem;
	}

	.plataforma_ead .cabecalho .menu a + a {
		border-left: solid 1px #444;
	}

	.banner{
		background-position: right !important;
	}
}


@media only screen and (max-width: 1199px){

	.plataforma_ead .cabecalho .menu a {
		font-weight: bold;
	}

	.plataforma_ead .cabecalho .menu:before {
		border-top: #FFF solid 2px;
		border-bottom: #FFF double 6px;
	}
	.plataforma_ead .cabecalho .menu:after {
		content: 'Menu';
		color: #FFF;
	}

}

@media only screen and (min-width: 1200px){

	.plataforma_ead .cabecalho .menu a + a {
		border-left: none;
	}

	.plataforma_ead.plataforma_ead .menu .container{
		display: flex;
		justify-content: space-between;
	}

}