@charset "utf-8";
/* CSS Document */

#corpo #alinhar {
	text-align: center;
}
#corpo #topo-page,
#corpo #topo-page2,
#corpo #topo-page3 {
	width: 100%;
	height: 250px;
	padding: 0 0;
	position: relative;
	
	background-position: 50% 100px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	
	background-image:url('/public/img/layout/default/o-escritorio/topo2.jpg');	
	
	overflow: hidden;
	white-space:nowrap;
}
	#corpo #topo-page3 {
		background-position: 50% 110px;
		background-image:url('/public/img/layout/default/o-escritorio/topo.jpg');	
	}
	#corpo #topo-page2 {
		height: 250px;
		background-position: 50% 50px;
		background-image:url('/public/img/layout/default/o-escritorio/topo.jpg');	
	}	
	
	#corpo #topo-page h2,
	#corpo #topo-page2 h2,
	#corpo #topo-page3 h2 {
		font-size: 25px;
		width: 100%;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 85px 0 0 0;
		text-align: center;
	}
		#corpo #topo-page3 h2 {
			
		}
		#corpo #topo-page2 h2 {
			padding: 85px 0 0 0;
		}
	#corpo #topo-page h1,
	#corpo #topo-page2 h1,
	#corpo #topo-page3 h1 {
		font-size: 50px;
		width: 100%;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 5px 0 0 0;
		text-align: center;
	}
		#corpo #topo-page2 h1 {
			padding: 5px 0 0 0;
		}

#slide {
	float: left;
	width: 100%;
	height: 600px;
	margin: 50px 0 0px 0;
}

#text {
	float: right;
	width: 100%;
	margin: 50px 0 50px 0;
}
	#text h1 {
		text-align: justify;
		line-height: 180%;
		font-size: 14px;
	}
	#text h2 {
		text-align: left;
		font-family: 'TrajanPro-Regular';
		font-size: 35px;
	}
	
ul#mvv {
	width: 100%;
	text-align: center;
	display: flex;
  	justify-content: center;
	padding: 0 0 50px 0;
}
	ul#mvv li {
		display: inline-block;
		width: 260px;
		margin: 0 20px;
		padding: 120px 0 0 0;
		font-size: 14px;
		color: #333;
		line-height: 160%;
	}
	ul#mvv li h3 {
		font-family: 'TrajanPro-Bold';
		font-size: 25px;
		color: #AA1921;
		padding: 10px 0;
	}
		ul#mvv li.missao {
			background:url('/public/img/layout/default/o-escritorio/missao.png') center top no-repeat;
		}
		ul#mvv li.visao {
			background:url('/public/img/layout/default/o-escritorio/visao.png') center top no-repeat;
		}
		ul#mvv li.valores {
			background:url('/public/img/layout/default/o-escritorio/valores.png') center top no-repeat;
		}

#corpo #fotos {
		float:left;
		width: 100%;
		height: 470px;
		text-align: center;
	}
	#corpo #miniaturas {
		float:left;
		width: 100%;
		height: 100px;
	}
		#corpo #fotos img {
			display: inline-block;
			width: auto;
			max-width: 100%;
			height: auto;
			max-height: 468px;
		}
		#corpo #miniaturas li {
			margin: 0 1px;
			transition: all 0.2s ease;
			padding: 0;
			opacity: 0.5;
				-webkit-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
		}
		#corpo #miniaturas img {
			display: block;
			float:left;
			width: 130px;
			height: 65px;
			z-index: 9999;
			cursor:pointer;
			transition: all 0.2s ease;
				-webkit-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
		}
		#corpo #miniaturas ul li:hover {
			opacity: 1.0;
		}
		#corpo #miniaturas .flex-active-slide {
			opacity: 1.0;
		}
			
ul#linha {
	width: auto;
	margin: 0 125px;
	padding: 50px 0 200px 0;
}
	ul#linha li {
		display: block;
		float: right;
		width: 350px;
		text-align: left;
		padding: 15px 0 20px 20px;
		line-height: 160%;
		background:url('/public/img/layout/default/o-escritorio/bg_linha.png') left top no-repeat;
	}
		ul#linha li h2 {
			font-size: 14px;
		}
		ul#linha li h3 {
			font-family: 'TrajanPro-Bold';
			font-size: 18px;
			color: #AA1921;
		}
		ul#linha li div {
			display: inline-block;
			width: auto;
			padding: 10px 0 0 0;
		}
			ul#linha li div a#img {
				float: left;
				width: 80px;
				height: 60px;
				overflow: hidden;
				white-space:nowrap;			
				display: inline-flex;
				flex-wrap: wrap;
				justify-content: center;
				text-align:center;
				border-radius: 5px;
				margin: 0 8px 0 0;
				-webkit-filter: grayscale(100%);
				  filter: grayscale(100%);
				  filter: gray; /* IE */
			}
				ul#linha li div a#img img {
					display: inline-block;
					width: auto;
					height: auto;
					max-height: 80px;
					min-height: 80px;
				}
			
			ul#linha li div a#img:hover {
				-webkit-filter: none;
				  filter: none;
			}
			ul#linha li.l2 div a#img {
				margin: 0 0 0 8px;
			}
	ul#linha span {
		text-align: center;
		float: left;
		width: 100%;
		font-family: 'TrajanPro-Bold';
		font-size: 25px;
		padding: 5px 0;
	}
		ul#linha li.l2 {
			float: left;
			text-align: right;
			padding: 15px 20px 20px 0;
			background:url('/public/img/layout/default/o-escritorio/bg_linha.png') right top no-repeat;
		}		
	

#clientes {
	width: 100%;
	height: 580px;
	padding: 40px 0;
	position: relative;
	margin-top: 20px;
	
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	
	background-image:url('/public/img/layout/default/home/clientes.jpg');
}
	#clientes #mask {
		position: absolute;
		top:0;
		width: 100%;
		height: 100%;
		background:url('/public/img/layout/default/bg_red.png') repeat;
	}
	#clientes ul {
		width: 100%;
		padding: 50px 0 0 0;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
		#clientes ul li {
			display: inline-block;
			width: 420px;
			margin:0 0;
			text-align: left;
			padding: 0 0 0 60px;
			font-size: 14px;
			color: #FFF;
			line-height:180%;
			background:url('/public/img/layout/default/clientes_aspas.png') left top no-repeat;
		}
			#clientes ul li #imgcl {
				float: left;
				width: 100px;
				height: 80px;
			}
				#clientes ul li #imgcl img {
					width: 80px;
					height: 80px;
					border-radius: 50%;
				}
			#clientes ul li #titulo {
				float: left;
				width: 260px;
				vertical-align: top;
				height: 100px;
			}
			#clientes ul li h2 {
				font-family: 'TrajanPro-Regular';
				font-size: 18px;
				padding:20px 0 0 0;
			}
			#clientes ul li h3 {
				font-family: 'TrajanPro-Regular';
				font-size: 12px;
				color: #FFF;
			}		
						
#clientes .bx-wrapper .bx-viewport {
	padding:0 10px 80px 10px;
}
	#clientes .bx-wrapper .bx-pager.bx-default-pager a:hover,
	#clientes .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #FFF;
	}

#corpo #esq {
	float: left;
	width: 650px;
	margin: 30px 0;
}

ul#noticias {
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
	ul#noticias li {
		display: inline-block;
		width: 290px;
		margin: 20px 10px;
		box-shadow:2px 2px 10px #CCC;
		text-align: left;
		align-items: center;
	}
		ul#noticias li a#img {
			float: left;
			width: 290px;
			height: 200px;
			overflow: hidden;
			white-space:nowrap;			
			display: inline-flex;
			flex-wrap: wrap;
			justify-content: center;
			text-align:center;
		}
			ul#noticias li a#img img {
				display: inline-block;
				width: auto;
				height: auto;
				max-height: 200px;
				min-height: 200px;
			}
		ul#noticias li span.date {
			float: left;
			width: 75px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
		}
		ul#noticias li span.user {
			float: left;
			width: 150px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
			text-transform:uppercase;
		}
		ul#noticias li a h1 {
			display: block;
			clear:both;
			float: left;
			color:#000;
			font-size: 18px;
			line-height: 120%;
			padding: 10px 10px;
		}
		ul#noticias li h2 {
			float: left;
			display: block;
			clear:both;
			color:#666;
			line-height: 140%;
			padding: 0 10px;
		}
		ul#noticias li .link-red {
			float: left;
			display: block;
			clear:both;
			font-size: 12px;
			margin:20px 0 20px 10px;
		}
#home-link.link-red {
	display: inline-block;
	clear:both;
	margin-bottom: 150px;
}


#corpo #dir {
	float: right;
	width: 280px;
	margin: 30px 0;
	text-align:left;
}
	#corpo #dir form#busca {
		float: left;
		width: 240px;
		margin: 70px 0 0 0;
		padding: 5px 0;
		border:1px solid #CCC;
	}
		#corpo #dir form#busca input {
			display: block;
			float: left;
			width: 160px;
			border: none;
		}
		#corpo #dir form#busca input.submit {
			display: block;
			float: right;
			width: 20px;
			margin: 5px 5px 0 0;
			height: 30px;
			background: #000;
			text-indent:-9999px;
			border: none;
			background: url('/public/img/layout/default/icones/lupa.png') center center no-repeat;
		}
	
	#corpo #dir span {
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		font-family: 'TrajanPro-Bold';
		padding: 50px 0 20px 0;
	}
	#corpo #dir ul#cat {
		float: left;
		width: 100%;
	}
		#corpo #dir ul#cat li a {
			display: block;
			clear:both;
			padding: 5px 0 5px 20px;
			color: #AA1921;
		}
	#corpo #dir ul#mais {
		float: left;
		width: 100%;
	}
		#corpo #dir ul#mais li strong {
			display: block;
			clear:both;
			padding: 5px 0 5px 40px;
			color: #666;
			background: url('/public/img/layout/default/icones/not_date.png') 20px 6px no-repeat;
		}
		#corpo #dir ul#mais li a {
			display: block;
			clear:both;
			padding: 5px 0 15px 20px;
			color: #AA1921;
			line-height: 160%;
		}


#paginacao {
	float: left;
	padding: 50px 0;
	width: 650px;
}
	#paginacao ul {
		width: 100%;
		text-align:center;		
		display: flex;
		justify-content: center;
	}
		#paginacao ul li {
			display: inline-block;
		}
			#paginacao ul li a {
				font-size: 20px;
				padding: 10px 25px;
				font-family: 'Swis721-BT';
				font-weight:bold;
				margin: 0 5px;
			}
			#paginacao ul li a.seta {
				border: none;
				font-size: 30px;
				padding: 5px 25px;
			}
			

#corpo .title-noticia {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	font-family: 'TrajanPro-Regular';
	background: url('/public/img/layout/default/corpo_titulo.png') center bottom no-repeat;
	padding: 100px 0 35px 0;	
}
	#corpo .title-noticia h3 {
		font-size: 15px;
		color: #666;
		font-family: 'Swis721-BT';
	}
	#corpo .title-noticia h2 {
		font-size: 35px;
		color: #000;
		padding-bottom: 15px;
	}

#corpo .noticia #esq {
	text-align: left;
}
	#corpo .noticia #esq img  {
		float: left;
		max-width:450px;
		padding: 0 20px 20px 0;
	}
	
	#corpo .noticia #esq h2  {
		line-height: 180%;
		color: #666;
		font-size:16px;
	}
	#corpo .noticia #esq a  {
		display: inline;
		color: #AA1921;
	}
	#corpo .noticia #esq p  {
		padding: 12px 0;
	}
	#corpo .noticia #esq b  {
		color: #000;
	}

#corpo #compart {
	width: 100%;
	padding: 20px 0 50px 0;
	float: left;
}
	#corpo #compart ul#cesq {
		float: left;
		width: 500px;
		text-align: left;
	}
	
		#corpo #compart ul#cesq li {
			float: left;
			width: 150px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
		}
		#corpo #compart ul#cesq li.data {
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
		}
		#corpo #compart ul#cesq li.user {
			width: 110px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
			text-transform:uppercase;
		}
		#corpo #compart ul#cesq li.trabalhista {
			width: 100px;
			background:url('/public/img/layout/default/icones/at1.png') 5px 0px no-repeat;
			padding:0 0 0 30px;
			text-transform:uppercase;	
		}
		#corpo #compart ul#cesq li.consumidor {
			width: 100px;
			background:url('/public/img/layout/default/icones/at2.png') 5px 0px no-repeat;	
			padding:0 0 0 30px;
			text-transform:uppercase;
		}
		#corpo #compart ul#cesq li.empresarial {
			width: 100px;
			background:url('/public/img/layout/default/icones/at3.png') 5px 0px no-repeat;
			padding:0 0 0 30px;
			text-transform:uppercase;	
		}
		#corpo #compart ul#cesq li.civel {
			width: 100px;
			background:url('/public/img/layout/default/icones/at4.png') 5px 0px no-repeat;
			padding:0 0 0 30px;
			text-transform:uppercase;	
		}
	
	#corpo #compart ul#cdir {
		float: right;
		width: 400px;
		text-align: right;
	}

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


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

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

#corpo #alinhar {
		overflow: hidden;
	}
	
#corpo #topo-page,
#corpo #topo-page2,
#corpo #topo-page3 {
	height: 240px;
	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-size: 150% auto;
		-webkit-background-size: 150% auto;
		-moz-background-size: 150% auto;
		-o-background-size:150% auto;
}

#corpo #topo-page h2,
#corpo #topo-page2 h2,
#corpo #topo-page3 h2 {
	font-size: 16px;
	padding: 70px 0 0 0;
}
	#corpo #topo-page3 h2 {
		
	}
	#corpo #topo-page2 h2 {
		padding: 85px 0 0 0;
	}
#corpo #topo-page h1,
#corpo #topo-page2 h1,
#corpo #topo-page3 h1 {
	font-size: 35px;
}

#slide {
	float: none;
	position:relative;
	width: auto;
	height: auto;
	margin: 50px auto 10px auto;
}

#text {
	float: none;
	position: relative;
	
	width: auto;
	padding: 10px;
	margin: 0 auto;
}
	#text h1 {
		text-align: left;
		line-height: 180%;
	}
	#text h2 {
		text-align: left;
		font-family: 'TrajanPro-Regular';
		font-size: 25px;
	}
	
ul#mvv {
	width: auto;
	text-align: center;
	display: block;
  	justify-content: center;
	padding: 0 0 50px 0;
}
	ul#mvv li {
		display: block;
		position: relative;
		width: auto;
		margin: 40px auto;
		padding: 120px 10px 0 10px;
		font-size: 12px;
		color: #333;
		line-height: 160%;
	}

#corpo #fotos {
		float:left;
		width: 100%;
		height: auto;
		text-align: center;
	}
		#corpo #miniaturas img {
			display: block;
			float:left;
			width: 94px;
			height: 65px;
			z-index: 9999;
			cursor:pointer;
			transition: all 0.2s ease;
				-webkit-transition: all 0.2s ease;
				-o-transition: all 0.2s ease;
				-moz-transition: all 0.2s ease;
		}

.not {
		overflow: hidden;
	}
	
ul#linha {
	width: 380px;
	margin: 0 auto;
	padding: 50px 0 200px 0;
}
	ul#linha li {
		display: block;
		float: right;
		width: auto;
		margin: 0 0 0 185px;
		
		text-align: left;
		padding: 15px 0 40px 20px;
		line-height: 160%;
		background:url('/public/img/layout/default/o-escritorio/bg_linha.png') left top no-repeat;
	}
		ul#linha li h3 {
			font-family: 'TrajanPro-Bold';
			font-size: 13px;
			color: #AA1921;
		}
	ul#linha span {
		text-align: center;
		float: left;
		width: 100%;
		font-family: 'TrajanPro-Bold';
		font-size: 20px;
		padding: 25px 0;
	}
		ul#linha li.l2 {
			float: left;
			text-align: right;
			padding: 15px 20px 40px 0;
			margin: 0 185px 0 0;
			background:url('/public/img/layout/default/o-escritorio/bg_linha.png') right top no-repeat;
		}
#clientes {
	width: auto;
	height: 580px;
	padding: 40px 0;
}
	#clientes ul li {
		display: inline-block;
		width: auto;
		margin:0 20px;
		text-align: left;
		padding: 0 40px 0 60px;
		color: #FFF;
		line-height:180%;
		background:url('/public/img/layout/default/clientes_aspas.png') left top no-repeat;
	}			

.not {
	margin-bottom:10px;
}
.not .bx-wrapper .bx-viewport {	
	height: 600px;
	padding:0 8px 80px 8px;
}

#corpo #esq {
	float: inherit;
	position: relative;
	margin: 0 auto;
	width: auto;
	margin: 30px 0;
}


#corpo #esq ul#noticias {
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
	#corpo #esq ul#noticias li {
		display: inline-block;
		width: 290px;
		margin: 20px 10px;
		box-shadow:2px 2px 10px #CCC;
		text-align: left;
		align-items: center;
	}
		#corpo #esq ul#noticias li img {
			float: left;
			width: 290px;
			height: 200px;
		}
		ul#noticias li span.date {
			float: left;
			width: 75px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
		}
		ul#noticias li span.user {
			float: left;
			width: 150px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
			text-transform:uppercase;
		}
		ul#noticias li a h1 {
			display: block;
			clear:both;
			float: left;
			color:#000;
			font-size: 18px;
			line-height: 120%;
			padding: 10px 10px;
		}
		ul#noticias li h2 {
			float: left;
			display: block;
			clear:both;
			color:#666;
			line-height: 140%;
			padding: 0 10px;
		}
		ul#noticias li .link-red {
			float: left;
			display: block;
			clear:both;
			font-size: 12px;
			margin:20px 0 20px 10px;
		}	
		
#paginacao {
	float: inherit;
	position: relative;
	margin: 0 auto;
	width: auto;
	margin: 0px 0 30px 0;
}
	#paginacao ul {
		width: 100%;
		text-align:center;		
		display: flex;
		justify-content: center;
	}
		#paginacao ul li {
			display: inline-block;
		}
			#paginacao ul li a {
				font-size: 16px;
				padding: 10px 15px;
				font-family: 'Swis721-BT';
				font-weight:bold;
				margin: 0 5px;
			}
			#paginacao ul li a.seta {
				border: none;
				font-size: 25px;
				padding: 5px 15px;
			}

#corpo #dir {
	float: inherit;
	position: relative;
	margin: 0 auto;
	width: auto;
	margin: 0px 0 0 0;
	padding: 0 0 0 20px;
}
	#corpo #dir form#busca {
		float: left;
		width: 240px;
		margin: 10px 0 0 0;
		padding: 5px 0;
		border:1px solid #CCC;
	}
		#corpo #dir form#busca input {
			display: block;
			float: left;
			width: 160px;
			border: none;
		}
		#corpo #dir form#busca input.submit {
			display: block;
			float: right;
			width: 20px;
			margin: 5px 5px 0 0;
			height: 30px;
			background: #000;
			text-indent:-9999px;
			border: none;
			background: url('/public/img/layout/default/icones/lupa.png') center center no-repeat;
		}
	
	#corpo #dir span {
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		font-family: 'TrajanPro-Bold';
		padding: 50px 0 20px 0;
	}
	#corpo #dir ul#cat {
		float: inherit;
		position: relative;
		margin:0 auto;
		width: auto;
	}
		#corpo #dir ul#cat li a {
			display: block;
			clear:both;
			padding: 5px 0 5px 0;
			color: #AA1921;
		}
	#corpo #dir ul#mais {
		float: left;
		width: 100%;
		text-align: left;
		margin-bottom: 100px;
	}
		#corpo #dir ul#mais li strong {
			display: block;
			clear:both;
			padding: 5px 0 5px 20px;
			color: #666;
			background: url('/public/img/layout/default/icones/not_date.png') 0 6px no-repeat;
		}
		#corpo #dir ul#mais li a {
			display: block;
			clear:both;
			padding: 5px 0 15px 0;
			color: #AA1921;
			line-height: 160%;
		}
		
#corpo .title-noticia {
	position: relative;
	width: auto;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	font-family: 'TrajanPro-Regular';
	background: url('/public/img/layout/default/corpo_titulo.png') center bottom no-repeat;
	padding: 50px 10px 35px 10px;	
}
	#corpo .title-noticia h3 {
		font-size: 13px;
		color: #666;
		font-family: 'Swis721-BT';
	}
	#corpo .title-noticia h2 {
		font-size: 20px;
		color: #000;
		padding-bottom: 15px;
	
	}

#corpo .noticia #esq {
	text-align:center;
}
	#corpo .noticia #esq img  {
		float: inherit;
		margin:0 auto;
		position:relative;
		max-width:450px;
		padding: 0 0 20px 0;
	}
	
	#corpo .noticia #esq h2  {
		line-height: 180%;
		color: #666;
		font-size:16px;
	}

#corpo #compart {
	width: 100%;
	padding: 20px 0 50px 0;
	float: left;
}
	#corpo #compart ul#cesq {
		float: inherit;
		margin:0 auto;
		position:relative;
		width: 100%;
		text-align: center;
	}
	
		#corpo #compart ul#cesq li {
			display: block;
			clear:both;
			float: left;
			width: 130px;
			font-size: 11px;
			color: #666;
			padding:0 0 0 25px;
			text-align: left;
		}
		#corpo #compart ul#cesq li.data {
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
		}
		#corpo #compart ul#cesq li.user {
			width:100px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
			text-transform:uppercase;
		}
		#corpo #compart ul#cesq li.trabalhista {
			width: 100px;
			background:url('/public/img/layout/default/icones/at1.png') 0 0px no-repeat;
			padding:0 0 0 25px;
			text-transform:uppercase;	
		}
		#corpo #compart ul#cesq li.consumidor {
			width: 100px;
			background:url('/public/img/layout/default/icones/at2.png') 0 0px no-repeat;	
			padding:0 0 0 25px;
			text-transform:uppercase;
		}
		#corpo #compart ul#cesq li.empresarial {
			width: 100px;
			background:url('/public/img/layout/default/icones/at3.png') 0 0px no-repeat;
			padding:0 0 0 25px;
			text-transform:uppercase;	
		}
		#corpo #compart ul#cesq li.civel {
			width: 100px;
			background:url('/public/img/layout/default/icones/at4.png') 0 0px no-repeat;
			padding:0 0 0 25px;
			text-transform:uppercase;	
		}
	
	#corpo #compart ul#cdir {
		float: left;
		width: auto;
		margin: 10px 0 0 10px;
		text-align: right;
	}	
	
#corpo .noticia #esq {
	text-align: left;
}
	#corpo .noticia #esq img  {
		float: none;
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width:auto;
		padding: 0 0 20px 0;
	}
	
	#corpo .noticia #esq h2  {
		line-height: 180%;
		color: #666;
		font-size:14px;
		padding: 15px;
	}
}

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

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

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

@media screen and (max-width: 320px) {
	ul#linha {
		width: 300px;
	}
	
	
}

@media screen and (max-height: 360px) {
	
	
	
}