@import url('loja.css');

.main.course-main
{ background: url(../images/backdrop-login.jpg) no-repeat right top; background-size: contain; }


/*	html::before 
	{ background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(0, 0, 0, 0.493) 35%, rgb(0 0 0 / 90%) 100%)!important }
*/
	body.backdrop-login
	{background: url(../images/backdrop-login.jpg) no-repeat center center fixed;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}

/* COR TOPO MODAL */
	.modal-header
	{ background: none!important; }

/* COR DOS LINKS */
	.infos a, .infos .link, h2, h3, .disc a, .nav-list > li > a, .cursos-resume-admin p
	{ color: var(--principal); }

/* CORES DOS TITULOS */
	.classes .block h3, .title-low, .get-name a, .overall .lead, .block-video-aula h2.title,
	{ color: var(--principal)!important; }

/* RESET COR LINKS e P LOGIN */

/* COR BG */
.bg-title-cursos
{ background-color: #efeff2!important; }

.btn-blue
{ color: white!important }

.aside
{ background: linear-gradient(320deg, #1d245a 12%, #7f0304 82%) !important; color: #FFFFFF; }

.nav-list .nav-header
{ color: #AAAAAA; text-shadow: none; }

	.brand img
	{ filter: brightness(0) invert(1) }

	@media (max-width: 767px) {
	    .brand img {
	        filter: none;
	    }
	}


	.classes .block .pergunta
	{ color: #2a2b32!important; }

	.conteudo-list p
	{ text-align: justify; }

	.questao p 
	{ margin-bottom: 10px; text-align: justify; }

	.nav-list > li > a
	{ color: #FFFFFF; }

	.nav-list > li > a:hover
	{ color: var(--principal)!important; }


	@media (max-width: 767px) {
	    .brand img {
	        filter: none; content: inherit;
	    }
	}
