@font-face {
  font-family: 'dry_brushregular';
  src: url("fonts/dry_brush-webfont.woff2") format("woff2"), url("fonts/dry_brush-webfont.woff") format("woff");
  font-style: normal; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Roboto", sans-serif; }

body.menuOpen {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

.grid {
  width: 95%;
  max-width: 143.33rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

@font-face {
  font-family: 'dry_brushregular';
  src: url("fonts/dry_brush-webfont.woff2") format("woff2"), url("fonts/dry_brush-webfont.woff") format("woff");
  font-style: normal; }
.sec-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 0;
  z-index: 9;
  transition: .4s ease; }
  .sec-header.black .logo {
    filter: invert(1); }
  .sec-header.black .btn-menu {
    filter: invert(1); }
    .sec-header.black .btn-menu.active {
      filter: invert(0); }
      .sec-header.black .btn-menu.active:after {
        filter: invert(0); }
  .sec-header.f-nav {
    background-color: #000; }
  .sec-header .grid {
    position: relative; }
  .sec-header .logo {
    position: relative;
    z-index: 9; }
  .sec-header .click-menu {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 9; }
  .sec-header .btn-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9; }
    .sec-header .btn-menu:after {
      transition: .3s ease;
      content: 'menu';
      display: block;
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translate3d(-15px, -50%, 0);
      font-weight: 700;
      font-size: 2.25rem;
      color: #fff; }
    .sec-header .btn-menu.active:after {
      content: 'fechar';
      transition: .3s ease;
      color: #F6C500; }
    .sec-header .btn-menu .hamburguer {
      position: relative;
      display: block;
      background: #fff;
      width: 30px;
      height: 3px;
      transition: .5s ease-in-out; }
      .sec-header .btn-menu .hamburguer:before, .sec-header .btn-menu .hamburguer:after {
        background: #fff;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: .5s ease-in-out; }
      .sec-header .btn-menu .hamburguer:before {
        top: -10px; }
      .sec-header .btn-menu .hamburguer:after {
        bottom: -10px; }
    .sec-header .btn-menu.active .hamburguer {
      transform: rotate(45deg);
      background: #F6C500; }
      .sec-header .btn-menu.active .hamburguer:before {
        transform: rotate(90deg);
        top: 0;
        background: #F6C500; }
      .sec-header .btn-menu.active .hamburguer:after {
        transform: rotate(90deg);
        bottom: 0;
        background: #F6C500; }
  .sec-header .sec-menu {
    z-index: 8;
    position: fixed;
    background-color: #232222;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    height: 100vh; }
    .sec-header .sec-menu li {
      display: block; }
      .sec-header .sec-menu li a {
        display: block;
        font-size: 3.3333rem;
        font-weight: 700;
        color: #fff;
        padding: 1rem 0;
        text-transform: uppercase;
        transition: .3s ease; }
        .sec-header .sec-menu li a:hover {
          transition: .6s ease;
          color: #F6C500; }
      .sec-header .sec-menu li#menu-item-60 a {
        cursor: pointer; }

.nav-up {
  top: -150px;
  transition: .2s ease;
  padding: 1rem 0; }

@font-face {
  font-family: 'dry_brushregular';
  src: url("fonts/dry_brush-webfont.woff2") format("woff2"), url("fonts/dry_brush-webfont.woff") format("woff");
  font-style: normal; }
a.button {
  background: transparent;
  display: inline-table;
  color: #000;
  font-size: 1.667rem;
  padding: 1.3rem 3rem;
  border-radius: 30px;
  border: 1px solid #000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .6s ease; }
  a.button b {
    font-weight: normal;
    z-index: 3;
    position: relative; }
  a.button span {
    position: absolute;
    display: block;
    width: 0%;
    height: 0%;
    border-radius: 100%;
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9), height 0.4s cubic-bezier(0.54, 0.09, 0.29, 0.9);
    z-index: 1; }
  a.button:hover {
    color: #fff;
    transition: .7s ease; }
  a.button:hover span, a.button:focus span {
    width: 550px;
    height: 550px; }

.art-home .sec-banner {
  background: url("../img/banner_home.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative; }
  .art-home .sec-banner .ch-1 {
    position: absolute;
    top: 33%;
    left: 15%; }
    .art-home .sec-banner .ch-1 p {
      font-family: "Raleway", sans-serif;
      line-height: 1.5;
      font-size: 3.66667rem;
      font-weight: 300;
      color: #fff;
      text-transform: uppercase; }
  .art-home .sec-banner .ch-2 {
    position: absolute;
    top: 41%;
    left: 13%; }
    .art-home .sec-banner .ch-2 h2 {
      font-family: "dry_brushregular";
      font-size: 11.58rem;
      color: #F6C500;
      width: 710px;
      text-align: center;
      line-height: 1.2; }
      .art-home .sec-banner .ch-2 h2:before {
        content: '';
        clip-path: polygon(10px 10px, 10px 10px, -50px 100%, 0 100%); }
.art-home .sec-chamada-sobre {
  background-color: #000; }
  .art-home .sec-chamada-sobre .grid {
    width: 100%;
    max-width: 100%; }
    .art-home .sec-chamada-sobre .grid .desc {
      padding: 12rem;
      background-color: #232222;
      width: 50%;
      color: #fff; }
      .art-home .sec-chamada-sobre .grid .desc p {
        font-size: 1.5rem;
        padding-top: 2rem;
        line-height: 1.8; }
    .art-home .sec-chamada-sobre .grid .img {
      width: 50%;
      background: url("../img/agencia-urso-propaganda.jpg");
      background-size: cover;
      background-position: center; }
.art-home .sec-vamos-conversar {
  background-color: #000; }
  .art-home .sec-vamos-conversar .grid {
    width: 100%;
    max-width: 100%; }
    .art-home .sec-vamos-conversar .grid .img {
      width: 50%;
      background: url("../img/local-de-trabalho-urso.jpg");
      background-size: cover;
      background-position: center; }
    .art-home .sec-vamos-conversar .grid .desc {
      width: 25%;
      background-color: #F6C500;
      padding: 10rem 8rem; }
      .art-home .sec-vamos-conversar .grid .desc h2 {
        font-size: 3.75rem;
        color: #232222;
        font-weight: 800; }
      .art-home .sec-vamos-conversar .grid .desc p {
        color: #232222;
        padding-top: 2rem;
        line-height: 1.8;
        font-size: 1.5rem; }
      .art-home .sec-vamos-conversar .grid .desc a.button {
        margin-top: 2rem; }
    .art-home .sec-vamos-conversar .grid .img-2 {
      width: 25%;
      background: url("../img/paredes-marcas.jpg");
      background-position: center;
      background-size: cover; }
.art-home .sec-ultimos-projetos .grid {
  width: 100%;
  max-width: 100%; }
.art-home .sec-ultimos-projetos .list-portfolio {
  padding: .5rem; }
  .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio {
    padding: .5rem;
    display: block;
    width: 33.333%;
    position: relative;
    height: 450px; }
    .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg {
      width: 100%;
      height: 100%;
      padding: 3rem 2.5rem; }
    .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .container {
      display: none;
      height: 100%; }
    .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item {
      background-color: #232222;
      display: flex;
      height: 100%;
      padding: 3rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-end;
      align-content: flex-end; }
      .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt {
        width: 100%; }
        .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt h2 {
          font-size: 3rem;
          color: #F6C500;
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          width: 50%; }
        .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt .desc-short {
          height: 140px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          align-items: flex-end;
          align-content: flex-end; }
        .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt p.name-cliente {
          color: #fff;
          font-size: 1.5rem; }
        .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja {
          color: #fff;
          font-size: 1.5rem; }
          .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja span {
            display: inline-table;
            vertical-align: middle; }
            .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja span.ico {
              color: #F6C500;
              font-weight: 800;
              font-size: 2rem; }

.form-orcamento {
  position: fixed;
  top: 0;
  background-color: #000;
  width: 45%;
  right: 0%;
  transform: translate3d(100%, 0, 0);
  bottom: 0;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .form-orcamento .typeform-widget {
    overflow: hidden; }
  .form-orcamento .close {
    position: fixed;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 20px;
    z-index: 9999;
    cursor: pointer; }
    .form-orcamento .close .ico {
      display: block;
      background: #fff;
      width: 30px;
      height: 3px;
      transition: .5s ease-in-out;
      transform: rotate(45deg);
      top: 50%;
      position: relative; }
      .form-orcamento .close .ico:before, .form-orcamento .close .ico:after {
        background: #fff;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: .5s ease-in-out; }
      .form-orcamento .close .ico:before {
        transform: rotate(90deg);
        bottom: 0; }
      .form-orcamento .close .ico:after {
        bottom: -10px;
        transform: rotate(90deg);
        bottom: 0; }

.sec-tt-page .grid {
  height: 86vh;
  text-align: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }
.sec-tt-page h2,
.sec-tt-page h1 {
  transform: rotate(-9deg);
  font-family: "dry_brushregular";
  color: white;
  mix-blend-mode: difference;
  font-size: 13rem;
  width: 100%;
  line-height: 1; }
  .sec-tt-page h2.small,
  .sec-tt-page h1.small {
    font-size: 9.25rem; }

.art-nossa-toca .sec-tt-page .grid {
  max-width: 90%; }
.art-nossa-toca .sec-tt-page .ml {
  margin-left: 260px; }
.art-nossa-toca .sec-tt-page .ml2 {
  margin-left: 550px; }
.art-nossa-toca .sec-nossa-toca .grid {
  width: 100%;
  max-width: 100%; }
.art-nossa-toca .sec-nossa-toca .desc {
  width: 50%;
  padding: 10rem 5rem; }
  .art-nossa-toca .sec-nossa-toca .desc h2 {
    font-size: 3rem;
    font-family: "dry_brushregular";
    text-align: center; }
  .art-nossa-toca .sec-nossa-toca .desc p {
    width: 60%;
    margin: 0 auto;
    padding-top: 3rem;
    font-size: 1.5rem;
    line-height: 2.5rem; }
.art-nossa-toca .sec-nossa-toca .img {
  width: 50%;
  background: url("../img/nossa-toca.jpg"); }
.art-nossa-toca .sec-como-podemos {
  background: url("../img/fundo-rodape.jpg");
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  color: #fff; }
  .art-nossa-toca .sec-como-podemos .grid {
    justify-content: center; }
  .art-nossa-toca .sec-como-podemos .desc {
    width: 530px;
    transform: translate3d(30%, 0, 0); }
    .art-nossa-toca .sec-como-podemos .desc p {
      font-size: 1.5rem;
      padding-top: 2rem; }
  .art-nossa-toca .sec-como-podemos .tt {
    width: 100%;
    text-align: center; }
    .art-nossa-toca .sec-como-podemos .tt h2 {
      color: #5A5A5A;
      font-size: 13.16rem;
      font-family: "dry_brushregular";
      line-height: 1; }
.art-nossa-toca .sec-clientes {
  padding: 5rem 0; }
  .art-nossa-toca .sec-clientes .grid {
    justify-content: flex-start; }
  .art-nossa-toca .sec-clientes .item {
    width: 16.6667%;
    padding: 0 3rem; }
    .art-nossa-toca .sec-clientes .item img {
      filter: grayscale(1);
      transition: .2s ease; }
      .art-nossa-toca .sec-clientes .item img:hover {
        filter: grayscale(0);
        transition: .5s ease; }
.art-nossa-toca .sec-chamadas {
  background-color: #F6C500;
  padding: 10rem 0; }
  .art-nossa-toca .sec-chamadas .desc {
    width: 50%;
    padding: 0 12rem; }
    .art-nossa-toca .sec-chamadas .desc:first-child {
      border-right: 1px solid #000000; }
    .art-nossa-toca .sec-chamadas .desc h2 {
      font-size: 3.75rem;
      font-family: "Raleway", sans-serif;
      font-weight: 800; }
    .art-nossa-toca .sec-chamadas .desc p {
      font-size: 1.3333rem;
      padding: 3rem 0; }

.art-o-que-fazemos .sec-o-que-fazemos .grid {
  max-width: 100%;
  width: 100%; }
  .art-o-que-fazemos .sec-o-que-fazemos .grid .desc {
    width: 50%;
    padding: 15rem;
    order: 1; }
    .art-o-que-fazemos .sec-o-que-fazemos .grid .desc h2.tt {
      font-size: 3.3333rem;
      font-family: "Raleway", sans-serif;
      font-weight: 800;
      width: 300px;
      position: relative; }
      .art-o-que-fazemos .sec-o-que-fazemos .grid .desc h2.tt:after {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 135px;
        background: url("../img/ico-pata.svg");
        background-position: center;
        background-size: 100%;
        top: 50%;
        z-index: -1;
        transform: translate3d(-30%, -50%, 0); }
    .art-o-que-fazemos .sec-o-que-fazemos .grid .desc p {
      font-size: 1.5rem;
      line-height: 1.7;
      padding-top: 3rem; }
  .art-o-que-fazemos .sec-o-que-fazemos .grid .img {
    width: 50%;
    order: 2; }
  .art-o-que-fazemos .sec-o-que-fazemos .grid:nth-child(even) .desc {
    order: 2; }
  .art-o-que-fazemos .sec-o-que-fazemos .grid:nth-child(even) .img {
    order: 1; }

.loader {
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.art-trabalhe-aqui .sec-desc .grid {
  width: 100%;
  max-width: 100%; }
.art-trabalhe-aqui .sec-desc .desc {
  width: 40%;
  padding: 10rem 5rem; }
  .art-trabalhe-aqui .sec-desc .desc h3 {
    font-size: 2.5rem;
    padding-top: 4rem;
    font-weight: 600; }
  .art-trabalhe-aqui .sec-desc .desc p {
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    font-size: 1.5rem;
    line-height: 2.5rem; }
.art-trabalhe-aqui .sec-desc #wrapVagasDispo h3 {
  text-transform: uppercase;
  font-size: 1.667rem;
  padding-top: 2rem; }
.art-trabalhe-aqui .sec-desc .form {
  width: 60%;
  background-color: #EBEBEA;
  padding: 1rem; }

.art-projetos .sec-tt-page h2, .art-projetos .sec-tt-page h1 {
  mix-blend-mode: unset; }
.art-projetos .sec-projetos .grid {
  width: 100%;
  max-width: 100%;
  justify-content: flex-start; }
.art-projetos .sec-projetos .list-portfolio {
  padding: .5rem; }
  .art-projetos .sec-projetos .list-portfolio a.item-portfolio {
    padding: .5rem;
    display: block;
    width: 33.333%;
    position: relative;
    height: 450px; }
    .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg {
      width: 100%;
      height: 100%;
      padding: 3rem 2.5rem; }
    .art-projetos .sec-projetos .list-portfolio a.item-portfolio .container {
      display: none;
      height: 100%; }
    .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item {
      background-color: #232222;
      display: flex;
      height: 100%;
      padding: 3rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-end;
      align-content: flex-end; }
      .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt {
        width: 100%; }
        .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt h2 {
          font-size: 3rem;
          color: #F6C500;
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          width: 50%; }
        .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt .desc-short {
          height: 140px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          align-items: flex-end;
          align-content: flex-end; }
        .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt p.name-cliente {
          color: #fff;
          font-size: 1.5rem; }
        .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja {
          color: #fff;
          font-size: 1.5rem; }
          .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja span {
            display: inline-table;
            vertical-align: middle; }
            .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt .bt-veja span.ico {
              color: #F6C500;
              font-weight: 800;
              font-size: 2rem; }

.sec-rodape {
  background: url("../img/fundo-rodape.jpg");
  background-size: cover;
  background-position: center; }
  .sec-rodape .grid {
    align-items: center;
    height: 629px; }
  .sec-rodape h2 {
    font-family: "Raleway", sans-serif;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 800; }
  .sec-rodape h3 {
    font-family: "Raleway", sans-serif;
    font-size: 1.667rem;
    color: #fff;
    font-weight: 800;
    margin-top: 5rem; }
  .sec-rodape .inlineT {
    padding-top: 5rem;
    display: inline-table;
    margin-right: 2rem; }
  .sec-rodape p {
    font-size: 1.5rem;
    color: #fff; }
  .sec-rodape .pt {
    padding-top: 1rem; }
  .sec-rodape .col-1 {
    width: 30%; }
  .sec-rodape .col-3 {
    width: 14%;
    padding-bottom: 5rem; }
  .sec-rodape .col-2 {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 5rem;
    height: 100%;
    width: 28%;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .sec-rodape .col-2 .tt-ch {
      height: 160px; }
    .sec-rodape .col-2 a.button {
      margin-top: 5rem;
      color: #fff;
      border-color: #fff; }
      .sec-rodape .col-2 a.button:hover {
        color: #000; }
      .sec-rodape .col-2 a.button span {
        background-color: white; }
  .sec-rodape .copy {
    padding-top: 5rem; }
    .sec-rodape .copy p {
      font-size: 1rem; }

@font-face {
  font-family: 'dry_brushregular';
  src: url("fonts/dry_brush-webfont.woff2") format("woff2"), url("fonts/dry_brush-webfont.woff") format("woff");
  font-style: normal; }
.projetos-int .sec-chamadas {
  background-color: #F6C500;
  padding: 10rem 0; }
  .projetos-int .sec-chamadas.int-projetos {
    padding: 0; }
    .projetos-int .sec-chamadas.int-projetos .grid {
      width: 100%;
      max-width: 100%; }
      .projetos-int .sec-chamadas.int-projetos .grid .desc {
        padding: 15rem 8rem;
        border-right: 0; }
        .projetos-int .sec-chamadas.int-projetos .grid .desc a.button {
          margin-top: 3rem; }
  .projetos-int .sec-chamadas .projetos {
    width: 50%; }
    .projetos-int .sec-chamadas .projetos a.item-portfolio {
      display: flex;
      height: 50%;
      width: 100%; }
      .projetos-int .sec-chamadas .projetos a.item-portfolio .bg {
        width: 100%;
        height: 100%;
        padding: 3rem 2.5rem; }
      .projetos-int .sec-chamadas .projetos a.item-portfolio .container {
        display: none;
        height: 100%; }
      .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item {
        background-color: #232222;
        display: flex;
        height: 100%;
        padding: 3rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        align-items: flex-end;
        align-content: flex-end; }
        .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt {
          width: 100%; }
          .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt h2 {
            font-size: 1.667rem;
            color: #F6C500;
            font-family: "Raleway", sans-serif;
            font-weight: 800;
            width: 50%; }
          .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt .desc-short {
            height: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            align-items: flex-end;
            align-content: flex-end; }
          .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt p.name-cliente {
            color: #fff;
            font-size: 1.333rem; }
          .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt .bt-veja {
            color: #fff;
            font-size: 1.333rem; }
            .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt .bt-veja span {
              display: inline-table;
              vertical-align: middle; }
              .projetos-int .sec-chamadas .projetos a.item-portfolio .bg-item .tt .bt-veja span.ico {
                color: #F6C500;
                font-weight: 800;
                font-size: 2rem; }
  .projetos-int .sec-chamadas .desc {
    width: 50%;
    padding: 0 12rem; }
    .projetos-int .sec-chamadas .desc:first-child {
      border-right: 1px solid #000000; }
    .projetos-int .sec-chamadas .desc h2 {
      font-size: 3.75rem;
      font-family: "Raleway", sans-serif;
      font-weight: 800; }
    .projetos-int .sec-chamadas .desc p {
      font-size: 1.3333rem;
      padding: 3rem 0; }

.art-brasil-de-arquitetos .sec-tt-page {
  border-bottom: 15px solid #2bd795; }
.art-brasil-de-arquitetos .sec-desc {
  padding: 10rem 0; }
  .art-brasil-de-arquitetos .sec-desc .grid {
    max-width: 50rem; }
    .art-brasil-de-arquitetos .sec-desc .grid h2 {
      font-size: 2.75rem;
      color: #232222;
      font-weight: 800; }
    .art-brasil-de-arquitetos .sec-desc .grid p {
      font-size: 1.5rem;
      padding-top: 2rem;
      line-height: 1.8; }
    .art-brasil-de-arquitetos .sec-desc .grid .img {
      padding-top: 2rem;
      text-align: center; }
.art-brasil-de-arquitetos .sec-icos {
  padding: 6rem 0; }
  .art-brasil-de-arquitetos .sec-icos .icos {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background-color: #f7f7f7; }
    .art-brasil-de-arquitetos .sec-icos .icos .item {
      width: 16.6667%;
      padding: 6rem 4rem;
      text-align: center; }
      .art-brasil-de-arquitetos .sec-icos .icos .item h2 {
        font-size: 1.75rem;
        color: #232222;
        font-weight: 800;
        padding-top: 2rem; }
  .art-brasil-de-arquitetos .sec-icos .ilu {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .art-brasil-de-arquitetos .sec-icos .ilu .item {
      width: 16.6667%;
      padding: 6rem 4rem;
      text-align: center; }
.art-brasil-de-arquitetos .sec-banner-2 {
  height: 614px;
  margin: 70px 0 0 0;
  font-size: 0;
  background: url("../img/projetos/brasil-de-arquitetos/brasilArq_banner02.jpg") top no-repeat; }
.art-brasil-de-arquitetos .sec-postagens-facebook {
  padding: 6rem 0;
  text-align: center;
  background-color: #f7f7f7;
  position: relative; }
  .art-brasil-de-arquitetos .sec-postagens-facebook .tt {
    position: absolute;
    bottom: 0;
    background-color: #2bd795;
    left: 50%;
    padding: 1.333rem 2.333rem;
    text-align: center;
    font-size: 1.333rem;
    color: #232222;
    font-weight: 800;
    transform: translate3d(-50%, 50%, 0); }
.art-brasil-de-arquitetos .sec-mockup {
  padding: 6rem 0;
  text-align: center; }

.art-o-tal-do-hamburguer .sec-desc {
  padding: 10rem 0; }
  .art-o-tal-do-hamburguer .sec-desc .grid {
    max-width: 50rem; }
    .art-o-tal-do-hamburguer .sec-desc .grid h2 {
      font-size: 2.75rem;
      color: #232222;
      font-weight: 800; }
    .art-o-tal-do-hamburguer .sec-desc .grid p {
      font-size: 1.5rem;
      padding-top: 2rem;
      line-height: 1.8; }
    .art-o-tal-do-hamburguer .sec-desc .grid .img {
      padding-top: 2rem;
      text-align: center; }
.art-o-tal-do-hamburguer .sec-banner-2 {
  height: 602px;
  background: url("../img/projetos/o-tal-do-hamburguer/oTal_banner02.jpg") top center no-repeat;
  margin-top: 50px;
  position: relative; }
.art-o-tal-do-hamburguer .sec-banner-3 {
  height: 467px;
  background: url("../img/projetos/o-tal-do-hamburguer/oTal_banner03.jpg") top center no-repeat;
  position: relative; }
.art-o-tal-do-hamburguer .sec-banner-4 {
  height: 619px;
  background: url("../img/projetos/o-tal-do-hamburguer/oTal_banner04.jpg") top center no-repeat;
  position: relative; }
.art-o-tal-do-hamburguer .sec-ilus-1 {
  width: 100%;
  padding: 3rem 0;
  text-align: center; }
  .art-o-tal-do-hamburguer .sec-ilus-1.bg {
    background-color: #c7313e; }
.art-o-tal-do-hamburguer .sec-tal-ilus {
  background-color: #e62b3a;
  padding: 8rem 0;
  color: #fff; }
  .art-o-tal-do-hamburguer .sec-tal-ilus .item {
    width: 25%;
    padding: 0 3rem;
    text-align: center; }
    .art-o-tal-do-hamburguer .sec-tal-ilus .item p {
      font-family: "Raleway", sans-serif;
      font-size: 2rem;
      text-align: center;
      font-weight: 800;
      padding: 2rem 0;
      height: 230px; }

.art-voage .sec-desc {
  padding: 10rem 0; }
  .art-voage .sec-desc .grid {
    max-width: 50rem; }
    .art-voage .sec-desc .grid h2 {
      font-size: 2.75rem;
      color: #232222;
      font-weight: 800; }
    .art-voage .sec-desc .grid p {
      font-size: 1.5rem;
      padding-top: 2rem;
      line-height: 1.8; }
    .art-voage .sec-desc .grid .img {
      padding-top: 2rem;
      text-align: center; }
.art-voage .sec-mockup,
.art-voage .sec-experiencias {
  background-color: #dd0330;
  text-align: center;
  padding: 5rem 0; }
.art-voage .sec-agencia-proxima {
  padding: 3rem 0;
  text-align: center; }
.art-voage .sec-video {
  padding: 8rem 0; }
  .art-voage .sec-video iframe {
    display: table;
    margin: 0 auto; }
.art-voage .sec-marca {
  padding: 5rem 0; }
  .art-voage .sec-marca .grid {
    max-width: 98rem; }
.art-voage .sec-icos {
  padding: 12rem 0; }
  .art-voage .sec-icos .grid {
    max-width: 75rem; }
  .art-voage .sec-icos img {
    width: 47%;
    padding: 4rem 0; }
.art-voage .sec-apresentacao .grid {
  width: 100%;
  max-width: 100%; }
  .art-voage .sec-apresentacao .grid .col {
    width: 33.33333%; }

.art-startup-weekend-jundiai .sec-desc {
  padding: 10rem 0; }
  .art-startup-weekend-jundiai .sec-desc .grid {
    max-width: 50rem; }
    .art-startup-weekend-jundiai .sec-desc .grid h2 {
      font-size: 2.75rem;
      color: #232222;
      font-weight: 800; }
    .art-startup-weekend-jundiai .sec-desc .grid p {
      font-size: 1.5rem;
      padding-top: 2rem;
      line-height: 1.8; }
    .art-startup-weekend-jundiai .sec-desc .grid .img {
      padding-top: 2rem;
      text-align: center; }
.art-startup-weekend-jundiai .sec-videos {
  padding-bottom: 6rem; }
  .art-startup-weekend-jundiai .sec-videos .grid {
    justify-content: center; }
.art-startup-weekend-jundiai .sec-fotos {
  background: url("../img/projetos/startup-weekend-jundiai/startup_ilustra01.jpg");
  background-size: cover;
  background-position: center; }
  .art-startup-weekend-jundiai .sec-fotos .grid {
    max-width: 75rem;
    padding: 20rem 0; }
    .art-startup-weekend-jundiai .sec-fotos .grid h2 {
      font-size: 2.75rem;
      color: #232222;
      font-weight: 800; }
.art-startup-weekend-jundiai .sec-ilus-1 {
  text-align: center;
  font-size: 0;
  background-color: #f1edec; }
.art-startup-weekend-jundiai .sec-banner-1 {
  height: 467px;
  background: url("../img/projetos/startup-weekend-jundiai/startup_banner02.jpg") top left no-repeat; }

.art-jet-wings .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-jet-wings .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-jet-wings .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-jet-wings .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-jet-wings .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-jet-wings .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-jet-wings .sec-desc {
  padding: 10rem 0; }
  .art-jet-wings .sec-desc .desc {
    width: 100%; }
    .art-jet-wings .sec-desc .desc p {
      margin: 0 auto;
      max-width: 700px; }
  .art-jet-wings .sec-desc p {
    text-align: center;
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-jet-wings .sec-desc p {
        font-size: 1.167rem; } }
  .art-jet-wings .sec-desc .fase {
    padding-top: 4rem;
    width: 25%;
    text-align: center; }
.art-jet-wings .sec-apresentacao-marca {
  padding: 6rem 0; }
  .art-jet-wings .sec-apresentacao-marca .grid {
    justify-content: center;
    align-content: center;
    align-items: center; }
    .art-jet-wings .sec-apresentacao-marca .grid .col {
      padding: 6rem 8rem; }
      .art-jet-wings .sec-apresentacao-marca .grid .col:first-child {
        border-right: 1px solid #DDD; }
.art-jet-wings .sec-mockups {
  font-size: 0; }

.art-mastersense .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-mastersense .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-mastersense .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-mastersense .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-mastersense .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-mastersense .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-mastersense .sec-desc {
  padding: 10rem 0; }
  .art-mastersense .sec-desc .desc {
    width: 100%; }
    .art-mastersense .sec-desc .desc p {
      margin: 0 auto;
      max-width: 700px; }
  .art-mastersense .sec-desc p {
    text-align: center;
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-mastersense .sec-desc p {
        font-size: 1.167rem; } }
  .art-mastersense .sec-desc .fase {
    padding-top: 4rem;
    width: 25%;
    text-align: center; }
.art-mastersense .sec-apresentacao-marca {
  padding: 6rem 0; }
  .art-mastersense .sec-apresentacao-marca .grid {
    justify-content: center;
    align-content: center;
    align-items: center; }
    .art-mastersense .sec-apresentacao-marca .grid .video {
      width: 100%; }
      .art-mastersense .sec-apresentacao-marca .grid .video iframe {
        display: table;
        margin: 0 auto; }
    .art-mastersense .sec-apresentacao-marca .grid .col {
      padding: 6rem 8rem; }
      .art-mastersense .sec-apresentacao-marca .grid .col p {
        font-size: 1.333333rem;
        padding-top: 2rem;
        color: #232222;
        line-height: 1.7;
        padding-bottom: 4rem; }
        @media screen and (max-width: 1024px) {
          .art-mastersense .sec-apresentacao-marca .grid .col p {
            font-size: 1.167rem; } }
      .art-mastersense .sec-apresentacao-marca .grid .col:first-child {
        border-right: 1px solid #DDD; }
.art-mastersense .sec-mockups {
  font-size: 0; }
.art-mastersense .grid.site {
  max-width: 700px; }
  .art-mastersense .grid.site img {
    transform: translate3d(0, -8%, 0); }

.art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-desc {
  padding: 10rem 0; }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-desc .desc {
    width: 100%; }
    .art-o-conto-do-fogo-e-a-historia-abspk .sec-desc .desc p {
      margin: 0 auto;
      max-width: 670px; }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-desc p {
    text-align: center;
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-o-conto-do-fogo-e-a-historia-abspk .sec-desc p {
        font-size: 1.167rem; } }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-desc .fase {
    padding-top: 4rem;
    width: 25%;
    text-align: center; }
.art-o-conto-do-fogo-e-a-historia-abspk .video {
  width: 100%;
  height: 85vh;
  background-color: #000;
  margin: 0 auto;
  margin-top: 3rem; }
  .art-o-conto-do-fogo-e-a-historia-abspk .video iframe {
    display: table;
    margin: 0 auto; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-mockups {
  font-size: 0; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-cenas {
  padding: 5rem 0; }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-cenas .grid {
    max-width: 103rem; }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-cenas .col {
    width: 50%;
    padding: 2rem; }
.art-o-conto-do-fogo-e-a-historia-abspk .sec-layout-site {
  padding: 5rem 0; }
  .art-o-conto-do-fogo-e-a-historia-abspk .sec-layout-site .grid {
    max-width: 960px;
    font-size: 0;
    -webkit-box-shadow: 0 26px 36px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 26px 36px 0 rgba(0, 0, 0, 0.16); }

.art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-nao-alimente-esse-monstro .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-nao-alimente-esse-monstro .sec-desc {
  padding: 10rem 0; }
  .art-nao-alimente-esse-monstro .sec-desc .grid {
    max-width: 83rem; }
  .art-nao-alimente-esse-monstro .sec-desc .desc {
    width: 40%; }
  .art-nao-alimente-esse-monstro .sec-desc p {
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-nao-alimente-esse-monstro .sec-desc p {
        font-size: 1.167rem; } }
    .art-nao-alimente-esse-monstro .sec-desc p.pt0 {
      padding-top: 0; }
.art-nao-alimente-esse-monstro .sec-mockups {
  font-size: 0; }

.art-bni-bandeirantes .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-bni-bandeirantes .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-bni-bandeirantes .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-bni-bandeirantes .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-bni-bandeirantes .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-bni-bandeirantes .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-bni-bandeirantes .sec-desc {
  padding: 10rem 0; }
  .art-bni-bandeirantes .sec-desc .grid {
    max-width: 83rem;
    justify-content: center;
    text-align: center; }
    .art-bni-bandeirantes .sec-desc .grid.large {
      max-width: 100rem;
      justify-content: space-between; }
  .art-bni-bandeirantes .sec-desc .desc {
    width: 60%; }
  .art-bni-bandeirantes .sec-desc .col {
    width: 28%;
    text-align: left; }
  .art-bni-bandeirantes .sec-desc p {
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-bni-bandeirantes .sec-desc p {
        font-size: 1.167rem; } }
    .art-bni-bandeirantes .sec-desc p.pt0 {
      padding-top: 0; }
.art-bni-bandeirantes .sec-mockups {
  font-size: 0; }

.art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset;
  color: #000; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #000;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #000;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc {
  padding: 10rem 0; }
  .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc .grid {
    max-width: 83rem;
    justify-content: center;
    text-align: center; }
    .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc .grid.large {
      max-width: 100rem;
      justify-content: space-between; }
  .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc .desc {
    width: 60%; }
  .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc .col {
    width: 28%;
    text-align: left; }
  .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc p {
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc p {
        font-size: 1.167rem; } }
    .art-bem-vindo-ao-ano-dos-feriados-voage .sec-desc p.pt0 {
      padding-top: 0; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-mockups {
  font-size: 0;
  background-color: #EBEBEB;
  text-align: center; }
.art-bem-vindo-ao-ano-dos-feriados-voage .sec-premio {
  font-size: 0;
  background-color: #FEE800;
  text-align: center; }

.art-nsa-strollers .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-nsa-strollers .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset;
  color: #fff; }
.art-nsa-strollers .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-nsa-strollers .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-nsa-strollers .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-nsa-strollers .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-nsa-strollers .sec-desc {
  padding: 10rem 0; }
  .art-nsa-strollers .sec-desc .grid {
    max-width: 83rem;
    justify-content: center;
    text-align: center; }
    .art-nsa-strollers .sec-desc .grid.large {
      max-width: 100rem;
      justify-content: space-between; }
  .art-nsa-strollers .sec-desc .desc {
    width: 60%; }
  .art-nsa-strollers .sec-desc .col {
    width: 28%;
    text-align: left; }
  .art-nsa-strollers .sec-desc p {
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .art-nsa-strollers .sec-desc p {
        font-size: 1.167rem; } }
    .art-nsa-strollers .sec-desc p.pt0 {
      padding-top: 0; }
.art-nsa-strollers .sec-mockups {
  font-size: 0;
  text-align: center; }

.art-brunholi-brands .sec-tt-page.projetos-int .grid {
  justify-content: space-between;
  flex-wrap: row wrap;
  max-width: 1200px; }
.art-brunholi-brands .sec-tt-page.projetos-int .col h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.66667rem;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset;
  color: #fff; }
.art-brunholi-brands .sec-tt-page.projetos-int .col h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  transform: rotate(0);
  mix-blend-mode: unset; }
.art-brunholi-brands .sec-tt-page.projetos-int .col p {
  font-size: 1.333333rem;
  padding-top: 0;
  color: #fff;
  line-height: 1.7; }
  @media screen and (max-width: 1024px) {
    .art-brunholi-brands .sec-tt-page.projetos-int .col p {
      font-size: 1.167rem; } }
.art-brunholi-brands .sec-tt-page.projetos-int .hr {
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  margin: 3rem 0; }
.art-brunholi-brands .sec-desc {
  padding: 10rem 0; }
  .art-brunholi-brands .sec-desc .grid {
    max-width: 83rem; }
  .art-brunholi-brands .sec-desc .tt {
    width: 20%;
    padding: 3rem 0;
    align-self: center; }
    @media screen and (max-width: 500px) {
      .art-brunholi-brands .sec-desc .tt {
        width: 100%;
        padding: 0;
        padding-bottom: .8rem; } }
    .art-brunholi-brands .sec-desc .tt h2 {
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .5px; }
  .art-brunholi-brands .sec-desc .desc {
    width: 80%;
    padding: 3rem 0; }
    @media screen and (max-width: 500px) {
      .art-brunholi-brands .sec-desc .desc {
        width: 100%;
        padding: 0 0 3rem 0; } }
  .art-brunholi-brands .sec-desc p {
    font-size: 1.333333rem;
    padding-top: 2rem;
    color: #232222;
    line-height: 1.7;
    padding-top: 0; }
    @media screen and (max-width: 1024px) {
      .art-brunholi-brands .sec-desc p {
        font-size: 1.167rem; } }
.art-brunholi-brands .sec-tt {
  padding: 2rem 0; }
  .art-brunholi-brands .sec-tt h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px; }
.art-brunholi-brands .sec-mockups {
  font-size: 0;
  text-align: center; }
  .art-brunholi-brands .sec-mockups img {
    width: 100%; }

@media screen and (max-width: 1450px) {
  .art-home .sec-vamos-conversar .grid .desc {
    width: 30%; }

  .art-home .sec-vamos-conversar .grid .img-2 {
    width: 20%; }

  .art-home .sec-vamos-conversar .grid .desc {
    width: 30%;
    padding: 8rem 4rem; }

  .art-home .sec-chamada-sobre .grid .desc {
    padding: 6rem 8rem; }

  .art-o-que-fazemos .sec-o-que-fazemos .grid .desc {
    padding: 6rem; }

  .art-projetos .sec-projetos .list-portfolio a.item-portfolio,
  .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio {
    height: 400px; }

  .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg,
  .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg {
    padding: 2rem; }

  .art-projetos .sec-projetos .list-portfolio a.item-portfolio .bg-item .tt h2,
  .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio .bg-item .tt h2 {
    font-size: 2rem; }

  .sec-rodape h2 {
    font-size: 3rem; }

  .sec-rodape .inlineT {
    padding-top: 1.7rem; }

  .sec-rodape .col-2 {
    width: 33%;
    padding: 4rem 3rem; }

  .sec-rodape .col-3 {
    display: none; }

  .sec-tt-page h2, .sec-tt-page h1 {
    font-size: 10rem; }

  .art-nossa-toca .sec-nossa-toca .desc h2 {
    font-size: 2.333rem; }

  .art-nossa-toca .sec-nossa-toca .desc p {
    width: 100%; }

  .art-nossa-toca .sec-como-podemos .tt h2 {
    font-size: 10rem; }

  .art-trabalhe-aqui .sec-desc .desc {
    width: 50%; }

  .art-trabalhe-aqui .sec-desc .form {
    width: 50%; } }
@media screen and (max-width: 1025px) {
  body, html {
    font-size: 11px; }

  .art-home .sec-vamos-conversar .grid .img-2 {
    display: none; }

  .art-home .sec-vamos-conversar .grid .desc {
    width: 50%; }

  .art-home .sec-chamada-sobre .grid .desc {
    padding: 6rem; }

  .sec-rodape .col-1 {
    width: 100%; } }
@media screen and (max-width: 768px) {
  body, html {
    font-size: 10px; } }
@media screen and (max-width: 500px) {
  .sec-header .sec-menu li a {
    font-size: 2.5rem; }

  .art-home .sec-banner .ch-2 {
    top: 53%; }

  .art-home .sec-banner .ch-1 {
    position: absolute;
    top: 33%;
    left: 12%; }

  .art-home .sec-banner .ch-1 p {
    font-size: 2.5rem; }

  .art-home .sec-banner .ch-2 h2 {
    font-size: 5rem;
    width: auto; }

  .sec-header .logo img {
    width: 150px; }

  .art-home .sec-banner {
    background-position: 30%;
    height: 80vh; }

  .art-home .sec-chamada-sobre .grid .desc {
    width: 100%;
    padding: 3rem; }

  .art-home .sec-vamos-conversar .grid .desc {
    width: 100%;
    padding: 3rem; }

  .art-home .sec-vamos-conversar .grid .img {
    height: 230px;
    width: 100%; }

  .art-projetos .sec-projetos .list-portfolio a.item-portfolio, .art-home .sec-ultimos-projetos .list-portfolio a.item-portfolio {
    width: 100%;
    height: 320px; }

  .sec-rodape .grid {
    height: auto;
    padding: 5rem 0; }

  .sec-rodape .col-1 {
    width: 100%;
    padding: 3rem 0;
    text-align: center; }

  .sec-rodape .col-2 {
    width: 100%;
    border-left: 0;
    padding: 2rem 0;
    text-align: center;
    justify-content: center; }
    .sec-rodape .col-2 h2 {
      width: 100%;
      text-align: center; }

  .sec-rodape .col-2 .tt-ch {
    width: 100%;
    height: auto; }

  .sec-tt-page h2, .sec-tt-page h1 {
    font-size: 6rem; }

  .sec-tt-page h2.small, .sec-tt-page h1.small {
    font-size: 4.25rem; }

  .art-nossa-toca .sec-tt-page .ml {
    margin-left: 60px; }

  .art-nossa-toca .sec-tt-page .ml2 {
    margin-left: 120px; }

  .art-nossa-toca .sec-nossa-toca .desc {
    width: 100%;
    padding: 8rem 3rem; }

  .art-nossa-toca .sec-como-podemos .tt h2 {
    font-size: 5rem; }

  .art-nossa-toca .sec-como-podemos .desc {
    width: 100%;
    transform: translate3d(0, 0, 0); }

  .art-nossa-toca .sec-como-podemos .tt h2 {
    line-height: 2; }

  .art-nossa-toca .sec-chamadas .desc {
    width: 100%;
    padding: 3rem 4rem; }

  .art-nossa-toca .sec-chamadas .desc:first-child {
    border-right: none;
    border-bottom: 1px solid #000; }

  .art-o-que-fazemos .sec-o-que-fazemos .grid .desc {
    width: 100%;
    padding: 5rem 3rem; }

  .art-o-que-fazemos .sec-o-que-fazemos .grid .desc h2.tt {
    font-size: 2.5rem; }

  .form-orcamento {
    width: 100%; }

  .sec-rodape .inlineT.fone {
    width: 100%;
    text-align: center;
    margin-right: 0; }
    .sec-rodape .inlineT.fone p {
      font-weight: 600;
      font-size: 2rem; }

  .art-nossa-toca .sec-clientes .item {
    width: 33%;
    padding: 0 2rem; } }

/*# sourceMappingURL=style.css.map */
