@charset utf-8;
/*===
* CONFIGURAÇÕES PARA COMPUTADORES E NOTEBOOKS.
* 1024x768.
====*/
/**
* Configurações para todas as páginas.
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100vh;
}
body {
	background-image: linear-gradient(to top, #000080, #87ceeb);
	background-attachment: fixed;
}
/**
* Divisões das páginas.
*/
header {
	width: 100%;
	top: 0;
	left: 0;
	height: 30px;
	position: fixed;
	z-index: 10000;
}
main {
	padding-top: 50px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
footer {
	width: 100%;
	position: fixed;
	display: flex;
	bottom: 0;
	right: 0;
	height: 20px;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	background-color: #363636;
	color: #ffffff;
	font-family: "Arial, Helvetica, Sans-Serif";
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000;
	word-wrap: wrap;
}
/**
* Menu.
*/
.Menu {
	width: 100%;
	height: 33px;
	box-shadow: 5px 5px 5px #000000;
	background-color: #808080;
	font-family: Ariel, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.Menu ul {
	list-style: none;
	position: relative;
}
.Menu ul ul {
	list-style: none;
	position: absolute;
	visibility: hidden;
}
.Menu ul li {
	width: 180px;
	float: left;
}
.Menu ul li:hover ul {
	visibility: visible;
}
.Menu ul ul li {
	float: none;
	border-bottom: solid 1px #000000;
	box-shadow: 5px 5px 5px #000000;
}
.Menu a {
	padding: 14px;
	display: block;
	text-decoration: none;
	background-color: #808080;
	text-align: center;
}
.Menu a:hover {
	background-color: #006400;
}
.Menu ul li a {
	padding: 3px;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #808080;
	color: #ffffff;
}
.Menu ul li a:hover {
	background-color: #006400;
	color: #ffffff;
}
.Menu ul ul li a {
	background-color: #808080;
}
.Topo {
	padding: 3px;
	background-color: #808080;
	color: #ffffff;
	font-family: "Arial, Helvetica, Sans-Serif";
	text-align: center;
	font-size: 20px;
	display: none;
	width: 100%;
	height: 60px;
	box-shadow: 5px 5px 5px #000000;
}
#BotaoMenu {
	display: none;
}
label[for="BotaoMenu"] {
	padding: 3px;
	background-color: #808080;
	color: #ffffff;
	font-family: "Arial";
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	display: none;
	width: 50px;
	height: 50px;
}
label[for="BotaoMenu"]:hover {
	background-color: #006400;
	color: #ffffff;
}
.Sistema {
	display: none;
	width: 60%;
}
.Logotipo {
	display: none;
	width: 40px;
	height: 40px;
}
/**
* Títulos e Subtítulos.
*/
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #00bfff;
	margin: 10px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
.Subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFD700;
	margin: 5px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
.TituloCentralizado {
	text-align: center;
	font-family: "Arial, Helvetica", sans-serif;
	color: #FFD700;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 3px 3px 3px #000000;
	margin: 5px;
}
.TituloEsquerda {
	text-align: left;
	font-family: "Arial, Helvetica", sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 3px 3px 3px #000000;
	margin: 5px;
}
/**
* Erros.
*/
.Erro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #ff0000;
	margin: 10px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
/**
* Informações.
*/
.Informacao {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 2px;
	text-align: justify;
}
/**
* Atalhos.
*/
a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffff00;
	text-decoration: underline;
}
/**
* Divs.
*/
.Navegacao {
	width: 100%;
	text-align: center;
}
.Caixa {
	width: 360px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #808080;
	box-shadow: 10px 10px 10px #000000;
}
.Conteudo {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/**
* Formulários.
*/
.Campo {
	display: inline-block;
	margin: 5px;
}
.Separador {
	width: 100%;
	position: static;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000000;
	margin-left: 10px;
}
input[type="text"],
[type="date"],
[type="email"],
[type="password"],
select {
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, courier new, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
textarea {
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, courier new, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	resize: none;
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
	height: 100%;
	width: 100%;
	padding: 10px;
}
input[type="text"]:focus,
[type="email"]:focus,
[type="date"]:focus,
[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #ffff00;
	outline: none;
}
input[type="file"] {
	width: 70%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Calibri, courier new, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
input[type="file"]:focus {
	background-color: #ffff00;
}
input[type="hidden"] {
	border: none;
}
/**
* Botões.
*/
.BotaoVerde {
	border: #000000 0px;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 5px 5px 3px 0px #000000;
	width: 120px;
	height: 30px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #32cd32;
	color: #ffffff;
}
.BotaoVermelho {
	border: 0px #000000;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 5px 5px 3px 0px #000000;
	width: 120px;
	height: 30px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #ff3030;
	color: #ffffff;
}
.BotaoAzul {
	border: #000000 0px;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 5px 5px 3px 0px #000000;
	width: 130px;
	height: 30px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #1e90ff;
	color: #ffffff;
}
.BotaoLaranja {
	border: #000000 0px;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 5px 5px 3px 0px #000000;
	width: 120px;
	height: 30px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #FFD700;
	color: #ffffff;
}
.Detalhe {
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}
.Paginacao {
	border: #000000 0px;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 5px 5px 3px 0px #000000;
	width: 30px;
	height: 30px;
	background: #000080;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
}
/*
* Botão de Câmera.
*/
img.Camera {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
/*
* Botão de Anexo.
*/
img.Anexo {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
/*
* Divisórias dos formulários com foto.
*/
.Foto {
	display: inline-block;
	width: 25%;
	float: left;
	text-align: center;
}
.Ficha {
	display: inline-block;
	width: 75%;
	float: left;
}
/*
* Pré-Visualização de Foto.
*/
.Foto3x4 {
	display: block;
	width: 250px;
	height: 300px;
	margin: auto;
	border: 1px solid #000000;
	box-shadow: 15px 15px 15px #000000;
}
.FotoProduto {
	display: block;
	width: 230px;
	height: 230px;
	margin: auto;
	border: 1px solid #000000;
	box-shadow: 15px 15px 15px #000000;
}
/**
* IFrame.
*/
iframe {
	border: 1px #000000 solid;
	padding: 0;
	min-width: 500px;
	max-width: 100%;
	min-height: 250px;
	height: 100%;
	width: 100%;
}
/**
* Parágrafos.
*/
p {
	color: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
}
/**
* Tabelas.
*/
.TabelaResponsiva {
	width: 100%;
	margin: 10px auto;
	background: #000000;
	font-family: Calibri, courier new, sans-serif;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 10px 10px 10px #000000;
}
.TabelaResponsiva th {
	background-color: #000080;
	color: #ffffff;
	text-transform: uppercase;
}
.TabelaResponsiva td {
	text-transform: uppercase;
}
.ColunaDetalhe {
	text-align: center;
}
/* Cor das Linhas Impares */
.TabelaResponsiva tbody tr:nth-child(odd) {
	background: #ffffff;
}
/* Cor das Linhas Pares */
.TabelaResponsiva tbody tr:nth-child(even) {
	background: #dcdcdc;
}
/* Cor as linhas ao Passar mouse sobre elas. */
.TabelaResponsiva tbody tr:nth-child(odd):hover,
.TabelaResponsiva tbody tr:nth-child(even):hover {
	background: #ffff00;
}
/**
* JANELA MODAL.
*/
.ProdutosModal {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #bebebe;
	box-shadow: 10px 10px 10px #000000;
	display: none;
	animation: animate;
	animation-duration: 800ms;
}
/*===
* CONFIGURAÇÕES PARA SMARTPHONES E TABLETS.
====*/
/**
* Para Smartphones.
*/
@media (max-width: 768px) {
	/**
	* Menu.
	*/
	.Menu {
		margin-left: -100%;
		transition: all 0.4s;
		font-size: 1.5em;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.Menu > ul {
		margin-left: 0;
	}
	.Menu ul li {
		width: 100%;
		float: none;
		box-shadow: 5px 5px 5px #888888;
	}
	.Menu ul ul {
		position: static;
		overflow: hidden;
		max-height: 0px;
		transition: all 0.4s;
	}
	.Menu ul ul li a {
		background-color: #00bfff;
	}
	.Menu ul li:hover ul {
		height: auto;
		max-height: 400px;
		transition: all 0.4s;
	}
	.Topo {
		display: block;
	}
	label[for="BotaoMenu"] {
		display: inline-block;
	}
	#BotaoMenu:checked ~ .Menu {
		margin-left: 0;
	}
	.Sistema {
		display: inline-block;
	}
	.Logotipo {
		display: inline-block;
	}
	/**
	* Títulos e Subtítulos.
	*/
	.Titulo {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.Subtitulo {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	/**
	* Erros.
	*/
	.Erro {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	/**
	* Divs.
	*/
	.Navegacao {
		margin: 0;
		margin-top: 30px;
	}
	.Caixa {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transform: none;
		padding: 10px;
	}
	.Conteudo {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	/**
	* Formulários.
	*/
	.Campo {
		width: 95%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	label {
		width: 100%;
		font-size: 1.5em;
		margin: 0;
	}
	input[type="text"],
	[type="date"],
	[type="email"],
	[type="password"],
	select {
		width: 100%;
		font-size: 1.5em;
	}
	textarea {
		width: 95%;
		font-size: 2em;
	}
	input[type="file"] {
		font-size: 1.5em;
	}
	/**
	* Botões.
	*/
	.BotaoVerde {
		border-radius: 10px;
		width: 90%;
		height: 4rem;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.5em;
	}
	.BotaoVermelho {
		border-radius: 10px;
		width: 90%;
		height: 4rem;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.5em;
	}
	.BotaoAzul {
		border-radius: 10px;
		width: 90%;
		height: 4rem;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.5em;
	}
	.BotaoLaranja {
		border-radius: 10px;
		width: 90%;
		height: 4rem;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		font-size: 1.5em;
	}
	.Detalhe {
		width: 60px;
		height: 60px
	}
	/**
	* Divisórias dos formulários com foto.
	*/
	.Foto {
		width: 100%;
		align-items: top;
		text-align: center;
	}
	.Ficha {
		width: 100%;
	}
	/*
	* Botão de Câmera.
	*/
	img.Camera {
		width: 100px;
		height: auto;
	}
	/*
	* Botão de Anexo.
	*/
	img.Anexo {
		width: 100px;
		height: auto;
	}
	/**
	* IFrame.
	*/
	iframe {
		width: 95%;
	}
	/**
	* Atalhos.
	*/
	a {
		font-size: 1.5em;
	}
	/**
	* Tabelas.
	*/
	.TabelaResponsiva {
		display: block;
		position: static;
	}
	.TabelaResponsiva tr {
		border-bottom: 1px solid #dddddd;
	}
	.TabelaResponsiva td {
		border: 0;
		display: inline-block;
		width: 95%;
		font-size: 1.5em;
	}
	.TabelaResponsiva th {
		display: none;
	}
	/**
	* Janela modal.
	*/
	.Modal {
		width: 85%;
		height: auto;
	}
}