@charset "utf-8";

/* CSS Document 
font-family: 'Asap', sans-serif;
*/

/*reset*/

* {
    margin: 0;
    padding: 0;
}


.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #FFFFFF;
  color: white;
}


.info-block {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 35px;
  transition: all .5s ease;
    background-color: #FFFFFF;
}

.info-block.bordered {
  border: 1px solid #e9e7e8;
}

.info-block.bordered:hover {
  border-color: #6fadf7;
}

.info-block img {
  margin: 10px 0px;
}

.info-block h5.info-title {
  margin: 10px 0px;
  color: #343434;
  font-size: 18px;
}

.info-block p {
  margin: 10px 0px;
  font-size: 16px;
  color: #9b9b9b;
}

.info-block .btn-type-2 {
  background-color: #FFFFFF;
  border-color: #fb766d;
  color: #fff;
  width: 100%;
  font-size: 16px;
  max-width: 150px;
}

.info-block .btn-type-2:hover {
  background-color: #fa4538;
}


header, footer, article, aside, nav, section {
    display: block;
    overflow: hidden;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a img {
    border: 0;
}

.tab {
    overflow: auto;
    background-color: #29c0d4;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    /*width: 190px;*/
    width: 15.8%;
    height: 175px;
    background-color: #fff;
    margin: 0px 5px;
    position: relative;
    outline: none!important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ffffff;
  color: #000;
}

.tab button.active:before {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e8e8e8;
    z-index: 10;
}

.tab button:first-child {
    margin-left: 0px;
}

.tab button:last-child {
    margin-right: 0px;
}

.tabtext {
font-family:'Roboto';
color:#FFF; 
font-size:22px;
margin-bottom:50px;	
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;


  
}

body {
    font-family: 'Roboto', sans-serif;
	overflow-y: scroll;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

/*multifunctions*/

#wrap {
    margin: 0px auto;
    width: 100%;
    min-width: 100%;
}

/*header site*/

#header {
    margin: 0 25px 15px 30px;
    overflow: visible;
}

#header h1 span {
    display: none;
}


#header nav.configMenu {
    display: block;
    overflow: hidden;
    margin: 0 0px 0 0;
}

#header nav.configMenu ul {
    float: right;
    list-style: none;
}

#header nav.configMenu ul li {
    float: left;
    margin: 0 0px 0 0;
}

#header nav.configMenu ul li.last {
    margin: 0 0 0 0px;
}

#header nav.configMenu ul li a:link,#header nav.configMenu ul li a:visited, #header nav.configMenu ul li span {
    display: block;
    font-family: 'Tahoma', Asap, sans-serif;
    font-size: 10px;
    color: #00000;
    text-decoration: none;
}

#header nav.configMenu ul li a span {
    display: none;
}

#header nav.configMenu ul li a:hover {
    color: #000;
}

#header nav.configMenu ul li.active a {
    color: #000000;
    font-weight: normal;
}

#header nav.configMenu ul li.active a span {
    display: inline;
    font-weight: normal;
    color: #000000;
}
/*
#header .menu{float:right;display:block;margin:45px 30px 0 0; overflow:visible;}

#header .menu ul.menu{list-style:none;}

#header .menu ul.menu li{float:left;margin:0 75px 0 0;padding:0 0 4px 0;}

#header .menu ul.menu li.selected{border-bottom:1px solid #bdac9a;font-weight:700;}

#header .menu ul.menu li.last{margin:0;}

#header .menu ul.menu li a:link,#header nav.menu ul.menu li a:visited{display:block;font-family: 'Asap', sans-serif;font-size:13px;text-decoration:none;color:#674E32;}

#header .menu ul.menu li a:hover{color:#DCDCDC;text-decoration:none;}
#header .menu ul.menu li a.active{color:#666;}
*/

/*** Menu ***/
.menu {
    line-height: 60px;
    list-style: none;
    font-size: 17px;
    text-align: center;
    display: table;
    margin-left: auto;
}

.menu li {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    position: relative;
}

.menu li.last.leaf {
    margin-right: 0px;
}

.menu li a {
    color: #00c1d6;
    text-decoration: none;
}

.menu li a:hover {
    color: #FFFFFF;
    font-size: 17px;
}






/*** Menu ***/
.menuc {
    line-height: 60px;
    list-style: none;
    font-size: 17px;
    text-align: center;
    display: table;
    margin-left: auto;
}

.menuc li {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    position: relative;
}

.menuc li.last.leaf {
    margin-right: 0px;
}

.menuc li a {
    color: #00c1d6;
    text-decoration: none;
}

.menuc li a:hover {
    color: #FFFFFF;
    font-size: 17px;
}




/*content site*/

section#homeContent {
    padding: 0 25px 0 35px;
}

.gototop {
    display: block;
    height: 38px;
    width: 38px;
    margin: 40px auto;
    clear: both;
}


/*footer site*/

footer#footer {
    display: block;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    line-height: 20px;
}

footer#footer > div.address {
/*float:left;*/
    width: 100%;
    margin: 0 1% 0 0;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
    font-size: 11px;
    color: #666;
    padding: 0 0 10px 0;
}

footer#footer > div > p {
    color: #666;
}

footer#footer > p {
    font-size: 11px;
    padding-top: 10px;
    color: #666;
    text-align: right;
}

/*contact*/

.paddingLeft300 {
    padding: 0 0 0 320px;
    position: relative;
    min-height: 470px;
    overflow: hidden;
} /*overflow:hidden; - retirado para que o formulario de contato possa ser expandido*/

section#homeContent aside.contactForm {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

section#homeContent aside.contactForm h3 {
    border-top: 2px solid #BDAC9A;
    text-align: center;
    padding: 35px 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
}

section#homeContent label {
    display: block;
    margin: 4px 0;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
}

section#homeContent aside.contactForm p {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
}

section#homeContent aside.contactForm p.curriculum {
    display: none;
}

section#homeContent input.textForm {
    font-size: 12px;
    color: #666;
    font-family: 'Asap', sans-serif;
    border: 1px solid #BDAC9A;
    padding: 2px 5px;
    width: 288px;
    font-weight: normal;
}

section#homeContent textarea.textareaForm {
    font-size: 12px;
    color: #666;
    font-family: 'Asap', sans-serif;
    border: 1px solid #BDAC9A;
    padding: 2px 5px;
    width: 288px;
    font-weight: normal;
    min-height: 80px;
}

section#homeContent input.btnSubmit {
    border: 1px solid #BDAC9A;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 9px;
    background: #fff;
    color: #666;
}

section#homeContent input.btnSubmit:hover {
    cursor: pointer;
}

aside.contactForm .vfalse {
    display: none;
}

aside.contactForm a.radio {
    display: block;
    float: left;
    text-decoration: none;
    color: #333;
    padding: 0 2px 4px 20px;
    background-image: url('../images/radio.png');
    background-repeat: no-repeat;
    height: 11px;
    margin: 0 20px 0 0;
}

aside.contactForm a.not-selected {
    background-position: bottom left;
}

aside.contactForm a.selected {
    background-position: top left;
}

.ovf {
    overflow: hidden;
    clear: both;
    display: block;
}

p.anexarP {
    display: none;
}

a.btnAnexar {
    background: url('../images/arrow-file.jpg') center right no-repeat;
    border: 1px solid #BDAC9A;
    padding: 4px 20px 4px 6px;
    text-decoration: none;
    color: #666;
    display: block;
    float: left;
}

section#homeContent div.contentContact {
    float: left;
    width: 100%;
    min-height: 480px;
}

section#homeContent div.contentContact article.itemMap {
    float: left;
    width: 49%;
    margin-left: 1%;
    text-align: center;
}

section#homeContent div.contentContact article.itemMap div.boxImage {
    position: relative;
}

section#homeContent div.contentContact article.itemMap div.boxImage img {
    width: 100%;
    height: auto;
}

section#homeContent div.contentContact article.itemMap h5 {
    margin: 10px auto 10px auto;
    padding: 10px;
    border-bottom: 1px solid #BDAC9A;
    font-family: 'Asap', sans-serif;
    color: #000;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    width: 130px;
}

section#homeContent div.contentContact article.itemMap p {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
}

section#homeContent div.contentContact article.itemMap p a:link,section#homeContent div.contentContact article.itemMap p a:visited {
    color: #666;
    text-decoration: none;
    background: url('../images/image-maps.jpg') center left no-repeat;
    padding: 2px 2px 2px 15px;
}

section#homeContent div.contentContact article.itemMap p a:hover {
}

section#homeContent div.contentContact article.itemMap p.mapsLink {
    margin: 10px 0 0 0;
}

section#homeContent div.contentContact article.itemMap div.boxImage .iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}

.clear {
    clear: both;
}



/* projetos internos */

section#homeContent aside.projectInfo {
    width: 305px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 4px solid #3F3D3D;
    border-bottom: 4px solid #3F3D3D;
    background: #3F3D3D;
    margin-bottom: 10px;
}

section#homeContent aside.projectInfo .titleProject {
    overflow: hidden;
    height: 80px;
    padding: 35px 0 0 0;
    text-align: center;
}

section#homeContent aside.projectInfo .titleProject h4 {
    text-align: center;
    padding: 0 0 25px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    display: inline;
    overflow: hidden;
}

/**/
section#homeContent aside.projectInfo .titleProject .borderBottom {
    border-bottom: 1px solid #fcfcfc;
    bottom center no-repeat;padding-bottom: 25px;
}

section#homeContent aside.projectInfo .titleProject h3 {
    text-align: center;
    padding: 0 0 25px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    display: inline;
    border-bottom: 1px solid #BDAC9A;
    overflow: hidden;
}

section#homeContent aside.projectInfo .divisor {
    border-top: 2px solid #BDAC9A;
    margin: 50px 0 0 0;
}

section#homeContent aside.projectInfo .txt {
    font-family: 'Asap', sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin: 0 0 30px 0;
    text-align: justify;
}

section#homeContent aside.projectInfo .titleProject h4 span {
    font-weight: bold;
}

section#homeContent aside.projectInfo p.subtitle {
    text-transform: uppercase;
    color: #bdac9a;
    text-align: center;
    margin-bottom: 30px;
}

section#homeContent aside.projectInfo p {
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 15px 0;
    display: inline-block;
    padding: 0 50px;
}

section#homeContent aside.projectInfo p span {
    color: #999;
}

section#homeContent aside.projectInfo .separator {
    padding-bottom: 20px;
    width: 855px;
    margin: 0 auto;
}

.hoverItem {
/*background:url('../images/back-div.png') top left repeat*/
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.001;
    z-index: 1000;
}

.hoverText {
/*background:#000*/
    ;color: #FFF;
    z-index: 10;
    position: absolute;
    padding: 10px 15px;
    left: 0px;
    bottom: 0px;
    height: auto;
    opacity: 1;
}

.hoverText p.name {
    font-family: 'Asap', sans-serif;
    font-size: 28px;
	/*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);*/
    color:#ffffff;
    padding: 0 0 5px 0;
    border-bottom:1px solid #333;
    margin-bottom: 5px;
    text-align: center;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
    opacity: 1;
}

.hoverText p.name b {
    color:#FFFFFF;
    font-weight: normal;
}

.hoverText p.projectLine {
/*font-family: 'Asap', sans-serif;*/
    font-size: 16px;
/*color:#666;*/
  /*  text-align: center;*/
}

.hoverText a {
/*background:#000*/
    color: #FFF;
    text-decoration: none;
}

.hoverItem a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.icon-details {
    background: url('../images/details.png') no-repeat;
    right: 0px;
    bottom: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    display: block;
    z-index: 11;
    visibility: hidden;
}

.nomeprojeto{color: #FFF;
    font-family: 'Asap', sans-serif;font-size:28px;
    text-align:center;
    position: absolute;
    padding: 10px 15px;
    left: 0px;
    bottom: 0px;
    height: auto;
    opacity: 1;
    visibility: hidden; 
    display: block;
    z-index: 1000;}

#efeito {
float: left;
height: 100%;
margin: 0;
padding: 0;
width: 100%;
opacity: 0.2;
z-index: 500;
}

/*lightbox*/



.lightbox {
    position: fixed;
	z-index: 99;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}

.lightbox .boxContent {
    margin: 30px;
    overflow: hidden;
    position: relative;
    background: url('../images/ajax-loader.gif') center center no-repeat;
}

.lightbox a:link,.lightbox a:visited {
    text-decoration: none;
}

.lightbox .boxContent img {
    display: block;
    position: absolute;
    left: 50%;
}

.lightbox a.lbCloseBtn {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    height: 35px;
    width: 34px;
    overflow: hidden;
    background: #FFFFFF;
}

.lightbox a.lbCloseBtn span.textB {
    float: left;
    margin-left: 10px;
	
}

.lightbox a.lbBackBtn {
    display: block;
    position: absolute;
    top: 200px;
    left: 30px;
      height: 63px;
    width: 36px;
    
}

.lightbox a.lbBackBtn span.textB {
    float: right;
    margin-right: 10px;
}

.lightbox a.lbNextBtn {
  display: block;
    position: absolute;
    top: 200px;
    right: 30px;
      height: 63px;
    width: 36px;
  /*    overflow: hidden;
    background: #fff; */
}

.lightbox a.lbNextBtn span.textB {
    float: left;
    margin-left: 10px;
}

.lightbox a span {
    font-family: 'Asap', sans-serif;
    font-size: 12px;
    color: #656565;
    display: block;
    padding: 5px 0;
}

.lightbox a span.textB {
    margin: 5px 0 0 0;
}

.lightbox a span.imgB {
}

.lightbox a.lbNextBtn span.imgB {
    background: url('../images/nextbtn5.png') top right no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    width: 36px;
}

.lightbox a.lbBackBtn span.imgB {
    background: url('../images/backbtn5.png') top left no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
      height: 63px;
    width: 36px;
}

.lightbox a.lbCloseBtn span.imgB {
    background: #FFFFFF url('../images/closebtn5.jpg') top left no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 38px;
}

.projRel {
    clear: both;
    overflow: hidden;
}

.projRel h5 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 50px 0 15px 0;
    border-top: 1px solid #BDAC9A;
    color: #333;
    margin-top: 10px;
}

.projRel > a {
    display: block;
    float: left;
    width: 33%;
    margin-right: 0.3%;
    overflow: hidden;
}

.projRel > a.no-margin {
    margin: 0;
}

.projRel > a > img {
    float: left;
    width: 100%;
    height: auto;
}

/*hack consertos drupal */
ul li.leaf {
    list-style-image: none;
    list-style: none;
}

#container {
    background-color: #FFFFFF;
}


/*QUERY*/

/*Ipad*/

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {*/

/*#wrap{margin:0 auto;width:100%;min-width:940px}*/

.paddingLeft300 {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 470px;
}

section#homeContent aside.projectInfo {
    width: 100%;
    position: relative;
    border-top: 1px solid #CCCCCC;
}

section#homeContent div.contentContact {
    margin: 0 0 40px 0;
}

section#homeContent aside.contactForm {
    position: relative;
    width: 100%;
    margin: 40px 0 0 0;
}

section#homeContent aside.contactForm form {
    width: 300px;
    margin: 0 auto;
}

section#homeContent div.contentContact .first {
    margin: 0 !important;
}
/*#wrap{min-width:910px;}*/

#header nav.menu ul.menu li {
    margin: 0 35px 0 0;
}
}

#container {
    overflow: hidden;
    width: 100%;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.tooltip {
    display: inline;
    position: relative;
    z-index: 98;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: -25px;
    color: #fff;
    content: attr(tooltip);
    left: -120%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 60px;
    font-size: 11px;
    text-align: center;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -5px;
    content: "";
    left: 20%;
    position: absolute;
    z-index: 99;
}

.teste-online-col {
    padding-left: 0px;
}