:root {
  accent-color: #000;
}

.wpcf7 .enviar input, .slide-cases .setas button .ico, .slide-cases .setas button, #sobre .s-principios .setas button .ico, #sobre .s-principios .setas button, #home .s-prova-social .setas button .ico, #home .s-prova-social .setas button, #home .s-portfolio-home .setas button .ico, #home .s-portfolio-home .setas button, #terms-cookie button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotation {
  animation: rotation 10s infinite linear;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump {
  animation: jump 1.5s infinite;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  cursor: default;
}

a,
button {
  cursor: pointer;
}
a *,
button * {
  cursor: pointer;
}

input,
textarea {
  cursor: text;
}

button,
input,
select {
  border-radius: 0;
  font-family: "FaktPro", sans-serif;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

body {
  line-height: 1em;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

textarea,
input,
a {
  outline: none;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::selection {
  background: #000;
  color: #fff;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

html {
  font-size: 16px;
}
body {
  font-size: 1em;
  font-family: "FaktPro", sans-serif;
  color: #000;
}

p {
  color: #000;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  color: currentColor;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img::-moz-selection {
  background-color: transparent;
}

img::selection {
  background-color: transparent;
}

.clear {
  clear: both;
}

.box-site {
  position: relative;
  overflow: hidden;
}

.clearfix,
.container {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

.container:after,
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
}

.d-flex {
  display: flex !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.box-center {
  display: flex;
  justify-content: center;
}

.no-events {
  pointer-events: none !important;
}

.xdebug-var-dump {
  font-size: 14px;
}

.video-container {
  position: relative;
  height: 0px;
  background-color: red;
  padding: 0 0 56.25%;
}
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .visible-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
}
/* container e display-none e flex para todas telas (sm - md - lg - xl) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: calc(100% - 80px);
  }
  .d-sl-none {
    display: none !important;
  }
  .d-sl-flex {
    display: flex !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
  .d-sl-none {
    display: none !important;
  }
  .d-sl-flex {
    display: flex !important;
  }
}
/* Colunas (col's) para todas telas (sm - md - lg - xl - sl) */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-sl-1,
.col-sl-2,
.col-sl-3,
.col-sl-4,
.col-sl-5,
.col-sl-6,
.col-sl-7,
.col-sl-8,
.col-sl-9,
.col-sl-10,
.col-sl-11,
.col-sl-12,
.col-sl,
.col-sl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1500px) {
  .col-sl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sl-first {
    order: -1;
  }
  .order-sl-last {
    order: 13;
  }
  .order-sl-0 {
    order: 0;
  }
  .order-sl-1 {
    order: 1;
  }
  .order-sl-2 {
    order: 2;
  }
  .order-sl-3 {
    order: 3;
  }
  .order-sl-4 {
    order: 4;
  }
  .order-sl-5 {
    order: 5;
  }
  .order-sl-6 {
    order: 6;
  }
  .order-sl-7 {
    order: 7;
  }
  .order-sl-8 {
    order: 8;
  }
  .order-sl-9 {
    order: 9;
  }
  .order-sl-10 {
    order: 10;
  }
  .order-sl-11 {
    order: 11;
  }
  .order-sl-12 {
    order: 12;
  }
  .offset-sl-0 {
    margin-left: 0;
  }
  .offset-sl-1 {
    margin-left: 8.333333%;
  }
  .offset-sl-2 {
    margin-left: 16.666667%;
  }
  .offset-sl-3 {
    margin-left: 25%;
  }
  .offset-sl-4 {
    margin-left: 33.333333%;
  }
  .offset-sl-5 {
    margin-left: 41.666667%;
  }
  .offset-sl-6 {
    margin-left: 50%;
  }
  .offset-sl-7 {
    margin-left: 58.333333%;
  }
  .offset-sl-8 {
    margin-left: 66.666667%;
  }
  .offset-sl-9 {
    margin-left: 75%;
  }
  .offset-sl-10 {
    margin-left: 83.333333%;
  }
  .offset-sl-11 {
    margin-left: 91.666667%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutters-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.gutters-2 > .col,
.gutters-2 > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutters-3 {
  margin-right: -3px;
  margin-left: -3px;
}

.gutters-3 > .col,
.gutters-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-7 {
  margin-right: -7px;
  margin-left: -7px;
}

.gutters-7 > .col,
.gutters-7 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.hidden {
  display: none !important;
}

@media (min-width: 1500px) {
  .hidden-sl {
    display: none !important;
  }
}
@media (max-width: 1499px) and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .no-gutters-xl-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-xl-low > .col,
  .no-gutters-xl-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-xl-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-xl-low > .col,
  .gutters-2-xl-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-xl-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-xl-low > .col,
  .gutters-3-xl-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-xl-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-xl-low > .col,
  .gutters-5-xl-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutters-10-xl-low {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutters-10-xl-low > .col,
  .gutters-10-xl-low > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .no-gutters-lg-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-lg-low > .col,
  .no-gutters-lg-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-lg-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-lg-low > .col,
  .gutters-2-lg-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-lg-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-lg-low > .col,
  .gutters-3-lg-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-lg-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-lg-low > .col,
  .gutters-5-lg-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .no-gutters-md-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-md-low > .col,
  .no-gutters-md-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-md-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-md-low > .col,
  .gutters-2-md-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-md-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-md-low > .col,
  .gutters-3-md-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-md-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-md-low > .col,
  .gutters-5-md-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-gutters-sm-low {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-sm-low > .col,
  .no-gutters-sm-low > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-sm-low {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-sm-low > .col,
  .gutters-2-sm-low > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-sm-low {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-sm-low > .col,
  .gutters-3-sm-low > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-sm-low {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-sm-low > .col,
  .gutters-5-sm-low > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 575px) {
  .hidden-ss {
    display: none !important;
  }
  .no-gutters-ss {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters-ss > .col,
  .no-gutters-ss > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutters-2-ss {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gutters-2-ss > .col,
  .gutters-2-ss > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gutters-3-ss {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gutters-3-ss > .col,
  .gutters-3-ss > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .gutters-5-ss {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutters-5-ss > .col,
  .gutters-5-ss > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 11 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-sl-row {
    flex-direction: row !important;
  }
  .flex-sl-column {
    flex-direction: column !important;
  }
  .flex-sl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sl-fill {
    flex: 11 auto !important;
  }
  .flex-sl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sl-start {
    justify-content: flex-start !important;
  }
  .justify-content-sl-end {
    justify-content: flex-end !important;
  }
  .justify-content-sl-center {
    justify-content: center !important;
  }
  .justify-content-sl-between {
    justify-content: space-between !important;
  }
  .justify-content-sl-around {
    justify-content: space-around !important;
  }
  .align-items-sl-start {
    align-items: flex-start !important;
  }
  .align-items-sl-end {
    align-items: flex-end !important;
  }
  .align-items-sl-center {
    align-items: center !important;
  }
  .align-items-sl-baseline {
    align-items: baseline !important;
  }
  .align-items-sl-stretch {
    align-items: stretch !important;
  }
  .align-content-sl-start {
    align-content: flex-start !important;
  }
  .align-content-sl-end {
    align-content: flex-end !important;
  }
  .align-content-sl-center {
    align-content: center !important;
  }
  .align-content-sl-between {
    align-content: space-between !important;
  }
  .align-content-sl-around {
    align-content: space-around !important;
  }
  .align-content-sl-stretch {
    align-content: stretch !important;
  }
  .align-self-sl-auto {
    align-self: auto !important;
  }
  .align-self-sl-start {
    align-self: flex-start !important;
  }
  .align-self-sl-end {
    align-self: flex-end !important;
  }
  .align-self-sl-center {
    align-self: center !important;
  }
  .align-self-sl-baseline {
    align-self: baseline !important;
  }
  .align-self-sl-stretch {
    align-self: stretch !important;
  }
}
.editor {
  font-size: 16px;
  line-height: calc(1em + 10px);
  padding: 40px 0;
}
.editor img {
  max-width: 100%;
}
.editor p, .editor ul, .editor ol {
  font-size: 1em;
  line-height: calc(1em + 10px);
  margin-bottom: 1em;
}
.editor img {
  padding: 30px 0;
  max-width: 100%;
  height: auto !important;
}
.editor em {
  font-style: italic;
}
.editor b, .editor strong {
  font-weight: 700;
}
.editor a {
  text-decoration: underline;
}
.editor ol, .editor ul {
  list-style-type: none;
  padding-left: 2em;
}
.editor ol li, .editor ul li {
  padding: 0.2em 0;
}
.editor ul li {
  position: relative;
}
.editor ul li::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  top: 0.95em;
  margin-top: -2.5px;
  left: -20px;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 2.143rem;
  margin-top: 2em;
}
.editor h2:first-child, .editor h3:first-child, .editor h4:first-child, .editor h5:first-child, .editor h6:first-child {
  margin-top: 0;
}
.editor h2 {
  margin-top: 2.5em;
}
.editor h6 {
  font-weight: 600;
  font-size: 1.28em;
}
.editor ol {
  counter-reset: li;
}
.editor ol li {
  position: relative;
}
.editor ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  width: 1em;
  height: 1.5em;
  color: #000;
  top: 0.95em;
  margin-top: -0.75em;
  left: -20px;
  font-weight: 800;
}
.editor blockquote {
  font-size: 1.2em;
  padding: 0.5em 0 0 3em;
  margin: 1.5em 0 1.5em 0.5em;
  font-style: italic;
}
.editor .alignnone {
  display: block;
  margin: 1em 0 2em;
}
.editor .aligncenter {
  display: block;
  margin: 1em auto 1em;
}
.editor .aligncenter .wp-caption-text {
  text-align: center;
}
.editor .alignright {
  float: right;
  margin: 1em 0 1em 1em;
  max-width: 50%;
}
.editor .alignleft {
  float: left;
  margin: 1em 1em 1em 0;
  max-width: 50%;
}
.editor .wp-caption-text {
  font-size: 0.725em;
  line-height: 1.2em;
  margin: 5px 0 0;
}
.editor .wp-caption {
  max-width: 100%;
}
.editor .wp-caption.alignleft, .editor .wp-caption.alignright {
  max-width: 50%;
}

#terms-cookie {
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9999;
  width: 450px;
  height: 115px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  padding: 13px 30px;
}
#terms-cookie.accept {
  display: none;
}
#terms-cookie .text {
  padding: 10px 0;
}
#terms-cookie .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
#terms-cookie .text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
}
#terms-cookie button {
  width: 75px;
  height: 100%;
  border-left: 1px solid #714C2B;
  background: transparent;
}
#terms-cookie button svg {
  margin-left: 25px;
}

main {
  margin-top: -100px;
}

header.fixed {
  background-color: #000;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header.fixed .top-site {
  height: 80px;
}
header .top-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .top-site .logo {
  z-index: 999;
  position: relative;
}
header .top-site .idioma {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #898989;
  gap: 7px;
}
header .top-site .idioma a {
  transition: 0.2s;
}
header .top-site .idioma a.active, header .top-site .idioma a:hover {
  color: #fff;
}
header .top-site .idioma a.active {
  font-weight: 500;
}
@media (max-width: 991px) {
  header .top-site .idioma {
    font-size: 14px;
    gap: 5px;
  }
}
header .top-site .direita {
  display: flex;
  gap: 22px;
  align-items: center;
  z-index: 999;
  position: relative;
}
header nav {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 997;
  transition: all 0.4s ease;
}
header nav.active {
  opacity: 1;
  right: 0;
}
header nav ul {
  display: flex;
  flex-direction: column;
}
header nav ul li {
  padding: 10px 0;
  font-size: 4.375rem;
  color: #898989;
  transition: 0.2s;
  display: inline-block;
  line-height: 120%;
}
header nav ul li:hover {
  color: #fff;
  font-weight: 500;
  padding-left: 40px;
}
header nav .grid {
  padding-left: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header nav .grid .links {
  display: flex;
  align-items: center;
  gap: 34px;
}
header nav .grid .links a {
  color: #898989;
  font-size: 1.125rem;
  transition: 0.2s;
}
header nav .grid .links a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  header nav {
    padding: 25px;
  }
  header nav ul {
    margin-bottom: 20px;
  }
  header nav ul li {
    font-size: 40px;
  }
  header nav .separador {
    margin-bottom: 35px;
  }
  header nav .btn-projeto {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  header nav .grid {
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header nav .grid .links {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
header .toggle-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #fff;
  z-index: 9999;
}
header .toggle-menu span {
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease;
}
header .toggle-menu span + span {
  margin-top: 3.5px;
}
header .toggle-menu.active span.line1 {
  transform: rotate(45deg);
}
header .toggle-menu.active span.line2 {
  margin-top: -2px;
  transform: rotate(-45deg);
}
header .toggle-menu.active span.line3 {
  display: none;
}

#error404 {
  padding: 60px 0;
}
#error404 h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
#error404 h2 {
  font-size: 1.6rem;
}

#contato {
  padding: 190px 0 160px 0;
  background-color: #0d0d0d;
}
#contato .info h1 {
  font-size: 3.375rem;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #contato .info h1 {
    font-size: 34px;
  }
}
#contato .info .texto {
  margin-bottom: 90px;
}
#contato .info .texto p {
  margin-bottom: 30px;
}
#contato .info .meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #contato .info .meta {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
}
#contato .info .meta .item h3 {
  color: #fff;
  font-size: 1.125rem;
  white-space: nowrap;
  margin-bottom: 20px;
}
#contato .info .meta .item p {
  font-size: 1rem;
  color: #898989;
  line-height: 155%;
  max-width: 277px;
}
#contato .info .meta .item .redes {
  display: flex;
  align-items: center;
  gap: 20px;
}
#contato .info .meta .item .redes a svg {
  transition: 0.2s;
}
#contato .info .meta .item .redes a svg.fill {
  fill: #fff;
}
#contato .info .meta .item .redes a svg.stroke {
  stroke: #fff;
}
#contato .info .meta .item .redes a:hover svg.fill {
  fill: #00cab9;
}
#contato .info .meta .item .redes a:hover svg.stroke {
  stroke: #00cab9;
}
#contato .box-form {
  background: rgba(52, 52, 52, 0.2);
  padding: 30px 40px 40px 40px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  #contato .box-form {
    padding: 40px 25px 40px 25px;
  }
}
#contato .box-form form .wpcf7-response-output {
  color: #fff !important;
}

.topo-fixo-servicos.fixed {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  top: 79px;
}
.topo-fixo-servicos.fixed .filtrar-case {
  margin-bottom: 30px !important;
}

#cases .content {
  padding: 45px 0 155px 0;
}
#cases .content h2 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
#cases .content h2 span {
  color: #6c6c6c;
  font-size: 1.125rem;
  font-weight: 600;
  position: absolute;
  right: -30px;
  top: 0;
  top: -12px;
}
#cases .content.content-servicos {
  padding: 45px 0 0 0;
  background: #fafafa;
}
#cases .content.content-servicos .filtrar {
  margin-bottom: 30px;
}
#cases .filtrar {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #bfbfbf;
  position: relative;
  padding-top: 20px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  #cases .filtrar {
    margin-bottom: 60px;
  }
}
#cases .filtrar:before {
  height: 4px;
  width: 70px;
  background-color: #0eb3e8;
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
}
#cases .filtrar h3 {
  font-size: 1.125rem;
  margin-right: 45px;
}
#cases .filtrar a {
  padding: 12px 24px;
  display: inline-flex;
  border-radius: 50px;
  font-size: 1rem;
  transition: 0.2s;
}
#cases .filtrar a.active {
  color: #fff;
  background-color: #0eb3e8;
}
#cases .filtrar a:not(.active):hover {
  color: #0eb3e8;
}
@media (max-width: 991px) {
  #cases .filtrar {
    overflow-x: scroll;
    gap: 5px;
    width: calc(100% + 15px);
  }
  #cases .filtrar a {
    white-space: nowrap;
    padding: 12px 18px;
  }
}
#cases .grid-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
@media (max-width: 991px) {
  #cases .grid-cases {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
#cases .carregar-mais {
  margin-top: 95px;
  display: flex;
  justify-content: center;
}
#cases .post-case .img {
  height: 450px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #cases .post-case .img {
    height: 350px;
  }
}
#cases .post-case .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 450px;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #cases .post-case .img img {
    height: 350px;
  }
}
#cases .post-case .info h3 {
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  line-height: 120%;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991px) {
  #cases .post-case .info h3 {
    font-size: 24px;
  }
}
#cases .post-case .info p {
  color: #6c6c6c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.12px;
  padding: 15px 0 20px 0;
}
@media (max-width: 991px) {
  #cases .post-case .info p {
    font-size: 18px;
  }
}
#cases .post-case .info .ver {
  border-radius: 50px;
  border: 1px solid #000;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
#cases .post-case .info .ver:hover {
  background-color: #0eb3e8;
  border-color: #0eb3e8;
  color: #fff;
}
#cases .post-case:hover .img img {
  transform: scale(1.2);
}
#cases .bloco-servicos {
  padding: 90px 0;
  background: #fafafa;
}
#cases .bloco-servicos:nth-child(odd) {
  background-color: #fff;
}
#cases .bloco-servicos .card-servicos {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 85px;
}
#cases .bloco-servicos .card-servicos img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#cases .bloco-servicos .card-servicos .info h3 {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #00cab9;
  font-weight: 500;
  margin-bottom: 15px;
}
#cases .bloco-servicos .card-servicos .info h4 {
  font-weight: 500;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #cases .bloco-servicos .card-servicos .info h4 {
    font-size: 34px;
  }
}
#cases .bloco-servicos .card-servicos .info p {
  color: #6c6c6c;
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #cases .bloco-servicos .card-servicos .info p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #cases .bloco-servicos {
    padding: 55px 0;
  }
  #cases .bloco-servicos .card-servicos {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

#single-case .topo-padrao-page {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .topo-padrao-page {
    margin-bottom: 60px;
  }
}
#single-case .img-topo {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .img-topo {
    margin-bottom: 60px;
  }
}
#single-case .img-topo img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #single-case .img-topo {
    padding: 60px 0;
  }
}
#single-case .secao-problema {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .secao-problema {
    margin-bottom: 60px;
  }
}
#single-case .secao-problema .titulo {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #single-case .secao-problema .titulo {
    width: 50%;
  }
}
#single-case .secao-problema .texto {
  margin-bottom: 50px;
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 991px) {
  #single-case .secao-problema .texto {
    -moz-column-count: 1;
         column-count: 1;
  }
  #single-case .secao-problema .texto p {
    margin-bottom: 30px;
  }
}
#single-case .secao-problema img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#single-case .bloco-html {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .bloco-html {
    margin-bottom: 60px;
  }
}
#single-case .bloco-html iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  #single-case .bloco-html iframe {
    height: 220px;
  }
}
#single-case .secao-prototipacao {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .secao-prototipacao {
    margin-bottom: 60px;
  }
}
#single-case .secao-prototipacao .titulo {
  margin-bottom: 25px;
}
#single-case .secao-prototipacao .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
#single-case .secao-prototipacao .grid .info {
  margin-top: 50px;
}
#single-case .secao-prototipacao .grid img {
  width: 100%;
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  #single-case .secao-prototipacao .grid img {
    height: auto;
  }
}
@media (max-width: 991px) {
  #single-case .secao-prototipacao .grid {
    grid-template-columns: 1fr;
  }
  #single-case .secao-prototipacao .grid .titulo {
    margin-bottom: 25px;
  }
}
#single-case .secao-prototipacao .img-inferior {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 75px;
}
@media (max-width: 991px) {
  #single-case .secao-prototipacao .img-inferior {
    margin-top: 45px;
  }
}
#single-case .secao-desenvolvimento {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  #single-case .secao-desenvolvimento {
    margin-bottom: 60px;
  }
}
#single-case .secao-desenvolvimento .titulo {
  margin-bottom: 30px;
}
#single-case .secao-desenvolvimento .texto {
  margin-bottom: 45px;
}
#single-case .secao-desenvolvimento .galeria {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
#single-case .secao-desenvolvimento .galeria img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #single-case .secao-desenvolvimento .galeria {
    grid-template-columns: 1fr;
  }
}
#single-case .s-depoimentos {
  background-color: #f2f2f2;
  padding: 120px 0 145px 0;
  position: relative;
  overflow: hidden;
}
#single-case .s-depoimentos:before {
  width: calc(100% + 300px);
  left: -150px;
  height: 558px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
  top: -170px;
}
@media (max-width: 991px) {
  #single-case .s-depoimentos {
    padding: 70px 0;
  }
  #single-case .s-depoimentos:before {
    display: none;
  }
}
#single-case .s-depoimentos .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
@media (max-width: 991px) {
  #single-case .s-depoimentos .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
#single-case .s-depoimentos .grid .titulo h2 {
  margin-bottom: 10px;
}
#single-case .s-depoimentos .grid .info .texto svg {
  margin-bottom: 15px;
}
#single-case .s-depoimentos .grid .info .texto p {
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 20px;
}
#single-case .s-depoimentos .grid .info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #303030;
}
#single-case .s-proximo-projeto {
  background-color: #0eb3e8;
  padding: 110px 0 145px 0;
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto {
    padding: 70px 0;
  }
}
#single-case .s-proximo-projeto .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto .content {
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#single-case .s-proximo-projeto .content h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto .content h3 {
    font-size: 14px;
  }
}
#single-case .s-proximo-projeto .content h2 {
  font-size: 5rem;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto .content h2 {
    font-size: 44px;
  }
}
#single-case .s-proximo-projeto .content .btns {
  display: flex;
  align-items: center;
  gap: 25px;
}
#single-case .s-proximo-projeto .content .btns a,
#single-case .s-proximo-projeto .content .btns button {
  background-color: transparent;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-case .s-proximo-projeto .content .btns a.pause,
#single-case .s-proximo-projeto .content .btns button.pause {
  width: 64px;
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto .content .btns a.pause,
  #single-case .s-proximo-projeto .content .btns button.pause {
    width: 40px;
  }
}
@media (max-width: 991px) {
  #single-case .s-proximo-projeto .content .btns a,
  #single-case .s-proximo-projeto .content .btns button {
    height: 40px;
    font-size: 18px;
  }
}
#single-case .s-proximo-projeto .content .btns a {
  width: 185px;
  gap: 15px;
  border-radius: 50px;
}
#single-case .s-proximo-projeto .content .btns .pause .svg-play {
  display: none;
  fill: #fff;
  width: 18px;
  height: auto;
  margin-left: 5px;
}
#single-case .s-proximo-projeto .content .btns .pause.active .svg-play {
  display: block;
}
#single-case .s-proximo-projeto .content .btns .pause.active .svg-pause {
  display: none;
}

#home .swiper-topo-home .swiper-slide {
  padding-bottom: 50px;
}
#home .swiper-topo-home .swiper-pagination {
  display: flex;
  justify-content: flex-start;
}
#home .swiper-topo-home .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0 !important;
  height: 2px;
  background-color: #fff;
}
#home .seta-topo {
  position: relative;
}
#home .seta-topo svg {
  width: 100%;
  height: auto;
  position: relative;
}
#home .seta-topo .setinha svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  width: inherit;
  bottom: 30px;
  left: -13px;
}
@media (max-width: 991px) {
  #home .seta-topo .setinha svg {
    left: 0;
  }
}
#home .s-top {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/bg-home.jpg");
  display: flex;
  align-items: center;
  position: relative;
}
#home .s-top .redes {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-content: center;
  align-items: center;
  top: 120px;
}
@media (max-width: 991px) {
  #home .s-top .redes {
    right: 0;
    left: 0;
    margin: 0 auto;
    flex-direction: row;
    bottom: -100px;
    top: inherit;
  }
}
#home .s-top .redes a svg {
  transition: 0.2s;
}
#home .s-top .redes a svg.fill {
  fill: #fff;
}
#home .s-top .redes a svg.stroke {
  stroke: #fff;
}
#home .s-top .redes a:hover svg.fill {
  fill: #00cab9;
}
#home .s-top .redes a:hover svg.stroke {
  stroke: #00cab9;
}
#home .s-top .swiper {
  padding-bottom: 20px;
}
#home .s-top .info h2 {
  font-size: 4.375rem;
  line-height: 120%;
  letter-spacing: -1.4px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media (max-width: 991px) {
  #home .s-top .info h2 {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
#home .s-top .info p {
  color: #898989;
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 40px;
  max-width: 574px;
}
@media (max-width: 991px) {
  #home .s-top .info p {
    font-size: 16px;
  }
}
#home .s-porque {
  padding: 150px 0;
}
#home .s-porque .texto {
  margin: 45px 0;
  max-width: 434px;
}
#home .s-porque .img {
  display: flex;
  justify-content: flex-end;
  margin-top: -145px;
}
@media (max-width: 991px) {
  #home .s-porque {
    padding: 80px 0 60px 0;
  }
  #home .s-porque .texto {
    margin: 20px 0 40px 0;
    max-width: 100%;
  }
  #home .s-porque img {
    display: block;
    margin-top: 210px;
    width: 100%;
    height: auto;
  }
}
#home .s-oque-fazemos {
  padding: 150px 0;
  background-color: #FAFAFA;
  background-image: url("../images/grafismo.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #home .s-oque-fazemos {
    padding: 70px 0;
  }
}
#home .s-oque-fazemos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  #home .s-oque-fazemos .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#home .s-oque-fazemos .grid .item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 132, 161, 0.05);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #home .s-oque-fazemos .grid .item {
    padding: 30px 25px;
  }
}
#home .s-oque-fazemos .grid .item h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.15px;
  padding: 20px 0;
  max-width: 80%;
}
@media (max-width: 991px) {
  #home .s-oque-fazemos .grid .item h3 {
    font-size: 24px;
  }
}
#home .s-oque-fazemos .grid .item:nth-child(2) h3 {
  max-width: 60%;
}
#home .s-oque-fazemos .grid .item p {
  color: #898989;
  margin-bottom: 30px;
  letter-spacing: 0.08px;
}
#home .s-oque-fazemos .grid .item a {
  text-transform: uppercase;
  color: #0eb3e8;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#home .s-oque-fazemos .grid .item a svg {
  margin-top: -4px;
  transition: 0.2s;
}
#home .s-oque-fazemos .grid .item a:hover svg {
  margin-left: 5px;
}
#home .s-portfolio-home {
  background-color: #FAFAFA;
}
#home .s-portfolio-home .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#home .s-portfolio-home .topo h2 {
  max-width: 640px;
}
@media (max-width: 991px) {
  #home .s-portfolio-home .topo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
  }
}
#home .s-portfolio-home .setas {
  display: flex;
  align-items: center;
}
#home .s-portfolio-home .setas button {
  width: 70px;
  height: 70px;
  background-color: #000;
  transition: 0.2s;
}
@media (max-width: 991px) {
  #home .s-portfolio-home .setas button {
    width: 50px;
    height: 50px;
  }
}
#home .s-portfolio-home .setas button .ico {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  transition: 0.2s;
}
#home .s-portfolio-home .setas button.swiper-button-disabled {
  background-color: #cdcdcd;
  pointer-events: none;
}
#home .s-portfolio-home .setas button.swiper-button-disabled .ico {
  opacity: 0.5;
}
#home .s-portfolio-home .setas button.prev {
  transform: rotate(180deg);
}
#home .s-prova-social {
  padding-bottom: 140px;
  padding-top: 110px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/grafimos-prova.png");
}
@media (max-width: 991px) {
  #home .s-prova-social {
    padding-bottom: 70px;
    padding-top: 75px;
  }
}
#home .s-prova-social .setas {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
@media (max-width: 991px) {
  #home .s-prova-social .setas {
    margin-bottom: 50px;
  }
}
#home .s-prova-social .setas button {
  width: 51px;
  height: 51px;
  background-color: #0eb3e8;
  transition: 0.2s;
}
#home .s-prova-social .setas button .ico {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  transition: 0.2s;
}
#home .s-prova-social .setas button.swiper-button-disabled {
  background-color: #cdcdcd;
  pointer-events: none;
}
#home .s-prova-social .setas button.swiper-button-disabled .ico {
  opacity: 0.5;
}
#home .s-prova-social .setas button.prev {
  transform: rotate(180deg);
}
#home .s-prova-social .swiper-slide .texto svg {
  margin-bottom: 15px;
}
#home .s-prova-social .swiper-slide .texto p {
  font-size: 1.125rem;
  line-height: 155%;
  margin-bottom: 20px;
}
#home .s-prova-social .swiper-slide h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #303030;
	height:45px;
}
#home .s-prova-social .area-logos {
  margin-top: 90px;
}
#home .s-prova-social .area-logos h3 {
  margin-bottom: 25px;
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 991px) {
  #home .s-prova-social .area-logos {
    margin-top: 70px;
  }
  #home .s-prova-social .area-logos h3 {
    font-size: 24px;
  }
}
#home .s-prova-social .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .s-prova-social .logos img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: 0.2s;
}
#home .s-prova-social .logos img:hover {
  filter: grayscale(0%);
}
@media (max-width: 991px) {
  #home .s-prova-social .logos {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  #home .s-prova-social .logos img {
    max-width: 115px;
  }
}
#home .s-tecnologias {
  padding: 140px 0;
  background-color: #0eb3e8;
}
@media (max-width: 991px) {
  #home .s-tecnologias {
    padding: 70px 0;
  }
}
#home .s-tecnologias .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  #home .s-tecnologias .topo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}
#home .s-tecnologias .swiper-tecnologias-2 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #home .s-tecnologias .swiper-tecnologias-2 {
    margin-top: 10px;
  }
}
#home .s-tecnologias .swiper .swiper-slide {
  width: auto !important;
  opacity: 0.5;
  transition: 0.2s;
}
#home .s-tecnologias .swiper .swiper-slide:hover {
  opacity: 1;
}
#home .s-tecnologias .swiper .swiper-slide strong {
  font-size: 8.125rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  #home .s-tecnologias .swiper .swiper-slide strong {
    font-size: 74px;
  }
}
#home .s-numeros {
  padding: 125px 0 160px 0;
}
@media (max-width: 991px) {
  #home .s-numeros {
    padding: 80px 0;
  }
}
#home .s-numeros .titulo {
  margin-bottom: 65px;
}
#home .s-numeros .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 115px;
}
#home .s-numeros .grid .item strong {
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 120%;
  color: #0eb3e8;
}
@media (max-width: 991px) {
  #home .s-numeros .grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  #home .s-numeros .grid .item strong {
    font-size: 74px;
  }
  #home .s-numeros .grid .item .texto {
    max-width: 80%;
  }
  #home .s-numeros .grid .item .texto p {
    font-size: 20px;
  }
}
#home .s-cultura {
  padding-bottom: 140px;
}
#home .s-cultura img {
  max-width: 100%;
  height: auto;
}
#home .s-cultura .titulo {
  margin-bottom: 60px;
}
#home .s-cultura .texto {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #home .s-cultura {
    padding-bottom: 120px;
  }
  #home .s-cultura .titulo {
    margin-bottom: 30px;
  }
  #home .s-cultura img {
    margin-top: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #home .bg-final {
    background-size: cover;
    background-position: center;
    background-image: url("../images/bg-final-home.png");
  }
}

.s-metodologia {
  padding: 150px 0;
}
.s-metodologia .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.s-metodologia .grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.s-metodologia .grid .info .titulo {
  margin-bottom: 30px;
}
.s-metodologia .grid .info .texto {
  margin-bottom: 45px;
  max-width: 513px;
}
@media (max-width: 991px) {
  .s-metodologia {
    padding: 75px 0;
  }
  .s-metodologia .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .s-metodologia .grid img {
    grid-area: 2;
  }
}

#sobre .s-top {
  margin-top: -70px;
}
#sobre .s-top img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#sobre .s-top .texto {
  margin-top: 210px;
}
#sobre .s-top .texto p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #sobre .s-top .texto {
    margin-top: 40px;
  }
  #sobre .s-top .texto p {
    margin-bottom: 25px;
  }
}
#sobre .s-historia {
  padding: 170px 0;
}
#sobre .s-historia .grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
}
#sobre .s-historia .grid .info h2 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #sobre .s-historia .grid .info .texto {
    max-width: 450px;
  }
}
#sobre .s-historia .grid .info .texto p {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #sobre .s-historia .grid .img {
    padding-left: 30px;
  }
}
#sobre .s-historia .grid .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #sobre .s-historia {
    padding: 70px 0;
  }
  #sobre .s-historia .grid {
    display: flex;
    flex-direction: column-reverse;
  }
  #sobre .s-historia .grid .info h2 {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  #sobre .s-historia .grid .info .texto {
    max-width: 100%;
  }
  #sobre .s-historia .grid .img {
    margin-bottom: 50px;
  }
}
#sobre .s-motivos {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  #sobre .s-motivos {
    padding-bottom: 70px;
  }
}
#sobre .s-motivos .titulo {
  margin-bottom: 60px;
}
#sobre .s-motivos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
#sobre .s-motivos .grid .item {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}
#sobre .s-motivos .grid .item .ico {
  height: 60px;
}
#sobre .s-motivos .grid .item h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #sobre .s-motivos .grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  #sobre .s-motivos .grid .item {
    padding-bottom: 22px;
  }
}
#sobre .s-numeros {
  background-color: #00cab9;
  padding: 130px 0 150px 0;
  position: relative;
}
@media (max-width: 991px) {
  #sobre .s-numeros {
    padding: 70px 0;
  }
}
#sobre .s-numeros:before {
  width: calc(100% + 250px);
  left: -150px;
  height: 898px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  top: -415px;
}
@media (max-width: 991px) {
  #sobre .s-numeros:before {
    display: none;
  }
}
#sobre .s-numeros .grid {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#sobre .s-numeros .grid .item strong {
  font-size: 5.625rem;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  display: block;
}
#sobre .s-numeros .grid .item p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 145%;
}
@media (max-width: 991px) {
  #sobre .s-numeros .grid {
    flex-direction: column;
    gap: 50px;
  }
  #sobre .s-numeros .grid .item strong {
    font-size: 74px;
  }
  #sobre .s-numeros .grid .item p {
    font-size: 20px;
  }
}
#sobre .s-equipe {
  padding: 180px 0 220px 0;
}
@media (max-width: 991px) {
  #sobre .s-equipe {
    padding: 70px 0;
  }
}
#sobre .s-equipe .titulo {
  margin-bottom: 20px;
}
#sobre .s-equipe .texto {
  max-width: 668px;
}
#sobre .s-equipe .grid {
  margin-top: 80px;
  gap: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#sobre .s-equipe .grid .item img {
  width: 100%;
  height: 248px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  #sobre .s-equipe .grid .item img {
    height: 218px;
  }
}
#sobre .s-equipe .grid .item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #sobre .s-equipe .grid {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
    margin-top: 50px;
    width: calc(100% + 15px);
  }
  #sobre .s-equipe .grid .item {
    min-width: 240px;
  }
}
#sobre .s-principios {
  background-color: #0eb3e8;
  background-image: url("../images/principios.png");
  background-size: cover;
  background-position: center;
  padding: 140px 0;
}
@media (max-width: 991px) {
  #sobre .s-principios {
    padding: 70px 0;
  }
}
#sobre .s-principios .titulo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #sobre .s-principios .titulo {
    margin-bottom: 30px;
  }
}
#sobre .s-principios .swiper .swiper-slide h3 {
  font-size: 4rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #sobre .s-principios .swiper .swiper-slide h3 {
    font-size: 50px;
  }
}
#sobre .s-principios .swiper .swiper-slide p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 146%;
}
@media (max-width: 991px) {
  #sobre .s-principios .swiper .swiper-slide p {
    font-size: 18px;
  }
}
#sobre .s-principios .setas {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#sobre .s-principios .setas button {
  width: 70px;
  height: 70px;
  background-color: #000;
  transition: 0.2s;
}
@media (max-width: 991px) {
  #sobre .s-principios .setas button {
    width: 50px;
    height: 50px;
  }
}
#sobre .s-principios .setas button .ico {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  transition: 0.2s;
}
#sobre .s-principios .setas button.swiper-button-disabled {
  background-color: #cdcdcd;
  pointer-events: none;
}
#sobre .s-principios .setas button.swiper-button-disabled .ico {
  opacity: 0.5;
}
#sobre .s-principios .setas button.prev {
  transform: rotate(180deg);
}

#metodologia {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  #metodologia {
    padding-bottom: 80px;
  }
}
#metodologia .s-slide-etapas {
  padding: 35px;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas {
    padding: 35px 15px;
  }
}
#metodologia .s-slide-etapas .swiper {
  width: 100%;
  height: 100%;
}
#metodologia .s-slide-etapas .swiper-etapas {
  position: relative;
}
#metodologia .s-slide-etapas .swiper-etapas .setas {
  position: absolute;
  right: 50px;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  bottom: 60px;
}
#metodologia .s-slide-etapas .swiper-etapas .setas button {
  background-color: transparent;
}
#metodologia .s-slide-etapas .swiper-etapas .setas .prev {
  transform: rotate(180deg);
}
#metodologia .s-slide-etapas .swiper-etapas .setas .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas .swiper-etapas .setas {
    right: inherit;
    left: 15px;
    flex-direction: row;
    bottom: 20px;
  }
  #metodologia .s-slide-etapas .swiper-etapas .setas .prev {
    transform: rotate(90deg);
  }
  #metodologia .s-slide-etapas .swiper-etapas .setas .next {
    transform: rotate(-90deg);
  }
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide {
  background-size: cover;
  height: 547px;
  border-radius: 10px;
  background-position: center;
  padding: 160px 50px 0 80px;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas .swiper-etapas .swiper-slide {
    min-height: 390px;
    height: auto;
    padding: 40px 15px;
  }
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .num {
  font-weight: 600;
  color: #000000;
  font-size: 1.625rem;
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .num span {
  font-size: 1.125rem;
  color: #6C6C6C;
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info {
  display: flex;
  gap: 200px;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info {
    flex-direction: column;
    gap: 30px;
  }
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto {
  max-width: 950px;
}
@media (max-width: 1500px) {
  #metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto {
    max-width: 750px;
  }
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto h3 {
  line-height: 120%;
  font-weight: 500;
  font-size: 3.5rem;
  color: #000;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
#metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto p {
  line-height: 155%;
  font-size: 1.5rem;
  color: #545454;
}
@media (max-width: 991px) {
  #metodologia .s-slide-etapas .swiper-etapas .swiper-slide .info .texto p {
    font-size: 16px;
  }
}
#metodologia .s-pos-entrega {
  padding: 140px 0;
}
#metodologia .s-pos-entrega .titulo {
  margin-bottom: 60px;
}
#metodologia .s-pos-entrega .titulo h1 {
  max-width: 90%;
}
#metodologia .s-pos-entrega .texto h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 85px;
}
@media (max-width: 991px) {
  #metodologia .s-pos-entrega .texto h3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#metodologia .s-pos-entrega img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #metodologia .s-pos-entrega {
    padding: 70px 0;
  }
  #metodologia .s-pos-entrega .titulo {
    margin-bottom: 30px;
  }
}

#single-servico .item-grid {
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
#single-servico .item-grid .ico {
  height: 55px;
}
#single-servico .item-grid h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 140%;
}
#single-servico .s-vantagens {
  padding: 100px 0;
}
#single-servico .s-vantagens .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  #single-servico .s-vantagens {
    padding: 70px 0;
  }
  #single-servico .s-vantagens .grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
}
#single-servico .bloco-frase {
  padding: 170px 0;
  background-size: cover;
  background-position: center;
  background-image: url("../images/frase.png");
}
#single-servico .bloco-frase .info h3 {
  font-size: 2.5rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}
#single-servico .bloco-frase .info h4 {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 155%;
  color: #fff;
}
@media (max-width: 991px) {
  #single-servico .bloco-frase {
    padding: 85px 0;
  }
  #single-servico .bloco-frase .info h3 {
    font-size: 30px;
  }
}
#single-servico .s-motivos {
  padding: 120px 0 160px 0;
}
@media (max-width: 991px) {
  #single-servico .s-motivos {
    padding: 70px 0;
  }
}
#single-servico .s-motivos .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
#single-servico .s-motivos .topo h2 {
  max-width: 700px;
}
@media (max-width: 991px) {
  #single-servico .s-motivos .topo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
  }
}
#single-servico .s-motivos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
#single-servico .s-motivos .grid .item h3 {
  min-height: 55px;
}
@media (max-width: 991px) {
  #single-servico .s-motivos .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#single-servico .s-cases .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
#single-servico .s-cases .topo .titulo {
  max-width: 725px;
}
#single-servico .s-cases .topo .titulo h2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  #single-servico .s-cases .topo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
    margin-bottom: 60px;
  }
}

.btn, .wpcf7 .enviar input {
  color: #fff;
  padding: 14px 25px 12px 25px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
  position: relative;
  z-index: 99;
}
.btn.verde, .wpcf7 .enviar input.verde {
  background-color: #00cab9;
}
.btn.verde:hover, .wpcf7 .enviar input.verde:hover {
  background-color: #14a89c;
}
.btn.azul, .wpcf7 .enviar input {
  background-color: #0eb3e8;
}
.btn.azul:hover, .wpcf7 .enviar input:hover {
  background-color: #0a8eb9;
}
.btn.branco, .wpcf7 .enviar input.branco {
  background-color: #fff;
  color: #000;
}
.btn.branco:hover, .wpcf7 .enviar input.branco:hover {
  background-color: #000;
  color: #fff;
}
.btn.borda-preta, .wpcf7 .enviar input.borda-preta {
  border: 1px solid #000;
  color: #000;
}
.btn.borda-preta:hover, .wpcf7 .enviar input.borda-preta:hover {
  background-color: #000;
  color: #fff;
}

.titulo {
  max-width: 95%;
}
.titulo span {
  color: #00cab9;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 120%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.titulo h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}
.titulo h2 {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.titulo.branco {
  color: #fff;
}
.titulo.branco span {
  color: #fff;
}
@media (max-width: 991px) {
  .titulo {
    max-width: 100%;
  }
  .titulo span {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .titulo h1,
  .titulo h2 {
    font-size: 34px;
  }
}

.texto p {
  color: #898989;
  font-size: 1.125rem;
  line-height: 155%;
}
@media (max-width: 991px) {
  .texto p {
    font-size: 16px;
  }
}

.topo-padrao-page {
  height: 590px;
  background: #161616;
  padding-top: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.topo-padrao-page.sem-fundo:before {
  display: none;
}
.topo-padrao-page.servico {
  height: 640px;
}
@media (max-width: 991px) {
  .topo-padrao-page.servico {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .topo-padrao-page {
    height: 670px;
  }
}
.topo-padrao-page.topo-sobre:before {
  width: calc(100% + 250px);
  left: -150px;
  height: 898px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  top: -435px;
}
.topo-padrao-page.topo-sobre h2 {
  margin-top: -20px;
}
.topo-padrao-page .meta {
  display: flex;
  gap: 50px;
  margin-top: 55px;
}
.topo-padrao-page .meta .item strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.topo-padrao-page .meta .item a,
.topo-padrao-page .meta .item p {
  font-size: 18px;
  color: #898989;
  line-height: 155%;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.topo-padrao-page .meta .item a {
  transition: 0.2s;
}
.topo-padrao-page .meta .item a svg {
  transition: 0.2s;
  stroke: #898989;
}
.topo-padrao-page .meta .item a:hover {
  color: #fff;
}
.topo-padrao-page .meta .item a:hover svg {
  stroke: #fff;
}
@media (max-width: 991px) {
  .topo-padrao-page .meta {
    flex-direction: column;
    gap: 30px;
  }
  .topo-padrao-page .meta .item strong {
    font-size: 14px;
  }
  .topo-padrao-page .meta .item a,
  .topo-padrao-page .meta .item p {
    font-size: 16px;
  }
}
.topo-padrao-page h1 {
  font-size: 10.75rem;
  line-height: 109%;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  text-stroke: 1px #fff;
}
@media (max-width: 991px) {
  .topo-padrao-page h1 {
    font-size: 80px;
    line-height: 180%;
  }
  .topo-padrao-page h1.metodologia {
    font-size: 55px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.topo-padrao-page h2 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 130%;
  position: relative;
  margin-top: 30px;
}
.topo-padrao-page h2 svg {
  position: absolute;
  left: -50px;
  top: 5px;
}
@media (max-width: 991px) {
  .topo-padrao-page h2 {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
  }
  .topo-padrao-page h2 svg {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.topo-padrao-page h3 {
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 85px;
}
.topo-padrao-page.topo-padrao-cases h1 {
  font-size: 8.125rem;
}
@media (max-width: 991px) {
  .topo-padrao-page.topo-padrao-cases h1 {
    font-size: 80px;
    line-height: 120%;
  }
}
.topo-padrao-page .topo-servico h2 {
  margin-top: 30px;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
.topo-padrao-page .topo-servico .texto {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .topo-padrao-page .topo-servico h2 {
    font-size: 28px;
  }
  .topo-padrao-page .topo-servico .texto {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .topo-padrao-page.servico h1 {
    margin-bottom: 0;
    margin-top: -20px;
    line-height: 61px;
  }
}

@media (max-width: 991px) {
  .slide-cases {
    padding: 0 15px;
  }
}
.slide-cases .swiper {
  padding-bottom: 140px;
  position: relative;
}
.slide-cases .swiper-wrapper {
  align-items: flex-end;
}
.slide-cases .setas {
  position: absolute;
  right: 162px;
  bottom: 70px;
}
@media (max-width: 1900px) {
  .slide-cases .setas {
    right: 130px;
  }
}
@media (max-width: 1500px) {
  .slide-cases .setas {
    right: 128px;
  }
}
@media (max-width: 1450px) {
  .slide-cases .setas {
    right: 124px;
  }
}
@media (max-width: 1366px) {
  .slide-cases .setas {
    right: 117px;
  }
}
@media (max-width: 1200px) {
  .slide-cases .setas {
    right: 104px;
  }
}
@media (max-width: 991px) {
  .slide-cases .setas {
    right: 0;
    bottom: 90px;
  }
}
.slide-cases .swiper-slide {
  height: 490px;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 140px 75px;
  border-radius: 12px;
  border-bottom-right-radius: 0;
}
.slide-cases .swiper-slide.swiper-slide-active {
  height: 520px;
}
@media (max-width: 991px) {
  .slide-cases .swiper-slide.swiper-slide-active {
    height: 460px;
  }
}
@media (max-width: 991px) {
  .slide-cases .swiper-slide {
    padding: 45px 25px;
  }
}
.slide-cases .swiper-slide .info {
  max-width: 336px;
}
.slide-cases .swiper-slide .info h3 {
  font-size: 2.375rem;
  color: #fff;
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .slide-cases .swiper-slide .info h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.slide-cases .swiper-slide .info p {
  font-size: 1.125rem;
  line-height: 120%;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
.slide-cases .swiper-slide .info a {
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 500;
}
.slide-cases .setas {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slide-cases .setas button {
  width: 70px;
  height: 70px;
  background-color: #000;
  transition: 0.2s;
}
@media (max-width: 991px) {
  .slide-cases .setas button {
    width: 50px;
    height: 50px;
  }
}
.slide-cases .setas button:hover {
  background-color: #0eb3e8;
}
.slide-cases .setas button .ico {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1.5px solid #fff;
  transition: 0.2s;
}
.slide-cases .setas button.swiper-button-disabled {
  background-color: #cdcdcd;
  pointer-events: none;
}
.slide-cases .setas button.swiper-button-disabled .ico {
  opacity: 0.5;
}
.slide-cases .setas button.prev {
  transform: rotate(180deg);
}

.wpcf7 form {
  position: relative;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  height: 60px;
  width: 100%;
  padding: 22px 20px 0 20px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #3f3f3f;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
}
.wpcf7 textarea {
  height: 123px;
  resize: none;
  font-size: 1rem;
  line-height: calc(1rem + 10px);
}
.wpcf7 .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpcf7 .grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.wpcf7 .form-item {
  position: relative;
  margin-bottom: 20px;
}
.wpcf7 .form-item .form-item-name {
  position: absolute;
  color: #fff;
  left: 20px;
  font-size: 14px;
  top: 24px;
  pointer-events: none;
  transition: 0.2s;
}
.wpcf7 .form-item.active input,
.wpcf7 .form-item.active textarea {
  border-color: #00cab9;
}
.wpcf7 .form-item.active .form-item-name {
  top: 12px;
  font-size: 12px;
}
.wpcf7 input[type=submit] {
  cursor: pointer;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
  display: none !important;
}
.wpcf7 .form-item-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .form-item-checkbox label {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 12px;
}
.wpcf7 .form-item-checkbox label input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.wpcf7 .form-item-checkbox label a {
  text-decoration: underline;
}
.wpcf7 .wpcf7-not-valid {
  transition: 0.2s;
  border-color: red !important;
}
.wpcf7 .enviar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.wpcf7 .enviar input {
  width: 165px;
  height: 50px;
}
.wpcf7 .enviar .wpcf7-spinner {
  display: none;
}
@media (max-width: 991px) {
  .wpcf7 .enviar {
    margin-top: 25px;
  }
  .wpcf7 .enviar input {
    width: 100%;
    font-size: 15px;
  }
}

footer {
  position: relative;
  background-color: #151515;
  padding: 90px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer {
    padding: 70px 0;
  }
}
footer:before {
  width: calc(100% + 300px);
  left: -150px;
  height: 558px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #2e2e2e;
  top: -230px;
}
footer .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .topo h2 {
  font-size: 3.75rem;
  line-height: 120%;
  letter-spacing: 0.3px;
  color: #fff;
  max-width: 772px;
}
@media (max-width: 991px) {
  footer .topo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .topo h2 {
    margin-bottom: 35px;
    font-size: 40px;
  }
}
footer .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}
@media (max-width: 991px) {
  footer .menu {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
  }
}
footer .menu .esquerda {
  display: flex;
  align-items: center;
  gap: 42px;
}
footer .menu .esquerda .redes {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .menu .esquerda .redes a svg {
  transition: 0.2s;
}
footer .menu .esquerda .redes a svg.fill {
  fill: #fff;
}
footer .menu .esquerda .redes a svg.stroke {
  stroke: #fff;
}
footer .menu .esquerda .redes a:hover svg.fill {
  fill: #00cab9;
}
footer .menu .esquerda .redes a:hover svg.stroke {
  stroke: #00cab9;
}
@media (max-width: 991px) {
  footer .menu .esquerda {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
  footer .menu .esquerda svg {
    max-width: 37px;
  }
  footer .menu .esquerda .redes {
    gap: 22px;
  }
}
footer .menu .direita {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 991px) {
  footer .menu .direita {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .menu .direita ul {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 991px) {
  footer .menu .direita ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
}
footer .menu .direita ul a {
  color: #898989;
  font-size: 1.125rem;
  transition: 0.2s;
}
footer .menu .direita ul a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  footer .menu .direita ul a {
    font-size: 18px;
  }
}
footer .menu .direita .idioma {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #898989;
  gap: 7px;
}
@media (max-width: 991px) {
  footer .menu .direita .idioma {
    margin-top: 15px;
  }
}
footer .menu .direita .idioma a {
  transition: 0.2s;
}
footer .menu .direita .idioma a.active, footer .menu .direita .idioma a:hover {
  color: #fff;
}
footer .menu .direita .idioma a.active {
  font-weight: 500;
}
footer .final {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}
footer .final p {
  color: #898989;
}
@media (max-width: 991px) {
  footer .final {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
    gap: 15px;
  }
  footer .final p {
    font-size: 14px;
    line-height: 155%;
  }
}

body.page-template-page-contato footer:before {
  top: -460px;
}
body.page-template-page-contato footer .topo {
  display: none;
}
body.page-template-page-contato footer .menu {
  margin-top: 70px;
}/*# sourceMappingURL=style.min.css.map */