@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.etapas, .grupo-form fieldset, .imagem-automatica, #js-depoimentos a figure, .lista-de-downloads-card, .lista-de-downloads, .listagem-card article figure, .listagem-videos, .listagem article figure, .listagem article h2, .mobile-menu, .mobile-menu ul, .mobile-menu .fa-times, .mobile-menu .fa-bars, .paginacao, .vitrine article h2, .vitrine article figure, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .menu-topo nav ul, .parceiros hgroup h3, .portfolio hgroup h3, .rodape .center p, .sobre ul, .topo figure, .topo .rede-sociais {
  margin: 0;
  padding: 0; }

#js-slider-link .slider .center a, #js-mobile-slider .slider .center a, .parceiros .center, .servicos article a, .topo .whats div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }

/* 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("./../interface/slick/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;
  width: 49px;
  height: 33px;
  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: url(../interface/slick/seta-left.png); }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: url(../interface/slick/seta-right.png); }
    [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; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../interface/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../interface/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../interface/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../interface/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.avisos {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px; }
  .avisos.avisos-primario {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.2); }
  .avisos.avisos-secundaria {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    border-color: rgba(108, 117, 125, 0.2); }
  .avisos.avisos-sucesso {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
    border-color: rgba(40, 167, 69, 0.2); }
  .avisos.avisos-atencao {
    color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.6); }
  .avisos.avisos-perigo {
    color: #eb3b50;
    background-color: rgba(235, 59, 80, 0.1);
    border-color: rgba(235, 59, 80, 0.2); }
  .avisos.avisos-info {
    color: #17a2b8;
    background-color: rgba(23, 162, 184, 0.1);
    border-color: rgba(23, 162, 184, 0.2); }
  .avisos .aviso-titulo {
    color: inherit; }
  .avisos .aviso-link {
    color: inherit;
    font-weight: bold;
    text-decoration: none; }
    .avisos .aviso-link:hover {
      text-decoration: underline; }

.img-arredondada {
  border-radius: 1rem !important; }

.img-arredondada-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 !important; }

.img-arredondada-right {
  border-top-left-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 0 !important; }

.img-arredondada-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem !important; }

.img-arredondada-left {
  border-top-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1rem !important; }

.img-arredondada-0 {
  border-radius: 0 !important; }

.img-arredondada-circulo {
  border-radius: 50% !important; }

.bt {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  margin-top: 0.475rem;
  margin-bottom: 0.475rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  font-size: 14px;
  cursor: pointer;
  font-family: 'sarabunextrabold'; }
  .bt:focus {
    outline: 0; }
  .bt.bt-primario, .bt.bt-secundaria, .bt.bt-sucesso, .bt.bt-perigo, .bt.bt-info {
    color: #fff; }
  .bt.bt-primario {
    background-color: #007bff; }
    .bt.bt-primario:hover {
      background-color: #005de1;
      box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.5); }
  .bt.bt-secundaria {
    background-color: #6c757d; }
    .bt.bt-secundaria:hover {
      background-color: #4e575f;
      box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5); }
  .bt.bt-sucesso {
    background-color: #28a745; }
    .bt.bt-sucesso:hover {
      background-color: #0a8927;
      box-shadow: 0 0 0 0.15rem rgba(40, 167, 69, 0.5); }
  .bt.bt-perigo {
    background-color: #eb3b50; }
    .bt.bt-perigo:hover {
      background-color: #cd1d32;
      box-shadow: 0 0 0 0.15rem rgba(235, 59, 80, 0.5); }
  .bt.bt-info {
    background-color: #17a2b8; }
    .bt.bt-info:hover {
      background-color: #00849a;
      box-shadow: 0 0 0 0.15rem rgba(23, 162, 184, 0.5); }
  .bt.bt-atencao {
    color: #000;
    background-color: #ffc107; }
    .bt.bt-atencao:hover {
      background-color: #e1a300;
      box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.5); }
  .bt.bt-border-primario, .bt.bt-border-secundaria, .bt.bt-border-sucesso, .bt.bt-border-perigo, .bt.bt-border-info {
    color: inherit; }
    .bt.bt-border-primario:hover, .bt.bt-border-secundaria:hover, .bt.bt-border-sucesso:hover, .bt.bt-border-perigo:hover, .bt.bt-border-info:hover {
      color: #fff; }
  .bt.bt-border-primario {
    color: #007bff;
    border-color: #007bff; }
    .bt.bt-border-primario:hover {
      background-color: #007bff; }
  .bt.bt-border-secundaria {
    color: #6c757d;
    border-color: #6c757d; }
    .bt.bt-border-secundaria:hover {
      background-color: #6c757d; }
  .bt.bt-border-sucesso {
    color: #28a745;
    border-color: #28a745; }
    .bt.bt-border-sucesso:hover {
      background-color: #28a745; }
  .bt.bt-border-atencao {
    color: #ffc107;
    border-color: #ffc107; }
    .bt.bt-border-atencao:hover {
      color: #000;
      background-color: #ffc107; }
  .bt.bt-border-perigo {
    color: #eb3b50;
    border-color: #eb3b50; }
    .bt.bt-border-perigo:hover {
      background-color: #eb3b50; }
  .bt.bt-border-info {
    color: #17a2b8;
    border-color: #17a2b8; }
    .bt.bt-border-info:hover {
      background-color: #17a2b8; }
  .bt.bt-bloco {
    display: block;
    width: 100%;
    box-sizing: border-box; }
    .bt.bt-bloco + .bt-bloco {
      margin-top: 0.5rem; }
  .bt.bt-pequeno {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 16px; }
  .bt.bt-medio {
    padding: 0.7rem 1.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 18px; }
  .bt.bt-grande {
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 22px; }
  .bt.disabled, .bt:disabled {
    opacity: 0.65; }
  .bt.desativado {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65; }

.bt-redes-socias {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  font-size: 10px; }
  @media screen and (max-width: 375px) {
    .bt-redes-socias {
      grid-gap: 2px; } }
  .bt-redes-socias .fab {
    margin-right: 7px; }
    @media screen and (max-width: 320px) {
      .bt-redes-socias .fab {
        margin-right: 0px;
        margin-bottom: 5px; } }
  .bt-redes-socias .bt-twitter,
  .bt-redes-socias .bt-whatsApp,
  .bt-redes-socias .bt-instagram,
  .bt-redes-socias .bt-facebook {
    display: flex;
    align-items: center;
    padding: 0 10px !important;
    text-transform: uppercase;
    height: 20px;
    color: #fff;
    font-size: 10px; }
    @media screen and (max-width: 320px) {
      .bt-redes-socias .bt-twitter,
      .bt-redes-socias .bt-whatsApp,
      .bt-redes-socias .bt-instagram,
      .bt-redes-socias .bt-facebook {
        flex-direction: column;
        align-items: inherit;
        height: auto;
        padding: 5px 10px !important; } }
  .bt-redes-socias .bt-twitter {
    background-color: #00acee; }
  .bt-redes-socias .bt-whatsApp {
    background-color: #34af23; }
  .bt-redes-socias .bt-instagram {
    background-color: #C13584; }
  .bt-redes-socias .bt-facebook {
    background-color: #3b5998; }
  .bt-redes-socias .fb_reset {
    display: none; }
  .bt-redes-socias .fb-share-button {
    border-radius: 0.25rem; }

.texto-primario {
  color: #007bff; }

.texto-secundaria {
  color: #6c757d; }

.texto-sucesso {
  color: #28a745; }

.texto-atencao {
  color: #ffc107; }

.texto-perigo {
  color: #eb3b50; }

.texto-info {
  color: #17a2b8; }

.bg-primario,
.bt-border-primario {
  background-color: #007bff; }

.bg-secundaria,
.bt-border-secundaria {
  background-color: #6c757d; }

.bg-sucesso,
.bt-border-sucesso {
  background-color: #28a745; }

.bg-atencao,
.bt-border-atencao {
  background-color: #ffc107; }

.bg-perigo,
.bt-border-perigo {
  background-color: #eb3b50; }

.bg-info,
.bt-border-info {
  background-color: #17a2b8; }

.etapas {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase; }
  .etapas li {
    display: table-cell;
    width: 1%; }
    @media screen and (max-width: 769px) {
      .etapas li {
        display: block;
        width: 100%; } }
    .etapas li::before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: block;
      margin: 10px auto;
      background-color: #007bff;
      box-sizing: border-box; }
    .etapas li::after {
      content: "";
      display: block;
      top: -53px;
      position: relative;
      border-top: 2px solid #007bff;
      box-sizing: border-box; }
    .etapas li a {
      display: flex;
      color: #343a40;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 100%;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      .etapas li a:hover {
        color: #007bff; }
  .etapas .ativo::before {
    content: "";
    width: 33px;
    height: 33px;
    background-color: #fff;
    border: 3px solid #007bff;
    display: block;
    border-radius: 20px;
    position: relative;
    top: 10px;
    z-index: 9; }

blockquote {
  font-style: italic;
  font-size: 29px;
  display: block;
  background: #f7fdff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  border-top: 2px solid #eb3b50 !important;
  border-right: 2px solid #eb3b50 !important;
  border-bottom: 2px solid #eb3b50 !important;
  border-left: 15px solid #eb3b50 !important; }
  blockquote b, blockquote strong, blockquote i, blockquote em {
    color: #eb3b50; }
  blockquote:before {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 80px; }
  blockquote:after {
    content: ""; }

#ohs-forms-resposta blockquote {
  font-style: normal !important;
  font-size: 16px !important;
  border-top: 2px solid #eb3b50 !important;
  border-right: 2px solid #eb3b50 !important;
  border-bottom: 2px solid #eb3b50 !important;
  border-left: 15px solid #eb3b50 !important; }

.galeria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-items: center; }
  @media screen and (max-width: 992px) {
    .galeria-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 768px) {
    .galeria-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .galeria-grid {
      grid-template-columns: 1fr; } }
  .galeria-grid a {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.25);
    padding: 7px;
    box-sizing: border-box;
    text-align: center; }
    .galeria-grid a:hover {
      box-shadow: 0 0 0 0.15rem rgba(33, 37, 41, 0.25); }
    .galeria-grid a img {
      display: block; }

.galeria-pinterest {
  column-count: 4;
  column-gap: 15px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .galeria-pinterest {
      column-count: 3; } }
  @media screen and (max-width: 768px) {
    .galeria-pinterest {
      column-count: 2; } }
  @media screen and (max-width: 576px) {
    .galeria-pinterest {
      column-count: 1; } }
  .galeria-pinterest .pinterest {
    display: inline-block;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    margin: 0 2px 15px 2px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    padding: 15px;
    padding-bottom: 5px;
    box-sizing: border-box; }
    .galeria-pinterest .pinterest img {
      width: 100%;
      border-bottom: 1px solid #dee2e6;
      padding-bottom: 15px; }

.grupo-form fieldset {
  border: none;
  width: 100%; }

.grupo-form input,
.grupo-form select,
.grupo-form textarea {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  font-size: 14px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ced4da;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  margin-bottom: 0.75rem; }
  .grupo-form input:hover,
  .grupo-form select:hover,
  .grupo-form textarea:hover {
    box-shadow: 0 0 0 0.2rem #e75f00; }
  .grupo-form input:focus,
  .grupo-form select:focus,
  .grupo-form textarea:focus {
    outline: none;
    border-color: #e75f00;
    box-shadow: 0 0 0 0.2rem #e75f00; }
  .grupo-form input::placeholder,
  .grupo-form select::placeholder,
  .grupo-form textarea::placeholder {
    color: #495057; }
  .grupo-form input[name="captcha"],
  .grupo-form select[name="captcha"],
  .grupo-form textarea[name="captcha"] {
    display: initial; }

.grupo-form textarea {
  height: 160px; }

.grupo-form label {
  display: block;
  padding-top: 0.475rem;
  padding-bottom: 0.475rem;
  margin-bottom: 0;
  font-size: 12px; }

.grupo-form .form-check {
  display: flex;
  align-items: center;
  width: auto; }
  .grupo-form .form-check input[type="checkbox"],
  .grupo-form .form-check input[type="radio"] {
    width: auto;
    margin-bottom: 0px; }
    .grupo-form .form-check input[type="checkbox"]:hover, .grupo-form .form-check input[type="checkbox"]:focus,
    .grupo-form .form-check input[type="radio"]:hover,
    .grupo-form .form-check input[type="radio"]:focus {
      box-shadow: none; }
  .grupo-form .form-check label {
    margin-left: 7px; }
  .grupo-form .form-check.form-check-linha {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
    .grupo-form .form-check.form-check-linha input[type="checkbox"],
    .grupo-form .form-check.form-check-linha input[type="radio"] {
      position: static;
      margin-top: 0;
      margin-right: 0.3125rem;
      margin-left: 0; }

.grupo-form .col-esq,
.grupo-form .col-dir {
  width: 49%; }
  @media screen and (max-width: 576px) {
    .grupo-form .col-esq,
    .grupo-form .col-dir {
      width: 100%; } }

.grupo-form .col-esq {
  float: left; }

.grupo-form .col-dir {
  float: right; }

.grupo-form .container {
  padding-left: 0px;
  padding-right: 0px; }

.grupo-form .bt-submit {
  width: auto;
  background-color: #e75f00;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-family: 'sarabunextrabold'; }
  @media screen and (max-width: 576px) {
    .grupo-form .bt-submit {
      width: 100%; } }
  .grupo-form .bt-submit:hover {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background-color: #000235;
    box-shadow: none; }

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

.img-miniatura {
  max-width: 200px;
  height: auto; }

.img-bordas {
  padding: 0.25rem;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #dee2e6; }

.imagem-automatica {
  float: left;
  width: 30%;
  margin-right: 15px !important;
  margin-bottom: 40px !important; }
  .imagem-automatica img {
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
  @media screen and (max-width: 576px) {
    .imagem-automatica {
      float: none;
      width: 100%;
      margin-right: 0px; } }
  .imagem-automatica .imagem-extras {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .imagem-automatica .imagem-extras img {
      margin: .3em;
      width: 80px;
      height: 80px;
      max-width: none; }

#js-depoimentos {
  text-align: left;
  max-width: 915px;
  margin: 0 auto; }
  #js-depoimentos a {
    display: grid;
    grid-template-columns: .3fr 1fr;
    grid-gap: 30px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #js-depoimentos a {
        grid-template-columns: 1fr !important;
        justify-items: center;
        text-align: center; } }
    #js-depoimentos a .bloco strong {
      font-size: 18px; }
      #js-depoimentos a .bloco strong i {
        font-weight: normal; }
  #js-depoimentos img {
    display: block; }

#js-slider-link .slider, #js-mobile-slider .slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: none; }
  #js-slider-link .slider .center, #js-mobile-slider .slider .center {
    position: absolute;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1540px) {
      #js-slider-link .slider .center, #js-mobile-slider .slider .center {
        width: 90%; } }
    @media screen and (max-width: 1210px) {
      #js-slider-link .slider .center, #js-mobile-slider .slider .center {
        width: 87%; } }
    #js-slider-link .slider .center a, #js-mobile-slider .slider .center a {
      justify-content: center;
      text-decoration: none;
      color: inherit;
      width: 100%;
      height: 100%; }
      #js-slider-link .slider .center a .bloco, #js-mobile-slider .slider .center a .bloco {
        width: 60%; }
    #js-slider-link .slider .center .titulo, #js-mobile-slider .slider .center .titulo {
      max-width: 660px;
      font-family: 'sarabunextrabold';
      font-size: 56px;
      color: #fff;
      font-weight: normal; }
    #js-slider-link .slider .center .resumo, #js-mobile-slider .slider .center .resumo {
      max-width: 695px;
      font-family: 'sarabunlight';
      font-size: 30px;
      color: #fff; }
      @media screen and (max-width: 1390px) {
        #js-slider-link .slider .center .resumo, #js-mobile-slider .slider .center .resumo {
          max-width: 580px; } }
      @media screen and (max-width: 1210px) {
        #js-slider-link .slider .center .resumo, #js-mobile-slider .slider .center .resumo {
          max-width: 500px; } }
      @media screen and (max-width: 1050px) {
        #js-slider-link .slider .center .resumo, #js-mobile-slider .slider .center .resumo {
          max-width: 450px; } }

#js-slider .slider {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: none; }
  #js-slider .slider .center {
    position: absolute;
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box; }
    #js-slider .slider .center .titulo, #js-slider .slider .center .resumo {
      color: #fff;
      text-shadow: 1px 1px 0px #000; }
    #js-slider .slider .center .titulo {
      font-size: 40px;
      text-transform: uppercase;
      color: #fff; }
    #js-slider .slider .center .resumo {
      font-size: 24px; }

.lista-de-downloads-card {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 768px) {
    .lista-de-downloads-card {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .lista-de-downloads-card {
      grid-template-columns: 1fr; } }
  .lista-de-downloads-card li {
    padding: 1.25rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
    .lista-de-downloads-card li:hover {
      border: 1px solid #ffc107; }
    .lista-de-downloads-card li a p {
      font-size: 12px; }
    .lista-de-downloads-card li a .fas {
      font-size: 20px; }
    .lista-de-downloads-card li a span {
      font-size: 12px;
      margin-left: 10px;
      position: relative;
      top: -2px; }

.lista-de-downloads {
  list-style: none; }
  .lista-de-downloads li .fas {
    font-size: 20px;
    margin-right: 13px; }
  .lista-de-downloads li span {
    font-size: 12px; }
  .lista-de-downloads li a {
    display: block;
    padding: .55rem;
    border-bottom: 1px solid #e9ecef;
    color: inherit;
    text-decoration: none; }
    .lista-de-downloads li a:hover {
      color: #ffc107;
      border-bottom: 1px solid #ffc107; }

.listagem-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 992px) {
    .listagem-card {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .listagem-card {
      grid-template-columns: 1fr; } }
  .listagem-card article {
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid #dee2e6; }
    .listagem-card article a {
      text-decoration: none;
      color: inherit; }
    .listagem-card article h2 {
      height: 54px;
      overflow: hidden;
      margin-bottom: 0px !important; }
      @media screen and (max-width: 576px) {
        .listagem-card article h2 {
          height: auto; } }
    .listagem-card article figure {
      width: 100%;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .listagem-card article figure img {
        width: 100%; }
    .listagem-card article .corpo-do-cartao {
      display: grid;
      padding: 1.25rem;
      box-sizing: border-box; }
    .listagem-card article .rodape {
      font-size: 12px;
      padding: .55rem;
      border-top: 1px solid #dee2e6;
      background-color: #e9ecef;
      box-sizing: border-box; }

.listagem-videos {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 768px) {
    .listagem-videos {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .listagem-videos {
      grid-template-columns: 1fr; } }
  .listagem-videos li {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: relative; }
    .listagem-videos li a {
      position: absolute; }
    .listagem-videos li .far {
      font-size: 50px;
      color: #fff; }

.listagem {
  display: grid;
  grid-template-columns: 1fr; }
  .listagem article {
    display: grid;
    grid-template-columns: .2fr 1fr;
    grid-gap: 30px;
    align-items: center;
    text-align: left;
    justify-items: flex-start;
    padding: 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1; }
    .listagem article:nth-child(odd) {
      background-color: #fafafa; }
    .listagem article figure {
      width: 100%;
      height: 150px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .listagem article figure img {
        height: 100%; }
    @media screen and (max-width: 650px) {
      .listagem article {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center; } }
    .listagem article .detalhes {
      border-radius: 4px;
      margin-top: 10px; }

.migalha-de-pao {
  font-family: 'sarabunextrabold';
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  color: #000235; }
  .migalha-de-pao a {
    text-decoration: none;
    color: #60616a; }
  .migalha-de-pao .item {
    display: flex;
    position: relative; }
    .migalha-de-pao .item:last-child::after {
      content: "";
      padding: 0; }
    .migalha-de-pao .item::after {
      content: url(../interface/icone-logo-pq.png);
      padding: 0px 1rem; }
    .migalha-de-pao .item.active {
      color: #000235; }

.mobile-menu ul {
  list-style: none; }

.mobile-menu .fa-times, .mobile-menu .fa-bars {
  display: none !important;
  color: #e75f00;
  cursor: pointer;
  position: relative;
  font-size: 25px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear; }
  .mobile-menu .fa-times:hover, .mobile-menu .fa-bars:hover {
    color: #e75f00; }

@media screen and (max-width: 992px) {
  .mobile-menu .fa-times, .mobile-menu .fa-bars {
    display: inline-block !important; }
  .mobile-menu .fa-bars {
    width: 100%;
    height: 100%;
    text-align: center; }
  .mobile-menu .inativo {
    top: -15px;
    right: -120%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
    opacity: 0; }
  .mobile-menu .ativo {
    top: -15px;
    right: -13px !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
  .mobile-menu .bg {
    position: absolute;
    top: -15px;
    right: -120%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1; }
    .mobile-menu .bg .fa-times {
      position: absolute;
      top: 15px;
      left: 30px;
      color: #fff; }
      .mobile-menu .bg .fa-times:hover {
        color: #d6b369; }
  .mobile-menu .menu {
    position: absolute;
    width: 50vw;
    height: 100vh;
    background-color: #f7fdff; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    .mobile-menu .menu {
      width: 70vw; } }

@media screen and (max-width: 992px) {
    .mobile-menu .menu li {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ced4da; }
      .mobile-menu .menu li a {
        display: block;
        padding: 17px;
        box-sizing: border-box;
        text-decoration: none;
        color: inherit; }
        .mobile-menu .menu li a:hover {
          background-color: #e75f00;
          color: #fff; }
      .mobile-menu .menu li .sub-menu {
        width: 100% !important;
        background-color: #e9ecef; } }

.paginacao {
  width: 100%;
  text-align: center;
  margin-top: 40px !important;
  list-style: none;
  font-size: 14px; }
  .paginacao li {
    display: inline-block; }
    .paginacao li a {
      color: #000;
      text-decoration: none;
      padding: 10px 13px;
      border-radius: 4px; }
      .paginacao li a:hover {
        color: #fff;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        background-color: #6c757d; }
  .paginacao .pagina-atual {
    color: #fff;
    background-color: #6c757d; }

.video-yt {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .video-yt::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    box-sizing: border-box; }
  .video-yt .video-yt-item,
  .video-yt iframe,
  .video-yt embed,
  .video-yt object,
  .video-yt video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.vitrine {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 992px) {
    .vitrine {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .vitrine {
      grid-template-columns: 1fr; } }
  .vitrine article {
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
    .vitrine article h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 56px;
      font-size: 16px;
      font-weight: normal;
      overflow: hidden; }
    .vitrine article figure {
      width: 100%;
      height: 240px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px !important; }
      .vitrine article figure img {
        max-height: 240px; }
    .vitrine article .valor {
      display: block;
      margin-top: 7px;
      margin-bottom: 7px;
      font-size: 22px;
      font-weight: bolder;
      color: #eb3b50; }
    .vitrine article .carrinho {
      position: relative;
      right: -3px;
      border-top-left-radius: 4px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 4px; }
      .vitrine article .carrinho:hover {
        box-shadow: none; }
    .vitrine article .detalhes {
      border-top-left-radius: 0px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0px; }
      .vitrine article .detalhes:hover {
        box-shadow: none; }

.cabecalho-interno {
  height: 475px;
  margin-top: 140px;
  background-image: url(../interface/bg-cabecalho-interno.jpg);
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 992px) {
    .cabecalho-interno {
      margin-top: 0px;
      height: auto;
      padding-top: 50px;
      padding-bottom: 180px;
      background-size: cover; } }
  .cabecalho-interno .center {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr .4fr;
    grid-column-gap: 100px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .cabecalho-interno .center {
        grid-template-columns: 1fr; } }
    .cabecalho-interno .center .titulo {
      color: #fff; }

.cabecalho {
  margin-top: 220px; }
  @media screen and (max-width: 1390px) {
    .cabecalho {
      margin-top: 218px; }
      .cabecalho .titulo {
        font-size: 36px !important; }
      .cabecalho .resumo {
        font-size: 20px !important; } }
  @media screen and (max-width: 1390px) {
    .cabecalho {
      margin-top: 205px; } }
  @media screen and (max-width: 1190px) {
    .cabecalho {
      margin-top: 190px; } }
  @media screen and (max-width: 992px) {
    .cabecalho {
      display: none; } }

.conteudo {
  padding-left: 0;
  padding-right: 0;
  margin-top: -100px; }
  .conteudo .center main {
    display: inline-block;
    width: 100%;
    padding: 40px;
    border-top: 5px solid #e75f00;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 27px; }

.depoimentos {
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
  background-color: #f7fdff; }
  .depoimentos #js-depoimentos {
    margin-top: 50px;
    background-color: #fff;
    background-image: url(../interface/bg-depoimentos.jpg);
    background-repeat: no-repeat;
    background-position: top left; }
    @media screen and (max-width: 768px) {
      .depoimentos #js-depoimentos {
        background-image: none; } }
    .depoimentos #js-depoimentos a {
      grid-row-gap: 15px;
      grid-column-gap: 40px;
      grid-template-columns: .4fr 1fr; }
    .depoimentos #js-depoimentos img {
      width: 100%; }
  .depoimentos .slick-prev {
    left: -70px; }
    @media screen and (max-width: 1100px) {
      .depoimentos .slick-prev {
        left: 43%; } }
    @media screen and (max-width: 890px) {
      .depoimentos .slick-prev {
        left: 40%; } }
    @media screen and (max-width: 576px) {
      .depoimentos .slick-prev {
        left: 35%; } }
    @media screen and (max-width: 320px) {
      .depoimentos .slick-prev {
        left: 30%; } }
  .depoimentos .slick-next {
    right: -70px; }
    @media screen and (max-width: 1100px) {
      .depoimentos .slick-next {
        right: 43%; } }
    @media screen and (max-width: 890px) {
      .depoimentos .slick-next {
        right: 40%; } }
    @media screen and (max-width: 576px) {
      .depoimentos .slick-next {
        right: 35%; } }
    @media screen and (max-width: 320px) {
      .depoimentos .slick-next {
        right: 30%; } }
  @media screen and (max-width: 1100px) {
    .depoimentos .slick-prev, .depoimentos .slick-next {
      top: auto;
      bottom: -80px; } }

@font-face {
  font-family: 'sarabunextrabold';
  src: url("../fonts/sarabun-extrabold-webfont.woff2") format("woff2"), url("../fonts/sarabun-extrabold-webfont.woff") format("woff"), url("../fonts/sarabun-extrabold-webfont.svg#sarabunextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sarabunitalic';
  src: url("../fonts/sarabun-italic-webfont.woff2") format("woff2"), url("../fonts/sarabun-italic-webfont.woff") format("woff"), url("../fonts/sarabun-italic-webfont.svg#sarabunitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sarabunlight';
  src: url("../fonts/sarabun-light-webfont.woff2") format("woff2"), url("../fonts/sarabun-light-webfont.woff") format("woff"), url("../fonts/sarabun-light-webfont.svg#sarabunlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sarabunregular';
  src: url("../fonts/sarabun-regular-webfont.woff2") format("woff2"), url("../fonts/sarabun-regular-webfont.woff") format("woff"), url("../fonts/sarabun-regular-webfont.svg#sarabunregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sarabunsemibold';
  src: url("../fonts/sarabun-semibold-webfont.woff2") format("woff2"), url("../fonts/sarabun-semibold-webfont.woff") format("woff"), url("../fonts/sarabun-semibold-webfont.svg#sarabunsemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

.formulario {
  background-image: url(../interface/bg-formulario.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 95px;
  padding-bottom: 75px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .formulario {
      background-size: cover; } }
  .formulario .titulo {
    color: #fff; }
  .formulario form {
    max-width: 680px;
    margin: 45px auto 0 auto; }

html,
body {
  font-family: sarabunregular, arial;
  color: #6c757d;
  overflow-x: hidden;
  background-color: #f7fbfd; }

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  outline: none;
  color: #007bff; }
  a:hover {
    text-decoration: underline; }

.container {
  float: left;
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  box-sizing: border-box; }

.center {
  margin: 0 auto;
  max-width: 1405px;
  position: relative;
  box-sizing: border-box; }

.bt {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .7rem !important; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

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

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

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

.bt-laranja {
  background-color: #e75f00;
  text-transform: uppercase;
  color: #fff; }
  @media screen and (max-width: 576px) {
    .bt-laranja {
      width: 100%; } }
  .bt-laranja:hover {
    background-color: #000235; }

.titulo, .titulo2 {
  font-family: 'sarabunextrabold';
  font-weight: normal;
  color: #000235; }

.titulo {
  font-size: 46px; }

.titulo2 {
  font-size: 30px;
  margin-bottom: 33px !important; }

.instagram {
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
  position: relative;
  z-index: 0; }
  .instagram .titulo {
    margin-bottom: 40px !important; }
  .instagram .fotos {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px; }
    @media screen and (max-width: 768px) {
      .instagram .fotos {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 576px) {
      .instagram .fotos {
        grid-template-columns: 1fr; } }
  .instagram .eapps-link {
    display: none !important; }

.menu-topo {
  position: fixed;
  top: 140px;
  z-index: 1;
  background-color: #000235; }
  @media screen and (max-width: 992px) {
    .menu-topo {
      display: none; } }
  .menu-topo .center {
    grid-template-columns: 1fr; }
  .menu-topo nav ul {
    list-style: none;
    font-family: 'sarabunextrabold';
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1390px) {
      .menu-topo nav ul {
        font-size: 16px; } }
    @media screen and (max-width: 1190px) {
      .menu-topo nav ul {
        font-size: 14px; } }
    .menu-topo nav ul li {
      display: inline-block; }
      .menu-topo nav ul li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 30px 25px; }
        @media screen and (max-width: 1390px) {
          .menu-topo nav ul li a {
            padding: 30px 20px; } }
        @media screen and (max-width: 1190px) {
          .menu-topo nav ul li a {
            padding: 30px 14px; } }
        .menu-topo nav ul li a:hover {
          background-color: #e75f00; }

.menu-topo nav ul li, .menu-topo.interno nav ul li {
  position: relative; }
  .menu-topo nav ul li::after, .menu-topo.interno nav ul li::after {
    content: url(../interface/icone-logo-pq.png);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%); }
  .menu-topo nav ul li:last-child::after, .menu-topo.interno nav ul li:last-child::after {
    content: ""; }

.mobile-cabecalho {
  display: none;
  margin-top: 102px; }
  @media screen and (max-width: 992px) {
    .mobile-cabecalho {
      display: block;
      text-align: center; }
      .mobile-cabecalho .center {
        width: 100% !important; }
        .mobile-cabecalho .center a {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center; }
      .mobile-cabecalho .slider {
        align-items: flex-start !important; }
      .mobile-cabecalho .titulo {
        margin-top: 140px; } }
    @media screen and (max-width: 992px) and (max-width: 676px) {
      .mobile-cabecalho .titulo {
        margin-top: 80px; } }
    @media screen and (max-width: 992px) and (max-width: 576px) {
      .mobile-cabecalho .titulo {
        font-size: 26px !important; } }
    @media screen and (max-width: 992px) and (max-width: 414px) {
      .mobile-cabecalho .titulo {
        margin-top: 20px;
        font-size: 23px !important; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    .mobile-cabecalho .resumo {
      font-size: 20px !important; } }
  @media screen and (max-width: 992px) and (max-width: 414px) {
    .mobile-cabecalho .resumo {
      font-size: 13px !important; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    .mobile-cabecalho .bt {
      font-size: 14px !important;
      margin: 0; } }
  @media screen and (max-width: 992px) {
      .mobile-cabecalho .titulo, .mobile-cabecalho .resumo {
        display: block;
        max-width: none !important;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear; } }

.mobile-topo {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7fdff;
  margin-bottom: 40px;
  border-bottom: 8px solid #000235;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 992px) {
    .mobile-topo {
      display: inline; }
      .mobile-topo .center {
        display: flex;
        grid-gap: 13px;
        align-items: center;
        justify-content: space-between; } }

.parceiros {
  height: 815px;
  margin-top: -60px;
  background-image: url(../interface/bg-parceiros.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 170px;
  padding-bottom: 81px;
  overflow: hidden; }
  .parceiros img {
    width: 272px; }
  @media screen and (max-width: 992px) {
    .parceiros {
      background-size: cover; } }
  .parceiros hgroup {
    margin-bottom: 40px; }
    .parceiros hgroup h3 {
      font-size: 16px;
      font-weight: normal; }
  .parceiros .center {
    align-items: flex-end; }
    .parceiros .center section {
      max-width: 544px;
      margin-top: 40px; }
      .parceiros .center section .logo-parceiros {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 13px; }

.portfolio {
  background-image: url(../interface/bg-portfolio.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 95px;
  padding-bottom: 95px; }
  @media screen and (max-width: 992px) {
    .portfolio {
      background-size: cover; } }
  .portfolio hgroup {
    max-width: 680px;
    margin: 0 auto;
    text-align: center; }
    .portfolio hgroup h3 {
      font-size: 16px;
      font-weight: normal; }
  .portfolio .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px; }
    @media screen and (max-width: 992px) {
      .portfolio .grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 7px; } }
    @media screen and (max-width: 768px) {
      .portfolio .grid {
        grid-template-columns: 1fr; } }
    .portfolio .grid a {
      position: relative; }
      .portfolio .grid a strong {
        opacity: 0;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        width: 100%;
        height: 100%;
        background-color: rgba(231, 95, 0, 0.8);
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        position: absolute;
        top: 0; }
      .portfolio .grid a:hover strong {
        opacity: 1; }
    .portfolio .grid img {
      display: block;
      width: 100%; }

.rodape {
  padding-top: 20px;
  padding-bottom: 20px; }
  .rodape .center {
    display: grid;
    grid-template-columns: 1fr .1fr;
    grid-gap: 13px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .rodape .center {
        grid-template-columns: 1fr;
        text-align: center;
        align-items: center; }
        .rodape .center img {
          display: block;
          margin: 0 auto; } }
    .rodape .center img {
      vertical-align: middle; }
    .rodape .center p:first-child img {
      margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .rodape .center p:first-child img {
        margin-right: auto;
        margin-bottom: 15px; }
      .rodape .center p:last-child {
        margin-top: 20px; } }

.servicos {
  background-image: url(../interface/bg-servicos.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 95px;
  padding-bottom: 95px; }
  .servicos .titulo {
    color: #fff; }
  .servicos .carrossel {
    margin-top: 50px; }
    .servicos .carrossel .slick-list {
      padding: 22px 0px; }
    .servicos .carrossel .slick-prev, .servicos .carrossel .slick-next {
      top: -72px; }
    .servicos .carrossel .slick-prev {
      left: auto;
      right: 89px !important; }
      @media screen and (max-width: 320px) {
        .servicos .carrossel .slick-prev {
          right: 49px !important; } }
      .servicos .carrossel .slick-prev:before {
        content: url(../interface/slick/seta-left-branco.png); }
    .servicos .carrossel .slick-next {
      right: 17px !important; }
      @media screen and (max-width: 320px) {
        .servicos .carrossel .slick-next {
          right: -7px !important; } }
      .servicos .carrossel .slick-next:before {
        content: url(../interface/slick/seta-right-branco.png); }
  .servicos article {
    text-align: center; }
    .servicos article strong {
      display: block;
      margin-top: 15px;
      font-family: 'sarabunsemibold';
      font-size: 26px;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      position: relative; }
    .servicos article div {
      padding-right: 20px;
      box-sizing: border-box;
      height: 210px; }
    .servicos article a {
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      position: relative;
      background: rgba(89, 90, 119, 0.9);
      padding: 25px 40px;
      box-sizing: border-box; }
      .servicos article a:hover {
        background-color: #fff;
        transform: scale(1.2);
        z-index: 1;
        position: relative; }
        .servicos article a:hover strong {
          color: #000235; }
          .servicos article a:hover strong::before {
            content: "";
            display: block;
            border-top: 1px solid #ced4da;
            padding-top: 10px; }
          .servicos article a:hover strong::after {
            content: "";
            display: block;
            width: 62px;
            height: 5px;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #e75f00; }
        .servicos article a:hover .img-normal {
          display: none; }
        .servicos article a:hover .img-hover {
          display: block; }
      .servicos article a .img-normal, .servicos article a .img-hover {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear; }
      .servicos article a .img-hover {
        display: none; }

.sobre {
  background-image: url(../interface/bg-sobre.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 95px;
  padding-bottom: 95px; }
  @media screen and (max-width: 992px) {
    .sobre {
      background-size: cover; } }
  .sobre .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 260px;
    grid-row-gap: 13px; }
    @media screen and (max-width: 1170px) {
      .sobre .center {
        grid-column-gap: 60px; } }
    @media screen and (max-width: 992px) {
      .sobre .center {
        grid-template-columns: 1fr; } }
  .sobre ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px; }
    @media screen and (max-width: 576px) {
      .sobre ul {
        justify-items: center; } }
    .sobre ul li strong {
      font-family: 'sarabunextrabold';
      font-size: 80px;
      color: #000235; }
      @media screen and (max-width: 576px) {
        .sobre ul li strong {
          font-size: 40px; } }
    .sobre ul li span {
      display: block; }
      @media screen and (max-width: 576px) {
        .sobre ul li span {
          font-size: 12px; } }

.topo {
  height: 140px;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #f7fdff; }
  @media screen and (max-width: 992px) {
    .topo {
      display: none; } }
  .topo .center {
    height: 100%;
    padding-left: 13px;
    padding-right: 13px;
    display: grid;
    grid-template-columns: 1fr .5fr .4fr;
    align-items: center; }
  .topo figure {
    display: grid;
    grid-template-columns: .5fr 1fr;
    align-items: center;
    grid-gap: 13px;
    position: relative; }
    .topo figure::after {
      position: absolute;
      top: 10px;
      right: 13%;
      content: url(../interface/topo-linha.gif); }
      @media screen and (max-width: 1250px) {
        .topo figure::after {
          right: 7%; } }
      @media screen and (max-width: 1100px) {
        .topo figure::after {
          right: 2.7%; } }
    .topo figure figcaption {
      max-width: 324px; }
  .topo .whats {
    display: grid;
    grid-template-columns: .1fr 1fr;
    grid-gap: 13px;
    align-items: center;
    font-family: 'sarabunextrabold';
    font-size: 26px;
    color: #000235;
    text-decoration: none;
    position: relative; }
    .topo .whats::after {
      position: absolute;
      top: -10px;
      right: 10%;
      content: url(../interface/topo-linha.gif); }
    .topo .whats .fab {
      font-size: 40px;
      color: #e75f00;
      text-align: right; }
    .topo .whats div strong span {
      font-size: 18px; }
    .topo .whats span {
      font-family: 'sarabunregular';
      font-size: 14px; }
  .topo .rede-sociais {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 13px; }
    .topo .rede-sociais li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      color: #fff;
      text-decoration: none;
      background-color: #e75f00; }
      .topo .rede-sociais li a:hover {
        background-color: #000235; }
      .topo .rede-sociais li a .fab {
        font-size: 22px; }
