@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

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

body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;-webkit-overflow-scrolling: touch;overflow:auto}

*,
*:after,
*:before {
	
	-webkit-overflow-scrolling: touch
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #f2ede3;
    background: #fff;
    font-size: 0.9em;
    font-weight: 300;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;

}

a:hover {
	color: #000;
}

.container { height: 100%;	 }

.bl-main {
	position: absolute;
	width: 100%;
	height: 92%;
	overflow:hidden;
	
}

.bl-main > section {
	position: absolute;
	width: 50%;
	height: 50%;
	
}


.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-image:url(../fundos/fundo_elefante.jpg);
	background-position:bottom right;
	display:block;
	cursor:pointer
	
}

.bl-main > section:nth-child(2) {
	top: 0;
	left: 50%;
	background-image:url(../fundos/fundo_gajos.jpg);
	background-position:top left;display:block;
	cursor:pointer;
	
}

.bl-main > section:nth-child(3) {
	top: 50%;
	left: 0;
	background-image:url(../fundos/fundo_clientes.jpg);
	background-position:center;display:block;
	cursor:pointer
	
}

.bl-main > section:nth-child(4) {
	top: 50%;
	left: 50%;
	background-image:url(../fundos/n4_s1.jpg);
	background-position:center;display:block;
/*	background: #10A296;
	background-image:url(../p4.jpg);
	background-position:center;*/
	cursor:pointer
}

.bl-box {
	position: relative;
	height: 100%;
	width:100%;
	cursor: pointer;
	opacity: 1;
	z-index:9999px;
	/* Centering with flexbox */
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl-box h2 {
	text-align: center;
	display:block;
	max-width:213px;
	vertical-align:middle;
	margin: 0;
	padding: 20px;
	font-size: 1.8em;
	letter-spacing: 1.5px;
	font-weight: 700;
	z-index:9999;
	text-transform: uppercase;cursor: hand;
	background-image:url(../fundo_caixa.png);
	-moz-border-radius: 15px;
border-radius: 15px;


}

.bl-icon {
	font-family: 'icomoon';
	color:#666;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}



.bl-icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

.bl-icon-about:before {
	content: "\e000";
}

.bl-icon-works:before {
	content: "\e002";
}

.bl-icon-services:before {
	content: "\e001";
}


.bl-icon-blog:before {
	content: "\e001";
}

.bl-icon-contact:before {
	content: "\e003";
}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.bl-main > section .bl-icon-close2 {
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.bl-panel-work-items > section .bl-icon-close3 {
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}




.bl-icon-close:before {
	content: "\e005";
	display:inline;
	
}

.bl-icon-close2:before {
	content: "\e005";
	display:inline;
	
}

.bl-icon-close3:before {
	content: "\e005";
	display:inline;
	z-index:9999

	
}

.textoicon {
	font-weight: 700;
	text-transform: uppercase;
	 font-family: 'Lato', Calibri, Arial, sans-serif;}

.bl-content, 
div.bl-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
}

/* Custom content */

.bl-content p {
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.7em;
	line-height: 1.8;
}

.bl-content h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0 0 5px 0;
}

.bl-content article {
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.2);
}

.bl-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	width: 20%;
	margin-top: 0.5%;
	margin-bottom:0.5%;
	margin-left:1%;
	margin-right:1%;
}

.bl-content > ul li a {
	display: block;
	padding: 0;
	border: 8px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.bl-panel-items > div > div {
	width: 90%;
	margin: 0 auto;
	opacity: 1;
	bottom: 90px;
	top: 50px;
	pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 0 20px 0;
}

div.bl-panel-items > div > div p {
	font-size: 1.3em;
}

div.bl-panel-items > div > div img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}

div.bl-panel-items > div {
	background: #C0D72D;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

div.bl-panel-items nav {
	position: absolute;
	z-index: 9999;
	width: 216px;
	left: 50%;
	top: 0px;
	margin-left: -108px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

div.bl-panel-items.bl-panel-items-show nav span {

	margin: 5px;
	width:300px
}

div.bl-panel-items nav span.bl-next-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 2em;
}

div.bl-panel-items nav span.bl-next-service {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 2em;
}


div.bl-panel-items nav span.bl-prev-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	cursor: pointer;
	margin-right: 2em;

}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
	top: -80px;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-show-services {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-show-service {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

div.bl-panel-items > div.bl-hide-current-service {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section.bl-expand-top {
	z-index: 100;
}

.bl-main > section:first-child.bl-expand {
	background-image:url(../fundos/fundo_elefante.jpg);
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center right;
  cursor:default
}
.bl-main > section:nth-child(2).bl-expand {
	background-image:url(../fundos/fundo_gajos.jpg);
	 background-position:bottom left;
	   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; cursor:default
}
.bl-main > section:nth-child(3).bl-expand {
	background-image:url(../fundos/fundo_clientes.jpg);
	 background-position:bottom center;
	   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; cursor:default
}
.bl-main > section:nth-child(4).bl-expand {
/*	background: #0D8278;
		background-image:url(../p4.jpg);
	 background-position:center;
	   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; cursor:default*/
  background-image:url(../fundos/n4_s1.jpg);
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;  background-size: cover;
  
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
	color:#FFF
}

.bl-icon-close2 {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
	color:#FFF
}
bl-panel-work-items,
.bl-icon-close3 {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
	color:#FFF
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;color:#FFF
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close2 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;color:#FFF
}

section.bl-expand .bl-content,bl-panel-work-items,
section.bl-expand .bl-icon-close3 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;color:#FFF
}


@media all and (orientation:portrait) {
 #banner-fade {
		clear:both;
		margin:0 auto}
		
		 #banner-fade2 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade3 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade4 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade5 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade6 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade7 {
		clear:both;
		margin:0 auto}
		
		 #banner-fade8 {
		clear:both;
		margin:0 auto}
		
		 #texto {
		clear:both;
		margin-right:25%;font-size:70%}
		
		
}
	

	.titulostrabalhos {background-image:url(../fundo_caixa.png); padding:10px; color:#C0D72D;-moz-border-radius: 15px;
border-radius: 15px;font-weight: 300; margin: 0 0 5px 0; margin-top:30px; margin-left:40px; margin-right:40px; margin-bottom:30px; font-size:2.5em; max-width:93%}
	
 #texto {
	 float:right; font-size:100%; text-align:left; max-width:50% }
	 
	 
	 
	 .bl-icon-close3 {color:#C0D72D; font-size:14px; float:right; margin-top:10px; z-index:9999;position: relative; right:0px}
	 
	 .caixasservicos {background-image:url(../fundo_caixa.png); padding:10px; color:#333; -moz-border-radius: 15px; border-radius: 15px;margin-top:70px; margin-bottom:20px}
	 
	 .caixasservicos2 {background-image:url(../fundo_caixa.png); padding:10px; color:#333; -moz-border-radius: 15px; border-radius: 15px;}

@media screen and (max-width: 46.5em) {
	
		.titulostrabalhos {font-size:1.5em}
	
	 .bl-icon-close3 {font-size:10px}

	.bl-content,
	.bl-box {
		font-size: 75%;-webkit-overflow-scrolling: touch;
	}

	.bl-expand .bl-box {
		height: 130px;-webkit-overflow-scrolling: touch;
	}

	.bl-content > ul li {
		width: 40%;-webkit-overflow-scrolling: touch;
	
	}
	
	
	.bl-main {

	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
	
}

.textofooter {
	font-size:60%}	
	
	
 #texto {
	 font-size:75%}
	
	.logo {
  width: 80%;
  max-width: 116px;
  height: auto;
}

.slogan {
  width: 40%;
  max-width: 341px;
  height: auto;
}



	
}






			
			
			#footer {position: absolute;
	bottom:0px; /* negative value of footer height */
	
	clear:both;
	z-index:9000; width:100%} 
	
	
	
	#left { float:left; margin:0; padding:0; padding-left:40px;padding-top:10px; padding-bottom:10px;  font-size:80%; }
#right { float:right; margin:0; padding:0; padding-right:40px;padding-top:10px; padding-bottom:10px; font-size:80%; }
#middle {  margin:0; padding:0; font-size:80%;padding-top:10px; padding-bottom:10px;  }


.logo {

  max-width: 116px;
  height: auto;
}

.slogan {

  max-width: 341px;
  height: auto;
}



#content {
   top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0 20px;
    clear:both;
    position:relative;
    z-index:2;
	overflow:scroll;
	min-height:500px
}
#content p {
    margin:0 0 18px;
}

.textocorrido {margin: 0 auto;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.2;
	text-align:justify}
	
	
		
		
		



#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.caixalogos

{ border: solid 1px #CCC; padding:5px; width:25%}

.imagemlogos {
	 padding:3px; border:solid 1px #CCC }
	
	ul li { display: inline; list-style:none;margin: 0; padding: 0; }
	
	.wide {
				border-bottom: 1px #000 solid;
				width: 4000px;
			}
			
			.fleft { float: left; margin: 0 20px 0 0; }
			
			.cboth { clear: both; }
			
			.logosclientes {  width:25%; }
			
			
.titulotrabalhosquemsomos {background-image:url(../fundo_caixa.png); padding:10px; color:#C0D72D; max-width:500px;-moz-border-radius: 15px;
border-radius: 15px;}

.banners {background-image:url(../fundo_caixa.png);margin-top:70px; padding:10px;-moz-border-radius: 15px;
border-radius: 15px;}

.bl-icon-close2 {color:#C0D72D; font-size:14px; float:right; margin-top:10px}



#quemsomos {  width:100% ;height: 100%;
	  position:absolute; margin:0; padding:0}
	  
	  
	  
	  
	  
	  /* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;background-image:url(../fundo_caixa.png);margin-top:70px; padding:10px;-moz-border-radius: 15px;
border-radius: 15px;}
li.bjqs-slide{ display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:relative;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; color:#FFF}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;color:#FFF}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;color:#FFF}
ol.bjqs-markers.h-centered{text-align: center; color:#FFF}
ol.bjqs-markers li{display:inline;color:#FFF}
ol.bjqs-markers li a{display:inline-block;color:#FFF}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.btn {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  color: #ffffff;
  font-size: 20px;
  background: #C0D72D;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #95A620;
  text-decoration: none;
}