.fonte-inter {
	font-family: inter;
}

/* .saudacao {
	padding-left: 210px;
}
 */
.saudacao-usuario {
	font-style: normal;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 2.438rem;
	/* max-width: fit-content; */
}

.saudacao-instrucao {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.75rem;
	margin-top: 0.875rem;
}

.modulos {
	color: #3D8BFD;
	margin-right: 30px;
	min-height: 34px;
	left: 16px;
}

.modulos:last-child{
	margin-right:0px;
}

@media (max-width: 600px)
{
	.modulos:last-child {
		margin-right: 30px;
	}
}

.modulos > div {
	margin-bottom: 22px;
	/*width: 254px;*/
}

.modulos p {
	font-size: 11px;
	font-weight: 400;
	line-height: 13, 31px;
	color: #009f91;
}

.modulos p:hover{
	color: #045c54;
}

.modulos p:last-child {
	font-size: 15px;
	font-weight: 600;
	color: #009f91;
	transition: 0.3s;
}

.modulos p:last-child:hover  {
	color: #045c54;
}

.modulos__opcao {
	font-size: 16px;
	font-weight: 600;
	color: #3D8BFD;
}

fieldset.portais-border {
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	padding: 0 1.4em 1.4em 1.4em;
	/* width: 220px; */
	/*height: 100%;*/
	left: 165px;
	top: 499px;
}

fieldset.portais-border.menu-modulos p {
	font-size: 13px;
	font-weight: 600;
}

legend.portais-border {
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	width: auto;
}


.menu-link {
	border-top: 0.5px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	text-align: left;
}

.menu-link i {
	color: #212529;
	font-size: 18px;
}

.menu-link a{
	text-decoration-line: underline !important;
	font-size: 0.75rem;
}

.menu-link p {
	color: #212529;
}
.menu-link .fas:before {
	content: "\f146";
	font-weight: 400;
}

.menu-link.collapsed .fas:before {
	content: "\f0fe";
	font-weight: 400;
}

.menu-sub-link .fas:before {
	content: "\f146";
	font-weight: 400;
}

.menu-sub-link.collapsed .fas:before {
	content: "\f0fe";
	font-weight: 400;
}

.menu-sub-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 15px;
	border-left: 4px solid #009f91;
	text-align: left;
	font-weight: 500 !important;
	color: #212529 !important;
	font-size: 13px !important;
}

.menu-sub-link i {
	color: #212529;
	font-size: 18px;
}

.menu-sub-link.child {
	background: #f3f3f3;
	/*font-weight: 500;*/
	/*color: #212529;*/
	/*font-size: 13px;*/
	padding: 1rem 30px;
	border-left: 2px solid #009f91;
}

.opcao-portais--permitido {
	border-left: 2px solid #009f91;
	border-right: 0.5px solid #009f91;
	border-top: 0.5px solid #009f91;
	border-bottom: 0.5px solid #009f91;
	border-radius: 0.25rem;
	background:#eeffee;
}

.opcao-portais--permitido:hover {
	top:-2px;
	/*box-shadow:2px 2px 3px rgba(0, 0, 0, .5);*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.07),
				0 2px 4px rgba(0,0,0,0.07),
				0 4px 8px rgba(0,0,0,0.07),
				0 8px 16px rgba(0,0,0,0.07),
				0 16px 32px rgba(0,0,0,0.07),
				0 32px 64px rgba(0,0,0,0.07);
	transition: all .2s ease-in-out;
}

.opcao-portais--permitido a{
	text-decoration-line: underline !important;
	font-size: 0.75rem;
	color: #009f91 !important;
}

.opcao-portais--permitido p {
	font-weight: 700;
	font-size: 20px;
	color: #3F444A;
}

.opcao-portais--proibido {
	border-left: 2px solid #009f91;
	/*border-top: 0.5px solid #dee2e6;*/
	/*padding: 15px;*/
}

.opcao-portais--proibido p {
	/*font-weight: 600;*/
	/*font-size: 15px;*/
	/*color: #212529;*/
	font-weight: 700;
	font-size: 20px;
	color: #3F444A;
}

.opcao-portais--proibido span {
	font-size: 0.75rem;
	color: #A6A6A6;
}

.menu-list {
	padding-left: 0;
	margin-bottom: 0;
}

.menu-list {
	padding-left: 0;
	/*background: #e9e9e9;*/
	/*margin-left: -5px;*/
	/*margin-right: -15px;*/
}

.menu-list .menu-item {
	/*border-left: 2px solid #009f91;*/
	border-top: 0.5px solid #dee2e6;
	/*padding-top: 15px;*/
	/*padding-left: 5px;*/
	/*padding-right: 15px;*/
}

.menu-list .menu-item p {
	font-weight: 500 !important;
	/*font-size: 15px;*/
	color: #212529;
}

.img-cadeado {
	width: 6%;
}

.with-out-border-top {
	border-top: none !important;
}

.mensagemSemDados{
	margin-top: 50px;
	font-size: 13px;
}
.bg-lighter{
	background-color: #efefef2e!important;
}

div.col-md-3:has(.menu-modulos){
	padding-left:0px!important;
}

.font-primary {
	font-size: 1.4rem;
	font-weight: 500;
    line-height: 1.2;
	font-family: 'Nunito', sans-serif;
	margin: 0;
	padding: 0;
}

.font-secondary {
	font-size: 1rem;
	line-height: 1.2;
	font-family: 'Nunito', sans-serif;
	margin: 0;
	padding: 0;
}

.card-graph {
	display: flex;
	flex-direction: column;
	background-color: white;
	padding: 18px 32px;
	border-radius: 8px;
	gap: 16px;
	height: 100%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.04));
}
