@charset "UTF-8";
/* Normalize.css v3.0.1 | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

blockquote {
  margin: 0;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

@-ms-viewport {
  width: device-width;
}
button:focus {
  outline: 0;
}

pre, code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

input[type=search] {
  box-sizing: border-box;
}

input,
textarea {
  outline: 0;
}

a > img {
  text-decoration: none;
}

/**
* Classes Genéricas
**/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.centraliza {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
* Mixins Úteis
**/
/**
* Classes Globais
**/
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html, body, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html,
button,
input,
select,
textarea {
  color: #444;
}

body {
  font-size: 62.5%;
  line-height: 1.4;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

nav ul, nav li {
  margin: 0;
  padding: 0;
}

/**
* Estilos do Tema
**/
body {
  background: #fff;
}

.wrap {
  *zoom: 1;
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.wrap:before, .wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}

/**
* fonts
**/
h1,
h2 {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  font-weight: 400;
  margin: 0 0 36px 0;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

@media only screen and (max-width: 825px) {
  h1,
h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 470px) {
  h1,
h2 {
    font-size: 50px;
  }
}
/**
* Links
**/
.lnk {
  display: inline-block;
  height: 24px;
  font-size: 18px;
  text-decoration: none;
  border-bottom: solid 6px #81FD9F;
  padding: 0 16px;
  transition: all 0.2s;
}
.lnk:hover {
  padding: 0 16px 0 20px;
  border-bottom: solid 6px #191919;
}
.lnk.withe-label {
  color: #fff;
}
.lnk.black-label {
  color: #191919;
}
.lnk.black-label:hover {
  border-bottom: solid 6px #458AC3;
}

@media only screen and (max-width: 510px) {
  .lnk {
    font-size: 16px;
    height: 20px;
    padding: 0 14px;
  }
}
/**
* Blocks
**/
.top-menu {
  padding: 0 5%;
  position: absolute;
  top: 18px;
  left: 0px;
  width: 100%;
}
.top-menu .top-brand {
  font-size: 18px;
}
.top-menu .top-brand a {
  color: #fff;
  text-decoration: none;
}
.top-menu .top-brand a:hover {
  text-decoration: underline;
}
.top-menu .change-language {
  display: block;
  float: right;
}
.top-menu .change-language a.lnk {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  height: 17px;
  margin: 0;
  padding: 0 2px;
  border-bottom: solid 2px #81FD9F;
}
.top-menu .change-language a.lnk:hover {
  border-bottom: solid 2px #191919;
}

.welcome-block {
  *zoom: 1;
  position: relative;
  background: #458AC3;
  color: #fff;
  padding: 186px 0;
}
.welcome-block:before, .welcome-block:after {
  content: "";
  display: table;
}
.welcome-block:after {
  clear: both;
}
.welcome-block.case-klarna {
  background: #eb6f93;
}
.welcome-block.case-guitarpedia {
  background: #ad1d28;
}
.welcome-block.case-booking {
  background: #003580;
}
.welcome-block .separator-white {
  width: 130px;
  height: 3px;
  border: none;
  background: #fff;
  border-radius: 100px;
  margin: 18px 0;
}
.welcome-block .welcome-content {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 17.1666666667%;
  margin-right: 3%;
}
.welcome-block .welcome-content:before, .welcome-block .welcome-content:after {
  content: "";
  display: table;
}
.welcome-block .welcome-content:after {
  clear: both;
}
.welcome-block .welcome-content:before, .welcome-block .welcome-content:after {
  content: "";
  display: table;
}
.welcome-block .welcome-content:after {
  clear: both;
}
.welcome-block .welcome-content:last-child {
  margin-right: 0%;
}
.welcome-block h1 {
  line-height: 0.9em;
  margin: 0;
}
.welcome-block h3 {
  margin: 0 0 18px 0;
}
.welcome-block p {
  margin: 0;
}
.welcome-block a.lnk.big-link {
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  height: 27px;
  margin: 48px 0;
}
.welcome-block a.lnk.txt-lnk {
  padding: 0;
  color: #fff;
  border-bottom: solid 3px #81FD9F;
}
.welcome-block a.lnk.txt-lnk:hover {
  padding: 0;
  border-bottom: solid 20px #191919;
}

.portfolio {
  *zoom: 1;
  padding: 120px 0;
  background: #F0F0F0;
}
.portfolio:before, .portfolio:after {
  content: "";
  display: table;
}
.portfolio:after {
  clear: both;
}
.portfolio .portfolio-content {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 17.1666666667%;
  margin-right: 3%;
}
.portfolio .portfolio-content:before, .portfolio .portfolio-content:after {
  content: "";
  display: table;
}
.portfolio .portfolio-content:after {
  clear: both;
}
.portfolio .portfolio-content:before, .portfolio .portfolio-content:after {
  content: "";
  display: table;
}
.portfolio .portfolio-content:after {
  clear: both;
}
.portfolio .portfolio-content:last-child {
  margin-right: 0%;
}
.portfolio .portfolio-content h2 {
  margin-bottom: 0px;
}
.portfolio .portfolio-case-list {
  margin-top: 36px;
}
.portfolio .portfolio-item {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  background: #fff;
  padding: 10px 10px 20px;
}
.portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
  content: "";
  display: table;
}
.portfolio .portfolio-item:after {
  clear: both;
}
.portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
  content: "";
  display: table;
}
.portfolio .portfolio-item:after {
  clear: both;
}
.portfolio .portfolio-item:last-child {
  margin-right: 0%;
}
.portfolio .portfolio-item .portfolio-image {
  width: 100%;
  margin-bottom: 10px;
  transition: 0.2s all;
}
.portfolio .portfolio-item:hover .portfolio-image {
  margin-top: -20px;
  margin-bottom: 30px;
}
.portfolio .portfolio-item h2 {
  font-size: 24px;
  margin: 0 0 8px 0;
}
.portfolio .portfolio-item h3 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.portfolio .portfolio-item .btn-link {
  display: inline-block;
  width: auto;
  font-size: 12px;
  background: #191919;
  border: 2px solid #191919;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px;
  margin-top: 14px;
  transition: 0.2s all;
}
.portfolio .portfolio-item .btn-link:hover {
  background: #fff;
  color: #191919;
}

.about {
  *zoom: 1;
  background: #fff;
  padding: 120px 0;
  color: #191919;
}
.about:before, .about:after {
  content: "";
  display: table;
}
.about:after {
  clear: both;
}
.about .about-content {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 17.1666666667%;
  margin-right: 3%;
}
.about .about-content:before, .about .about-content:after {
  content: "";
  display: table;
}
.about .about-content:after {
  clear: both;
}
.about .about-content:before, .about .about-content:after {
  content: "";
  display: table;
}
.about .about-content:after {
  clear: both;
}
.about .about-content:last-child {
  margin-right: 0%;
}
.about .about-content.case-text {
  padding: 0px 0 120px;
}
.about .about-content.case-text h3 {
  margin: 40px 0 0 0;
}
.about .about-content.case-text .portfolio-image {
  margin: 36px 0;
  text-align: center;
}
.about .about-content.case-text legend {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-style: italic;
  text-align: center;
  margin: 16px 0 24px;
}
.about .about-content.case-text ul {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
.about a.lnk.txt-lnk {
  padding: 0;
  color: #191919;
  border-bottom: solid 3px #81FD9F;
}
.about a.lnk.txt-lnk:hover {
  padding: 0;
  color: #fff;
  border-bottom: solid 20px #191919;
}

.work {
  *zoom: 1;
  padding: 120px 0;
  background: #191919;
  color: #fff;
}
.work:before, .work:after {
  content: "";
  display: table;
}
.work:after {
  clear: both;
}
.work .work-content {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 17.1666666667%;
  margin-right: 3%;
}
.work .work-content:before, .work .work-content:after {
  content: "";
  display: table;
}
.work .work-content:after {
  clear: both;
}
.work .work-content:before, .work .work-content:after {
  content: "";
  display: table;
}
.work .work-content:after {
  clear: both;
}
.work .work-content:last-child {
  margin-right: 0%;
}
.work .titles-column {
  *zoom: 1;
  margin-bottom: 76px;
}
.work .titles-column:before, .work .titles-column:after {
  content: "";
  display: table;
}
.work .titles-column:after {
  clear: both;
}
.work .titles-column:last-child {
  margin-bottom: 0;
}
.work .work-title-column {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}
.work .work-title-column:before, .work .work-title-column:after {
  content: "";
  display: table;
}
.work .work-title-column:after {
  clear: both;
}
.work .work-title-column:last-child {
  margin-right: 0%;
}
.work .work-text-column {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.work .work-text-column:before, .work .work-text-column:after {
  content: "";
  display: table;
}
.work .work-text-column:after {
  clear: both;
}
.work .work-text-column:last-child {
  margin-right: 0%;
}
.work .work-text-column p {
  margin-top: 12px;
  margin-bottom: 24px;
}

.contact {
  *zoom: 1;
  background: #fff;
  padding: 120px 0;
}
.contact:before, .contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact.contact-gray {
  background: #F0F0F0;
}
.contact .contact-content {
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666667%;
  margin-left: 17.1666666667%;
  margin-right: 3%;
}
.contact .contact-content:before, .contact .contact-content:after {
  content: "";
  display: table;
}
.contact .contact-content:after {
  clear: both;
}
.contact .contact-content:before, .contact .contact-content:after {
  content: "";
  display: table;
}
.contact .contact-content:after {
  clear: both;
}
.contact .contact-content:last-child {
  margin-right: 0%;
}
.contact .contact-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.contact .contact-text:before, .contact .contact-text:after {
  content: "";
  display: table;
}
.contact .contact-text:after {
  clear: both;
}
.contact .contact-text:last-child {
  margin-right: 0%;
}
.contact .contact-links {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.contact .contact-links:before, .contact .contact-links:after {
  content: "";
  display: table;
}
.contact .contact-links:after {
  clear: both;
}
.contact .contact-links:last-child {
  margin-right: 0%;
}
.contact ul {
  list-style: none;
  padding: 0;
}
.contact ul li {
  margin-bottom: 16px;
}

@media only screen and (max-width: 990px) {
  .work .work-title-column {
    font-size: 35px;
  }

  .portfolio .portfolio-item {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: center;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .portfolio .portfolio-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 825px) {
  .work .work-title-column {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .work .work-title-column:before, .work .work-title-column:after {
    content: "";
    display: table;
  }
  .work .work-title-column:after {
    clear: both;
  }
  .work .work-title-column:last-child {
    margin-right: 0%;
  }
  .work .work-text-column {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .work .work-text-column:before, .work .work-text-column:after {
    content: "";
    display: table;
  }
  .work .work-text-column:after {
    clear: both;
  }
  .work .work-text-column:last-child {
    margin-right: 0%;
  }

  .contact .contact-content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 17.1666666667%;
    margin-right: 3%;
  }
  .contact .contact-content:before, .contact .contact-content:after {
    content: "";
    display: table;
  }
  .contact .contact-content:after {
    clear: both;
  }
  .contact .contact-content:last-child {
    margin-right: 0%;
  }
  .contact .contact-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact .contact-text:before, .contact .contact-text:after {
    content: "";
    display: table;
  }
  .contact .contact-text:after {
    clear: both;
  }
  .contact .contact-text:last-child {
    margin-right: 0%;
  }
  .contact .contact-links {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact .contact-links:before, .contact .contact-links:after {
    content: "";
    display: table;
  }
  .contact .contact-links:after {
    clear: both;
  }
  .contact .contact-links:last-child {
    margin-right: 0%;
  }
  .contact ul li {
    display: inline-block;
    margin: 16px 24px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .top-menu .change-language {
    display: block;
    float: none;
    margin-top: 8px;
  }

  .portfolio {
    padding: 50px 5%;
  }
  .portfolio .portfolio-content {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .portfolio .portfolio-content:before, .portfolio .portfolio-content:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-content:after {
    clear: both;
  }
  .portfolio .portfolio-content:before, .portfolio .portfolio-content:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-content:after {
    clear: both;
  }
  .portfolio .portfolio-content:last-child {
    margin-right: 0%;
  }

  .welcome-block {
    *zoom: 1;
    background: #458AC3;
    color: #fff;
    padding: 120px 5%;
  }
  .welcome-block:before, .welcome-block:after {
    content: "";
    display: table;
  }
  .welcome-block:after {
    clear: both;
  }
  .welcome-block .welcome-content {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .welcome-block .welcome-content:before, .welcome-block .welcome-content:after {
    content: "";
    display: table;
  }
  .welcome-block .welcome-content:after {
    clear: both;
  }
  .welcome-block .welcome-content:before, .welcome-block .welcome-content:after {
    content: "";
    display: table;
  }
  .welcome-block .welcome-content:after {
    clear: both;
  }
  .welcome-block .welcome-content:last-child {
    margin-right: 0%;
  }

  .about {
    *zoom: 1;
    padding: 70px 5%;
  }
  .about:before, .about:after {
    content: "";
    display: table;
  }
  .about:after {
    clear: both;
  }
  .about .about-content {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .about .about-content:before, .about .about-content:after {
    content: "";
    display: table;
  }
  .about .about-content:after {
    clear: both;
  }
  .about .about-content:before, .about .about-content:after {
    content: "";
    display: table;
  }
  .about .about-content:after {
    clear: both;
  }
  .about .about-content:last-child {
    margin-right: 0%;
  }

  .work {
    *zoom: 1;
    padding: 70px 5%;
  }
  .work:before, .work:after {
    content: "";
    display: table;
  }
  .work:after {
    clear: both;
  }
  .work .work-content {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .work .work-content:before, .work .work-content:after {
    content: "";
    display: table;
  }
  .work .work-content:after {
    clear: both;
  }
  .work .work-content:before, .work .work-content:after {
    content: "";
    display: table;
  }
  .work .work-content:after {
    clear: both;
  }
  .work .work-content:last-child {
    margin-right: 0%;
  }

  .contact {
    *zoom: 1;
    padding: 70px 5%;
  }
  .contact:before, .contact:after {
    content: "";
    display: table;
  }
  .contact:after {
    clear: both;
  }
  .contact .contact-content {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .contact .contact-content:before, .contact .contact-content:after {
    content: "";
    display: table;
  }
  .contact .contact-content:after {
    clear: both;
  }
  .contact .contact-content:before, .contact .contact-content:after {
    content: "";
    display: table;
  }
  .contact .contact-content:after {
    clear: both;
  }
  .contact .contact-content:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 510px) {
  .portfolio .portfolio-item {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 17.1666666667%;
    margin-right: 3%;
    margin-bottom: 25px;
    text-align: center;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .portfolio .portfolio-item:nth-child(2n + 1) {
    clear: none;
  }
  .portfolio .portfolio-item:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 375px) {
  .portfolio .portfolio-item {
    *zoom: 1;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 25px;
    text-align: center;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:before, .portfolio .portfolio-item:after {
    content: "";
    display: table;
  }
  .portfolio .portfolio-item:after {
    clear: both;
  }
  .portfolio .portfolio-item:last-child {
    margin-right: 0%;
  }
}
/**
* Responsive Web Design
**/
/**
* Classes Auxiliares
**/
/*Clerfix*/
/* Esconded de browsers e screenreaders */
/* Esconde apenas visualmente (disponivel para screenreaders) */
/* Esconde de screenreaders mas permanece no layout */
/* Esconde texto */
/**
* Estilos para Impressão 
**/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    color: #000;
  }

  @page {
    margin: 1.5cm;
  }
  .wrap {
    width: 100%;
    margin: 0;
    float: none !important;
  }

  .no-print, nav, footer, video, audio, object, embed {
    display: none;
  }

  .print {
    display: block;
  }

  img {
    max-width: 100%;
  }

  aside {
    display: block;
    page-break-before: always;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 14pt;
  }

  p {
    font-size: 12pt;
    widows: 3;
    orphans: 3;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
  }

  p a {
    word-wrap: break-word;
  }

  q:after {
    content: " (" attr(cite) ")";
  }

  a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  .page-break {
    page-break-before: always;
  }
}
