@font-face{
  font-family: 'Lato-bold';
  src: url('../fonts/LATOB/Lato-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "axfont";
  src: url("../fonts/axfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoSlab-regular';
  src: url('../fonts/robotoslab-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'robotoSlab-light';
    src: url('../fonts/robotoslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metrocity-Book';
  src: url('../fonts/MetrocityBook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metrocity-Medium';
  src: url('../fonts/MetrocityMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metrocity-Light';
  src: url('../fonts/MetrocityLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Metrocity-Bold';
  src: url('../fonts/MetrocityBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*:focus {
  outline: 0;
}

*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin:0;
  font-smooth: always;
  font-variant: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

body {
  font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 140%;
  color: rgb(48,48,48);
  margin: 0;
 -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

h1 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  color: #2E3337;
}

h2 {
  font-size: 24px;
  line-height: 130%;
  font-weight: normal;
  color: #000;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: rgb(105,105,105);
}

h4 {
  font-size: 15px;
  line-height: 16px;
  color: #2E3337;
}

a {
  line-height: 130%;
  text-decoration: underline;
  color: #696969;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #f78632;
}

a:hover, a:active, a:focus {
  outline: 0;
  background-color: transparent;
}


/*.text-block a 
{
   color: #5298fc;
   text-decoration: none;
   font-size: 19px;
}

.text-block a:hover, a:active, a:focus 
{
   text-decoration: underline;
}*/


p {
  font-weight: 300;
  font-size: 13px;
  font-kerning: normal;
}

p,
pre {
  margin: 0 0;
}

@media screen and (max-width: 768px) {
  h1, h2 {font-size: 22px;}
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.text-center {
  text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0 40px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 11px;
}

dl, menu {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}
/*
ol, ul {
  list-style-type: none;
}
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
  border: 0 !important;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  color: #696969;
  overflow: auto;
  vertical-align: top;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  outline: none;
}

input, select {
  padding: 6px;
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

select {
  height: 30px;
  padding: 2px 2px 2px 8px;
  line-height: 100%;
}

textarea, select, input {
  color: #666666;
  border: 1px solid #d1d1d1;
  resize: none;
}

textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #ccc;
}

textarea:-moz-placeholder, select:-moz-placeholder, input:-moz-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder, select:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #ccc;
}

textarea:focus, textarea:hover, select:focus, select:hover, input:focus, input:hover {
  border: 1px #666666 solid;
}

textarea:disabled, select:disabled, input:disabled {
  background: #f4f4f4;
  border: 1px #666666 solid;
}

textarea:hover, select:hover, input:hover {
  background: white;
}

textarea {
  width: 100%;
  line-height: 150%;
  padding: 8px;
  min-height: 103px;
  -webkit-appearance: button;
  -moz-appearance: none;
}

i {
  font-weight: bold;
  /*line-height: 130%;
  color: #ff4000;*/
}

i span {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  color: #666666;
  padding-left: 5px;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  border: 1px solid #d1d1d1;
  -webkit-appearance: button;
  -moz-appearance: none;
  border-radius: 0;
}

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
  border: 1px #666666 solid;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
  background: white;
  border: 1px #666666 solid;
}

.field-alert input, .field-alert textarea, .field-alert select {
  border: 1px solid #b22d00;
}

.field-alert p {
  font-size: 11px;
  line-height: 150%;
  color: #b22d00;
}

.group-field {
  margin-bottom: 10px;
  margin-left: 40px;
}

.side-by-side {
  width: 95%;
  margin-bottom: 10px;
}
.side-by-side .group-field {
  width: 202px;
}

.ok-success {
  display: none;
  background: white;
  padding: 200px;
}
.ok-success p {
  margin: 0 auto;
  width: 250px;
  text-indent: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 130%;
  color: #2cb200;
}

button, .button {
  background-color: #f78732;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 24.5px;
  padding-left: 50px;
  padding-right: 50px;
  border: none;
  color: #fff;
}
button:hover, .button:hover {
  border: none;
  color: #fff;
  background-color: #333333;
}
button.small, .button.small {
  background-color: #000000;
  font-size: 14px;
  padding: 9px 13px;
  font-weight: normal;
}
button.small:hover, .button.small:hover {
  background-color: #f78732;
}

button.small.btn2, .button.small.btn2 {
  border-radius: 2px;
  background-color: #f5ac00;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 32px;
  padding-right: 32px;
  color: #111;
  line-height: 100%;
}

button.small.btn2:hover, .button.small.btn2:hover {
  background-color: #F3F3F3;
}

a.button {
  line-height: 120%;
}
a.button:link {
  color: #fff;
}

button.big {
  background-color: #000000;
  font-size: 11px;
  padding: 16px 32px;
  font-weight: normal;
  text-transform: uppercase;
}

button.big:hover {
  background-color: #f78732;
}

.column {
  width: 303px;
  float: left;
}

.column:first-child,
.formasContacto + div.column {
  margin-right: 30px;
}

.label-group {
  /*margin-bottom: 28px;*/
  margin-bottom: 13px;
}

.labels-left-align input {
  margin-left: 0px;
}

.labels-left-align .label-group label {
  width: 150px;
  height: 5px;
  display: inline-block;
}

.labels-top-align label {
  position: relative;
  display: block;
  padding-left: 0;
  line-height: 28px;
}

.labels-top-align input {
  margin-left: 0px;
}

.alert-require {
  background-color: #E7B7B4;
  position: absolute;
  font-size: 11px;
  padding: 0px 4px;
  right: 0;
  top: -1px;
}

.alert-require:after, .alert-require > iea {
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  right: 0;
  bottom: -6px;
}

#cms_frm {
  margin-left: -40px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.container {
  min-width: 964px;
  /*width: 964px;
  padding: 0 30px;
  margin: 0 auto;*/
}

.content-inner {
  min-width: 964px;
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.content-inner:before, .content-inner:after {
  content: " ";
  display: table;
}

.content-inner:after {
  clear: both;
}

.titleline {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 -30px;
  padding: 0 30px 14px 30px;
}

.features .inner {
  padding: 35px 0;
}

.blocoRubrica ul {
  list-style-position: outside;
  padding: 0;
  margin-left: 22px;
}

.blocoRubrica ul li {
  margin-top: 10px;
  list-style-image: url('../sysimages/icon_li.png');
}

/************************************************/
header {
  border-bottom: 1px #d9dee1 solid;
  position: absolute;
  z-index: 200;
  background-color: #FFF;
  height: 73px;
}

header.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header.headerFixed.shadow,
#menuh.shadow {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}

header .content-inner {
  position: relative;
  z-index: 2;
}

header .sub-nav {
  position: absolute;
  top: -1.5em;
  right: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header .sub-nav li {
  float: left;
  /*vertical-align: baseline;*/
  /**display: inline;
  *vertical-align: auto;*/
  padding: 5px 10px;
}

header .sub-nav li.phone {
  background-color: #f78732;
}

header .sub-nav li.phone a {
  color: #fff;
}

/*header .menuTop {
  background-color: #F6F6F6;
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
}*/

header .sub-nav {
  font-size: 12px;
  color: #999999;
}

header .sub-nav a {
  text-decoration: none;
  color: #999;
  font-size: 11px;
}
header .sub-nav a.active,
header .navigation > li a.active,
header .sub-nav a:hover {
  color: #f78632;
}
header .sub-nav li.phone {
  color: #fff;
  font-weight: 700;
}
header .navigation {
  font-size: 13px;
}
header .navigation > li a {

  text-decoration: none;
  font-weight: normal;
}
header .navigation ul li {
  text-transform: none;
}
header .navigation > li a span:first-child {
  font-family: 'Montserrat-Regular';
  font-size: 12px;

  /*font-size: 13px;*/
  font-weight: normal;
  display: block;
  padding-bottom: 4px;
}
header .navigation > li a span:first-child + span {
  color: #bcbcbc;
  font-size: 12px;
  display: block;
}
header .navigation > li a {
  margin: 22px 0 18px 0;
  display: block;
}

header .navigation > li li a {
  padding: 0;
}

footer b {
  color: #FFF;
  font-weight: 700;
  display: block;
}

footer .content-inner ul li {
  color: #8D8D8D;
  font-weight: 400;
  padding-right: 14px;
}
footer,
footer a {
  line-height: 160%;
  text-decoration: none;
  color: #8D8D8D;
}

footer ul li.lisboa {
  margin-top: 10px;
}

.contact-group, a, button, .btn, .n_recentes a div, .n_more a div, .inputUploadfake label span, .textosBannerDet .linkSite span:first-child + span, .closeDet a span:first-child + span {
  transition: all 0.2s ease-in-out;
}

header .menuTop {
  float: right;
  margin-top: 31px;
}

header .navigation {
  list-style-type: none;
  margin: 0;
  /*margin: 0 auto;
  padding: 0;
  height:38px;
  width: 1024px;*/
}

header .navigation li {
  padding: 0 22px 6px 22px;
  position: relative;
  float: left;
}

header .navigation li ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 224px;
  top: 41px;
  left: -1px;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #d9dee1;
  border-top: 0;
}

header .navigation li ul li {
  display: block;
  border: none;
  padding-top: 10px;
  padding-bottom: 9px;
  border-top: 1px #d9dee1 solid;
  line-height: 180%;
  float: none;
}

header .navigation li ul li:hover {
  cursor: pointer;
}

header .navigation li ul li:hover a {
  color: #f78732;
}

header .navigation li ul li:first-child {
  border-top: 0
}

header .navigation li:hover ul {
  display: block;
}

.showcase {
  z-index: 1;
  background-color: #FFF;
}

.showcase .showcases {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.showcase .showcases * {
  margin: 0;
  padding: 0;
}

.showcase .showcases li {
  position: relative;
  overflow: hidden;
}

.showcase .showcases li .imgbanner {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 50;
  width: 1024px;
  margin-left: -495px;
  text-align: center;
  line-height: 0;
}

.showcase .showcases.bxsliderFull li .imgbanner img {
  max-width: 1024px;
  height: 507px;
}

.showcase .showcases li.textLeftimgRight .imgbanner {
  text-align: right;
}

.bxsliderMedium {
  height: 422px;
  overflow: hidden;
}

.bxsliderFull {
  height: 709px;
  overflow: hidden;
}

.showcase .showcases.bxsliderMedium li .imgbanner img.bgfundo {
  height: 264px;
}

.showcase .showcases.bxsliderMedium li.textLeftimgRight .imgbanner img {
  height: 364px;
}

.showcase .showcases li .bgfundo {
  width: 100%;
  display: block;
}

.showcase .showcases.bxsliderFull li img.bgfundo {
  height: 709px;
}

.showcase .showcases.bxsliderFull .clearfix.information h1 {
  color: #D14747 !important;
}

.showcase .showcases.bxsliderFull .clearfix.information h2 {
  color: #333 !important;
}

.showcase .showcases.bxsliderMedium li img.bgfundo {
  height: 422px;
}

.showcase .showcases li.marketing img.bgfundo {
  height: auto;
  min-height: 340px;
}

.showcase .showcases li.empresa img.bgfundo {
  height: auto;
  min-height: 220px;
}

.showcase .showcases .information {
  position: absolute;
  top: 6%;
  left: 50%;
  padding: 0 50px;
  margin-left: -495px;
  width: 1024px;
  z-index: 100;
}

.showcase .showcases .information h1 {
  font-size: 47px;
  color: #FFF;
  width: 588px;
}

.showcase .showcases .information h2 {
  line-height: 140%;
  color: #FFF;
  width: 588px;
  margin-top: 4px;
  font-size: 18px;
}

.showcase .showcases li.textLeftimgRight .information {
  padding: 0;
}

.showcase .showcases li.textLeftimgRight .imgbanner img {
  height: 364px;
}

.showcase .showcases li.textLeftimgRight h1 {
  width: 315px;
  line-height: 100%;
}

.showcase .showcases li.textLeftimgRight h2 {
  width: 315px;
  padding-top: 25px;
}

.showcase .showcases li.ecommerceBanner .information {
  padding: 0;
  top: 8%;
}

.showcase .showcases li.ecommerceBanner h1 {
  width: 587px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
}

.showcase .showcases li.ecommerceBanner h2 {
  width: 587px;
  padding-top: 25px;
  text-align: center;
  margin: 0 auto;
}

.showcase .showcases .information button {
  margin-top: 20px;
  padding: 16px 22px 14px 60px;
  text-align: left;
  background: #F78732 url('../sysimages/setabanner.png') no-repeat 22px center;
}

.showcase .showcases .information button:hover {
  background-color: #333;
}

.showcase .showcases .information button span {
  display: block;
  float: left;
  line-height: 22px;
  max-width: 162px;
  color: #FFF;
}

.showcase .showcases .marketing {
  max-height: 340px !important;
}

.showcase .showcases .marketing .information {
  height: 123px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}

.showcase .showcases .marketing .information h1 {
  background: url('../sysimages/sys01.png') no-repeat left 5px;
  font-size: 76px;
  padding-left: 126px;
  padding-bottom: 7px;
  background-size: 100px 100px;
  display: inline-block;
  color: #FFF;
  text-align: left;
  width: 830px;
}

.showcase .showcases .marketing .information h4 {
  padding-left: 162px;
  margin-top: -6px;
  text-align: left;
  color: #FFF;
  width: 830px;
}

.showcase .showcases .clientes .information {
  text-align: center;
  top: 16%;
}

.showcase .showcases .clientes h1 {
  text-align: center;
  font-size: 76px;
  margin-bottom: 10px;
  width: auto;
}

.showcase .showcases .clientes p {
  font-size: 13px;
  color: #FFF;
  line-height: 22px;
  width: 800px;
  margin: 0 auto;
}

.showcase .showcases .empresa {
  max-height: 220px !important;
}

.showcase .showcases .empresa .information {
  top: 12%;
  text-align: center;
}

.showcase .showcases .empresa .information h1 {
  width: auto;
  padding-top: 4%;
}

.showcase .showcases .empresa .information h2 {
  text-align: center;
  width: 716px;
  margin: 0 auto;
  min-height: 66px;
}

.introdution.marketing {
  padding-bottom: 0;
}

.showcase-logos {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  border-bottom: 1px solid #d9dee1;
  background-color: #FFF;
}
.showcase-logos td {
  vertical-align: middle;
  text-align: center;
  height: 60px;
  background-color: #fff;
}

footer {
  background-color: #333;
  padding-top: 60px;
  border-top: 1px solid #d9dee1;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

ul.blocks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.features .mask-element div {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2%;
  display: inline-block;
}

section.features .blocks .boxblock {
  border-top: 1px solid #d9dee1;
  position: relative;
  z-index: 0;
}

section.features .blocks .fullimage img {
  width: 100%;
  display: block;
}

section.features .block-item1 {
  background-color: #f2f7fa ;
}

section.features .block-item1 ul:before, section.features .block-item1 ul:after {
  content: " ";
  display: table;
}

section.features .block-item1 ul:after {
  clear: both;
}

section.features .block-item1 li {
  width: 46%;
  min-height: 115px;
  float: left;
  margin-left: 3.4%;
  margin-top: 53px;
  position: relative;
}

section.features .block-item1 li:first-child,
section.features .block-item1 li:first-child + li {
  margin-top: 0;
}

section.features ul li div.picBloco_4 {
  min-height: 140px;
}

section.features .block-item1 li .text-block {
  padding-left: 87px;
}

section.features .block-item1 li h3 {
  margin-bottom: 5px;
}

section.features .block-item4 h1,
section.features .block-item1 h1 {
  text-align: center;
}

section.features .block-item4 ul {
  margin-left: 0;
  text-align: center;
  overflow: hidden;
}

section.features .block-item2 li .text-block {
  padding-left: 97px;
}

/*section.features .block-item3 {
  background-color: #fff;
}

section.features .block-item3:before, section.features .block-item3:after {
  content: " ";
  display: table;
}

section.features .block-item3:after {
  clear: both;
}

section.features .block-item3 .image {
  float: left;
  width: 53.19149%;
  padding-right: 4.09165%;
}

section.features .block-item3 .image span {
  display: block;
  font-size: 13px;
}

section.features .block-item3 .image img {
  width: 100%;
}

section.features .block-item3 .text-block {
  float: left;
  width: 50%;
}*/

section.features .block-item4 {
  background-color: #ecf1f5 !important;
}

section.features .block-item4 h2,
section.features .block-item2 h2,
section.features .block-item1 h2 {
  text-align: center;
}

section.features .block-item4 ul li {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  width: 20.45827%;
  margin-left: 65px;
  vertical-align: top;
}

section.features .block-item4 ul li:first-child {
  margin-left: 0;
}

section.features .block-item4 ul li i {
  color: #3398D8;
  font-size: 120px;
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  min-height: 140px;
}

section.features .block-item4 ul li i img {
  width: 100%;
  height: 100%;
}

section.features .block-item4 ul li h3 {
  margin-bottom: 5px;
  min-height: 30px;
}

section.features .block-item5 {
  background-color: #f2f7fa;
}

/*section.features .block-item5 .image {
  width: 50%;
  padding-right: 0;
   float:left;
}*/

/*section.features .block-item5 .image img {
  padding-right: 20px;
}*/

section.features .block-item5 .text-block {
  padding-right: 4%;
}

section.features .block-item6 {
  background-color: #f2f7fa;
  text-align: center;
}

section.features .block-item6 ul {
  text-align: center;
  margin-left: -3.68249%;
  margin-bottom: 70px;
}

section.features .block-item6 ul li {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  margin-left: 3.68249%;
}

section.features .block-item7 {
  background-color: #F3FAF9;
}

section.features .block-item7 .content-inner {
  position: relative;
}

section.features .block-item7 .float-elements {
  padding: 5% 0 276px 0;
}

section.features .block-item7 ul li {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  width: 34%;
  vertical-align: top;
}

section.features .block-item7 ul li h3 {
  color: #3398d8;
}

section.features .block-item7 ul li h3, section.features .block-item7 ul li p {
  margin-bottom: 5px;
  padding-right: 20px;
}

section.features .block-item7 img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

section.features .block-item8 {
  height: 648px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

ul.bxslider-v .block-item8 {
  height: 300px;
}

section.features .block-item8 .content-inner {
  position: relative;
  width: 100%;
  z-index: 0;
}

section.features .block-item8 .float-elements {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -495px;
  width: 1024px;
  z-index: 50;
  margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" : (parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}

section.features .block-item8 h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 120%;
}

section.features .block-item8 h2 {
  line-height: 140%;
  margin-bottom: 20px;
  color: #fff;
}

section.features .block-item11 ul li {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  width: 18.1%;
  vertical-align: top;
}

section.features .block-item11 ul li .ball {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  width: 100px;
  height: 100px;
  padding: 25px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

section.features .block-item11 ul li i {
  font-size: 50px;
  min-height: auto;
}

.introdution {
  position: relative;
  z-index: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  min-height: 560px;
}

.introdution div.sidebar + div.text-block {
  width: 600px;
}

.introdution div.sidebar + div.text-block + div.buttons,
section.features .block-item5 .text-block div.buttons,
section.features .block-item3 .text-block div.buttons {
  text-align: left;
}

.introdution div.text-block h2 {
  color: #f78732;
}

.introdution div.text-block p {
  line-height: 170%;
}

.introdution div.sidebar {
  position: absolute;
  border-left: 1px solid #d9dee1;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 999px;
  font-size: 13px;
  padding: 76px 40px;
}

.introdution div.sidebar h1 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 13px;
}

.introdution div.sidebar .row-nav,
.introdution div.sidebar .row-navDET {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 246px;
}

.introdution div.sidebar .row-nav li,
.introdution div.sidebar .row-navDET li {
  display: block;
  border: none;
  padding-left: 20px;
  border-top: 1px #d9dee1 solid;
}

.introdution div.sidebar .row-nav li a,
.introdution div.sidebar .row-navDET li a {
  text-decoration: none;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.introdution div.sidebar .row-nav li.active,
.introdution div.sidebar .row-navDET li.active {
  background: url('../sysimages/sys02.jpg') no-repeat 0px 15px;
}

.introdution div.sidebar .row-nav li.active a,
.introdution div.sidebar .row-navDET li.active a {
  font-weight: bold;
  color: #F78632;
}

.introdution div.sidebar .row-nav li a:hover,
.introdution div.sidebar .row-navDET li a:hover {
  color: #f78732;
}

.introdution div.sidebar .row-nav li:first-child,
.introdution div.sidebar .row-navDET li:first-child {
  border-top: none;
}

.l-aktibiz.introdution {
  padding: 0;
  padding-top: 80px;
  min-height: 500px;
  position: relative;
  z-index: 50;
}

.l-aktibiz.introdution .logo {
  text-align: center;
  padding-bottom: 40px;
}

.l-aktibiz.introdution .group:before, .l-aktibiz.introdution .group:after {
  content: " ";
  display: table;
}

.l-aktibiz.introdution .group:after {
  clear: both;
}

.l-aktibiz.introdution .group .text-block, .l-aktibiz.introdution .group ul {
  width: 50%;
  float: left;
  padding: 30px 80px 30px 0;
  /*min-height: 350px;*/
}

.l-aktibiz.introdution .group ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.l-aktibiz.introdution .group ul li {
  font-size: 24px;
  color: #595959;
  width: 50%;
  float: left;
  padding-top: 47px;
}

.l-aktibiz.introdution .group ul li i {
  background-color: #3398d8;
  padding: 5px;
  display: block;
  float: left;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.l-aktibiz.introdution .group ul li span {
  display: block;
  float: left;
  width: 82%;
  padding-top: 3px;
}

.buttons {
  text-align: center;
  margin-top: 50px;
}

.rightRubrica + div.blocoRubrica .buttons {
  text-align: left;
}

li.boxblock .l-aktibiz .buttons {
  margin-top: 32px;
  margin-bottom: -33px;
}

ul.blocks.bxslider-v .buttons {
  margin-top: 30px;
  margin-bottom: 10px;
}

.buttons .button {
  vertical-align: top;
}

.buttons .green {
  background-color: #4C8C28;
}

.buttons .green:hover {
  background-color: #333333;
}

.buttons i.pdf {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  height: 31px;
  padding-right: 10px;
  margin-left: -3px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.buttons .button.especificacoes {
  background-color: #0E72A7;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
}

.buttons .button.especificacoes:hover {
  background-color: #333333;
}

.buttons .button.especificacoes span {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
  height: 31px;
  padding-top: 6px;
  padding-left: 10px;
}

.buttons .button.especificacoes img {
  display: block;
  width: 27px;
}

.buttons a {
  margin-right: 10px;
}

.showcase {
  position: relative;
  z-index: 100;
}

.video-button {
  position: absolute;
  bottom: -43px;
  left: 50%;
  z-index: 50;
  margin-left: -49px;
  width: 98px;
  height: 98px;
  z-index: 200;
  background-image: url("../sysimages/video-icon.png");
  background-repeat: no-repeat;
}

.video-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.video-button:hover {
  background-position: 0 100%;
}

.l-aktibiz .block-item3 h2 {
  margin-bottom: 30px;
}

.l-aktibiz .block-item3 .text-block {
  width: 40% !important;
  float: right !important;
}

.block-item14 {
  background-color: #fff;
}

.l-aktibiz .style-table {
  width: 100%;
}

.l-aktibiz .style-table th {
  background-color: #E74C3C;
  color: #fff;
  padding: 10px;
  border: 1px solid #E74C3C;
}

.l-aktibiz .style-table tr {
  background-color: #F4F4F4;
  border: 1px solid #E9E7D7;
}

.l-aktibiz .style-table tr td {
  padding: 10px;
}

.l-aktibiz .style-table i {
  color: #E74C3C;
}

.l-aktibiz .style-table tr.odd {
  background-color: #FFFFFF;
}

.l-carreiras h1 {
  text-align: center;
}

.blocoCarreiras {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.l-carreiras .oportunities {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.l-carreiras .oportunities p {
  margin-bottom: 0px;
}

.l-carreiras .oportunities li {
  background-color: #F8F8F8;
  border: 1px #F8F8F8 solid;
  padding: 20px;
  margin-bottom: 2px;
}

.l-carreiras .oportunities li h2 a {
  color: #f78732;
}

.l-carreiras .oportunities li .description {
  display: none;
  padding: 30px 0 0 0;
}

.l-carreiras .oportunities li .description .grab {
  margin-bottom: 20px;
}

.l-carreiras .oportunities li .description .grab:before, .l-carreiras .oportunities li .description .grab:after {
  content: " ";
  display: table;
}

.l-carreiras .oportunities li .description .grab:after {
  clear: both;
}

.l-carreiras .oportunities li .description .group {
  float: left;
  width: 50%;
  padding: 0 40px;
}

.l-carreiras .oportunities li .description .group ul {
  padding: 0;
  margin: 0;
}

.l-carreiras .oportunities li .description .group ul li {
  padding: 0;
  margin-bottom: 20px;
}

.l-carreiras .oportunities li.appear {
  margin-bottom: 20px;
  border: 1px #d9dee1 solid;
}

.l-carreiras .oportunities li.appear .description {
  display: block;
}

.l-carreiras .oportunities li p {
  width: 100%;
  text-align: left;
}

.l-carreiras .oportunities li ul {
  width: 100%;
}

.l-carreiras .oportunities li ul li {
  text-align: left;
  display: block;
}

.l-carreiras .oportunities li.active {
  border: 1px #d9dee1 solid;
}

.l-carreiras .oportunities li h2 {
  color: #F78632;
  font-size: 17px;
}

.l-empresa .headline:before, .l-empresa .headline:after {
  content: " ";
  display: table;
}

.l-empresa .headline:after {
  clear: both;
}

.l-empresa .headline h1 {
  text-align: center;
}

.l-empresa .headline .group {
  float: left;
  width: 50%;
  padding: 0 2.5%;
}

.l-empresa .headline h1 + div.group {
padding-left: 0;
}

.l-empresa .headline h1 + div.group + div {
padding-right: 0;
}

.l-empresa .headline .group h3 {
  color: #f78732;
  margin-bottom: 15px;
}

.contact-group {
  border-top: 1px solid #d9dee1;
  background-color: #F8F8F8;
  height: 120px;
}

.contact-group .link {
  display: none;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 44px;
  cursor: pointer;
}

.contact-group .link a, .contact-group .link i {
  color: #f78732;
  font-size: 24px;
  text-decoration: none;
}

.contact-group:hover .link {
  display: block;
}

.contact-group:hover ul {
  display: none;
}

.contact-group ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 25px !important;
}

.contact-group ul li {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  width: 467px;
}

.contact-group ul li i {
  color: #f78732;
  font-size: 30px;
  padding: 8px 15px;
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
}

.contact-group ul li span {
  font-size: 13px;
  text-align: left;
  display: inline-block;
  vertical-align: baseline;

  *display: inline;
  *vertical-align: auto;
  width: 392px;
}

.contact-group ul li span b {
  font-weight: bold;
  color: #f78732;
}

.l-empresa .features .o-que-nos-distingue {
  background-color: #2C3E50;
}

.l-empresa .features .o-que-nos-distingue h1.titTemp, 
.l-empresa .features .o-que-nos-distingue h2.subtitTemp,
.l-empresa .features .metodologia h1.titTemp,
.l-empresa .features .metodologia h2.subtitTemp{
  margin-bottom: 20px;
}

.l-empresa .features .o-que-nos-distingue * {
  color: #FFF;
}

.l-empresa .features .o-que-nos-distingue h2.subtitTemp,
.l-empresa .features .o-que-nos-distingue strong,
.l-empresa .features .o-que-nos-distingue b {
  color: #F78532;
}

.l-empresa .features .o-que-nos-distingue .icons-blocks {
  padding-top: 50px;
  text-align: center;
}

.l-empresa .features .o-que-nos-distingue i {
  color: #fff;
  font-size: 46px;
  padding-right: 20px;
}

.l-empresa .features .metodologia {
  background-color: #fff;
}

.l-empresa .features .metodologia h1, .l-empresa .features .metodologia h2, .l-empresa .features .metodologia p {
  text-align: center;
}

.l-empresa .features .metodologia .etapas {
  padding-top: 40px;
}

.l-empresa .features .metodologia .etapas h3 {
  text-align: center;
  margin-bottom: 10px;
}

.l-empresa .features .metodologia .etapas ul.first li {
  text-align: right;
}

.l-empresa .features .metodologia .etapas ul.first li i {
  margin-right: 0;
  margin-left: 10px;
}

.l-empresa .features .metodologia .etapas ul {
  width: 50%;
  float: left;
}

.l-empresa .features .metodologia .etapas ul li {
  padding: 20px;
}

.l-empresa .features .metodologia .etapas i.number {
  background-color: #d9dee1;
  color: #595959;
  padding: 10px;
  width: 42px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.l-empresa .features .metodologia .etapas .alert {
  font-size: 13px;
  padding-top: 40px;
}

.metodologia .subtitTemp {
  color: #F78532;
}

section.features .o-que-nos-distingue {
  background-color: red;
}

.modals {
  font-size: 13px;
  background-color: #FFF;
}

.modals:before, .modals:after {
  content: " ";
  display: table;
}

.modals:after {
  clear: both;
}

.modals .form-side {
  width: 688px;
  float: left;
  background-color: #fff;
  padding: 26px;
}

/*.modals .form-side h1 {
  font-size: 24px;
  font-weight: 400;
  color: #f78732;
}*/

.modals .form-side p {
  margin-bottom: 25px;
}

.modals .modal-sidebar {
  width: 292px;
  float: left;
  color: #fff;
}

.modals .modal-sidebar .suporte-tecnico {
  background: #f78732 url("../sysimages/sys18.png") no-repeat 219px 36px;
  padding: 15px 28px;
}

.modals .modal-sidebar .suporte-tecnico h3 {
  font-size: 15px;
  margin-bottom: 1px;
}

.modals .modal-sidebar .suporte-tecnico a {
  color: #fff;
}

.modals .modal-sidebar .suporte-tecnico a.number {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  cursor: default;
  text-decoration: none;
  display: inline-block;
  line-height: 0;
  padding-bottom: 4px;
}

.modals .modal-sidebar .moradas {
  color: #595959;
}

.modals .modal-sidebar .moradas .cidade {
  font-weight: bold;
  color: #f78732;
}

.modals .modal-sidebar .moradas .open-map {
  padding-top: 8px;
  height: 34px;
}

.modals .modal-sidebar .moradas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.modals .modal-sidebar .moradas ul li {
  padding-bottom: 20px;
  padding: 20px 27px;
  border-top: 1px #d9dee1 solid;
}

.modals .modal-sidebar .moradas ul li:first-child {
  border-top: none;
}

.modal-carreira {
  /*width: 980px;*/
  background-color: #F6F6F6;
  position: relative;
  z-index: 0;
}

.listVantagens {
  margin-top: 64px;
}

.listVantagens .uniList {
  margin-top: 36px;
  width: 594px;
}

.listVantagens .uniList:first-child {
  margin-top: 0;
}

.listVantagens .uniList .pic {
  float: left;
}

.listVantagens .uniList .rightText {
  float: left;
  padding-top: 6px;
  width: 372px;
  margin-left: 14px;
}

.listVantagens .uniList .tit {
  padding-bottom: 8px;
  line-height: 23px;
}
/*
.subpaginasMarketing {
  margin-top: 64px;
}
*/

.picTemp18 img {
  max-width: 594px;
  height: auto;
}

.subpaginasMarketing .titRub {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.subpaginasMarketing.uniSubpag {
  padding-top: 36px;
  width: 1024px;
  padding-right: 396px;
  margin: 0 auto;
}

.subpaginasMarketing.uniSubpag .pic {
  margin-top: 40px;
}

.subpaginasMarketing.uniSubpag img {
  max-width: 594px;
}

.logosEstilos2 td {
  height: 112px;
}

.btProposta {
  text-align: center;
  margin: 35px 0;
}

.btProposta button.small, .btProposta .button.small {
  font-size: 16px;
  padding: 16px;
  width: 250px;
  margin-bottom: 4px;
}

.btProposta p {
  font-size: 13px;
}

.listagemClientes {
  margin-top: 20px;
  width: 978px;
  margin: 0 auto;
}

.listagemClientes .descTopCLI {
  font-size: 11px;
  color: #999;
  text-align: center;
  padding: 26px 0;
}

.listagemClientes a {
  display: block;
  float: left;
  text-decoration: none;
  width: 163px;
  height: 163px;
  border-bottom: 1px solid #d9dee1;
  border-left: 1px solid #d9dee1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.listagemClientes a img:first-child + img {
  opacity:0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.listagemClientes a:hover img:first-child + img {
  opacity: 1;
}

.listagemClientes .clearfix {
  margin-left: -1px;
}

.clearBlank {
  height: 1px;
  background-color: #FFF;
  margin-top: -1px;
  position: relative;
  z-index: 10;
}

.showcase .showcases .picBannerDet {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 562px;
  margin-left: -496px;
  line-height: 0;
}

.showcase .showcases .picBannerDet img {
  width: 572px;
  height: auto;
}

.showcase .showcases .closeDet {
  position: absolute;
  width: 1024px;
  margin-left: -495px;
  top: 38px;
  left: 50%;
  text-align: right;
  display: none;
}

.showcase .showcases .closeDet a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  padding-right: 22px;
  font-size: 14px;
}

.showcase .showcases .closeDet a span {
  width: 16px;
  height: 16px;
  background: url("../sysimages/sys09.png") no-repeat left top;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 0;
}

.showcase .showcases .closeDet a span:first-child + span {
  opacity: 0;
  z-index: 10;
  background-position: left bottom;
}

.showcase .showcases .closeDet a:hover span:first-child + span {
  opacity: 1;
}

.showcase .showcases .closeDet a:hover {
  color: #f78632;
}

.showcase .showcases .textosBannerDet {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 467px;
  width: 401px;
  margin-left: 94px;
}

.textosBannerDet * {
  color: #FFF;
}

.showcase .showcases .textosBannerDet h1 {
  font-size: 50px;
  color: #FFF;
  line-height: 105%;
  padding-bottom: 7px;
}

.showcase .showcases .textosBannerDet .linkSite {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

.showcase .showcases .textosBannerDet .linkSite span {
  width: 14px;
  height: 12px;
  background: url("../sysimages/sys10.png") no-repeat left top;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
}

.showcase .showcases .textosBannerDet .linkSite span:first-child + span {
  opacity: 0;
  z-index: 10;
  background-position: left bottom;
}

.showcase .showcases .textosBannerDet .linkSite:hover span:first-child + span {
  opacity: 1;
}

.showcase .showcases .textosBannerDet .blocoSite {
  height: 1px;
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 20px;
  font-size: 13px;
  margin-top: 10px;
}

.showcase .showcases .textosBannerDet .blocoSite .unitxt {
  background: url("../sysimages/sys11.png") no-repeat left 6px;
  padding-left: 20px;
  margin-bottom: 26px;
}

.showcase .showcases .textosBannerDet .blocoSite h4 {
  line-height: 23px;
  font-size: 15px;
}

.detalheprod {
  margin-top: 97px;
}

.detalheprod .blocoDet .titDet {
  background: url("../sysimages/sys12.png") no-repeat left -1px;
  color: #333;
  padding-left: 30px;
  font-size: 17px;
  margin-bottom: 17px;
}

.detalheprod .rightDet {
  float: left;
}

.detalheprod .rightDet + div.blocoDet {
  float: right;
  width: 429px;
}

.detalheprod .blocoDet u,
.detalheprod .blocoDet s {
  color:#F78532;
}

.avaibleApps {
  text-align: center;
  margin-top: -56px;
  margin-bottom: 39px;
}

.avaibleApps a {
  position: relative;
  z-index: 0;
  margin-left: 4px;
}

.avaibleApps a:first-child {
  margin-left: 0;
}

.avaibleApps a,
.avaibleApps a span {
  display: inline-block;
  width: 116px;
  height: 40px;
}

.avaibleApps a span:first-child + span {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.avaibleApps .ios span {
  background: url("../sysimages/sys13.png") no-repeat left top;
}

.avaibleApps .ios span:first-child + span {
  background-position: left bottom;
}

.avaibleApps .android span {
  background: url("../sysimages/sys13.png") no-repeat right top;
}

.avaibleApps .android span:first-child + span {
  background-position: right bottom;
}

.avaibleApps a:hover span:first-child + span {
  opacity: 1;
}

.maisProjetos {
  border-top: 1px solid #d9dee1;
  border-bottom: 1px solid #d9dee1;
}

.introdution .maisProjetos .sidebar {
  position: static;
  border-left: 0;
  border-right: 1px solid #d9dee1;
  float: left;
  padding: 76px 26px 76px 26px;
}

.maisProjetos div.sidebar .row-nav,
.maisProjetos div.sidebar .row-navDET {
  width: 233px;
}

.maisProjetos div.sidebar .row-nav li.active,
.maisProjetos div.sidebar .row-navDET li.active {
  background: url("../sysimages/sys14.png") no-repeat 209px 15px;
}

.maisProjetos .listagemClientes {
  float: left;
  width: 704px;
  padding: 26px;
  border-left: 1px solid #d9dee1;
  margin-left: -1px;
  padding-top: 76px;
}

/*.content-inner .inner ul li {
  list-style-type: none;
}

.content-inner .inner ul li span.seta {
  background: url('../sysimages/sys14.png') no-repeat left top;
  width: 12px;
  height: 12px;
  display: inline-block;
  padding-right: 24px;
}

ul.screenshots .seta {
  display: none !important;
}

.content-inner .inner.editable ul li {
  margin-bottom: 22px;
}*/

.rightRubrica {
  float: right;
}

.rightRubrica .pic {
  margin-bottom: 10px;
}

.rightRubrica .pic img {
  width: 341px;
}

.blocoRubrica {
  font-weight: 300;
  line-height: 20px;
}

.rightRubrica + div.blocoRubrica {
  float: left;
  width: 600px;
}

.topoCarreiras h1 {
  margin-bottom: 30px;
}

.topoNewsletter {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.topoCarreiras,
.topoNewsletter {
  margin-bottom: 60px;
}

.formNews {
  background: url("../sysimages/sys15.jpg") repeat-y center top;
  padding: 28px 0 51px 0;
  margin-bottom: 60px;
}

.formNews .form {
  width: 270px;
  float: left;
}

.formNews .place-button {
  padding-top: 12px;
}

.formNews .privForm {
  width: 482px;
  float: right;
  text-align: left;
  margin-top: 23px;
}

.formNews .centroFormNews {
  margin: 0 auto;
  width: 808px;
}

.listNewsletters {
  margin-top: 50px;
}

.listNewsletters h2 {
  color: #F78532;
  padding-bottom: 17px;
}

.listNewsletters .n_recentes {
  margin-left: -20px; 
}

.listNewsletters .n_recentes a {
  display: inline-block;
  padding: 18px;
  background-color: #d9dee1;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.listNewsletters .n_recentes a img {
  width: 193px;
  display: block;
}

.listNewsletters .n_recentes a div,
.listNewsletters .n_more a div {
  background-color: #000;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 8px 0;
}

.listNewsletters .n_recentes a div span,
.listNewsletters .n_more a div span {
  font-family: "Lato-bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: url("../sysimages/sys16.png") no-repeat left 2px;
  color: #FFF;
  padding-left: 20px;
}

.listNewsletters .n_more {
  margin-left: -21px;
}

.listNewsletters .n_more a {
  display: inline-block;
  padding: 3px;
  background-color: #d9dee1;
  margin-left: 20px;
  margin-bottom: 13px;
  position: relative;
  z-index: 0;
}

.listNewsletters .n_more a img {
  width: 97px;
  display: block;
}

.listNewsletters .n_more a:first-child + a + a + a,
.listNewsletters .n_more a:first-child + a + a + a + a + a,
.listNewsletters .n_more a:first-child + a + a + a + a + a + a + a {
  margin-left: 19px;
}

.listNewsletters .n_more a div {
  padding: 6px 0;
}

.listNewsletters .n_more a div span {
  background-image: none;
  padding-left: 0;
}

.listNewsletters .n_recentes a:hover div,
.listNewsletters .n_more a:hover div {
  background-color: #f78732;
}

.n_edicoesAnt {
  margin-top: 20px;
}

.n_edicoesAnt h4 {
  margin-bottom: 35px;
}

.n_edicoesAnt table tr td {
  text-align: center;
  width: 330px;
}

.n_edicoesAnt table tr td[align=right] {
  text-align: right;
}

.n_edicoesAnt table tr td:first-child {
  text-align: left;
}

.n_edicoesAnt a:first-child {
  border-top: 0;
}

.n_edicoesAnt a {
  display: inline-block;
  border-top: 1px solid #d9dee1;
  text-decoration: none;
  padding: 10px 18px;
  width: 233px;
  text-align: left;
}

.label-group .required {
  color: #F78732;
}

.inputUploadfake {
  width: 148px;
  height: 113px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.inputUploadfake label,
.inputUploadfake span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 146px;
  height: 111px;
  cursor: pointer;
}

.inputUploadfake label {
  border: 1px #D1D1D1 solid;
  overflow: hidden;
}

.inputUploadfake span {
  background: url("../sysimages/sys17.png") no-repeat -1px -1px;
}

.inputUploadfake span:first-child + span {
  opacity: 0;
  z-index: 20;
  background-position: -1px -121px;
}

.inputUploadfake label:hover span:first-child + span {
  opacity: 1;
}

.inputUploadfake input {
  opacity: 0;
}

.smallUpload {
  text-align: center;
}

.label-group small {
  color: #999;
}

.requiredCampos {
  margin-top: 4px;
  display: block;
}

.icon-map-marker {
  font-size: 20px;
  color: #F78732;
}

.linksEmails div {
  padding: 0;
  line-height: 153%;
}

.formasContacto {
  background-color: #FBFBFB;
  border: 1px solid #D3D3D3;
  padding: 9px 14px;
  margin-bottom: 25px;
  width: 638px;
}

.formasContacto label {
  color: #595959;
  font-weight: bold;
  margin-left: 10px;
  font-size: 13px;
}

.formasContacto label:first-child {
  margin-left: 0;
}

.formasContacto label input[type=radio] {
  margin-right: 10px;
}

.paginaInternet {
  margin-bottom: 7px;
}

.paginaInternet label {
  font-size: 13px;
  margin-right: 20px;
}

.paginaInternet label input {
  margin-right: 8px;
}

input[disabled=disabled],
input[disabled=disabled]:hover {
  border-color: #d1d1d1;
}

.label-group input[type=checkbox] {
  margin-right: 8px;
}

.mapModal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 687px;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.mapModal img {
  height: 100%;
}

.mapClose i,
.mapClose a {
  display: none;
}

.closemap {
  display: none;
}

.mapClose .closemap {
  display: inline-block;
  background: #000 url("../sysimages/sys19.png") no-repeat 12px 8px;
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  padding: 5px 17px 5px 33px;
}

.mapClose .closemap:hover {
  background-color: #f78732;
}

.inputRadioform {
  margin-top: 1px;
  float: left;
}

.lt-ie10 .inputRadioform {
  margin-top: 3px;
}

section.features .blocks.bxslider-v .boxblock {
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}

section.features .blocks.bxslider-v .boxblock .inner {
  padding-bottom: 8%;
}

.features .bx-viewport {
  border-top: 1px solid #d9dee1;
}

.metodologia .screenshots {
  text-align: center;
}

ul.screenshots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 14px !important;
}

.screenshots li {
  width: 112px;
  height: 66px;
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  border: 1px solid #CFCDCD;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-right: 7px;
}

.screenshots li:hover {
  border: 1px solid #333;
}

.screenshots li img {
  border: 1px solid #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  width: 100%;
}

.bx-viewport {
  z-index: 0;
}

.bannerProjectos button {
  float: right;
}

.titRub, .titTemp {
  margin-bottom: 15px;
}

.subtitRub, .subtitTemp {
  margin-bottom: 20px;
}

.block-item3 .titTemp,
.block-item14 .titTemp {
  margin-bottom: 5px;
}

.block-item3 .subtitTemp,
.block-item14 .subtitTemp {
  margin-bottom: 20px;
}

.l-empresa .headline .titTemp {
  margin-bottom: 40px;
}

.formError label {
  color: red !important;
}

.formError input,
.formError textarea,
.formError select,
.formError .inputUploadfake label,
.formasContacto.formError,
#httpsite.formError {
  border-color: red !important;
}

.formasContacto.formError label {
  color: #595959 !important;
}

article.introdution + div.btProposta {
  margin-top: 46px;
}

@media screen and (min-width: 1244px) {
  .bx-controls-direction .bx-prev,
  .bx-controls-direction .bx-next {
    display: block;
  }
}

.cmsForm label span {
  color: #F78732;
  padding-left: 4px;
}

.cmsForm label input,
.cmsForm label select,
.cmsForm label textarea {
  margin-top: 4px;
  display: block;
}

.cmsForm {
  margin-top: 17px;
}

.cmsForm label {
  margin-bottom: 14px;
}

/*.cmsForm h1 {
  margin-bottom: 17px;
}*/

.cmsForm input[type=file] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.cmsForm.modals .form-side {
  padding: 0;
}

header .sub-nav li.linguas {
  height: 31px;
  border-left: 1px solid #E9E9E9; 
  padding-left: 5px;
  padding-right: 0;
}

.linguas a {
  margin-top: -2px;
  background: url("../sysimages/sys21.png") no-repeat left top;
  padding: 2px 0 2px 26px;
  display: inline-block;
  transition: all 0;
}

.linguas a:hover {
  background-position: left bottom;
}

.centroSite {
  background-color: #FFF;
}

#conteudoSite {
  padding-top: 73px;
}

.portfolioUL {
  color: rgb(122, 122, 122);
  margin: 30px 0;
  outline: rgb(122, 122, 122) none 0px;
  padding: 0;
}

.portfolioUL li {
  display: inline-block;
}

.portfolioUL li a {
  color: rgb(122, 122, 122);
  cursor: pointer;
  display: inline-block;
  height: 39px;
  text-transform: uppercase;
  border: 1px solid rgb(238, 238, 238);
  font: normal normal 500 12px/17.142858505249023px Raleway, sans-serif;
  list-style: none outside none;
  margin: 0px 0px 5px;
  outline: rgb(122, 122, 122) none 0px;
  padding: 10px 16px;
  text-decoration: none;
}

.portfolioUL li a:hover,
.portfolioUL li a.selected {
  color: rgb(255, 255, 255);
  background: #f78632;
}

.breadcrumb {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .versionMobile .container,
  .versionMobile .content-inner {
    width: 100%;
    min-width: 290px;
  }
  .versionMobile .content-inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .versionMobile .blocoRubrica table tr td {
    display: block;
    width: 100% !important;
  }
  .versionMobile .portfolioUL li {
    display: block;
  }
  .versionMobile .portfolioUL li a {
    width: 100%;
    text-align: center;
  }

  .versionMobile .blocoRubrica img {
    width: 100%;
  }

  .versionMobile .blocoRubrica table {
    width: 100%;
  }

  .versionMobile .cmsForm table,
  .versionMobile .cmsForm table tbody,
  .versionMobile .cmsForm table tr,
  .versionMobile .cmsForm table tr td {
    display: block;
  }

  .versionMobile .cmsForm input,
  .versionMobile .cmsForm textarea {
    width: 100% !important;
    box-sizing: border-box;
  }

  .versionMobile .modals .form-side {
    float: none;
    width: 100%;
  }
}

.relative {
  position: relative;
}


.formBlog {
  /*padding: 107px 0 0 0;*/
  padding: 53px 0 0 0;
  width: 65.9%;
}

.formBlog h3 {
  font-size: 16px;
  color: #2E3337;
  padding-bottom: 1px;
}

.formBlog form {
  margin-top: 45px;
}

.formBlog .label-group {
  margin-bottom: 18px;
}

.formBlog .label-group input,
.formBlog .label-group textarea {
  margin-top: 5px;
}

.blog .share-icons a span {
    display: none;
}
