:root {
	--color-primary: #808080;
	--color-secondary: #212020;
	--bs-secondary-color: #212020;
	--color-yellow: #fee000;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	-khtml-font-smoothing:antialiased;
}
html,body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none; 
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: var(--color-primary);
	font-weight: 400;
	line-height: 1.5;
}
a,a:hover, a:visited, a:link,a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--color-secondary);
	line-height: 1;
}
h1:after {
	content: "…………………….";
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-primary);
	top: 0;
	padding-top: -5px;
}
input, button, select, option, textarea {
	outline: none;
}
.mb-full {
	padding-top: 30px;
	padding-bottom: 80px;
}
.c-yellow {
	color: var(--color-yellow);
}
.congrats p.yellow {
	font-size: 1.325em;
	margin: 5px 0;
	color: var(--color-yellow);
}
.cwarning {
	display: inline-block;
	margin-bottom: 1.5rem;
	color: #FF290B;
	font-weight: 700;
	font-size: 1.3rem;
}
/* HEADER */
.navbar {
	width: 100%;
	height: auto;
	box-shadow: 0 1px 0 rgba(0,0,0,0.08);
	line-height: 100px;
}
.navbar img {
	height: 30px !important;
}
.navbar .navbar-toggler {
	opacity: 0.6;
}
.navbar .navbar-toggler:focus {
	box-shadow: none;
	opacity: 1 !important;
}
.navbar .nav-item .nav-link {
	color: #222222;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.navbar .nav-item .nav-link:hover {
	font-weight: 600;
}
@media (max-width: 768px) {
	.navbar {
		line-height: 60px;
	}
	.navbar img {
		height: 20px !important;
	}
}
@media (min-width: 1024px) {
	.navbar .navbar-brand {
		margin-right: 4rem;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.navbar {
		line-height: 80px;
	}
}
/* CONTENT */
main {
	xpadding: 100px 0;
	overflow: auto;
}
.page {
	padding-top: 120px;	
	padding-bottom: 60px;
}
.page .box {
	xwidth: 100%; 
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding: 40px;
}
.log-box {
	padding: 14px;
	line-height: initial;
	margin: 0 16px;
}
.log-info {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-secondary);
}
.log-btn {
	display: flex;
	background: var(--color-yellow);
	color: #ffffff;
	border: 0;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	margin-top: .7rem;
	font-weight: 600;
	padding: 8px;
}
.log-btn a {
	color: #ffffff;
}
@media (max-width: 768px) {
	.page {
		padding-top: 70px;
		padding-bottom: 30px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.page {
		padding-top: 90px;
		padding-bottom: 40px;

	}
}
/* JURADOS */
.jurado-lista-categorias ul {
	list-style: none; 
	padding: 0;
}
.jurado-lista-categorias ul a {
	color: var(--color-secondary);
	font-weight: 500;
}
.jurado-lista-categorias ul a:hover {
	color: var(--color-primary);
}
.janela-de-aviso {
	width: 100%;
	position: relative;
	border: 1px #eeeeee solid;
	background: #eeeeee;
	padding: 30px;
	margin-top: 40px;
	color: var(--color-primary);
	font-size: 1em;
}
.janela-de-aviso b {
	color: var(--color-secondary);
}
.janela-de-aviso span {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	color: #444444;
	font-size: 1.875em;
}
.participante {
	border: 1px #AAAAAA solid;
	background: #F3F3F3;
	margin: 40px 0 0;
	padding: 15px 0;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	border-radius: .8rem;
}
.participante strong {
	display: block;
	margin-bottom: 3px;
	line-height: 22px;
	font-size: 20px;
}
.participante span {
	color: #115a31;
	line-height: 18px;
	font-size: 16px;
}
.participante .nota, .participante .nota .control {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-right: 16px;
}
.participante .nota .control {
	width: 126px;
}
.participante .nota label {
	display: block;
}
.participante .nota input {
	width: 99px;
	height: 55px;
	text-align: center;
	margin-top: 6px;
	border: 2px #AAAAAA solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 2.1875em;
}
.participante .nota .nota-mais {
	position: absolute;
	right: 0;
	bottom: 28px;
}
.participante .nota .nota-menos{
	position: absolute;
	right: 0;
	bottom: 0;
}
.participante .btn-salvarnota, .participante .btn-concluirnota, .participante .btn-notaok, .participante .btn-curtir {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 18px 0;
	line-height: 20px;
	font-size: 17px;
}
.participante .btn-salvarnota:hover {
	background: #116838;
}

.participante .btn-notaok {
	background-color: #777777;
}
.participante .btn-notaok img {
	margin-right: 6px;
	vertical-align: -6px;
}
.participante .btn-salvarnota.disabled, .participante .btn-concluirnota.disabled, .participante .btn-curtir.disabled, .btn-voltar.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .5;
}
@media (max-width: 768px) {
	.participante .btn-salvarnota, .participante .btn-notaok {
		width: 87px;
	}
	.participante .btn-concluirnota, .participante .btn-curtir {
		width: 230px;
		margin-left: 0;
		margin-top: 14px;
	}
}
@media (min-width: 768px) {
	.participante .btn-salvarnota, .participante .btn-notaok {
		width: 100px;
	}
	.participante .btn-concluirnota, .participante .btn-curtir {
		width: 273px;
		margin-left: 14px; 
		margin-top: 31px;
	}
}
@media (min-width: 992px) {
	.participante .btn-salvarnota, .participante .btn-notaok {
		width:130px;
	}
	.participante .btn-concluirnota, .participante .btn-curtir {
		width: 273px;
		margin-left: 0;
		margin-top: 14px;
	}
}
.participante span.obs {
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: -0.2px;
	color: #666666;
	line-height: 14px;
	font-size: 12px;
	margin: 12px 0;
}
.participante .nota table {
	width: 100%;
	text-align: left;
	color: #666;
}
/* Relatório */
.lista-pessoas .categoria {
	margin-top: 50px;
}
.lista-pessoas .categoria:first-child {
	margin: 0;
}
.lista-pessoas .categoria strong {
	color: var(--color-yellow);
	line-height: 23px;
	font-size:20px;
}
.relatorio .categoria {
	width: 100% !important;
	display: table;
}
.relatorio table {
	text-align: left;
	margin: 10px 0;
	width: 100%;
}
.relatorio tbody tr:first-of-type {
	border-top: 1px #BBBBBB  solid;
	background: #DCDCDC !important;
}
.relatorio tbody tr {
	border-bottom: 1px #BBBBBB solid;
}
.relatorio tbody tr:first-of-type th {
	padding: 3px 10px;
}
.relatorio tbody tr:first-of-type th:nth-of-type(1) {
	min-width: 20%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(2) {
	min-width: 15%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(3) {
	min-width: 13%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(4) {
	min-width: 15%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(5) {
	min-width: 10%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(6) {
	min-width: 7%;
}
.relatorio tbody tr:first-of-type th:nth-of-type(7) {
	min-width: 20%;
}
.relatorio tbody tr td {
	font-size: 14px;
	padding: 5px 10px;
}
.relatorio tbody tr:nth-of-type(odd) {
	background-color: #F4F4F4;
}
.relatorio table a {
	color: #794346;
	text-decoration: none;
}

/* Paginação */
.paginacao {
	margin-top: 50px;
}
.paginacao .pag {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #FFFFFF;
	border: 1px solid var(--color-secondary);
	border-color: var(--color-secondary);	
	text-align: center; 
	margin: 5px 0;
	color: var(--color-secondary);
	line-height: 35px;
	font-size: 14px;
}  
.paginacao .pag.active {
	color: #FFFFFF;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);	
}
.paginacao .pag:hover,.paginacao .pag.active:hover {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #FFFFFF;	
}
@media(min-width:992px){
}
@media(max-width:768px){
	.col-reverse {
		flex-direction: column-reverse;
	}
}

/* FORMS */
label {
	padding: 0 !important;
}
.obrigatorio:after {
	content: " *";
	color: #E3051B;
}
.hr-border:before, fieldset legend:before, .page-titulo:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% + 5px);
	background-color: var(--color-secondary);
	position: absolute;
	top: calc(5px);
	left: calc(100% + 3px);
}
.hr-border:after, fieldset legend:after, .page-titulo:after {
	content: "";
	display: block;
	width: calc(100% + 5px);
	height: 1px;
	background-color: var(--color-secondary);
	position: absolute;
	top: calc(100% + 3px);
	left: calc(5px);
}
fieldset legend, .page-titulo {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;	
	justify-content: flex-start;
	color: var(--color-secondary);
	font-size: 1.5em;
	font-weight: 600;
	text-transform: uppercase;	
	margin-bottom: 2.4rem;
	padding-bottom: .5rem;
	xborder-bottom: 1px solid rgba(128, 128, 128, .25);/* var(--color-primary);*/
}
.has-error { 
	border: 1px red solid;
}
/* BUTTONS */
button:focus, .btn:hover, .btn:focus {
	outline: 0;
}
button, .btn {
	line-height: 1.4 !important;
	border-radius: 0em;
	padding: 1.2rem;
	border-color: transparent;
	font-weight: 600;
	text-transform: initial;
}
.buttons button {
	width: 100%;
	height: 4rem;
	color: #FFFFFF !important;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s; 
	margin-top: 3.2rem;
}
button:disabled, button[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #f3f2f2;
	border: 1px solid #f3f2f2;
	color:#c0c0c0;
}
.btn:hover {
	border-color: transparent;
}
.btn-primary {
	background-color: #212020;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
}
.btn-primary:hover {
	background-color: #808080;
}
.btn-secondary {
	background-color: var(--color-yellow);
	color: #545454;
}
.btn-secondary:hover {
	background-color: #f4e682;
	color: #808080;
}
.btn-danger {
	background-color: #bb2d3b;
	color: #FFFFFF;
}
.btn-danger:hover {
	background-color: #dc3545;
}
.btn-success {
	background-color: #0E4726;
}
button.small {
	padding: 0.5rem;
} 

/* FOOTER */
footer {
	xposition: absolute; 
	xwidth: 100%;
	background-color: #202020;
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
}
footer .mancha-rodape {
	background-image: url(../imgs/mancha-rodape.png);
	background-repeat: no-repeat;
	background-size: contain;/*auto 100%;
	background-position: center left;*/
}
footer .mancha-rodape img {
	display: flex;
	position: relative; 
	padding-top: 4px;
	padding-left: 12px;
	width: 220px;
}
footer .infos  {
	padding-left: 5rem;
}
footer .infos i {
	color: #fee000;
	margin-right: 12px;
}
footer .infos > div {
	line-height: 2rem;
}
footer .redes a {
	display: inline-block;
	position: relative;
	color: #fee000;
	line-height: 2.5em;
	width: 2.5em;
	box-shadow: inset 0 0 0 2px #fee000;
	border-radius: 50%;
	text-align: center;
	z-index: 0;
	margin-right: 12px;
}
@media (min-width: 769px) and (max-width: 1024px) {
	footer .mancha-rodape img {
		width: 190px;
	}
}
@media (max-width: 768px) {
	footer .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	footer .mancha-rodape {
		padding: 0.15rem 2.5rem 2.5rem 0.8rem;
	}
	footer .infos, footer .redes {
		padding-left: 0;
		padding-top: 2rem;
	}
}