@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap");
:root {
  accent-color: #222;
}
#terms-cookie button,
#manual .grid .post-manual .info .btn,
#home .s-indicadores .grid .item,
#home .s-indicadores .grid .item .img,
.single-campanha .s-high-performance .grid .item,
.single-campanha .s-vendedores-por-grupo .grid .item h3,
.single-campanha .s-vendedores-por-grupo .grid .item .item-valores span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#archive-blog .banner-topo:before,
.single-campanha .s-high-performance .grid .item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotation {
  animation: rotation 10s infinite linear;
}
.setinha-grafico {
  animation-name: jump;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes jump {
  0% {
    top: 10px;
  }
  25% {
    top: 7px;
  }
  50% {
    top: 10px;
  }
  75% {
    top: 7px;
  }
  100% {
    top: 10px;
  }
}
@keyframes jump2 {
  0% {
    top: -2px;
  }
  25% {
    top: 1px;
  }
  50% {
    top: -2px;
  }
  75% {
    top: 1px;
  }
  100% {
    top: -2px;
  }
}
@keyframes jump3 {
  0% {
    top: 0px;
  }
  25% {
    top: 3px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: "Roboto", sans-serif;
}
button:focus,
button:active,
input:focus,
input:active {
  outline: 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;
}
@-ms-viewport {
  width: device-width;
}
*::selection {
  background: #222;
  color: #fff;
}
*::-moz-selection {
  background: #222;
  color: #fff;
}
html {
  font-size: 16px;
}
body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  color: #222;
}
p {
  color: #222;
  line-height: 1.5em;
}
a {
  text-decoration: none;
  color: currentColor;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img::selection {
  background-color: transparent;
}
@media (max-width: 991px) {
  body {
    background: #fff !important;
  }
}
.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-scroll {
  overflow: hidden;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
  .d-sl-none {
    display: none !important;
  }
  .d-sl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sl-12 {
    -ms-flex-order: 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 {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 11 auto !important;
    flex: 11 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-sl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sl-fill {
    -ms-flex: 11 auto !important;
    flex: 11 auto !important;
  }
  .flex-sl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.editor {
  font-size: 15px;
  line-height: calc(1em + 10px);
}
.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;
  font-weight: bold;
}
.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;
  font-size: 24px;
  line-height: 34px;
}
.editor h3 {
  font-size: 20px;
  line-height: 30px;
}
.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;
}
body {
  background: #ededed;
}
@media (min-width: 992px) {
  header {
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 43, 52, 0.2);
  }
  header .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
  }
  header .top-site ul {
    display: flex;
    align-items: center;
    margin-right: -18px;
  }
  header .top-site ul a {
    height: 110px;
    padding: 18px;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
  }
  header .top-site ul a.active {
    font-weight: 400;
    color: #f2f2f2;
    background: #a6181d;
  }
  header .top-site ul a.active:hover {
    color: #fff !important;
  }
  header .top-site ul a svg {
    fill: #222222;
    transition: 0.2s;
  }
  header .top-site ul a:hover {
    color: #a6181d;
  }
  header .top-site ul a:hover svg {
    fill: #a6181d;
  }
  header .toggle-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  header {
    border-bottom: 1px solid rgba(37, 43, 52, 0.2);
    background: #fff;
  }
  header .top-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
  }
  header .top-site .logo img {
    width: 180px;
    height: auto;
  }
  header nav {
    background-color: #a6181d;
    color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 0;
    z-index: 9997;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header nav.active {
    opacity: 1;
    left: 0;
  }
  header nav.active + .toggle-menu span.line1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav.active + .toggle-menu span.line2 {
    margin-top: -3px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header nav.active + .toggle-menu span.line3 {
    display: none;
  }
  header nav ul {
    margin-left: 50px;
    margin-top: 50px;
  }
  header nav ul a {
    font-size: 18px;
    display: block;
    padding: 18px 0;
    font-weight: 700;
  }
  header .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    width: 45px;
    height: 44px;
    background: #a6181d;
    border-radius: 5px;
  }
  header .toggle-menu span {
    display: block;
    width: 33px;
    border-radius: 5px;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .toggle-menu span + span {
    margin-top: 5px;
  }
}
#error404 {
  padding: 60px 0;
}
#error404 h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
#error404 h2 {
  font-size: 1.6rem;
}
#contato {
  padding: 60px 0;
}
#contato .bloco-faq {
  margin-top: 75px;
}
@media (max-width: 991px) {
  #contato {
    padding: 40px 0;
  }
  #contato .bloco-faq {
    margin-top: 40px;
  }
}
.filtros {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 35px;
}
@media (max-width: 991px) {
  .filtros {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 35px;
  }
}
#downloads {
  padding: 60px 0 120px 0;
}
@media (max-width: 991px) {
  #downloads {
    padding: 45px 0;
  }
}
#downloads .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  #downloads .grid {
    grid-template-columns: 1fr;
  }
}
#downloads .grid .post-download {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#downloads .grid .post-download img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  object-position: center;
}
#downloads .grid .post-download .info {
  padding: 15px 20px;
}
#downloads .grid .post-download .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #a6181d;
}
@media (min-width: 992px) {
  #downloads .grid .post-download .info h3 {
    min-height: 46px;
  }
}
#downloads .grid .post-download .info p {
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  #downloads .grid .post-download .info p {
    min-height: 60px;
  }
}
#manual {
  padding: 50px 0;
}
#manual .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #manual .grid {
    grid-template-columns: 1fr;
  }
}
#manual .grid .post-manual {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#manual .grid .post-manual img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  object-position: center;
}
#manual .grid .post-manual .info {
  padding: 15px 20px;
}
#manual .grid .post-manual .info .nome {
  display: flex;
  gap: 10px;
  min-height: 46px;
}
#manual .grid .post-manual .info .nome .bola {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ccc;
  min-width: 25px;
}
@media (max-width: 991px) {
  #manual .grid .post-manual .info .nome .bola {
    border: 1px solid #ccc;
  }
}
#manual .grid .post-manual .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #a6181d;
}
#manual .grid .post-manual .info p {
  font-size: 15px;
  line-height: 24px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  #manual .grid .post-manual .info p {
    min-height: 120px;
  }
}
@media (max-width: 991px) {
  .banner-topo-padrao--mobile-alinhar {
    display: flex;
    align-items: flex-start !important;
    height: auto !important;
    padding: 70px 15px !important;
  }
}
#home {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #home {
    background: linear-gradient(
      180deg,
      rgba(217, 217, 217, 0) 0%,
      #d9d9d9 100%
    );
  }
}
#home h2 {
  font-weight: 700;
  font-size: 32px;
  color: #222222;
  line-height: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
#home h2 span {
  color: #a6181d;
}
@media (max-width: 991px) {
  #home h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
#home .swiper-topo-home {
  position: relative;
}
#home .swiper-topo-home .controles {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 999;
  bottom: 25px;
  gap: 25px;
  margin-left: 105px;
}
#home .swiper-topo-home .controles .swiper-pagination {
  bottom: inherit;
  position: relative;
  top: -2px;
  display: flex;
  gap: 4px;
}
#home
  .swiper-topo-home
  .controles
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 39.08px;
  height: 4px;
  background: #828282;
  border-radius: 40px;
  opacity: 1;
  margin: 0;
}
#home
  .swiper-topo-home
  .controles
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a6181d;
}
#home .swiper-topo-home .controles button {
  background: transparent;
}
#home .swiper-topo-home .controles button.prev svg {
  transform: rotate(180deg);
}
#home .swiper-topo-home .swiper-slide {
  height: 430px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  padding: 75px 105px;
  color: #fff;
  position: relative;
}
#home .swiper-topo-home .swiper-slide:before {
  background-image: linear-gradient(
    to right,
    #000,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#home .swiper-topo-home .swiper-slide .info h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
#home .swiper-topo-home .swiper-slide .info p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #home .swiper-topo-home .swiper-slide {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
  }
  #home .swiper-topo-home .swiper-slide .info h1 {
    font-size: 34px;
    line-height: 44px;
  }
  #home .swiper-topo-home .swiper-slide:before {
    position: absolute;
    background: linear-gradient(
      92.62deg,
      rgba(0, 0, 0, 0.52) 35.62%,
      rgba(0, 0, 0, 0) 134.36%
    );
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
  }
}
#home .s-indicadores {
  padding: 60px 0 70px 0;
}
#home .s-indicadores h2 {
  margin-bottom: 40px;
}
#home .s-indicadores .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
#home .s-indicadores .grid .item {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #a6181d;
  flex-direction: column;
  padding: 15px;
}
#home .s-indicadores .grid .item .img {
  height: 100%;
}
#home .s-indicadores .grid .item .img img {
  height: 60px;
  width: auto;
}
#home .s-indicadores .grid .item:nth-child(2) .img img {
  height: 50px;
}
#home .s-indicadores .grid .item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  z-index: 99;
  position: relative;
}
#home .s-indicadores .grid .item .botao {
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-height: 45px;
  text-transform: uppercase;
  transition: 0.3s;
}
#home .s-indicadores .grid .item .botao:hover {
  border-color: #222;
  background: #222;
}
@media (max-width: 991px) {
  #home .s-indicadores .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .s-indicadores .grid .item {
    min-width: 220px;
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  #home .s-indicadores {
    padding: 50px 0;
  }
  #home .s-indicadores .grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  #home .s-indicadores .grid .item {
    height: 160px;
    padding: 15px;
  }
}
#home .s-atualizacoes {
  background: #ededed;
  padding: 60px 0;
}
#home .s-atualizacoes h2 {
  margin-bottom: 40px;
}
#home .s-atualizacoes .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
#home .s-atualizacoes .grid .post-blog-home {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#home .s-atualizacoes .grid .post-blog-home img {
  width: 100%;
  height: 260px;
}
#home .s-atualizacoes .grid .post-blog-home .info {
  padding: 16px 27px;
}
#home .s-atualizacoes .grid .post-blog-home .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #a6181d;
  margin-bottom: 10px;
}
#home .s-atualizacoes .grid .post-blog-home .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
#home .s-atualizacoes .grid .post-blog-home .info .data-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .s-atualizacoes .grid .post-blog-home .info .data-box span {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: -0.02em;
}
#home .s-atualizacoes .grid .post-blog-home .info .data-box strong {
  color: #a6181d;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  #home .s-atualizacoes {
    padding: 50px 0;
  }
  #home .s-atualizacoes .grid {
    grid-template-columns: 1fr;
  }
}
#home .s-faq-home {
  padding: 30px 0 130px 0;
  background: #ededed;
}
#home .s-faq-home .bloco-faq {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  #home .s-faq-home {
    padding: 15px 0 50px 0;
  }
}
.post-blog {
  display: flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .post-blog {
    flex-direction: column;
  }
}
.post-blog img {
  width: 280px;
  min-width: 280px;
  height: 182px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .post-blog img {
    width: 100%;
    max-width: 100%;
  }
}
.post-blog .info {
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.post-blog .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #a6181d;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .post-blog .info p {
    font-size: 15px;
    line-height: 22px;
  }
}
.post-blog .info .box-end {
  display: flex;
  justify-content: flex-end;
}
.post-blog .info .box-end .btn {
  width: 275px;
}
@media (max-width: 991px) {
  .post-blog .info .box-end .btn {
    width: 100%;
  }
}
#archive-blog {
  padding: 40px 0 80px 0;
}
#archive-blog .banner-topo-padrao {
  position: relative;
  overflow: hidden;
}
#archive-blog .banner-topo-padrao .texto {
  color: #fff;
}
#archive-blog .banner-topo-padrao .texto p {
  color: #fff;
}
#archive-blog .banner-topo {
  height: 350px;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 50px 75px;
}
#archive-blog .banner-topo:before {
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
#archive-blog .banner-topo .info {
  color: #fff;
  position: relative;
  z-index: 99;
}
#archive-blog .banner-topo .info h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
#archive-blog .banner-topo .info p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
}
#archive-blog .filtros {
  margin: 50px 0;
}
#single-blog {
  padding: 50px 0 120px 0;
}
#single-blog .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#single-blog .topo h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #a6181d;
}
#single-blog .topo .data {
  display: flex;
  align-items: center;
  gap: 10px;
}
#single-blog .img-topo {
  width: 100%;
  height: 415px;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}
#single-blog .editor {
  margin-bottom: 45px;
}
.single-campanha {
  padding: 40px 0 0 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #d9d9d9 100%);
}
@media (max-width: 991px) {
  .single-campanha .banner-topo-padrao {
    height: auto;
  }
}
.single-campanha h2 {
  font-weight: 700;
  font-size: 32px;
  color: #222222;
  line-height: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.single-campanha h2 span {
  color: #a6181d;
}
.single-campanha__banner-topo {
  height: 520px;
  border-radius: 5px;
  padding: 70px 100px;
  background-size: cover;
  background-position: center;
}
.single-campanha__banner-topo .info {
  z-index: 99;
  position: relative;
}
.single-campanha__banner-topo .info h1 {
  color: #fff;
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.single-campanha__banner-topo .info .texto {
  max-width: 700px;
}
.single-campanha__banner-topo .info .texto p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
.single-campanha__sobre {
  padding: 50px 0 20px 0;
}
.single-campanha__sobre-texto P {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}.single-campanha__grupos {
  padding: 50px 0 20px 0;
}
.single-campanha__grupos-destaque P {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.single-campanha__midias {
  background: #ededed;
  padding: 40px 0;
}
.single-campanha__midias .setas {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 138px;
}
.single-campanha__midias .setas button {
  position: relative;
  z-index: 99;
  background: transparent;
}
.single-campanha__midias .setas .prev {
  left: -40px;
}
@media (max-width: 991px) {
  .single-campanha__midias .setas .prev {
    left: -20px;
  }
}
.single-campanha__midias .setas .next {
  right: -20px;
}
@media (max-width: 991px) {
  .single-campanha__midias .setas .next {
    right: 15px;
  }
}
.single-campanha__midias .setas .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.single-campanha__midias .swiper-midias-campanha .swiper-slide img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  width: 100%;
}
.single-campanha__midias .swiper-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 3px;
}
.single-campanha__midias .swiper-pagination .swiper-pagination-bullet {
  width: 39.08px;
  height: 4px;
  background: #828282;
  border-radius: 40px;
  opacity: 1;
  margin: 0;
}
.single-campanha__midias
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a6181d;
}
.single-campanha__midias .metas {
  padding: 40px 0;
}
.single-campanha__midias .metas .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .single-campanha__midias .metas .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.single-campanha__midias .metas .grid .item {
  padding: 25px 24px;
  background: #ffffff;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 25px;
  background-image: url(../images/pattern.png);
  background-size: cover;
  background-position: center;
}
.single-campanha__midias .metas .grid .item .info strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #a6181d;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-campanha__midias .metas .grid .item .info strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-campanha__midias .metas .grid .item .info strong button {
  background: transparent;
  position: relative;
}
.single-campanha__midias .metas .grid .item .info strong button .info-oculta {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  width: 200px;
  text-align: left;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  opacity: 0;
  left: -180px;
}
.single-campanha__midias
  .metas
  .grid
  .item
  .info
  strong
  button:hover
  .info-oculta {
  opacity: 1;
}
.single-campanha__midias .metas .grid .item .info .valor {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .single-campanha__midias .metas .grid .item .info .valor {
    padding-left: 40px;
    font-size: 25px;
  }
}
.single-campanha__midias .metas .grid .item .info .prazo {
  color: #222222;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-left: -60px;
}
.single-campanha__midias .metas .grid .item .info .prazo span {
  font-weight: 400;
}
.single-campanha__midias .premiacoes {
  padding: 60px 0;
}
.single-campanha__midias .premiacoes img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .single-campanha__midias .premiacoes img {
    margin-bottom: 30px;
  }
}
.single-campanha__midias .premiacoes ul li {
  margin-bottom: 35px;
  display: block;
}
.single-campanha__midias .premiacoes ul li strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #a6181d;
  display: block;
  margin-bottom: 10px;
}
.single-campanha__midias .premiacoes ul li span {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #000;
}
@media (max-width: 991px) {
  .single-campanha__midias .premiacoes ul li strong {
    font-size: 20px;
  }
  .single-campanha__midias .premiacoes ul li span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .single-campanha__midias .regulamento a {
    margin-top: 30px;
  }
}
.single-campanha__midias .campanhas-anteriores {
  padding: 60px 0;
}
.single-campanha__midias .campanhas-anteriores h2 {
  margin-bottom: 40px;
}
.single-campanha__midias .campanhas-anteriores .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .single-campanha__midias .campanhas-anteriores .grid {
    grid-template-columns: 1fr;
  }
}
.single-campanha__midias .campanhas-anteriores .grid .item {
  height: 250px;
  padding: 50px 75px;
  background: linear-gradient(
    84.31deg,
    rgba(0, 0, 0, 0.5) 37.07%,
    rgba(0, 0, 0, 0) 67.16%
  );
  filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  background-image: url(../images/anteriores.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media (max-width: 991px) {
  .single-campanha__midias .campanhas-anteriores .grid .item {
    padding: 40px;
    height: auto;
  }
}
.single-campanha__midias .campanhas-anteriores .grid .item strong {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .single-campanha__midias .campanhas-anteriores .grid .item strong {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 15px;
    display: block;
  }
}
.single-campanha__midias .campanhas-anteriores .grid .item .ano {
  font-size: 38px;
  line-height: 47px;
  letter-spacing: -0.02em;
}
.single-campanha .s-high-performance {
  padding: 40px 0;
  background: #ededed;
}
.single-campanha .s-high-performance .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.single-campanha .s-high-performance .grid .item {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.single-campanha .s-high-performance .grid .item:before {
  background: rgba(0, 0, 0, 0.5);
}
.single-campanha .s-high-performance .grid .item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .single-campanha .s-high-performance .grid {
    grid-template-columns: 1fr;
  }
}
.single-campanha .s-vendedores-por-grupo {
  padding: 40px 0;
  background: #ededed;
}
.single-campanha .s-vendedores-por-grupo .texto {
  margin-bottom: 20px;
}
.single-campanha .s-vendedores-por-grupo .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .single-campanha .s-vendedores-por-grupo .grid {
    grid-template-columns: 1fr;
  }
}
.single-campanha .s-vendedores-por-grupo .grid .item h3 {
  background: #a6181d;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  height: 35px;
  width: 100%;
  margin-bottom: 3px;
}
.single-campanha .s-vendedores-por-grupo .grid .item .item-valores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 5px;
}
.single-campanha .s-vendedores-por-grupo .grid .item .item-valores span {
  width: 100%;
  background: #e0e0e0;
  height: 35px;
  border-radius: 5px;
  margin-bottom: 2px;
  font-size: 15px;
}
.single-campanha .contador {
  color: #fff;
  font-size: 55px;
  background: #000;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  min-width: 440px;
}
.single-campanha .contador #timer {
  color: #fff;
  font-family: "Orbitron", sans-serif;
}
.single-campanha .contador .dias {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.single-campanha .contador .dias span {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .single-campanha .contador {
    min-width: inherit;
    font-size: 38px;
  }
  .single-campanha .contador .dias {
    font-size: 13px;
    gap: 8px;
    width: inherit;
  }
}
#pontuacao h2 {
  font-weight: 700;
  font-size: 32px;
  color: #222222;
  line-height: 38px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
#pontuacao h2 span {
  color: #a6181d;
}
#pontuacao .topo {
  padding: 50px 0;
}
#pontuacao .topo .topo-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#pontuacao .topo .topo-info .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
#pontuacao .topo .topo-info .item strong {
  color: #a6181d;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.02em;
}
#pontuacao .topo .topo-info .item span {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 991px) {
  #pontuacao .topo {
    padding: 40px 0;
  }
  #pontuacao .topo .topo-info {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
#pontuacao .titulo-graficos {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
  color: #a6181d;
  text-align: center;
}
@media (max-width: 991px) {
  #pontuacao .titulo-graficos {
    font-size: 26px;
  }
}
#pontuacao .grid-graficos-1 {
  display: grid;
  grid-template-columns: 1fr 185px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #pontuacao .grid-graficos-1 {
    grid-template-columns: 1fr;
  }
}
#pontuacao .grid-graficos-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #pontuacao .grid-graficos-2 {
    grid-template-columns: 1fr;
  }
}
#pontuacao .grid-graficos-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
#pontuacao .grid-graficos-3 h3 {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  #pontuacao .grid-graficos-3 {
    grid-template-columns: 1fr;
  }
}
#pontuacao .grid-graficos-4 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #pontuacao .grid-graficos-4 {
    grid-template-columns: 1fr;
  }
}
#pontuacao .grid-graficos-4 .grid-interno-1 {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  #pontuacao .grid-graficos-4 .grid-interno-1 {
    grid-template-columns: 1fr;
  }
}
.grafico-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
  background-size: cover;
  background-position: center;
}
.grafico-item .setinha-grafico {
  position: absolute;
  right: -20px;
  top: 10px;
}
.grafico-item .setinha-grafico svg {
  transform: scale(1.3);
}
.grafico-item .legenda-rodape-grafico {
  position: absolute;
  bottom: 5px;
  left: 3px;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
}
.grafico-item .gauge {
  display: inline-block;
  width: 145px;
  height: 145px;
  position: relative;
}
.grafico-item .gauge .total {
  position: absolute;
  font-size: 24px;
  left: 85px;
  bottom: 45px;
}
.grafico-item .gauge tspan {
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.grafico-item .gauge.big {
  width: 215px;
  height: 215px;
}
.grafico-item .gauge.big tspan {
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.grafico-item .gauge.home .total {
  font-size: 16px;
  line-height: 19px;
  left: 59px;
  bottom: 30px;
}
.grafico-item h3 {
  color: #a6181d;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.grafico-item button,
.grafico-item a {
  text-align: center;
  text-decoration: underline;
  margin-top: 15px;
  background: transparent;
  width: 100%;
  font-size: 14px;
}
.grafico-item li {
  display: inline-block;
}
.grafico-item .info ul li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0;
  position: relative;
}
.grafico-item .info .item-info-grande {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.grafico-item .info .item-info-grande:last-child {
  margin-bottom: 0;
}
.grafico-item .info .item-info-grande span {
  font-size: 20px;
  position: relative;
}
.grafico-item .info .item-info-grande span .setinha-grafico {
  animation-name: jump2;
  right: 21px;
  top: -2px;
}
.grafico-item.grafico-item-nota {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-nota {
    padding-top: 20px !important;
  }
}
.grafico-item.grafico-item-nota h3 {
  margin-bottom: 35px;
}
.grafico-item.grafico-item-nota .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-nota .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-nota .content {
    align-items: center;
  }
  .grafico-item.grafico-item-nota h3 {
    margin-top: 15px !important;
    margin-bottom: 15px;
  }
}
.grafico-item.grafico-item-nota-min {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grafico-item.grafico-item-nota-min .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 25px;
}
.grafico-item.grafico-item-nota-min h3 {
  margin-bottom: 20px;
}
.grafico-item.grafico-item-nota-min.grafico-item-nota-centralizado .content {
  justify-content: center;
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-nota-min.grafico-item-nota-centralizado .content {
    flex-direction: column;
  }
}
.grafico-item.grafico-item-nota-min.grafico-item-nota-centralizado .content h3 {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-nota-min.grafico-item-nota-centralizado
    .content
    h3 {
    margin-top: 25px;
  }
}
.grafico-item.grafico-item-centro {
  text-align: center;
}
.grafico-item.grafico-item-centro h3 {
  margin-bottom: 35px;
}
.grafico-item.grafico-item-localizacao h3 {
  text-align: center;
  margin-bottom: 35px;
}
.grafico-item.grafico-item-localizacao .mapa img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.grafico-item.grafico-item-localizacao iframe {
  width: 100%;
  height: 150px;
  pointer-events: none;
}
.grafico-item.grafico-item-localizacao .info-grafico {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .grafico-item.grafico-item-localizacao .info-grafico {
    flex-direction: column;
  }
}
.grafico-item.grafico-item-localizacao .info-grafico .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.grafico-item.grafico-item-localizacao .info-grafico .item strong {
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
  color: #a6181d;
}
.grafico-item.grafico-item-localizacao .info-grafico .item span {
  font-size: 17px;
}
.grafico-item.asas {
  text-align: center;
}
.grafico-item.asas ul,
.grafico-item.asas h3 {
  text-align: left;
}
.grafico-item.asas h3 {
  margin: 15px 0;
}
.grafico-item.asas li {
  margin-bottom: 10px;
}
.grafico-item.financeiro .grafico-barra {
  width: 115px;
}
.grafico-item.financeiro .grafico-barra div {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  position: relative;
}
.grafico-item.financeiro .grafico-barra .valor1 {
  height: 130px;
  background: #51b5aa;
}
.grafico-item.financeiro .grafico-barra .valor2 {
  height: 75px;
  background: #153936;
}
.grafico-item.financeiro .li-big {
  font-size: 21px;
}
.grafico-item.financeiro .content {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.grafico-item.grafico-venda .topo-grafico {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.grafico-item.grafico-venda .content h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.grafico-item.grafico-venda .content .content-box {
  display: flex;
  justify-content: space-between;
}
.grafico-item.grafico-venda .content .content-box ul .li-big {
  font-size: 21px;
  margin-bottom: 15px;
}
.grafico-item.grafico-venda .content .content-box ul li {
  margin-bottom: 12px;
  font-size: 15px;
  position: relative;
}
.grafico-item.grafico-venda .content .content-box ul li .setinha-grafico {
  animation-name: jump3;
  top: 0px;
}
.grafico-item.grafico-venda .content .content-box .grafico-box {
  width: 144.88px;
  min-height: 161.32px;
  height: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}
.grafico-item.grafico-venda .content .content-box .grafico-box .valor1,
.grafico-item.grafico-venda .content .content-box .grafico-box .valor2 {
  position: relative;
  width: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
}
.grafico-item.grafico-venda .content .content-box .grafico-box .valor1 {
  background: #153936;
}
.grafico-item.grafico-venda .content .content-box .grafico-box .valor2 {
  background: #51b5aa;
}
.grafico-item.grafico-venda
  .content
  .content-box
  .grafico-box.grafico-box-venda-de-motocicletas
  .valor1,
.grafico-item.grafico-venda
  .content
  .content-box
  .grafico-box.grafico-box-venda-de-motocicletas
  .valor2 {
  position: relative;
}
.grafico-item.grafico-venda
  .content
  .content-box
  .grafico-box.grafico-box-venda-de-motocicletas
  .valor1
  .dado,
.grafico-item.grafico-venda
  .content
  .content-box
  .grafico-box.grafico-box-venda-de-motocicletas
  .valor2
  .dado {
  position: absolute;
  color: #000;
  font-size: 13px;
  top: -20px;
  left: 5px;
}
.legenda-grafico {
  display: flex;
  align-items: center;
  gap: 15px;
  display: none !important;
}
.legenda-grafico div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.legenda-grafico span {
  width: 24px;
  height: 8px;
  border-radius: 7px;
  display: block;
}
.legenda-grafico span.valor1 {
  background: #153936;
}
.legenda-grafico span.valor2 {
  background: #51b5aa;
}
.grid-graficos-home {
  margin: 40px 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 392px 1fr;
}
.grid-graficos-home .grid-interno {
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
}
.grid-graficos-home .grid-interno .grafico-item {
  box-shadow: none;
  background: transparent;
}
@media (max-width: 991px) {
  .grid-graficos-home {
    grid-template-columns: 1fr;
  }
  .grid-graficos-home .grid-interno {
    grid-template-columns: 1fr;
  }
}
.modal-grafico-completo {
  position: absolute;
  left: -20000px;
  opacity: 0;
  visibility: hidden;
  z-index: -99999;
  background: rgba(0, 0, 0, 0.9);
}
.modal-grafico-completo.active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  height: 100%;
  width: 100%;
}
.modal-grafico-completo .content {
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  margin-top: 60px;
  position: relative;
}
.modal-grafico-completo .content h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  color: #a6181d;
  text-align: center;
}
.modal-grafico-completo .content .js-fechar-modal {
  position: absolute;
  right: -20px;
  background: transparent;
  top: -20px;
}
.area-grafico-completo {
  border: 1px solid #219653;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  margin-top: 60px;
  display: none;
}
.area-grafico-completo .fechar {
  position: absolute;
  right: 0;
  top: -35px;
  background: transparent;
}
.area-grafico-completo h3 {
  font-size: 20px;
  font-weight: bold;
  color: #a6181d;
  text-align: center;
  margin-bottom: 30px;
}
.area-grafico-completo canvas {
  height: 360px !important;
}
@media (max-width: 991px) {
  .area-grafico-completo canvas {
    height: 360px !important;
  }
}
.area-grafico-completo.active {
  display: block;
}
.area-grafico-completo .box-center {
  position: relative;
}
.area-grafico-completo .box-center .legenda-grafico {
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 270px;
  top: -22px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.area-grafico-completo .box-center .legenda-grafico .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.area-grafico-completo .box-center .legenda-grafico .item .cor {
  width: 35px;
  height: 13px;
  border-radius: 5px;
}
.area-grafico-completo .box-center .legenda-grafico .item span {
  font-size: 14px;
  width: inherit;
  height: inherit;
}
.titulo {
  margin-bottom: 50px;
}
.titulo h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #a6181d;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.titulo p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .titulo {
    margin-bottom: 40px;
  }
  .titulo p {
    font-size: 15px;
    line-height: 22px;
  }
}
.btn {
  padding: 15px 45px;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  background: #a6181d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f2f2f2;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.btn:hover {
  background: #791215;
}
@media (max-width: 991px) {
  .btn {
    padding: 15px 25px;
    font-size: 15px;
  }
}
.banner-topo-padrao {
  min-height: 430px;
  border-radius: 5px;
  padding: 70px 90px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-topo-padrao:before {
  background-image: linear-gradient(
    to right,
    #000,
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 991px) {
  .banner-topo-padrao {
    min-height: inherit;
    height: 430px;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0px;
    padding: 35px;
    display: flex;
    align-items: flex-end;
  }
  .banner-topo-padrao:before {
    background: linear-gradient(
      192.75deg,
      rgba(0, 0, 0, 0.7) 60.1%,
      rgba(0, 0, 0, 0) 92.64%
    );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
  }
}
.banner-topo-padrao .info {
  z-index: 99;
  position: relative;
}
.banner-topo-padrao .info h1 {
  color: #fff;
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .banner-topo-padrao .info h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-topo-padrao .info .texto {
  max-width: 500px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
.banner-topo-padrao .info .texto p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
.banner-topo-padrao .info .texto.texto-tamanho-2 {
  max-width: 420px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .banner-topo-padrao .info .texto.texto-tamanho-2 {
    font-size: 15px;
    line-height: 24px;
  }
}
.banner-topo-padrao .info .texto.texto-tamanho-2 p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .banner-topo-padrao .info .texto.texto-tamanho-2 p {
    font-size: 15px;
    line-height: 24px;
  }
}
.bloco-faq h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .bloco-faq h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.bloco-faq .item-faq {
  margin-bottom: 8px;
}
.bloco-faq .item-faq .pergunta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222222;
  border-radius: 10px;
  height: 45px;
  padding: 0 25px;
  cursor: pointer;
}
.bloco-faq .item-faq .pergunta svg {
  cursor: pointer;
}
.bloco-faq .item-faq .pergunta span {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .bloco-faq .item-faq .pergunta {
    height: auto;
    padding: 10px 20px;
  }
  .bloco-faq .item-faq .pergunta svg {
    min-width: 15px;
  }
}
.bloco-faq .item-faq .resposta {
  display: none;
  background: #fff;
  padding: 15px 20px 5px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bloco-faq .item-faq .resposta p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.bloco-faq .item-faq.active {
  margin-bottom: 15px;
}
.bloco-faq .item-faq.active .pergunta {
  border-radius: 10px 10px 0 0;
}
.bloco-faq .item-faq.active .resposta {
  display: block;
}
.filtros form,
.filtros select {
  height: 56px;
  background: #ffffff;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
  border-radius: 4px;
  width: 100%;
}
.filtros form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.filtros form input {
  width: 100%;
  height: 50px;
}
.filtros form input::placeholder {
  color: #000;
}
.filtros form button {
  background: transparent;
}
.filtros select {
  padding: 0 25px;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.wpcf7 form {
  position: relative;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  height: 51px;
  width: 100%;
  padding: 0 25px;
  background: #fff;
  box-shadow: 0px 17px 17px rgba(49, 71, 90, 0.11);
  border-radius: 4px;
  margin-bottom: 3px;
  letter-spacing: -0.02em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  color: #000;
}
.wpcf7 textarea {
  height: 220px;
  padding: 15px 25px;
  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 {
  margin-top: 15px;
  position: relative;
}
.wpcf7 .enviar svg {
  position: absolute;
  right: 50px;
  top: 17px;
}
.wpcf7 .enviar input {
  background: #a6181d;
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  padding: 0 50px;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 8px;
}
.contato-fixo {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
}
@media (max-width: 991px) {
  .contato-fixo {
    right: 15px;
    bottom: 15px;
  }
}
.contato-fixo button {
  cursor: pointer;
  background: transparent;
}
.contato-fixo button .svg-1 {
  display: block;
}
.contato-fixo button .svg-2 {
  display: none;
}
.contato-fixo .links {
  display: none;
}
.contato-fixo .links a {
  position: absolute;
}
.contato-fixo .links .ico-1 {
  left: -20px;
  top: -80px;
}
.contato-fixo .links .ico-2 {
  left: -80px;
  top: -20px;
}
.contato-fixo.active button .svg-1 {
  display: none;
}
.contato-fixo.active button .svg-2 {
  display: block;
}
.contato-fixo.active .links {
  display: block;
}
footer {
  background: #222222;
  padding: 50px 0;
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .content ul {
  display: flex;
  margin-right: -16px;
}
footer .content ul a {
  color: #f2f2f2;
  letter-spacing: -0.02em;
  font-weight: 700;
  padding: 16px;
  transition: 0.3s;
}
footer .content ul a:hover {
  color: #a6181d;
}
@media (max-width: 991px) {
  footer .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .content ul {
    flex-direction: column;
    margin-right: 0;
    margin-top: -20px;
  }
  footer .content ul a {
    padding: 15px 0;
    display: inline-block;
  }
}
.links-rodape {
  background: #1c1c1c;
}
.links-rodape .content {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links-rodape .content a {
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.02em;
  font-family: "Roboto", sans-serif !important;
}
.links-rodape .content a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .links-rodape .links-rodape {
    padding-bottom: 15px;
  }
  .links-rodape .content a {
    font-size: 12px;
  }
}
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -9999;
  left: -2000px;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-top: 70px;
}
.modal.active {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  opacity: 1;
  z-index: 99999;
}
.modal-mensagem-diretor {
  background: #ffffff;
  box-shadow: 0px 27px 60px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 10px 10px;
  max-width: 750px;
  padding: 40px;
  width: 100%;
  position: relative;
}
.modal-mensagem-diretor h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-mensagem-diretor p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
.modal-mensagem-diretor label {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.modal-mensagem-diretor label input {
  margin-right: 5px;
}
.modal-mensagem-diretor .fechar {
  background: #a6181d;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: -40px;
  right: 0;
  width: 80px;
  height: 40px;
}

.grafico-item.grafico-venda .content .content-box .grafico-box.grafico-box-venda-de-motocicletas .valor1 {
  height: var(--meta-height);
  background-color: #153936;
}

.grafico-item.grafico-venda .content .content-box .grafico-box.grafico-box-venda-de-motocicletas .valor2 {
  height: var(--vendas-height);
  background-color: #51b5aa;
}

/* CSS para alterar a cor das setinhas específicas do gráfico */
.grafico-especifico .setinha-grafico.cima svg path {
  fill: #a6181d; /* Cor vermelha para a setinha para cima */
}

.grafico-especifico .setinha-grafico.baixo svg path {
  fill: green; /* Cor verde para a setinha para baixo */
}

.grafico-especifico {
  display: inline-flex;
  align-items: center; /* Isso vai alinhar verticalmente os itens */
}

.legenda-grafico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.item-legenda {
  display: flex;
  align-items: center;
  margin-right: 15px; /* Espaçamento entre os itens da legenda */
}

.cor-legenda {
  width: 20px; /* Largura do quadrado da legenda */
  height: 20px; /* Altura do quadrado da legenda */
  display: inline-block;
  margin-right: 5px; /* Espaçamento entre o quadrado e o texto */
}

/* TABELA DE CAMPANHAS */

.single-campanha__grupos h2 {
  margin-bottom: 30px; /* Espaçamento para o texto abaixo */
}

.texto-acima-da-lista {
  font-size: 20px;
  margin-bottom: 50px; /* Espaçamento para a tabela abaixo */
  color: #333333; /* Você pode ajustar a cor conforme o design do seu site */
}

.tabela-grupos {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.tabela-grupos td {
  vertical-align: top;
  padding: 10px;
}

.tabela-grupos ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabela-grupos li {
  font-size: 20px;
  color: #666666;
  margin-bottom: 30px; /* Espaçamento de 30px entre os itens */
  padding-bottom: 10px; /* Espaçamento interno para separar do border */
  border-bottom: 1px solid #cdcdcd; /* Linha fina cinza claro */
}

/* Responsividade */
@media (max-width: 768px) {
  .tabela-grupos td {
      display: inline-block;
      width: 48%; /* Ajuste para ter duas colunas lado a lado */
      box-sizing: border-box;
  }

  .tabela-grupos tr {
      display: flex;
      flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .tabela-grupos td {
      width: 100%; /* Em telas muito pequenas, exibe uma coluna por linha */
  }
}

.manual-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Espaço vertical entre os botões (ajuste fino à vontade) */
}

.btn-manual {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* espaço entre o texto e o ícone */
}

/* Opcional: no mobile, garantir largura total do botão */
@media (max-width: 575px) {
  .btn-manual {
    width: 100%;
    justify-content: center;
  }
}
