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

.saudacao-usuario {
	font-style: normal;
	font-weight: 600;
	font-size: 2rem;
	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: #007bff;	
}

.modulos p:last-child {
	font-size: 16px;
	font-weight: 600;
	color: #007bff;
	transition: 0.3s;
}

.modulos p:last-child:hover {
	color: #10449c;
}

.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: 255px;
	left: 165px;
	top: 499px;
}

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



.opcao-portais--permitido {
	border-left: 2px solid #007bff;
	border-right: 0.5px solid #007bff;
	border-top: 0.5px solid #007bff;
	border-bottom: 0.5px solid #007bff;
	border-radius: 0.25rem;
	background:#e3f8ff;
}

.opcao-portais--permitido:hover {
	top:-2px;
	box-shadow:2px 2px 3px rgba(0, 0, 0, .5);
	transition: all .2s ease-in-out;
}

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

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


.opcao-portais--proibido {
	border-left: 2px solid #007bff;
}

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

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


.img-cadeado {
	width: 6%;
}