/**********************************
CONFIGURAÇÃO PADRÃO DOS ELEMENTOS
***********************************/
@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
html,body {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
input{border:1px solid #b0b0b0; padding:3px 5px 4px; color:#979797; width:190px;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
* {box-sizing: border-box;-moz-box-sizing: border-box;}

a{text-decoration:none; color:#595959;}
a img{border:none;} 
ul, li, ol{list-style:none; margin:0; padding:0;}
:focus {outline:none;}
*{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
table{border-collapse:collapse;}
fieldset{border:none; margin:0; padding:0;}
html {width:100%; height:100%; font-size:100%; font-style:normal;}
body{margin:0 auto; padding:0;  width:100%; max-width:1920px; overflow-x:hidden;}
.mobile_show{display:none;}

/**********************************
FONTES
***********************************/

@font-face
{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	     url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	     url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'),
	     url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Font-Awesome-Social';
	src: url('../fonts/fontawesome-social-webfont.eot');
	src: url('../fonts/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/fontawesome-social-webfont.woff') format('woff'),
		 url('../fonts/fontawesome-social-webfont.ttf') format('truetype'),
		 url('../fonts/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	/*
		Powered by:
		
		Font Awesome (http://fortawesome.github.com/Font-Awesome/)
		Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/)
	*/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			font-size: 1.25em;
			text-decoration: none;
			font-family: FontAwesome;
			font-weight: normal;
			font-style: normal;
			-webkit-text-rendering: optimizeLegibility;
			-moz-text-rendering: optimizeLegibility;
			-ms-text-rendering: optimizeLegibility;
			-o-text-rendering: optimizeLegibility;
			text-rendering: optimizeLegibility;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			-ms-font-smoothing: antialiased;
			-o-font-smoothing: antialiased;
			font-smoothing: antialiased;
			-webkit-font-feature-settings: "liga" 1, "dlig" 1;
			-moz-font-feature-settings: "liga=1, dlig=1";
			-ms-font-feature-settings: "liga" 1, "dlig" 1;
			-o-font-feature-settings: "liga" 1, "dlig" 1;
			font-feature-settings: "liga" 1, "dlig" 1;
		}

		.icon-glass:before                { content: "\f000"; }
		.icon-music:before                { content: "\f001"; }
		.icon-search:before               { content: "\f002"; }
		.icon-envelope:before             { content: "\f003"; }
		.icon-heart:before                { content: "\f004"; }
		.icon-star:before                 { content: "\f005"; }
		.icon-star-empty:before           { content: "\f006"; }
		.icon-user:before                 { content: "\f007"; }
		.icon-film:before                 { content: "\f008"; }
		.icon-th-large:before             { content: "\f009"; }
		.icon-th:before                   { content: "\f00a"; }
		.icon-th-list:before              { content: "\f00b"; }
		.icon-ok:before                   { content: "\f00c"; }
		.icon-remove:before               { content: "\f00d"; }
		.icon-zoom-in:before              { content: "\f00e"; }

		.icon-zoom-out:before             { content: "\f010"; }
		.icon-off:before                  { content: "\f011"; }
		.icon-signal:before               { content: "\f012"; }
		.icon-cog:before                  { content: "\f013"; }
		.icon-trash:before                { content: "\f014"; }
		.icon-home:before                 { content: "\f015"; }
		.icon-file:before                 { content: "\f016"; }
		.icon-time:before                 { content: "\f017"; }
		.icon-road:before                 { content: "\f018"; }
		.icon-download-alt:before         { content: "\f019"; }
		.icon-download:before             { content: "\f01a"; }
		.icon-upload:before               { content: "\f01b"; }
		.icon-inbox:before                { content: "\f01c"; }
		.icon-play-circle:before          { content: "\f01d"; }
		.icon-repeat:before               { content: "\f01e"; }

		/* \f020 doesn't work in Safari. all shifted one down */
		.icon-refresh:before              { content: "\f021"; }
		.icon-list-alt:before             { content: "\f022"; }
		.icon-lock:before                 { content: "\f023"; }
		.icon-flag:before                 { content: "\f024"; }
		.icon-headphones:before           { content: "\f025"; }
		.icon-volume-off:before           { content: "\f026"; }
		.icon-volume-down:before          { content: "\f027"; }
		.icon-volume-up:before            { content: "\f028"; }
		.icon-qrcode:before               { content: "\f029"; }
		.icon-barcode:before              { content: "\f02a"; }
		.icon-tag:before                  { content: "\f02b"; }
		.icon-tags:before                 { content: "\f02c"; }
		.icon-book:before                 { content: "\f02d"; }
		.icon-bookmark:before             { content: "\f02e"; }
		.icon-print:before                { content: "\f02f"; }

		.icon-camera:before               { content: "\f030"; }
		.icon-font:before                 { content: "\f031"; }
		.icon-bold:before                 { content: "\f032"; }
		.icon-italic:before               { content: "\f033"; }
		.icon-text-height:before          { content: "\f034"; }
		.icon-text-width:before           { content: "\f035"; }
		.icon-align-left:before           { content: "\f036"; }
		.icon-align-center:before         { content: "\f037"; }
		.icon-align-right:before          { content: "\f038"; }
		.icon-align-justify:before        { content: "\f039"; }
		.icon-list:before                 { content: "\f03a"; }
		.icon-indent-left:before          { content: "\f03b"; }
		.icon-indent-right:before         { content: "\f03c"; }
		.icon-facetime-video:before       { content: "\f03d"; }
		.icon-picture:before              { content: "\f03e"; }

		.icon-pencil:before               { content: "\f040"; }
		.icon-map-marker:before           { content: "\f041"; }
		.icon-adjust:before               { content: "\f042"; }
		.icon-tint:before                 { content: "\f043"; }
		.icon-edit:before                 { content: "\f044"; }
		.icon-share:before                { content: "\f045"; }
		.icon-check:before                { content: "\f046"; }
		.icon-move:before                 { content: "\f047"; }
		.icon-step-backward:before        { content: "\f048"; }
		.icon-fast-backward:before        { content: "\f049"; }
		.icon-backward:before             { content: "\f04a"; }
		.icon-play:before                 { content: "\f04b"; }
		.icon-pause:before                { content: "\f04c"; }
		.icon-stop:before                 { content: "\f04d"; }
		.icon-forward:before              { content: "\f04e"; }

		.icon-fast-forward:before         { content: "\f050"; }
		.icon-step-forward:before         { content: "\f051"; }
		.icon-eject:before                { content: "\f052"; }
		.icon-chevron-left:before         { content: "\f053"; }
		.icon-chevron-right:before        { content: "\f054"; }
		.icon-plus-sign:before            { content: "\f055"; }
		.icon-minus-sign:before           { content: "\f056"; }
		.icon-remove-sign:before          { content: "\f057"; }
		.icon-ok-sign:before              { content: "\f058"; }
		.icon-question-sign:before        { content: "\f059"; }
		.icon-info-sign:before            { content: "\f05a"; }
		.icon-screenshot:before           { content: "\f05b"; }
		.icon-remove-circle:before        { content: "\f05c"; }
		.icon-ok-circle:before            { content: "\f05d"; }
		.icon-ban-circle:before           { content: "\f05e"; }

		.icon-arrow-left:before           { content: "\f060"; }
		.icon-arrow-right:before          { content: "\f061"; }
		.icon-arrow-up:before             { content: "\f062"; }
		.icon-arrow-down:before           { content: "\f063"; }
		.icon-share-alt:before            { content: "\f064"; }
		.icon-resize-full:before          { content: "\f065"; }
		.icon-resize-small:before         { content: "\f066"; }
		.icon-plus:before                 { content: "\f067"; }
		.icon-minus:before                { content: "\f068"; }
		.icon-asterisk:before             { content: "\f069"; }
		.icon-exclamation-sign:before     { content: "\f06a"; }
		.icon-gift:before                 { content: "\f06b"; }
		.icon-leaf:before                 { content: "\f06c"; }
		.icon-fire:before                 { content: "\f06d"; }
		.icon-eye-open:before             { content: "\f06e"; }

		.icon-eye-close:before            { content: "\f070"; }
		.icon-warning-sign:before         { content: "\f071"; }
		.icon-plane:before                { content: "\f072"; }
		.icon-calendar:before             { content: "\f073"; }
		.icon-random:before               { content: "\f074"; }
		.icon-comment:before              { content: "\f075"; }
		.icon-magnet:before               { content: "\f076"; }
		.icon-chevron-up:before           { content: "\f077"; }
		.icon-chevron-down:before         { content: "\f078"; }
		.icon-retweet:before              { content: "\f079"; }
		.icon-shopping-cart:before        { content: "\f07a"; }
		.icon-folder-close:before         { content: "\f07b"; }
		.icon-folder-open:before          { content: "\f07c"; }
		.icon-resize-vertical:before      { content: "\f07d"; }
		.icon-resize-horizontal:before    { content: "\f07e"; }

		.icon-bar-chart:before            { content: "\f080"; }
		.icon-twitter-sign:before         { content: "\f081"; }
		.icon-facebook-sign:before        { content: "\f082"; }
		.icon-camera-retro:before         { content: "\f083"; }
		.icon-key:before                  { content: "\f084"; }
		.icon-cogs:before                 { content: "\f085"; }
		.icon-comments:before             { content: "\f086"; }
		.icon-thumbs-up:before            { content: "\f087"; }
		.icon-thumbs-down:before          { content: "\f088"; }
		.icon-star-half:before            { content: "\f089"; }
		.icon-heart-empty:before          { content: "\f08a"; }
		.icon-signout:before              { content: "\f08b"; }
		.icon-linkedin-sign:before        { content: "\f08c"; }
		.icon-pushpin:before              { content: "\f08d"; }
		.icon-external-link:before        { content: "\f08e"; }

		.icon-signin:before               { content: "\f090"; }
		.icon-trophy:before               { content: "\f091"; }
		.icon-github-sign:before          { content: "\f092"; }
		.icon-upload-alt:before           { content: "\f093"; }
		.icon-lemon:before                { content: "\f094"; }
		.icon-phone:before                { content: "\f095"; }
		.icon-check-empty:before          { content: "\f096"; }
		.icon-bookmark-empty:before       { content: "\f097"; }
		.icon-phone-sign:before           { content: "\f098"; }
		.icon-twitter:before              { content: "\f099"; }
		.icon-facebook:before             { content: "\f09a"; }
		.icon-github:before               { content: "\f09b"; }
		.icon-unlock:before               { content: "\f09c"; }
		.icon-credit-card:before          { content: "\f09d"; }
		.icon-rss:before                  { content: "\f09e"; }

		.icon-hdd:before                  { content: "\f0a0"; }
		.icon-bullhorn:before             { content: "\f0a1"; }
		.icon-bell:before                 { content: "\f0a2"; }
		.icon-certificate:before          { content: "\f0a3"; }
		.icon-hand-right:before           { content: "\f0a4"; }
		.icon-hand-left:before            { content: "\f0a5"; }
		.icon-hand-up:before              { content: "\f0a6"; }
		.icon-hand-down:before            { content: "\f0a7"; }
		.icon-circle-arrow-left:before    { content: "\f0a8"; }
		.icon-circle-arrow-right:before   { content: "\f0a9"; }
		.icon-circle-arrow-up:before      { content: "\f0aa"; }
		.icon-circle-arrow-down:before    { content: "\f0ab"; }
		.icon-globe:before                { content: "\f0ac"; }
		.icon-wrench:before               { content: "\f0ad"; }
		.icon-tasks:before                { content: "\f0ae"; }

		.icon-filter:before               { content: "\f0b0"; }
		.icon-briefcase:before            { content: "\f0b1"; }
		.icon-fullscreen:before           { content: "\f0b2"; }

		.icon-group:before                { content: "\f0c0"; }
		.icon-link:before                 { content: "\f0c1"; }
		.icon-cloud:before                { content: "\f0c2"; }
		.icon-beaker:before               { content: "\f0c3"; }
		.icon-cut:before                  { content: "\f0c4"; }
		.icon-copy:before                 { content: "\f0c5"; }
		.icon-paper-clip:before           { content: "\f0c6"; }
		.icon-save:before                 { content: "\f0c7"; }
		.icon-sign-blank:before           { content: "\f0c8"; }
		.icon-reorder:before              { content: "\f0c9"; }
		.icon-list-ul:before              { content: "\f0ca"; }
		.icon-list-ol:before              { content: "\f0cb"; }
		.icon-strikethrough:before        { content: "\f0cc"; }
		.icon-underline:before            { content: "\f0cd"; }
		.icon-table:before                { content: "\f0ce"; }

		.icon-magic:before                { content: "\f0d0"; }
		.icon-truck:before                { content: "\f0d1"; }
		.icon-pinterest:before            { content: "\f0d2"; }
		.icon-pinterest-sign:before       { content: "\f0d3"; }
		.icon-google-plus-sign:before     { content: "\f0d4"; }
		.icon-google-plus:before          { content: "\f0d5"; }
		.icon-money:before                { content: "\f0d6"; }
		.icon-caret-down:before           { content: "\f0d7"; }
		.icon-caret-up:before             { content: "\f0d8"; }
		.icon-caret-left:before           { content: "\f0d9"; }
		.icon-caret-right:before          { content: "\f0da"; }
		.icon-columns:before              { content: "\f0db"; }
		.icon-sort:before                 { content: "\f0dc"; }
		.icon-sort-down:before            { content: "\f0dd"; }
		.icon-sort-up:before              { content: "\f0de"; }

		.icon-envelope-alt:before         { content: "\f0e0"; }
		.icon-linkedin:before             { content: "\f0e1"; }
		.icon-undo:before                 { content: "\f0e2"; }
		.icon-legal:before                { content: "\f0e3"; }
		.icon-dashboard:before            { content: "\f0e4"; }
		.icon-comment-alt:before          { content: "\f0e5"; }
		.icon-comments-alt:before         { content: "\f0e6"; }
		.icon-bolt:before                 { content: "\f0e7"; }
		.icon-sitemap:before              { content: "\f0e8"; }
		.icon-umbrella:before             { content: "\f0e9"; }
		.icon-paste:before                { content: "\f0ea"; }
		.icon-lightbulb:before            { content: "\f0eb"; }
		.icon-exchange:before             { content: "\f0ec"; }
		.icon-cloud-download:before       { content: "\f0ed"; }
		.icon-cloud-upload:before         { content: "\f0ee"; }

		.icon-user-md:before              { content: "\f0f0"; }
		.icon-stethoscope:before          { content: "\f0f1"; }
		.icon-suitcase:before             { content: "\f0f2"; }
		.icon-bell-alt:before             { content: "\f0f3"; }
		.icon-coffee:before               { content: "\f0f4"; }
		.icon-food:before                 { content: "\f0f5"; }
		.icon-file-alt:before             { content: "\f0f6"; }
		.icon-building:before             { content: "\f0f7"; }
		.icon-hospital:before             { content: "\f0f8"; }
		.icon-ambulance:before            { content: "\f0f9"; }
		.icon-medkit:before               { content: "\f0fa"; }
		.icon-fighter-jet:before          { content: "\f0fb"; }
		.icon-beer:before                 { content: "\f0fc"; }
		.icon-h-sign:before               { content: "\f0fd"; }
		.icon-plus-sign-alt:before        { content: "\f0fe"; }

		.icon-double-angle-left:before    { content: "\f100"; }
		.icon-double-angle-right:before   { content: "\f101"; }
		.icon-double-angle-up:before      { content: "\f102"; }
		.icon-double-angle-down:before    { content: "\f103"; }
		.icon-angle-left:before           { content: "\f104"; }
		.icon-angle-right:before          { content: "\f105"; }
		.icon-angle-up:before             { content: "\f106"; }
		.icon-angle-down:before           { content: "\f107"; }
		.icon-desktop:before              { content: "\f108"; }
		.icon-laptop:before               { content: "\f109"; }
		.icon-tablet:before               { content: "\f10a"; }
		.icon-mobile-phone:before         { content: "\f10b"; }
		.icon-circle-blank:before         { content: "\f10c"; }
		.icon-quote-left:before           { content: "\f10d"; }
		.icon-quote-right:before          { content: "\f10e"; }

		.icon-spinner:before              { content: "\f110"; }
		.icon-circle:before               { content: "\f111"; }
		.icon-reply:before                { content: "\f112"; }
		.icon-github-alt:before           { content: "\f113"; }
		.icon-folder-close-alt:before     { content: "\f114"; }
		.icon-folder-open-alt:before      { content: "\f115"; }

		.icon-blogger-sign:before,.icon-blogger:before,.icon-delicious:before,.icon-dribbble-sign:before,.icon-dribbble:before,.icon-dropbox:before,.icon-drupal:before,.icon-evernote-sign:before,.icon-evernote:before,.icon-flickr-sign:before,.icon-flickr:before,.icon-forrst-sign:before,.icon-forrst:before,.icon-foursquare-sign:before,.icon-foursquare:before,.icon-git-fork:before,.icon-hacker-news:before,.icon-instagram:before,.icon-lastfm-sign:before,.icon-lastfm:before,.icon-paypal:before,.icon-picasa-sign:before,.icon-picasa:before,.icon-reddit:before,.icon-share-this-sign:before,.icon-share-this:before,.icon-skype:before,.icon-soundcloud:before,.icon-spotify:before,.icon-stack-overflow:before,.icon-tumblr-sign:before,.icon-tumblr:before,.icon-vimeo-sign:before,.icon-vimeo:before,.icon-wordpress-sign:before,.icon-wordpress:before,.icon-yelp-sign:before,.icon-yelp:before,.icon-youtube-sign:before,.icon-youtube:before              {font-family:'Font-Awesome-Social'; }

		.icon-dropbox:before              { content: "\f300"; }
		.icon-drupal:before               { content: "\f301"; }
		.icon-git-fork:before             { content: "\f302"; }
		.icon-instagram:before            { content: "\f303"; }
		.icon-share-this-sign:before      { content: "\f304"; }
		.icon-share-this:before           { content: "\f305"; }
		.icon-foursquare-sign:before      { content: "\f306"; }
		.icon-foursquare:before           { content: "\f307"; }
		.icon-hacker-news:before          { content: "\f308"; }
		.icon-skype:before                { content: "\f309"; }
		.icon-spotify:before              { content: "\f30a"; }
		.icon-soundcloud:before           { content: "\f30b"; }
		.icon-paypal:before               { content: "\f30c"; }
		.icon-youtube-sign:before         { content: "\f30d"; }
		.icon-youtube:before              { content: "\f30e"; }
		.icon-reddit:before               { content: "\f30f"; }
		.icon-blogger-sign:before         { content: "\f310"; }
		.icon-blogger:before              { content: "\f311"; }
		.icon-dribbble-sign:before        { content: "\f312"; }
		.icon-dribbble:before             { content: "\f313"; }
		.icon-evernote-sign:before        { content: "\f314"; }
		.icon-evernote:before             { content: "\f315"; }
		.icon-flickr-sign:before          { content: "\f316"; }
		.icon-flickr:before               { content: "\f317"; }
		.icon-forrst-sign:before          { content: "\f318"; }
		.icon-forrst:before               { content: "\f319"; }
		.icon-delicious:before            { content: "\f31a"; }
		.icon-lastfm-sign:before          { content: "\f31b"; }
		.icon-lastfm:before               { content: "\f31c"; }
		.icon-picasa-sign:before          { content: "\f31d"; }
		.icon-picasa:before               { content: "\f31e"; }
		.icon-stack-overflow:before       { content: "\f320"; }
		.icon-tumblr-sign:before          { content: "\f321"; }
		.icon-tumblr:before               { content: "\f322"; }
		.icon-vimeo-sign:before           { content: "\f323"; }
		.icon-vimeo:before                { content: "\f324"; }
		.icon-wordpress-sign:before       { content: "\f325"; }
		.icon-wordpress:before            { content: "\f326"; }
		.icon-yelp-sign:before            { content: "\f327"; }
		.icon-yelp:before                 { content: "\f328"; }
		.icon-cloud-upload:before		  { content: "\f0ee"; }
		.icon-cloud-download:before		  { content: "\f0ed"; }


.left{float:left;}
.right{float: right;}
.text_left{text-align:left !important;}
.text_right{text-align:right !important;}
.no_margin{margin:0 !important;}
.no_margin_bottom{margin-bottom:0 !important;}
.no_margin_top{margin-top:0 !important;}
.no_margin_left{margin-left:0 !important;}
.no_margin_right{margin-right:0 !important;}
.hide_denuncia{display:none;}

.page-container{width: 1200px;}
#todo_conteudo{float: left; clear: both; width: 100%;}

.container_contato {float:left; padding:20px;}
.text_input{clear:both; background: #ffffff; border: 1px solid #f1f1f1; width:98%; height:35px; margin:5px 0 10px 0; padding:0; padding-left:5px; overflow: hidden; font-size: 1.2em; color: #7E5F00; line-height: 1;
					-webkit-box-shadow:inset 0px 5px 12px rgba(92, 92, 92, 1);
					-moz-box-shadow:inset    0px 2px 5px rgba(92, 92, 92, .2);
					box-shadow:inset         0px 2px 5px rgba(92, 92, 92, .2);}

.combo-box {color:#A2A2A2;}

.linha_divisao{clear:both; float:none; width:100%; height:2px; background:#eee; margin:0 auto; margin-top:10px; margin-bottom:10px; border-top:solid 1px #A5ADB6;}

.btn{float:left; width: 47%; height: 40px; margin:0 auto; margin-top:10px; margin-bottom:15px; border: none; color: #fff; cursor:pointer; font-size:1.2em; background: rgb(150, 150, 150); }

.btn:hover{color: white; background:#9c6a6e;}

#tabela_principal{clear:both;border-collapse:collapse; width:100%; text-align:center; margin:0; padding:0; border:1px solid #b7b7b7; font-size: 1em;  background:#fff; margin-bottom: 50px; 								
					-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.13);
					-moz-box-shadow:    0px 2px 5px rgba(36, 29, 29, 0.13);
					box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.13);
}	
#tabela_principal th{padding:5px; border:1px solid #b7b7b7; color:#1f1f1f; font-size:1.1em;
					background: #e5e5e5; /* Old browsers */
					background: -moz-linear-gradient(top,  #e5e5e5 0%, #ededed 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #e5e5e5 0%,#ededed 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #e5e5e5 0%,#ededed 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #e5e5e5 0%,#ededed 100%); /* W3C */

}
.tabela td, .tabela th{padding:10px 3px; border:1px solid #b7b7b7; text-align:left;}
.tabela tr{border:1px solid #b7b7b7;}	
.tabela tr:hover td{background:#eee;}	
   

.italic{font-style:italic;}

html, body {
	height: 100%;
}

body {
	margin: 0 auto !important;
	padding: 0px;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}
.center_wrapper{
	width:1200px;
	margin:0;
	padding:0;
	margin:0 auto;
}

.linha_divisao{clear: both; width: 100%; height: 3px; background: rgb(255, 255, 255); margin: 0 auto; margin-top: 1em; margin-bottom: 1em; border-top: solid 1px #c2c2c2; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #2D2D2D;
}

h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2.50em;
}
h3 {
	padding: 0px 0px 30px 0px;
	font-size: 1.6em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
	margin-bottom:30px;
}

strong {
}

a {
	color: rgba(202, 72, 72, 0.8);
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: rgba(193, 53, 53, 0.7);
}

a img {
	border: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}


hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFF;
	margin: 0px 20px;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper
{
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
}

#header {
	position: relative;
	overflow: hidden;
	height: 450px;
}

#social
{
	position: absolute;
	top: 4em;
	right: 0;
}

/** LOGO */

#logo {
    position: absolute;
    top: 9em;
    left: 0;
    width: 320px;
}
#logo img {
	width:100%;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.5em;
	color: #000;
}

#logo p {
	padding: 0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #161616;
}

#logo p a {
	color: #161616;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000;
}

/** MENU */

#menu {
	overflow: hidden;
	background: #e2383d;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 31px 0px 31px;
	line-height: 70px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	border: none;
	font-weight: 400;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}

#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}

/** PAGE */

.page {
	overflow: hidden;
	padding: 5em 0em;
	width:1200px;
	margin:0 auto;
	
}

	.page img
	{
		margin-bottom: 1em;
	}

	.page .title
	{
		margin-bottom: 2em;
	}

	.page .title h2
	{
		font-size: 1.5em;
		font-weight: 400;
		color: rgba(0,0,0,0.8);
	}
	
	.page .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

/** CONTENT */

#content {
	float: left;
	width: 800px;
	padding-right: 50px;
	border-right: 1px solid #E6E7DC;
}

#content .post-title
{
	margin-bottom: 2em;
}

#content .post-title h2
{
	margin: 0;
	padding: 0;
}


#content .post
{
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 4em;
}

#sidebar1 h2,
#sidebar2 h2
{
	font-size: 1.5em;
	font-weight: 400;
}

/** SIDEBAR 2 */

#sidebar2 {
	float: right;
	width: 250px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px 30px 0px;
	background:#f7f7f7;
	width:100%;
}

#footer p {
	text-align: center;
		color: rgba(0,0,0,0.7);
}

#footer a {
		
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: rgba(0,0,0,.02);
		background-image: url(../images/overlay.png);
		background-repeat: repeat;
		border-top: 1px solid rgba(0,0,0,.05);
	}
	
	#portfolio
	{
	}

	#portfolio .box
	{
		color: rgba(0,0,0,0.5);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#portfolio .title
	{
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#portfolio .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}

	.column{
		
		width: 25%;
		margin:0; 
		padding:0;

	}

	.column_content{
		width:100%;
		padding:20px;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}

	.title .title_home_principal{

		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(32, 32, 32, 0.9);
		font-weight:200;
		text-transform:initial;


	}
	
	.title h2
	{
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		padding-top: 0.50em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0em 1em;
		background: #161616;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}
	

	.container_links_centro_home{
		display:flex;
		align-content:center;
		justify-content:center;
	}

	.container_links_centro_home .column_content img{

		width:100%;
		height:auto;
		
	}

	#container_base_rodape{float:left; clear:both; footer:none; width:100%; line-height:280%; background: rgb(72, 69, 69); }
	
	#area_copyright{float:left; width:100%; color:#bfbfbf; margin:0 auto; text-align:center; padding:40px;}

	.menu_rodape_principal{

		display:flex;
		align-items:center;
		justify-content:center;

	}

	.menu_rodape_principal li{

		padding:20px;

	}
	#titulo_rodape{

		width: 100%;
		font-size: 1.7em;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 15px;

	}


/*Contato*/
#area_contato{width:100%; text-align:center;}
#contato{float:left; padding-top:30px; width: 100%;}
.fieldsetContato{text-align:left;}
#container_contato {margin:0 auto; display: inline-block;}
container_contato_trabalhe{margin:0 auto; display: inline-block; width:100%;}
#container_contato_titulo{margin-left:20px; display:block; max-width:700px; font-size:2.1em; text-align:left;}
.container_box_contato {width:500px; overflow:hidden; margin:20px; background:rgb(249, 249, 249);}
.container_box_contato h3, #container_mensagem span {margin:0; color: #969696;}
.container_box_contato h3{font-size:1.8em; padding: 0px;}
#container_mensagem{height:auto;}
#grupo_telefones_onde_encontrar{width:600px;}
#container_telefones {width:100%; margin:0; margin-bottom:34px;}
#container_telefones div {margin-bottom:7px;}
#container_telefones span, #container_onde_estamos p{font-size:1.3em; color:#969696;}
#container_telefones b {color:#ff696d;}
#container_onde_estamos{width:100%; margin:0;}
.msgValida {font-size:1.2em;}
#contato_enviar{margin-right:20px;}
#enviando_email_aguarde{display:none;}

.group_input{clear:both; width:100%;}
.group_metade{width:48%; float:left;}
.group_right{float:right;}

.msgValida {font-size:.9em;}

.text-area{clear:both; display:block; width:100%; max-width:460px; height:70px; background:#fff; border:1px solid #ccc; margin:0; padding:0; overflow:hidden; font-size:1.2em; color:#000 !important; text-align:left;  padding:10px; line-height:1; -webkit-box-shadow:inset 0 5px 12px rgba(92,92,92,1);-moz-box-shadow:inset 0 2px 5px rgba(92,92,92,.2);box-shadow:inset 0 2px 5px rgba(92,92,92,.2)}

.combo-box {color:#A2A2A2;}


.column_content_left, .column_content_right {
	
		
	width: 100%;
	
}

.column_content_left img, .column_content_right img {
	
		width: 100%;
}

.column_content_left{


	float:left;
	width: 40%;
}	
.column_content_right{

	float:right;

	width: 56%;
}

/*LINHA DE ETICA*/

.container_bloco_denuncia{
	width:100%;
	clear:both;
	margin-bottom:20px;
}

.container_inputs_denuncia{
	width: 100%;
    margin: 20px auto;
    text-align: center;

}
.wrapper_inputs_denuncia{
	display: grid;
	grid-template-columns: 47% 47%;
	justify-content: space-between;
}
.wrapper_area_denuncia .container_inputs_denuncia{

	width: 100%;

}
.wrapper_area_denuncia .right{
	float: right;
}
.button_denuncia{

	float:initial;
	width:100%;
	height: 50px;
	text-align:center;
	display: flex;
	align-items: center;
    justify-content:center;
    margin-bottom:10px;

}
.button_denuncia:hover{

    background:#5c6063;
    color:#fff;

}
.button_denuncia_azul{
	background:#297fc2;
}
.button_denuncia_vermelho{
	background:#ca1f36;
}
.button_denuncia_verde{
	background:#5ba03b;
}


.input_text_denuncia{

	float:initial;
	width:100%;
	min-height: 50px;
	background:#fff;
}

.select_denuncia, .text_area_denuncia{


}
.text_area_denuncia{
	
	padding:10px;
	height:100px;

}
.label_denuncia{

	float:left;
	text-align:left;
	margin:10px 0;
}

.container_denuncia_dados_pessoais{
	width:100%;
}
.container_historico_denuncia{
	width:100%;
	margin-bottom:20px;
	text-align: left;
}
.container_historico_denuncia td, .container_historico_denuncia th {
	padding:10px;
	border:solid 1px #ccc;
}
.campo_exibe_dados_denuncia{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	float: right;;
	background:#eee;
	margin-bottom:20px;

}
.campo_exibe_dados_protocolo{
	font-size:1.4em;
}

/*admin linha etica */

.center_screen{position:absolute;}
#container_img_loading{position:fixed; z-index:990; top:0; left:0; width:100%; height:100%; display:table; background:rgba(255,255,255,.85); text-align:center;}
#wrapper_loading{display:table-cell; vertical-align:middle; width:100%; height:100%; text-align:center;}
#wrapper_loading div{display:inline-block; width:15%; text-align:center;}
#img_loading{width:100%; display:inline-block; margin:0 auto; margin-bottom:-20px;}
#txt_loading{width:100%; text-align:center; font-size:1.2em; }

.container_input{width:100%;}
.container_input input{height:3em; font-size:1.5em;}
.container_input .btn_funcao{display:block; width:40%; margin:0 auto;}
.container_input_center{text-align:center;}
.container_input_center .ui-btn{margin:0 auto; min-width:150px;}

.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head + body .ui-btn.ui-btn-a:hover {background-color:#343a3e/*{a-bup-background-color}*/}

#conteudo_pagina{float:left; width:100%; height:90%; overflow-y:auto; padding:0; padding-top:1%; padding-bottom: 3%;}

.wrapper_dados_detalhe_carga{width:100%; float:left; margin-bottom:1%;}
.container_dados_detalhe{float:left; height:100%; display:flex; align-items:center;}
.titulo_lista{float:left; margin-top: .5%;}
.btn_comum{min-width: 12%; height:100%; margin:0; margin-left:10px;}
.ui-btn{padding-top:1.7em; padding-bottom:1.7em; min-width: 130px; font-size:.8em; }
.ui-btn-icon-left {padding-left: 2.8em;}

.conteudo_dashboard{display:flex; align-items:center; justify-content:center;}
#container_btns_dashboard{float:left; width:90%; height:70%; margin:0;}
.btn_dashboard{float:left; width:28%; height:40%; margin:2%; cursor:pointer; background: #DFDFDF; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; overflow: hidden;}
.btn_dashboard:hover{background: #DFDFDF;}
.container_btn_dashboard_icon{width:100%; height:80%; display:flex; align-items:center; justify-content:center; padding:1%;}
.container_btn_dashboard_icon svg{width:70%; height:70%;}
.container_btn_dashboard_icon svg .fil0 {fill:#FFF;}
.btn_dashboard:hover .container_btn_dashboard_icon svg{padding:2%;}
.container_btn_dashboard_label{width:100%; height:20%; display:flex; align-items:center; justify-content:center; background:#29343C; padding:0 1%; font-size:1.2em; color:white;}

#btn_dashboard_carregar_lista_cargas .container_btn_dashboard_icon, #btn_dashboard_configurar_app .container_btn_dashboard_icon, #btn_dashboard_logs .container_btn_dashboard_icon{
	background: #00c0e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c0e2 0%, #0094c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c0e2), color-stop(100%,#0094c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c0e2 0%,#7dc100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c0e2 0%,#0094c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c0e2 0%,#0094c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00c0e2 0%,#0094c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0e2', endColorstr='#0094c1',GradientType=0 ); /* IE6-9 */
}

.ui-panel-inner{padding:0;}
.ui-panel-open.ui-panel-position-right.ui-panel-display-push {border:none !important; margin:0 !important}
.container_btn_painel{padding:1em; width:100%;}
#container_btn_painel_fechar{margin-top:1em; font-size:1.5em}
.ui-header{background-color:#333;}

.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {background: #f9fafb;}

.btn_painel{display:flex; align-items:center; justify-content:center; margin:2% auto; width:100%; padding: 1em 2em; color:#6B6B6B; background:#ccc; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.btn_painel span{color:#6B6B6B; font-size:1.1em;}
.btn_painel:hover {background:#333;}

#container_form_superior{width:100%;}
.container_input_superior {float:left; width:30%; min-width:80px; margin:0 2% 0 0; min-width:250px;}
.container_input_superior input{width:100%; height:2.5em; font-size:1.2em;}
#container_botoes_form_superior{float:right; width:20%; display: flex; align-items: center; justify-content:flex-end;}
#container_botoes_form_superior .container_input_superior {width:20%; min-width:150px; float:right;}
.container_input_superior .btn_funcao{float:right; display:block; width:100%; min-width:150px; margin:2% 0;}

.container_input_parametro{float:left; width:70%; min-width:100px; margin:0;}
.container_input_parametro input{width:100%; height:2.5em; font-size:1.2em;}
#container_botoes_parametro{float:right; width:28%; align-items:center; margin-top:.5%;}
#container_botoes_parametro .container_input_superior {width:47%; min-width:30px !important; margin:0; height:50px;}
#container_botoes_parametro .container_input_superior .btn_funcao{width:100%; height:100%; margin:0; margin-top:10px; float:left;}
.wrapper_input_superior{height:60px; margin-bottom:25px;}

.item_input{display:flex; align-items:center; padding: 0 .4em; width: 100%; max-width:200px; line-height:0; background: white; height:40px; justify-content:flex-end; white-space: nowrap; cursor:pointer; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.item_input_disable{background: none; cursor:auto; border-radius:0; box-shadow:none; width: auto;height:auto; min-height:0; text-align:left; justify-content:inherit; font-weight:600;}

.titulo_item_tabela{display:block;}

.container_list_view_principal{width:100%;float:left;}
#container_modelo{display:none;}
#container_item_modelo{display:none;}
.container_dados{padding-bottom:10px;}
.container_item{display:none;}
.container_item td{vertical-align:middle;}
.container_item input{min-height:40px;}
.descricao_item{display:table-cell; vertical-align:middle; height:100%; width:100%; min-height:3em;}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {border:none;}

.tabela_mensagens{font-size:.9em;}
.area_resposta{display:none;}
.wrapper_dados_detalhe_carga .protocolo{color:#fff;}
.status_denuncia{color: #fff; background:rgb(195, 30, 30); padding: 5px; border-radius: 3px; font-size: .7em; font-weight: 300;}

#cabecalho_admin{width: 100%; float:left; clear: both;}
.menu-usuario{width: 180px; float:right;}
.btn-admin-usuario{width: 50%; text-align: center; float: left; font-size: .7em; cursor:pointer;}
.btn-admin-usuario:hover div img {opacity: 1;}
.btn-admin-usuario div{width: 100%;}
.btn-admin-usuario div img{width: 35%; height: auto; opacity:.7;}
.titulo-admin{float: left;}

/*popups*/
#popupImg{padding:40px 35px 40px 20px;}

.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {position: relative;}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {background:#fff; text-shadow:none;}
.ui-page-theme-a .ui-btn:hover, html .ui-bar-a .ui-btn:hover, html .ui-body-a .ui-btn:hover, html body .ui-group-theme-a .ui-btn:hover, html head + body .ui-btn.ui-btn-a:hover {text-shadow:none; color:#fff;}

/* MENU MOBILE */
#botao_menu_links_mobile{display: none;float:right;}
#botao_menu_links_mobile svg{width:40px; height: 40px;padding:20%;margin:10px 5% 0 0}
#menu_links_mobile{display:none;}


/*LGPD*/
@keyframes popup_lgpd {
	from {bottom: -15%;}
	to {bottom: 0px;}
 }

.container-popup-lgpd{
	width: 100%;
	height: 15%;
	z-index: 998;
	background: #101010b7;
	position: fixed;
	animation-name: popup_lgpd;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	bottom: -15%;
}
.popup-lgpd{
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 1em 0;	
	background: #1f1f1f;
	display:flex;
	align-items: center;
	justify-content: center;
	color:#fff;
}
.popup-lgpd a{
	color:#f3474c;
}
.popup-lgpd p{
	margin: 0;
}
.popup-lgpd-container-mensagem{
	width: 75%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.popup-lgpd-mensagem{
	width: 55%;
	padding: 1em;
	float: left;
}
.button-popup-lgpd{

	width:25%;
	padding: 1em;
	background: #e2383d;
	float: right;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	user-select: none;
}

.button-popup-lgpd:hover{
	background: #f54349;
}
/**/

@media only screen and (max-width: 1450px) {
	

}
@media only screen and (max-width: 1370px) {
	
}
@media only screen and (max-width: 1240px) {
	
}
@media only screen and (max-width: 1200px) {


	.container, .center_wrapper {
		width: 100%;
		padding: 10px;
	}
	#logo {
		position: relative;
		top: 0;
		left: 0;
		width: 80%;
		margin: 0 auto;
		padding-top: 20px;
	}
	#header-wrapper {
		background: none;
	}
	#header {
		position: relative;
		overflow: hidden;
		height: auto;
		padding: 10px;
	}
	#botao_menu_links_mobile, #menu_links_mobile{display: block;}
	.mobile_show{display:block;}
	#menu{display: none}
	.menu_rodape_principal{

		width: 100%;
		display: block;
	}
	#contato {
		padding-top: 0;
	}
	#container_contato{
		width: 100%;
		padding: 10px;
	}
	.container_box_contato {
		width: 100%;
	}
	#container_mensagem {
		width: 100%;
		margin: 0;
		padding: 15px;
		margin-top: 20px;
	}

}
@media only screen and (max-width: 700px) {

		
	.wrapper_inputs_denuncia{
		grid-template-columns: 100%;
	}

	.column, .column_content_left, .column_content_right{
		width: 100%;
		float: left;
		clear: both;
	
	}
	.container_links_centro_home {
		display: block;
	}

	#titulo_rodape {
		font-size: 1.2em;
	}
	h1, h2, h3, h4, h5, ul{
		text-align: center;
	}
	h3 {
		padding: 0px 0px 20px 0px;
		font-size: 1.2em;
	}
	#container_contato_titulo {
		margin: 0;
		display: block;
		max-width: 100%;
		font-size: 1.4em;
		text-align: center;
		padding: 0;
	}
	#grupo_telefones_onde_encontrar {
		width: 100%;
		padding: 0;
		margin-top: 20px;
		font-size: .8em;
	}	
	.wrapper_area_denuncia .container_inputs_denuncia{
		width: 100%;
	}
	/*LGPD*/
	.container-popup-lgpd{
		height: 50%;		
		bottom: -50%;
		display: block;
		text-align: center;
	}
	.popup-lgpd-container-mensagem{
		width: 100%;
		display: block;
		text-align: left;
		font-size: .9em;
	}
	.popup-lgpd-mensagem{
		width: 100%;
		padding: 1em;
		float: none;
		margin: 0 auto;
	}
	.button-popup-lgpd{
	
		width:90%;
		padding: 1em;
		margin-top: 2em;
		float: none;
		margin: 0 auto;
	}
	

}
@media only screen and (max-width: 330px) {
	

	
}