@charset "utf-8";
/* CSS Document */
/*0 - Fontes*/
/*1 - Reset CSS*/
/*2 - Grid - Layout*/
/*3 - Header*/
/*4 - Menu*/
/*5 - Conteúdo*/
/*6 - Footer*/
/*7 - Media Queries*/




/*/////////////////////////////////0 - Fontes///////////////////////////////*/
@font-face {
    font-family: Aldine401 BT;
    src: url(../_fonts/ALD401B.TTF);
	src: url(../_fonts/ALD401BI.TTF);
	src: url(../_fonts/ALD401I.TTF);
	src: url(../_fonts/ALD401N.TTF);
}
@font-face {
    font-family: Aldine721 Lt BT;
    src: url(../_fonts/ALD721L.TTF);
}
@font-face {
    font-family: AmerType Md BT;
    src: url(../_fonts/AMRTYPEB.TTF);
	src: url(../_fonts/AMRTYPEN.TTF);
}
@font-face {
    font-family: Dosis;
    src: url(../_fonts/Dosis-Light.TTF);
}

/*///////////////////////////1 - Reset CSS/////////////////////////////*/
* {	
	box-sizing:border-box;
	margin:0;
    padding:0;
    border:0;
    outline:0;
}
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;
}
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;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

/*///////////////////////////2 - Grid - Layout////////////////////////////*/
.full {
	width: 100%;
	float:left;
}
.sup {
	background: rgba(0,0,51,1);
background: -moz-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,51,153,1) 51%, rgba(0,0,51,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,51,1)), color-stop(51%, rgba(0,51,153,1)), color-stop(100%, rgba(0,0,51,1)));
background: -webkit-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,51,153,1) 51%, rgba(0,0,51,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,51,153,1) 51%, rgba(0,0,51,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,51,1) 0%, rgba(0,51,153,1) 51%, rgba(0,0,51,1) 100%);
background: linear-gradient(to right, rgba(0,0,51,1) 0%, rgba(0,51,153,1) 51%, rgba(0,0,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#000033', GradientType=1 );/*fundo topo*/	
}
.sup {
	/*background: url(../_img/topo.png);*/
	background-position: center;
	margin-top: 40px;
}
.inf {
	background: #666666; /*fundo rodape*/
	background: #CE6700;
}
.container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;	
}





/*///////////////////////////3 - Header////////////////////////////*/
#logo {
	float: right;
	width: 28%;
	margin: 1% 0;
}
.destaque {
	width: 100%;
	text-align:center;
	float:left;
	font-family: AmerType Md BT;
	font-weight: lighter;
	color: #999;
	margin: 1% 0 20% 0;	
}
.destaque h1 {
	font-size: 30px;
}
.destaque h2 {
	font-size: 20px;
}





/*////////////////////////////4 - Menu/////////////////////////////*/
.laranja {
	background: #CE6700;
	position: fixed;
	z-index: 10000;
	width: 100%;
	margin-top: -23px;
}
menu {
	font-family: Dosis;
	font-size: 18px;
	font-weight:bold;
}
menu span {
	font-size: 13px;
	font-style:italic;
	color: #fff;
}
/*superior*/
menu .menu_superior {
	float: left;
	width: 100%;
}
menu .menu_superior ul {
	margin: 0;
	position: relative;
}
menu .menu_superior	ul:after {
		content: ""; clear: both; display: block;
}
menu .menu_superior ul ul {
	display: none;
	position: absolute;
	top: 100%;
}
menu .menu_superior ul li:hover> ul {
	display: block;
}
menu .menu_superior ul ul li {
	float: none;
	width: 320px;
	top: 90%;
	padding: 1%;
	background: #0066CC;
	background: #757575;
	margin: 0;
	border: 1px solid #666;
}
menu .menu_superior ul ul li:hover {
	background: #333;
	color:#FFF;
}
menu .menu_superior ul ul li a:hover {
	color:#FFF;
}

menu .menu_superior ul li{
	float: left;
	text-align:center;
	padding: 1% 0;
	width: 14.28%;
	margin: 0;
	transition: .5s;
}
menu .menu_superior ul li:hover{
	background:#FFBF80;
	transition: .5s;
}
menu .menu_superior ul li a{
	color:#FFF;
	text-decoration:none;
}
menu .menu_superior ul li a:hover{
	color: #000;
}


/*inferior*/
menu .menu_inferior {
	float: right;
	width: 15%;
}
menu .menu_inferior ul li{
	margin: 3% 0;
}
menu .menu_inferior ul li a{
	color:#FFF;
	text-decoration:none;
}
menu .menu_inferior ul li a:hover{
	color: #0CF;
}
/*////////////////////////////////5 - Conteúdo//////////////////////////////*/
.box {
	width: 23%;
	height: 325px;
	margin: 0 1% 20px 1%;
	border: 1px solid #ccc;
	padding: 6% 3%;
	float:left;
	background: #FFF;
	background: #EEE;
	background: #CE6700;
}
.box-web {
	text-align:center;
	float: left;
	width: 30%;
	margin: 0 35% 30px 35%;
}
.box a {text-decoration: none;}
.box a h1  {
	font-family: Aldine401 BT;
	font-size: 20px;
	color: #0066FF;
	color: #FFF;
}
.box a:hover h1  {
	color: #039;
	color: #FF9;
	color: #000;
}
.box a p {
	font-family: Tahoma;
	font-size: 15px;
	color: #999;
	color: #FFC;
	margin: 10px 0;
}
.box a:hover p {
	color: #666;
	color: #FF9;
	color: #000;
}

hr {
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.chamada {
	margin-left: 1.5%;
	margin-right: 1.5%;	
	width: 97%;
	margin-top: -15%;
}

.promocao {
	background:url(../_img/fundo-promocao.png);
	margin: 5px 0 20px 0;
}
.avatar {
	width: 40%;
	float:left;
}
.avatar img {
	width: 90%;
	margin: -30px 5%;	
}
.promosites {
	width: 50%;
	float: right;
	margin: 30px 20px;	
}
.promosites h2 {
	font-family: Aldine721 Lt BT;
	font-size: 36px;
	font-style:normal;
	color: #000;
	margin: 0px 20px 30px 20px;	
}
.promosites h3 {
	font-family: Aldine721 Lt BT;
	font-size: 24px;
	font-style: italic;
	color: #fff;
	margin: 30px 20px 10px 20px;
	float: right;
	background:#ce5e11;
	padding: 10px 40px;
}
.promosites h3 span {
	font-size: 32px;
}
.promosites ul li{
	font-family: Dosis;
	font-size: 20px;
	font-style:normal;
	color: #333;
	margin-left: 50px;
	line-height: 28px;
}
.projetos {
	margin: 35px 1.5%;	
	width: 97%;
}
.projetos h1 {
	font-family: Aldine721 Lt BT;
	font-size: 30px;
	font-style:normal;
	color: #333;
}
.projetos p {
	font-family: Dosis;
	font-size: 19px;
	
}
.projetos img.img_resp {
	float: right;
	margin: 1%;
	width: 50%;
}
.projetos .proj li {
	background: #fff;
	height: 90px;
}
.projetos .caract li {
	height: 135px;
	background: #E2E2E2;
	border-top: 20px solid #036;
	border-top: 20px solid #ce6700;
	margin-top: 15px;
}
.projetos .benef li {
	float: none;
	width: 100%;
	text-align:left;
	margin: 12px 0.8%;
	background: #E2E2E2;
	border-top: 2px solid #036;
	font-size: 20px;
}
.projetos li {
	float: left;
	font-family: Dosis;
	font-size: 19px;
	text-align:center;
	position: relative;
	box-shadow: 0 1px 2px #999;
	padding: 10px;
	overflow:hidden;
	width: 15%;
	margin: 8px 0.8%;
}
.projetos ul li img {
	width: 100%;
}


.projetos li a {
	display: block;
}

.projetos span.lupa {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../_img/sprite.png) 0 0;
	width: 83px;
	height: 41px;
}

.projetos a:hover img {
	opacity: .8;
}




.conteudo {
	float: left;
	width: 100%;
	padding: 3%;
	margin: -130px 0 0 0;
	background:rgba(255,255,255,1);	
}
.migalha_pao {
	font-family: Dosis;
	font-size:14px;	
	margin: 0 0 10px 0;
}
.migalha_pao a{
	color: #CCC;
	text-decoration:none;
}

ul.filter li {
	font-family: Dosis;
	font-size:16px;
	list-style: none;
	float: left;
	width: 16%;
	margin: 1.5% 1%;
	padding: 1%;
	background: #999;	
	text-align: center;
}
ul.filter li a{
	color: #FFF;
	text-decoration:none;
}


div.web, div.graf { float: left; min-height: 170px; margin-bottom: 18px; width: 30.3%; margin-left: 1.5%; margin-right:1.5%; padding: 18px;  border:1px solid #CCC; font-family: Dosis; font-size: 1.1em;}
div.web p, div.graf p {margin-top: 7px; display:none;}
div.web strong, div.graf strong {color: #036;}
/*[class*="graf"] + [class*="graf"]:last-child { float: left; }
[class*="graf"] + [class*="graf"].end { float: left; }*/
div.web img, div.graf img {width: 100%; border: 1px solid #E4E4E4;}



h1.titulo {
	font-family: Aldine401 BT;
	font-size: 30px;
	color: #333;
	margin: 2% 0;
}

.clear {
	clear: both;	
}

/*////////////////////////////////6 - Footer////////////////////////////////*/
.footer_contato {
	font-family: Dosis;
	font-size: 17px;
	float: left;
	width: 35%;
	color: #FFF;
	margin: 30px 2.5%;	
}
#subir {
	clear: both;
	width: 90px;
	margin: 0 auto;
	padding-top: 100px;
	cursor: pointer;
}

#subir a {
	width: 93px;
	height: 48px;
	display: block;
	background: url(../_img/sprite.png) 93px 52px;
}

#subir a:hover {
	background-position: 93px 1px;
}











/*////////////////////////////////// CONTATO ///////////////////////////////*/

#formulario_contato, #mapa {
	font-family: Dosis;
	float: left;
	width: 50%;
	height: 400px;
	padding: 1%;
	color:#666;
	
}
#formulario_contato h1 {
	font-size:20px;

}
#formulario_contato p, #formulario_contato table {
	font-size:17px;
}
#formulario_contato textarea {
	width: 90%;	
}
/* Menu mobile */
	div.menu-mobile {
		z-index: 1000000;
		position:relative;
		display: none;
	
	}
	#check {
		display: none;
	}

	#triple-bar {
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 3em;
	z-index: 10;
	color: #FFFFFF;
	}

	.div-mobile {
	background-color: #000066;
	position: absolute;
	height: 1200px;
	width: 300px;
	transition: all .2s linear;
	left: -300px;
	top: 0;
	}

	nav.nav-mobile {
		width: 100%;
		position: absolute;
		top: 80px;
	}

	nav.nav-mobile a {
		text-decoration: none;
		display: inline-block;
		width: 300px;
	}

	.li-mobile {
	background-color: #0066CC;
	padding: 10px 20px;
	font-family: Dosis;
	font-size: 1em;
	transition: all .2s linear;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-transform: uppercase;
	}
	.li-mobile span {
	text-transform: lowercase;
	}

	.li-mobile:hover {
	background-color: #003399;
	color: #FFFFFF;
	}

	.r-sociais-mobile {
		position: absolute;
		left: -300px;
	}

	#check:checked ~ .div-mobile {
		transform: translateX(300px);
	}

	#check:checked ~ #triple-bar {
		color: #FFFFFF;
	}

	#check:checked ~ .r-sociais-mobile {
		position: absolute;
		left: 150px;
		top: 25px;
		max-width: 150px;
		z-index: 11;
		transition: all .2s linear;
	}

	.subnivel {
		margin-right: 30px;
	}

	.li-li-mobile {
		background-color: #FFAA00;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 10px 20px 10px 50px;
		font-family: 'Dosis';
		font-size: 1em;
		transition: all .2s linear;
		border-bottom: 2px solid #FFFFFF;
		margin-top: 0px;
	}
	.li-li-mobile span {
		text-transform: lowercase;
	}
	.li-li-mobile:hover {
		background-color: #FFCC00;
		color: #FFFFFF;
	}

	.li-dois-mobile {
		background-color: #A0A0A0;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 10px 20px;
		font-family: Dosis;
		font-size: 1em;
		transition: all .2s linear;
		border-bottom: 2px solid #FFFFFF;
	}

	.li-dois-mobile:hover {
		color: #FFFFFF;
		background-color: #8C8C8C;
	}

	.li-mobile:visited, .li-li-mobile:visited, .li-dois-mobile:visited {
		color: #FFFFFF;
	}
@media screen and (max-width: 780px) {
	.sup {
	margin-top: -23px;
	}
	div.menu-mobile {
		display: block;	
	}
	.box {
	width: 47%;
	margin-bottom: 20px;
	margin-top: 0;
	text-align:center;
	}
	.box-web {
	float: left;
	width: 30%;
	margin: 0 35% 30px 35%;
	}
	.projetos .caract li, .projetos .proj li {
	width: 30.3%;
	margin: 15px 1.5% 0 1.5%;
	}
	ul.filter li {
	width: 28%;
	}
	div.web, div.graf { width: 47%; }
	#formulario_contato, #mapa {
	width: 90%;
	margin: 2% 5%;
	}
	menu .menu_inferior {
	float: right;
	width: 50%;
	}
	#logo {
	float: right;
	width: 50%;
	margin: 1% 25%;
	}
	.menu_superior {
	display: none;
	}
	.promosites h2 {
		font-size: 26px;
	}
	div.web, div.graf { min-height: 190px;}
	
}

@media screen and (max-width: 500px) {
	.box {
	width: 97%;
	height: 210px;
	}
	.projetos img.img_resp {
		width: 98%;
	}
	.projetos .caract li, .projetos .proj li {
	width: 47%;
	margin: 15px 1.5% 0 1.5%;
	}
	div.web, div.graf { width: 97%; }
	#logo {
	float: right;
	width: 70%;
	margin: 1% 15%;
	}
	menu .menu_inferior {
	float: left;
	width: 90%;
	margin: 10px 5%;
	}
	.avatar {
	width: 100%;
	}
	.promosites {
		width: 90%;		
		margin: 30px 5%;	
	}
}