@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.otf"); }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-BoldIt.otf");
  font-weight: bold;
  font-style: italic; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Source Sans Pro"; }

.text_center {
  text-align: center; }

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      width: 540px; } }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.cabecalho {
  background: #fff;
  padding: 15px;
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .cabecalho {
      min-height: 100px; }
      .cabecalho .logo {
        float: left;
        margin-top: 8.5px; }
      .cabecalho .menu-principal {
        float: right;
        margin-top: 12px; }
        .cabecalho .menu-principal__lista {
          margin-bottom: 0; } }

/* Rodapé */
.rodape {
  color: #fff; }

.rodape .logo {
  margin-bottom: 20px; }

.rodape__linha-1 {
  background-color: #272525;
  background-image: url("../img/rodape-bg.jpg");
  background-size: cover;
  padding: 15px;
  overflow: auto; }
  @media (min-width: 768px) {
    .rodape__linha-1 {
      background-image: url("../img/rodape-bg-md.jpg"); } }
  @media (min-width: 1200px) {
    .rodape__linha-1 {
      background-image: url("../img/rodape-bg-xl.jpg"); } }

.rodape__coluna {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .rodape__coluna {
      float: left;
      width: 25%;
      padding: 0 15px; } }

.rodape__endereco-indaiatuba {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .rodape__endereco-indaiatuba {
      float: left;
      padding: 0 15px;
      margin-top: 90px; } }

.rodape__linha-2 {
  background-color: #000;
  text-align: center;
  padding: 15px; }
  .rodape__linha-2--link {
    text-decoration: none;
    color: white; }

.rodape__endereco {
  list-style: none;
  padding: 0; }

.rodape__titulo {
  border-bottom: 1px solid #fff;
  padding: 0 10px 10px 10px;
  font-size: 18px; }

.rodape__lista-links {
  padding: 0;
  list-style: none; }

.rodape__lista-links__item {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block; }

.rodape__lista-links__item::before {
  content: '>';
  margin-right: 8px;
  color: #0F63FF; }

.img-left {
  float: left; }

@media (min-width: 768px) {
  .img-left-md {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; } }

.depoimentos {
  background-color: #0F63FF;
  background-attachment: fixed;
  color: white;
  padding: 30px 0; }

.depoimentos__caixa {
  max-width: 750px;
  padding: 0 15px;
  margin: 0 auto; }

.depoimentos__img {
  margin: 0 auto;
  display: block;
  box-shadow: 3px 3px 0 black;
  margin-bottom: 30px; }

.depoimentos__texto {
  line-height: 24px;
  margin-bottom: 30px; }

.depoimentos__texto::before {
  background: url("../img/aspas.png") no-repeat;
  content: '';
  display: inline-block;
  width: 25px;
  height: 23px;
  margin-right: 5px; }

.depoimentos__pessoa {
  text-align: center;
  font-weight: bold;
  font-style: italic; }

@media (min-width: 768px) {
  .depoimentos {
    padding: 120px 0; }
  .depoimentos__img {
    float: left;
    margin-right: 15px; }
  .depoimentos__pessoa {
    text-align: left; } }

.formulario {
  background-color: #efecec;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 15px 40px 15px;
  margin: 80px 0;
  box-shadow: 0 3px 5px #989898; }
  .formulario__erro {
    background: #0F63FF;
    color: white;
    padding: 10px;
    border-radius: 5px; }
  .formulario__sucesso {
    background: #00a91e;
    color: white;
    padding: 10px;
    border-radius: 5px; }
  .formulario__grupo {
    margin-bottom: 15px; }
  .formulario__campo {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 10px 5px; }
  .formulario__label {
    color: #343434; }
  .formulario__botao {
    border: 3px solid #0F63FF;
    border-radius: 300px;
    background-color: white;
    color: #0F63FF;
    padding: 5px 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-weight: bold; }
  @media (min-width: 768px) {
    .formulario {
      padding-bottom: 0; }
      .formulario__grupo {
        float: left;
        width: 100%; }
      .formulario__grupo--coluna-esq {
        width: 50%;
        padding-right: 15px; }
      .formulario__grupo--coluna-dir {
        width: 50%;
        padding-left: 15px; }
      .formulario__botao {
        font-size: 20px;
        transform: translateY(-37px); } }

.logo {
  background-image: url("../img/logo-diskjet-preto.png");
  background-repeat: no-repeat;
  display: block;
  width: 235px;
  height: 69px;
  text-indent: -9999px;
  margin: 0; }
  .logo--branco {
    background-image: url("../img/logo-diskjet-branco.png");
    width: 484px;
    height: 69px; }

.mapa {
  background: #0F63FF;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 -15px -25px -15px; }
  .mapa iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 450px) {
    .mapa {
      padding-bottom: 60%; } }
  @media (min-width: 768px) {
    .mapa {
      padding-bottom: 40%; } }
  @media (min-width: 992px) {
    .mapa {
      padding-bottom: 25%; } }

.menu-principal__btn {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-color: #fff;
  background-image: url("../img/menuprincipal-btn-bg.png");
  background-repeat: no-repeat;
  background-position: -48px 7px;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px; }
  @media (min-width: 768px) {
    .menu-principal__btn {
      display: none; } }

.menu-principal__lista {
  padding: 0;
  list-style: none;
  transition: margin 200ms ease-out; }
  @media (min-width: 768px) {
    .menu-principal__lista li {
      display: inline-block;
      margin: 0 10px; } }

.menu-principal__item {
  text-decoration: none;
  font-weight: bold;
  color: #343434;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  height: 20px;
  transition: all 200ms ease-out; }

.menu-principal__item--atual {
  color: #0F63FF; }

@media (max-width: 767px) {
  .menu-principal--fechado .menu-principal__btn {
    background-position: 5px 5px; }
  .menu-principal--fechado .menu-principal__lista {
    margin: 0; }
  .menu-principal--fechado .menu-principal__item {
    margin: 0;
    height: 0;
    overflow: hidden; } }

.pagina-conteudo {
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: auto; }
  .pagina-conteudo p {
    color: #3a3a3a;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pagina-conteudo {
      padding-top: 100px;
      padding-bottom: 100px; } }

.pagina-cabecalho {
  background-color: #0F63FF;
  background-attachment: fixed;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 40px; }

.pagina-cabecalho__titulo {
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.pagina-cabecalho__titulo::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px; }

.servicos {
  padding: 30px 0;
  overflow: auto; }
  .servicos__item {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .servicos__item {
        float: left;
        width: 33.333%; } }
  .servicos__texto {
    color: #3a3a3a; }

@media (min-width: 768px) {
  .pagina-contato .pagina-conteudo {
    padding-right: 150px;
    padding-left: 150px; } }

.cabecalho-home {
  background: url("../img/fachada.jpeg") black no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 50px 0;
  padding-top: 150px; }
  @media (min-width: 768px) {
    .cabecalho-home {
      background-image: url("../img/fachada.jpeg"); } }
  @media (min-width: 992px) {
    .cabecalho-home {
      height: 100vh; } }
  @media (min-width: 1200px) {
    .cabecalho-home {
      background-image: url("../img/fachada.jpeg"); } }

.cabecalho-home__role {
  display: none;
  overflow: hidden; }
  @media (min-width: 992px) {
    .cabecalho-home__role {
      display: block;
      position: absolute;
      background: url("../img/icone-mouse.png") no-repeat center right;
      color: white;
      left: 50%;
      bottom: 10px;
      height: 50px;
      width: 190px;
      text-align: left;
      font-size: 20px;
      text-decoration: none;
      line-height: 45px;
      margin-left: -95px; } }

.cabecalho-home__titulo {
  font-size: 40px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .cabecalho-home__titulo {
      font-size: 60px;
      margin-top: 250px; } }

.cabecalho-home__subtitulo {
  font-size: 10px; }
  @media (min-width: 992px) {
    .cabecalho-home__subtitulo {
      font-size: 22px; } }

.home__titulo {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px; }

.home__titulo::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #0F63FF;
  margin: 0 auto;
  margin-top: 15px; }

.home__titulo--branco::after {
  background-color: white; }

.lista-trabalhos {
  list-style: none;
  padding: 0;
  margin-top: 80px; }
  .lista-trabalhos__item {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
    position: relative; }
  .lista-trabalhos__item a {
    text-decoration: none; }
  .lista-trabalhos__img {
    width: 100%;
    height: auto;
    display: block; }
  .lista-trabalhos__titulo {
    color: black;
    font-size: 18px;
    margin-left: 15px;
    border-left: 1px solid black;
    padding-left: 10px; }
  @media (min-width: 768px) {
    .lista-trabalhos__item {
      margin: 0;
      float: left;
      width: 50%;
      background-color: #0F63FF;
      overflow: hidden; }
      .lista-trabalhos__item:hover .lista-trabalhos__img {
        opacity: 0.1;
        transform: scale(1.4); }
      .lista-trabalhos__item:hover .lista-trabalhos__titulo {
        opacity: 1; }
    .lista-trabalhos__img {
      opacity: 1;
      transition: all 200ms ease; }
    .lista-trabalhos__titulo {
      color: white;
      padding: 0;
      margin: 0;
      border: none;
      text-align: center;
      position: absolute;
      top: 40%;
      left: 0;
      width: 100%;
      background: url("../img/icone-olho.png") no-repeat bottom center;
      padding-bottom: 35px;
      font-size: 22px;
      opacity: 0;
      transition: opacity 200ms ease; } }
  @media (min-width: 992px) {
    .lista-trabalhos__item {
      width: 33.333%; } }

@media (min-width: 768px) {
  .pagina-sobre .pagina-conteudo {
    padding-right: 150px;
    padding-left: 150px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../fonts/slick.eot");
  src: url("./../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../fonts/slick.woff") format("woff"), url("./../fonts/slick.ttf") format("truetype"), url("./../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
