#main {
    min-height: 710px;
}

list-pagination list-pagination-custom	/*  
	
	style.css (Baseado em normalize.css)
	Contém: @structure, @main, @print
	
	*/
	
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
	}

	body {
		line-height:1;
    min-width: 960px;
	}

	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section { 
		display:block;
	}

	nav ul {
		list-style:none;
	}

	blockquote, q {
		quotes:none;
	}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content:'';
		content:none;
	}

	a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
	}

	ul, li { list-style: none; }

	abbr[title], dfn[title] {
		border-bottom:1px dotted;
		cursor:help;
	}

	table {
		border-collapse:collapse;
		border-spacing:0;
	}

	input, select { vertical-align:middle; }
	address { font-style: normal; }
	
	
	
	/* @main
	==================================================================================================== */
	
    input[type=search] { -webkit-appearance: none; outline: none; }
    input[type="search"]::-webkit-search-decoration, 
    input[type="search"]::-webkit-search-cancel-button { display: none; }
	
	@font-face {
    font-family: 'SourceSansProRegular';
    src: url('../font/SourceSansPro-Regular-webfont.eot');
    src: url('../font/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Regular-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal; }
	
	@font-face {
    font-family: 'SourceSansProLight';
    src: url('../font/SourceSansPro-Light-webfont.eot');
    src: url('../font/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/SourceSansPro-Light-webfont.woff') format('woff'),
         url('../font/SourceSansPro-Light-webfont.ttf') format('truetype'),
         url('../font/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
    font-weight: normal;
    font-style: normal; }
	
    ul, input { margin: 0; padding: 0; }
    li { list-style: none; list-style-position: outside; margin: 0; padding: 0; }
    p { line-height: 16px; margin: 0 0 0.8em; }
	img { vertical-align: middle; }

	html { background: #30614D url(../img/structure/bg-html.png) repeat; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
	body { background: url(../img/structure/bg-body.jpg) top center repeat-x; color: #575858; font: 13px Arial; }

	a { color: #333; text-decoration: none; }
	a[rel] { cursor: pointer; }
	a:visited { color: #333; }
	a:hover { color: #333; }
	a:focus { outline: thin dotted; }
	a:hover, a:active { outline: 0; }
	
	h1, h2, h3, h4, h5 { margin: 0; }
	h1 { font-size: 35px; letter-spacing: -1px; }
	h2 { font-size: 25px; letter-spacing: -1px; margin-bottom: 10px; }
	.box h2 { font-size: 22px; }
	h3 { margin-bottom: 5px; }

	.container { margin: 0 auto; width: 960px; }
	
	.btn { background-color: #30614D; border: 0; border-left: 3px solid #4A9577; color: #fff !important; cursor: pointer; font-size: 12px; padding: 5px 18px 5px 16px; text-align: center;
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, .8); -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, .8); text-shadow: 1px 1px 2px rgba(0, 0, 0, .8); }
	.btn:hover { background-color: #078bb6; }
	.ie7 input.btn { padding: 5px 0; }
	
	form > div { margin-bottom: 5px; }
	label { clear: left; color: #404141; display: block; float: left; line-height: 26px; text-align: right; padding-right: 10px; width: 65px; }
	input[type="text"], input[type="password"], textarea { border: 1px solid #c8dde5; border-top: 1px solid #9fbdc9; padding: 4px;
	-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3) inset; -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3) inset; -box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3) inset;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	}
	
	.box { background: url(../img/structure/bg-box30.png) repeat-x; border: 1px solid  #4A9577; border-top: 3px solid #30614D; margin-top: 20px; padding: 15px 20px; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }	
	
	.box-produto {
		padding-left: 0px !important; 
		width: 330px !important;
		margin-left: 10px !important;
	}
	
	.remover-sombra {
		-webkit-box-shadow: none !important; 
		-moz-box-shadow: none !important;
		-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
	}
	

	.box p { font-size: 13px; }
	.box.no-border { background: url(../img/structure/bg-box.png) repeat; border-top: 1px solid #4A9577; }
	
	.thumb, .ad-image img { border: 1px solid #f3fafd; -webkit-box-shadow: 0 0 7px rgba(28, 121, 159, 0.4); -moz-box-shadow: 0 0 7px rgba(28, 121, 159, 0.4); box-shadow: 0 0 7px rgba(28, 121, 159, 0.4); }
	.thumb.left { margin-right: 10px; }
	.thumb.left.m-right2x { margin-right: 20px; }
	.thumb.right.m-left2x { margin-left: 20px; }
	.thumb.m-bottom2x { margin-bottom: 10px; }
	
	.list-pagination { margin-top: 10px; }
	.list-pagination li { display: inline; margin-right: 5px; }
	.list-pagination a { background-color: #30614D; border-bottom: 3px solid #4A9577; color: #fff; padding: 2px 6px; }
	.list-pagination a:hover { background-color: #4A9577; }
	
	.date { background-color: #30614D; color: #fff; font-size: 12px; margin-right: 2px; padding: 1px 2px; vertical-align: 1px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-shadow: none; }
	a.lnk-anchor { background: url(../img/structure/bullet-anchor.png) right center no-repeat; color: #30614D; font-size: 12px; margin: 10px 0 0 0; padding-right: 15px; }
	a.lnk-anchor:hover { text-decoration: underline; }
	
	.box-small { margin-bottom: 12px; }

	/* tabs */
	.nav-tabs li, .gallery .nav-tabs a { background: url(../img/structure/bg-nav-tabs.png) repeat-x; }
	.nav-tabs li { float: left; margin-right: 2px; width: 188px; } 
	.nav-tabs a { display: block; font-size: 14px; padding: 6px 10px 8px 10px; }
	.nav-tabs li:hover { background-position: 0 bottom; }
	.nav-tabs .active, .nav-tabs .active:hover, .gallery .nav-tabs .current, .gallery .nav-tabs .current:hover { background-position: 0 -30px; }
	
	.line-bottom { background: url(../img/structure/bg-content-tabs.png) 0 bottom repeat-x; padding-bottom: 30px; }
	.line-info { background: url(../img/structure/bg-content-tabs.png) 0 bottom repeat-x; padding-bottom: 15px;padding-top: 15px; }
	.line-bottom-bit { background: url(../img/structure/bg-content-tabs.png) 0 bottom repeat-x; padding-bottom: 5px; }
	.content-tabs { background: url(../img/structure/bg-content-tabs.png) 0 bottom repeat-x; padding: 20px 0 30px 0; }
	.ie7 .content-tabs { padding: 0; }
	
	.breadcrumb { margin-bottom: 10px; }
	.breadcrumb li { background: url(../img/structure/breadcrumb-arrow.png) center right no-repeat; display: inline; font-size: 11px; margin-right: 5px; padding-right: 15px;  }
	.breadcrumb a:hover { text-decoration: underline; }
	.breadcrumb .last { background: none; font-weight: bold; }
	
	.form-vertical label { display: block; float: none; width: 100%; text-align: left; }
	.form-vertical input[type="text"], .form-vertical textarea, .form-vertical .select { width: 100%; }
	.form-vertical textarea { height: 135px; }
	.form-vertical > div { margin-right: 10px; }
	
	.modal { background-color: #fff; border-top: 3px solid  #30614D; display: none; padding: 20px; width: 900px; }
	.modal .panes { background: none; border: 1px solid #4A9577; /*width: 98.5%;*/
	-webkit-border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; border-radius: 0 4px 4px 4px;
	-webkit-box-shadow: 0 0 7px rgba(28,121,159,.4); -moz-box-shadow: 0 0 7px rgba(28,121,159,.4); box-shadow: 0 0 7px rgba(28,121,159,.4);	}
	
	.gallery .tab { margin: 10px auto;}
	
	#exposeMask { position: fixed !important; }
	#galeria.modal { margin-left: -190px; }
	.ad-image { left: 0 !important; }
	.ad-image-description { width: 810px !important; }
	
	.gallery figure .bg { background-color: #bad8e5; color: #000; display: block; font-weight: bold; margin: 10px 0 2px 0; padding: 5px 10px; }
	.ad-back, .ad-forward, #galeria .html5gallery-car-left-0, #galeria .html5gallery-car-right-0 { background: url(../img/structure/modal-sprite.png) no-repeat; }
	
	.ad-back, .ad-forward, #galeria .html5gallery-car-left-0, #galeria .html5gallery-car-right-0 { cursor: pointer; display: block; position: absolute; height: 45px; width: 20px; top: 30px; }
	.ad-back, #galeria .html5gallery-car-left-0 { background-position: -66px 0 !important; left: 16px; }
	.ad-forward, #galeria .html5gallery-car-right-0  { background-position: -40px 0 !important; right: 16px; }
	
	#galeria .html5gallery-car-left-0, #galeria .html5gallery-car-right-0 { top: 35px; }
	#galeria .html5gallery-car-left-0 { left: -30px; }
	#galeria .html5gallery-car-right-0 { right: -30px; }
	
	.modal .close {	background: url('../img/structure/modal-sprite.png') no-repeat; position: absolute; top: 10px; right: 18px; width: 20px; height: 20px; cursor: pointer; }
	
	/*.gallery .content-photo .prev { background-position: 0 -90px; left: 30px; }*/
	.gallery .ad-prev-image { background-position: 0 -90px; left: 50px; }
	.gallery .ad-next-image { background-position: 0 -30px; right: 50px; }
	.gallery .tab .lnk-anchor { margin-right: 45px; }

	
	#galeria .html5gallery-car-0 { background: none; border: none; top: 0; overflow: visible; }
	#galeria .html5gallery-container-0 { -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: none; }
	#galeria .html5gallery-box-0 { top: 140px; }
	#galeria .html5gallery-watermark-0 { display: none; }
	#galeria .html5gallery-tn-img-0, #galeria .html5gallery-tn-0, #galeria .html5gallery-tn-selected-0 .html5gallery-tn-img-0 { float: left; /*padding-right: 2px;*/ }
	#galeria .html5gallery-thumbs-0 > div .html5gallery-tn-img-0 { background: transparent; border: 2px solid transparent; }
	#galeria .html5gallery-thumbs-0 .html5gallery-tn-selected-0 .html5gallery-tn-img-0 { background: #32a1ce; border-color: #32a1ce; }
	#galeria .html5gallery-tn-0, #galeria .html5gallery-tn-selected-0 { margin: 0; height: auto; width: auto; }
	#galeria .html5gallery-thumbs-0 > div { margin: 0 10px 0 0; }
	#galeria .html5gallery-tn-img-play-0 { background: url('../img/structure/icon-play.png') no-repeat !important; height: 43px !important; width: 42px !important; /*top: 30px !important; left: 60px !important; */}
	#galeria .html5gallery-title-0, #galeria .player-container:hover .html5gallery-title-0 { display: block; /*background-color: #abcec0 !important; color: #000 !important;*/}
	#galeria .html5gallery-container-0 { background: url(../img/structure/bg-shadow.png) center 120px no-repeat }
	#galeria .html5gallery-car-list-0 { overflow: visible; }
	#galeria .html5gallery-tn-img-0 > div:first-child { left: 0; top: 0; height: auto !important; width: auto !important; }
	#galeria .html5gallery-car-mask-0 { left: 0; width: 100%; }
	#videos.tab { margin: 10px auto 10px auto; }
	#videos .lnk-anchor { margin-top: 25px; }
	
	
	/* @structure
	==================================================================================================== */
	
	a.lnk-anchor, .links-top a, h3.title { font-family: SourceSansProRegular; }
	#footer, .nav-primary a, .title, .timeline h3, .legenda .title, .box-qualidade h3 { font-family: SourceSansProLight; }
	
	.nav-primary a, .title, .legenda .title { color: #30614D; -webkit-text-shadow: 1px 1px 2px white; -moz-text-shadow: 1px 1px 2px white; text-shadow: 1px 1px 2px white;	}
	h3.title { color: #30614D; font-size: 15px; }
	h3.f-12 { font-size: 12px; }
	
	.nav-primary a, .nav-tabs a, .links-top a, .bg-title h2 { color: #fff; -webkit-text-shadow: 0 2px 1px #094e6a; -moz-text-shadow:  0 2px 1px #094e6a; text-shadow:  0 2px 1px #30614D; }
	#home .bg-title h2, #home .slider h2 { -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; }

	/* header */
	#header { background: url(../img/structure/bg-bar-header.png) -200px 0 no-repeat; }
	#header .container  { background: url(../img/structure/bg-bar-top.png) top right no-repeat; padding-top: 20px; }
	
	.logo { background: url(../img/structure/logo.jpg) no-repeat; height: 70px; margin: 0 0 10px 6px; width: 255px; }
	
	.links-top { position: absolute; right: 19px; top: 7px; }
	.links-top a { float: left; font-size: 16px; }
	.links-top a + a { margin-left: 40px; }
	
	.flags { position: absolute; top: 50px; right: 10px; }
	.flags li { display: inline; }
	.flags a:hover, .timeline .controls a:hover, .controls .disabled  { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
	
	
	/* main */	
	.nav-primary { margin-bottom: 20px; }
	.nav-primary li, .nav-primary li a { cursor: pointer; font-size: 15px; }
	.nav-primary > li > a { display: block; width: 140px; height:20px; padding: 10px 12px; }
	.nav-primary > li  { background-color: #30614D; display: block; margin-bottom: 1px; border-left: 5px solid #4A9577; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A9577', endColorstr='#4A9577');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30614D), to(#30614D));
	background-image: -moz-linear-gradient(top, #4A9577;  #4A9577; );
	background-image: linear-gradient(top, #0a5878, #094e6a);
	box-shadow: 0 8px 12px -2px rgba(255, 255, 255, .1) inset; -webkit-box-shadow: 0 8px 12px -2px rgba(255, 255, 255, .1) inset; -moz-box-shadow: 0 8px 12px -2px rgba(255, 255, 255, .1) inset;}
	
	.ie7 .nav-primary > li > a { left: -20px; position: relative; }
	
	.nav-primary > li:hover, .nav-primary .active { background-color: #4E997B;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E997B', endColorstr='#4E997B');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4E997B), to(#4E997B));
	background-image: -moz-linear-gradient(top, #4E997B, #4E997B);
	background-image: linear-gradient(top, #4E997B, #4E997B);
	box-shadow: 0 8px 12px -2px rgba(0, 0, 0, .2) inset; -webkit-box-shadow: 0 8px 12px -2px rgba(0, 0, 0, .2) inset; -moz-box-shadow: 0 8px 12px -2px rgba(0, 0, 0, .2) inset; }

	/* dropdown */
	.dropdown { position: relative; }
	.dropdown li.hover,ul.dropdown li:hover { background-color: #4A9577; position: relative; }

	/* lvl 2 */
	.dropdown ul { width: 220px; visibility: hidden; position: absolute; top: 0; left: 164px; z-index: 9999;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .4); box-shadow: 2px 2px 8px rgba(0, 0, 0, .4); -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .4); }
	.dropdown ul li { background-color: #30614D; font-weight: normal; float: none; padding: 0 15px; width: 192px; }
	.dropdown ul li a { font-size: 14px; border-bottom: 1px solid #4A9577; border-top: 1px solid #4A9577; display: block; padding: 10px 0; } 
	.dropdown > li > a, ul.dropdown ul .sub > a { background-image: url(../img/structure/arrow.png); background-position: center right; background-repeat: no-repeat; }
	.dropdown > li { -webkit-box-shadow: -30px 0 30px -20px rgba(0, 0, 0, .5) inset; box-shadow: -30px 0 30px -20px rgba(0, 0, 0, .5) inset; -moz-box-shadow: -30px 0 30px -20px rgba(0, 0, 0, .5) inset; }
	/* lvl 3 */
	.dropdown ul ul { left: 100%; top: 0; }
	.dropdown li:hover > ul { visibility: visible; }
	
	.dropdown .bullet { background: url(../img/structure/bullet-dropdown.png) 0 bottom no-repeat; /*border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right:10px solid #1082b0;*/ display: block; height: 11px; left: -6px; position: absolute; top: 15px; width: 6px; }
	.dropdown ul li.hover > .bullet { background-position: 0 top; }
	
	.side-content, .main-content { float: left; margin-left: 20px; min-height: 580px; }
	.side-content { background: url(../img/structure/bg-side.png) bottom left repeat-y; padding: 0 0 12px 12px; width: 158px; height: 200px; }
	.side-content h2 { font-size: 20px; letter-spacing: -1px; }
	.side-content h3 { font-size: 14px; }
	.side-content nav { left: -12px; position: relative; }
	.main-content { margin-left: 30px; width: 760px; }
	
	.no-ptop { padding-top: 0 !important; }
	
	/* footer */
	#footer { background: url(../img/structure/bg-footer.png) repeat-x; color: #fff; font-size: 13px; height: 80px; margin-top: 40px; padding-top: 30px; }
	#footer  .nav a { border-left: 1px solid #4A9577; color: #fff; float: left; padding: 0 10px; }
	#footer  .nav a:hover { text-decoration: underline; }
	#footer  .nav li:first-child a { border-left: 0; }
	#footer  .nav li { display: inline; }
	
	
	/**************************************************/
	
	/* home */
	#home h1 { margin-bottom: 10px; }
	#home .nav-primary { margin-bottom: 0; }
	#home .slider h2 { color: #fff; font-size: 40px; margin: 0; }
	#home .slider > div { -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);   }
	#home .slider { float: left; position: relative;  }
	
	#home .slider1 { background: url(../img/home/slider/banner-00.jpg) no-repeat; cursor: pointer; }
	#home .slider2 { background: url(../img/home/slider/banner-1.jpg) no-repeat; }
	#home .slider3 { background: url(../img/home/slider/banner-2.jpg) no-repeat; }
	#home .slider4 { background: url(../img/home/slider/banner-3.jpg) no-repeat; }
	#home .slider5 { background: url(../img/home/slider/banner-4.jpg) no-repeat; }
	
	.content-slider { height: 286px; width: 790px; }
	.ie7 .content-slider { left: -20px; position: relative; width: 726px; }
	.content-slider > div { color: #ebecec; display:none; height: 222px; overflow: hidden; position:absolute; top:0; left:0; padding: 32px; width: 726px; }
	.content-slider .inner { background: transparent url(../img/structure/bg-dark30.png) repeat; bottom: 0; left: 0; padding: 20px 32px; position: absolute; width: 100%; }
	.content-slider .inner p { font-size: 13px; width: 600px; }
	
	#home .slider .list-pagination { bottom: -5px; right: 20px; position: absolute; }
	.ie7 #home .slider .list-pagination { right: -30px; }
	#home .slider .list-pagination a { border: 1px solid #8e95a2; border-bottom: 4px solid #4A9577; display: block; float: left; margin-right: 2px; padding: 6px 10px; }
	#home .slider .list-pagination .current { background-color: #4A9577; }
	
	#home .main-content { margin-left: 0; width: 790px; }
	#home .side-content { margin-top: 0; padding: 20px 0 20px 12px; }
	#home .box-galeria-midia li { margin: 0 26px 20px 0; height: 86px;}
	#home .box-galeria-midia li:nth-child(3n+3) { margin-right: 0; }
	.box-galeria-midia .lnk-anchor { margin-top: 0; }
	.box-galeria-midia li { float: left; margin: 0 20px 20px 0; height: 86px;}
	.ie7 #home .box-galeria-midia li, .ie8 #home .box-galeria-midia li { margin: 0 12px 20px 0; }
	.box-galeria-midia li:nth-child(3n+3) { margin-right: 0; }
	.box-galeria-midia li img { float: left; }
    /*#home .box-rotas p { line-height: 12px; }*/
	#home .box h3 { margin-bottom: 4px; -webkit-text-shadow: 1px 1px 0 #edf5f8; -moz-text-shadow: 1px 1px 0 #edf5f8; text-shadow: 1px 1px 0 #edf5f8; }
	
	#home .bg-title h2 { font-size: 16px; }
	
	.box-noticias h3 { font-size: 13px; }
	
	.box-rastreamento-carga, .box-cidades-atendidas  {height: 154px;}
	.box-rastreamento-carga, .box-cidades-atendidas { background: url(../img/structure/bg-box50.png) 0 32px repeat-x; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
	.box-rastreamento-carga .bg-title, .box-cidades-atendidas .bg-title { background: url(../img/structure/bg-title.png) repeat-x; height: 23px; position: relative; left: -21px; top: -16px; padding: 5px 15px; width: 352px; }
	.box-rastreamento-carga input[type="text"], .box-cidades-atendidas input[type="text"] { width: 254px; }
	.box-rastreamento-carga .second-field { height: 28px;}
	.box-rastreamento-carga .btn { margin-left: 75px;}
	.box-rastreamento-carga .second-field input[type="text"], .box-cidades-atendidas .second-field input[type="text"] { float: left; margin-right: 6px; width: 156px; }
	.box-rastreamento-carga .sel-estado { width: 225px; }
	.box-rastreamento-carga .sel-cidade { margin-right: 5px; width: 164px; }
	.box-rastreamento-carga .select-estado{width: 100px;}
	.box-cidades-atendidas label { width: 95px;}
	.box-cidades-atendidas input[type="button"] { margin-left: 106px;}
	
	/* a tbl */
	h1, .content-tabs h2 { margin-bottom: 12px; }
	.content-tabs .box-sobre { margin: 10px 0 30px 0; } 
	.content-tabs h4 { font-size: 14px; margin-bottom: 15px; }

	.tooltip{ background-color: #fff; border: 1px solid #e3f3f9; display:none; font-size:12px; padding: 15px; position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -moz-linear-gradient(top,  #ffffff,  #f5f5f5);
	background-image: linear-gradient(top,  #ffffff,  #f5f5f5);
	-webkit-box-shadow: 0 0 5px #bbb; 
	-moz-box-shadow: 0 0 5px #bbb; 
	-box-shadow: 0 0 5px #bbb; }
	.tooltip span { background: url(../img/structure/bullet-tooltip.png) no-repeat; position: absolute; left: 42%; height: 14px; width: 20px; bottom: -12px;}
	
	.box-premios-conquistados h3 { color: #000; font-size: 14px; font-weight: normal; margin-bottom: 20px; }
	.box-oficinas h2 { color: #000; font-size: 14px; font-weight: normal; letter-spacing: 0; margin-bottom: 4px; }
	.box-oficinas h2 + p { color: #333; font-size: 12px; margin-bottom: 16px; }
	.box-oficinas address { color: #333; }
	
	/* areas de atendimento */
	#areas-atendimento .content-tabs, #unid-org .content-tabs { background: none; }
	.unidade-box { margin-top: 30px; }
	.unidade-box h3 { color: #000; font-size: 18px; margin: 0; }
	.unidade-box h4 { color: #000; font-size: 15px; }
	.unidade-box .lnk-anchor { margin-right: 34px; }
	
	/* estrutura */
	#compras .content-tabs { background: none; }
	.box-compras { background: none; }
	.box-compras table { border-collapse: separate; border-spacing: 3px; margin-bottom: 30px; width: 100%; }
	.box-compras thead th { background: #27a8dc; color: #fff; padding: 6px; }
	
	.box-compras td, .box-compras th { background: url(../img/structure/bg-table.png) repeat; text-align: center; padding: 12px; vertical-align: middle; }
	.box-compras td.txt-left { text-align: left; }
	.box-compras table tbody > tr:nth-child(odd) > td,
	.box-compras table tbody > tr:nth-child(odd) > th { background: url(../img/structure/bg-table-odd.png) repeat; }
	
	
	/* rodoviario */
	.legenda { bottom: 20px; left: 20px; position: absolute; z-index: 1; -webkit-box-shadow: 0 0 7px rgba(28,121,159,.4); -moz-box-shadow: 0 0 7px rgba(28,121,159,.4); box-shadow: 0 0 7px rgba(28,121,159,.4);}
	.legenda-hidroviario { top: 40px; left: 20px; height: 140px; }
	.legenda-deslocamentos { top: 230px; left: 20px; height: 220px; }
	.legenda-deslocamentos li {line-height: 18px !important;}
	.legenda .title { font-size: 18px; margin-bottom: 15px; }
	.legenda li { clear: both; font-size: 11px; line-height: 24px; }
	.legenda span { background: url(../img/rodoviario/sprite-legenda.png) no-repeat; display: block; float: left; height: 20px; margin-right: 5px; width: 32px; }
	.legenda .buttons { height: 40px; line-height: 32px; }
	.ie7 .legenda .buttons { float: left; }
	.legenda a { cursor: pointer; }
	.legenda .i-uni { background-position: 0 0; height: 32px; }
	.legenda .i-rod { background-position: 0 -42px; height: 32px; }
	.legenda .current.i-rod { background-position: -42px -42px; }
	.legenda .i-rodo { background-position: 0 -84px; height: 32px; }
	.legenda .i-rpav { background-position: 0 -120px; }
	.legenda .i-rnpav { background-position: 0 -140px; }
	.legenda .i-rio { background-position: 0 -160px; }
	.legenda .i-div { background-position: 0 -180px; }
	.legenda .i-cap { background-position: 0 -200px; }
	.legenda .i-cid { background-position: 0 -220px; }
	.legenda .i-pre { background-position: 0 -240px; }
	.map img.filter { position: absolute; }
	
	.legenda span.hidroviario { background: url(../img/hidroviario/sprite-legenda-hidroviario.jpg) no-repeat; display: block; float: left; height: 32px; margin-right: 5px; width: 32px; }
	.legenda span.i-portos { background-position: 0 0; }
	.legenda span.i-rotas { background-position: 0 -40px; height: 20px !important; }
	
	/* servicos */
	#servicos  #footer { margin-top: 200px; }
	
	
	/* contato */
	#contato .main-content h2 { font-size: 25px;  background: url(../img/structure/bg-content-tabs.png) 0 bottom repeat-x; padding-bottom: 15px; }
	#contato .box-telefones-contato { margin-bottom: 25px; }
	#contato .box-telefones-contato h2 { margin-bottom: 0; }
	#contato .box-telefones-contato .c-black { font-size: 14px; margin-bottom: 5px; }
	
	.success { background: url(../img/structure/icon-check.png) 0px center no-repeat; font-size: 13px; margin-bottom: 20px; padding: 10px 20px 10px 40px; }
	
	.box-trabalhe-conosco .btn { font-size: 14px; padding: 20px 0; width: 350px; }
	.box-trabalhe-conosco .btn + .btn{ margin-left: 50px; }
        
        .select-Informativo{width: 10em;}
	
	/* @auxiliary
	==================================================================================================== */
	.erro-formulario{color:#FF0000;  }
	.imgr { background-repeat: no-repeat; border: none; display: block; overflow: hidden; text-indent: -9999em; }
	.left { float: left; }
	.left10 { float: left; padding-left: 10px; padding-right: 10px; }
	.right { float: right; }
	.center { margin: 0 auto; }
	.center-table { display: table; margin-left: auto; margin-right: auto; }
	.radius { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
	.block { display: block; }
	.invisible { display: none; }
	.no-float { float: none !important; }
	.no-decoration:hover { text-decoration: none; }
	.clear { clear: both; }
	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { *zoom: 1; }
	.pos-abs { position: absolute; }
	.pos-rel { position: relative; }
	.txt-center { text-align: center; }
	.txt-left { text-align: left; }
	.txt-right { text-align: right; }
	.bold { font-weight: bold; }
	.f-11 { font-size: 11px; /*line-height: 14px;*/ }
	.f-14 { font-size: 14px; }
	.f-26 { font-size: 26px; }
	.c-gray { color: #5d5d5d; }
	.c-black { color: #000; }
	.c-white { color: #fff; }
	
	.last { margin-bottom: 0 !important; }
	.h-last { margin-right: 0 !important; }
	
	.row { margin-left: -20px; *zoom: 1; }
	.row:before, .row:after { display: table; line-height: 0; content: ""; }
	.row:after { clear: both; }
	.row [class*="wd"] { float: left; min-height: 1px; margin-left: 23px; }

	.wd325 { width: 325px; }
	.wd712 { width: 712px;}
	.wd750 { width: 750px;}
	.wd340 { width: 340px; }
	.wd300 { width: 300px; }
	.w374 { width: 374px; }
	.wdfull { width: 100%; }
	.hgmin350 {min-height: 350px !important;}
	.hgmin290 {min-height: 290px !important;}
	.hgmin270 {min-height: 270px !important;}
	.hgmin160 {min-height: 160px !important;}

	.marginTop0 {margin-top: 0 !important;}	
	.marginBottom0 {margin-bottom: 0 !important;}
	.marginRight10 {margin-right: 10px;}
	.marginRight20 {margin-right: 20px;}
	.floatLeft {float:left;}
	
	.boxHide {display: none; visibility:hidden;}
	
	.barNav {display:block; width: 100%; margin-bottom: 20px;}
	.btnBarNav {float:right; margin-left:10px;}
	
	.conteudoNoticia {width: 750px; margin: 20px 0; text-align:justify;}
	.noticiaShare {padding:15px 20px; height: 50px; border-top: 1px solid #b2d5e3; background:url(../img/structure/bg-box.png) repeat;}
	.noticiaShare b {text-decoration: underline; color:#229BCA; font-weight: normal;}
	.noticiaComentarios {margin-top: 20px;}
	.noticiaComentarios ul {clear:both;}
	.noticiaComentarios ul li {margin-top: 20px;clear:both;}
	.noticiaComentarios ul li p {padding: 10px; color: #333; font-size: 11px; }
	.noticiaComentarios ul li p.titulo-comentario {padding: 5px 10px; margin-bottom: 0px; font-weight: bold; background-color:#9ECBDE; font-size: 12px;}
	.noticiaComentariosModal {width: 540px !important; position:absolute; margin: 0 auto !important;}
	.noticiaComentariosModal h2 {margin: 10px 0;}
	.formulario-comentario {position: relative;  height: 250px;}
	.formulario-comentario label, .formulario-comentario input, .formulario-comentario textarea {display:block; width: 100%; clear:both; text-align:left;}
	.formulario-comentario textarea {margin-bottom: 20px;}
	.formulario-comentario .btn {margin-left: 10px;}
	
	.list-pagination-custom {position:relative !important; left: 130px; }
	.list-pagination-custom a {margin-left: 10px; padding: 3px 6px !important;}
	
	.modalGaleria {width:760px; margin-left: 0px !important;}
	.modalGaleria .ad-gallery {width: 720px;}
	.modalGaleria .ad-image-description {width: 660px !important;}
	.modalGaleria .ad-image-description strong {padding: 4px 10px !important; margin-bottom: 10px !important;}
	.modalGaleria .ad-gallery .ad-image-wrapper, .modalGaleria .html5gallery-container-0 {background: url('../img/structure/bg-shadow-novo.png') center 90px no-repeat !important;}
	.modalGaleria .html5gallery-tn-img-play-0 {top: 18px !important; left: 15px !important;}
	.modalGaleria .html5gallery-tn-0, .modalGaleria .html5gallery-tn-selected-0 { margin:0px !important;}
	.modalGaleria .html5gallery-thumbs-0 { margin-left: 0px !important;}
	.modalGaleria .html5gallery-box-0 { top: 120px !important;}
	
	.magnifyarea { border:1px solid #1c7aa0 !important; -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;-webkit-border-radius: 3px !important;border-radius: 3px !important;}
	
	.leg {width: 45px; height:20px; display: block; background-image: url('../img/rodoviario/mapa-brasil-legenda.png') !important; }
	.leg-rodovia-em-obra {background-position: -10px 0px !important;}
	.leg-rodovia-pavimentada {background-position: -10px -21px !important;}
	.leg-rodovia-nao-pavimentada {background-position: -10px -41px !important;}
	.leg-rio {background-position: -10px -62px  !important;}
	.leg-divisa-interestadual {background-position: -10px -83px !important;}
	.leg-capital {background-position: -10px -105px !important;}
	.leg-cidade {background-position: -10px -123px  !important;}
	.leg-prefixo-rodovia-federal {background-position: -10px -143px !important;}
	.leg-prefixo-rodovia-estadual {background-position: -10px -167px !important;}
	
	.legenda-sem-modal {position: relative; clear:both; }
        
        /* @print
	==================================================================================================== */
	 
	@media print {
		* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; }
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}
	
.box-preenchimento-obrigatorio{
		font-size: 9px;
		margin-left: 5px;
		margin-top: 4px;
	}

.zoom:hover {
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3); 
}

/* slider aerostatos */

#aerostato h1 { margin-bottom: 10px; }
#aerostato .nav-primary { margin-bottom: 0; }
#aerostato .slider h2 { color: #fff; font-size: 40px; margin: 0; }
#aerostato .slider > div { -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);   }
#aerostato .slider { float: left; position: relative; margin-bottom: 2em; }

#aerostato .slider1 { background: url(../img/produtos/aerostato-01.jpg) no-repeat; cursor: default; }
#aerostato .slider2 { background: url(../img/produtos/aerostato-02.jpg) no-repeat; cursor: default; }
#aerostato .slider3 { background: url(../img/produtos/aerostato-03.jpg) no-repeat; cursor: default; }
#aerostato .slider4 { background: url(../img/produtos/aerostato-04.jpg) no-repeat; cursor: default; }
#aerostato .slider5 { background: url(../img/produtos/aerostato-05.jpg) no-repeat; cursor: default; }

#aerostato .slider .list-pagination { bottom: -5px; right: 20px; position: absolute; }
.ie7 #aerostato .slider .list-pagination { right: -30px; }
#aerostato .slider .list-pagination a { border: 1px solid #8e95a2; border-bottom: 4px solid #4A9577; display: block; float: left; margin-right: 2px; padding: 6px 10px; }
#aerostato .slider .list-pagination .current { background-color: #4A9577; }


/* slider servicos */

#servicos h1 { margin-bottom: 10px; }
#servicos .nav-primary { margin-bottom: 0; }
#servicos .slider h2 { color: #fff; font-size: 40px; margin: 0; }
#servicos .slider > div { -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);   }
#servicos .slider { float: left; position: relative; margin-bottom: 2em; }

#servicos .slider1 { background: url(../img/produtos/servico-01.jpg) no-repeat; cursor: default; }
#servicos .slider2 { background: url(../img/produtos/servico-02.jpg) no-repeat; cursor: default; }
#servicos .slider3 { background: url(../img/produtos/servico-03.jpg) no-repeat; cursor: default; }
#servicos .slider4 { background: url(../img/produtos/servico-04.jpg) no-repeat; cursor: default; }
#servicos .slider5 { background: url(../img/produtos/servico-05.jpg) no-repeat; cursor: default; }

#servicos .slider .list-pagination { bottom: -5px; right: 20px; position: absolute; }
.ie7 #servicos .slider .list-pagination { right: -30px; }
#servicos .slider .list-pagination a { border: 1px solid #8e95a2; border-bottom: 4px solid #4A9577; display: block; float: left; margin-right: 2px; padding: 6px 10px; }
#servicos .slider .list-pagination .current { background-color: #4A9577; }


/* slider dirigiveis */

#dirigiveis h1 { margin-bottom: 10px; }
#dirigiveis .nav-primary { margin-bottom: 0; }
#dirigiveis .slider h2 { color: #fff; font-size: 40px; margin: 0; }
#dirigiveis .slider > div { -webkit-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7); -box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.7);   }
#dirigiveis .slider { float: left; position: relative; margin-bottom: 2em; }

#dirigiveis .slider1 { background: url(../img/produtos/dirigivel-uso-01.jpg) no-repeat; cursor: default; }
#dirigiveis .slider2 { background: url(../img/produtos/dirigivel-uso-02.jpg) no-repeat; cursor: default; }
#dirigiveis .slider3 { background: url(../img/produtos/dirigivel-uso-03.jpg) no-repeat; cursor: default; }
#dirigiveis .slider4 { background: url(../img/produtos/dirigivel-uso-04.jpg) no-repeat; cursor: default; }
#dirigiveis .slider5 { background: url(../img/produtos/dirigivel-uso-05.jpg) no-repeat; cursor: default; }
#dirigiveis .slider6 { background: url(../img/produtos/dirigivel-uso-06.jpg) no-repeat; cursor: default; }
#dirigiveis .slider7 { background: url(../img/produtos/dirigivel-uso-07.jpg) no-repeat; cursor: default; }
#dirigiveis .slider8 { background: url(../img/produtos/dirigivel-uso-08.jpg) no-repeat; cursor: default; }

#dirigiveis .slider .list-pagination { bottom: -5px; right: 20px; position: absolute; }
.ie7 #servicos .slider .list-pagination { right: -30px; }
#dirigiveis .slider .list-pagination a { border: 1px solid #8e95a2; border-bottom: 4px solid #4A9577; display: block; float: left; margin-right: 2px; padding: 6px 10px; }
#dirigiveis .slider .list-pagination .current { background-color: #4A9577; }
#dirigiveis .content-slider .inner p { font-size: 16px; font-weight:bold; width: 600px; }

.menu {
	width: 170px;
}

.item-menu {
	width: 150px !important;
    padding-left: 6px !important;
}

.link {
	font-weight: bold;
	text-decoration: underline;
}
