﻿*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8a8a8a;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 900;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0f008a;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:hover {
  color: #07003e;
  text-decoration: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8a8a8a;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #18202b;
}
h1,
.h1 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
h2,
.h2 {
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.365rem + 1.38vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h5,
.h5 {
  font-size: 1.15rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8a8a8a;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #8a8a8a;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #8a8a8a;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcb8de;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #827ac2;
}
.table-hover .table-primary:hover {
  background-color: #aca7d6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aca7d6;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #feeeb8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fddf7a;
}
.table-hover .table-secondary:hover {
  background-color: #fee89f;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #fee89f;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}
.table-hover .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #ccecd0;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a1dba8;
}
.table-hover .table-success:hover {
  background-color: #b9e5bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b9e5bf;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #737380;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737380;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #737380;
}
.form-control:focus {
  color: #737380;
  background-color: #fff;
  border-color: #250bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 0, 138, 0.25);
}
.form-control::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #737380;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #8a8a8a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.8rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #8a8a8a;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4aba58;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(74, 186, 88, 0.9);
  border-radius: 0.3125rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #4aba58;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234ABA58' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #4aba58;
  box-shadow: 0 0 0 0.2rem rgba(74, 186, 88, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #4aba58;
  padding-right: calc(0.75em + 3.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 2rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234ABA58' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 3rem / calc(0.75em + 0.5rem)
      calc(0.75em + 0.5rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #4aba58;
  box-shadow: 0 0 0 0.2rem rgba(74, 186, 88, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #4aba58;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #4aba58;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4aba58;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6fc87a;
  background-color: #6fc87a;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(74, 186, 88, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #4aba58;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4aba58;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4aba58;
  box-shadow: 0 0 0 0.2rem rgba(74, 186, 88, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.3125rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 2rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 3rem / calc(0.75em + 0.5rem)
      calc(0.75em + 0.5rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.form-inline label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  align-items: center;
  justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #8a8a8a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #23292e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #181c20;
  text-decoration: none;
  background-color: #f6f6f6;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D47015;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #8a8a8a;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8a8a8a;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #23292e;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #8a8a8a;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #8a8a8a;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #737380;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.3125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0f008a;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.8rem - 1px);
  border-bottom-left-radius: calc(0.8rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: min-content;
}
.modal-sm {
  max-width: 300px;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
:root {
  --theme-color: #0f008a;
  --bgLight: #edf2f7;
}
.btn {
  display: inline-block;
  line-height: 1.5;
  color: #18202b;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 700;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 1.5rem;
}
.btn-primary {
  background-color: #0f008a;
  border-color: #0f008a;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #090057;
  border-color: #090057;
}
.btn-primary:active,
.btn-primary:focus {
  outline: none;
}
.btn-secondary {
  background: #FFFFFF;
  border: 0;
  background-position: 0 0;
  background-clip: padding-box;
  padding: calc(0.5rem + 2px) calc(2rem + 2px);
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  transition: background 0.5s ease-in-out;
  color:  #D37119;
}
.btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #25D341;
}
.btn-tertiary {
  background-color: #25D341;
  border: 0s;
}
.btn-tertiary:hover {
  background: transparent;
  border-color: #25D341;
}
.btn-success {
  background-color: #4aba58;
  border-color: #4aba58;
  color: #fff;
}
.btn-success:hover {
  color: #fff;
  background: #3a9745;
  border-color: #3a9745;
}
.btn-light {
  background-color: #fff;
  color: #1172eb;
}
.btn-light:hover {
  color: #0f008a;
  background-color: #e6e6e6;
}
.btn-outline-primary {
  border-color: #0f008a;
}
.btn-outline-primary i {
  margin-left: 0.33333rem;
}
.btn-outline-primary img {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-outline-primary img {
    transition: none;
  }
}
.btn-outline-primary.light {
  color: #fff;
}
.btn-outline-primary:hover {
  color: #fff;
  border-color: #0f008a;
  background-color: #0f008a;
}
.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}
.btn-outline-secondary {
  border-color: #D47015;
  background-color: transparent;
  color: #000;
}
.btn-outline-secondary.light {
  color: #fff;
}
.btn-outline-secondary:hover {
  color: #000;
  border-color: #D47015;
  background-color: #D47015;
}
.btn-outline-success {
  border-color: #4aba58;
  background-color: transparent;
  color: #000;
}
.btn-outline-success.light {
  color: #fff;
}
.btn-outline-success:hover {
  color: #fff;
  border-color: #4aba58;
  background-color: #4aba58;
}
.btn-outline-light {
  background-color: transparent;
  border: 2px solid #25D341;
  color: #fff;
}
.btn-outline-light:hover {
  color: #D37119;;
  background-color: #fff;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  font-size: 1rem;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 1000px #e9ecef inset;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="number"],
form select,
form textarea {
  border: 1px solid #f6f6f6;
  background-color: #fff;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
  border-radius: 0.3125rem;
  width: 100%;
  color: black;
  font-weight: 300;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #adb5bd;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="url"]::-webkit-input-placeholder,
  form input[type="date"]::-webkit-input-placeholder,
  form input[type="number"]::-webkit-input-placeholder,
  form select::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    transition: none;
  }
}
form input[type="text"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #adb5bd;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="url"]::-moz-placeholder,
  form input[type="date"]::-moz-placeholder,
  form input[type="number"]::-moz-placeholder,
  form select::-moz-placeholder,
  form textarea::-moz-placeholder {
    transition: none;
  }
}
form input[type="text"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #adb5bd;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="url"]:-ms-input-placeholder,
  form input[type="date"]:-ms-input-placeholder,
  form input[type="number"]:-ms-input-placeholder,
  form select:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    transition: none;
  }
}
form input[type="text"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #adb5bd;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"]:-moz-placeholder,
  form input[type="tel"]:-moz-placeholder,
  form input[type="email"]:-moz-placeholder,
  form input[type="url"]:-moz-placeholder,
  form input[type="date"]:-moz-placeholder,
  form input[type="number"]:-moz-placeholder,
  form select:-moz-placeholder,
  form textarea:-moz-placeholder {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form input[type="url"],
  form input[type="date"],
  form input[type="number"],
  form select,
  form textarea {
    transition: none;
  }
}
form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="tel"]:focus,
form input[type="tel"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="url"]:focus,
form input[type="url"]:active,
form input[type="date"]:focus,
form input[type="date"]:active,
form input[type="number"]:focus,
form input[type="number"]:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active {
  border-color: #D47015;
  background-color: #f6f6f6;
  outline: none;
  color: #000;
}
form input[type="text"].wpcf7-not-valid,
form input[type="tel"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
form input[type="url"].wpcf7-not-valid,
form input[type="date"].wpcf7-not-valid,
form input[type="number"].wpcf7-not-valid,
form select.wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  color: #dc3545;
  border-color: #dc3545;
}
form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
form input[type="number"].wpcf7-not-valid::-webkit-input-placeholder,
form select.wpcf7-not-valid::-webkit-input-placeholder,
form textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
  form input[type="number"].wpcf7-not-valid::-webkit-input-placeholder,
  form select.wpcf7-not-valid::-webkit-input-placeholder,
  form textarea.wpcf7-not-valid::-webkit-input-placeholder {
    transition: none;
  }
}
form input[type="text"].wpcf7-not-valid::-moz-placeholder,
form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
form input[type="email"].wpcf7-not-valid::-moz-placeholder,
form input[type="url"].wpcf7-not-valid::-moz-placeholder,
form input[type="date"].wpcf7-not-valid::-moz-placeholder,
form input[type="number"].wpcf7-not-valid::-moz-placeholder,
form select.wpcf7-not-valid::-moz-placeholder,
form textarea.wpcf7-not-valid::-moz-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"].wpcf7-not-valid::-moz-placeholder,
  form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  form input[type="email"].wpcf7-not-valid::-moz-placeholder,
  form input[type="url"].wpcf7-not-valid::-moz-placeholder,
  form input[type="date"].wpcf7-not-valid::-moz-placeholder,
  form input[type="number"].wpcf7-not-valid::-moz-placeholder,
  form select.wpcf7-not-valid::-moz-placeholder,
  form textarea.wpcf7-not-valid::-moz-placeholder {
    transition: none;
  }
}
form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
form input[type="number"].wpcf7-not-valid:-ms-input-placeholder,
form select.wpcf7-not-valid:-ms-input-placeholder,
form textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
  form input[type="number"].wpcf7-not-valid:-ms-input-placeholder,
  form select.wpcf7-not-valid:-ms-input-placeholder,
  form textarea.wpcf7-not-valid:-ms-input-placeholder {
    transition: none;
  }
}
form input[type="text"].wpcf7-not-valid:-moz-placeholder,
form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
form input[type="email"].wpcf7-not-valid:-moz-placeholder,
form input[type="url"].wpcf7-not-valid:-moz-placeholder,
form input[type="date"].wpcf7-not-valid:-moz-placeholder,
form input[type="number"].wpcf7-not-valid:-moz-placeholder,
form select.wpcf7-not-valid:-moz-placeholder,
form textarea.wpcf7-not-valid:-moz-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  form input[type="text"].wpcf7-not-valid:-moz-placeholder,
  form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  form input[type="email"].wpcf7-not-valid:-moz-placeholder,
  form input[type="url"].wpcf7-not-valid:-moz-placeholder,
  form input[type="date"].wpcf7-not-valid:-moz-placeholder,
  form input[type="number"].wpcf7-not-valid:-moz-placeholder,
  form select.wpcf7-not-valid:-moz-placeholder,
  form textarea.wpcf7-not-valid:-moz-placeholder {
    transition: none;
  }
}
form .btn {
  margin: 1rem auto;
  display: block;
}
form textarea {
  max-height: 100px;
  resize: none;
}
form .wpcf7-not-valid-tip,
form .wpcf7-response-output {
  background: #fff;
  font-size: 0.875rem;
  margin-top: -0.33333rem;
  padding: 0.2em 1em;
  border-radius: 0.3125rem;
}
form .wpcf7-not-valid-tip {
  color: #dc3545;
  border: 1px solid #dc3545;
}
form .wpcf7-response-output {
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
form .wpcf7-validation-errors,
form .wpcf7-acceptance-missing {
  border-radius: 0.3125rem;
  background: #fff;
  font-size: 0.875rem;
  color: #343a40;
  margin: 0.5rem auto;
}
form .wpcf7-response-output {
  width: 100%;
}
form select,
form option {
  color: #000;
}
form label {
  max-width: 100%;
}
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  counter-reset: section;
}
body::-webkit-scrollbar {
  width: 12px;
  background-color: #737380;
}
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #23292e;
  border-radius: 0.3125rem;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: var(#343a40);
}
body.modal-open {
  padding: 0 0 0 0 !important;
  margin-right: 10px;
}
section {
  position: relative;
}
#breadcrumbs a {
  color: #e9ecef;
}
p:last-child {
  margin-bottom: 0;
}
.page-padrao {
  padding: 3rem 0 9rem;
}
.mb-0 {
  margin-bottom: 0;
}
.white {
  color: #fff;
}
.font-bold {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
img.spinner-grow {
  position: relative;
  border-radius: 100% !important;
  max-width: 40px;
  min-height: 40px !important;
  max-height: 40px !important;
  width: 40px;
  margin: 0 auto;
  display: block;
}
.w-100 {
  width: 100%;
  min-width: 100%;
}
.btn-wpp {
  background: #50ca40;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1070;
  text-align: center;
  animation-iteration-count: infinite;
  animation-name: grow;
  animation-duration: 1.5s;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .btn-wpp {
    transition: none;
  }
}
.btn-wpp img {
  margin-bottom: 0;
  width: 1.8rem;
  filter: brightness(0) invert(1);
}
.btn-wpp img.offset-wp {
  bottom: 2.8rem;
}
.paginacao {
  margin: 1rem auto;
  padding: 0;
}
.paginacao ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.paginacao li {
  margin-right: 0.5rem;
}
.paginacao li .next,
.paginacao li .prev {
  display: none;
}
.paginacao .page-link {
  line-height: 2.5rem;
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.paginacao .page-link.current,
.paginacao .page-link:hover {
  color: #fff;
  background-color: #25D341;
  border-color: #25D341;
}
[class*="fa-whatsapp"] {
  color: var(--whatsapp);
}
.icone-bg {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icone-bg i {
  color: #D47015;
  font-size: calc(3rem / 1.5);
  line-height: 3rem;
}
.icone-bg svg,
.icone-bg img {
  width: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  object-fit: contain;
}
.icone-bg.bg {
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
}
.icone-bg.bg:before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 0;
  z-index: -1;
}
.icone-bg.bg:after {
  content: "";
  background: linear-gradient(180deg, #D47015 0%, #ffabb7 99.99%, #D47015 100%);
  width: calc(3rem * 1.05);
  height: calc(3rem * 1.05);
  position: absolute;
  left: -0.085rem;
  border-radius: 50%;
  top: -0.075rem;
  z-index: -2;
}
.icone-bg.bg i {
  font-size: calc(3rem / 2);
  line-height: 3rem;
}
.icone-bg.bg svg,
.icone-bg.bg img {
  width: calc(3rem / 2);
  min-width: calc(3rem / 2);
  min-height: calc(3rem / 2);
  object-fit: contain;
}
.svg {
  min-width: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.txt-degrade{
  font-weight: bold;
  color: #D47015;
  /* background: -webkit-linear-gradient(right, #C32737, #482670); */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .txt-degrade {
    color: #C32737;
    -webkit-text-fill-color: #C32737;

  }
}
.btn-icon {
  margin: 1rem auto;
}
.btn-icon:after {
  content: url("../img/svg/long-arrow.svg");
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  margin: 0 auto;
  transform: rotate(90deg);
}
.long-arrow {
  margin: 1rem auto;
  display: block;
}
.long-arrow:after {
  content: url("../img/svg/arrow.svg");
  display: block;
  text-align: center;
  width: 1.5rem;
  margin: 0 auto;
}
.col {
  padding: 0 1rem;
}
i.fab[class*="facebook"] {
  color: var(--facebook);
}
i.fab[class*="instagram"] {
  color: var(--instagram);
}
i.fab[class*="linkedin"] {
  color: var(--linkedin);
}
i.fab[class*="youtube"] {
  color: var(--youtube);
}
i.fab[class*="twitter"] {
  color: var(--twitter);
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[data-position="absolute"] {
  position: absolute;
}
[data-direction="right"] {
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 0;
}
[data-direction="left"] {
  left: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
}
.lista-icone {
  list-style: none;
  padding: 0;
}
.lista-icone li {
  display: flex;
  align-items: start;
  margin: 0.5rem 0;
}
.lista-icone li:before {
  content: "";
  background: url("../img/svg/check.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  text-align: center;
  margin-top: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.h1 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.h2 {
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .h2 {
    font-size: calc(1.365rem + 1.38vw);
  }
}
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.h5 {
  font-size: 1.15rem;
}
.h6 {
  font-size: 1rem;
}
.tit {
  font-weight: 700;
  font-size: 4.5rem;
  margin-bottom: 0;
  line-height: 0.8;
  opacity: 0.15;
  color: #fff;
}
.titulo.gray {
  color: #737380;
}
.titulo span {
  color: #25D341;
}
.headline {
  font-size: 1.15rem;
  font-weight: 300;
  color: #8a8a8a;
}
.headline.destaque {
  text-transform: uppercase;
  color: #0f008a;
}
.text-gray {
  color: #8a8a8a;
}
.text-center {
  text-align: center;
}
.fs-lg {
  font-size: 1.25rem;
}
.btn-circle {
  position: absolute;
}
.btn-circle:after {
  content: url("../img/svg/btn.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
}
.slick-slider {
  top: 9%;
}
.icone-prev,
.icone-next {
  color: #D47015;
  opacity: 1;
  cursor: pointer;
  font-size: 2.5rem;
  position: absolute;
  top: 45%;
  z-index: 2;
  background: url("../img/svg/arrow-slide.svg") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .icone-prev,
  .icone-next {
    transition: none;
  }
}
.icone-prev:hover,
.icone-next:hover {
  opacity: 0.9;
}
.icone-prev.slick-disabled,
.icone-next.slick-disabled {
  opacity: 0.5;
}
.icone-prev {
  left: -4rem;
}
.icone-prev:active,
.icone-prev:focus {
  transform: translate3d(-0.5rem, 0, 0);
}
.icone-next {
  left: auto;
  right: -4rem;
  transform: rotate(-180deg);
}
.icone-next:active,
.icone-next:focus {
  transform: translate3d(0.5rem, 0, 0) rotate(-180deg);
}
.sr-only {
  font-size: 1px;
  height: 0;
}
.youtube {
  background: #000;
  position: relative;
  margin-bottom: 0;
  padding-top: 56.2%;
  overflow: hidden;
  cursor: pointer;
  border-radius: .5rem;
}
.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.youtube #vdyt {
  z-index: 5;
  background: #fff;
}
body.modal-open {
  margin: 0 !important;
}
.youtube .play-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 100%;
  border: 1px solid var(--white);
}
.youtube .play-button:before {
  content: "\f144";
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .youtube .play-button:before {
    transition: none;
  }
}
.youtube:hover .play-button:before {
  color: white;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe {
  position: absolute;
}
.youtube img {
  object-fit: cover;
  top: -37%;
  height: 175%;
}
.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube .play-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.youtube .ytp-pause-overlay {
  display: none !important;
}
.sardagna {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1rem;
  position: relative;
}
.sardagna:after {
  content: "\f2ec";
  position: absolute;
  font-size: 0.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}
button.close {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  background: white;
  border-radius: 50%;
  width: 1.5rem;
  z-index: 1051;
  opacity: 1;
}
@keyframes lvm-typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes lvm-bottom-effect {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: -190%;
    opacity: 1;
  }
}
@-webkit-keyframes lvm-bounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0.5rem, 0);
  }
}
@keyframes lvm-bounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0.5rem, 0);
  }
}
@-webkit-keyframes heightAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes heightAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes bounce-right {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2.5px);
  }
}
@keyframes bounce-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2.5px);
  }
}
@keyframes zoom {
  0% {
    opacity: 0.5;
    background-size: auto 100%;
  }
  50% {
    background-size: auto 110%;
  }
  100% {
    opacity: 1;
    background-size: auto 100%;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes grow {
  0% {
    box-shadow: 0 0 4px #50ca40;
  }
  50% {
    box-shadow: 0 0 13px #50ca40;
  }
  100% {
    box-shadow: 0 0 4px #50ca40;
  }
}
@keyframes grow {
  0% {
    box-shadow: 0 0 4px #50ca40;
  }
  50% {
    box-shadow: 0 0 13px #50ca40;
  }
  100% {
    box-shadow: 0 0 4px #50ca40;
  }
}
@keyframes svg-animate {
  from {
  }
  to {
    stroke-dashoffset: 0;
  }
}
svg.animado path {
  animation: svg-animate 4s forwards;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.9;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #D47015;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -35px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "";
  font-size: 1.5rem;
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: -35px;
}
[dir="rtl"] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "";
  font-size: 1.5rem;
}
[dir="rtl"] .slick-next:before {
  content: "";
}
@media (max-width: 991.98px) {
  .slick-prev {
    left: -8px;
  }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -8px;
  }
  .slick-prev:before {
    content: "";
    font-size: 1.5rem;
  }
  [dir="rtl"] .slick-prev:before {
    content: "";
  }
  .slick-next {
    right: 0;
  }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto;
  }
  .slick-next:before {
    content: "";
    font-size: 1.5rem;
  }
  [dir="rtl"] .slick-next:before {
    content: "";
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.16667rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-dots li button {
    transition: none;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    transition: none;
  }
}
.slick-dots li button:before {
  position: relative;
  content: "";
  width: 10px;
  height: 10px;
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: #D47015;
  background: #D47015;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}
.slick-dots li.slick-active button:before {
  color: #D47015;
  background: #D47015;
  width: 2rem;
  border-radius: 0.3125rem;
  opacity: 0.75;
}
.slick-slide {
  margin: 0px 15px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide:focus,
.slick-slide:active {
  outline: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  max-height: 100%;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
  width: 0;
  height: 0;
}
div.wpcf7 .ajax-loader.is-active {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.banner-home,
.banner-padrao {
  position: relative;
  background-size: cover;
  background-position: center;
}
.banner-home:before,
.banner-padrao:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(91.39deg, #D37119 26.53%, rgba(26, 49, 11, 0.1) 97.21%);
}
.banner-home .container,
.banner-padrao .container{
  position: relative;
}
.banner-home .container::after,
.banner-padrao .container::after{
  content: "";
  background: url(../img/webp/fundoM2A.png);
  background-repeat: no-repeat;
  width: 400px;
  height: 568px;
  position: absolute;
  bottom: -165px;
  right: -16%;
}
@media(max-width:994px){
  .banner-home .container::after,
.banner-padrao .container::after{
  display: none;
}
}

/* .banner-padrao:after {
  content: "";
  width: 120%;
  height: 12rem;
  transform: translate3d(0, 50%, 0) rotate(-4.5deg);
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: -10%;
  bottom: 0;
  z-index: 0;
} */

.banner-home .row,
.banner-padrao .row {
  align-items: center;
  padding: 6rem 0 6rem;
  position: relative;
  z-index: 1;
}
.banner-home .row{
  padding: 9rem 0 12rem;
}

.banner-home .titulo,
.banner-home .headline,
.banner-home .desc,
.banner-padrao .titulo,
.banner-padrao .headline,
.banner-padrao .desc {
  color: #fff;
  margin: 1.5rem auto;
}
.banner-home .lista-icone,
.banner-padrao .lista-icone {
  margin-top: 2rem;
}
.banner-home .btn:last-child,
.banner-padrao .btn:last-child {
  margin-left: 2rem;
}
.banner-home li,
.banner-padrao li {
  color: #fff;
  margin: 1rem auto;
  display: flex;
  align-items: center;
}
.banner-home li:before,
.banner-padrao li:before {
  margin-top: 0;
}
.banner-home .desc,
.banner-padrao .desc {
  font-size: 1.25rem;
  margin: 2rem auto;
}
.banner-home .btn:first-child,
.banner-padrao .btn:first-child {
  margin-right: 1rem;
}
.banner-home .btn,
.banner-padrao .btn {
  margin-top: 1rem;
}
.carousel-inner {
  overflow: inherit;
}
.banner-blog .row {
  justify-content: center;
  text-align: center;
}
.banner-blog:after {
  display: none;
}
.banner-padrao .conteudo {
  margin-bottom: 0;
}
.banner-padrao .formulario {
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  border-radius: 0.3125rem;
  padding: 3rem 2rem;
  text-align: center;
  z-index: 2;
  transform: translate3d(0, 12rem, 0);
}
.banner-single .row {
  justify-content: center;
}
.banner-single .conteudo {
  text-align: center;
}
.banner-single .btn {
  margin-top: 0;
}
.banner-categorias {
  background: #0f008a;
}
.banner-categorias h1,
.banner-categorias h2,
.banner-categorias h3 {
  color: #fff;
}
.banner-categorias .row {
  align-items: center;
  padding: 12rem 0 9rem;
}
.navbar-fixed-top {
  padding: 0.5rem 1rem;
  position: fixed;
  width: 100vw;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-fixed-top {
    transition: none;
  }
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img,
.navbar-brand svg {
  width: 200px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-brand img,
  .navbar-brand svg {
    transition: none;
  }
}
.logo-esc {
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}
.logo-esc small {
  margin-top: -0.5rem;
  display: block;
  font-size: 0.5rem;
  text-align: right;
}
.dropdown-toggle:after {
  background: url("../img/svg/angle.svg") no-repeat center center;
  border: 0;
  transform: translate3d(0, 0.3rem, 0);
  width: 0.75rem;
  height: 0.75rem;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-toggle:after {
    transition: none;
  }
}
.telefone-header p {
  margin-bottom: 0;
  margin-left: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
}
.telefone-header p a {
  color: #fff;
}
.icone-bg-menu {
  margin-right: 0.33333rem;
  min-width: 1rem;
  width: 1rem;
}
.icone-menu {
  display: flex;
  align-items: center;
}
.icone-bg-menu {
  margin-right: 0.33333rem;
  position: relative;
}
header .nav {
  align-items: center;
}
header .dropdown-menu {
  top: 80%;
  padding: 0;
  overflow: hidden;
}
header .dropdown-menu .nav-item {
  margin: 0.5rem 0;
}
header .dropdown-menu .nav-item i {
  color: #0f008a;
}
header .dropdown-menu .nav-item:first-child {
  margin-top: 0;
}
header .dropdown-menu .nav-item:last-child {
  margin-bottom: 0;
}
header .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
header .dropdown-menu .current-menu-item {
  background-color: #D47015;
}
header .dropdown-menu .current-menu-item .dropdown-item {
  color: #fff;
}
header .dropdown-menu .current-menu-item .icone-bg-menu {
  filter: brightness(0) invert(1);
}
header .dropdown-menu .current-menu-item:hover .dropdown-item {
  background-color: #e3ae00;
  color: #fff;
}
header #menu-principal {
  justify-content: flex-end;
}
header #menu-principal .nav {
  align-items: center;
}
header #menu-principal .nav-item .nav-link {
  color: #fff;
  padding: 0.25rem 0.8rem;
  position: relative;
}
header #menu-principal .nav-item.btn {
  border: 2px solid #25D341;
  margin: 0 0.5rem;
  padding: 0 0.2rem 0;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
}
@media (prefers-reduced-motion: reduce) {
  header #menu-principal .nav-item.btn {
    transition: none;
  }
}
header #menu-principal .nav-item.btn img {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  header #menu-principal .nav-item.btn img {
    transition: none;
  }
}
header #menu-principal .nav-item:hover .dropdown-toggle:after,
header #menu-principal .nav-item:focus .dropdown-toggle:after,
header #menu-principal .nav-item.active .dropdown-toggle:after {
  filter: none;
}
header #menu-principal .nav-item:hover .nav-link,
header #menu-principal .nav-item:focus .nav-link,
header #menu-principal .nav-item.active .nav-link {
  color: #25D341;
}
header #menu-principal .nav-item:hover.btn,
header #menu-principal .nav-item:focus.btn,
header #menu-principal .nav-item.active.btn {
  background-color: #fff;
  border-color: #D37119;
}
header #menu-principal .nav-item:hover.btn a,
header #menu-principal .nav-item:focus.btn a,
header #menu-principal .nav-item.active.btn a {
  color: #D47015;
}
header #menu-principal .nav-item:hover.btn img,
header #menu-principal .nav-item:focus.btn img,
header #menu-principal .nav-item.active.btn img {
  filter: brightness(0) invert(1);
}
header #menu-principal .nav-item.active .nav-link {
  font-weight: 700;
}
header .sticky {
  background: #000000cc;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.10);
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}
header .sticky .nav-item .nav-link {
  color: #fff;
}
header .sticky .telefone-header p a {
  color: #fff;
}
header .sticky .dropdown-toggle:after {
  filter: none;
}
header .sticky .wow {
  visibility: visible !important;
}
header .sticky .navbar-brand svg,
header .sticky .navbar-brand img {
  width: 150px;
}
header .sticky .imagem-lg path {
  fill: #000 !important;
}
html:not(.mobile-site) ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
footer .h5:not(.white) {
  color: #18202b;
}
footer p:not(.funcao):not(.white),
footer a {
  color: #8a8a8a;
}
footer p:not(.funcao) {
  font-size: 0.875rem;
}
footer a:hover {
  color: #D47015;
}
footer .h5:not(.white) {
  margin-bottom: 1rem;
}
footer .logo {
  margin-bottom: 1rem;
  display: block;
}
footer .logo svg,
footer .logo img {
  margin-left: 0;
}
footer .footer-info {
  padding: 6rem 1rem;
}
footer .footer-info .redes-sociais {
  justify-content: center;
}
footer .footer-info .redes-sociais li {
  display: block;
  width: 100%;
  margin: 0.5rem auto;
}
footer .footer-info .redes-sociais a {
  display: inline-block;
  margin: 0 0.2rem;
}
footer .footer-info .redes-sociais a i {
  color: #D47015;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  footer .footer-info .redes-sociais a i {
    transition: none;
  }
}
footer .footer-info .redes-sociais a:hover i {
  color: #AA212F !important;
}
footer .footer-info .redes-sociais .fa-stack {
  height: 1rem;
  width: 1.5rem;
  line-height: 1rem;
}
footer .endereco {
  align-items: start;
  margin-bottom: 1rem;
}
footer .menu {
  list-style: none;
  padding: 0;
}
footer .menu li {
  margin: 0;
  display: flex;
  align-items: center;
}
footer .menu li:before {
  content: "";
  background: url("../img/svg/big-angle.svg") no-repeat center center/contain;
  height: 17px;
  width: 12px;
  margin-right: 0.33333rem;
}
footer .menu li a {
  padding: 0.33333rem 0;
  display: inline-block;
}
footer .copyright .row {
  justify-content: center;
}
footer .copyright .col-lg-12 {
  justify-content: space-between;
  padding: 1rem;
}
footer .copyright .col-lg-12 p {
  margin-bottom: 0;
}
footer .btn-wpp {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1070;
  text-align: center;
  animation-iteration-count: infinite;
  animation-name: grow;
  animation-duration: 1.5s;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  footer .btn-wpp {
    transition: none;
  }
}
footer .btn-wpp img {
  margin-bottom: 0;
  width: 3rem;
}
footer .btn-wpp.offset-wp {
  bottom: 2.8rem;
}
.postContainer {
  margin: 1rem auto;
}
.postContainer .post {
  border-radius: 0.3125rem;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .postContainer .post {
    transition: none;
  }
}
.postContainer .post .categoria {
  background: none;
  border: 1px solid #25D341;
  border-radius: 50rem;
  color: #18202B;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.33333rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  z-index: 1;
}
.postContainer .post .resumo {
  color: #8a8a8a;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.postContainer .post h2,
.postContainer .post h3,
.postContainer .post h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900;
}
.postContainer .post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.3125rem 0.3125rem 0 0;
  position: relative;
  z-index: 1;
}
.postContainer .post .desc {
  position: relative;
  padding: 1rem 2rem 2rem;
  width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  z-index: 1;
}
.postContainer .post .ver-mais {
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.5rem;
  color: #0f008a;
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
  bottom: 0.5rem;
  right: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .postContainer .post .ver-mais {
    transition: none;
  }
}
.postContainer .post .ver-mais i {
  margin-left: 0.33333rem;
}
.postContainer .post:hover {
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  background-color: #fff;
}
.postContainer .post:hover:after {
  background: #090057;
}
.postContainer .post:hover .ver-mais {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.postContainer .destaque {
  padding: 3rem;
  width: 100%;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  border-radius: 0.3125rem;
  z-index: 2;
  position: relative;
}
.postContainer .destaque h2 {
  font-size: 2.4rem;
}
.postContainer .destaque .resumo {
  font-size: 1.25rem;
}
.postContainer .destaque .categoria {
  transform: none;
  margin-bottom: 1rem;
}
.postContainer .destaque img {
  min-height: 300px;
  border-radius: 0.3125rem;
}
.postContainer .destaque .row {
  align-items: center;
}
.comentarioContainer {
  margin: 1rem auto;
  padding: 1rem;
  border: 2px solid #ced4da;
  border-radius: 0.3125rem;
}
.comentarioContainer [class*="depth"] {
  border: 1px solid #f6f6f6;
}
.comentarioContainer .comentarioContainer {
  border-width: 1px;
}
.comentario .header {
  display: flex;
  align-items: center;
}
.comentario .header img {
  margin-right: 0.5rem;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.comentario h2 {
  margin-bottom: 0;
}
.comentario ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
}
.comentario ul li {
  margin: 0.5rem;
}
.comentario .card-block {
  position: relative;
  border-left: 4px solid #dee2e6;
  padding-left: 1rem;
  margin: 1rem auto;
}
.comentarios {
  padding: 3rem 1rem;
}
.comentarios form input:-webkit-autofill,
.comentarios form input:-webkit-autofill:hover,
.comentarios form input:-webkit-autofill:focus,
.comentarios form textarea:-webkit-autofill,
.comentarios form textarea:-webkit-autofill:hover,
.comentarios form textarea:-webkit-autofill:focus,
.comentarios form select:-webkit-autofill,
.comentarios form select:-webkit-autofill:hover,
.comentarios form select:-webkit-autofill:focus {
  font-size: 1rem;
  -webkit-text-fill-color: #8a8a8a;
  -webkit-box-shadow: 0 0 1000px #fdfdfd inset;
}
.comentarios form input[type="text"],
.comentarios form input[type="tel"],
.comentarios form input[type="email"],
.comentarios form input[type="url"],
.comentarios form input[type="date"],
.comentarios form select,
.comentarios form textarea {
  background: #fff;
  border: 0;
  border-radius: 0.3125rem;
  padding: 1rem;
  width: 100%;
  color: #646464;
  font-size: 1rem;
  margin: 0.5rem auto;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
}
.comentarios form input[type="text"]::-webkit-input-placeholder,
.comentarios form input[type="tel"]::-webkit-input-placeholder,
.comentarios form input[type="email"]::-webkit-input-placeholder,
.comentarios form input[type="url"]::-webkit-input-placeholder,
.comentarios form input[type="date"]::-webkit-input-placeholder,
.comentarios form select::-webkit-input-placeholder,
.comentarios form textarea::-webkit-input-placeholder {
  color: #8a8a8a;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]::-webkit-input-placeholder,
  .comentarios form input[type="tel"]::-webkit-input-placeholder,
  .comentarios form input[type="email"]::-webkit-input-placeholder,
  .comentarios form input[type="url"]::-webkit-input-placeholder,
  .comentarios form input[type="date"]::-webkit-input-placeholder,
  .comentarios form select::-webkit-input-placeholder,
  .comentarios form textarea::-webkit-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]::-moz-placeholder,
.comentarios form input[type="tel"]::-moz-placeholder,
.comentarios form input[type="email"]::-moz-placeholder,
.comentarios form input[type="url"]::-moz-placeholder,
.comentarios form input[type="date"]::-moz-placeholder,
.comentarios form select::-moz-placeholder,
.comentarios form textarea::-moz-placeholder {
  color: #8a8a8a;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]::-moz-placeholder,
  .comentarios form input[type="tel"]::-moz-placeholder,
  .comentarios form input[type="email"]::-moz-placeholder,
  .comentarios form input[type="url"]::-moz-placeholder,
  .comentarios form input[type="date"]::-moz-placeholder,
  .comentarios form select::-moz-placeholder,
  .comentarios form textarea::-moz-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]:-ms-input-placeholder,
.comentarios form input[type="tel"]:-ms-input-placeholder,
.comentarios form input[type="email"]:-ms-input-placeholder,
.comentarios form input[type="url"]:-ms-input-placeholder,
.comentarios form input[type="date"]:-ms-input-placeholder,
.comentarios form select:-ms-input-placeholder,
.comentarios form textarea:-ms-input-placeholder {
  color: #8a8a8a;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:-ms-input-placeholder,
  .comentarios form input[type="tel"]:-ms-input-placeholder,
  .comentarios form input[type="email"]:-ms-input-placeholder,
  .comentarios form input[type="url"]:-ms-input-placeholder,
  .comentarios form input[type="date"]:-ms-input-placeholder,
  .comentarios form select:-ms-input-placeholder,
  .comentarios form textarea:-ms-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]:-moz-placeholder,
.comentarios form input[type="tel"]:-moz-placeholder,
.comentarios form input[type="email"]:-moz-placeholder,
.comentarios form input[type="url"]:-moz-placeholder,
.comentarios form input[type="date"]:-moz-placeholder,
.comentarios form select:-moz-placeholder,
.comentarios form textarea:-moz-placeholder {
  color: #8a8a8a;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:-moz-placeholder,
  .comentarios form input[type="tel"]:-moz-placeholder,
  .comentarios form input[type="email"]:-moz-placeholder,
  .comentarios form input[type="url"]:-moz-placeholder,
  .comentarios form input[type="date"]:-moz-placeholder,
  .comentarios form select:-moz-placeholder,
  .comentarios form textarea:-moz-placeholder {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"],
  .comentarios form input[type="tel"],
  .comentarios form input[type="email"],
  .comentarios form input[type="url"],
  .comentarios form input[type="date"],
  .comentarios form select,
  .comentarios form textarea {
    transition: none;
  }
}
.comentarios form input[type="text"]:focus,
.comentarios form input[type="text"]:active,
.comentarios form input[type="tel"]:focus,
.comentarios form input[type="tel"]:active,
.comentarios form input[type="email"]:focus,
.comentarios form input[type="email"]:active,
.comentarios form input[type="url"]:focus,
.comentarios form input[type="url"]:active,
.comentarios form input[type="date"]:focus,
.comentarios form input[type="date"]:active,
.comentarios form select:focus,
.comentarios form select:active,
.comentarios form textarea:focus,
.comentarios form textarea:active {
  color: #4a4a4a;
  border-color: #858585;
  outline: none;
}
.comentarios form input[type="text"]:focus::-webkit-input-placeholder,
.comentarios form input[type="text"]:active::-webkit-input-placeholder,
.comentarios form input[type="tel"]:focus::-webkit-input-placeholder,
.comentarios form input[type="tel"]:active::-webkit-input-placeholder,
.comentarios form input[type="email"]:focus::-webkit-input-placeholder,
.comentarios form input[type="email"]:active::-webkit-input-placeholder,
.comentarios form input[type="url"]:focus::-webkit-input-placeholder,
.comentarios form input[type="url"]:active::-webkit-input-placeholder,
.comentarios form input[type="date"]:focus::-webkit-input-placeholder,
.comentarios form input[type="date"]:active::-webkit-input-placeholder,
.comentarios form select:focus::-webkit-input-placeholder,
.comentarios form select:active::-webkit-input-placeholder,
.comentarios form textarea:focus::-webkit-input-placeholder,
.comentarios form textarea:active::-webkit-input-placeholder {
  color: #717171;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:focus::-webkit-input-placeholder,
  .comentarios form input[type="text"]:active::-webkit-input-placeholder,
  .comentarios form input[type="tel"]:focus::-webkit-input-placeholder,
  .comentarios form input[type="tel"]:active::-webkit-input-placeholder,
  .comentarios form input[type="email"]:focus::-webkit-input-placeholder,
  .comentarios form input[type="email"]:active::-webkit-input-placeholder,
  .comentarios form input[type="url"]:focus::-webkit-input-placeholder,
  .comentarios form input[type="url"]:active::-webkit-input-placeholder,
  .comentarios form input[type="date"]:focus::-webkit-input-placeholder,
  .comentarios form input[type="date"]:active::-webkit-input-placeholder,
  .comentarios form select:focus::-webkit-input-placeholder,
  .comentarios form select:active::-webkit-input-placeholder,
  .comentarios form textarea:focus::-webkit-input-placeholder,
  .comentarios form textarea:active::-webkit-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]:focus::-moz-placeholder,
.comentarios form input[type="text"]:active::-moz-placeholder,
.comentarios form input[type="tel"]:focus::-moz-placeholder,
.comentarios form input[type="tel"]:active::-moz-placeholder,
.comentarios form input[type="email"]:focus::-moz-placeholder,
.comentarios form input[type="email"]:active::-moz-placeholder,
.comentarios form input[type="url"]:focus::-moz-placeholder,
.comentarios form input[type="url"]:active::-moz-placeholder,
.comentarios form input[type="date"]:focus::-moz-placeholder,
.comentarios form input[type="date"]:active::-moz-placeholder,
.comentarios form select:focus::-moz-placeholder,
.comentarios form select:active::-moz-placeholder,
.comentarios form textarea:focus::-moz-placeholder,
.comentarios form textarea:active::-moz-placeholder {
  color: #717171;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:focus::-moz-placeholder,
  .comentarios form input[type="text"]:active::-moz-placeholder,
  .comentarios form input[type="tel"]:focus::-moz-placeholder,
  .comentarios form input[type="tel"]:active::-moz-placeholder,
  .comentarios form input[type="email"]:focus::-moz-placeholder,
  .comentarios form input[type="email"]:active::-moz-placeholder,
  .comentarios form input[type="url"]:focus::-moz-placeholder,
  .comentarios form input[type="url"]:active::-moz-placeholder,
  .comentarios form input[type="date"]:focus::-moz-placeholder,
  .comentarios form input[type="date"]:active::-moz-placeholder,
  .comentarios form select:focus::-moz-placeholder,
  .comentarios form select:active::-moz-placeholder,
  .comentarios form textarea:focus::-moz-placeholder,
  .comentarios form textarea:active::-moz-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]:focus:-ms-input-placeholder,
.comentarios form input[type="text"]:active:-ms-input-placeholder,
.comentarios form input[type="tel"]:focus:-ms-input-placeholder,
.comentarios form input[type="tel"]:active:-ms-input-placeholder,
.comentarios form input[type="email"]:focus:-ms-input-placeholder,
.comentarios form input[type="email"]:active:-ms-input-placeholder,
.comentarios form input[type="url"]:focus:-ms-input-placeholder,
.comentarios form input[type="url"]:active:-ms-input-placeholder,
.comentarios form input[type="date"]:focus:-ms-input-placeholder,
.comentarios form input[type="date"]:active:-ms-input-placeholder,
.comentarios form select:focus:-ms-input-placeholder,
.comentarios form select:active:-ms-input-placeholder,
.comentarios form textarea:focus:-ms-input-placeholder,
.comentarios form textarea:active:-ms-input-placeholder {
  color: #717171;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:focus:-ms-input-placeholder,
  .comentarios form input[type="text"]:active:-ms-input-placeholder,
  .comentarios form input[type="tel"]:focus:-ms-input-placeholder,
  .comentarios form input[type="tel"]:active:-ms-input-placeholder,
  .comentarios form input[type="email"]:focus:-ms-input-placeholder,
  .comentarios form input[type="email"]:active:-ms-input-placeholder,
  .comentarios form input[type="url"]:focus:-ms-input-placeholder,
  .comentarios form input[type="url"]:active:-ms-input-placeholder,
  .comentarios form input[type="date"]:focus:-ms-input-placeholder,
  .comentarios form input[type="date"]:active:-ms-input-placeholder,
  .comentarios form select:focus:-ms-input-placeholder,
  .comentarios form select:active:-ms-input-placeholder,
  .comentarios form textarea:focus:-ms-input-placeholder,
  .comentarios form textarea:active:-ms-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"]:focus:-moz-placeholder,
.comentarios form input[type="text"]:active:-moz-placeholder,
.comentarios form input[type="tel"]:focus:-moz-placeholder,
.comentarios form input[type="tel"]:active:-moz-placeholder,
.comentarios form input[type="email"]:focus:-moz-placeholder,
.comentarios form input[type="email"]:active:-moz-placeholder,
.comentarios form input[type="url"]:focus:-moz-placeholder,
.comentarios form input[type="url"]:active:-moz-placeholder,
.comentarios form input[type="date"]:focus:-moz-placeholder,
.comentarios form input[type="date"]:active:-moz-placeholder,
.comentarios form select:focus:-moz-placeholder,
.comentarios form select:active:-moz-placeholder,
.comentarios form textarea:focus:-moz-placeholder,
.comentarios form textarea:active:-moz-placeholder {
  color: #717171;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"]:focus:-moz-placeholder,
  .comentarios form input[type="text"]:active:-moz-placeholder,
  .comentarios form input[type="tel"]:focus:-moz-placeholder,
  .comentarios form input[type="tel"]:active:-moz-placeholder,
  .comentarios form input[type="email"]:focus:-moz-placeholder,
  .comentarios form input[type="email"]:active:-moz-placeholder,
  .comentarios form input[type="url"]:focus:-moz-placeholder,
  .comentarios form input[type="url"]:active:-moz-placeholder,
  .comentarios form input[type="date"]:focus:-moz-placeholder,
  .comentarios form input[type="date"]:active:-moz-placeholder,
  .comentarios form select:focus:-moz-placeholder,
  .comentarios form select:active:-moz-placeholder,
  .comentarios form textarea:focus:-moz-placeholder,
  .comentarios form textarea:active:-moz-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"].wpcf7-not-valid,
.comentarios form input[type="tel"].wpcf7-not-valid,
.comentarios form input[type="email"].wpcf7-not-valid,
.comentarios form input[type="url"].wpcf7-not-valid,
.comentarios form input[type="date"].wpcf7-not-valid,
.comentarios form select.wpcf7-not-valid,
.comentarios form textarea.wpcf7-not-valid {
  color: #dc3545;
  border-color: #dc3545;
}
.comentarios form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
.comentarios form input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
.comentarios
  form
  input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
.comentarios form input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
.comentarios form input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
.comentarios form select.wpcf7-not-valid::-webkit-input-placeholder,
.comentarios form textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios
    form
    input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios
    form
    input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios
    form
    input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios
    form
    input[type="url"].wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios
    form
    input[type="date"].wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios form select.wpcf7-not-valid::-webkit-input-placeholder,
  .comentarios form textarea.wpcf7-not-valid::-webkit-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"].wpcf7-not-valid::-moz-placeholder,
.comentarios form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
.comentarios form input[type="email"].wpcf7-not-valid::-moz-placeholder,
.comentarios form input[type="url"].wpcf7-not-valid::-moz-placeholder,
.comentarios form input[type="date"].wpcf7-not-valid::-moz-placeholder,
.comentarios form select.wpcf7-not-valid::-moz-placeholder,
.comentarios form textarea.wpcf7-not-valid::-moz-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"].wpcf7-not-valid::-moz-placeholder,
  .comentarios form input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  .comentarios form input[type="email"].wpcf7-not-valid::-moz-placeholder,
  .comentarios form input[type="url"].wpcf7-not-valid::-moz-placeholder,
  .comentarios form input[type="date"].wpcf7-not-valid::-moz-placeholder,
  .comentarios form select.wpcf7-not-valid::-moz-placeholder,
  .comentarios form textarea.wpcf7-not-valid::-moz-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
.comentarios form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
.comentarios form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
.comentarios form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
.comentarios form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
.comentarios form select.wpcf7-not-valid:-ms-input-placeholder,
.comentarios form textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form input[type="url"].wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form input[type="date"].wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form select.wpcf7-not-valid:-ms-input-placeholder,
  .comentarios form textarea.wpcf7-not-valid:-ms-input-placeholder {
    transition: none;
  }
}
.comentarios form input[type="text"].wpcf7-not-valid:-moz-placeholder,
.comentarios form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
.comentarios form input[type="email"].wpcf7-not-valid:-moz-placeholder,
.comentarios form input[type="url"].wpcf7-not-valid:-moz-placeholder,
.comentarios form input[type="date"].wpcf7-not-valid:-moz-placeholder,
.comentarios form select.wpcf7-not-valid:-moz-placeholder,
.comentarios form textarea.wpcf7-not-valid:-moz-placeholder {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios form input[type="text"].wpcf7-not-valid:-moz-placeholder,
  .comentarios form input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  .comentarios form input[type="email"].wpcf7-not-valid:-moz-placeholder,
  .comentarios form input[type="url"].wpcf7-not-valid:-moz-placeholder,
  .comentarios form input[type="date"].wpcf7-not-valid:-moz-placeholder,
  .comentarios form select.wpcf7-not-valid:-moz-placeholder,
  .comentarios form textarea.wpcf7-not-valid:-moz-placeholder {
    transition: none;
  }
}
.comentarios form textarea {
  max-height: 100px;
  resize: none;
}
.comentarios form input[type="submit"] {
  margin: 1rem auto 0.5rem;
  display: block;
}
.comentarios form .wpcf7-not-valid-tip {
  background: #fff;
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: 0.5rem;
  padding: 0.2em 1em;
  border: 2px solid #dc3545;
  border-radius: 0.3125rem;
}
.comentarios form .wpcf7-validation-errors,
.comentarios form .wpcf7-acceptance-missing {
  border-radius: 0.3125rem;
  background: #fff;
  font-size: 0.875rem;
  color: #757575;
  margin: 0.5rem auto;
}
.comentarios form .wpcf7-response-output {
  width: 100%;
}
.comentarios form select,
.comentarios form option {
  color: #242424;
}
.comentarios form label {
  max-width: 100%;
}
.comentarios a {
  color: #D47015;
}
.comentarios form input[type="text"],
.comentarios form input[type="tel"],
.comentarios form input[type="email"],
.comentarios form input[type="url"],
.comentarios form input[type="date"],
.comentarios form select,
.comentarios form textarea {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.comentarios form input[type="submit"] {
  border: 0;
  color: #23292e;
  background-color: #D47015;
  border-color: #D47015;
  border-radius: 50rem;
  padding: 0.5rem 2rem;
}
.comentarios form input[type="submit"]:hover {
  color: #23292e;
  background-color: #d6a500;
  border-color: #c99b00;
}
.comentarios form input[type="submit"]:focus,
.comentarios form input[type="submit"].focus {
  color: #23292e;
  background-color: #d6a500;
  border-color: #c99b00;
  box-shadow: 0 0 0 0.2rem rgba(219, 171, 7, 0.5);
}
.comentarios form input[type="submit"].disabled,
.comentarios form input[type="submit"]:disabled {
  color: #23292e;
  background-color: #D47015;
  border-color: #D47015;
}
.comentarios form input[type="submit"]:not(:disabled):not(.disabled):active,
.comentarios form input[type="submit"]:not(:disabled):not(.disabled).active,
.show > .comentarios form input[type="submit"].dropdown-toggle {
  color: #23292e;
  background-color: #c99b00;
  border-color: #bc9100;
}
.comentarios
  form
  input[type="submit"]:not(:disabled):not(.disabled):active:focus,
.comentarios
  form
  input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show > .comentarios form input[type="submit"].dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 171, 7, 0.5);
}
.comentarios .comment-reply-title {
  font-size: 1.15rem;
  color: #8a8a8a;
  font-weight: 300;
}
.comentarios .comment-form-comment,
.comentarios .comment-form-author,
.comentarios .comment-form-email,
.comentarios .comment-form-url {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .comentarios .comment-form-comment,
  .comentarios .comment-form-author,
  .comentarios .comment-form-email,
  .comentarios .comment-form-url {
    transition: none;
  }
}
.comentarios .comment-form-comment label,
.comentarios .comment-form-author label,
.comentarios .comment-form-email label,
.comentarios .comment-form-url label {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.comentarios .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comentarios .comment-form-cookies-consent input {
  width: 50px;
  height: 20px;
}
.comentarios .comment-form-cookies-consent label {
  margin-bottom: 0;
}
.home .front-blog {
  padding-bottom: 0;
}
.front-solucoes {
  position: relative;
  transform: translate3d(0, -9rem, 0);
  margin-bottom: -8rem;
}
.front-solucoes .row {
  align-items: center;
}
.front-solucoes .solucoes {
  align-items: stretch;
}
.front-solucoes .col {
  margin: 0;
}
.front-solucoes .slick-list {
  padding: 2rem 0;
}
.front-solucoes .solucao {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 3rem 1.85rem;
  height: 100%;
  width: 100%;
  color: #8a8a8a;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .front-solucoes .solucao {
    transition: none;
  }
}
.front-solucoes .solucao .desc {
  font-size: 0.875rem;
}
.front-solucoes .solucao:hover {
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  transform: scale(1.05);
}
.front-solucoes .solucao:hover:after {
  background-color: #250bff;
  width: 90%;
}
.front-solucoes .icone-bg {
  margin-bottom: 1rem;
}
.front-solucoes .icone-prev,
.front-solucoes .icone-next {
  left: -48%;
  top: auto;
  bottom: 1rem;
  background: white url("../img/svg/arrow-right.svg") no-repeat center/1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 50%;
}
.front-solucoes .icone-prev:hover,
.front-solucoes .icone-next:hover {
  background-color: #f6f6f6;
}
.front-solucoes .icone-prev {
  transform: scaleX(-1);
}
.front-solucoes .icone-next {
  transform: translate3d(150%, 0, 0);
}
.front-vantagens {
  padding: 6rem 0;
}
.front-vantagens .row {
  justify-content: center;
  /* align-items: center; LINHA PARA AFETAR PAGINA SOBRE*/
}
.front-vantagens .text-center {
  margin-bottom: 5rem;
}
.front-vantagens .item {
  margin: 2rem auto;
}
.front-vantagens .icone-bg {
  margin-bottom: 1rem;
}
.front-vantagens .icon-ar {
  margin-top: 1rem;
}
.front-sobre {
  position: relative;
  overflow: hidden;
}
.front-sobre .container {
  position: relative;
  padding: 6rem 1rem;
}
.front-sobre .pos-abs-img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100vw;
  left: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 0.8rem;
  z-index: -2;
}

.front-sobre .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(91.39deg, #D37119 26.53%, rgba(26, 49, 11, 0.1) 97.21%);
  border-radius: 0.8rem;
  z-index: -1;
}
.front-sobre .row {
  align-items: center;
}
.front-sobre .titulo,
.front-sobre .headline {
  margin: 1rem auto;
}
.front-sobre .titulo,
.front-sobre .headline,
.front-sobre p {
  color: #fff;
}
.front-sobre .desc {
  margin: 2rem auto;
}
.front-descricoes {
  padding: 6rem 0;
  position: relative;
}
.front-descricoes .text-center .headline {
  margin: 1rem auto;
}
.front-descricoes .descricao {
  justify-content: space-around;
  align-items: center;
  padding: 6rem 0;
}

.front-descricoes .descricao:not(:first-child){
  padding-top: 0;
}
.front-descricoes .descricao:not(:first-child)::before {
  content: url('../img/svg/line.svg');
  display: block;
  width: 60%;
  order: -2;
  margin: 0 auto 7rem;
}
@media (max-width: 992px){
  .front-descricoes .descricao:not(:first-child)::before{
    display: none;
  }
}
.front-descricoes .descricao:nth-child(even) .imagem {
  order: -1;
}

.front-descricoes .desc {
  margin: 1rem auto 0;
}
.front-descricoes .btn {
  margin-top: 2rem;
  border: 2px solid #25D341;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  background: none;
  position: relative;
  color: #18202b ;
  transition: all 0.5s ease;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:1200px){
  .front-descricoes .btn {
    width: 85%;
  }
}
.front-descricoes .btn::after {
  content: url('../img/svg/arrow-btn.svg');
  margin-left: 1rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: -7px;








  /* content: "";
  background-image: url('../img/svg/arrow-btn.svg');
  position: absolute;
  top: 14px;
  right: 14px;
  width: 100%;
  height: 100%; */
}

.front-descricoes .btn:hover{
  color: white;
  background: #25D341;
  transition: all 0.5s ease;
}
/* .front-descricoes .btn:hover:before{
  opacity: 0;
} */
/* .front-descricoes .btn:after{
  content: '';
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  position: absolute;
  background: linear-gradient(to right, #C32737, #504667);
  border-radius: 999rem;
  opacity: 1;
  z-index: -2;
}
.front-descricoes .btn:before{
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 999rem;
  opacity: 1;
  background: white;
  transition: all .2s;
  z-index: -1;
} */
.front-cta {
  padding: 8.5rem 0;
  position: relative;
}
.front-cta:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(91.39deg, #D37119 26.53%, rgba(26, 49, 11, 0.1) 97.21%);
}
.front-cta .row {
  align-items: center;
  text-align: center;
  justify-content: center;
}
.front-cta .fs-lg {
  margin-bottom: 2rem;
}
.front-cta .titulo {
  padding-right: 0;
}
.front-cta h2 {
  margin-bottom: 0;
}
.front-cta .redes-sociais {
  justify-content: center;
  text-align: center;
  padding-left: 0;
}
.front-cta .fa-stack {
  width: 1.5em;
}
.front-cta .fa-stack i {
  color: #D47015;
}
.front-cta form {
  display: flex;
  flex-wrap: wrap;
}
.front-cta form span {
  padding: 0 0.5rem;
}
.front-cta form input {
  margin: 1rem auto;
  border-radius: 50rem;
}
.front-cta form input:not([type="submit"]) {
  background-color: white;
  color: #343a40;
  border-color: #e9ecef;
}
.front-cta form input:not([type="submit"])::-webkit-input-placeholder {
  color: #737380;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .front-cta form input:not([type="submit"])::-webkit-input-placeholder {
    transition: none;
  }
}
.front-cta form input:not([type="submit"])::-moz-placeholder {
  color: #737380;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .front-cta form input:not([type="submit"])::-moz-placeholder {
    transition: none;
  }
}
.front-cta form input:not([type="submit"]):-ms-input-placeholder {
  color: #737380;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .front-cta form input:not([type="submit"]):-ms-input-placeholder {
    transition: none;
  }
}
.front-cta form input:not([type="submit"]):-moz-placeholder {
  color: #737380;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .front-cta form input:not([type="submit"]):-moz-placeholder {
    transition: none;
  }
}
.front-cta form .btn {
  border-radius: 50rem;
  margin-left: 0.5rem;
}
.front-clientes-3{
  padding-top:6rem ;
}
.front-clientes-3 .item{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
.front-clientes-3 .item:hover{
  transform: scale(1.3);
  transition: 0.5s all ease;
}
.front-clientes-3 .item .icone-bg,
.front-clientes-3 .item .icone-bg img{
  width: 10rem;
  min-width: 10rem;
  max-width: 10rem;
  height: 10rem;
}
.front-clientes {
  position: relative;
  padding: 3rem 0 9rem;
}
.front-clientes .text-center {
  margin-bottom: 3rem;
}
.front-clientes .row {
  align-items: center;
  justify-content: center;
}
.front-clientes .slick-track {
  padding: 2rem 0;
}
.front-clientes blockquote {
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  border-radius: 0.3125rem;
  padding: 4rem 2rem 2rem;
}
.front-clientes blockquote:before {
  content: "";
  background: url("../img/svg/aspas.svg") no-repeat center center;
  position: absolute;
  background-size: contain;
  left: 2rem;
  top: -2rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
}
.front-clientes .desc {
  margin-bottom: 1rem;
}
.front-clientes .clientes {
  margin-top: 1rem;
}
.front-clientes cite {
  font-style: inherit;
}
.front-clientes cite .titulo {
  margin-bottom: 0;
  font-size: 1rem;
}
.front-clientes cite .titulo,
.front-clientes cite p {
  color: #18202b;
}
.front-clientes cite p {
  font-size: 0.875rem;
  font-weight: 300;
}
.front-clientes cite div:not(.avatar) {
  width: 70%;
}
.front-clientes .avatar {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.front-clientes .avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 1rem 0 0;
}
.sobre-descricao {
  padding: 10rem 0rem 3rem 0rem;
}
.sobre-descricao .row {
  align-items: center;
}
.sobre-descricao .row.video {
  transform: translate3d(0, calc(6rem + 50%), 0);
  justify-content: center;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
.sobre-descricao .videoCont {
  border-radius: .5rem;
  padding: 9rem 1rem;
  overflow: hidden;
}
.sobre-descricao .videoCont h3 {
  color: white;
}
.sobre-descricao .itens {
  margin-top: 3rem;
}
.sobre-descricao .icone-bg {
  margin-bottom: 1rem;
}
.sobre-equipe {
  background: #f6f6f6;
  position: relative;
  padding: 21rem 0 9rem;
}
.front-unidades{
  padding: 6rem 0;
}
.front-unidades .descricao p{
  font-size: 1rem;
}
.sobre-equipe .row {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sobre-equipe .row:first-child {
  margin-bottom: 5rem;
  text-align: center;
  justify-content: center;
}
.sobre-equipe .item {
  position: relative;
  overflow: hidden;
}
.sobre-equipe .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.39deg, #D37119 26.53%, rgba(26, 49, 11, 0.1) 97.21%);
  border-radius: 0.3125rem;
}
.front-unidades .item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0000006b -10.47%, rgba(26, 49, 11, 0.1) 97.21%);
  border-radius: 0.3125rem;
}
.sobre-equipe img {
  width: 100%;
  height: 415px;
  object-fit: cover;
  border-radius: 0.3125rem;
}
.sobre-equipe .desc {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff;
}
.frase {
  padding: 1.5rem 1rem;
  border-radius: 0.625rem;
  box-shadow: 0px 13px 30px rgb(0 0 0 / 10%);
  align-self: flex-end;
  margin: 0 0 0 auto;
  background: #25D341;
  transform: translate3d(0, 150%, 0);
}
.frase h4 {
  margin-bottom: 0;
  width: 100%;
}
.frase img {
  margin: 0 1rem 0 0;
}
.solucoes-vantagens {
  padding: 6rem 0;
}
.solucoes-vantagens .row:first-child {
  justify-content: center;
  margin-bottom: 5rem;
}
.solucoes-vantagens .col {
  display: flex;
}
.solucoes-vantagens .vantagem {
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 3rem 2rem;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  width: 100%;
  height: 100%;
}
.solucoes-vantagens .icone-bg,
.solucoes-vantagens .h5 {
  margin-bottom: 1rem;
}
.solucoes-vantagens .desc {
  font-size: 0.875rem;
}
.solucoes-descricao {
  padding: 12rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.solucoes-descricao:before,
.solucoes-descricao:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.solucoes-descricao:before {
  background: linear-gradient(91.39deg, #D37119 26.53%, rgba(26, 49, 11, 0.1) 97.21%);
}
.solucoes-descricao:after {

}
.solucoes-descricao > * {
  z-index: 1;
  position: relative;
}
.solucoes-descricao .passos {
  margin-top: 9rem;
  position: relative;
  z-index: 1;
}
.solucoes-descricao .counter {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #25D341;
}
.solucoes-descricao h2,
.solucoes-descricao h3,
.solucoes-descricao h4,
.solucoes-descricao .h5,
.solucoes-descricao p {
  color: #fff;
}
.solucoes-descricao .descricao {
  margin: 2rem auto;
}
.solucoes-descricao .text-center {
  margin-bottom: 5rem;
}
.solucoes-descricao .h5 {
  margin: 1rem auto;
}
.contato-secao-1 {
  padding: 2rem 0 3rem;
}
.contato-secao-1 .bold a {
  font-weight: 700;
}
.contato-secao-1 .col-lg-6 {
  margin-top: 3rem;
}
.contato-secao-1 .infos {
  justify-content: start;
}
.contato-secao-1 .infos p {
  font-size: 0.875rem;
}
.contato-secao-1 .svg {
  margin-right: 0.5rem;
}
.contato-secao-1 h2 {
  margin-bottom: 1rem;
}
.contato-secao-1 a {
  color: #8a8a8a;
}
.contato-secao-1 a:hover {
  color: #0f008a;
}
.contato-secao-1 .endereco {
  display: flex;
  margin-bottom: 1rem;
  align-items: start;
}
.contato-secao-1 .formulario {
  padding: 2rem;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  background-color: #fff;
  transform: translate3d(0, -50.1%, 0);
  margin-bottom: -10rem;
  box-shadow: 0.25rem 0.25rem 1.2rem rgba(0, 0, 0, 0.055);
  border-radius: 0.3125rem;
  z-index: 2;
  position: relative;
}
.contato-secao-1 .formulario h2 {
  text-align: center;
}
.contato-secao-1 iframe {
  border-radius: 0.3125rem;
  overflow: hidden;
}
.contato-secao-1 .redes-sociais a {
  display: inline-block;
  border-radius: 0.3125rem;
  margin: 0.16667rem auto;
}
.contato-secao-1 .redes-sociais a i {
  color: #D47015 !important;
}
.contato-secao-1 .redes-sociais a:hover {
  background-color: #f6f6f6;
}
.contato-secao-1 .redes-sociais .fa-stack {
  height: 2.657rem;
  line-height: 2.657rem;
}
.contato-secao-1 .info-contato {
  margin-bottom: 2rem;
}
.info-contato .fa-stack-1x{
  width: 0px;
}
.ultimos-posts,
.secao-especiais {
  padding: 3rem 0;
}
.ultimos-posts .col-lg-12,
.secao-especiais .col-lg-12 {
  margin-bottom: 1rem;
}
.ultimos-posts .post,
.secao-especiais .post {
  margin: 1.5rem auto;
}
.secao-especiais {
  padding: 3rem 0 0;
}
.posts-sn {
  margin-top: 3rem;
}
.paged .ultimos-posts {
  padding-top: 9rem;
}
.posts-destaque {
  transform: translate3d(0, -50%, 0);
  margin-bottom: -9rem;
  position: relative;
  z-index: 1;
}
.posts-destaque .row {
  justify-content: center;
}
.posts-destaque .post-destaque {
  margin: 0;
}
.posts-destaque .post {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1rem 1rem 1rem 2rem;
}
.posts-destaque .post .desc {
  background: transparent;
}
.posts-destaque .post .resumo {
  font-size: 1rem;
  margin: 1rem auto;
}
.posts-relacionados {
  padding: 6rem 0;
}
.posts-relacionados .post {
  background-color: #edf2f7;
}
.posts-relacionados .post:hover {
  background-color: #edf2f7;
}
.ad {
  padding: 8rem 2rem;
  border-radius: 0.3125rem;
  margin: 2rem auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.ad::after{
  content: "";
  background: url('../img/webp/bolinhass.png');
  width: 150%;
  height: 150%;
  position: absolute;
  bottom: -20rem;
  right: -3rem;
  z-index: -1;
  background-repeat: no-repeat;
}
.ad .btn,
.ad h2 {
  position: relative;
  z-index: 1;
}
.ad .btn {
  margin-top: 1rem;
}
.ad h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.ad:before {
  content: "";
  background: rgba(212, 112, 21, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0.3125rem;
}
.sidebar-blog {
  margin-top: 3rem;
}
.sidebar-blog h2 {
  font-weight: 700;
}
.sidebar-blog .border {
  margin: 2rem auto;
}
.sidebar-blog ul:not(.redes-sociais) {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.sidebar-blog ul:not(.redes-sociais) li {
  margin: 0.5rem auto;
  margin: 0;
  display: flex;
  align-items: center;
}
.sidebar-blog ul:not(.redes-sociais) li:before {
  content: "";
  background: url("../img/svg/angle.svg") center center no-repeat;
  transform: rotate(-90deg);
  height: 17px;
  width: 12px;
  margin-right: 0.33333rem;
}
.sidebar-blog ul:not(.redes-sociais) li a {
  color: #8a8a8a;
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-blog ul:not(.redes-sociais) li a:hover {
  border-color: #D47015;
}
.sidebar-blog .lvm-social {
  display: flex;
}
.sidebar-blog .lvm-social .lvm-link {
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0.2rem;
  margin: 0 0.2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.85rem;
  text-align: center;
}
.sidebar-blog .lvm-social .lvm-link i {
  color: #D47015;
  font-size: 1rem;
}
.sidebar-blog .lvm-social .lvm-link:hover {
  background-color: #dee2e6;
}
.sidebar-blog .redes-sociais {
  justify-content: center;
}
.sidebar-blog .redes-sociais li {
  display: block;
  width: 100%;
  margin: 0.5rem auto;
}
.sidebar-blog .redes-sociais a {
  display: inline-block;
  border-radius: 0.3125rem;
  margin: 0 0.2rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-blog .redes-sociais a {
    transition: none;
  }
}
.sidebar-blog .redes-sociais a i {
  color: #C32737 !important;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar-blog .redes-sociais a i {
    transition: none;
  }
}
.sidebar-blog .redes-sociais a:hover {
  background: #f6f6f6;
}
.sidebar-blog .redes-sociais a:hover i {
  color: #AA212F !important;
}
.sidebar-blog .redes-sociais .fa-stack {
  height: 1rem;
  width: 1.5rem;
  line-height: 1rem;
}
.single-post .banner-single .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post .banner-single .info {
  margin-bottom: 2rem;
}
.single-post .banner-single .tempo {
  color: #fff;
  font-weight: 700;
}
.single-post #breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.single-post #breadcrumbs span {
  color: #fff;
}
.single-post .postInfo {
  transform: translate3d(0, -20vh, 0);
  margin-bottom: -14vh;
}
.single-post .postInfo h1 {
  color: #fff;
  font-size: 3rem;
  margin-top: 1rem;
}
.single-post .imagem-destacada {
  min-height: 25rem;
  border-radius: 0.3125rem;
  background-size: cover;
  background-position: center;
}
.single-post .postCont {
  padding: 2rem;
  transform: translate3d(0, -12rem, 0);
  margin-bottom: -16rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
.single-post .postCont h2,
.single-post .postCont h3,
.single-post .postCont h4,
.single-post .postCont h5,
.single-post .postCont h6 {
  margin: 2rem auto;
}
.single-post .postCont h2:nth-child(2) {
  margin-top: 0;
}
.single-post .col-lg-1.redes-sociais {
  padding: 0;
}
.single-post main {
  padding-bottom: 6rem;
}
.single-post main .lvm-social {
  display: flex;
  flex-wrap: wrap;
}
.single-post main .redes-sociais {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 5rem;
  height: 100%;
}
.single-post main .redes-sociais p {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}
.single-post main .lvm-link {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  justify-content: center;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #D47015;
  margin: 0.33333rem auto;
}
.single-post main .lvm-link:first-child {
  margin-left: 0;
}
.single-post main .lvm-link:hover i {
  color: #c6a23c;
}
@media (max-width: 991.98px) {
  .single-post .redes-sociais {
    order: 2;
  }
  .single-post .lvm-social {
    display: flex;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .front-sobre .container:before,
  .front-sobre .pos-abs-img {
    border-radius: 0;
  }

  .telefone-header {
    display: none;
  }
  .menu-mobile {
    z-index: 1030;
    position: relative;
    padding-bottom: 0;
  }
  .menu-mobile:focus {
    outline: none;
  }
  .menu-mobile i {
    background-color: #D47015;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    display: inline-block;
    margin: 13px 3px;
    position: relative;
    transition: background-color 0.3s ease;
  }
  .menu-mobile i:after,
  .menu-mobile i:before {
    content: "";
    transform: rotate(0deg);
    background-color: #D47015;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    position: absolute;
    transition: 0.3s;
    left: 0;
  }
  .menu-mobile i:after {
    top: -9px;
  }
  .menu-mobile i:before {
    bottom: -9px;
  }
  .menu-mobile[aria-expanded="true"],
  .menu-mobile.mostrar-menu {
    z-index: 9999999999999;
    position: fixed;
    right: 15px;
    top: 15px;
    transform: rotateY(180deg);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .menu-mobile[aria-expanded="true"] i,
  .menu-mobile.mostrar-menu i {
    background-color: transparent;
  }
  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile.mostrar-menu i:after {
    top: 0;
    transform: rotate(45deg);
  }
  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.mostrar-menu i:before {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.mostrar-menu i:after,
  .menu-mobile.mostrar-menu i:before {
    background-color: #fff;
    transition: 0.3s;
  }
  .sticky .menu-mobile i {
    background-color: #D47015;
  }
  .sticky .menu-mobile i:after,
  .sticky .menu-mobile i:before {
    background-color: #D47015;
  }
  .sticky .menu-mobile[aria-expanded="true"] i,
  .sticky .menu-mobile.abrir i {
    background-color: transparent;
  }
  .sticky .menu-mobile[aria-expanded="true"] i:after,
  .sticky .menu-mobile[aria-expanded="true"] i:before,
  .sticky .menu-mobile.abrir i:after,
  .sticky .menu-mobile.abrir i:before {
    background-color: #fff;
  }
  header .dropdown-menu .current-menu-item .icone-bg-menu {
    filter: none;
  }
  #menu-principal {
    background: #D47015;
    height: 110vh;
    opacity: 0;
    padding: 1.5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  #menu-principal {
    transition: none;
  }
}
@media screen and (max-width: 992px) {
  #menu-principal.mostrar-menu {
    margin-left: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 1030;
  }
  #menu-principal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #menu-principal ul .nav-item {
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    margin: 0.5rem 0;
    padding-left: 1rem;
    width: 100%;
  }
  #menu-principal ul .nav-item.btn {
    font-weight: 400;
    border: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    margin: 0.5rem 0;
    padding-left: 1rem;
    font-size: 1rem;
    width: 100%;
  }
  #menu-principal ul .nav-item.dropdown {
    position: relative;
  }
  #menu-principal ul .nav-item.dropdown:after {
    content: "";
    background: url("../img/svg/angle.svg") no-repeat center center;
    border: 0;
    filter: brightness(0) invert(1);
    transform: translate3d(0, 0.3rem, 0);
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    z-index: -1;
  }
}
@media screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  #menu-principal ul .nav-item.dropdown:after {
    transition: none;
  }
}
@media screen and (max-width: 992px) {
  #menu-principal ul .nav-item.dropdown.show:after {
    transform: translate3d(0, 0.3rem, 0) rotate(180deg);
  }
  #menu-principal ul .nav-item.dropdown ul .nav-item {
    margin: 0.33333rem 0;
    padding: 0;
    height: auto;
  }
  #menu-principal ul .nav-item.dropdown ul .nav-item.current-menu-item a {
    background: #f6f6f6;
  }
  #menu-principal ul .nav-item.dropdown ul .nav-item a {
    color: #000;
    white-space: pre-wrap;
    padding: 1rem;
  }
  #menu-principal ul .nav-item .nav-link {
    color: #fff;
    line-height: 1.25;
    text-transform: uppercase;
    padding: 1rem 0;
    text-align: left;
    font-weight: 400;
    white-space: pre-wrap;
  }
  #menu-principal ul .nav-item .nav-link:after {
    display: none;
  }
  #menu-principal ul .nav-item li.active,
  #menu-principal ul .nav-item.current-menu-parent,
  #menu-principal ul .nav-item.active {
    border-left: 4px solid white;
    background-color: transparent;
  }
  #menu-principal ul .nav-item li.active .nav-link,
  #menu-principal ul .nav-item.current-menu-parent .nav-link,
  #menu-principal ul .nav-item.active .nav-link {
    color: white;
    font-weight: 700;
  }
  .menu-categorias .btn {
    margin-left: 0 !important;
  }
  .banner-home,
  .banner-padrao {
    padding: 0;
  }
  .banner-home:before,
  .banner-padrao:before {
    background: rgba(212, 112, 21, 0.45);
  }
  .banner-home .titulo,
  .banner-padrao .titulo {
    font-size: 1.75rem;
    color: #fff;
  }
  .banner-home .headline,
  .banner-padrao .headline {
    color: #fff;
  }
  .banner-home .desc,
  .banner-padrao .desc {
    font-size: 1rem;
  }
  .banner-home .btn:last-child,
  .banner-padrao .btn:last-child {
    margin-left: 0;
  }
  .banner-padrao .row {
    padding: 6rem 0;
  }
  .banner-padrao .formulario {
    transform: translate3d(0, 20%, 0);
    margin: 1rem;
  }
  .banner-padrao li {
    flex: 1 1 100%;
  }
  .banner-padrao .frase {
    transform: translate3d(0, 100%, 0);
  }
  .banner-blog .row {
    min-height: 70vh !important;
  }
  footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  footer .footer-info {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  footer .footer-info .redes-sociais {
    justify-content: start;
    margin-top: 0;
  }
  footer .footer-info .redes-sociais li {
    margin: 0.5rem;
    width: auto;
  }
  footer .logo svg {
    margin-bottom: 0;
  }
  footer .h4 {
    margin: 2rem auto 0.5rem;
  }
  footer .info-contato {
    margin: 1rem auto;
  }
  footer .info-mapa {
    transform: none;
    padding: 1rem;
  }
  footer .menu-footer .nav {
    justify-content: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .col-lg-12 {
    flex-wrap: wrap;
    text-align: center;
  }
  footer .copyright p {
    width: 100%;
  }
  body,
  html {
    overflow-x: hidden;
  }
  [data-position="absolute"] {
    position: relative;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  [data-direction="right"] {
    padding-right: inherit;
  }
  .col {
    max-width: 100%;
  }
  .tit {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
  .slick-dots li button:before {
    color: #D47015;
    background-color: #D47015;
  }
  .btn {
    font-size: 0.875rem;
    margin: 1rem auto;
  }
  .paginacao,
  .pagination {
    padding: 0;
  }
  .frase {
    margin: -5rem 1rem 0;
    transform: translate3d(0, 180%, 0);
  }
  .row-cols-2,
  .row-cols-3,
  .row-cols-lg-4,
  .row-cols-lg-3,
  .row-cols-lg-2 {
    margin: 0 auto;
  }
  .row-cols-2 .col,
  .row-cols-3 .col,
  .row-cols-lg-4 .col,
  .row-cols-lg-3 .col,
  .row-cols-lg-2 .col {
    flex-basis: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section {
    padding: 3rem 0;
  }
  .front-solucoes {
    padding: 3rem 0 0;
  }
  .front-solucoes .row:first-child {
    margin-bottom: 3rem;
  }
  .front-sobre {
    padding: 0;
  }
  .front-sobre .container {
    border-radius: 0;
  }
  .front-sobre .favicon {
    opacity: 0.1;
  }
  .front-vantagens {
    padding: 6rem 0;
  }
  .front-vantagens .text-center {
    margin-bottom: 2rem;
  }
  .front-descricoes {
    padding-bottom: 0;
  }
  .front-descricoes .text-center {
    margin-bottom: 2rem;
  }
  .front-descricoes .imagem {
    margin: 1rem auto;
  }
  .front-cta {
    background-position: center;
    border-radius: 0;
    margin-bottom: 3rem;
  }
  .front-cta::before {
   
  }
  .front-cta form {
    padding: 0;
    margin-top: 1rem;
  }
  .front-cta form span {
    padding: 0;
    flex: 0 0 100%;
  }
  .front-cta form .btn {
    margin: 0 auto;
  }
  .front-cta input[type="text"],
  .front-cta input[type="email"] {
    margin: 0 0 1rem;
  }
  .front-cta .flex {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    text-align: center;
  }
  .front-clientes {
    padding-bottom: 2rem;
  }
  .contato-secao-1 {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .contato-secao-1 .mapa {
    margin: 1rem auto;
  }
  .contato-secao-1 .formulario {
    transform: none;
    margin: 1rem 1rem 2rem;
  }
  .contato-secao-1 .redes-sociais li {
    flex: 1 1 auto;
    min-width: auto;
    width: auto;
  }
  .sobre-equipe {
    padding: 6rem 0;
  }
  .sobre-equipe .row:first-child {
    margin-bottom: 1rem;
  }
  .sobre-equipe .pessoa {
    margin: 1rem;
    padding: 0;
  }
  .sobre-equipe img {
    height: 300px;
  }

  .sobre-descricao {
    padding: 3rem 0 3rem;
  }
  .sobre-descricao .row.video {
    margin-top: 6rem;
    transform: none;
    text-align: center;

  }
  .sobre-descricao .videoCont {
    border-radius: 0;
    padding: 4rem 1rem;
  }

  .sobre-descricao .titulo {
    margin-bottom: 2rem;
  }
  .solucoes-vantagens .itens .col {
    margin: 1rem auto;
  }
  .solucoes-descricao {
    padding: 6rem 0;
  }
  .solucoes-descricao:before {
    background: #D37119;
  }
  .posts-destaque {
    padding: 0;
    transform: translate3d(0, -6rem, 0);
    margin-bottom: -5rem;
  }
  .postContainer .destaque {
    padding: 1rem;
  }
  .postContainer .destaque h2 {
    font-size: 1.75rem;
  }
  .postContainer .destaque .resumo {
    font-size: 1rem;
  }
  .postContainer .destaque .imagem {
    order: -1;
  }
  .postContainer .destaque img {
    height: auto;
    min-height: 200px;
    margin-bottom: 1rem;
    border-radius: 0.3125rem;
  }
  .single-solucoes .passo {
    margin: 1rem auto;
  }
  .page-template-contato footer {
    padding-top: 3rem;
  }
  .single-post {
    overflow-x: hidden;
  }
  .single-post .banner-single .row {
    padding: 9rem 0 12rem;
  }
  .single-post main {
    padding-bottom: 3rem;
  }
  .single-post .lvm-link {
    margin: 1rem auto;
  }
  .single-post .postInfo h1 {
    font-size: 1.75rem;
  }
  .single-post .postCont {
    transform: translate3d(0, -3rem, 0);
  }
  .single-post .postCont h2 {
    font-size: 1.5rem;
  }
  .single-post .posts-relacionados {
    padding: 1rem 0;
  }
  .single-post .posts-relacionados .container {
    padding: 0;
  }
}
