@charset "UTF-8";
.fixed-whatsapp {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 50%;
}
.fixed-whatsapp svg {
  width: 30px;
  height: auto;
  fill: #fff;
}
@media (max-width: 991px) {
  .fixed-whatsapp {
    right: 10px;
    bottom: 10px;
  }
}

:root {
  accent-color: #000;
}

#terms-cookie button, .fixed-whatsapp {
  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;
}

.fonte-titulo {
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  color: white;
}
@media (max-width: 991px) {
  .fonte-titulo {
    font-size: 32px;
    line-height: 40px;
  }
}

.fonte-sub-titulo {
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  color: white;
}
@media (max-width: 991px) {
  .fonte-sub-titulo {
    font-size: 20px;
    line-height: 28px;
  }
}

.fonte-texto {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}
@media (max-width: 991px) {
  .fonte-texto {
    font-size: 16px;
    line-height: 24px;
  }
}

.botao-1 {
  color: #000;
  background-color: #16b86a;
  border-radius: 50px 50px;
  padding: 14px 35px;
  margin-top: 35px;
  margin-left: 3px;
  transition: 0.3s;
  border: 2px solid #16b86a;
  line-height: normal;
  display: inline-flex;
  font-family: "Figtree", serif;
  align-items: center;
  font-weight: 500;
  font-family: "Figtree", serif;
  font-size: 18px;
  gap: 8px;
}
@media (max-width: 991px) {
  .botao-1 {
    padding: 10px 25px;
    font-size: 15px;
  }
}

.botao-1:hover {
  background-color: #ffffff;
  border: 2px solid #16b86a;
  color: #16b86a;
}

.setas {
  display: flex;
}
.setas .prev {
  margin-right: 30px;
  transform: scaleX(-1);
}
.setas .down {
  transform: rotate(90deg);
}
.setas .down img {
  width: 20px;
  height: auto;
  margin-top: 3px;
}
.setas button {
  border-radius: 50%;
  border: 2px solid #16b86a;
  background: #16b86a;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.setas button img {
  width: 20px;
  height: auto;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .setas button {
    width: 55px;
    height: 55px;
  }
}
.setas button svg {
  width: 50%;
  height: 50%;
  stroke: #000;
}
@media (max-width: 991px) {
  .setas button svg {
    width: 30%;
    height: 30%;
  }
}
.setas button:hover {
  border: 2px solid #16b86a;
  background: #ffffff;
}
.setas button:hover svg {
  stroke: #16b86a;
}

.botao-transparente {
  color: #ffffff;
  background-color: transparent;
  border-radius: 50px 50px;
  padding: 14px 35px;
  margin-top: 35px;
  margin-left: 3px;
  transition: 0.3s;
  border: 2px solid #ffffff;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .botao-transparente {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .botao-transparente {
    padding: 10px 25px;
    font-size: 15px;
  }
}

.botao-transparente:hover {
  background-color: #16b86a;
  border: 2px solid #16b86a;
  color: #000;
}

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: "Figtree", serif;
}

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

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

body {
  line-height: 1em;
  overflow-x: hidden;
}

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: #fff;
  color: #000;
}
*::selection {
  background: #fff;
  color: #000;
}

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

html {
  font-size: 16px;
}

body {
  font-size: 1em;
  font-family: "Figtree", 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: calc(100% - 100px);
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: calc(100% - 380px);
  }
  .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);
  color: #fff;
}
.editor img {
  max-width: 100%;
}
.editor span {
  color: #fff !important;
}
.editor p, .editor ul, .editor ol {
  font-size: 1em;
  line-height: calc(1em + 10px);
  margin-bottom: 1em;
  color: #fff;
}
.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: #fff;
  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;
  color: #fff;
}
.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 {
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
  color: white;
}
@media (max-width: 991px) {
  .editor h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.editor a {
  color: #16b86a;
}
.editor p {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}
@media (max-width: 991px) {
  .editor p {
    font-size: 16px;
    line-height: 24px;
  }
}
.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: 72px;
}

header {
  background-color: #000;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (min-width: 992px) {
  header .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
  }
  header .top-site nav ul {
    display: flex;
    gap: 70px;
  }
  header .top-site nav ul li a {
    color: white;
    text-decoration: none;
    padding: 15px 0;
    transition: 0.3s;
    font-size: 18px;
  }
  header .top-site nav ul li a:hover {
    color: #16b86a;
  }
  header .top-site .toggle-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-site .logo img {
    width: 180px;
    height: auto;
  }
  nav {
    background-color: #000;
    color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 9997;
    transition: all 0.4s ease;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  nav ul {
    margin-top: 40px;
    margin-left: 25px;
  }
  nav ul a {
    display: block;
    padding: 15px 0;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  nav.active {
    opacity: 1;
    left: 0;
  }
  nav.active + .toggle-menu span.line1 {
    transform: rotate(45deg);
  }
  nav.active + .toggle-menu span.line2 {
    margin-top: -2px;
    transform: rotate(-45deg);
  }
  nav.active + .toggle-menu span.line3 {
    display: none;
  }
  .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    z-index: 9999;
  }
  .toggle-menu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease;
  }
  .toggle-menu span + span {
    margin-top: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  body {
    zoom: 0.87;
  }
}
#error404 {
  padding: 60px 0;
}
#error404 h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
#error404 h2 {
  font-size: 1.6rem;
}

#single {
  background-color: #000;
  padding: 70px 0;
}
@media (max-width: 991px) {
  #single {
    padding: 50px 0;
  }
}
#single .img-topo {
  height: 800px;
  padding: 70px;
  border-radius: 30px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #single .img-topo {
    height: 320px;
    padding: 25px;
  }
}
#single .barra {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-top: 90px;
}
#single .barra strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#single .barra .icos {
  display: flex;
  align-items: center;
  gap: 22px;
}
#single .grid-3 {
  padding: 190px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
@media (max-width: 991px) {
  #single .grid-3 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 90px 0;
  }
}
#single .grid-3 .item h3 {
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #single .grid-3 .item h3 {
    font-size: 24px;
  }
}
#single .grid-3 .item p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  #single .grid-3 .item p {
    font-size: 16px;
    line-height: 26px;
  }
}

.item-slide-projeto {
  border-radius: 30px;
  padding: 35px !important;
  height: 600px !important;
}
@media (max-width: 991px) {
  .item-slide-projeto {
    height: 300px !important;
    padding: 20px !important;
  }
}

#page {
  padding: 120px 0;
  background-color: #000;
}
@media (max-width: 991px) {
  #page {
    padding: 60px 0;
  }
}

#home .s-top .swiper-topo-home-1 {
  position: relative;
}
#home .s-top .swiper-topo-home-1 .setas {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  z-index: 10;
}
#home .s-top .swiper-topo-home-1 .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
#home .s-top .swiper-topo-home-1 .swiper-content h2 {
  max-width: 625px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  #home .s-top .swiper-topo-home-1 .swiper-content h2 {
    margin-bottom: 10px;
  }
}

.home-projetos {
  background-color: #000;
  display: flex;
  flex-direction: column;
}
.home-projetos h2 {
  margin-top: 220px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .home-projetos h2 {
    margin: 70px 0 50px 0;
  }
}
.home-projetos .botao-1 {
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 991px) {
  .home-projetos .botao-1 {
    margin-top: 25px;
  }
}

.bloco-home-servicos .home-servicos-bg {
  background-color: #000;
}
.bloco-home-servicos .home-servicos-bg .home-servicos-solucoes {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .bloco-home-servicos .home-servicos-bg .home-servicos-solucoes {
    padding: 70px 0;
  }
}
.bloco-home-servicos .home-servicos-bg .home-servicos-solucoes h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .bloco-home-servicos .home-servicos-bg .home-servicos-solucoes h2 {
    margin-bottom: 20px;
  }
}
.bloco-home-servicos .home-servicos-bg .home-servicos-solucoes .home-servicos-botoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .bloco-home-servicos .home-servicos-bg .home-servicos-solucoes .home-servicos-botoes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}
.bloco-home-servicos .swiper-servicos .bloco-serviços-conteudo {
  padding: 35px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bloco-home-servicos .swiper-servicos .bloco-serviços-conteudo {
    padding: 25px;
  }
}
.bloco-home-servicos .swiper-servicos .bloco-serviços-conteudo img {
  padding-bottom: 25px;
}
.bloco-home-servicos .swiper-servicos .bloco-serviços-conteudo h3 {
  margin-bottom: 20px;
}
.bloco-home-servicos .swiper-servicos .bloco-serviços-conteudo p {
  max-width: 415px;
}

.swiper-topo-home {
  position: relative;
}
.swiper-topo-home .swiper-slide {
  position: relative;
}
.swiper-topo-home .setas .next-swiper-topo {
  background-color: transparent;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .swiper-topo-home .setas .next-swiper-topo {
    display: none;
  }
}
.swiper-topo-home .setas .next-swiper-topo svg {
  stroke: #fff;
  width: 20px;
  height: auto;
  transform: rotate(-90deg);
}
.swiper-topo-home .controles {
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  position: absolute;
  left: 70px;
  right: 70px;
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  bottom: 60px;
}
@media (max-width: 992px) {
  .swiper-topo-home .controles {
    padding: 0 15px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .swiper-topo-home .controles {
    bottom: 20px;
    grid-template-columns: 1fr;
  }
}
.swiper-topo-home .swiper-pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  opacity: 1;
  gap: 0;
  bottom: 0;
}
.swiper-topo-home .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: 2px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-topo-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.bloco-grande-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1618px;
  position: relative;
}
@media (max-width: 991px) {
  .bloco-grande-bg {
    height: auto;
    padding: 100px 0;
  }
  .bloco-grande-bg:before {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  }
}
.bloco-grande-bg .bloco-grande-conteudo {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  text-align: center;
  justify-content: center;
  z-index: 99;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .bloco-grande-bg .bloco-grande-conteudo {
    margin-top: 0;
  }
}
.bloco-grande-bg .bloco-grande-conteudo h2 {
  max-width: 764px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .bloco-grande-bg .bloco-grande-conteudo h2 {
    margin-bottom: 28px;
  }
}
.bloco-grande-bg .bloco-grande-conteudo p {
  max-width: 753px;
}

.bloco-projetos {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 30px;
}

.bloco-topo .bloco-topo-conteudo {
  position: relative;
}
.bloco-topo .bloco-topo-conteudo .setas {
  position: absolute;
  top: 82%;
  left: 0;
  right: 0;
  z-index: 10;
}
.bloco-topo .bloco-topo-conteudo .bloco-topo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.bloco-topo .bloco-topo-conteudo .bloco-topo-bg {
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .bloco-topo .bloco-topo-conteudo .bloco-topo-bg {
    height: auto;
    padding: 70px 0 140px 0;
    background-color: #000;
    background-image: url("https://thaliscosta.com/images.teste.jpg") !important;
  }
}
.bloco-topo .bloco-topo-conteudo .bloco-topo-content h2 {
  max-width: 625px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .bloco-topo .bloco-topo-conteudo .bloco-topo-content h2 {
    margin-bottom: 28px;
  }
}
.bloco-topo .bloco-topo-conteudo .bloco-topo-content p {
  max-width: 493px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .bloco-topo .bloco-topo-conteudo .bloco-topo-content p {
    padding-bottom: 20px;
  }
}

.bloco-pilares-bg {
  background-color: #000;
}
@media (max-width: 991px) {
  .bloco-pilares-bg {
    padding: 80px 0;
  }
}
.bloco-pilares-bg h2 {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .bloco-pilares-bg h2 {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.bloco-pilares-bg .bloco-pilares {
  display: flex;
  gap: 35px;
}
@media (max-width: 991px) {
  .bloco-pilares-bg .bloco-pilares {
    flex-direction: column;
    gap: 15px;
  }
}
.bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade {
  width: 100%;
  height: 618px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
@media (max-width: 991px) {
  .bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade {
    height: auto;
    padding: 22px;
  }
  .bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade:before {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  }
  .bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade img, .bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade svg {
    max-width: 40px;
    height: auto;
    margin-bottom: 30px;
    z-index: 99;
    position: relative;
  }
}
.bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade h3 {
  margin-bottom: 10px;
  z-index: 99;
  position: relative;
}
.bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade p {
  max-width: 416px;
  display: block;
  z-index: 99;
  position: relative;
}
.bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade-contato {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
}
.bloco-pilares-bg .bloco-pilares .bloco-pilares-unidade-contato::before {
  display: none;
}

.bloco-perfil-bg {
  background-color: #000;
}
.bloco-perfil-bg .bloco-perfil-conteudo {
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}
@media (max-width: 991px) {
  .bloco-perfil-bg .bloco-perfil-conteudo {
    flex-direction: column;
    padding: 70px 0;
  }
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img {
  position: relative;
}
@media (max-width: 991px) {
  .bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img .perfil-img-bloco {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
  padding: 80px;
  width: 420px;
  height: 525px;
  top: 239px;
  left: 490px;
  background-color: #16b86a;
  position: absolute;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img .perfil-img-bloco {
    width: 100%;
    position: relative;
    inset: inherit;
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
  .bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img .perfil-img-bloco img {
    width: 100%;
    height: auto;
  }
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img .perfil-img-bloco p {
  max-width: 235px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #000;
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-img .perfil-img-bloco h3 {
  color: #000;
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-texto {
  padding-right: 160px;
  padding-top: 160px;
}
@media (max-width: 991px) {
  .bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-texto {
    padding: 0;
    margin-bottom: 20px;
  }
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-texto h2 {
  max-width: 495px;
  margin-top: 15px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-texto h2 {
    margin-bottom: 20px;
  }
}
.bloco-perfil-bg .bloco-perfil-conteudo .bloco-perfil-texto p {
  max-width: 495px;
}

.bloco-responsabilidade-bg {
  background-color: #000;
}
.bloco-responsabilidade-bg h2 {
  max-width: 600px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .bloco-responsabilidade-bg h2 {
    padding-bottom: 40px;
  }
}
.bloco-responsabilidade-bg .bloco-responsabilidade {
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .bloco-responsabilidade-bg .bloco-responsabilidade {
    flex-direction: column;
    gap: 15px;
  }
}
.bloco-responsabilidade-bg .bloco-responsabilidade .bloco-responsabilidade-unidade {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .bloco-responsabilidade-bg .bloco-responsabilidade .bloco-responsabilidade-unidade {
    height: auto;
  }
}
.bloco-responsabilidade-bg .bloco-responsabilidade .bloco-responsabilidade-unidade h3 {
  margin-bottom: 20px;
}
.bloco-responsabilidade-bg .bloco-responsabilidade .bloco-responsabilidade-unidade p {
  max-width: 675px;
}

.bloco-projetos-conteudo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  padding: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bloco-projetos-conteudo h2 {
  margin: 250px 0 20px 0;
}
@media (max-width: 991px) {
  .bloco-projetos-conteudo {
    height: 320px;
    padding: 20px;
    border-radius: 15px;
  }
  .bloco-projetos-conteudo h2 {
    margin: 25px 0 15px 0;
  }
}

.secao-servicos {
  background-color: #000;
}
.secao-servicos .fonte-titulo {
  padding-bottom: 40px;
}
.secao-servicos .conteudo-servicos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .secao-servicos .conteudo-servicos {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 80px;
  }
}
.secao-servicos .conteudo-servicos .cartao-servico {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .secao-servicos .conteudo-servicos .cartao-servico {
    height: 450px;
  }
}
.secao-servicos .conteudo-servicos .cartao-servico-destaque h3 {
  margin-bottom: 20px;
}
.secao-servicos .conteudo-servicos .cartao-servico-destaque p {
  max-width: 455px;
  margin-bottom: 350px;
}
.secao-servicos .conteudo-servicos .detalhes-servico {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico {
  height: 100%;
  border-radius: 25px;
  padding: 40px;
}
@media (max-width: 991px) {
  .secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico {
    padding: 30px;
  }
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico-verde {
  background-color: #16b86a;
  color: #000;
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico-verde h3,
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico-verde p {
  color: #000;
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico-escuro {
  background-color: #000;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico h3 {
  margin-bottom: 20px;
}
.secao-servicos .conteudo-servicos .detalhes-servico .caixa-servico p {
  max-width: 455px;
}

.clientes-bg {
  background-color: #000;
}
.clientes-bg h2 {
  margin-top: 200px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .clientes-bg h2 {
    margin: 70px 0;
  }
}
.clientes-bg .clientes-marquee {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.clientes-bg .clientes-marquee .clientes-marquee-superior {
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .clientes-bg .clientes-marquee .clientes-marquee-superior {
    gap: 15px;
  }
}
.clientes-bg .clientes-marquee .clientes-marquee-superior .clientes-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 365px;
  height: 296px;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .clientes-bg .clientes-marquee .clientes-marquee-superior .clientes-logos {
    width: 200px;
    height: 150px;
  }
}
.clientes-bg .clientes-marquee .clientes-marquee-superior .clientes-logos img {
  width: 220px;
  height: 220px;
}
@media (max-width: 991px) {
  .clientes-bg .clientes-marquee .clientes-marquee-superior .clientes-logos img {
    width: 100px;
    height: auto;
    max-width: 100%;
  }
}

.bloco-texto-relacao {
  background-color: #000;
}
.bloco-texto-relacao h2 {
  margin-bottom: 40px;
}
.bloco-texto-relacao.mb {
  padding: 150px 0 100px 0;
}
@media (max-width: 991px) {
  .bloco-texto-relacao.mb {
    padding: 60px 0;
  }
}
.bloco-texto-relacao .bloco-texto-relacao-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-bottom: 150px;
}
.bloco-texto-relacao .bloco-texto-relacao-conteudo h2,
.bloco-texto-relacao .bloco-texto-relacao-conteudo p,
.bloco-texto-relacao .bloco-texto-relacao-conteudo a {
  max-width: 753px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .bloco-texto-relacao .bloco-texto-relacao-conteudo .botao-1 {
    margin-right: 430px;
  }
}

.loop-holder {
  display: flex;
  white-space: nowrap;
}

.loop-holder__text {
  animation: textLoop 8500s linear infinite;
  padding-right: 0.35em;
}

@keyframes textLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.wpcf7 form {
  position: relative;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  height: 60px;
  width: 100%;
  padding: 0 25px;
  border-radius: 15px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-family: "Figtree", serif;
  color: #fff;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 select {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 textarea {
  height: 140px;
  line-height: calc(1rem + 10px);
  resize: none;
}
.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;
}
.wpcf7 .enviar {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .wpcf7 .enviar {
    margin-top: 20px;
  }
}

.bloco-form-contato {
  padding: 190px 0 0 0;
  background-color: #000;
}
@media (max-width: 991px) {
  .bloco-form-contato {
    padding: 30px 0 20px 0;
  }
}
.bloco-form-contato .fonte-titulo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .bloco-form-contato .fonte-titulo {
    margin-bottom: 35px;
  }
}
.bloco-form-contato form input {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .bloco-form-contato form input {
    margin-bottom: 15px;
  }
}
.bloco-form-contato form textarea {
  padding: 13px 25px;
}
.bloco-form-contato form .select {
  position: relative;
}
.bloco-form-contato form .select svg {
  position: absolute;
  z-index: 99;
  pointer-events: none;
  right: 20px;
  top: 22px;
}
.bloco-form-contato form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bloco-form-contato form select {
    margin-bottom: 15px;
  }
}
.bloco-form-contato form select option {
  color: #000;
}
.bloco-form-contato .grid-pai {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .bloco-form-contato .grid-pai {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.bloco-form-contato .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .bloco-form-contato .grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.bloco-form-contato .enviar {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .bloco-form-contato .enviar {
    margin-top: 20px;
  }
}
.bloco-form-contato .grid-mapa {
  margin-top: 190px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .bloco-form-contato .grid-mapa {
    margin-top: 70px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.bloco-form-contato .grid-mapa iframe, .bloco-form-contato .grid-mapa img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .bloco-form-contato .grid-mapa iframe, .bloco-form-contato .grid-mapa img {
    height: 300px;
  }
}

.grid-compliance {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 20px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .grid-compliance {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 50px;
  }
}
.grid-compliance .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .grid-compliance .grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.grid-compliance input {
  margin-bottom: 20px;
}
.grid-compliance textarea {
  padding: 13px 25px;
}

.botao-1.mt-10 {
  margin-top: 10px;
}

footer {
  position: relative;
  background-color: #000;
}
footer .footer-content {
  padding-top: 80px;
  padding-bottom: 30px;
}
footer .footer-content ul {
  display: flex;
  gap: 80px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  footer .footer-content ul {
    flex-direction: column;
    gap: 25px;
  }
}
footer .footer-content ul a {
  transition: 0.2s;
}
footer .footer-content ul a:hover {
  color: #16b86a;
}
footer .footer-content .footer-info {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 991px) {
  footer .footer-content .footer-info {
    flex-direction: column;
    gap: 20px;
  }
}/*# sourceMappingURL=style.min.css.map */