﻿@font-face {
  font-family: 'DIN';
  src: url('../fonts/dinlight-webfont.eot');
  src: url('../fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinlight-webfont.woff2') format('woff2'), url('../fonts/dinlight-webfont.woff') format('woff'), url('../fonts/dinlight-webfont.ttf') format('truetype'), url('../fonts/dinlight-webfont.svg#dinlight') format('svg');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/dinregular-webfont.eot');
  src: url('../fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinregular-webfont.woff2') format('woff2'), url('../fonts/dinregular-webfont.woff') format('woff'), url('../fonts/dinregular-webfont.ttf') format('truetype'), url('../fonts/dinregular-webfont.svg#dinregular') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/dinmedium-webfont.eot');
  src: url('../fonts/dinmedium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinmedium-webfont.woff2') format('woff2'), url('../fonts/dinmedium-webfont.woff') format('woff'), url('../fonts/dinmedium-webfont.ttf') format('truetype'), url('../fonts/dinmedium-webfont.svg#dinmedium') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/dinbold-webfont.eot');
  src: url('../fonts/dinbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinbold-webfont.woff2') format('woff2'), url('../fonts/dinbold-webfont.woff') format('woff'), url('../fonts/dinbold-webfont.ttf') format('truetype'), url('../fonts/dinbold-webfont.svg#dinregular') format('svg');
  font-style: normal;
  font-weight: 900;
}
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* html5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  background-color: #374e59;
}
::-moz-selection {
  background-color: #374e59;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
div.row:before,
div.row:after {
  content: '';
  display: table;
}
div.row:after {
  clear: both;
}
div.row > :last-child {
  margin-bottom: 0;
}
div.column {
  float: left;
  position: relative;
}
div.column + div.column {
  margin-left: 1.6%;
}
div.column.column-1 {
  width: 6.86666667%;
}
div.column.column-2 {
  width: 15.33333333%;
}
div.column.column-3 {
  width: 23.8%;
}
div.column.column-4 {
  width: 32.26666667%;
}
div.column.column-5 {
  width: 40.73333333%;
}
div.column.column-6 {
  width: 49.2%;
}
div.column.column-7 {
  width: 57.66666667%;
}
div.column.column-8 {
  width: 66.13333333%;
}
div.column.column-9 {
  width: 74.6%;
}
div.column.column-10 {
  width: 83.06666667%;
}
div.column.column-11 {
  width: 91.53333333%;
}
div.column.column-12 {
  width: 100%;
}
body {
  background-color: #fff;
  color: #585858;
  cursor: default;
  font-family: 'DIN', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
a {
  color: #585858;
  text-decoration: none !important;
  transition: color 0.25s;
}
a:focus,
a:hover {
  color: #22bdb6;
}
strong {
  font-weight: 400;
}
img {
  max-width: 100%;
}
div.load {
  background: #000 url(../images/load.gif) center no-repeat;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.header {
  background-color: #374e59;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
header.header div.header-content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 38px 0 25px;
  position: relative;
  transition: padding 0.25s ease-out;
  width: 92%;
}
header.header a.logo {
  background-size: contain;
  display: block;
  overflow: hidden;
  transition: height 0.25s ease-out, opacity 0.3s, width 0.25s ease-out;
}
header.header a.logo img {
  display: block;
}
header.header ul.idiomas {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 38px;
  transition: opacity 0.25s ease-out;
  visibility: visible;
}
header.header ul.idiomas li {
  float: left;
}
header.header ul.idiomas li a {
  background-position: right center;
  background-repeat: no-repeat;
  color: #ccc;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  padding-right: 22px;
  text-transform: uppercase;
}
header.header ul.idiomas li a:focus,
header.header ul.idiomas li a:hover {
  color: #fff;
}
header.header ul.idiomas li + li {
  margin-left: 15px;
}
div.content {
  margin: 0 auto 60px;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  width: 92%;
  z-index: 0;
}
article.article header.article-header {
  line-height: 1.5;
  margin: 0 auto 60px;
  max-width: 680px;
  text-align: left;
}
article.article header.article-header h1 {
  color: #22bdb6;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
article.article header.article-header h2 {
  color: #374e59;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
  text-transform: uppercase;
}
article.article header.article-header p {
  color: #7f7f7f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
article.article header.article-header > :last-child {
  margin-bottom: 0 !important;
}
article.article div.article-body {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 60px;
  max-width: 680px;
  text-align: left;
}
article.article div.article-body h2 {
  color: #22bdb6;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
article.article div.article-body h3 {
  color: #999;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
article.article div.article-body p {
  margin-bottom: 15px;
}
article.article div.article-body ol,
article.article div.article-body ul {
  margin-left: 19px;
}
article.article div.article-body ol {
  list-style: decimal;
}
article.article div.article-body > :last-child {
  margin-bottom: 0 !important;
}
article.article > :last-child {
  margin-bottom: 0 !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer.footer {
  background-color: #f2f2f2;
  color: #7f7f7f;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  z-index: 0;
}
footer.footer div.footer-content {
  padding: 50px 0 15px;
}
footer.footer a {
  color: #7f7f7f;
}
footer.footer a:focus,
footer.footer a:hover {
  color: #22bdb6;
}
footer.footer a.soluty {
  background: url(../images/soluty-digital.png);
  display: block;
  height: 13px;
  margin: 80px auto 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: -500px;
  transition: background-position 0.25s ease-out;
  width: 80px;
}
footer.footer a.soluty:focus,
footer.footer a.soluty:hover {
  background-position: left -13px;
}
a#back-to-top {
  background: #374e59 url(../images/back-to-top.png) center no-repeat;
  border-radius: 50%;
  bottom: 20px;
  display: none;
  height: 46px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: left;
  text-indent: -500px;
  transition: background-color 0.25s;
  width: 46px;
  z-index: 1000;
}
a#back-to-top:hover,
a#back-to-top:focus {
  background-color: #22bdb6;
}
div.video-container {
  margin-bottom: 60px;
  padding-bottom: 56.25%;
  position: relative;
}
div.video-container a {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
div.video-container a span.capa {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
div.video-container a:after {
  background: url(../images/play-icon.png) center no-repeat;
  background-size: 14.92857143%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
div.video-container a:focus span.capa,
div.video-container a:hover span.capa {
  transform: scale(1.05);
}
div.video-container iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
figure.first {
  display: block;
  margin-bottom: 60px;
  position: relative;
}
figure.first img {
  display: block;
}
figure.first figcaption {
  color: #7f7f7f;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 7px;
}
ul.gallery {
  font-size: 0;
  margin: -0.35714286%;
  overflow: hidden;
}
ul.gallery li {
  display: inline-block;
  *display: inline;
  margin: 0.35714286%;
  width: 32.61904762%;
  zoom: 1;
}
ul.gallery li a {
  border-radius: 1px;
  display: block;
  overflow: hidden;
  position: relative;
}
ul.gallery li a img {
  display: block;
  position: relative;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 0;
}
ul.gallery li a.video:after {
  background: url(../images/play-icon.png) center no-repeat;
  background-size: 35%;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
ul.gallery li a:focus img,
ul.gallery li a:hover img {
  transform: scale(1.1);
}
/* classes */
.clear {
  clear: both;
}
.no-display {
  display: none;
}
.button {
  background-color: transparent;
  border: 2px solid #22bdb6;
  border-radius: 8px;
  color: #22bdb6;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  font-family: 'DIN', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  outline: none !important;
  padding: 18px 40px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: border-color 0.25s, color 0.25s;
  zoom: 1;
}
.button:hover,
.button:focus {
  border-color: #374e59;
  color: #374e59;
}
body.home header.header {
  margin-bottom: 8px;
}
body.home div.content {
  max-width: none;
  width: 100%;
}
body.home div.banner {
  background: #22bdb6 url(../images/bg-home.jpg) center top no-repeat fixed;
  margin-bottom: 60px;
}
body.home div.banner div.banner-content {
  display: table;
  height: calc(100vh - 143px);
  margin: 0 auto;
  max-height: 600px;
  max-width: 1000px;
  width: 92%;
}
body.home div.banner div.banner-content div.info {
  display: table-cell;
  padding: 100px 0;
  vertical-align: middle;
}
body.home div.banner div.banner-content div.info h1 {
  color: #fff;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
  max-width: 670px;
}
body.home div.banner div.banner-content div.info h2 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 670px;
}
body.home div.banner .button {
  border-color: #fff;
  color: #fff;
}
body.home div.banner .button:focus,
body.home div.banner .button:hover {
  border-color: #374e59;
  color: #374e59;
}
body.home div.contato {
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
}
body.home div.contato div.info h2 {
  color: #22bdb6;
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.home div.contato div.info h3 {
  color: #374e59;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 40px;
}
body.home div.contato div.pessoas img {
  display: block;
}
body.clientes ul.clientes {
  overflow: hidden;
  margin: -60px auto 0;
  max-width: 680px;
  width: 92%;
}
body.clientes ul.clientes li {
  float: left;
  margin-top: 60px;
  width: 25%;
}
body.clientes ul.clientes li a,
body.clientes ul.clientes li span {
  display: block;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.25s;
  width: 80%;
}
body.clientes ul.clientes li a:focus,
body.clientes ul.clientes li a:hover {
  opacity: 0.6;
}
body.clientes ul.clientes li img {
  display: block;
  margin: 0 auto;
}
body.contato div.content {
  margin-bottom: 8px;
  max-width: none;
  width: 100%;
}
body.contato article.article {
  margin-bottom: 60px;
}
body.contato article.article header.article-header {
  width: 92%;
}
body.contato form {
  margin: 0 auto 60px;
  max-width: 680px;
  width: 92%;
}
body.contato form div.row {
  margin-bottom: 50px;
}
body.contato form div.row div.field-wrap {
  position: relative;
}
body.contato form div.row div.field-wrap label {
  color: #7f7f7f;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
body.contato form div.row div.field-wrap label span.alert {
  background-color: #980000;
  color: #fff;
  padding: 3px 3px 0;
}
body.contato form div.row div.field-wrap input:not([type=submit]):not([type=range]),
body.contato form div.row div.field-wrap select,
body.contato form div.row div.field-wrap textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 1px;
  box-shadow: none;
  color: #585858;
  display: block;
  font-family: 'DIN', sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  outline: none;
  padding: 28px 0 10px;
  transition: border-bottom-color 0.2s;
  width: 100%;
}
body.contato form div.row div.field-wrap input:not([type=submit]):not([type=range]):focus,
body.contato form div.row div.field-wrap select:focus,
body.contato form div.row div.field-wrap textarea:focus {
  border-bottom-color: #22bdb6;
}
body.contato form div.row div.field-wrap select {
  padding: 28px 0 9px;
}
body.contato form div.row div.field-wrap textarea {
  resize: none;
}
body.contato form div.row div.field-wrap input:invalid:not([type=submit]),
body.contato form div.row div.field-wrap select:invalid,
body.contato form div.row div.field-wrap textarea:invalid {
  border-bottom-color: #980000;
}
body.contato form div.buttons-row {
  margin-top: 50px;
}
body.contato div.feedback {
  border-radius: 1px;
  color: #fff;
  padding: 15px 35px;
}
body.contato div.feedback.success {
  background-color: #23c70d;
}
body.contato div.feedback.error {
  background-color: #980000;
}
body.contato div.dados-contato {
  color: #374e59;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
body.contato div.dados-contato p {
  margin-top: 30px;
}
body.contato div.dados-contato p span.icon {
  background: center no-repeat;
  background-repeat: repeat-y;
  background-size: 40px 40px;
  border: 2px solid #374e59;
  border-radius: 50%;
  display: block;
  height: 42px;
  margin: 0 auto 15px;
  transition: background-position 0.25s ease-out;
  width: 42px;
}
body.contato div.dados-contato p.facebook span.icon {
  background-image: url(../images/facebook.gif);
}
body.contato div.dados-contato p.email span.icon {
  background-image: url(../images/email.gif);
}
body.contato div.dados-contato p.telefone span.icon {
  background-image: url(../images/telefone.gif);
}
body.contato div.dados-contato p.endereco span.icon {
  background-image: url(../images/pin.gif);
}
body.contato div.dados-contato p:first-child {
  margin-top: 0;
}
body.contato div.dados-contato a {
  display: inline-block;
  *display: inline;
  color: #374e59;
  text-decoration: none !important;
  transition: color 0.25s;
  zoom: 1;
}
body.contato div.dados-contato a:focus,
body.contato div.dados-contato a:hover {
  color: #374e59;
}
body.contato div.dados-contato a:focus span.icon,
body.contato div.dados-contato a:hover span.icon {
  background-position: center -40px;
}
body.contato div.map-container {
  position: relative;
  padding-bottom: 30%;
}
body.contato div.map-container iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 701px) {
  body {
    min-width: 1000px;
    overflow-y: scroll;
  }
  body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-track-piece {
    background-color: #efefef;
  }
  body::-webkit-scrollbar-thumb:vertical,
  body::-webkit-scrollbar-thumb:horizontal {
    background-color: #999;
  }
  body::-webkit-scrollbar-thumb:vertical:hover,
  body::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #999;
  }
  header.header {
    min-width: 1000px;
  }
  header.header a.logo {
    height: 72px;
    width: 200px;
  }
  header.header a.logo:focus,
  header.header a.logo:hover {
    opacity: 0.7;
  }
  header.header nav.nav {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  header.header nav.nav > ul > li {
    float: left;
    position: relative;
  }
  header.header nav.nav > ul > li > a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  header.header nav.nav > ul > li > a:focus,
  header.header nav.nav > ul > li > a:hover {
    color: #22bdb6;
  }
  header.header nav.nav > ul > li > ul {
    background-color: #22bdb6;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s 0.25s, opacity 0.25s;
    visibility: hidden;
    min-width: 200px;
    max-height: calc(100vh - 156px);
    overflow-y: auto;
  }
  header.header nav.nav > ul > li > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.1;
    padding: 10px 25px;
    text-decoration: none !important;
    transition: background-color 0.25s;
    white-space: nowrap;
  }
  header.header nav.nav > ul > li > ul > li > a:focus,
  header.header nav.nav > ul > li > ul > li > a:hover {
    background-color: #1da19b;
  }
  header.header nav.nav > ul > li:hover > a {
    color: #22bdb6;
  }
  header.header nav.nav > ul > li:hover > ul {
    opacity: 1;
    transition: opacity 0.25s ease-out;
    visibility: visible;
  }
  header.header nav.nav > ul > li + li {
    margin-left: 25px;
  }
  header.header.resized div.header-content {
    padding: 15px 0;
  }
  header.header.resized a.logo {
    height: 35px;
    width: 120px;
  }
  header.header.resized ul.idiomas {
    opacity: 0;
    transition: visibility 0s 0.25s, opacity 0.25s;
    visibility: hidden;
  }
  header.header.resized nav.nav > ul > li > ul {
    max-height: calc(100vh - 85px);
  }
  div.content {
    padding-top: 195px;
  }
  /* menu */
  body.home nav.nav > ul > li.home > a,
  body.a-empresa nav.nav > ul > li.a-empresa > a,
  body.tecnologias nav.nav > ul > li.tecnologias > a,
  body.produtos nav.nav > ul > li.produtos > a,
  body.resultados nav.nav > ul > li.resultados > a,
  body.eventos nav.nav > ul > li.eventos > a,
  body.clientes nav.nav > ul > li.clientes > a,
  body.contato nav.nav > ul > li.contato > a {
    color: #22bdb6;
  }
  /* pages */
  body.home div.content {
    margin-bottom: 0;
    padding-top: 143px;
  }
  body.home div.banner div.banner-content div.info {
    text-align: left;
  }
  body.home div.contato {
    display: table;
  }
  body.home div.contato div.info {
    display: table-cell;
    padding: 0 17px 70px 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
  body.home div.contato div.pessoas {
    display: table-cell;
    overflow: hidden;
    padding-left: 17px;
    vertical-align: bottom;
    width: 50%;
  }
  body.home div.contato div.pessoas img {
    float: right;
  }
}
@media screen and (max-width: 700px) {
  header.header div.header-content {
    padding: 13px 0;
  }
  header.header a.logo {
    height: 35px;
    width: 120px;
  }
  header.header ul.idiomas {
    margin-top: -7px;
    right: 55px;
    top: 50%;
  }
  header.header nav.nav {
    background-color: #22bdb6;
    height: 100%;
    left: -100%;
    overflow: auto;
    padding: 30px 0;
    position: fixed;
    text-align: left;
    top: 0;
    transition: left 0.3s ease-out;
    width: calc(92% - 40px);
  }
  header.header nav.nav > ul > li > a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 15px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
  }
  header.header nav.nav > ul > li > ul {
    display: none;
    padding-bottom: 15px;
  }
  header.header nav.nav > ul > li > ul > li > a {
    background-color: #374e59;
    color: #fff;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 15px 25px;
    text-decoration: none !important;
  }
  header.header nav.nav > ul > li > ul > li:first-child a {
    padding-top: 30px;
  }
  header.header nav.nav > ul > li > ul > li:last-child a {
    padding-bottom: 30px;
  }
  header.header a.menu-button {
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    z-index: 8;
  }
  header.header a.menu-button span {
    background-color: #22bdb6;
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: all 0.4s;
    width: 20px;
  }
  header.header a.menu-button span:after {
    background-color: #22bdb6;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: 5px;
    position: absolute;
    top: 50%;
    transition: all 0.4s;
    width: 20px;
  }
  header.header a.menu-button span:before {
    background-color: #22bdb6;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transition: all 0.4s;
    width: 20px;
  }
  div.content {
    padding-top: 121px;
  }
  /* menu */
  body.home nav.nav > ul > li.home > a,
  body.a-empresa nav.nav > ul > li.a-empresa > a,
  body.clientes nav.nav > ul > li.clientes > a,
  body.contato nav.nav > ul > li.contato > a {
    color: #374e59;
  }
  body.tecnologias nav.nav > ul > li.tecnologias > ul {
    display: block;
  }
  /* menu aberto */
  body.opened-menu {
    overflow: hidden;
  }
  body.opened-menu a.menu-button span {
    background-color: transparent;
  }
  body.opened-menu a.menu-button span:after {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  body.opened-menu a.menu-button span:before {
    transform: rotate(45deg) translate(5px, 4px);
  }
  body.opened-menu nav.nav {
    left: 0;
  }
  article.article header.article-header h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  article.article div.article-body h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  footer.footer span.line {
    display: block;
  }
  footer.footer span.separator {
    display: none;
  }
  /* pages */
  body.home div.content {
    padding-top: 69px;
  }
  body.home div.banner div.banner-content {
    height: calc(100vh - 69px);
  }
  body.home div.banner div.banner-content div.info {
    padding: 40px 0;
  }
  body.home div.banner div.banner-content div.info h1 {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  body.home div.banner div.banner-content div.info h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  body.home div.contato div.info h2 {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
  body.home div.contato div.info h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.home div.contato div.pessoas {
    margin-bottom: 20px;
  }
  body.home div.contato div.pessoas img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }
  body.contato div.dados-contato span.line {
    display: block;
  }
  body.contato div.dados-contato span.separator {
    display: none;
  }
}
@media only screen and (orientation: portrait) {
  body.contato div.map-container {
    padding-bottom: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  body.contato div.dados-contato p.facebook span.icon {
    background-image: url(../images/facebook@2x.gif);
  }
  body.contato div.dados-contato p.email span.icon {
    background-image: url(../images/email@2x.gif);
  }
  body.contato div.dados-contato p.telefone span.icon {
    background-image: url(../images/telefone@2x.gif);
  }
  body.contato div.dados-contato p.endereco span.icon {
    background-image: url(../images/pin@2x.gif);
  }
  footer.footer a.soluty {
    background-image: url(../images/soluty-digital@2x.png);
    background-size: 80px 13px;
  }
}