.BNCC_modal, .BNCC_modal::before, .BNCC_modal::after {
  box-sizing: border-box;
}

.BNCC_modal select {
	 appearance: none;
	 background-color: transparent;
	 border: none;
	 padding: 0 1em 0 0;
	 margin: 0;
	 width: 100%;
	 font-family: inherit;
	 font-size: inherit;
	 cursor: inherit;
	 line-height: inherit;
	 z-index: 1;
	 outline: none;
}
.BNCC_modal select::-ms-expand {
	 display: none;
}
.BNCC_modal .select {
	 display: grid;
	 grid-template-areas: "select";
	 align-items: center;
	 position: relative;
	 min-width: 15ch;
	 max-width: 30ch;
	 border: 1px solid #777;
	 border-radius: 0.25em;
	 padding: 0.2em 0.4em;
	 font-size: 1.1rem;
	 cursor: pointer;
	 line-height: 1.1;
	 background-color: #fff;
	 background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.BNCC_modal .select select, .select::after {
	 grid-area: select;
}
.BNCC_modal .select:not(.select--multiple)::after {
	 content: "";
	 justify-self: end;
	 width: 0.8em;
	 height: 0.5em;
	 background-color: #777;
	 clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.BNCC_modal select:focus + .focus {
	 position: absolute;
	 top: -1px;
	 left: -1px;
	 right: -1px;
	 bottom: -1px;
	 border: 2px solid #468000;
	 border-radius: inherit;
}
.BNCC_modal .select--disabled {
	 cursor: not-allowed;
	 background-color: #eee;
	 background-image: linear-gradient(to top, #ddd, #eee 33%);
}
 .BNCC_modal label {
	 font-size: 1.125rem;
	 font-weight: 500;
	 color: #468000;
}
.BNCC_modal .select + label {
	 margin-top: 2rem;
}
.btnBNCC {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana !important;
	font-size:13px !important;
	font-weight:bold !important;
	padding:6px 12px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #5b8a3c !important;
}
.btnBNCC:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.btnBNCC:active {
	position:relative;
	top:1px;
}




.BNCC_app {
  width: 100%;
  font-family: "Lato", sans-serif;
}
.BNCC_detalhes {
  display: none;
  width: 100%;
  font-family: "Lato", sans-serif;
}
.BNCC_habilidades{
	display: none;
	margin-top: 1rem;
}
.BNCC_habilidade {
	text-align: justify;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
	padding: 0.3rem;
	cursor: pointer;
}
.BNCC_habilidade:hover{
	background-color: #e6ffc7;	
}
.BNCC_habilidade:not(:last-child){
	border-bottom: 1px solid #468000;
}
.BNCC_hCod {
	display: inline;
	margin-right: 0.5rem;
	font-weight: bold;
	color: #468000;
	text-align: justify;
}
.BNCC_hDesc {
	display: inline;
	text-align: justify;
}
.BNCC_toolbar {
	font-size: 1.2rem;
	color: #468000;
	margin-bottom: 1.2rem;
}
.BNCC_toolbar>div {
	display: inline;
	margin: 1rem;
	margin-left: 0;
	cursor: pointer;
}
.BNCC_toolbar>div:first-child {
	display: inline;
	margin: 1rem;
	margin-left: 0;
	border-bottom: 3px solid #468000;
	font-weight: bold;
}
#BNCC_codigo{
     display: grid;
     grid-template-areas: "select";
     align-items: center;
     position: relative;
     min-width: 15ch;
     max-width: 30ch;
	 outline: none;
     border: 1px solid #777;
     border-radius: 0.25em;
     padding: 0.2em 0.4em;
     font-size: 1.2rem;
	 font-weight: normal;
     line-height: 1.1;
     background-color: #fff;
     background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

#BNCC_codigo:focus {
	 border: 2px solid #468000;
	 border-radius: 0.25em;
}
.BNCC_digitar {
    display: none;
}
.BNCC_descricao {
	text-align: justify;
}
.BNCC_descricao, .BNCC_objetos, .BNCC_conteudos, .BNCC_unidade {
    margin-bottom: 1rem;
}
.BNCC_funcoes {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.BNCC_funcoes > div {
	display: inline-block;
	width: 50%;
}
.BNCC_funcoes > div:last-child {
	text-align: right;
}
.BNCC_modal h2 {
	margin: 0px;
	padding: 0px;
	color: #468000;
}
#BNCC_textarea {
	display: none;
}

.BNCCinf_modal, .BNCCinf_modal::before, .BNCCinf_modal::after {
  box-sizing: border-box;
}

.BNCCinf_modal select {
	 appearance: none;
	 background-color: transparent;
	 border: none;
	 padding: 0 1em 0 0;
	 margin: 0;
	 width: 100%;
	 font-family: inherit;
	 font-size: inherit;
	 cursor: inherit;
	 line-height: inherit;
	 z-index: 1;
	 outline: none;
}
.BNCCinf_modal select::-ms-expand {
	 display: none;
}
.BNCCinf_modal .select {
	 display: grid;
	 grid-template-areas: "select";
	 align-items: center;
	 position: relative;
	 min-width: 15ch;
	 max-width: 30ch;
	 border: 1px solid #777;
	 border-radius: 0.25em;
	 padding: 0.2em 0.4em;
	 font-size: 1.1rem;
	 cursor: pointer;
	 line-height: 1.1;
	 background-color: #fff;
	 background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.BNCCinf_modal .select select, .select::after {
	 grid-area: select;
}
.BNCCinf_modal .select:not(.select--multiple)::after {
	 content: "";
	 justify-self: end;
	 width: 0.8em;
	 height: 0.5em;
	 background-color: #777;
	 clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.BNCCinf_modal select:focus + .focus {
	 position: absolute;
	 top: -1px;
	 left: -1px;
	 right: -1px;
	 bottom: -1px;
	 border: 2px solid #468000;
	 border-radius: inherit;
}
.BNCCinf_modal .select--disabled {
	 cursor: not-allowed;
	 background-color: #eee;
	 background-image: linear-gradient(to top, #ddd, #eee 33%);
}
 .BNCCinf_modal label {
	 font-size: 1.125rem;
	 font-weight: 500;
	 color: #468000;
}
.BNCCinf_modal .select + label {
	 margin-top: 2rem;
}

.BNCCinf_app {
  width: 100%;
  font-family: "Lato", sans-serif;
}
.BNCCinf_detalhes {
  display: none;
  width: 100%;
  font-family: "Lato", sans-serif;
}
.BNCCinf_habilidades{
	display: none;
	margin-top: 1rem;
}
.BNCCinf_habilidade {
	text-align: justify;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
	padding: 0.3rem;
	cursor: pointer;
}
.BNCCinf_habilidade:hover{
	background-color: #e6ffc7;	
}
.BNCCinf_habilidade:not(:last-child){
	border-bottom: 1px solid #468000;
}
.BNCCinf_hCod {
	display: inline;
	margin-right: 0.5rem;
	font-weight: bold;
	color: #468000;
	text-align: justify;
}
.BNCCinf_hDesc {
	display: inline;
	text-align: justify;
}
.BNCCinf_toolbar {
	font-size: 1.2rem;
	color: #468000;
	margin-bottom: 1.2rem;
}
.BNCCinf_toolbar>div {
	display: inline;
	margin: 1rem;
	margin-left: 0;
	cursor: pointer;
}
.BNCCinf_toolbar>div:first-child {
	display: inline;
	margin: 1rem;
	margin-left: 0;
	border-bottom: 3px solid #468000;
	font-weight: bold;
}
#BNCCinf_codigo{
     display: grid;
     grid-template-areas: "select";
     align-items: center;
     position: relative;
     min-width: 15ch;
     max-width: 30ch;
	 outline: none;
     border: 1px solid #777;
     border-radius: 0.25em;
     padding: 0.2em 0.4em;
     font-size: 1.2rem;
	 font-weight: normal;
     line-height: 1.1;
     background-color: #fff;
     background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

#BNCCinf_codigo:focus {
	 border: 2px solid #468000;
	 border-radius: 0.25em;
}
.BNCCinf_digitar {
    display: none;
}
.BNCCinf_descricao {
	text-align: justify;
}
.BNCCinf_descricao, .BNCCinf_objetos, .BNCCinf_conteudos, .BNCCinf_unidade {
    margin-bottom: 1rem;
}
.BNCCinf_funcoes {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.BNCCinf_funcoes > div {
	display: inline-block;
	width: 50%;
}
.BNCCinf_funcoes > div:last-child {
	text-align: right;
}
.BNCCinf_modal h2 {
	margin: 0px;
	padding: 0px;
	color: #468000;
}
#BNCCinf_textarea {
	display: none;
}