/*
	Cor padrão: rgba(119,136,153, 0.7);
*/
:root {
	--cor-padrao: rgba(119, 136, 153, 0.7);
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: verdana;
	font-size: 16px;
	text-decoration: none;
}

.info {
	background-color: rgba(0, 255, 0, .5);
	color: white;
	padding: 10px;
	width: 90%;
	border-radius: 10px;
}

.dados {
	border-bottom: 1px solid #ccc;
	width: 40%;
}

.dados-100 {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.row {
	margin: 0 auto;
	width: 90%;
	display: flex;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tituloEncaminhado {
	width: 90%;
	background-color: var(--cor-padrao);
	padding: 10px;
	border-radius: 10px;
	color: white;
}

.topo {
	display: flex;
	width: 100%;
	padding: 0px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	gap: 10px;
	width: 40%;
}

.logo img {
	width: 80px;
}

.logo h1 {
	font-family: "arial narrow";
	font-size: 20px;
	color: #003663;
}

.logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 20%;
}

.logos img {
	width: 80px;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}

.menu ul {
	list-style: none;
	display: flex;
	justify-content: end;
	gap: 20px;
	padding-right: 20px;
	width: 100%;
	z-index: 10;
}

.menu ul li {
	display: inline-block;
}

.menu li a {
	display: block;
	padding: 5px 10px;
	text-transform: capitalize;
	color: #003663;
	font-weight: 600;
	transition: .5s;
}

.menu li a:hover {
	background-color: rgba(119,136,153, 0.7);
	color: white;
}

.subdropdown {
	position: absolute;
	display:  none;
	background-color: white;
	z-index: 10;
}

.dropdown:hover {
	background-color: rgba(119,136,153, 0.7);
}

.dropdown:hover .link1 {
	color: white;
}

.dropdown:hover .subdropdown {
	display: block;
}

.meio-inicial {
	display: grid;
	grid-template-columns: 3fr 1fr;
	padding: 10px;
	gap: 10px;
	height: 70vh;
}

.esquerda {
	display: flex;
	justify-content: center;
	align-items: center;
}

.esquerda div img {
	width: 200px;
	margin: 10px;
}

.direita {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	border-left: 1px solid #ccc;
}

.direita div {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.botoesInicial {
	padding: 10px;
	color: white;
	border: none;
	min-width: 200px;
	cursor: pointer;
}

button.plataforma {
	background-color: #00ADEE;
}

button.plataforma:hover {
	background-color: #00adeecc;
}

button.ecard {
	padding: 10px;
	background-color: #006837;
}

button.ecard:hover {
	background-color: #006837cc;
}

.flex {
	display: flex;
	gap: 20px;
}

.flex-coluna {
	display: flex;
	flex-direction: column;
}

.flex-linha {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.plataforma-esquerda {
	width: 70%;
	display: grid;
	grid-template-rows: 1fr 3fr;
	padding: 20px 80px;
}

.plataforma-esquerda h1 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
}

.plataforma-esquerda p {
	text-align: justify;
	line-height: 25px;
	text-indent: 30px;
	letter-spacing: 1px;;
}

.plataforma-direita {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #ccc;
}

.sobreposicao {
	background-color: rgba(119,136,153, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	backdrop-filter: blur(2px);

}

.plataforma-direita fieldset {
	border: none;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}

.plataforma-direita fieldset p {
	font-weight: 600;
	text-shadow: 0px 0px 10px white;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.ecard {
	display: flex;
	flex-direction: column;
	width: 100px;
	background-color: var(--cor-padrao);
	padding: 5px 5px;
	text-align: center;
}

.ecard a {
	color: white;
	text-decoration: none;
	font-size: 10px;
}

.ecard a b {
	font-size: 12px;
}

.meio {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 20px;
}

.acessoNegado {
	width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	margin-bottom: 200px;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.acessoNegado p {
	font-weight: bold;
	font-size: 16px	;
}

.acessoNegado .botao {
	width: 100%;
	font-size: 12px;

}

.organizador {
	width: 340px;
	border-radius: 20px;
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
}

.organizador-topo {
	border-radius: 20px 20px 0px 0px;
	padding: 20px;
	background-color: white;
	color: #003663;
	text-align: center;
}

.organizador-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	gap: 20px;
}

.organizador-rodape {
	display: flex;
	justify-content: center;
	background-color: none;
	border-radius: 0px 0px 20px 20px;
	padding: 20px;
}

.organizador fieldset {
	border-radius: 20px;
	padding: 10px;	
	border: none;
}

.organizador fieldset legend {
	font-weight: bold;
}

.organizador p {
	font-weight: bold;
	padding-bottom: 10px;
}

.painel {
	width: 90%;
	border-radius: 20px;
}

.painel-topo {
	width: 100%;
	background-color: white;
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
	color: #003663;
	font-weight: bold;
}

.painel-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	padding: 10px;
	border: 1px solid black;
}

.painel-content table {
	border-collapse: collapse;
	width: 100%;
}

.linha-cabecalho {
	background-color: rgba(119,136,153, 1);
	color: white;
	font-weight: 600;
}

.linha-item {
	border-bottom: 1px solid black;
}

.linha-cabecalho td, .linha-item td {
	padding: 5px;
}

.painel-rodape {
	width: 100%;
	background-color: none;
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
}

.painel-topo .infoUsuario {
	font-size: 12px;
	font-weight: normal;
}

.rodape {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5vh;
	background-color: white;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
}

.flex-coluna {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

/*--------------------------
formatação de formulários
--------------------------*/

.form-padrao fieldset {
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(2px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.form-padrao p {
	font-weight: bold;
	padding-bottom: 10px;
}

.form-meu-painel {
	border-radius: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

}

.form-meu-painel p {
	font-weight: bold;
	margin-bottom: 10px;
}

.form-meu-painel-topo {
	padding: 10px;
	border-radius: 20px 20px 0px 0px;
	background-color: rgba(119,136,153, 1);
	margin-bottom: 10px;
	color: white;
}

.form-meu-painel-rodape {
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
	background-color: rgba(119,136,153, 1);
}

.grupo-form {
	width: 100%;
	max-width: 900px;
	padding: 10px;
	border-radius: 20px;
	background-color: none;
	border: 1px solid black;
	box-shadow: 0px 0px 0px;
}

.grupo-form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	background-color: rgba(119,136,153, 1);
}

.grupo-form label {
	font-size: 12px;
}

.opcoesAtendimentoExterno {
	display: none;
	transition: 0.5s;
}

.visivel {
	display: block;
}

.invisivel {
	display: none;
}

.link-form {
	font-size: 12px;
}

.link-form:hover {
	text-decoration: underline;
}

.linha {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.linha label {
	font-size: 12px;
	font-weight: bold;
}

.campos {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}

.campos div span {
	font-size: 12px;
}

.campos label {
	font-size: 12px;
}

.campo {
	width: 100%;
	border: none;
	border-bottom: 1px solid black;
	padding: 5px;
	outline: none;
	font-size: 12px;
}

.campo::placeholder {
	font-size: 12px;
}

.campo-50 {
	width: 50%;
}

.campo-radio {
	width: 20px;
}

.botao {
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 5px;
	background-color: silver;
	box-shadow: 0px 0px 5px black;
	transition: 0.3s;
	font-size: 14px;
}

.botao:hover {
	background-color: green;
	color: white;
	cursor: pointer;
}