/*-------------------------------------------------------
CORES

VERDE			= #83C34C rgba(131,195,76,0.7)

CINZA ESCURO	= #737173 rgba(115,113,115,0.7)
CINZA CLARO		= #C6C6C6 rgba(198,198,198,0.7)


--------------------------------------------------------*/
	
.branco				{ color: #ffffff;}
.verde				{ color: #83C34C;}
.cinza-escuro 		{ color:#737173;}
.cinza-claro 		{ color:#C6C6C6;}



/* #Reset
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* GERAL
================================================== */
	body {
		background: #ffffff /*url(../imagens/backgrounds/pattern5.jpg) repeat*/ !important;
		font: 16px/21px 'nexa_lightregular', sans-serif;
		color: #848484;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #TIPOGRAFIA
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #737173;
		font-family:  'nexa_boldregular', sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 22px; margin-bottom: 14px;}
	h2 { font-size: 26px; line-height: 22px; margin-bottom: 10px; }
	h3 { font-size: 24px; line-height: 22px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	
	.fontSize35 { font-size:35px !important;}
	.fontSize25 { font-size:25px !important;}
	
	.titulo-informaao-adicional { font-size: 19px;}

	p { margin: 0 0 20px 0; font-size:18px; color: #737173; line-height:25px !important; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	.italico { font-style:italic;}
	.bold {font-family:  'nexa_boldregular', sans-serif;}

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; font-family:  'nexa_boldregular', sans-serif;}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #LINKS
================================================== */
	a, a:visited { color: #333; text-decoration: none; outline: 0; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; transition: all 0.4s ease;}
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #LISTAS
================================================== */
	ul, ol { margin-bottom: 20px; }
	/*ul, ol { margin-bottom: 20px; }*/
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }





/* #IMAGENS
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}






/* BOTÕES
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #5A5B5D;
	  -moz-border-radius: 6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
	  border: none;
	  color: #ffffff;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 10px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family:  'nexa_boldregular', sans-serif;
	  text-transform:uppercase; 
	  width: 102%;
	  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
	 }
	  

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		background: #929497; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #f5f5f5;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* FORMULÁRIOS
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="file"],
	input[type="tel"],
	textarea,
	select {
		-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease; transition: all 0.3s ease;
		border: none;
		padding: 6px 4px 6px 4px;
		outline: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		font: 13px  'nexa_lightregular', sans-serif;
		color: #5A5B5D !important; 
		margin: 0;
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
		background: #929497;
		 }

	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	input[type="file"]:hover,
	input[type="tel"]:hover,
	textarea:hover {
		color: #5A5B5D; }
	
	
	select {
		padding: 6px 4px;
		border-radius: none !important;
		width: 102% !important;
		color: #5A5B5D !important; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
		box-shadow:  0 0 3px rgba(0,0,0,.4);
		color: #5A5B5D !important; }
	textarea {
		min-height: 120px;
		color: #5A5B5D !important;
		margin-top:-20px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px;
		color: #5A5B5D !important; }
	input[type="checkbox"] {
		display: inline;
		color: #5A5B5D !important; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #5A5B5D !important; }
		
	
		
		

/* MISC
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.centro { text-align:center !important;}


