/* VARIAVEL INICIO ############################################################################################################## */

:root {
	--fonte: 'Arial', sans-serif;

	--texto1: #000000;
	--texto2: #f3f3f3;

	--tema: #3a3a3a;
	--tema-painel: #3a3a3a;

	--formatacao1: #ffffff;
	--formatacao2: #dfdfdf;
	--formatacao3: #c4c4c4;
	--formatacao4: #047425;
	--formatacao5: #aa2525;
	--formatacao6: #004ab9;

	--fundo1: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	--fundo2: rgba(41, 41, 41, 0.95);

	--rodape: #4e4e4e;

	--debug: red;
}

/* VARIAVEL FIM ############################################################################################################## */

/* GERAL INICIO ############################################################################################################## */

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: var(--texto2);
}

iframe {
	width: 98%;
	height: 50vh;
}

textarea[readonly] {
	background-color: transparent;
	border: 1px solid;
}

input[readonly] {
	background-color: transparent;
	border: 1px solid;
}

.grecaptcha-badge {
	bottom: 20px !important;
	left: 20px !important;
	right: auto !important;
	position: fixed !important;
	z-index: 9999;
}

/* GERAL FIM  ################################################################################################################# */

/* HEAD INICIO ############################################################################################################## */

.head-nav {
	background: var(--tema-painel);
}

.head-nav h3 {
	color: var(--texto2);
}

/* HEAD FIM ############################################################################################################## */

/* BOBY INICIO ############################################################################################################## */

body {
	font-family: var(--fonte);
	text-align: left;
	margin: 0;
	padding: 0;
}

.body2 {
	font-family: var(--fonte);
	text-align: center;
	margin: 0;
	padding: 0;
}

.formatacao1 {
	margin: 50px;
}

/* BOBY FIM ############################################################################################################## */

/* CARD INICIO ############################################################################################################## */

.card1 {
	margin-left: 4px;
	margin-top: 20px;
	background-color: var(--formatacao2);
	padding: 20px;
	border-radius: 10px;
	box-shadow: var(--fundo1);
	height: 80%;
	color: var(--texto1);
}

.card2 {
	margin-left: 4px;
	margin-top: 20px;
	background-color: var(--formatacao1);
	padding: 20px;
	border-radius: 10px;
	box-shadow: var(--fundo1);
	height: 80%;
	color: var(--texto1);
}

/* CARD FIM ############################################################################################################## */

/* BADGE INICIO ############################################################################################################## */

.badge {
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	margin-right: 8px;
}

.badge1 {
	background: #fee2e2;
	color: var(--formatacao5);
}

.badge2 {
	background: #dbeafe;
	color: var(--formatacao6);
}

.badge3 {
	background: #dcfce7;
	color: var(--formatacao4);
}

/* BADGE FIM ############################################################################################################## */

/* RODAPE INICIO ############################################################################################################## */

.rodape {
	background-color: var(--rodape);
	color: var(--texto2);
}

.rodape-painel {
	background-color: var(--rodape);
	color: var(--texto2);
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 2px 0;
}

.rodape a,
.rodape-painel a {
	color: var(--texto2);
	text-decoration: none;
	font-style: italic;
}

/* RODAPE FIM ############################################################################################################## */

/* TEXTO INICIO ############################################################################################################## */

.texto1,
.texto2 {
	margin: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
}

.texto1 {
	color: var(--texto1);
}

.texto2 {
	color: var(--texto2);
}

/* TEXTO FIM ################################################################################################################## */

/* CAIXA INICIO ############################################################################################################### */

input,
select,
textarea {
	padding: 8px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid var(--formatacao2);
	outline: none;
	margin: 5px auto;
	box-shadow: var(--fundo1);
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--formatacao6);
	box-shadow: 0 0 5px var(--formatacao6);
}

.caixa1 {
	width: 39%;
	height: 50px;
}

.caixa2 {
	width: 40%;
	height: 65px;
}

.caixa3 {
	width: 47%;
	height: 20px;
}

.caixa4 {
	width: 50%;
	height: 35px;
}

.caixa5 {
	width: 97%;
	height: 100%;
}

.caixa6 {
	width: 99%;
	height: 100%;
}

.caixa7 {
	width: 98%;
	height: 280px;
}

/* CAIXA FIM  ################################################################################################################# */

/* BOTAO INICIO ############################################################################################################### */

.botao1,
.botao2,
.botao3,
.botao4,
.botao5 {
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	color: var(--texto2);
	border: none;
	font-size: 13px;
	margin-left: 1px;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.botao1 {
	background-color: var(--tema);
}

.botao2 {
	background-color: var(--formatacao2);
}

.botao3 {
	background-color: var(--formatacao6);
}

.botao4 {
	background-color: var(--formatacao4);
}

.botao5 {
	background-color: var(--formatacao5);
}

#botao-subir {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 1px;
	border-radius: 30%;
	padding: 10px;
	transition: background-color 0.3s ease;
	background: none;
	border: none;
	cursor: pointer;
}

#botao-subir img {
	width: 55px;
	height: 55px;
}

.botao-nav {
	width: 35px;
	height: 35px;
	background: none;
	border: none;
	cursor: pointer;
}

.botao-remover-container {
	position: relative;
}

.botao-remover {
	position: absolute;
	top: 5%;
	right: 5%;
	border: none;
	cursor: pointer;
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--formatacao1);
	border-radius: 10px;
	display: none;
}

.botao1:hover,
.botao2:hover,
.botao3:hover,
.botao4:hover,
.botao5:hover,
#botao-subir:hover {
	background-color: var(--formatacao6);
	transform: scale(1.05);
}

/* BOTAO FIM ################################################################################################################# */

/* LISTA INICIO  ############################################################################################################## */

.lista1,
.lista2 {
	list-style: none;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	font-size: 17px;
	color: var(--texto2);
	transition: background-color 0.3s ease;
}

.lista1 {
	background: var(--tema);
}

.lista2 {
	background: var(--formatacao2);
}

.lista1:hover,
.lista2:hover {
	background-color: var(--formatacao6);
	transform: scale(1.05);
}

/* LISTA FIM  ################################################################################################################# */

/* TABELA INICIO ############################################################################################################## */

table {
	width: 98%;
	table-layout: auto;
	margin: 0 auto;
	font-size: 13px;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: collapse;
	box-shadow: var(--fundo1);
}

th,
td {
	padding: 5px 8px;
	border: none;
}

th {
	background: var(--tema);
	color: var(--texto2);
	text-align: center;
}

td {
	background: var(--formatacao2);
	color: var(--texto1);
	text-align: left;
}

td a {
	text-decoration: none;
	color: var(--texto1);
}

tr:nth-child(odd) td {
	background: var(--formatacao2);
}

tr:nth-child(even) td {
	background: var(--formatacao3);
}

.tabela-icone {
	text-align: center;
	color: var(--texto2);
	text-decoration: none;
	font-size: 20px;
}

/* TABELA FIM ################################################################################################################## */

/* LOGIN INICIO ###################################################################################s############################ */

.login-background {
	background: url('../imagens/capas/painel.png') no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login {
	background-color: var(--formatacao2);
	padding: 30px;
	border-radius: 10px;
	box-shadow: var(--fundo1);
	width: 100%;
	max-width: 400px;

}

.login h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	color: var(--texto1);
}

.login h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	color: var(--texto1);
}

.login form {
	display: flex;
	flex-direction: column;
}

/* LOGIN FIM ###################################################################################################################### */

/* MENU INICIO ################################################################################################################## */

.menu-suspenso {
	position: relative;
	display: inline-block;
}

.menu-suspenso-itens {
	display: none;
	position: absolute;
	background-color: var(--fundo2);
	z-index: 2;
	right: 0;
	border-radius: 10px;
}

.menu-suspenso-itens a {
	color: var(--texto2);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-radius: 10px;
}

.menu-suspenso-itens a:hover {
	background-color: var(--tema);
	color: var(--texto1);
}

.menu-suspenso:hover .menu-suspenso-itens {
	display: block;
}

.menu-popup {
	overflow: auto;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--fundo2);
	color: var(--texto2);
	padding: 20px;
	border: 1px solid var(--formatacao1);
	border-radius: 10px;
	z-index: 1000;
	width: 60vw;
	height: 40vh;
}

.menu-lateral {
	width: 210px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--tema-painel);
	padding-top: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu-lateral a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: var(--texto2);
	transition: background-color 0.3s ease;
	border-radius: 10px;
}

.menu-lateral h2 {
	padding: 10px 20px;
	display: block;
	font-size: 25px;
	color: var(--texto2);
}

.menu-lateral a:hover {
	background-color: var(--formatacao6);
	color: var(--texto2);
}

.menu-lateral-principal {
	margin-left: 210px;
	padding-bottom: 20px;
}

.caracter-invertido {
	position: absolute;
	top: 50%;
	right: 5vh;
	transform: translateY(-80%) rotate(180deg);
	font-size: x-large;
}

/* MENU FIM ################################################################################################################## */

/* SLIDE INICIO ############################################################################################################## */

.slide-container {
	width: 100%;
	height: 90%;
	position: relative;
}

.slide-container-sub {
	display: none;
	width: 100%;
	height: 100%;
}

.slide-texto {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: var(--texto2);
	font-size: 24px;
	background: var(--fundo1);
	padding: 20px;
	border-radius: 10px;
	width: 93%;
}

.slide-logo {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.anterior,
.proximo {
	position: absolute;
	top: 50%;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	background: transparent;
	border-radius: 10px;
	cursor: pointer;
	color: var(--texto2);
	border: none;
	padding: 10px;
	margin-top: -22px;
}

.anterior,
.proximo:hover {
	background-color: var(--formatacao6);
	transform: scale(1.05);
}

.anterior {
	left: 0;
}

.proximo {
	right: 0;
}

/* SLIDE FIM ################################################################################################################# */

/* COOKIE INICIO ############################################################################################################# */

.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--fundo2);
	color: var(--texto2);
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	z-index: 5000;
}

.cookie-banner a {
	color: var(--formatacao6);
	text-decoration: underline;
}

.cookie-banner button {
	margin-top: 15px;
	background-color: var(--formatacao6);
	color: var(--texto2);
	border: none;
	padding: 8px 16px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.cookie-banner button:hover {
	background-color: var(--fundo1);
}

/* COOKIE FIM ################################################################################################################# */

/* IMAGEM BACKGROUND INICIO ################################################################################################### */

.container-imagem-de-fundo {
	position: relative;
	width: 100%;
	height: 50%;
	max-width: 100%;
	margin: 0 auto;
}

.imagem-de-fundo {
	width: 100%;
	height: 55vh;
}

.texto-imagem-de-fundo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--texto2);
	padding: 10px;
	font-size: 40px;
	width: 80%;
}

/* IMAGEM BACKGROUND FIM ###################################################################################################### */

/* DIVISAO TELA INICIO ######################################################################################################## */

.divisao-mestre1 {
	display: flex;
}

.divisao-mestre2 {
	flex-direction: column;
}

.divisao-mestre3 {
	display: flex;
}

.divisao-um,
.divisao-dois,
.divisao-tres,
.divisao-quatro,
.divisao-cinco,
.divisao-seis,
.divisao-sete {
	flex: 1;
}

.divisao-10 {
	flex: 1;
}

.divisao-20 {
	flex: 2;
}

.divisao-30 {
	flex: 3;
}

.divisao-40 {
	flex: 4;
}

.divisao-50 {
	flex: 5;
}

.divisao-60 {
	flex: 6;
}

.divisao-70 {
	flex: 7;
}

.divisao-80 {
	flex: 8;
}

.divisao-90 {
	flex: 9;
}

/* DIVISAO TELA FIM  ########################################################################################################## */

/* OVERLAY INICIO ################################################################################################################# */

#loadingOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--fundo2);
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
}

#loadingSpinner {
	border: 16px solid var(--texto2);
	border-top: 16px solid var(--formatacao6);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* OVERLAY FIM  ################################################################################################################# */

/* ARQUIVO INICIO  ################################################################################################################# */

.arquivos-container {
	width: 200px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: 5px;
	text-align: center;
	box-sizing: border-box;
}

.arquivos-icones {
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--formatacao2);
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	color: var(--texto1);
	box-shadow: var(--fundo1);
	overflow: hidden;
}

.arquivos-icones img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nome-arquivo {
	max-width: 100%;
	font-size: 13px;
	margin-top: 5px;
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

/* ARQUIVO FIM  ################################################################################################################# */

/* UPLOAD INICIO  ################################################################################################################# */

.upload-container {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	background-color: var(--formatacao2);
	padding: 20px;
	border-radius: 10px;
	box-shadow: var(--fundo1);
	text-align: center;
}

.upload-area {
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.upload-area p {
	margin: 10px 0 0;
	font-size: 14px;
	color: var(--texto1);
}

.upload-area input {
	display: none;
}

.upload-icone {
	width: 120px;
	height: 120px;
	background: none;
	border: none;
	cursor: pointer;
}

/* UPLOAD FIM  ################################################################################################################# */

/* QUIZ INICIO  ################################################################################################################# */

.quiz_container {
	max-width: 700px;
	margin: 30px auto;
	padding: 20px;
	background: var(--formatacao1);
	border-radius: 10px;
	box-shadow: var(--fundo1);
	position: relative;
	z-index: 1;
}

.quiz_questao {
	display: none;
	margin-bottom: 20px;
}

.quiz_questao.active {
	display: block;
}

.quiz_questao h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--texto1);
}

.quiz_opcoes {
	margin: 0;
	padding: 0;
}

.quiz_opcoes label {
	font-size: 16px;
	margin: 5px 0;
	cursor: pointer;
	color: var(--texto1);
	display: flex;
	align-items: center;
}

.quiz_opcoes input[type="radio"] {
	margin-right: 10px;
	margin-left: 0;
}

.quiz_botoes_navegacao {
	text-align: center;
	margin-top: 20px;
}

.quiz_botoes_navegacao button {
	background-color: var(--tema);
	color: var(--texto2);
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 5px;
}

.quiz_botoes_navegacao button:hover {
	background-color: var(--tema);
}

.quiz_input[type="submit"] {
	background-color: var(--formatacao6);
	color: var(--texto2);
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
	display: block;
	width: 100%;
}

.quiz_input[type="submit"]:hover {
	background-color: var(--tema);
}

.quiz_resultado {
	display: none;
	text-align: center;
	position: relative;
}

.quiz_resultado p {
	font-size: 18px;
}

.quiz_resultado a {
	color: var(--formatacao6);
	text-decoration: none;
}

.quiz_resultado a:hover {
	text-decoration: underline;
}

#quiz_confettiCanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.quiz_logo {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	z-index: 1;
}

/* QUIZ FIM  ################################################################################################################# */

/* NOTA INICIO  ################################################################################################################# */

.titulo-nota {
	font-size: 2.5em;
	border: none;
	outline: none;
	width: 90%;
	background: none;
	background: #EAEAEA;
	text-align: center;
}

.corpo-nota {
	width: 90%;
	height: 70vh;
	border: none;
	outline: none;
	resize: none;
	font-size: 1.2em;
	background: #EAEAEA;
}

/* NOTA FIM  ################################################################################################################# */

/* SLIDE INICIO  ############################################################################################################## */

.slider-container {
	position: relative;
	width: 100%;
}

.slider {
	width: 90%;
}

.slider-value {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--formatacao6);
	color: white;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
}

/* SLIDE FIM  ################################################################################################################# */

/* MOBILE INICIO ############################################################################################################## */

.mobile-mostrar {
	display: none;
}

.mobile-mostrar h3 {
	margin-left: 25px;
}

.mobile-painel {
	background-color: var(--tema);
	color: var(--texto2);
}

@media (max-width: 768px) {

	.mobile-mostrar {
		color: var(--tema);
		display: block;
	}

	.mobile-ocultar {
		display: none;
	}

	.divisao-mestre3 {
		flex-direction: column;
	}

	#menu-select {
		display: block;
	}

	.menu-lateral {
		display: none;
	}

	.menu-lateral2 {
		display: none;
	}

	.menu-lateral-principal {
		margin-left: 0px;
	}

	.menu-lateral-principal2 {
		margin-left: 0px;
	}

	.menu-popup {
		width: 85%;
		height: 56%;
	}

	.caixa1 {
		width: 95%;
		height: 50px;
	}

	.caixa2 {
		width: 98%;
		height: 65px;
	}

	.caixa3 {
		width: 95%;
		height: 20px;
	}

	.caixa4 {
		width: 98%;
		height: 35px;
	}

	.caixa5 {
		width: 98%;
		height: 100%;
	}

	.caixa6 {
		width: 98%;
		height: 140px;
	}

	#botao-subir img {
		width: 40px;
		height: 40px;
	}

}

/* MOBILE FIM ################################################################################################################ */