﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* aphe */
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: #747474;
  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: #212121;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:hover {
  color: #011827;
  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: #747474;
  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: #212121;
}

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);
  }
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}
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.05rem;
}

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: #747474;
}

.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-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .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-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;
}

@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: #747474;
}

.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: #747474;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cbd8;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7c9fb6;
}

.table-hover .table-primary:hover {
  background-color: #a8bfcf;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8bfcf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8ddf6;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ac0ee;
}

.table-hover .table-secondary:hover {
  background-color: #a1d2f3;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a1d2f3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfd;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.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: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.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: 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 + 1.6rem + 2px);
  padding: 0.8rem 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: #0692ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 70, 114, 0.25);
}

.form-control::placeholder {
  color: #747474;
  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.8rem + 1px);
  padding-bottom: calc(0.8rem + 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.8rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #747474;
  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: #747474;
}

.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: #28a745;
}

.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(40, 167, 69, 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: #28a745;
  padding-right: calc(1.5em + 1.6rem);
  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='%2328a745' 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.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.6rem);
  background-position: top calc(0.375em + 0.4rem) right calc(0.375em + 0.4rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 4.2rem);
  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='%2328a745' 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.8rem)
      calc(0.75em + 0.8rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 + 1.6rem);
  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.4rem) center;
  background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
}

.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 + 1.6rem);
  background-position: top calc(0.375em + 0.4rem) right calc(0.375em + 0.4rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 4.2rem);
  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.8rem)
      calc(0.75em + 0.8rem);
}

.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: #747474;
  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;
}

@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: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #141414;
  text-decoration: none;
  background-color: #f7f8fc;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #212121;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #747474;
  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: #747474;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212121;
}

.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: #747474;
  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: #747474;
  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: #212121;
}

.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;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@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: #000;
  --bgLight: #f6f6f6;
}

.btn {
  display: inline-block;
  line-height: 1.5;
  /* color: #212121; */
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 700;
  padding: 0.8rem 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: transparent;
  border: 3px solid #2F6F6E;
  color: #fff;
  position: relative;
}
.btn-primary.dark{
  color: #2D2A2B;
}

.btn-primary::after {
  content: "";
  background: linear-gradient(90deg, #2C6D6C 0%, #6B9A55 100%, #5C8F5B 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.btn-primary:hover:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;

}
.btn-primary:hover{
  color: #fff;
  border: 0;
}

.btn-primary:active,
.btn-primary:focus {
  outline: none;
}

.btn-secondary {
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: all 0.5s ease-in-out;
}
.btn-secondary::after {
  content: "";
  background: linear-gradient(90deg, #2C6D6C 0%, #6B9A55 100%, #5C8F5B 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-secondary:hover:after {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.btn-secondary:hover {
  background-color: transparent;
  border: 3px solid #2F6F6E;
  /* outline-offset: -3px; */
}

.btn-tertiary {
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: all 0.5s ease-in-out;
}
.btn-tertiary::after {
  content: "";
  background: linear-gradient(91.97deg, #9FDC60 14.25%, #69B61A 87.31%);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-tertiary:hover:after {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.btn-tertiary:hover {
  background-color: transparent;
  border: 3px solid #9FDC60;
  color: #fff;
}

.btn-light {
  /* border-color: #fcc200; */
  color: #012e41;
  background-color: #fff;
}

.btn-light:hover {
  color: #212121;
  background-color: #e6e6e6;
}

.btn-outline-primary {
  border-color: #212121;
}

.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: #121212;
  background-color: #212121;
}

.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}

.btn-outline-secondary {
  border-color: #fcc200;
  background-color: transparent;
  color: #fff;
}

.btn-outline-secondary:hover {
  color: #fff;
  border-color: #fcc200;
  background-color: #fcc200;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-light:hover {
  color: #212121;
  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 #dee2e6;
  background-color: #f7f8fc;
  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: #0086de;
  background-color: #f7f8fc;
  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 {
  background: #fff;
  font-size: 0.875rem;
  color: #dc3545;
  margin-top: -0.33333rem;
  padding: 0.2em 1em;
  border: 1px solid #dc3545;
  border-radius: 0.3125rem;
}

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: #212121;
  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;
}

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%;
}

.paginacao {
  margin: 1rem auto;
  padding: 0;
}

.paginacao ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: start;
}

.paginacao li {
  margin-right: 0.5rem;
}

.paginacao li .next,
.paginacao li .prev {
  display: none;
}

.paginacao .page-link {
  line-height: 2.5rem;
  border: 1px solid #747474;
  color: #747474;
  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: #fcc200;
  border-color: #fcc200;
}

[class*="fa-whatsapp"] {
  color: var(--whatsapp);
}

.icone-bg {
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-bg i {
  color: #fcc200;
  font-size: calc(3.5rem / 1.5);
  line-height: 3.5rem;
}

.icone-bg svg,
.icone-bg img {
  width: 3.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  object-fit: contain;
}

.icone-bg.bg {
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.icone-bg.bg:before {
  content: "";
  opacity: 0.2;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  border-radius: 0.625rem;
  top: 0;
  z-index: -1;
}

.icone-bg.bg i {
  font-size: calc(3.5rem / 2);
  line-height: 3.5rem;
}

.icone-bg.bg svg,
.icone-bg.bg img {
  width: calc(4.9rem / 1.65);
  min-width: calc(3.5rem / 1.65);
  min-height: calc(3.5rem / 1.65);
  object-fit: contain;
}

.svg {
  min-width: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  margin-left: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.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.05rem;
}

.h6 {
  font-size: 1rem;
}

.tit {
  font-weight: 700;
  font-size: 4.5rem;
  margin-bottom: 0;
  line-height: 0.8;
  opacity: 0.15;
  color: #fff;
}

.fwm {
  font-weight: 600;
}

.titulo.gray {
  color: #737380;
}

.titulo span {
  background: linear-gradient(91.97deg, #9FDC60 14.25%, #69B61A 87.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background
}

.headline {
  /* font-size: 1.05rem; */
  font-size: 1.5625rem;
  font-weight: 300;
  color: #737380;
}
.headline-destaque-plus {
  /* margin-top: 164px; */
}
.headline.destaque {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.75rem;
  margin-bottom: 0.33333rem;
  line-height: 1;
}

.text-gray {
  color: #747474;
}

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

.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: #fcc200;
  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:before,
.icone-next:before {
  content: url("../img/svg/arrow-slide.svg");
}

.icone-prev.slick-disabled,
.icone-next.slick-disabled {
  opacity: 0.5;
}

.icone-prev {
  left: -4rem;
  left-transform: translate3d(0, 0, 0);
  left-top: 0;
  transform: rotate(-180deg);
}

.icone-prev:active,
.icone-prev:focus {
  transform: translate3d(-0.5rem, 0, 0) rotate(180deg);
}

.icone-next {
  left: auto;
  right: -4rem;
  /* transform: rotate(-180deg) */
}

.icone-next:active,
.icone-next:focus {
  transform: translate3d(0.5rem, 0, 0) rotate(0deg);
}

.sr-only {
  font-size: 1px;
  height: 0;
}

.youtube {
  background: #000;
  position: relative;
  margin-bottom: 0;
  padding-top: 56.2%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.youtube #vdyt {
  z-index: 5;
  background: #fff;
}

.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 {
  opacity: 1;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 40%;
  background: white url("../img/svg/arrow-slide.svg") no-repeat center center;
  background-size: 3rem;
  /* left: 15%; */
  border: 0;
  border-radius: 50px;
  box-shadow: 2px 2px 10px white;
  transform: rotate(-180deg);
  color: transparent;
  z-index: 3;
  transition: all 0.5s ease;
}

.slick-prev:hover {
  outline: none;
  transform: translate3d(-7px, 0px, 0px) rotate(-180deg);
  transition: all 0.5s ease;
}
.slick-prev:focus {
  outline: none;
}
.slick-next {
  display: none !important;
}
.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: #fcc200;
  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: "";
  background-image: url("../img/svg/arrow-slide.svg");
  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: #fcc200;
  background: #fcc200;
  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: #2C6D6C;
  background: #2C6D6C;
  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 fadeInDown {
  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 fadeInDown {
  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 fadeInLeft {
  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 fadeInLeft {
  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 fadeInRight {
  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 fadeInRight {
  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 fadeInUp {
  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 fadeInUp {
  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 {
  margin: 0;
  padding: 0;
}

.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 .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;
}

.wpcf7 .ajax-loader.is-active {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  visibility: visible;
}

.wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: #888;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 .wpcf7-response-output {
  margin: 0.5rem auto;
  background-color: #fff;
  padding: 0.2em 1em;
  display: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #28a745;
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
  border: 2px solid #dc3545;
}

.wpcf7 .wpcf7-spam-blocked {
  border: 2px solid #fd7e14;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: 2px solid #ffc107;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3545;
  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: " ";
}

.wpcf7-display-none {
  display: none;
}

.banner-home,
.banner-padrao {
  position: relative;
  /* background-color: #212121; */
  background: linear-gradient(93.15deg, #6B9A55 31.98%, #2C6D6C 86.47%);
  background-size: cover;
  background-position: center top;
  overflow: visible;
}
.banner-home .container::after{
  content: "";
  background: url("../img/png/bola.png");
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: -16%;
  left: 0;
  z-index: 2;
}
.banner-padrao:after {
  content: "";
  background: url("../img/png/bolinhas_banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 0;
  position: absolute;
  width: 637px;
  height: 841px;
}
/* .banner-home:before{
  content: "";
  background: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(
    181.85deg,
    rgba(30, 182, 229, 0) 13.13%,
    rgba(30, 182, 230, 0.15) 59.52%
  );
} */
.banner-padrao:before {
  content: "";
  background: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(139.19deg, rgba(135, 193, 108, 0.85) 7.31%, rgba(34, 83, 82, 0.85) 65.25%);
}
.banner-home .row {
  align-items: center;
  padding: 12rem 0rem 6rem 0rem;
  position: relative;
  z-index: 1;
}

.banner-home .headline,
.banner-padrao .titulo,
.banner-padrao .headline,
.banner-padrao .desc {
  color: #fff;
  margin: 1rem auto;
}
.banner-home .titulo{
  color: #212121;
}
/* .banner-home .desc {
  color: #fff;
} */

.banner-home .lista-icone,
.banner-padrao .lista-icone {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.banner-home li,
.banner-padrao li {
  color: #fff;
  font-size: 1.25rem;
}

.banner-home .desc,
.banner-padrao .desc {
  font-size: 1.25rem;
}

/* .banner-home .btn:last-child,
.banner-padrao .btn:last-child {
  margin-left: 1rem;
} */

.banner-home .btn,
.banner-padrao .btn {
  margin-top: 1rem;
}

.carousel-inner {
  overflow: inherit;
}

/* .banner-home {
  padding-bottom: 9rem
} */
.banner-home .container {
  padding-bottom: 9rem;
  position: relative;
}
.banner-home .col-lg-6:last-child,
.banner-padrao .col-lg-6:last-child {
  position: unset;
}
.banner-home .imagem img {
  position: absolute;
  bottom: 0;
  right: 0rem;
  transform: translate3d(0rem, 9rem, 0rem);
  width: 57%;
}

.banner-padrao .imagem img {
  position: absolute;
  bottom: 0;
  right: 0rem;
  transform: translate3d(0rem, 0rem, 0rem);
  /* width: 38%; */
}
.banner-padrao .row {
  position: relative;
}
@media screen and (max-width: 992px) {
  .banner-home .imagem img,
  .banner-padrao .imagem img {
    display: none;
  }
}
.banner-home .banner-padrao {
  overflow: visible;
}

.banner-padrao .row {
  padding: 12rem 0;
  z-index: 3;
}

.banner-padrao .conteudo {
  margin-bottom: 0;
}


.banner-padrao .formulario {
  width: 41.66667%;
  background-color: #fff;
  box-shadow: 0.45rem 0.45rem 1.2rem rgb(0 0 0 / 11%);
  border-radius: 0.3125rem;
  padding: 3rem 2rem;
  text-align: center;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -6rem;
  z-index: 5;
}

.banner-single .row {
  justify-content: center;
}

.banner-single .conteudo {
  text-align: center;
}

.banner-single .btn {
  margin-top: 0;
}

.navbar-fixed-top {
  padding: 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: 255px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-brand img,
  .navbar-brand svg {
    transition: none;
  }
}
@media (max-width:512px){
  .navbar-brand img,
.navbar-brand svg {
  width: 185px;
  transition: all 0.2s ease-in-out;
}

}

.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: 4rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.telefone-header p a {
  color: #000;
}

.icone-bg-menu {
  margin-right: 0.33333rem;
}

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: #fcc200;
}

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: #9FDC60;
}

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: #9FDC60;
  color: #fff;
}

header .menu {
  margin-left: 1rem;
  justify-content: flex-end;
}

header .menu .nav-item .nav-link {
  color: #000;
  padding: 0.25rem 0.8rem;
  position: relative;
}
header .menu .btn .nav-link {
  color: #fff;
}

.icone-menu {
  display: flex;
  align-items: center;
}

header .menu .nav-item .nav-link .icone-bg-menu {
  margin-right: 0.33333rem;
  position: relative;
}

header .menu .nav-item.btn {
  /* border: 2px solid #ffffff; */
  background-color: #9EDB5F;
  margin: 0 0.5rem;
  padding: 0 0.2rem 0;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  header .menu .nav-item.btn {
    transition: none;
  }
}

header .menu .nav-item.btn img {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  header .menu .nav-item.btn img {
    transition: none;
  }
}

header .menu .nav-item:hover .dropdown-toggle:after,
header .menu .nav-item:focus .dropdown-toggle:after,
header .menu .nav-item.active .dropdown-toggle:after {
  filter: none;
}

header .menu .nav-item:hover .nav-link,
header .menu .nav-item:focus .nav-link,
header .menu .nav-item.active .nav-link {
  color: #9FDC60;
  font-size: 17px !important;
}

header .menu .nav-item:hover.btn,
header .menu .nav-item:focus.btn,
header .menu .nav-item.active.btn {
  background-color: #082323;
  border-color: #082323;
  color: #fff !important;
}

header .menu .nav-item:hover.btn a,
header .menu .nav-item:focus.btn a,
header .menu .nav-item.active.btn a {
  color: #fff;
}

header .menu .nav-item:hover.btn img,
header .menu .nav-item:focus.btn img,
header .menu .nav-item.active.btn img {
  filter: brightness(0) invert(1);
}

header .menu .nav-item.active .nav-link {
  font-weight: 700;
}

header .sticky {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  top: 0;
}

header .sticky .nav-item .nav-link {
  color: #2C6D6C;
}
header .sticky .menu .btn .nav-link {
  color: #fff;
}

header .sticky .telefone-header p a {
  color: #2C6D6C;
}

header .sticky .dropdown-toggle:after {
  filter: none;
}

header .sticky .wow {
  visibility: visible !important;
}

header .sticky .navbar-brand svg,
header .sticky .navbar-brand img {
  width: 125px;
  filter: none;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

footer {
  padding: 0 0 1rem;
  background: linear-gradient(93.1deg, rgba(118, 187, 86, 0.25) 3.83%, rgba(213, 226, 199, 0) 35.88%, rgba(118, 187, 86, 0.1) 99.99%, rgba(118, 187, 86, 0.25) 100%);
  background-size: cover !important;
  background-position: 0 0vw;
  background-size: 100%;
  margin-top: 18rem;

  /* background: #212121;
  position: relative;
  margin-top: 18rem */
}

footer .row {
  justify-content: center;
  position: relative;
  z-index: 2;
}

footer p,
footer a,
footer .h5 {
  color: #0F2C2B;
}

footer p {
  font-size: 0.875rem;
}

footer a:hover {
  color: #9FDC60;
  font-size: 18px;
}

footer .h5 {
  margin-bottom: 1rem;
}

footer .logo {
  margin-bottom: 1rem;
  display: block;
}

footer .logo svg,
footer .logo img {
  width: 175px;
  margin-left: 0;
}

footer .footer-info {
  padding: 6rem 1rem;
}

footer .endereco {
  align-items: start;
  margin-bottom: 1rem;
}

footer .h6 {
  margin-bottom: -2rem;
}

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/angle.svg") center center no-repeat;
  /* transform: rotate(-90deg); */
  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 .redes-sociais a {
  display: inline-block;
  margin: 0 0.2rem;
}

footer .redes-sociais a i {
  color: #2C6D6C !important;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  footer .redes-sociais a i {
    transition: none;
  }
}

footer .redes-sociais a:hover i {
  color: #0d4286 !important;
}

footer .redes-sociais .fa-stack {
  height: 1rem;
  width: 1.5rem;
  line-height: 1rem;
}

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;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  overflow: hidden;
  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: linear-gradient(92.2deg, #2E6E6D 12%, #082323 94.75%);
  border-radius: 50rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.33333rem 1rem;
  transform: translate3d(0, -50.1%, 0);
  display: inline-block;
  z-index: 1;
}

.postContainer .post .resumo {
  color: #747474;
  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;
}

.postContainer .post .desc {
  position: relative;
  padding: 0 2rem 2rem;
  width: 100%;
}

.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: #212121;
  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.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  background-color: #fff;
}

.postContainer .post:hover .ver-mais {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.postContainer .destaque {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  border-radius: 0.3125rem;
  transform: translate3d(0, -10rem, 0);
  margin-bottom: -8rem;
  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: 400px;
}

.postContainer .destaque .row {
  align-items: center;
}

.page-template-contato .banner-padrao:after{
  display: none;
}
.page-template-contato .banner-padrao .row {
  padding: 12rem 0;
}
.page-template-contato footer {
  margin-top: 0;
}

.single-solucoes .front-vantagens {
  padding-top: 10rem;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.79997rem;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
@media screen and (max-width: 992px) {
  .front-solucoes {
    transform: translate3d(0, -15%, 0) !important;
    padding-bottom: 3rem !important;
    margin-bottom: -12rem !important;
    /* background: linear-gradient(360deg, #212121 85.09%, rgba(3,70,114,0) 90.38%); */
  }
  .banner-home .row,
  .banner-padrao .row {
    align-items: top;
  }
}

.front-solucoes {
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, #EAEEEA 0%, #FFFFFF 100%);
  /* transform: translate3d(0, -45%, 0);
  margin-bottom: -10rem; */
  z-index: 1;
}

/* .front-solucoes:after {
  content: "";
  background: linear-gradient(180deg, rgba(72, 131, 131, 0) 0%, rgba(61, 123, 122, 0.91) 32.45%, #245F5E 46%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10%;
  z-index: 0;
} */

.front-solucoes > * {
  position: relative;
  z-index: 1;
}
.front-solucoes .col {
  padding: 0 1rem;
  margin: 1rem auto;
  display: flex;
}
.front-solucoes .row {
  align-items: center;
}
.front-solucoes .headline {
  color: rgba(0, 0, 0, 0.3);
}

/* .front-solucoes .titulo {
  color: #212121;
} */

.front-solucoes .text-center {
  margin-bottom: 3rem;
}

.front-solucoes .solucoes {
  align-items: stretch;
  padding-top: 6rem;
  /* padding-top: 9rem; */
}

.front-solucoes .solucao {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  padding: 1.6rem 2rem;
  height: 100%;
  color: #747474;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .front-solucoes .solucao {
    transition: none;
  }
}

.front-solucoes .solucao h2 {
  margin: 0 auto 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.front-solucoes .solucao .desc {
  font-size: 0.875rem;
}

.front-solucoes .solucao:hover {
  border-radius: 1.0125rem;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.175);
  margin: 0px -15px 0px -15px;
  padding: 20px 40px 20px 40px;
}

.front-solucoes .icone-bg {
  margin-bottom: 1.5rem;
}

.front-vantagens {
  padding: 6rem 0;
  position: relative;
}

.front-vantagens .row {
  justify-content: center;
  align-items: stretch;
}

.front-vantagens .text-center {
  margin-bottom: 3rem;
}

.front-vantagens .item {
  margin: 2rem auto;
  display: flex;
}

.front-vantagens .item .desc {
  font-size: 0.875rem;
}

.front-vantagens .icone-bg {
  margin-right: 2rem;
}

.front-vantagens .botao {
  margin-top: 3rem;
}

.front-vantagens .botao .text-center {
  margin: 0;
}

/* .front-vantagens .btn {
  color: #fff
} */

.front-vantagens.__f2 .row {
  justify-content: start;
  align-items: center;
}

.front-vantagens.__f2 .my-3 {
  margin: 1rem 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* .front-vantagens.__f2 .imagem {
    position: absolute;
    right: 0;
    padding-right: 0;
    height: 100% 
  } */

  .front-vantagens.__f2 .imagem img {
    /* margin-right: 0;*/
    object-fit: contain;
    object-position: right;
  }
}

#sobre.banner-padrao .row:last-child {
  align-items: center;
  justify-content: center;
}
#sobre.banner-padrao .btn {
  margin-left: 0;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  #sobre.banner-padrao .btn {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 4rem;
    overflow: hidden;
  }
}
.slide-header-sobre {
  width: 180%;
  height: 375px;
  display: flex;
  position: relative;
}
.slide-header-sobre div {
  height: 100%;
  width: 100%;
}
.background-slide-sobre {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.front-sobre {
  position: relative;
  margin: 3rem 0;
}

.front-sobre .container {
  background-color: #2C6D6C;
  background-size: cover;
  background-position: center;
  padding: 9rem 0 6rem;
  border-radius: 0.8rem;
}

.front-sobre .row {
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.front-sobre .titulo,
.front-sobre .headline {
  color: #fff;
}
.front-sobre .descricao {
  color: #fff;
}

.front-sobre .descricao {
  margin: 2rem auto;
}

/* .front-sobre .btn {
  color: #fff
} */
/* .front-sobre .btn:hover {
  color: #212121;
} */

.front-clientes {
  position: relative;
  padding: 6rem 0 0;
}

.front-clientes .slick-track {
  padding: 2rem 0;
}

.front-clientes blockquote {
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background-color: #f6f6f6;
  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;
  right: 1rem;
  top: -2rem;
  z-index: 1;
  width: 5rem;
  height: 5rem;
}

.front-clientes .desc {
  margin-bottom: 1rem;
}

.front-clientes .clientes {
  margin-top: 3rem;
}

.front-clientes cite {
  font-style: inherit;
}

.front-clientes cite .titulo {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.front-clientes cite .titulo,
.front-clientes cite p {
  color: #212121;
}

.front-clientes cite p {
  font-size: 0.875rem;
}

.front-clientes cite div:not(.avatar) {
  width: 70%;
}

.front-clientes .avatar {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.front-clientes .avatar img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 1rem 0 0;
}

.front-clientes .slick-dots li.slick-active button {
  opacity: 1;
}

.front-clientes .slick-dots li.slick-active button:before {
  color: #2C6D6C;
  background-color: #2C6D6C;
  opacity: 1;
  width: 2rem;
  border-radius: 999rem;
}

.front-clientes .slick-dots li button {
  padding: 0.16667rem;
  opacity: 0.6;
}

.front-clientes .slick-dots li button:before {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #2C6D6C;
  font-size: 0;
  transition: all 0.3s ease;
}

.front-clientes .slick-dots li button:hover {
  opacity: 1;
}

.front-clientes .slick-dots li button:hover:before {
  color: #0d4286;
  background-color: #0d4286;
  opacity: 1;
}

.front-cta {
  position: relative;
}
.front-cta .row {
  align-items: center;
  justify-content: center;
}
.formulario .btn,
.front-cta .btn{
  padding: 0.5rem 2rem;
}
.formulario .btn-tertiary{
  border: 3px solid #ffff;
}
.formulario .btn-tertiary,
.front-cta .btn-tertiary{
  background: linear-gradient(91.97deg, #9FDC60 14.25%, #69B61A 87.31%);
  transition: all 0.5s ease-in-out;
}
.formulario .btn-tertiary:hover,
.front-cta .btn-tertiary:hover{
  background: transparent;
  transition: all 0.5s ease-in-out;
  border: 3px solid #9FDC60;
}

.front-cta .btn-tertiary:hover{
  color: #fff;
}
.formulario .btn-tertiary:hover{
  color: #212121;
}

.front-cta .titulo {
  color: #fff;
}

.front-cta .rw {
  background-size: cover;
  background-position: center;
  padding: 6rem 1rem;
  position: relative;
  border-radius: 0.8rem;
  transform: translate3d(0, -50%, 0);
  margin-bottom: -10rem;
  overflow: hidden;
}
.front-cta .rw::after{
  content: "";
  background: linear-gradient(80.36deg, rgba(21, 21, 21, 0.97) 7.21%, rgba(31, 31, 31, 0.67) 84.72%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.front-cta .rw > * {
  position: relative;
  z-index: 1;
}

.front-cta form {
  align-items: center;
  padding: 1rem 5rem;
}

.front-cta form span {
  padding: 0.2rem;
  flex: 1 1 24%;
}

.front-cta form span.ajax-loader {
  flex: 0;
  display: none;
}

.front-cta form span.ajax-loader.is-active {
  display: block;
}

.front-cta form .btn {
  flex: 1 1 24%;
}

.front-cta .flex {
  flex-wrap: wrap;
}

.front-cta .flex div {
  flex: 1 1 100%;
  padding: 0 1rem;
}

.front-cta input {
  margin: auto;
}

.front-cta input[type="email"],
.front-cta input[type="text"],
.front-cta input[type="tel"] {
  border-radius: 50rem;
}

.sobre-descricao {
  padding: 6rem 0;
}
.sobre-descricao .col-lg-5 h2.titulo {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .sobre-descricao .row:first-child .wow {
    background: none !important;
  }
}
.sobre-equipe {
  position: relative;
  padding: 12rem 0;
}

/* .sobre-equipe:after {
  content: '';
  position: absolute;
  background: url("../img/webp/circulos.webp") no-repeat top right;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: -25%;
  top: 0%;
  margin: 0 auto;
  opacity: .2
} */

.sobre-equipe .row {
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sobre-equipe .row.text-center {
  margin-bottom: 5rem;
}

.sobre-equipe h3,
.sobre-equipe p {
  color: #fff;
}
.sobre-equipe h2 {
  color: #0d4286;
  text-align: center;
}

.sobre-equipe .item {
  position: relative;
  overflow: hidden;
  margin: 1rem auto;
}

.sobre-equipe .item:before {
  content: "";
  /* background: linear-gradient(to bottom, rgba(3, 70, 114, 0) 31%, rgba(3, 70, 114, 0.96) 98.87%); */
  background: linear-gradient(180deg, rgba(12, 65, 133, 0.49) 0%, #07e4fd 100%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.sobre-equipe img {
  width: 100%;
  border-radius: 7px;
  height: 480px;
  object-fit: cover;
  object-position: top;
}

.sobre-equipe .desc {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  color: #fff;
}
.sobre-equipe .descricao {
  text-align: center;
}

.frase {
  padding: 4rem 1rem;
}

.frase h2 {
  display: flex;
  align-items: center;
}

.frase h2:before {
  content: "";
  margin-left: 0.33333rem;
  margin-right: 0.33333rem;
  background: url("../img/svg/pontos.svg") center center no-repeat;
  width: 2rem;
  height: 1rem;
}

.solucoes-descricao {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 6rem;
}
.solucoes-descricao .container .col-lg-5 {
  position: unset;
}
.home .solucoes-descricao::after {
  display: none;
}
.page-template-sobre .solucoes-descricao::after {
  display: none;
}
.solucoes-descricao:after {
  content: "";
  background: linear-gradient(179.71deg, #F4FFF3 3.86%, rgba(145, 203, 120, 0.42) 84.72%, rgba(88, 172, 49, 0.45) 104.02%);
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.solucoes-descricao .container {
  background: none;
  position: relative;
}
.solucoes-descricao .container .row {
  position: unset;
}
#sobre.solucoes-descricao .imagem img{
  position: absolute;
  bottom: -6rem;
  right: 15px;
}
.solucoes-descricao .imagem img {
  /* transform: translate3d(0rem, -17rem, 0rem);
  margin-bottom: -23rem; */
  position: absolute;
  bottom: -6.1rem;
  right: -1.9rem;
}
@media (max-width: 992px) {
  .solucoes-descricao .imagem img {
    display: none;
  }
}

.solucoes-descricao .desc {
  background: linear-gradient(86.89deg, #2C6D6C 53.86%, #5C8F5B 75.57%, #6B9A55 82.61%);
  background-size: cover;
  background-position: center;
  padding: 9rem 0 6rem;
  border-radius: 0.8rem;
}
@media(max-width:994px){
  .solucoes-descricao .desc{
    background:#2C6D6C ;
  }
}

.solucoes-descricao .passos {
  margin-top: 3rem;
  /* color: #fff; */
}
.solucoes-descricao .passo p {
  color: #212121;
}
.solucoes-descricao .passo h4 {
  font-weight: 600;
  font-size: 1.4375rem;
  /* color: #fff; */
}
.solucoes-descricao .passos .headline{
  color: #212121;
}
/* .solucoes-descricao .passos h2 {
  color: #fff;
} */

.solucoes-descricao .counter {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  /* background: linear-gradient(180deg, #2C6D6C 0%, #07e4fd 100%); */
  background: #1F5150;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: 50%;
  line-height: 55px;
  min-width: 57px;
  max-width: 57px;
  height: 57px;
  text-align: center;
  border: 2px solid #488383;
}

.solucoes-descricao .h5,
.solucoes-descricao p {

}

.solucoes-descricao .h5 {
  margin: 1rem auto;
}

.solucoes-descricao .text-center {
  margin-bottom: 3rem;
}
.contato-secao-1 .row.infos .info-contato {
  margin-bottom: 3rem;
}
.contato-secao-1 {
  padding: 2rem 0 12rem;
}

.contato-secao-1 .row {
  justify-content: center;
}

.contato-secao-1 .bold a {
  font-weight: 700;
}

/* .contato-secao-1 .col-lg-6 {
  margin-top: 3rem
} */

.contato-secao-1 .infos {
  justify-content: start;
}
@media (max-width: 991.98px) {
  .contato-secao-1 .infos {
    margin-bottom: 8rem;
  }
}
.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: #747474;
}

.contato-secao-1 a:hover {
  color: #2C6D6C;
}

.contato-secao-1 .endereco {
  display: flex;
  margin-bottom: 1rem;
  align-items: start;
}

.contato-secao-1 .formulario {
  padding: 2rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  background-color: #fff;
  transform: translate3d(0, -50.1%, 0);
  margin-bottom: -10rem;
  box-shadow: 0.45rem 0.45rem 1.2rem rgba(0, 0, 0, 0.105);
  border-radius: 0.3125rem;
  z-index: 99999 !important;
  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: 1px solid #f7f8fc;
  background-color: #f7f8fc;
  border-radius: 0.3125rem;
  margin: 0 0.16667rem;
}

.contato-secao-1 .redes-sociais a i {
  color: #fcc200 !important;
}

.contato-secao-1 .redes-sociais a:hover {
  background-color: #dee2e6;
}

.contato-secao-1 .redes-sociais .fa-stack {
  height: 2.657rem;
  line-height: 2.657rem;
}

.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 {
  background-color: #f6f6f6;
}

.ultimos-posts .post:hover,
.secao-especiais .post:hover {
  background-color: #f6f6f6;
}

.secao-especiais {
  padding: 3rem 0 0;
}

.posts-sn {
  margin-top: 3rem;
}

.blog-destaque {
  transform: translate3d(0, -10rem, 0);
  margin-bottom: -8rem;
}

.blog-destaque .row {
  justify-content: center;
}

.posts-relacionados {
  padding: 6rem 0 0;
}

.posts-relacionados .post {
  background-color: #f6f6f6;
}

.posts-relacionados .post:hover {
  background-color: #f6f6f6;
}

.ad {
  padding: 8rem 2rem;
  border-radius: 0.3125rem;
  margin: 2rem auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}

.ad .btn,
.ad h2 {
  position: relative;
  z-index: 1;
}

.ad h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.ad:before {
  content: "";
  background: linear-gradient(102.7deg, rgba(94, 130, 130, 0.3135) 17.61%, rgba(49, 47, 48, 0.95) 79.12%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0.3125rem;
}

/* REDES SOCIAIS BLOG */
.sidebar-blog .redes-sociais {
  margin-top: 0;
}
.sidebar-blog .redes-sociais li {
  margin: 0;
}
.sidebar-blog .redes-sociais li a {
  padding: 0;
  border: none;
}
.sidebar-blog .redes-sociais li a .fa-stack-1x {
  width: 0;
  color: #24356f;
  transition: all 0.3s ease;
}
.sidebar-blog .redes-sociais li a .fa-stack-1x:hover {
  color: #9FDC60;
  transition: all 0.3s ease;
}
/* REDES SOCIAIS BLOG */

.sidebar-blog {
  margin-top: 3rem;
}
.sidebar-blog li {
  margin: 1.5rem 0rem;
}

.sidebar-blog h2 {
  font-weight: 700;
}

.sidebar-blog .border {
  margin: 2rem auto;
}

.sidebar-blog ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

/* .sidebar-blog li {
  margin: 0.5rem auto;
} */

.sidebar-blog li a {
  color: #747474;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-blog li a:hover {
  border-color: #0086de;
}

.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: #0086de;
  font-size: 1rem;
}

.sidebar-blog .lvm-social .lvm-link:hover {
  background-color: #dee2e6;
}

.single-post .banner-single .info,
.single-post .banner-single .tempo {
  display: flex;
  align-items: center;
}

.single-post .banner-single .info {
  margin-bottom: 2rem;
  justify-content: space-between;
}

.single-post .banner-single .categoria {
  margin-right: 3rem;
}

.single-post .banner-single .tempo {
  color: #fff;
  font-weight: 700;
}

.single-post .banner-single .tempo img {
  margin-right: 0.5rem;
}

.single-post main .row {
  justify-content: center;
}

.single-post #breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.single-post #breadcrumbs span {
  color: #fff;
}

.single-post .postInfo {
  transform: translate3d(0, -6rem, 0);
  margin-bottom: -5rem;
}

.single-post .postInfo h1 {
  color: #fff;
  font-size: 3rem;
  margin-top: 1rem;
}

.single-post .imagem-destacada {
  min-height: 60vh;
  border-radius: 0.3125rem;
  background-size: cover;
  background-position: center;
}

.single-post .postCont {
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 2rem 1rem;
}

.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 .col-lg-1.redes-sociais {
  padding: 0;
}

.single-post .lvm-social {
  display: flex;
  flex-wrap: wrap;
}

.single-post .redes-sociais {
  margin-top: 1rem;
}

.single-post .lvm-link {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 0.5rem;
  margin: 0.5rem 2rem;
  font-size: 0.8rem;
  color: #2C6D6C;
}

.single-post .redes-sociais {
  position: sticky;
  top: 5rem;
  height: 100%;
}

@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) {
  .contato-secao-1 .row {
    flex-direction: column-reverse;
  }
  .page-template-contato .banner-padrao .row {
    padding: 3rem 0 0;
    align-items: center;
  }

  .banner-home .conteudo {
    text-align: center;
  }

  .front-sobre .container {
    padding: 6rem 1rem;
    border-radius: 0;
  }
  /* .banner-home .titulo, */
  .banner-padrao .titulo {
    font-size: 1.75rem;
    color: #fff;
  }
  .front-solucoes .col {
    margin: 1rem auto;
  }

  .front-solucoes .solucao {
    position: relative;
    padding-bottom: 3rem;
  }

  .headline.destaque {
    font-size: 1.75rem;
  }
  .telefone-header {
    display: none;
  }

  .menu-mobile {
    z-index: 1030;
    position: relative;
    padding-bottom: 0;
  }

  .menu-mobile:focus {
    outline: none;
  }

  .menu-mobile i {
    background-color: #ffffff;
    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: #ffffff;
    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.abrir {
    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.abrir i {
    background-color: transparent;
  }

  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile.abrir i:after {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.abrir i:before {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .menu-mobile[aria-expanded="true"] i:after,
  .menu-mobile[aria-expanded="true"] i:before,
  .menu-mobile.abrir i:after,
  .menu-mobile.abrir i:before {
    background-color: #fff;
    transition: 0.3s;
  }

  .sticky .menu-mobile i {
    background-color: #000;
  }

  .sticky .menu-mobile i:after,
  .sticky .menu-mobile i:before {
    background-color: #000;
  }

  .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: #212121;
    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.show {
    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;
  }

  #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 ul .nav-item {
    margin: 15px 0;
    padding: 0;
    height: auto;
  }

  #menu-principal ul .nav-item.dropdown ul .nav-item.current-menu-item a {
    background: #f7f8fc;
  }

  #menu-principal ul .nav-item.dropdown ul .nav-item a {
    color: #212121;
    padding: 1rem;
  }

  #menu-principal ul .nav-item a {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    padding: 1rem 0;
    text-align: left;
    font-size: 0.875rem;
  }

  #menu-principal ul .nav-item a:after {
    display: none;
  }

  #menu-principal ul .nav-item.active,
  #menu-principal ul .nav-item:focus {
    border-left: 4px solid white;
    background-color: transparent;
  }

  #menu-principal ul .nav-item.active a,
  #menu-principal ul .nav-item:focus a {
    color: white;
    font-weight: 700;
  }

  .menu-categorias .btn {
    margin-left: 0 !important;
  }
  /* .banner-home .titulo, */
  .banner-padrao .titulo {
    font-size: 1.75rem;
    color: #fff;
  }

  .banner-home .headline,
  .banner-padrao .headline {
    color: #fff;
  }
  .banner-padrao .formulario {
    display: none;
  }

  .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, 8rem, 0);
    margin: -5rem 1rem;
  }

  .banner-blog .row {
    min-height: 70vh !important;
  }
  footer .footer-info {
    padding: 0 1rem;
  }

  footer .logo svg {
    margin-bottom: 0;
  }

  footer .h4 {
    margin: 2rem auto 0.5rem;
  }

  footer .redes-sociais {
    justify-content: start;
    margin-top: 0;
  }

  footer .redes-sociais li {
    margin: 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 .sw {
    text-align: center;
  }

  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: #2C6D6C;
    background-color: #2C6D6C;
  }

  .btn {
    font-size: 0.875rem;
    margin: 1rem auto;
    display: grid;
  }

  .paginacao,
  .pagination {
    padding: 0;
  }

  .frase {
    margin-top: 3rem;
    padding-bottom: 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%;
  }

  .post-destaque{
    padding: 3rem 0;
  }

  .front-descricao {
    padding-bottom: 0;
  }

  .front-descricao:after {
    display: none;
  }

  .front-descricao .text-center {
    margin-bottom: 5rem;
  }

  .front-descricao .imagem {
    margin-bottom: 1rem;
    order: -1 !important;
  }

  .front-descricao .item .titulo {
    font-size: 1.5rem;
    margin: -5rem 0rem 1rem 0rem;
  }

  .front-descricao .item .titulo:after {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }

  .front-cta {
    background-position: center;
  }

  .front-cta form {
    padding: 0;
    margin-top: 1rem;
  }

  .front-cta form span {
    padding: 0;
    flex: 0 0 100%;
  }

  .front-cta input[type="text"],
  .front-cta input[type="email"] {
    margin: 0 0 1rem;
  }

  .contato-secao-1 {
    padding-bottom: 12rem;
  }

  .contato-secao-1 .mapa {
    margin: 1rem auto;
  }

  .contato-secao-1 .formulario {
    transform: none;
    margin: 1rem 1rem 2rem;
  }

  .sobre-equipe {
    padding: 3rem 0;
  }

  .sobre-equipe .row.text-center {
    margin-bottom: 1rem;
  }

  .sobre-equipe .pessoa {
    margin: 1rem 1rem;
    padding: 0;
  }

  .postContainer .destaque {
    padding: 1rem;
    transform: translate3d(0, -15rem, 0);
    margin-bottom: -18rem;
  }

  .postContainer .destaque h2 {
    font-size: 1.75rem;
  }

  .postContainer .destaque .resumo {
    font-size: 1rem;
  }

  .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 .info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-post .banner-single .categoria {
    margin-right: 0;
  }

  .single-post .imagem-destacada {
    min-height: 40vh;
    border-radius: 0;
  }

  .single-post main {
    padding-bottom: 3rem;
  }

  .single-post .lvm-link {
    margin: 1rem auto;
  }

  .single-post .postInfo h1 {
    font-size: 1.75rem;
  }

  .single-post .postCont h2 {
    font-size: 1.5rem;
  }

  .single-post .posts-relacionados {
    padding: 1rem 0;
  }

  .single-post .posts-relacionados .container {
    padding: 0;
  }


  /* ESPAÇAMENTOS */
  .front-vantagens {
    padding: 6rem 0;
  }

  /* ESPAÇAMENTOS */
}
@media (min-width:2300){
  .banner-home .row{
    height: 75vh !important;
  }
}
.front-descricao-2{
  padding: 5rem 0rem;
}
.front-descricao-2 .conteudo:last-child{
  flex-direction: row-reverse;
}
.front-descricao-2 .conteudo{
  padding-top:1rem;
  align-items: center;
}
.front-descricao-2 .icon-b{
  font-size: 2rem;
  color: #9FDC60;
}
.front-descricao-2 .traco{
  padding: 5rem 0;
}
.sobre-valores{
  padding: 6rem 0;
}
.sobre-valores .row{
  align-items: center;
}
.sobre-valores .topico{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 10px;
padding: 1.5rem 0.75rem;

}
.sobre-valores .topico:first-child{
  margin-bottom: 2rem;
}
.sobre-valores .topico img{
  margin: 0;
  margin-bottom: 1.5rem;
}
.sobre-valores .topico h3.h5{
  margin-bottom: 0.75rem;
}
.sobre-valores .topico span{
  font-weight: 600;
}
@media(max-width:560px){
  .sobre-valores .col-lg-3{
    margin-bottom: 2rem;
  }
}