/*
 * FONTS / FONTs ICONS
 */

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light.eot');
    src: url('fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light.woff2') format('woff2'),
         url('fonts/roboto-light.woff') format('woff'),
         url('fonts/roboto-light.ttf') format('truetype'),
         url('fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular.eot');
    src: url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular.woff2') format('woff2'),
         url('fonts/roboto-regular.woff') format('woff'),
         url('fonts/roboto-regular.ttf') format('truetype'),
         url('fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:url('icons/icomoon.eot?6demdo');
    src:url('icons/icomoon.eot?#iefix6demdo') format('embedded-opentype'),
        url('icons/icomoon.ttf?6demdo') format('truetype'),
        url('icons/icomoon.woff?6demdo') format('woff'),
        url('icons/icomoon.svg?6demdo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e600";
}
.icon-call:before {
  content: "\e601";
}
.icon-settings:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-googleplus:before {
  content: "\e604";
}
.icon-piechart:before {
  content: "\e605";
}
.icon-pin:before {
  content: "\e606";
}
.icon-send:before {
  content: "\e607";
}
.icon-seo:before {
  content: "\e608";
}
.icon-server:before {
  content: "\e609";
}
.icon-twitter:before {
  content: "\e60a";
}
.icon-zigzag:before {
  content: "\e60b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-nav:before {
  content: "\f039";
}
.icon-left:before {
  content: "\f053";
}
.icon-right:before {
  content: "\f054";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-double-up:before {
  content: "\f102";
}
.icon-up:before {
  content: "\f106";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-tablet:before {
  content: "\e95a";
}

/*
 * Helper
 */

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.clearfix { 
  display: inline-block;  
}
* html .clearfix {  
  height: 1%;  
} /* Hides from IE-mac \*/
.clearfix {  
  display: block;  
}

.left{
  float: left;
}

.right{
  float: right;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

/*
 * Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
figure{
  margin: 0 0 -3px;
  padding: 0;
}
img{
  max-width: 100%;
}

/*
 * DEFAULT
 */

body{
  color: #666;
  font-family: "robotolight";
}

.container{
  //max-width: 1110px;
  margin: 0 auto;
  width: 80% !important;
}

header .container{
  margin: 0 auto 0;
}

header,
footer{
  width: 100%;
}

p,
h2,
h2{
  line-height: 1.4em;
}

p,
a{
  font-size: 1.8em;
}

h2{
  font-size: 4.6em;
}

h3{
  font-size: 3.4em;
}

strong{
  font-weight: bolder;
}

.btn{
  display: inline-block;
  margin: 29px 0 0;
  padding: 10px 15px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: 1px solid #FFF;
  color: #FFF;
}

.page h1{
  font-size: 3em;
  color: #FFF;
  margin: 0 0 3.6%;
  text-align: center;
  text-transform: uppercase;
}

.page p{
  text-align: justify !important;
}

/*
 * NAV
 */

header{
  position: relative;
  width: 100%;
  padding: 15px 0;
}

header:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  height: 10px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0,0,0,.3);
  z-index: 9999;
  font-size: 0;
}

.nav-mobile{
  display: none;
  cursor: pointer;
  position: absolute;
  /*top: 25px;*/
  left: 0;
  /*padding: 10px 35px 16px 0px;*/
  padding: 25px 30px;
}

.nav-mobile span{
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-mobile span,
.nav-mobile span:after,
.nav-mobile span:before{
  display: block;
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 1px;
  background: #666;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.nav-mobile span:after{
  bottom: -7px;
}

.nav-mobile span:before{
  top: -7px;
}

header .active .nav-mobile span{
  background: none;
}

header .active .nav-mobile span:after{
  top: 7px;
  -webkit-transform: translateY(-7px) rotate(-45deg);
     -moz-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
       -o-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
header .active .nav-mobile span:before{
  top: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .active ul{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
  visibility: visible !important;
  box-shadow: 0px 2px 5px rgba(0,0,0,.5);
  /*margin-top: 24px;*/
}

header .logo{
  float: left;
}

header ul{
  max-width: 770px;
  width: 100%;
  float: right;
}

header li{
  float: left;
  margin-right: 2.5%;
}

header li a{
  height: 52px;
  line-height: 52px;
  display: block;
  color: #2979b0;
  text-transform: uppercase;
  -webkit-transition: all .20s ease;
     -moz-transition: all .20s ease;
      -ms-transition: all .20s ease;
       -o-transition: all .20s ease;
          transition: all .20s ease;
}

header li .active{
  font-weight: bolder;
}

header li .active:hover{
  color: #2979b0;
}

header li a:hover{
  color: #8CAB4A;
}

header li:last-child{
  margin-right: 0;
}

/*
 * FOOTER
 */

footer{
  background: #2a79b0;
  text-align: center;
}

footer address{
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 0;
  display: inline-block !important;
  vertical-align: top;
}

footer p.address {
  margin-right: 45px;
}

footer address p{
  text-align: left;
  position: relative;
  float: left;
  color: #FFF;
  padding-left: 60px;
}

footer address p.phone{
  float: right;
}


footer address p.phone a{
  font-size: 100%;
  color: #FFF;
} 

footer address p:after{
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  font-family: 'icomoon';
  font-size: 40px;
  color: #FFF;
}

footer address .phone:after{
  content: '\e601';
}

footer address .address:after{
  content: '\e606';
}

.footer-copyright{
  background: #115b8e;
}

.footer-copyright p{
  padding: 24px 0;
  color: #52a1d8;
  text-align: center;
}

.footer-atendimento p{
  padding: 24px 0;
  color: #FFF;
  text-align: center;
}

.rede-social{
  display: inline-block;
  vertical-align: top;
  padding: 43px 0;
  margin-left: 20px;
}

.rede-social .social{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 15px;
  border-radius: 100%;
  border: 1px solid #2979b0;
  position: relative;
}

.rede-social .social:after{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  font-family: 'icomoon';
  font-size: 18px;
  color: #2979b0;
}

.rede-social .social{
  background: #2979b0;
}

.rede-social .gplus{
  background: #d6492f;
  border-color: #d6492f;
}

.rede-social .facebook{
  background: #3B5998;
  border-color:#3B5998;
}

.rede-social .twitter{
  background: #79C3F6;
  border-color:#79C3F6;
}

.rede-social .social:after{
  color: #FFF;
}

.rede-social .facebook:after{
  content: '\e603';
}

.rede-social .gplus:after{
  content: '\e604';
}

.rede-social .twitter:after{
  content: '\e60a';
}

/*
 * POPUP
 */
.global_popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  padding: 0 20px;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.85);
}
.popup {
  height: 100vh;
  margin: 0 auto;
  display: table;
  max-width: 1170px;
  position: relative;
  transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
}
.popup .grupo {
  vertical-align: middle;
  display: table-cell;
}
.popup .grupo .for-mobile {
  background: #b0c18c;
  border: 4px solid #ffffff;
}
.popup .grupo .for-mobile .header {
  padding: 15px 5px;
  background: #FFF;
}
.popup .grupo .for-mobile .header img {
  display: block;
  max-width: 150px;
}
.popup .grupo .for-mobile h1 {
  padding: 5px;
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: #2576ae;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
}
.popup .grupo .for-mobile h2 {
  padding: 7px 10px;
  color: #ffffff;
  display: block;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
}
.popup .grupo .for-mobile h2 + h2 {
  line-height: 31px;
}
.popup .grupo .for-mobile h2 span {
  display: inline-block;
  font-size: 22px;
  padding: 3px 5px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #e3e0ec;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.popup .grupo .for-mobile ul {
  text-align: center;
  margin-bottom: 10px;
}
.popup .grupo .for-mobile ul li {
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
  padding: 3px 5px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #e3e0ec;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.popup .fechar {
  top: -10px;
  width: 30px;
  right: -18px;
  height: 30px;
  float: right;
  display: block;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  text-align: center;
  background: #000000;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*
 * BANNER
 */

.banner{
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.banner figure{
  width: 1680px;
  /*width: 100%;*/
  max-width: 2048px;
  height: 430px;
}

.parallax{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parallax img {
  width: 100%;
  max-width: 2048px;

  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%); 
     -moz-transform: translateX(-50%); 
      -ms-transform: translateX(-50%); 
       -o-transform: translateX(-50%); 
          transform: translateX(-50%); 
 }

.banner figcaption{
  max-width: 720px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-acao,
.banner-acao figure{
  height: 430px;
}

.banner-acao figcaption{
  text-shadow: 1px 1px 1px rgba(0,71,163,.35);
  padding: 27px 62px;
  background: rgba(97,176,227,.5);
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-family: 'robotoregular';
  border: 1px solid #275e7f;
  outline: 12px solid rgba(97,176,227,.5);
}

.banner h3,
.banner .btn{
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,.65);
}
.banner-servico h2 {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,.65);
  font-size: 2.5em;
  text-align: center;
}
.banner-servico h1 {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,.65);
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.banner .btn{
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.banner h3{
  text-align: center;
}

.banner p{
  text-align: center;
}

.banner-home,
.banner-home figure{
  height: 645px;
}

/*
 * HOME
 */

.box-acao .container{
  max-width: 920px; 
}

.box-acao .left,
.box-acao .right{
  padding: 6.5% 0 10.85%;
}

.box-acao .left{
  width: 38%;
}

.box-acao .left h3{
  width: 100%;
  padding: 8.6% 0;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  background: #2a79b0;
  box-shadow: inset 0px 0px 0px 14px #2a79b0, inset 0px 0px 0px 15px #FFF;
}

.box-acao .social{
  float: right;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 30px 0 0 15px;
  border-radius: 100%;
  border: 1px solid #2979b0;
  position: relative;
}

.box-acao .social:after{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  font-family: 'icomoon';
  font-size: 25px;
  color: #2979b0;
}

.box-acao .social:hover{
  background: #2979b0;
}

.box-acao .gplus:hover{
  background: #d6492f;
  border-color: #d6492f;
}

.box-acao .facebook:hover{
  background: #3B5998;
  border-color:#3B5998;
}

.box-acao .twitter:hover{
  background: #79C3F6;
  border-color:#79C3F6;
}

.box-acao .social:hover:after{
  color: #FFF;
}

.box-acao .facebook:after{
  content: '\e603';
}

.box-acao .gplus:after{
  content: '\e604';
}

.box-acao .twitter:after{
  content: '\e60a';
}

.box-acao .right{
  width: 58.7%;
  text-align: justify;
}

.box-acao .right > p{
  margin-bottom: 7px;
}

/*Home Portfolio*/

.box-portfolio{
  padding: 5.9% 0;
  background: url('../images/pattern-dark.png');
}

.box-portfolio h3{
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,71,163,.35);
  margin-bottom: 2%;
}

.box-portfolio .clientes li{
  float: left;
  width: 31.53%;
  margin: 0 2.7% 2.7% 0;
  /*border: 6px solid #2a2a2a;*/
  overflow: hidden;
}

.box-portfolio .clientes li:nth-child(3n){
  margin-right: 0;
}

.box-portfolio .clientes li figure{
  position: relative;
  border: 6px solid #2a2a2a;
  overflow: hidden;
}

.box-portfolio .clientes li img{
  width: 100%;
  /*height: 192px;*/
  height: 295px;
  -webkit-transition: all .45s ease;
     -moz-transition: all .45s ease;
      -ms-transition: all .45s ease;
       -o-transition: all .45s ease;
          transition: all .45s ease;
}

.box-portfolio .clientes li figure:hover img{
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.box-portfolio .clientes li figure:hover:after,
.box-portfolio .clientes li figure:hover figcaption{
  display: block;
  background-color: rgba(64,133,182,0.8);
}

.box-portfolio .clientes li figcaption{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 7%;
  border: 15px solid transparent;
  box-shadow: inset 0px 0px 0px 1px #FFF;
  display: none;
}

.box-portfolio .clientes li a{
  font-size: 100%;
}

.box-portfolio .clientes figcaption h4,
.box-portfolio .clientes figcaption h5{
  color: #FFF;
  font-size: 1.8em;
  text-align: center;
}

.box-portfolio .clientes figcaption h5{
  border-top: 1px solid #FFF;
  padding-top: 5%;
  margin-top: 7%;
}

.box-portfolio .clientes figcaption h4{
  border-bottom: 1px solid #FFF;
  padding-bottom: 5%;
  margin-bottom: 7%;
}

.box-portfolio .clientes i.plus{
  display: block;
  width: 100%;
  text-align: center;
}

.box-portfolio .clientes i.plus:after{
  font-family: 'icomoon';
  font-style: normal;
  font-size: 55px;
  color: #FFF;
  content: '\e600';
  display: block;
  margin: 11% 0;
}

.box-portfolio p{
  text-align: center;
}

/*Page*/

.page .categorias{
  text-align: center;
  margin-bottom: 5.4%;
}

.page .categorias li{
  display: inline-block;
  /*padding: .9% 1.8%;*/
  padding: 8px 18px;
  margin: .65% .9%;
}

/*Page Portfolio*/

.portfolio{
  padding: 5.4% 0;
  background: url('../images/pattern-dark.png');
}

.portfolio .categorias li a{
  color: #6b6b6b;
  font-size: 2.4em;
}

.portfolio .categorias li:hover{
  background: #212020;
  border-radius: 10px;
}

.portfolio .categorias li:hover a{
  color: #FFF;
}

.portfolio .clientes h4{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
 * Serviços
 */

.servicos{
  position: relative;
  z-index: 0;
  padding: 5.4% 0;
  background: url('../images/pattern-circle.png');
}

.servicos:after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
}

.servicos .categorias li{
  border-radius: 10px;
  background: rgba(36,96,142,.65);
}

.servicos .categorias li a{
  color: #FFF;
  font-size: 2.2em;
}

.servicos .categorias li:hover{
  background: rgba(36,96,142,1);
}

.servicos .categorias .icon{
  margin-right: 10px;
}

.servicos .lista-servicos{
  color: #FFF;
  text-align: center;
}

.servicos .lista-servicos ul{
  margin: 0 0 2% 18px;
  font-size: 1.8em;
  text-align: left;
  list-style-type: disc;
}

.servicos .lista-servicos > li{
  display: none;
}

.servicos .lista-servicos li.active{
  display: block;
}

.servicos .lista-servicos .icon-box{
  display: block;
  text-align: center;
  margin-bottom: 4%;
}

.servicos .lista-servicos .icon{
  padding: 1.6% 3.15%;
  font-size: 8em;
  background: #FFF;
  color: #3a79ad;
  border-radius: 15px;
}
.servicos .lista-servicos h2{
  display: inline-block;
  font-size: 4em;
  padding: 0 0 2.25%;
  margin: 0 0 2.25%;
  border-bottom: 1px solid #FFF;
}

.servicos .lista-servicos h3{
  text-align: left;
  margin: 12px 0;
}

.servicos .lista-servicos p{
  text-align: left;
  margin: 0 auto 7px;
}

/*
 * Sobre
 */

.sobre{
  padding: 5.4% 0;
}

.sobre p {
  margin-bottom: 7px;
}

.sobre h1,
.sobre h2 a{
  color: #666;
}

.sobre h2{
  margin: 2% 0;
  font-size: 2.6em;
}

.sobre h2 a{
  font-size: 100%;
}

.sobre ul{
  margin: 2% 0 0 18px;
  font-size: 1.8em;
  list-style-type: disc;
}

.sobre ul li{
  margin-bottom: 15px;
}

.sobre .left,
.sobre .right{
  width: 48%;
}

/*
 * Contato
 */

.contato{
  position: relative;
}

.contato form{
  width: 50%;
  float: left;
  padding-right: 20px;
}

.contato .form-send{
  width: 100%;
  padding: 15px;
  margin: 10px 0 0;
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  font-size: 1.5em;
}

.contato .form-send.error{
  color: #763c3c;
  background-color: #f0d8df;
  border: 1px solid #e9c6c9;
}

.contato #map-canvas{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.contato fieldset{
  margin: 7.20% 0 0;
}

.contato legend{
  margin: 0 0 7.20%;
  text-transform: uppercase;
  font-size: 3.6em;
  color: #2a79b0;
}

.contato form div{
  position: relative;
}

.contato label{
  width: 90%;
  position: absolute;
  top: 0;
  left: 10px;
  color: #2a79b0;
  font-size: 2.2em;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.contato label.active{
  top: -20px;
  font-size: 1.7em;
  color: #8CAB4A;
}

.contato input,
.contato select{
  margin-bottom: 7.20%;
}

.contato input,
.contato textarea{
  width: 100%;
  padding-left: 10px;
  font-size: 2.2em;
  font-family: 'robotolight';
  border: none;
  border-bottom: 1px solid #2a79b0;
  outline: none;
}

.contato select{
  padding: 7px;
  font-family: 'robotolight';
  font-size:  1.4em;
}

.contato button{
  cursor: pointer;
  float: right;
  padding: 15px 30px;
  margin: 5.4% 0;
  border: 0;
  color: #FFF;
  font-size: 2.2em;
  font-family: 'robotolight';
  background-color: #2a79b0;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.contato button:hover{
  background: #8CAB4A;
}

.contato p {margin-bottom: 30px;}
.contato p a {font-size: 1em; color: #2a79b0;}

/*
 * Orçamento
 */

.orcamento .right10{
  padding-right: 10px;
}

.orcamento form{
  width: 100%;
  padding: 0;
}

.orcamento legend{
  margin: 0 0 1.50%;
}

.orcamento h2{
  margin: 0 0 2.50%;
  font-size: 2.5em;
}

.orcamento h3{
  clear: both;
  margin: 0 0 22px;
  font-size: 2em;
  color: #2a79b0;
  font-weight: 900;
  background-color: #EDEDED;
  padding: 10px;
  border-radius: 2px;
}

.orcamento h3 i{
  color: #666;
  font-style: normal;
}

.orcamento form div{
 width: 50%;
 float: left;
}

.form-clear label {
  width: auto;
  position: static;
}

.form-clear{
  width: 100% !important;
}

.form-clear.form-col{
  width: 50% !important;
  float: left;
}

.form-col label{
  vertical-align: middle;
}

.form-clear input[type="checkbox"],
.form-clear input[type="radio"]{
  margin: 0 0 2%;
  width: auto;
  display: inline-block;
}

.form-clear input[type="text"]{
  width: auto;
  margin: 0 0 2%;
}

.form-clear select{
  margin: 0 0 22px 7px;
}

.form-clear label.active{
  top: 0;
  font-size: 2.2em;
  color: #2a79b0;
}

.form-clear span{
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 0 0 2%;
}

.orcamento label.active{
  color: #2a79b0;
}

.orcamento #outroidioma{
  margin-bottom: 60px;
}

.orcamento button{
  margin: 2% 0 2.5%;
}

/*
 * Suporte
 */

.suporte{
  position: relative;
  background: -webkit-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:    -moz-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:     -ms-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:      -o-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:         repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
}

.suporte h1{
  color: #6b6b6b;
}

.suporte h1{
  padding: 3.6% 0 0%;
}

.suporte .tab-nav{
  text-align: center;
  border-bottom: 1px solid #277ace;
}

.suporte .tab-nav li{
  margin-right: 7px;
  padding: 10px 22px;
  display: inline-block;
  vertical-align: top;
  color: #277ace;
  border-radius: 14px 14px 0 0;
}

.suporte .tab-nav li:last-child{
  margin-right: 0;
}

.suporte .tab-nav li.active,
.suporte .tab-nav li:hover{
  color: #FFF;
  background: #277ace;
}

.suporte .tab-content .tab{
  display: none;
}

.suporte .tab-content .tab.active{
  display: block;
}

.suporte .tab-nav li a{
  color: inherit;
  display: block;
}

.suporte .info-box{
  position: relative;
  margin: 1.98% 0;
  padding-bottom: 1.98%;
}

.suporte .info-box:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  display: block;
  width: 82%;
  border-bottom: 1px solid #909090;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.suporte .info-box:last-child:before{
  border-bottom: none;
}

.suporte .info-box p{
  float: right;
  width: 22.9%;
  margin: 0 0 1.98%;
}

.suporte .info-box figure{
  float: left;
  width: 75.65%;
  text-align: center;
}

.goTopo{
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.goTopo a{
  color: #FFF;
  display: block;
  padding: 8px 13px;
  background-color: #666;
  border-radius: 3px;
  opacity: .3;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.goTopo a:hover{
  opacity: 1;
}

/*
 * Paginação
 */

.paginacao{
  text-align: center;
}

.paginacao .prev,
.paginacao .next{
  position: relative;
  display: inline-block;
}

.paginacao b,
.paginacao a{
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.8em;
  color: #FFF;
  -webkit-transition: all .18s;
     -moz-transition: all .18s;
      -ms-transition: all .18s;
       -o-transition: all .18s;
          transition: all .18s;
}

.paginacao .prev:hover:before,
.paginacao .next:hover:before,
.paginacao a:hover{
  color: #2979b0;
}

.paginacao b{
  background: #FFF;
  border-radius: 5px;
  color: #2979b0;
}

.paginacao .prev a,
.paginacao .next a{
  position: relative;
  z-index: 999;
  display: block;
  text-indent: -9999em;
}

.paginacao .prev:before,
.paginacao .next:before{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'icomoon';
  font-size: 1.8em;
  color: #FFF;
}

.paginacao .prev:before{
  content: '\f053';
}

.paginacao .next:before{
  content: '\f054';
}

/*
 * 404
 */

.pg404{
  padding: 4% 0;
  background: -webkit-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:    -moz-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:     -ms-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:      -o-repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
  background:         repeating-linear-gradient( -55deg, #FFF, #FFF 5px, #eef2ff 0, #eef2ff 7px );
}

.pg404 h1,
.pg404 h2,
.pg404 h2 a{
  text-align: center;
  color: #6b6b6b;
}

.pg404 h2{
  font-size: 2.6em;
}

.pg404 h2 a{
  font-size: 100%;
}

/*Animados*/
footer address p.phone:hover:after{
  -webkit-animation-name:shake;
  animation-name:shake;

  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*
 * Animação
 */

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/*
 * Breakpoint
 */


@media only screen and (min-width: 1681px){
/*  .parallax img{
    width: 100%;
    max-width: 2048px;
  }*/

  .banner figure {
    width: 100%;
    max-width: 2048px;
  }
}

/*@media only screen and (max-width: 1680px){
  .parallax img{
    max-width: 100%;
  }
}
*/

@media only screen and (max-width: 1170px){
  .page{
    padding-right: 15px;
    padding-left: 15px;
  }
}


/*1024*/

@media only screen and (max-width: 1024px){

  /*Navegação Topo*/

  .container{
    padding: 0 7px;
  }

 header{
    position: fixed;
    background-color: #FFF;
    z-index: 999;
  }

  header .nav-mobile{
    display: block;
  }

  header .logo{
    text-align: center;
    width: 100%;
  }

  header .logo img{ 
    width: 190px;
  }

  header ul{
    float: none;
    visibility: hidden;
    position: fixed;
    top: 78px;
    left: 0;
    background-color: #fff;
    width: 200px;
    height: 100%;
    -webkit-transition: all .65s ease;
       -moz-transition: all .65s ease;
        -ms-transition: all .65s ease;
         -o-transition: all .65s ease;
            transition: all .65s ease;
    -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  }

  header li{
    float: none;
    padding: 0 0 0 8%;
    margin-right: 0;
  }
  
  /*Portfolio*/

  .box-portfolio .clientes figcaption{
    display: block !important;
    background-color: rgba(64,133,182,0.8);
  }

  .box-portfolio .clientes i.plus,
  .box-portfolio .clientes figcaption h5{
    display: none;
  }

  .box-portfolio .clientes figcaption{
    top: auto !important;
    bottom: 0;
    height: 50px !important; 
    display: block !important;  
  }

  .box-portfolio .clientes figcaption h4{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .box-portfolio .clientes figcaption h4{
    width: 100%;
  }

  /*Suporte*/
  .suporte .info-box figure,
  .suporte .info-box p{
    width: 100%;
  }

}

/*
 * 970
 */

@media only screen and (max-width: 970px){
  /*Suporte*/
  .suporte .tab-nav li{
    display: block;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #277ace;
  }

  .suporte .tab-nav li:first-child{
    border-top: 1px solid #277ace;
  }

  .suporte .tab-nav li:last-child{
    border-bottom: 0;
  }
}

@media only screen and (max-width: 890px){
 /*Footer*/
  footer address{
    max-width: 100%;
    width: 100%;
  }

  footer address p{
    float: none !important;
    width: 85%;
    margin: 0 5% 15px;
  }

  footer address p:last-child{
    margin-bottom: 0;
  }

  .rede-social {
    padding: 0 0 30px;
    width: 85%;
    text-align: left;
    margin-left: -20px;
  }

  .rede-social .social {
    margin: 0 15px 0 0;
  }
}

/*
 * 899
 */

@media only screen and (max-width: 899px){
  .sobre .right,
  .sobre .left{
    width: 100%;
  }
}


/*
 * 785
 */
@media only screen and (max-width: 785px){
  .orcamento form div{
    width: 100%;
  }

  .form-clear.form-col{
    width: 100% !important;
  }

  .orcamento .right10{
    padding-right: 0;
  }

 .form-clear span {
    display: block;
    padding: 0;
 }

 .orcamento .m-bottom-30 textarea{
  margin-bottom: 30px;
 }
}

/*
 * 740
 */
@media only screen and (max-width: 740px){
  h2{
    font-size: 3em;
  }

  h3{
    font-size: 2em;
  }

  /*Servicos*/  

  .servicos .lista-servicos .icon{
    font-size: 6em;
  }

  .servicos .lista-servicos h2{
    font-size: 3em;
  }

  .servicos .categorias li{
    margin-bottom: 8px;
  }

  /*Banner*/
  .banner,
  .banner figure{
    height: 300px;
  }

  /*Banner Ação*/
  .banner.banner-acao,
  .banner-acao, .banner-acao figure{
    height: 430px !important;
  }

  /*Home box ação*/
  .box-acao .left, 
  .box-acao .right{
    width: 100%;
    padding: 6.5% 0 0.85%;
  }

  .box-acao .left h3{
    padding: 4.65% 0;
  }

  /*Portfólio*/
  .box-portfolio .clientes li{
    width: 48%;
  }

  .box-portfolio .clientes figcaption h4{
    font-size: 1.6em;
  }

  .box-portfolio .clientes li:nth-child(3n){
    margin: 0 2.7% 2.7% 0;
  }

  .box-portfolio .clientes li:nth-child(2n){
    margin-right: 0;
  }

  /*Maps*/
  .contato form {
    width: 100%;
    padding: 0;
  }

  .contato #map-canvas {
    position: static;
    width: 100%;
    height: 450px;
  }
  /*.global_popup {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
  }
  .popup {
    height: auto;
    display: block;
  }
  .popup .grupo {
    display: block;
  }
  .popup .grupo figure {
    display: none;
  }
  .popup .grupo .for-mobile {
    border: 0;
    display: block;
    text-align: center;
  }
  .popup .grupo .for-mobile .header {
    display: none;
  }
  .popup .grupo .for-mobile .footer {
    display: none;
  }
  .popup .grupo .for-mobile h1 {
    padding: 5px;
    font-size: 14px;
  }
  .popup .grupo .for-mobile h2 {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .popup .grupo .for-mobile h2 + h2 {
    line-height: 13px;
  }
  .popup .grupo .for-mobile h2 span {
    font-size: 14px;
    padding: 3px 5px;
  }
  .popup .grupo .for-mobile ul {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .popup .grupo .for-mobile ul li {
    font-size: 13px;
  }
  .popup .fechar {
    top: 0;
    right: 0;
    float: none;
    position: absolute;
  }*/
  .popup .fechar {
    right: 10px;
  }
}

/*
 * 640
 */

@media only screen and (max-width: 640px){
  
  /*Portfólio*/
  .box-portfolio .clientes li{
    width: 100%;
  }
  .box-portfolio .clientes li figure{
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  .box-portfolio .clientes li img {
    height: auto;
  }
  .box-portfolio .clientes li figure figcaption {
    position: relative;
  }

  /*Orçamento*/
  .orcamento h2{
    font-size: 2em;
  }

  .orcamento h3{
    font-size: 1.5em;
  }
}

/*
 * 530
 */  

@media only screen and (max-width: 530px){
  h2{
    font-size: 2em;
  }

  h3{
    font-size: 1.8em;
  }

  p, 
  a,
  .sobre ul,
  .servicos .lista-servicos ul{
    font-size: 1.4em;
  }

  header li a{
    font-size: 1.8em;
  }

  /*NAV*/
  header ul{
    top: 77px;
  }

  /*Servicos*/
  .servicos .lista-servicos .icon{
    font-size: 4em;
  }

  .servicos .lista-servicos h2{
    font-size: 2em;
  }

  /*Portfólio*/
  .portfolio .categorias{
    text-align: left;
  }

  .portfolio .categorias li{
    display: block;
    border-bottom: 1px solid
  }
}

/*
 * 435
 */

@media only screen and (max-width: 435px){

  /*Ação*/
  .box-acao .left h3 {
    padding: 7.65% 0;
  }

  /**/
  .page .categorias li{
    padding: 10px 0;
    width: 100%;
  }

/*    header{
    position: absolute;
  }
  header ul{
    position: absolute;
    height: auto;
  }*/
}

/*
 * 479 HEIGHT
 */

@media only screen and (max-height: 479px) and (max-width: 1024px){
  header,
  header ul {
    position: absolute;
  }

   header ul{
    box-shadow: none;
   }

  header li{
    background-color: #FFF;
    box-shadow: 0px 5px 5px rgba(0,0,0,.5);
  }
}


/*Aviso de vaga - Página Inicial*/
.mtop {margin-top: 35px;}
.contratacao {
  top: 0;
  position: fixed;
  padding: 5px 10px;
  background: #B7D47A;
  width: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.contratacao[data-shown=true] {
  display: block;
}
.contratacao[data-shown=true] + header {
  margin-top: 45px;
}

.contratacao a {
  line-height: 35px;
  text-align: center;
  color: #000;
  transition: color 200ms linear;
}

.contratacao a:hover {
  line-height: 35px;
  text-align: center;
  color: #FFF;
}

.contratacao a span {
  font-size: 14px;
  border: 1px solid;
  padding: 0px 10px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.linknormal {
  font-size: 1em;
}

