* {
	-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: "Poppins", sans-serif;
	font-size: 16px;
	color: #6D6D6D;
	font-weight: 400;
	line-height: 26px;
}
h1 {
	font-size: 1.5rem;
}
a,a:hover, a:visited, a:link,a:active {
	text-decoration: none;
	color: #794346;
}
input, button, select, option, textarea {
	outline: none;
}
.fx {
	-webkit-transition: all .13s linear;
	-moz-transition: all .13s linear;
	transition: all .13s linear;
}
/* HEADER */
.navbar {
	width: 100%;
	background-color: #2C0D11;
	height: auto;
}
.navbar-dark .navbar-toggler {
	border-color: #ffffff;
	opacity: 0.5;
}
.navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.navbar .nav-item .nav-link:hover {
	color: #ffffff;
}
/* FOOTER */
footer {
	xposition: absolute; 
	xwidth: 100%;
	background-color: #F55336;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
}
footer a, footer a:hover {
	color: #FFFFFF;
}
footer .infos p {
  font-size: 19px;
  font-weight: 400;
}
footer .site-por {
	background-color: #DC4B31;
	height: 50px;
}
footer .site-por span {
	padding: 0 6px 0 0;
	font-weight: 300;
	letter-spacing: 0.1em;
}
footer .site-por img {
	margin-top: -6px;
}
/* FORMS */
fieldset legend, .page-titulo {
	position: relative;
	width: 100%;
	font-size: 1.5em;
	font-weight: 600;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 2.4rem;
	padding-bottom: .8rem;
	border-bottom: 1px #BBB solid;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
fieldset legend::after, .page-titulo::after {
	content: "";
	position: absolute;
	width: 44px;
	height: 3px;
	background: #794346;
	left: 0;
	bottom: -3px;
}
@media (min-width: 700px) {
	.grid-two {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1.8rem;
	}
	.grid-tree {
		display: grid;
		grid-template-columns: 2fr 1fr .5fr;
		column-gap: 1.8rem;
	}

    .grid .select-block + .input-block,.grid .input-block + .input-block {
		margin-top: 0;
	}
}
.input-block, .select-block, .textarea-block {
	position:relative;
}
.input-block input[type="file"] {
	cursor: pointer;
	height: 2.5rem;
}
.input-block input[type="file"]::-webkit-file-upload-button {
	height: 50px;
}
.custom-file-label {
	height: 2.5rem;
	margin: 0;
	border-radius: .25rem;
	border: 1px solid #ced4da;
	
	outline: 0;
}
.custom-file-label::after {
	height: 2.5rem;
	font-weight: 700;
	xcontent: "Procurar";
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem;
}
.subtitle {
	font-size: 1.4rem;
}
.observacao {
	display: block;
	background-color: #fff0da;
	border: 1px solid #ffa500;
	border-radius: 1rem;
	padding: 1rem;
	margin-bottom: 2rem;
}
.divisao-top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ced4da;
}
.has-error { 
	border:1px red solid;
}
.page-select {
	font-size: 16px;
	color: #F55336;
}
/*.divisao{margin: 18px 0;border-top: 1px solid #ced4da;border-bottom:1px solid #ced4da;}
.divisao ~ .divisao{border-top:none;}
.divisao label{height:50%;}
.divisao-bot{margin:18px 0;border-bottom:1px solid #ced4da;}
.observacao{font-size:1.5rem;}
.observacao .fa-ul{margin-bottom:0;margin-left:2.2em;}	
.observacao .fa-ul li{color:#4d8875;list-style-type:none !important;padding-left:0 !important;}
.observacao a, .observacao a:visited, .observacao a:hover, .observacao a:link, .observacao a:active{font-weight:600;color:#4d8875;}
.observacao ul li{list-style-type:disc;list-style-position:inside;padding-left:2rem;}
.observacao.destaque, .observacao.destaque ul li{font-weight:700;}
.buttons p {
	padding-top: 2rem;
}
*/
small {
	padding-left: 1rem;
	color: #9F9CA3 !important;
}
button {
	cursor: pointer;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}
button:focus {
	outline: 0;
}
.buttons button, .buttons a, .btn-big {
	width: 100%;
	height: 4rem;
	background: #F55336;
	color: #FFFFFF !important;
	border: 0;
	border-radius: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s; 
	margin-top :3.2rem;
}
.buttons button:hover, .btn-voltar:hover, .btn-big:hover {
	background-color: #DC4B31;
}

button:disabled, button[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	background-color: #f3f2f2;
	border: 1px solid #f3f2f2;
	color:#c0c0c0;
}
.btn-voltar {
	position: relative;
	background: #F55336;
	color: #ffffff !important;
	border: 0;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	border-radius: .8rem;	
	text-align: center;
	font-size: 12px;
	padding: 10px 4px;
}
.btn-voltar:hover {
	color: #ffffff !important;
}
.btn-voltar img {
	vertical-align: -2px;
	margin-right: 4px;
}
.btn-voltar.green, .btn-voltar.green:hover {
	background:#177941;
}

/* MAIN */
main {
	padding: 140px 0;
	overflow:auto;
}
.obrigatorio:after {
	content: " *";
	color: #E3051B;
}
.page {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	padding-top: 60px;
}
/*.page form */
.page .box, .page .box-full {
	width: 100%; 
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	border-top: 10px solid #794346;
	padding:40px;
}
.congrats p.red {
	font-size: 1.325em;
	margin: 5px 0;
	color: #E3051B;
}
.cwarning {
	display: inline-block;
	margin-bottom: 1.5rem;
	color: #FF290B;
	font-weight: 700;
	font-size: 1.3rem;
}
/* JURADOS */
.jurado-lista-categorias strong {
	display: block; 
	margin-bottom: 35px;
	font-size: 1.5em;
}
.jurado-lista-categorias ul {
	list-style: none; 
	padding: 0;
}
.jurado-lista-categorias ul a {
	color: #6D6D6D;
}
.jurado-lista-categorias ul a:hover {
	color: #000000;
}
.janela-de-aviso {
	width: 100%;
	position: relative;
	border: 1px #ffa500 solid;
	background: #fff0da;
	padding: 30px;
	margin-top: 40px;
	color: #666666;
	font-size: 1em;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	border-radius: .8rem;
}
.janela-de-aviso b {
	color: #333333;
}
.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;
	background-color: #0E4726;
	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-concluirnota {
	background-color: #EC321E;
}
.participante .btn-concluirnota:hover {
	background: #CE2411;
}
.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;
}
.log-box {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: .8rem;
	padding: 14px;
	line-height: initial;
	margin: 0 16px;
}
.log-info {
	font-size: 16px;
	font-weight: 600;
}
.log-btn {
	display: flex;
	background: #F55336;
	color: #ffffff;
	border: 0;
	border-radius: .8rem;
	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;
}
hr.linha-especial {
	width: 100%;
	background: #BBBBBB;
	height: 1px;
	border: 0;
	position: relative;
}
hr.linha-especial::after {
	content:""; 
	position: absolute;
	width: 44px;
	height: 3px;
	background: #F55336;
	left: 0;
	bottom: -2px;
}
/* Relatório */
.lista-pessoas .categoria {
	margin-top: 50px;
}
.lista-pessoas .categoria:first-child {
	margin: 0;
}
.lista-pessoas .categoria strong {
	color: #F55336;
	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;
	border: 2px #CCCCCC solid;
	text-align: center; 
	margin: 5px 0;
	color: #666666;
	line-height: 35px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}  
.paginacao .pag:hover,.paginacao .pag.active {
	color: #FFFFFF;
	background: #F55336;
	border-color: #F55336;
}
@media(min-width:992px){
}
@media(max-width:768px){
	.col-reverse {
		flex-direction: column-reverse;
	}
}

