@charset "utf-8";

.clsdica{
	float: left;
	width: 467px;
	height: 150px;
	margin: 4px 6px 10px 6px;
	overflow: hidden;
	
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	background:#fff;
	
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}
.clsdica .dicdata{
	float: left;
	width: 100px;
	height: 100px;
	background-color: #0218AF;
	position: relative;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	text-align: right;
	color: #FFF;
	z-index: 10;
	box-shadow: 1px 2px 6px #666666;
	-moz-box-shadow: 1px 2px 6px #666666;
	-ms-box-shadow: 1px 2px 6px #666666;
	-o-box-shadow: 1px 2px 6px #666666;
	-webkit-box-shadow: 1px 2px 6px #666666;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.clsdica:hover .dicdata{
	box-shadow: 1px -2px 6px #666666;
	-moz-box-shadow: 1px -2px 6px #666666;
	-ms-box-shadow: 1px -2px 6px #666666;
	-o-box-shadow: 1px -2px 6px #666666;
	-webkit-box-shadow: 1px -2px 6px #666666;
}
.clsdica .dicdata span{
	float: right;
	margin-top: 32px;
	margin-right: 4px;
	text-align: center;
}
.clsdica .dic_img{
	float: left;
	margin-left: -35px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	z-index: 1;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	box-shadow: 1px 2px 6px #666666;
	-moz-box-shadow: 1px 2px 6px #666666;
	-ms-box-shadow: 1px 2px 6px #666666;
	-o-box-shadow: 1px 2px 6px #666666;
	-webkit-box-shadow: 1px 2px 6px #666666;
	margin-right: 4px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.clsdica .dic_img span{
	display: block;
	margin-top: 65px;
}
.clsdica .dic_img img{
	min-width: 200px;
	min-height: 150px;
	box-shadow: 1px 2px 6px #666666;
	-moz-box-shadow: 1px 2px 6px #666666;
	-ms-box-shadow: 1px 2px 6px #666666;
	-o-box-shadow: 1px 2px 6px #666666;
	-webkit-box-shadow: 1px 2px 6px #666666;
}
.clsdica .dic_desc{
	float: left;
	width: 248px;
	height: 150px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	text-align: justify;
	overflow: hidden;
}
.clsdica span.dic_tit,.clsdica span.dic_tit a{
	display: block;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	height: 26px;
	text-decoration: none;
	overflow: hidden;
}
.clsdica span.dic_tit a:hover{
	text-decoration: underline;
}

.imgdir{
	float: right;
	width: 230px;
	height: 230px;
	margin: 6px 0px 0px 15px;
	
	background: #fff;
	padding:5px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
}

a.voltar{
	display: block;
	float: right;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	background: #262221;
	color:#fff;
	
}
a.voltar:hover{
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-ms-box-shadow: 0px 0px 10px #999999;
	-o-box-shadow: 0px 0px 10px #999999;
	-box-shadow: 0px 0px 10px #999999;
}


.pativo, .n_pativo{
	float: left;
	width: 25px;
	height: 25px;
	margin: 3px;
	text-align: center;
	line-height: 25px;
	background:#fff;
	color:#0E36AE !important;
	
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
box-shadow:         inset 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}
.pativo{
	font-weight: bold;
	color: #FFF;
	margin-top: 2px;
}
.n_pativo{
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.n_pativo:hover{
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-ms-box-shadow: 0px 0px 5px #999999;
	-o-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
}

.cliente{
	float: left;
	width: 210px;
	height: 225px;
	box-shadow: 4px 4px 4px #5A1F1F;
	margin: 0px 15px 30px 15px;
	background-color: #FFF;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.cliente span.titulo{
	background: #262221; /* Old browsers */
	display: block;
	float: left;
	width: 200px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	padding: 0px 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.cliente .cli_img{
	float: left;
	width: 210px;
	height: 155px;
	line-height: 155px;
	text-align: center;
	overflow: hidden;
}
.cliente .cli_img img{
	min-width: 210px;
	min-height: 155px;
}
.cliente a.cli_link{
	text-decoration: none;
	display: block;
	float: left;
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
.cliente:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.cliente span.desc{
	padding: 5px;
	display: block;
	float: left;
	width: 200px;
	text-align: left;
}

.portfolio{
	height: 156px;
	margin-bottom: 15px;
	border-bottom: 1px rgba(204, 204, 204, 0.5) dashed;
	overflow: hidden;
}
.portfolio .port_img{
	float: left;
	width: 200px;
	height: 150px;
	margin: 0px 10px 0px 0px;
	background-color: #FFF;
	padding: 3px;
	box-shadow: 0px 0px 10px #CCCCCC;
	text-align: center;
	line-height: 150px;
	color: #999;
}
.portfolio .port_titulo{
	display: block;
	float: left;
	width: 744px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 1.3em;
	color: #0F38C4;
}
.portfolio .port_titulo a{
	color: #0F38C4;
	text-decoration: none;
}
.portfolio .port_titulo a:hover{
	text-decoration: underline;
}
.portfolio .port_texto{
	float: left;
	width: 744px;
	height: 120px;
	overflow: hidden;
}
.portfolio a.btn_mais{
	display: block;
	float: right;
	padding: 1px 5px;
	margin: -18px 0px 0px 0px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #CCCCCC;
	-moz-box-shadow: 0px 0px 10px #CCCCCC;
	-ms-box-shadow: 0px 0px 10px #CCCCCC;
	-o-box-shadow: 0px 0px 10px #CCCCCC;
	-webkit-box-shadow: 0px 0px 10px #CCCCCC;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.portfolio:hover a.btn_mais{
	box-shadow: 0px 0px 10px #666666;
	-moz-box-shadow: 0px 0px 10px #666666;
	-ms-box-shadow: 0px 0px 10px #666666;
	-o-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
}

.submenu{
	float: left;
	width: 220px;
	height: auto;
}
.submenu ul{
	list-style: none;
}
.submenu ul a{
	text-decoration: none;
	color: #FFF;
}
.submenu ul li{
	padding: 4px;
	margin: 4px 0px;
	background: rgb(16,65,245); /* Old browsers */
	text-shadow: 0px 0px 3px #999999;
	background: -moz-linear-gradient(top,  rgba(16,65,245,1) 0%, rgba(107,137,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,65,245,1)), color-stop(100%,rgba(107,137,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,65,245,1) 0%,rgba(107,137,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,65,245,1) 0%,rgba(107,137,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,65,245,1) 0%,rgba(107,137,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,65,245,1) 0%,rgba(107,137,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1041f5', endColorstr='#6b89f4',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.submenu ul li:hover{
	background: rgb(115,143,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(115,143,244,1) 1%, rgba(16,65,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(115,143,244,1)), color-stop(100%,rgba(16,65,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(115,143,244,1) 1%,rgba(16,65,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(115,143,244,1) 1%,rgba(16,65,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(115,143,244,1) 1%,rgba(16,65,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(115,143,244,1) 1%,rgba(16,65,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#738ff4', endColorstr='#1041f5',GradientType=0 ); /* IE6-9 */
}
a li.checked{
	box-shadow: 0px 0px 20px #666666;
}

.produt{
	float: right;
	width: 730px;
	height: auto;
}
.produto{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 172px;
	height: 250px;
	background-color: #FFF;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
}
.produto a{
	text-decoration: none;
}
.prodimg{
	width: 164px;
	height: 120px;
	margin: 4px 4px 3px 4px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
}
.maisdetalhes{
	height: 18px;
	width: 109px;
	margin-left: 27px;
	margin-bottom: 0px;
	margin-top: -18px;
	position: relative;
	color: #FFF;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color: rgba(0, 0, 0, 0.52);
}
.produto:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produto:hover{
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	position: relative;
	z-index: 1000;
}
.produto .prodesc{
	width: 164px;
	height: auto;
	margin: 2px 4px 0px 4px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	max-width: 164;
	max-height: 120px;
}

.tammin{
    min-height: 400px;
}
.obra{
    width: 210px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin: 0px 15px 20px 14px;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
	color:#fff;
}
.obra:hover{
    background-color: #0D6F09;
	color:#fff;
}
.obra .obratitulo{
    height: 40px;
    float: left;
    width: 210px;
    margin-top: -43px;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}
.obra:hover .obratitulo{
    margin-top: 0px;
}
.obra img{
    float: left;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    width: 210px;
    height: auto;
}
.obra:hover img.principal{
    margin-left: -40px;
}

.miniimg{
    width: 40px;
    height: 30px;
    float: left;
    margin-bottom: 1px;

}
.miniimg img{
    width: 40px;
    height: auto;
    margin-left: 1px;
}

.caixaimgs{
	float: left;
	width: 400px;
	min-height: 100px;
	border-right: 1px #CCCCCC dashed;
}
.caixaimgs .imgs{
	width: 190px;
	height: 145px;
	float: left;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
}
.caixaimgs .imgs img{
	width: 190px;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.caixaimgs .imgs:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.caixadesc{
	float: left;
	width: 549px;
	min-height: 100px;
	padding: 0px 0px 0px 10px;
}
.caixadesc h2{
	
	color: #D90000;
}
.portfolio{
	float: left;
	width: 210px;
	height: 180px;
	overflow: hidden;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0px 10px 20px 10px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.portfolio .portimg{
	overflow: hidden;
	width: 210px;
	height: 150px;
}
.portfolio .portimg img{
	min-width: 210px;
	min-height: 150px;
}
.portfolio:hover{
	box-shadow: 0px 0px 15px #666;
	-moz-box-shadow: 0px 0px 15px #666;
	-ms-box-shadow: 0px 0px 15px #666;
	-o-box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
}
