
/* *** TOPO - CABEÇALHO ***************************************************** */
main div.principal {
	/*background-color: #ffffff; /*#f5f5f5;*/
}
div.principal div.conteudo h3 {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}
div.principal div.conteudo p {
	color: #999999;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* *** ESTRUTURAS DO FORMULÁRIO ********************************************* */
form.contato {
	height: auto;
	overflow: hidden;
	padding: 40px 0 0 0;
}
form.contato fieldset legend {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}
form.contato fieldset {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* *** CAIXAS DO FORMULÁRIO ************************************************* */
form.contato div.caixa {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0;
	/*min-height: 80px;*/
	padding: 20px 0 0 20px;
}
form.contato div.caixa:first-of-type {
	padding-left: 0;
}
form.contato div.caixa-quebra {
	clear: left;
	padding-left: 0;
}
form.contato div.caixa-pp {
	width: 25%;
}
form.contato div.caixa-p {
	width: 33%;
}
form.contato div.caixa-m {
	width: 50%;
}
form.contato div.caixa-g {
	width: 67%;
}
form.contato div.caixa-gg {
	width: 100%;
}

/* *** TEXTOS DO FORMULÁRIO ************************************************* */
form.contato div.dicas {
	padding-top: 0;
}
form.contato div.dicas ul.dica {
	border-collapse: collapse;
	display: table;
	margin: 0;
	min-height: 80px;
	padding: 0;
	width: 100%;
}
form.contato div.dicas ul.dica li {
	display: table-row;
}
form.contato div.dicas ul.dica li p {
	display: table-cell;
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
}
form.contato span.form-req {
	color: #ff0000;
	font-size: 0.8rem;
	line-height: 2em;
	margin-right: 5px;
	vertical-align: text-bottom;
}
form.contato div.obs {
	text-align: right;
}
form.contato label {
	color: #999999;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

/* *** CAMPOS DO FORMULÁRIO ************************************************* */
form.contato input, 
form.contato select, 
form.contato textarea {
	-webkit-appearance: none;
	appearance: none;
	background: #f5f5f5;
	border: 1px solid #e9e9e9; /*#bbbaba;*/
	-webkit-border-radius: 0; /*6px;*/
	-moz-border-radius: 0; /*6px;*/
	border-radius: 0; /*6px;*/
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #999999; /* #bbbaba; */
	font-family: "tahoma",sans-serif;
	font-size: 14px;
	/*height: 32px;*/
	outline: none;
	padding: 10px 15px;
	resize: none;
	width: 100%;
}
form.contato textarea {
	height: 120px;
}
form.contato label[for=assunto] {
	position: relative;
}
form.contato label[for=assunto]::after {
	background: none no-repeat scroll center center transparent;
	border: 2px solid #999999;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
	bottom: -23px;
	content: " ";
	height: 10px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
	z-index: 1;
}
form.contato button {
	-webkit-appearance: none;
	appearance: none;
	background-color: #343740;
	border: 1px solid #343740; /*none;*/
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "tahoma",sans-serif;
	font-size: 13px; /* 0.8rem; */
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 20px 0 0;
	padding: 10px 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s;
}
form.contato button[type=reset] {
	background-color: #FFFFFF; /*#999999;*/
	color: #343740; /*#f5f5f5;*/
}
form.contato button:hover {
	color: #79b584;
}
form.contato button[type=reset]:hover {
	color: #e5b31f; /*#ffff99;*/
}

/* *** RETORNOS DO FORMULÁRIO *********************************************** */
main div.retorno {
	background-color: #454854;
	color: #ffffff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
main div.retorno.erro {
	background-color: #e4ae30;
}
main div.retorno.sucesso {
	background-color: #467f50;
}
