header div{
	margin-top: 20px !important;
}
header span{
	background-color: var(--secundaria-bkg);
	border-radius: 5px 5px 0px 0px;
	border-bottom: 4px solid var(--head-brd);
	color: var(--secundaria-txt);
	font-weight: bold;
	margin: 4% 1% 0% 1%;
	padding: 3% 4% 4% 4%;
	cursor: pointer;
	display: inline-block;
}

nav div{
    margin: 0px !important;
    padding-left: 5% !important;
}
.navbar-fixed-top{
    background: transparent;
    border-bottom: 4px solid var(--head-brd);
}
.navbar-nav > li > a{
    color: #eee !important;
}
.navbar {
  transition: background 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
	display: none !important;
}
.navbar.scrolled {
  background: var(--head-bkg);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: flex !important;
}

#qrContainer {
  margin-top: 20px;
  text-align: center;
}
#resposta {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
}

#graficoDesempenho{
	max-width: 400px;
	max-height: 400px;
}
.grafico-container { max-width: 600px; margin: 0 auto 30px; }

.cont{
	flex-wrap: wrap;
	display: flex;
}
.cont_nowrap{
	flex-wrap: wrap;
	display: flex;
}
.cont_list{
	font-size: 16px;
	margin: 0px;
	padding: 5px 5px 5px 20px;
}
.cont_list:hover{
	background: #8ae9aa;
}
.cont_list:hover .txt_list{
	color: #111;
}
.cont_sel{
	border-right: 7px solid #8ae9aa;
}
.img_list, .txt_list{
	display: inline-block;
}
.txt_list{
	color: #8ae9aa;
}
.divisor_list{
	background: #8ae9aa6f;
	border: none;
	height: 1px;
	margin: 0px;
}
.menu{
  max-width: 600px;
  margin: auto;
  background: white;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu div{
  border-bottom: 5px solid #469c62;
  color: #469c62;
  margin: 0px 10px 0px 10px;
  padding: 30px 10px 30px 10px;
  cursor: pointer;
  display: inline-block;
}
.logo{
  background-color: #f6f6f6;
  border-bottom: none !important;
  border-left: 2px solid #469c62;
  border-radius: 0px 8px 8px 0px;
  height: 100%;
  margin: 0px !important;
  padding: 25px 0px 25px 0px !important;
  float: right;
}
.sel{
  background-color: #babd63 !important;
  color: #606224 !important;
  margin-bottom: 0px !important;
  padding-top: 1% !important;
  padding-bottom: 1% !important;
  align-self: self-end;
}
.logo img{
  max-height: 30px;
}
.logo span{
  color: #fff;
  margin: 0px 15px 0px 15px;
}
.corpo{
	background: #ddd;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	max-width: 90%;
	padding: 0px;
}
.corpo2{
	background: transparent;
	border-radius: 3px;
	min-height: 100%;
	max-width: 70%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 10px 10px;
}
.painel{
	background: var(--painel-bkg);
	border-radius: 5px;
	min-height: 100%;
	margin-top: 10px;
	padding: 10px;
}
.painel_head{
	align-items: stretch;
	flex-wrap: wrap;
	display: flex;
}
.painel_head div{
	background-color: var(--painel-head-bkg);
	border-left: var(--painel-head-brd);
	border-radius: 0px 3px 3px 0px;
	padding: 10px;
}
.painel_head .f_bright{
	border-left: none;
	border-right: var(--painel-head-brd);
	border-radius: 3px 0px 0px 3px;
}
.painel table{
  font-size: 9px;
}
.painel_2{
  max-width: 800px;
  margin: auto;
  background: white;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.painel > .painel_2, .painel_2 > .painel_2{
	background-color: #cacaca;
}
.box_dark{
	background: var(--box-bkg-drk);
	border-radius: 3px;
	margin: 3px;
	padding: 5px;
}
.box_dark .box_tit{
	color: #eee;
}
.box{
	background: var(--box-bkg);
	border-radius: 3px;
	margin: 3px;
	padding: 5px;
}
.box_grande{
	background: var(--box-bkg);
	border-radius: 3px;
	width: 75%;
	margin: 3px;
	padding: 5px;
}
.box_medio{
	background: var(--box-bkg);
	border-radius: 3px;
	width: 50%;
	margin: 3px;
	padding: 5px;
}
.box_mini{
	background: var(--box-bkg);
	border-radius: 3px;
	width: 35%;
	margin: 3px;
	padding: 5px;
}
.box_tit{
	background-color: var(--box-tit-bkg);
	border-bottom: var(--box-brd);
	border-top: none;
	border-left: none;
	border-radius: 0px;
	color: var(--box-tit-txt);
	font-size: 16px;
	font-weight: bold;
	max-height: 30px;
	padding: 3px;
	padding-bottom: 0px;
	overflow: hidden;
}
.box_tit_2{
	background: var(--box-tit2-bkg);
	color: var(--box-tit2-txt);
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	max-height: 30px;
	padding: 3px;
	overflow: hidden;
}
.box_tith{
	background: var(--box-tith-bkg);
	color: var(--box-tith-txt);
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
}
.box_tit_txt{
	margin-top: 5px;
	display: inline-block;
}

.box_cont{
	background: var(--box-cont-bkg);
	border-radius: 0px 0px 3px 3px;
	color: var(--box-cont-txt);
	text-align: center;
	margin: 2px;
	padding: 3px;
}
.box_cont_2{
	background: transparent;
	border-radius: 0px 0px 3px 3px;
	color: #eee;
	text-align: center;
	margin: 2px;
	padding: 3px;
}
.box_cont table{
	border-spacing: 0px;
	height: 100%;
	width: 100%;
}
.box_cont table thead th{
	border: 1px solid var(--box-table-th);
	border-radius: 3px;
	color: #fff;
}
.box_cont table tbody td{
	background-color: transparent;
	border: 1px solid var(--box-table-td);
	border-radius: 3px;
}
.box_list_cont{
	display: flex;
}
.box_list_cont ul{
	margin: 0px;
	padding: 0px;
}
.box_list_cont ul li{
	background-color: var(--box-list-li);
	border-radius: 3px;
	list-style: none;
	vertical-align: middle;
	margin: 3px;
	padding: 3px 12px;
}
.box_list_cont ul li b{
	color: var(--box-list-bold);
	display: inline-block;
}

.box_marg{
	margin: 3px;
	padding: 5px;
}
.box_atencao{
	background-color: #9b993f;
	border-color: #9b993f;
	color: #1e1e1e;
}
.box_atv{
	background-color: #96cf72;
	border: 2px solid #375d28;
	color: #1e1e1e;
}
.box_destaque{
	background: var(--box-destaque);
	border-radius: 3px;
	margin: 3px;
	padding: 1px 0px;
}
.box_tit_destaque{
	background-color: var(--box-destaque);
	border-radius:  5px 0px 0px 5px;
	padding: 10px;
}
.box_desativo{
	background: #a8a8a8;
	border-color: #555555 !important;
	border-radius: 3px;
	margin: 3px;
	padding: 5px;
	cursor: not-allowed !important;
}
.box_desativo select,.box_desativo button,.box_desativo input{
	background-color: #868686 !important;
}

.box_img_PP img, .box_img_P img, .box_img_M img, .box_img_G img, .box_img_GG img{
	border-radius: 5px;
}
.box_img_PP img{
  max-width: 50px;
}
.box_img_P img{
  max-width: 70px;
}
.box_img_M img{
  max-width: 120px;
}
.box_img_G img{
  max-width: 160px;
}
.box_img_GG img{
  max-width: 200px;
}

.bord_destaque{
	border: 2px solid var(--box-destaque);
	border-radius: 3px;
}
.bord_box{
	border: 1px solid #777;
}
.bord_bot_dash{
	border-bottom: 1px dashed #000;
}
.bord_none{
	border: none !important;
}
.sublin{
	text-decoration: underline #1d9946; 
}
.sublin_2{
	text-decoration: underline #fff; 
}
.invisivel{
	background-color: transparent !important;
	border-color: transparent !important;
	color: transparent !important;
}
.bloquear{
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.ntf{
  background-color: #ffd484;
  border: 2px solid #f1a10d;
  border-radius: 100px;
  height: 7px;
  width: 7px;
  display: inline-block;
}
.ntf_ntv{
  background-color: #ff7878;
  border: 2px solid #d90a0a;
  border-radius: 100px;
  height: 7px;
  width: 7px;
  display: inline-block;
}
#back_load{
	background-color: var(--corpo-load-bkg);
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 999;
	display: block;
}
#back_load div:nth-child(1){
	top: 40%;
	position: relative;
	transform: translateY(-50%);
}
#back_load i{
	font-size: 18px;
	color: #818181;
}
#back_load img{
	max-width: 70px;
}
#load_txt{
  font-style: italic; 
  color: #919191;
  font-size: 10px;
}
.box_carregando{
	border-radius: 5px;
	font-size: 2px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	animation: carregando 1s infinite alternate;
}
.box_carregando div{
	border: none;
	border-radius: 3px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.box_carregando div:nth-child(1){
	background-color: #0083ef7c;
	width: 10%;
	animation: carregando-box-1 1s infinite alternate;
}
.box_carregando div:nth-child(2){
	background-color: #0787ffc2;
	width: 50%;
	animation: carregando-box-2 2s infinite alternate;
}
.box_carregando div:nth-child(3){
	background-color: #95d8ffc2;
	width: 80%;
	animation: carregando-box-3 1s infinite alternate;
}

@keyframes carregando{
	from{
		background-color: #3caaff;
	}
	to{
		background-color: #2e5871;
	}
}
@keyframes carregando-box-1{
	from{
		width: 5%;
	}
	to{
		width: 10%;
	}
}
@keyframes carregando-box-2{
	from{
		width: 30%;
	}
	to{
		width: 5%;
	}
}
@keyframes carregando-box-3{
	from{
		width: 5%;
	}
	to{
		width: 50%;
	}
}

.back_atencao{
	background: #cecb2e !important;
	border-color: #5f5e32 !important;
	color: #2d2c1b /*#fbfa9a*/ !important;
}
.back_positivo{
	background: #73c46c !important;
	border-color: #415931 !important;
	color: #26371b !important;
}
.back_negativo{
	background: #cf5252 !important;
	border-color: #552626 !important;
	color: #351818 !important;
}
.back_aviso{
	background: #ff9c9c !important;
	border-color: #b15353 !important;
	color: #4d2323 !important;
}
.back_lite{
	background: #e1e1e1;
	border-color: #6a6a6a;
	color: #2a2a2a;
}
.back_luz{
	filter: drop-shadow(0px 0px 3px #ffffff1c);
}

.f_lin{
	flex-direction: row;
}
.f_col{
	flex-direction: column;
}
.f_grow{
	flex-grow: 1;
}
.f_grow2{
	flex-grow: 2;
}
.f_shrink{
	flex-shrink: 1;
}
.f_bas_110{
	flex-basis: 110px;
}
.f_stre{
	align-items: stretch;
}
.f_bspac{
	justify-content: space-between;
	align-items: center;
}
.f_bcent{
	justify-content: center;
	align-content: center;
	align-items: center;
}
.f_bstre{
	justify-content: center;
	align-items: stretch;
}
.f_bstar{
	align-items: flex-start;
}
.f_bend{
	align-content: flex-end;
}
.f_bright{
	margin-left: auto;
}

.circ{
	border-radius: 100px;
}
.font_PP{
	font-size: 10px;
}
.font_P{
	font-size: 12px;
}
.font_M{
	font-size: 14px;
}
.font_G{
	font-size: 24px;
}
.font_GG{
	font-size: 40px;
}
.font_bold{
	font-weight: bold;
}
.font_pad{
	font-weight: lighter;
}
.font_lite{
  opacity: 60%;
}
.font_ptv{
	font-weight: bold;
	color: #1d9946;
}
.font_ntv{
	font-weight: bold;
	color: #f04e4e;
}
.font_atc{
	color: var(--font-atc);
}
.font_avs{
	color: #77730c;
}
.txt_risc{
	text-decoration: line-through
}
.txt_avs{
	color: #a42222;
}
.txt_lmt{
  white-space: nowrap;         /* Impede quebra de linha */
  overflow: hidden;            /* Esconde o excesso de texto */
  text-overflow: ellipsis;     /* Adiciona "..." no final */
}
.txt_out{
	display: none;
}
.txt_houver:hover .txt_int{
	display: none;
}
.txt_houver:hover .txt_out{
	display: block;
}
.link_sel{
	text-decoration: line-through;
}
.centx{
  text-align: center;
}
.centy{
  vertical-align: middle;
}
.tr_1{
  background-color: #eaeaea;
}
.tr_2{
  background-color: #9b9b9b;
}
.circulo_P{
	border-radius: 100px;
	height: 10px;
	width: 10px;
	display: inline-block;
}
.circulo_M{
	border-radius: 100px;
	height: 30px;
	width: 30px;
	display: inline-block;
}
.circulo_G{
	border-radius: 100px;
	height: 50px;
	width: 50px;
	display: inline-block;
}
.circulo_GG{
	border-radius: 100px;
	height: 70px;
	width: 70px;
	display: inline-block;
}
.icon_PP{
	max-height: 15px;
}
.icon_P{
	max-height: 20px;
}
.icon_M{
	max-height: 34px;
}
.icon_G{
	max-height: 60px;
}
.icon_GG{
	max-height: 90px;
}
.icon_XG{
	max-height: 150px;
}
.icon_branco{
	filter: brightness(0) invert(1);
}
.align_l{
	text-align: left;
}
.align_r{
	text-align: right;
}
.centx{
	text-align: center;
}
.marg_5{
	margin: 5px;
}
.marg_10{
	margin: 10px;
}
.marg_20{
	margin: 20px;
}
.marg_t_30{
	margin-top: 30px;
}
.marg_t_40{
	margin-top: 40px;
}
.marg_t_50{
	margin-top: 50px;
}
.marg_.txt_avs{
	color: #a42222;
}
.link_sel{
	text-decoration: line-through;
}
.padd_t_0{
	padding-top: 0px !important;
}
.padd_5{
	padding: 5px;
}
.padd_10{
	padding: 10px;
}
.padd_20{
	padding: 20px;
}
.padd_30{
	padding: 30px;
}
.padd_40{
	padding: 40px;
}
.padd_box{
	box-sizing: border-box;
}
.pointer{
	cursor: pointer;
}
.h_100{
	height: 100%;
}
.h_80{
	height: 80%;
}
.w_100{
	width: 100%;
}
.w_90{
	width: 90%;
}
.w_70{
	width: 70%;
}
.w_60{
	width: 60%;
}
.w_50{
	width: 50%;
}
.w_40{
	width: 40%;
}
.w_30{
	width: 30%;
}
.w_max_10{
	max-width: 10%;
}
.w_max_20{
	max-width: 20%;
}
.w_max_30{
	max-width: 30%;
}
.w_max_40{
	max-width: 40%;
}
.w_max_50{
	max-width: 50%;
}
.p_rel{
	position: relative;
}
.scroll_y_P{
	max-height: 70px;
	position: relative;
	overflow-y: auto;
}
.scroll_y_M{
	max-height: 140px;
	position: relative;
	overflow-y: auto;
}
.scroll_y_G{
	max-height: 300px;
	position: relative;
	overflow-y: auto;
}
.scroll_y_GG{
	max-height: 550px;
	position: relative;
	overflow-y: auto;
}
.float_r{
	float: right;
}
.float_l{
	float: left;
}
.pointer{
	cursor: pointer;
}
.blur_5{
	filter: blur(5px);
}
.blur_10{
	filter: blur(10px);
}
.absolute{
	position: absolute;
}
.dpl_inBlock{
	display: inline-block;
}
.dpl_none{
	display: none;
}
.selecao{
	cursor: pointer;
}
.selecao:hover{
	background-color: #1d9946;
	color: #111;
	filter: brightness(2);
}
.select_none{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.ocultar{
	filter: blur(3px);
}

.arrow {
  font-size: 2rem;
  color: #e7e3d0;
  margin-top: 2rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}
.logo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 60px;
  opacity: 0.8;
  filter: brightness(0) invert(1);
}

/* IFRAMES */
#pag_inicial iframe{
  border: none;
  width: 100vw;  /* 100% da largura da tela */
  min-height: 820vh; /* 100% da altura da tela */
  top: 0px;
  position: relative;
  overflow: hidden;
  display: block; /* remove espaçamento embaixo */
}
#pag_inicial .overlay {
    left: 0;
    top: 810%;
    height: 150px;
    background: #001f3f;
    pointer-events: none;
    position: absolute;
	z-index: 10;
}
#pag_aulas iframe{
  border: none;
  width: 100vw;  /* 100% da largura da tela */
  min-height: 431vh; /* 100% da altura da tela */
  top: 0px;
  position: relative;
  overflow: hidden;
  display: block; /* remove espaçamento embaixo */
}
#pag_aulas .overlay {
    left: 0;
    top: 415%;
    height: 200px;
    background: #001f3f;
    pointer-events: none;
    position: absolute;
	z-index: 10;
}

@media (min-width: 800px) {
    #main{
        padding: 0 10%;
    }
}
@media (max-width: 768px) {
	header{
		max-width: 100%;
	}
	header .banner{
		border-radius: 0px;
	}
    .container .navbar-header{
        flex-direction: row;
        flex-wrap: wrap;
	    display: flex;
    }
    .navbar.navbar-transparent{ 
        display: none;
    }
    .title-logo-wrapper{
        flex-grow: 1;
    }
    #main{
        padding: 0px !important;
    }
    #main-navigation{
        background-color: #02172d;
        max-height: 100% !important;
    }
    .navbar.navbar-fixed-top .navbar-collapse{
        margin-top: 15px !important;
        position: relative;
    }
	.corpo2{
		max-width: 90%;
	}
	.hero-content {
		flex-direction: column;
		text-align: center;
	}
	.hero-text {
		border-left: none;
		padding-left: 0;
	}
	.name {
		font-size: 2rem;
	}
	.title {
		font-size: 1.2rem;
	}
	.logo {
		max-height: 50px;
		width: auto;
		margin: 50% auto;
		position: static;
		filter: brightness(0) invert(1);
	}
	#pag_inicial iframe {
		border: none;
		width: 100vw;
		min-height: 388vw;
		top: 0px;
		position: relative;
		overflow: hidden;
		display: block;
	}
	#pag_inicial .overlay {
		left: 0;
		top: 377vw;
		height: 150px;
		background: #001f3f;
		pointer-events: none;
		position: absolute;
		z-index: 10;
	}
	#pag_aulas iframe {
		border: none;
		width: 100vw;
		min-height: 205vw;
		top: 0px;
		position: relative;
		overflow: hidden;
		display: block;
	}
	#pag_aulas .overlay {
		left: 0;
		top: 192vw;
		height: 100px;
		background: #001f3f;
		pointer-events: none;
		position: absolute;
		z-index: 10;
	}
}

/* LIVROS */
.page-header{
	margin: 0px 30px !important;
}
.header-filter{
    border-radius: 0px 0px 5px 5px;
    height: 200px;
}
.header-filter::before{
	background-color: transparent !important;
}
.page-header .container{
	display: none !important;
}
.woocommerce.archive .main{
    margin-top: -100px;
}
.shop-item-title-link{
	color: #eee !important;
}
.card{
    background-color: #2b2b2d;
}
.category a{
	background: #babd63;
	border-radius: 4px;
	margin: 2px;
	padding: 3px;
	color: #3b3e11 !important;
}
.price{
	background: #eee !important;
	border-radius: 4px;
	text-align: center !important;
	padding: 5px;
}
.fa-cart-plus:before{
	color: #eee;
	font-size: 30px
}

/* AULAS */
.lms-search-btn{
	margin: 0px 5px !important;
	padding: 0px 10px !important;
}