@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&family=Raleway:wght@100;300;400;500;600;700&display=swap);@charset "UTF-8";
.floating-whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-dialog {
  display: none;
  background-color: #003465;
  border-radius: 30px 30px 0 30px;
  color: white;
  position: absolute;
  bottom: 31vh;
  right: 0;
  width: 335px;
  height: 257px;
  padding: 29px;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  .whatsapp-dialog {
    bottom: 38vh;
  }
}
.whatsapp-dialog p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.whatsapp-dialog input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.whatsapp-dialog input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.whatsapp-dialog input::placeholder {
  color: white;
  opacity: 1;
}
.whatsapp-dialog__button {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003465;
  background: #fff;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  gap: 10px;
  font-size: 15px;
}
.whatsapp-dialog__button:disabled {
  opacity: 0.5;
}
.whatsapp-dialog__button i {
  transition: all 0.3s ease-in-out;
}
.whatsapp-dialog__button:hover i {
  opacity: 0;
  margin-left: -30px;
}

.floating-whatsapp-button {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  outline: none;
  color: #ffffff;
  z-index: 610;
  background-color: #0dc143;
  transition: 0.3s;
  cursor: pointer;
  /*iOS Devices*/
  /*Android Devices*/
  /*Mobile screen*/
}
@supports (-webkit-touch-callout: none) {
  .floating-whatsapp-button {
    top: 27vh;
    transform: translateY(-50%);
  }
}
@supports not (-webkit-touch-callout: none) {
  .floating-whatsapp-button {
    bottom: 27vh;
    transform: translateY(50%);
  }
}
@media (max-width: 1200px) {
  .floating-whatsapp-button {
    width: 66px;
    height: 66px;
    right: 15px;
  }
}
@media (max-width: 320px) {
  .floating-whatsapp-button {
    top: 92vw;
    right: 3px;
  }
}
.floating-whatsapp-button--hidden {
  display: none;
}
.floating-whatsapp-button--inside-menu {
  position: relative;
  right: unset;
  top: unset;
  bottom: unset;
  transform: unset;
  height: 50px;
}
.floating-whatsapp-button--inside-menu .icon-icone-contato {
  font-size: 24px;
}
.floating-whatsapp-button--inside-menu > .floating-whatsapp-button__label {
  width: 200px !important;
  height: 50px;
  opacity: 1;
}
.floating-whatsapp-button__label {
  background-color: #0dc143;
  color: #ffffff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80px;
  height: 80px;
  right: 40px;
  padding-right: 44px;
  opacity: 0;
  font-weight: 600;
  transition: 0.2s;
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
  /*Mobile screen*/
}
@media (max-width: 1200px) {
  .floating-whatsapp-button__label {
    width: 66px;
    height: 66px;
    right: 33px;
    padding-right: 37px;
  }
}
.floating-whatsapp-button:hover > .floating-whatsapp-button__label {
  font-size: 15px;
  /*Mobile screen*/
}
@media (min-width: 1200px) {
  .floating-whatsapp-button:hover > .floating-whatsapp-button__label {
    width: 250px;
    opacity: 1;
  }
}
.floating-whatsapp-button__icon {
  font-size: 36px;
  z-index: 1;
  /*Mobile screen*/
}
@media (max-width: 1200px) {
  .floating-whatsapp-button__icon {
    font-size: 30px;
  }
}

@font-face {
  font-family: "Gotham";
  src: url(../fonts/GothamBook.ttf);
}
@font-face {
  font-family: "Gotham";
  font-weight: 700;
  src: url(../fonts/Gotham-Bold.otf);
}
@font-face {
  font-family: "Dekar";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Dekar-Regular-400.otf) format("opentype");
}
@font-face {
  font-family: "Dekar";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Dekar-Light-300.otf) format("opentype");
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #212529;
  text-align: left;
  background-color: #ffffff;
}

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: bolder;
}

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: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

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

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525C43;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #525C43;
  border-radius: 0;
  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:focus {
  color: #525C43;
  background-color: transparent;
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #525C43;
}
select.form-control:focus::-ms-value {
  color: #525C43;
  background-color: transparent;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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.3rem;
}

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

.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: 0.875em;
  color: transparent;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: transparent;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: transparent;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: transparent;
}
.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: transparent;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: transparent;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(25.5, 25.5, 25.5, 0);
  background-color: rgba(25.5, 25.5, 25.5, 0);
}
.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(0, 0, 0, 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: transparent;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: transparent;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #cc2a39;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: #ffffff;
  background-color: rgba(204, 42, 57, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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: #cc2a39;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #cc2a39;
  box-shadow: 0 0 0 0.2rem rgba(204, 42, 57, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cc2a39;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #cc2a39;
  box-shadow: 0 0 0 0.2rem rgba(204, 42, 57, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cc2a39;
}
.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: #cc2a39;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #cc2a39;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(218.6341463415, 78.3658536585, 91.3536585366);
  background-color: rgb(218.6341463415, 78.3658536585, 91.3536585366);
}
.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(204, 42, 57, 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: #cc2a39;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cc2a39;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cc2a39;
  box-shadow: 0 0 0 0.2rem rgba(204, 42, 57, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .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;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(63.75, 63.75, 63.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(89.25, 89.25, 89.25);
  border-color: rgb(89.25, 89.25, 89.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525C43;
  vertical-align: middle;
  background: transparent 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='%23525C43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #525C43;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(63.75, 63.75, 63.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #525C43;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #525C43;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 35px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(63.75, 63.75, 63.75);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 35px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #525C43;
  background-color: transparent;
  border: 1px solid #525C43;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #525C43;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(89.25, 89.25, 89.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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: -moz-min-content;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 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.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .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: -moz-min-content;
    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;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("/portal/klasse/fonts/icomoon.eot?jgie1h");
  src: url("/portal/klasse/fonts/icomoon.eot?jgie1h#iefix") format("embedded-opentype"), url("/portal/klasse/fonts/icomoon.woff2?jgie1h") format("woff2"), url("/portal/klasse/fonts/icomoon.ttf?jgie1h") format("truetype"), url("/portal/klasse/fonts/icomoon.woff?jgie1h") format("woff"), url("/portal/klasse/fonts/icomoon.svg?jgie1h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\EA4B";
  color: #FFFFFF;
}

.icon-bike-white:before {
  content: "\E908";
  color: #fff;
}

.icon-piscina-white:before {
  content: "\E907";
  color: #fff;
}

.icon-infraestrutura-para-automacao1:before {
  content: "\E906";
  color: #fff;
}

.icon-alimentacao2:before {
  content: "\E905";
  color: #fff;
}

.icon-plantas-com-opcao-1:before {
  content: "\E903";
  color: #fff;
}

.icon-diversidade-cultural:before {
  content: "\E904";
  color: #fff;
}

.icon-bag:before {
  content: "\E9BB";
}

.icon-central-delivery:before {
  content: "\E9BB";
}

.icon-vaga-visitante:before {
  content: "\EA40";
}

.icon-hoteis-sobre:before {
  content: "\EA44";
}

.icon-desembacador-de-espelho-no-banheiro-da-suite-master:before {
  content: "\EA43";
}

.icon-agillity-dog:before {
  content: "\E9C4";
}

.icon-alimentacao1:before {
  content: "\E9C5";
}

.icon-andares2:before {
  content: "\E9C6";
}

.icon-aptos1:before {
  content: "\E9C7";
}

.icon-aquecedor-de-toalhas1:before {
  content: "\E9C9";
}

.icon-aquecimento-central1:before {
  content: "\E9CA";
}

.icon-aquecimento-central-solar1:before {
  content: "\E9CB";
}

.icon-ar-condicionado1:before {
  content: "\E9CC";
}

.icon-area-comum-decorada:before {
  content: "\E9CD";
}

.icon-area-terreno1:before {
  content: "\E9CE";
}

.icon-attachment:before {
  content: "\E9CF";
}

.icon-baggage-lockers1:before {
  content: "\E9D0";
}

.icon-banheiro-cuba1:before {
  content: "\E9D1";
}

.icon-beach-tenis1:before {
  content: "\E9D2";
}

.icon-beauty-care1:before {
  content: "\E9D3";
}

.icon-bicicletario1:before {
  content: "\E9D4";
}

.icon-bosque1:before {
  content: "\E9D5";
}

.icon-brinquedoteca1:before {
  content: "\E9D6";
}

.icon-caixilhos-persiana-integrada1:before {
  content: "\E9D7";
}

.icon-calendario1:before {
  content: "\E9D8";
}

.icon-central-de-atendimento2:before {
  content: "\E9D9";
}

.icon-central-de-limpeza2:before {
  content: "\E9DA";
}

.icon-central-delivery2:before {
  content: "\E9DB";
}

.icon-central-de-manutencao1:before {
  content: "\E9DC";
}

.icon-churrasqueira1:before {
  content: "\E9DD";
  font-size: 38px;
}

.icon-ciclovia1:before {
  content: "\E9DE";
}

.icon-cinema2:before {
  content: "\E9DF";
}

.icon-comodidade1:before {
  content: "\E9E0";
}

.icon-concierge2:before {
  content: "\E9E1";
}

.icon-conforto-acustico2:before {
  content: "\E9E2";
}

.icon-conservacao-patrimonial:before {
  content: "\E9E3";
}

.icon-contato:before {
  content: "\E9E4";
}

.icon-coworking2:before {
  content: "\E9E5";
}

.icon-deck-molhado1:before {
  content: "\E9E6";
}

.icon-deposito1:before {
  content: "\E9E7";
}

.icon-descanso1:before {
  content: "\E9E8";
}

.icon-dorms2:before {
  content: "\E9E9";
}

.icon-educacao1:before {
  content: "\E9EA";
}

.icon-elevador1:before {
  content: "\E9EB";
}

.icon-enter1:before {
  content: "\E9EC";
}

.icon-entrada-de-pedestres-com-transfer1:before {
  content: "\E9ED";
}

.icon-espaco-funcional1:before {
  content: "\E9EE";
}

.icon-espaco-gourmet2:before {
  content: "\E9EF";
}

.icon-espaco-multiuso:before {
  content: "\E9F0";
}

.icon-espaco-zen:before {
  content: "\E9F1";
}

.icon-fase-obra1:before {
  content: "\E9F2";
}

.icon-fechadura-digital1:before {
  content: "\E9F3";
}

.icon-file-text:before {
  content: "\E9F4";
}

.icon-fitness2:before {
  content: "\E9F5";
}

.icon-footer-facebook1:before {
  content: "\E9F6";
}

.icon-footer-imprensa:before {
  content: "\E9F7";
}

.icon-footer-instagram1:before {
  content: "\E9F8";
}

.icon-footer-ligue:before {
  content: "\E9F9";
}

.icon-footer-linkedin1:before {
  content: "\E9FA";
}

.icon-footer-mapa:before {
  content: "\E9FB";
}

.icon-footer-youtube1:before {
  content: "\E9FE";
}

.icon-forno-de-pizza1:before {
  content: "\E9FF";
}

.icon-foyer1:before {
  content: "\EA00";
}

.icon-gerador-conforto1:before {
  content: "\EA01";
}

.icon-guarita-blindada2:before {
  content: "\EA02";
}

.icon-hoteis1:before {
  content: "\EA03";
}

.icon-infraestrutura-para-aspiracao-central:before {
  content: "\EA04";
}

.icon-infraestrutura-para-automacao:before {
  content: "\EA05";
}

.icon-lanvaderia-compartilhada:before {
  content: "\EA06";
}

.icon-lazer1:before {
  content: "\EA07";
}

.icon-lobby1:before {
  content: "\EA08";
}

.icon-localizacao1:before {
  content: "\EA09";
}

.icon-locker-facillities:before {
  content: "\EA0A";
}

.icon-lounge1:before {
  content: "\EA0B";
}

.icon-lupa2:before {
  content: "\EA0C";
}

.icon-manutencao-paisagismo:before {
  content: "\EA0D";
}

.icon-mapa-box-localizacao1:before {
  content: "\EA0E";
}

.icon-metragem2:before {
  content: "\EA0F";
}

.icon-miniarvorismo1:before {
  content: "\EA10";
}

.icon-mirante:before {
  content: "\EA11";
}

.icon-misturador-monocromado-no-lavatorio:before {
  content: "\EA12";
}

.icon-pattern-bg1:before {
  content: "\EA13";
}

.icon-pay-per-use1:before {
  content: "\EA14";
}

.icon-pet-care1:before {
  content: "\EA15";
}

.icon-pet-place2:before {
  content: "\EA16";
}

.icon-pin2 .path1:before {
  content: "\EA17";
  color: rgb(0, 74, 143);
}

.icon-pin2 .path2:before {
  content: "\EA18";
  margin-left: -1em;
  color: rgb(0, 74, 143);
}

.icon-pin2 .path3:before {
  content: "\EA19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-piscina2:before {
  content: "\EA1A";
}

.icon-piso1:before {
  content: "\EA1B";
}

.icon-plantas-com-opcao1:before {
  content: "\EA1C";
}

.icon-play2:before {
  content: "\EA1D";
}

.icon-playground2:before {
  content: "\EA1E";
}

.icon-ponto-agua-geladeira1:before {
  content: "\EA1F";
}

.icon-portaria1:before {
  content: "\EA20";
}

.icon-posto-de-seguranca-24h:before {
  content: "\EA21";
}

.icon-posto-seguranca1:before {
  content: "\EA22";
}

.icon-praca1:before {
  content: "\EA23";
}

.icon-prainha1:before {
  content: "\EA24";
}

.icon-previsao-para-automacao-para-som:before {
  content: "\EA25";
}

.icon-projeto-arquitetura1:before {
  content: "\EA26";
}

.icon-projeto-decoracao1:before {
  content: "\EA27";
}

.icon-projeto-paisagismo1:before {
  content: "\EA28";
}

.icon-quadra1:before {
  content: "\EA29";
}

.icon-redario1:before {
  content: "\EA2A";
}

.icon-sala-de-massagem1:before {
  content: "\EA2B";
}

.icon-sala-de-reuniao2:before {
  content: "\EA2C";
}

.icon-salao-de-festas2:before {
  content: "\EA2D";
}

.icon-salao-de-jogos1:before {
  content: "\EA2E";
}

.icon-saude1:before {
  content: "\EA2F";
}

.icon-sauna1:before {
  content: "\EA30";
}

.icon-seta1:before {
  content: "\EA31";
}

.icon-seta-estendida1:before {
  content: "\EA32";
}

.icon-seta-rodape1:before {
  content: "\EA33";
}

.icon-solarium1:before {
  content: "\EA34";
}

.icon-spa2:before {
  content: "\EA35";
}

.icon-tela-cheia1:before {
  content: "\EA36";
  color: #9c9c9c;
}

.icon-terraco:before {
  content: "\EA37";
}

.icon-tomada-usb1:before {
  content: "\EA38";
  font-size: 35px;
}

.icon-torres2:before {
  content: "\EA39";
}

.icon-tour-virtual2:before {
  content: "\EA3A";
}

.icon-tv1:before {
  content: "\EA3B";
}

.icon-unidades2:before {
  content: "\EA3C";
}

.icon-unidades-hotelarias:before {
  content: "\EA3D";
}

.icon-vaga-eletrica1:before {
  content: "\EA3E";
}

.icon-vaga-normal:before {
  content: "\EA3F";
}

.icon-wi-fi1:before {
  content: "\EA41";
}

.icon-yoga1:before {
  content: "\EA42";
}

.icon-icone-arquivo:before {
  content: "\E9FC";
}

.icon-icone-imagem:before {
  content: "\E9FD";
}

.icon-portal-cli1:before {
  content: "\E9BD";
}

.icon-portal-cli5:before {
  content: "\E9C1";
}

.icon-portal-cli2:before {
  content: "\E9BE";
}

.icon-portal-cli3:before {
  content: "\E9BF";
}

.icon-portal-cli4:before {
  content: "\E9C0";
}

.icon-portal-cli6:before {
  content: "\E9C2";
}

.icon-curriculo:before {
  content: "\E97F";
}

.icon-hoteis:before {
  content: "\E980";
}

.icon-agility-dog:before {
  content: "\E981";
}

.icon-aquecedor-de-toalhas:before {
  content: "\E982";
}

.icon-aquecimento-central-solar:before {
  content: "\E983";
}

.icon-aquecimento-central:before {
  content: "\E984";
}

.icon-area-comun-decorada:before {
  content: "\E985";
}

.icon-baggage-lockers:before {
  content: "\E986";
}

.icon-banheiro-cuba:before {
  content: "\E987";
}

.icon-beach-tenis:before {
  content: "\E988";
}

.icon-beauty-Care:before {
  content: "\E989";
}

.icon-bosque:before {
  content: "\E98A";
}

.icon-central-de-atendimento1:before {
  content: "\E98B";
}

.icon-central-de-limpeza1:before {
  content: "\E98C";
}

.icon-central-de-manuteno:before {
  content: "\E98D";
}

.icon-central-delivery1:before {
  content: "\E98E";
}

.icon-ciclovia:before {
  content: "\E98F";
}

.icon-cinema1:before {
  content: "\E990";
}

.icon-concierge1:before {
  content: "\E991";
}

.icon-conservao-patrimonia:before {
  content: "\E992";
}

.icon-coworking1:before {
  content: "\E993";
}

.icon-deck-molhado:before {
  content: "\E994";
}

.icon-deposito:before {
  content: "\E995";
}

.icon-descanso:before {
  content: "\E996";
}

.icon-elevador:before {
  content: "\E997";
}

.icon-entrada-de-pedestres-com-transfer:before {
  content: "\E998";
}

.icon-espao-Multiuso:before {
  content: "\E999";
}

.icon-espao-zen:before {
  content: "\E99A";
}

.icon-fechadura-digital:before {
  content: "\E99B";
  font-size: 34px;
}

.icon-forno-de-pizza:before {
  content: "\E99C";
}

.icon-foyer:before {
  content: "\E99D";
}

.icon-guarita-blindada1:before {
  content: "\E99E";
}

.icon-infraestrutura-para-aspirao-central:before {
  content: "\E99F";
}

.icon-infraestrutura-para-automao:before {
  content: "\E9A0";
}

.icon-lavanderia-compartilhada:before {
  content: "\E9A1";
}

.icon-lobby:before {
  content: "\E9A2";
}

.icon-lockers-facilities:before {
  content: "\E9A3";
}

.icon-lounge:before {
  content: "\E9A4";
}

.icon-manuteno-de-paisagismo:before {
  content: "\E9A5";
}

.icon-miniarvorismo:before {
  content: "\E9A6";
}

.icon-mirant:before {
  content: "\E9A7";
}

.icon-misturador-monocomando-no-lavatrio:before {
  content: "\E9A8";
}

.icon-pet-care:before {
  content: "\E9A9";
}

.icon-piso:before {
  content: "\E9AA";
}

.icon-plantas-com-opcao:before {
  content: "\E9AB";
}

.icon-ponto-agua-geladeira:before {
  content: "\E9AC";
}

.icon-portaria:before {
  content: "\E9AD";
}

.icon-posto-de-segurana-24h:before {
  content: "\E9AE";
}

.icon-prainha:before {
  content: "\E9AF";
}

.icon-previso-para-automao-para-som:before {
  content: "\E9B0";
}

.icon-quadra:before {
  content: "\E9B1";
}

.icon-redario:before {
  content: "\E9B2";
}

.icon-sala-de-massagem:before {
  content: "\E9B3";
}

.icon-sala-de-reuniao1:before {
  content: "\E9B4";
}

.icon-sauna:before {
  content: "\E9B5";
}

.icon-solarium:before {
  content: "\E9B6";
}

.icon-spa1:before {
  content: "\E9B7";
}

.icon-terrao:before {
  content: "\E9B8";
}

.icon-tv:before {
  content: "\E9B9";
}

.icon-unidhotelarias:before {
  content: "\E9BA";
}

.icon-yoga:before {
  content: "\E9BC";
}

.icon-sobre-constuidos:before {
  content: "\E97A";
}

.icon-sobre-hotel:before {
  content: "\E97B";
}

.icon-sobre-lancamento:before {
  content: "\E97C";
}

.icon-sobre-unidades-hoteleiras:before {
  content: "\E97D";
}

.icon-sobre-unidades-lancadas:before {
  content: "\E97E";
}

.icon-seta-rodape:before {
  content: "\E979";
  color: #004a8f;
}

.icon-alimentacao:before {
  content: "\E941";
  color: #e04343;
}

.icon-andares:before {
  content: "\E942";
  color: #21b5ea;
}

.icon-aptos:before {
  content: "\E943";
  color: #004a8f;
}

.icon-ar-condicionado:before {
  content: "\E944";
  color: #21b5ea;
  font-size: 34px;
}

.icon-area-terreno:before {
  content: "\E945";
  color: #21b5ea;
}

.icon-bicicletario:before {
  content: "\E946";
  color: #21b5ea;
}

.icon-brinquedoteca:before {
  content: "\E947";
  color: #21b5ea;
}

.icon-caixilhos-persiana-integrada:before {
  content: "\E948";
  color: #21b5ea;
}

.icon-calendario:before {
  content: "\E949";
  color: #fff;
}

.icon-churrasqueira:before {
  content: "\E94A";
  color: #21b5ea;
}

.icon-comodidade:before {
  content: "\E94B";
  color: #5f5f5f;
}

.icon-conforto-acustico:before {
  content: "\E94C";
  color: #21b5ea;
}

.icon-dorms:before {
  content: "\E94D";
  color: #fff;
}

.icon-educacao:before {
  content: "\E94E";
  color: #004a8f;
}

.icon-enter:before {
  content: "\EA4A";
  color: #fff;
}

.icon-espaco-funcional:before {
  content: "\E950";
  color: #21b5ea;
}

.icon-espaco-gourmet:before {
  content: "\E951";
  color: #21b5ea;
}

.icon-fase-obra:before {
  content: "\E952";
  color: #fff;
}

.icon-fitness:before {
  content: "\E953";
  color: #21b5ea;
}

.icon-footer-facebook:before {
  content: "\E954";
  color: #fff;
}

.icon-footer-icone-imprensa:before {
  content: "\E900";
  color: #fff;
}

.icon-footer-icone-ligue:before {
  content: "\E901";
  color: #fff;
}

.icon-footer-icone-mapa:before {
  content: "\E902";
  color: #fff;
}

.icon-footer-instagram:before {
  content: "\E955";
  color: #fff;
}

.icon-footer-linkedin:before {
  content: "\E956";
  color: #fff;
}

.icon-footer-youtube:before {
  content: "\E957";
  color: #fff;
}

.icon-gerador-conforto:before {
  content: "\E958";
  color: #21b5ea;
}

.icon-icone-contato:before {
  content: "\E959";
  color: #fff;
}

.icon-lazer:before {
  content: "\E95A";
  color: #fff;
}

.icon-localizacao:before {
  content: "\E95B";
}

.icon-lupa:before {
  content: "\E95C";
  color: #004a8f;
}

.icon-mapa-box-localizacao:before {
  content: "\E95D";
}

.icon-metragem:before {
  content: "\E95E";
  color: #004a8f;
}

.icon-pattern-bg:before {
  content: "\E95F";
  color: #fff;
}

.icon-pay-per-use:before {
  content: "\E960";
  color: #21b5ea;
}

.icon-pet-place:before {
  content: "\E961";
  color: #21b5ea;
}

.icon-pin .path1:before {
  content: "\E962";
  color: rgb(0, 74, 143);
}

.icon-pin .path2:before {
  content: "\E963";
  margin-left: -0.8916015625em;
  color: rgb(0, 74, 143);
}

.icon-pin .path3:before {
  content: "\E964";
  margin-left: -0.8916015625em;
  color: rgb(255, 255, 255);
}

.icon-piscina:before {
  content: "\E965";
  color: #21b5ea;
}

.icon-play:before {
  content: "\E966";
  color: #fff;
}

.icon-playground:before {
  content: "\E967";
  color: #21b5ea;
}

.icon-posto-seguranca:before {
  content: "\E968";
}

.icon-praca:before {
  content: "\E969";
  color: #21b5ea;
}

.icon-projeto-arquitetura:before {
  content: "\E96A";
  color: #21b5ea;
}

.icon-projeto-decoracao:before {
  content: "\E96B";
  color: #21b5ea;
}

.icon-projeto-paisagismo:before {
  content: "\E96C";
  color: #21b5ea;
}

.icon-salao-de-festas:before {
  content: "\E96D";
  color: #21b5ea;
}

.icon-salao-de-jogos:before {
  content: "\E96E";
  color: #21b5ea;
}

.icon-saude:before {
  content: "\E96F";
  color: #a22384;
}

.icon-seta-estendida:before {
  content: "\E970";
}

.icon-seta:before {
  content: "\E971";
}

.icon-tela-cheia:before {
  content: "\E972";
  color: #9c9c9c;
}

.icon-tomada-usb:before {
  content: "\E973";
  color: #21b5ea;
}

.icon-torres:before {
  content: "\E974";
  color: #21b5ea;
}

.icon-tour-virtual:before {
  content: "\E975";
  color: #fff;
}

.icon-unidades:before {
  content: "\E976";
  color: #21b5ea;
}

.icon-vaga-eletrica:before {
  content: "\E977";
  color: #21b5ea;
  font-size: 33px;
}

.icon-wi-fi:before {
  content: "\E978";
  color: #21b5ea;
}

.icon-file:before {
  content: "\E9C3";
}

.icon-safari:before {
  content: "\E909";
}

.icon-ie:before {
  content: "\E90B";
}

.icon-chrome:before {
  content: "\E90C";
}

.icon-firefox:before {
  content: "\E90A";
}

.icon-residencial:before {
  content: "\E915";
}

.icon-comercial:before {
  content: "\E916";
}

.icon-hotel:before {
  content: "\E91B";
}

.icon-thin-left:before {
  content: "\EB8A";
}

.icon-thin-right:before {
  content: "\EB8B";
}

.icon-thin-up:before {
  content: "\EB8C";
}

.icon-thin-down:before {
  content: "\EB89";
}

.icon-close-line:before {
  content: "\EFB5";
}

.icon-close:before {
  content: "\EFB8";
}

.icon-arrow-right-2:before {
  content: "\EB55";
}

.icon-revista:before {
  content: "\EBA6";
}

.icon-cel:before {
  content: "\EB11";
}

.icon-desk:before {
  content: "\EAFF";
}

.icon-play1:before {
  content: "\F0A1";
}

.icon-email:before {
  content: "\ED45";
}

.icon-lupa1:before {
  content: "\EDEE";
}

.icon-chat:before {
  content: "\F0D8";
}

.icon-iphone:before {
  content: "\EB01";
}

.icon-whatsapp:before {
  content: "\EA5E";
}

.icon-facebook:before {
  content: "\EE08";
}

.icon-linkedin:before {
  content: "\F123";
}

.icon-youtube:before {
  content: "\F137";
}

.icon-plus:before {
  content: "\F0A5";
}

.icon-dorms1:before {
  content: "\E91C";
}

.icon-metragem1:before {
  content: "\E91D";
}

.icon-suite:before {
  content: "\E91E";
}

.icon-vagas:before {
  content: "\E920";
}

.icon-pin1:before {
  content: "\E921";
}

.icon-history:before {
  content: "\F01E";
}

.icon-map-search:before {
  content: "\EDEB";
}

.icon-diversao-e-esportes:before {
  content: "\E922";
}

.icon-social-e-bem-estar:before {
  content: "\EF7C";
}

.icon-servicos-e-conveniencia:before {
  content: "\ED61";
}

.icon-tecnologia:before {
  content: "\ED74";
}

.icon-compass:before {
  content: "\ECC9";
}

.icon-paisagismo:before {
  content: "\E923";
}

.icon-projeto:before {
  content: "\E924";
}

.icon-andares1:before {
  content: "\E925";
}

.icon-torres1:before {
  content: "\E926";
}

.icon-unidades1:before {
  content: "\E927";
}

.icon-resize:before {
  content: "\F0BA";
}

.icon-leaf:before {
  content: "\F03B";
}

.icon-heart:before {
  content: "\ECFD";
}

.icon-food:before {
  content: "\EFCE";
}

.icon-book:before {
  content: "\EB90";
}

.icon-tour-virtual1:before {
  content: "\E928";
}

.icon-location:before {
  content: "\E929";
}

.icon-listing:before {
  content: "\EEB8";
}

.icon-pen:before {
  content: "\EBA1";
}

.icon-attention:before {
  content: "\EFEC";
}

.icon-barcode:before {
  content: "\E937";
}

.icon-brand3:before {
  content: "\E9C8";
}

.icon-hammer:before {
  content: "\EBD7";
}

.icon-refresh:before {
  content: "\F0B6";
}

.icon-info:before {
  content: "\F029";
}

.icon-calendar:before {
  content: "\ED21";
}

.icon-document:before {
  content: "\EDE7";
}

.icon-twitter:before {
  content: "\EE34";
}

.icon-share:before {
  content: "\E94F";
}

.icon-webcam:before {
  content: "\E90D";
}

.icon-rooftop-lounge:before {
  content: "\E90E";
}

.icon-coworking:before {
  content: "\E90F";
}

.icon-chatbot:before {
  content: "\E93C";
}

.icon-fechadura-eletronica:before {
  content: "\E932";
}

.icon-deposito-privativo:before {
  content: "\E931";
}

.icon-conforto-acustico1:before {
  content: "\E92F";
}

.icon-piscina-coberta-e-climatizada:before {
  content: "\E930";
}

.icon-piscina-coberta-e-climatizada-com-raia-de-25m:before {
  content: "\E930";
}

.icon-playground1:before {
  content: "\E92D";
}

.icon-ponto-de-recarga-de-carro-eletrico:before {
  content: "\E92E";
}

.icon-wi-fi-nas-areas-comuns:before {
  content: "\E92A";
}

.icon-piscina1:before {
  content: "\E92C";
}

.icon-piscina-adulto-e-infantil:before {
  content: "\E92C";
}

.icon-piscinas-adulto-e-infantil:before {
  content: "\E92C";
}

.icon-piscinas-adulto-infantil:before {
  content: "\E92C";
}

.icon-piscina-coberta:before {
  content: "\E92C";
}

.icon-piscina-com-raia-olimpica-de-50m:before {
  content: "\E92C";
}

.icon-piscina-com-raia-de-25m:before {
  content: "\E92C";
}

.icon-servicos-de-hotel-by-adagio:before {
  content: "\E933";
}

.icon-salao-de-jogos-adulto-e-juvenil:before {
  content: "\F00B";
}

.icon-saloes-de-jogos-adulto-e-juvenil:before {
  content: "\F00B";
}

.icon-spa:before {
  content: "\E934";
}

.icon-spa-com-sauna:before {
  content: "\E934";
}

.icon-relax-sky-by-buddha-spa:before {
  content: "\E934";
}

.icon-descanso-e-massagem:before {
  content: "\E934";
}

.icon-salao-de-festas1:before {
  content: "\E935";
}

.icon-salao-de-festas-adulto-e-infantil:before {
  content: "\E935";
}

.icon-2-saloes-de-festas:before {
  content: "\E935";
}

.icon-party-lounge:before {
  content: "\E935";
}

.icon-sala-de-reuniao:before {
  content: "\E936";
}

.icon-2-salas-de-reunioes:before {
  content: "\E936";
}

.icon-salas-de-reuniao:before {
  content: "\E936";
}

.icon-salas-de-reunioes:before {
  content: "\E936";
}

.icon-praia:before {
  content: "\E938";
}

.icon-piscina-com-deck-molhado:before {
  content: "\E938";
}

.icon-pet-place1:before {
  content: "\E910";
}

.icon-lavanderia:before {
  content: "\E911";
}

.icon-omo-lavanderia-compartilhada:before {
  content: "\E911";
}

.icon-home-office:before {
  content: "\E912";
}

.icon-fechaduras-biometricas:before {
  content: "\E913";
}

.icon-fechaduras-biometricas-em-todas-as-unidades:before {
  content: "\E913";
}

.icon-espaco-kids:before {
  content: "\E914";
}

.icon-espaco-gourmet1:before {
  content: "\E917";
}

.icon-massagem:before {
  content: "\E918";
}

.icon-controle-de-acesso-24-horas:before {
  content: "\E919";
}

.icon-portaria-blindada:before {
  content: "\E919";
}

.icon-posto-de-seguranca-24-horas:before {
  content: "\E919";
}

.icon-seguranca-24-horas:before {
  content: "\E919";
}

.icon-seguranca-patrimonial:before {
  content: "\E919";
}

.icon-guarita-blindada:before {
  content: "\E919";
}

.icon-concierge:before {
  content: "\E91A";
}

.icon-cinema:before {
  content: "\E91F";
}

.icon-home-cinema:before {
  content: "\E91F";
}

.icon-2-churrasqueiras:before {
  content: "\E92B";
}

.icon-terraco-com-churrasqueira:before {
  content: "\E92B";
}

.icon-varanda-entregue-com-churrasqueira:before {
  content: "\E92B";
}

.icon-central-de-manutencao:before {
  content: "\E93D";
}

.icon-central-de-limpeza:before {
  content: "\EA45";
}

.icon-limpeza:before {
  content: "\EA45";
}

.icon-central-de-atendimento:before {
  content: "\EA46";
}

.icon-beauty-care:before {
  content: "\EA47";
}

.icon-academia-de-ginastica:before {
  content: "\EA48";
}

.icon-fitness1:before {
  content: "\EA48";
}

.icon-fitness-e-fitness-externo:before {
  content: "\EA48";
}

.icon-sky-fitness-by-reebok:before {
  content: "\EA48";
}

.icon-fitness-interno-e-fitness-externo:before {
  content: "\EA48";
}

.icon-salao-de-festas-infantil:before {
  content: "\EC30";
}

.icon-gerador:before {
  content: "\EA49";
}

.icon-gerador-de-conforto:before {
  content: "\EA49";
}

.icon-gerador-para-100-das-unidades-e-areas-comuns:before {
  content: "\EA49";
}

.icon-personalizacao-da-unidade:before {
  content: "\E939";
}

.icon-arrow-left:before {
  content: "\F104";
}

.icon-arrow-right:before {
  content: "\F105";
}

.icon-arrow-up:before {
  content: "\F106";
}

.icon-arrow-down:before {
  content: "\F107";
}

.icon-instagram:before {
  content: "\E93A";
}

.icon-tipo:before {
  content: "\E93B";
}

.icon-dormitorios-e-salas-entregues-com-piso-laminado:before {
  content: "\E93E";
}

.icon-piso-laminado:before {
  content: "\E93E";
}

.icon-living-entregue-com-porcelanato-portobello-e-dormitorios-com-piso-vinilico:before {
  content: "\E93E";
}

.icon-escritorio:before {
  content: "\E93F";
}

.icon-planta-com-opcao-para-home-office:before {
  content: "\E93F";
}

.icon-metro:before {
  content: "\E940";
}

.icon-check:before {
  content: "\EFAD";
}

/* purgecss start ignore */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\E095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\E094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\E80D";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup-aviso-cookie {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 13px;
  width: 100%;
  padding: 30px 25px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}
.popup-aviso-cookie.hide {
  opacity: 0;
}
.popup-aviso-cookie .content {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px 0 30px;
  }
}
@media (min-width: 1200px) {
  .popup-aviso-cookie .content {
    padding: 0 40px 0 0;
  }
}
.popup-aviso-cookie p {
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
.popup-aviso-cookie p a {
  color: #fff;
  text-decoration: underline;
}
.popup-aviso-cookie .btn-entendi {
  background: #004b8e;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  font-size: 16px;
  width: 160px;
  height: 42px;
  line-height: 42px;
  display: block;
  margin: 15px auto 0;
  transition: all 0.2s ease-in-out;
}
.popup-aviso-cookie .btn-entendi:hover {
  background: #003e75;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .btn-entendi {
    flex-shrink: 0;
    margin: 0 0 0 15px;
  }
}
.popup-aviso-cookie .btn-fechar {
  background: none;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 5px;
}
@media (min-width: 768px) {
  .popup-aviso-cookie .btn-fechar {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .popup-aviso-cookie .btn-fechar {
    right: calc(50% - 577px);
  }
}
@media (min-width: 768px) {
  .popup-aviso-cookie {
    padding: 14px 0;
  }
}

.popup-aviso-cookie p {
  font-size: 13px;
}

.popup-aviso-cookie .btn-fechar {
  font-size: 16px;
  margin-top: 3px;
}

.popup-aviso-cookie .btn-entendi {
  width: 128px;
}

/* purgecss end ignore */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background: #E8E4E1;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

h2 {
  font-family: "Dekar", "Dekar2", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

sup {
  top: -0.1em;
  font-size: 120%;
}

@media (min-width: 992px) {
  br.mob {
    display: none;
  }
}
br.desk {
  display: none;
}
@media (min-width: 992px) {
  br.desk {
    display: block;
  }
}

p {
  margin: 0;
  letter-spacing: 1.6px;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: #fff;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

section {
  padding: var(--section-pt, 50px) 0 var(--section-pb, 50px);
  position: relative;
}
section .container {
  position: relative;
  z-index: 2;
}

*:last-child {
  margin-bottom: 0;
}

.header {
  --header-height: 70px;
  position: relative;
  width: 100%;
}
.header .mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 14px;
}
.header .desktop {
  display: none;
}
@media (min-width: 992px) {
  .header {
    background: transparent;
    z-index: 2;
  }
  .header .mobile {
    display: none;
  }
  .header .desktop {
    display: block;
  }
}
.header .logo {
  width: 82px;
}
@media (min-width: 992px) {
  .header .logo {
    width: 160px;
    top: 30px;
    left: -30px;
    position: relative;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
}
.header-logo {
  margin: 20px;
}
@media (min-width: 992px) {
  .header-logo {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #E8E4E1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .menu::before {
    content: "";
    position: absolute;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: rgba(227, 217, 188, 0.8);
    left: 0;
    top: 50%;
    transform: translate(-5%, -75%);
  }
  .menu::after {
    content: "";
    position: absolute;
    width: 215px;
    height: 215px;
    background: #B6D2CA;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%);
  }
  .menu-active .menu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
.menu .header-leaf {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/header-leaf.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 240px;
  height: 410px;
  transform: translate(-46%, 3%);
}
@media (min-width: 992px) {
  .menu .header-leaf {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    transform: rotate(180deg) translate(-46%, 3%);
  }
}
@media (max-width: 1199.98px) {
  .menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    text-align: center;
    min-height: 60%;
  }
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .menu li {
    margin-bottom: 25px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .menu li {
    margin-left: 20px;
  }
}
.menu-logo {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .menu-logo {
    display: none;
  }
}
.menu-link {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  letter-spacing: 0.3px;
  color: #282828;
}
@media (min-width: 992px) {
  .menu-link {
    font-size: 16px;
  }
}
.menu-link:hover {
  color: #444;
}
.menu-destaque {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 14px;
  height: 48px;
  width: 140px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
  line-height: 1;
  background: #000;
  transition: padding 0.2s ease-in-out;
  border: none;
}

.mle {
  margin-left: 14%;
}
@media (min-width: 992px) {
  .mle {
    display: none;
  }
}

.btn-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  z-index: 11;
  border: 0;
  overflow: hidden;
  padding: 0;
}
.menu-active .btn-menu {
  position: fixed;
}

@media (min-width: 992px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  color: #000;
  font-weight: bold;
}
.btn-menu-icon {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.btn-menu-icon::before, .btn-menu-icon::after,
.btn-menu-icon span {
  content: "";
  width: 26px;
  height: 2px;
  background: #5F5F5F;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.15, 1.49);
}
.menu-active .btn-menu-icon {
  background: #F7941E;
  border-radius: 0px 0px 0px 20px;
  width: 60px;
}
.menu-active .btn-menu-icon::before, .menu-active .btn-menu-icon::after,
.menu-active .btn-menu-icon span {
  content: "";
  background: #fff;
}
.menu-active .btn-menu-icon:before {
  transform: translateY(3px) rotate(45deg) scaleX(0.7);
}
.menu-active .btn-menu-icon span {
  opacity: 0;
}
.menu-active .btn-menu-icon:after {
  transform: translateY(-3px) rotate(-45deg) scaleX(0.7);
}

.tit {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .tit {
    font-size: 30px;
  }
}

img.img-fluid {
  display: block;
  max-width: 100%;
}
img.lazy {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
img.lazy.loaded {
  opacity: 1;
}

.owl-carousel {
  max-width: 1129px;
}
.owl-carousel .item figure {
  width: 100%;
}
@media (min-width: 992px) {
  .owl-carousel .item figure {
    height: 530px;
  }
}
.owl-carousel .item picture {
  display: initial;
}
.owl-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel figcaption {
  position: relative;
  padding-left: 10px;
  bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #282828;
  max-width: 1129px;
  margin: 0 auto;
}
.owl-carousel figcaption span {
  background: #fff;
  padding: 8px 15px;
  border-radius: 10px;
}
.owl-carousel figcaption .icon {
  height: 30px;
}
.owl-carousel .owl-item {
  opacity: 0.4;
  max-width: 1129px;
}
.owl-carousel .active {
  opacity: 1;
  height: 100%;
}
.owl-carousel .owl-dots {
  top: 40px;
  text-align: center;
  margin-top: -34px;
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}
.owl-carousel .owl-dots .owl-dot {
  margin-right: 5px;
  height: 6px;
  width: 6px;
  transition: all 0.2s ease-in-out;
  background: #FFFFFF;
  border: 1px solid #282828;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #282828;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 31px);
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #282828;
  color: #DDDDDD;
  font-size: 18px;
  text-indent: 3px;
  transition: all 0.1s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
  z-index: 2;
  transition: all 0.1s ease-in-out;
}
.owl-carousel .owl-nav .owl-next::before {
  content: "" !important;
  width: 7px;
  height: 12px;
  background-image: url(../img/Vector-next.png);
  background-position: center;
  background-size: cover;
}
.owl-carousel .owl-nav .owl-next:hover::before {
  margin-right: -10px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -15px;
  text-indent: -3px;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "" !important;
  width: 7px;
  height: 12px;
  background-image: url(../img/Vector.png);
  background-position: center;
  background-size: cover;
}
.owl-carousel .owl-nav .owl-prev:hover::before {
  margin-left: -10px;
}

.divisor-horizontal {
  width: 345px;
  border: 1px solid #000;
  display: inline-flex;
}

/*MAIN*/
main {
  position: relative;
}
main .intro {
  padding: 0;
}
@media (min-width: 992px) {
  main .intro {
    position: relative;
  }
  main .intro .btn-global {
    margin: 0;
  }
  main .intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    background: #B6D2CA;
    transform: translate(-80%, 10%);
  }
}
main .intro picture {
  position: relative;
}
@media (min-width: 992px) {
  main .intro picture {
    width: 552px;
    transform: translateX(4%);
  }
}
@media (max-width: 1199.98px) {
  main .intro picture::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E3D9BC;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    transform: translate(40%, 60%);
    z-index: -1;
  }
}
main .intro picture figcaption {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.3px;
  padding: 10px 30px;
  text-align: right;
  background: #fff;
  color: #000;
  border-radius: 0px 0px 0px 10px;
}
@media (min-width: 992px) {
  main .intro picture figcaption {
    display: none;
  }
}
@media (min-width: 992px) {
  main .intro .container-desk {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  main .intro .pl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  main .intro-first {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1125px;
    margin: 0 auto;
  }
}
main .intro-first picture {
  position: relative;
}
@media (max-width: 1199.98px) {
  main .intro-first picture {
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media (min-width: 992px) {
  main .intro-first picture::before {
    content: "";
    width: 159px;
    height: 159px;
    background: #83ABA1;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transform: translate(0%, 90%);
    z-index: -1;
  }
}
main .intro-subtitle .pronto-desk {
  display: none;
}
main .intro-subtitle .pronto-desk span {
  padding: 10px 40px;
  background: #A0CAC0;
  border-radius: 0px 10px 0px 0px;
  font-weight: 700;
  font-size: 19px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #575756;
}
@media (min-width: 992px) {
  main .intro-subtitle .pronto-desk {
    display: block;
  }
}
main .intro-subtitle h2 {
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  color: #575756;
}
@media (min-width: 992px) {
  main .intro-subtitle h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 31px;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    width: 13em;
    /* identical to box height, or 100% */
    letter-spacing: 4.3px;
    /* Principal */
    color: #575756;
  }
}
main .intro-condicao {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 16px 0;
  padding: 12px 0 16px;
}
@media (min-width: 992px) {
  main .intro-condicao {
    margin: 0 0 32px;
    padding: 24px 0;
    width: 348px;
  }
}
main .intro-condicao .condicao2 {
  display: flex;
  justify-content: center;
}
main .intro-condicao .condicao2 h2 {
  color: #575756;
  font-family: "Gotham";
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
@media (min-width: 992px) {
  main .intro-condicao .condicao2 h2 {
    font-size: 25px;
    text-align: left;
  }
}
main .intro-condicao .condicao2 h2 span {
  color: #575756;
  font-family: "Gotham";
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 992px) {
  main .intro-condicao .condicao2 h2 span {
    font-size: 42px;
  }
}
main .intro-condicao .condicao2 h2 .m2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  main .intro-condicao .condicao2 h2 .m2 {
    font-size: 25px;
  }
}
main .intro-condicao .condicao2 .asterisco {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 0 0;
}
@media (min-width: 992px) {
  main .intro-condicao .condicao2 .asterisco {
    margin: 58px 113px 0 0;
  }
}
main .intro-condicao p {
  color: #575756;
  font-family: "Gotham";
  font-size: 12px;
  font-weight: 400;
  line-height: 14.36px;
  text-align: center;
}
@media (min-width: 992px) {
  main .intro-condicao p {
    text-align: left;
  }
}
main .intro-infos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  main .intro-infos {
    position: absolute;
    flex-direction: column;
    background: #E3D9BC;
    padding: 50px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translate(60%, -60%);
  }
}
main .intro-infos p {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.3px;
  color: #575756;
}
main .intro-infos__detail {
  width: 10px;
  height: 8px;
  background: #585856;
  border-radius: 0 90px;
  transform: rotate(-30deg);
  margin: 0 20px;
}
main .intro-text {
  position: relative;
  background: rgba(178, 169, 159, 0.5);
  margin-top: 30px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  main .intro-text {
    margin-top: -100px;
  }
}
main .intro-text::before {
  content: "";
  background-image: url(../img/detail-tour-virtual-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 52px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  main .intro-text::before {
    width: 230px;
    height: 110px;
    transform: translate(-50%, 15%);
  }
}
main .intro-text::after {
  content: "";
  background-image: url(../img/detail-intro-text.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 78px;
  height: 187px;
  position: absolute;
  transform: translateY(-12%);
  top: -20px;
  right: 0;
}
@media (min-width: 992px) {
  main .intro-text::after {
    background-image: url(../img/detail-intro-text-desk.png);
    top: auto;
    bottom: 80px;
    width: 220px;
    height: 580px;
    transform: translateY(25%) translateX(20%);
    z-index: 2;
  }
}
@media (min-width: 992px) {
  main .intro-text__ball-desk {
    position: relative;
  }
  main .intro-text__ball-desk::before {
    content: "";
    position: absolute;
    width: 266px;
    height: 266px;
    background: rgba(227, 217, 188, 0.5);
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transform: translate(-20%, -20%);
    z-index: 1;
  }
}
@media (min-width: 992px) {
  main .intro-text__detail-desk {
    position: relative;
  }
  main .intro-text__detail-desk::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/intro-detail-bottom.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 240px;
    transform: translate(0px, 15%);
    z-index: 2;
  }
  main .intro-text__detail-desk::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    background-image: url(../img/intro-detail-middle.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 240px;
    transform: translate(35%, 20%);
    z-index: 2;
  }
}
@media (min-width: 992px) {
  main .intro-text__title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
main .intro-text h2 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}
main .intro-text .right {
  margin-left: 47px;
}
main .intro-text .middle {
  margin-left: 16px;
}
main .intro-text p {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #575756;
}
@media (min-width: 992px) {
  main .intro-text .lista {
    position: relative;
    padding-left: 200px;
    padding-right: 200px;
  }
}
main .intro-text ul {
  position: relative;
  list-style-image: url(../img/icon-list.png);
  margin-top: 20px;
}
@media (min-width: 992px) {
  main .intro-text ul {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 300px 300px;
    justify-content: space-between;
    gap: 15px;
  }
  main .intro-text ul::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.15;
    left: 50%;
    transform: translateX(-50%);
  }
}
main .intro-text ul::before {
  content: "";
  position: absolute;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background: rgba(227, 217, 188, 0.5);
  top: 0;
  right: 0;
  transform: translate(60%, -15%);
  z-index: -1;
}
@media (min-width: 992px) {
  main .intro-text ul::before {
    display: none;
  }
}
main .intro-text ul li {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 5px;
}
main .intro-text .text-bottom {
  width: 13em;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
  border-bottom: 1px solid #000;
  margin: 30px auto 0 auto;
  padding-bottom: 15px;
}
main .projeto {
  padding: 0;
  color: #fff;
}
@media (min-width: 992px) {
  main .projeto {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    padding-left: 5%;
  }
}
main .projeto picture {
  height: 100%;
}
main .projeto picture figcaption {
  left: -145px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  main .projeto picture figcaption {
    left: -350px;
  }
}
main .projeto-img {
  width: 100%;
}
main .projeto-img img {
  width: 100%;
  height: 100%;
}
main .projeto-text {
  background: radial-gradient(98.77% 160.17% at 0.98% 1.87%, #C2A5A1 0%, #7D6A6A 100%);
  padding: 32px 0;
}
@media (max-width: 1199.98px) {
  main .projeto-text {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  main .projeto-text {
    position: relative;
    width: 60%;
  }
  main .projeto-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 311px;
    height: 280px;
    background-image: url(../img/detail-projeto.png);
    background-position: center;
    background-size: 100% 100%;
  }
}
main .projeto-text h2 {
  font-weight: 400;
  line-height: 28px;
}
main .projeto-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 24px 0;
}
@media (min-width: 992px) {
  main .projeto-text p {
    width: 13em;
  }
}
@media (min-width: 992px) {
  main .projeto .container {
    width: 270px;
    margin: 12% 0;
  }
}
main .localizacao {
  padding: 40px 0;
  position: relative;
}
main .localizacao-img {
  width: 100%;
}
main .localizacao-img img {
  width: 100%;
  height: 100%;
}
main .localizacao-fig {
  left: -45px;
}
@media (max-width: 1199.98px) {
  main .localizacao-fig {
    left: -180px;
  }
}
@media (min-width: 992px) {
  main .localizacao .tit {
    position: absolute;
    right: 3%;
    top: 40px;
    text-align: flex-end;
  }
}
@media (min-width: 992px) {
  main .localizacao .mob {
    display: none;
  }
}
main .localizacao-mapa {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  height: 400px;
  background: #dedede;
}
main .localizacao-deslize {
  border-bottom: 1px solid #A1A2A8;
  color: #A1A2A8;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  main .localizacao-deslize {
    display: none;
  }
}
main .localizacao-deslize i {
  margin-left: 10px;
}
main .localizacao-text {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 32px;
  background-image: url(../img/bg-localizacao-bottom.svg);
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  main .localizacao-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    padding-left: 7%;
    padding-right: 3%;
    padding-top: 30px;
    padding-bottom: 0;
    background-image: url(../img/bg-localizacao-bottom-desk.svg);
    background-position: right;
    background-size: 75%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  main .localizacao-text__write {
    width: 325px;
    margin-right: 100px;
  }
}
main .localizacao-text figcaption {
  left: -45px;
}
@media (min-width: 992px) {
  main .localizacao-text figcaption {
    left: 80px;
  }
}
main .localizacao-text h2 {
  width: 12em;
}
main .localizacao-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 24px 0;
}
@media (max-width: 1199.98px) {
  main .localizacao .horizontal-scroll {
    overflow-x: scroll;
    width: 975px;
  }
}
main .lazer {
  padding: 0;
  color: #fff;
}
@media (min-width: 992px) {
  main .lazer {
    display: flex;
    flex-direction: row;
    background-image: url(../img/bg-lazer.png);
    background-position: right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    padding-top: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  main .lazer .previsao {
    width: 15em;
  }
}
@media (min-width: 992px) {
  main .lazer .appear-desk {
    width: 398px;
  }
}
main .lazer-bg {
  background-image: url(../img/bg-lazer-mob.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  main .lazer-bg {
    background-size: 40%;
    background-repeat: no-repeat;
    width: 60%;
  }
}
main .lazer .tit {
  color: #A1A2A8;
  text-align: left;
  font-size: 25px;
  padding: 0 70px;
}
@media (max-width: 1199.98px) {
  main .lazer .tit {
    padding: 0;
    width: 10em;
  }
}
main .lazer .owl-stage-outer {
  width: 870px;
}
main .lazer .owl-stage-outer .owl-item {
  width: 100%;
}
@media (min-width: 992px) {
  main .lazer .btn-global {
    width: 270px;
  }
}
main .lazer ul {
  padding: 24px 0;
}
main .lazer ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  main .lazer ul li {
    justify-content: center;
    width: 261px;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  main .lazer ul li span {
    width: 208px;
    text-align: left;
    font-size: 15px;
  }
}
main .lazer ul li i {
  display: block;
  width: 40px !important;
}
main .lazer ul li i img {
  width: 100%;
}
main .lazer .desk {
  display: none;
}
@media (min-width: 992px) {
  main .lazer .desk {
    display: block;
  }
}
@media (min-width: 992px) {
  main .lazer .mob {
    display: none;
  }
}
main .lazer-info {
  position: relative;
  background: #1A191E;
  margin: 30px 0;
}
@media (min-width: 992px) {
  main .lazer-info {
    width: calc(100% + 15px);
  }
}
main .lazer p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  main .lazer .container {
    text-align: center;
  }
}
main .video {
  position: relative;
  padding: 20px 0 35px 0;
}
@media (min-width: 992px) {
  main .video {
    padding: 50px 0 45px 0;
  }
  main .video::after {
    content: "";
    position: absolute;
    width: 259px;
    height: 259px;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-50%, 30%);
    background: #B6D2CA;
  }
}
main .video::before {
  content: "";
  position: absolute;
  width: 259px;
  height: 259px;
  background: rgba(182, 210, 202, 0.7);
  z-index: 1;
  top: 0;
  right: 0;
  border-radius: 50%;
  transform: translate(70%, -25%);
}
@media (min-width: 992px) {
  main .video::before {
    width: 735px;
    height: 735px;
    background: #E5DDC8;
    transform: translate(55%, 0%);
  }
}
main .video .leaf {
  position: relative;
}
main .video .leaf::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 100px;
  background-image: url(../img/detail-tour-virtual-leaf.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
  left: 0;
  transform: rotate(90deg) translate(-25%, 85%);
}
@media (min-width: 992px) {
  main .video .leaf::before {
    width: 200px;
    height: 110px;
    transform: rotate(90deg) translate(-40%, 20%);
  }
}
main .video-detail {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  main .video-detail {
    padding-bottom: 84px;
    margin-bottom: 45px;
  }
}
main .video .sobre {
  position: relative;
  padding: 40px 0;
}
main .video .sobre:before {
  content: "";
  width: 100%;
  height: 260px;
  background: url(../img/mapa-demais-areas.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -160px;
  left: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  main .video .sobre:before {
    height: 497px;
    top: -387px;
    opacity: 0.7;
  }
}
main .video .sobre-intro {
  background: #89B0D4;
}
main .video .sobre-intro .divisor {
  width: 100%;
  height: 50px;
  background: #F8991D;
  position: relative;
}
main .video .sobre-intro .titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -113px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  main .video .sobre-intro .titulo {
    justify-content: flex-start;
    margin: -150px 0 0;
  }
}
main .video .sobre-intro .titulo img {
  width: 355px;
}
@media (min-width: 992px) {
  main .video .sobre-intro .titulo img {
    width: 557px;
  }
}
main .video .sobre-infos {
  background: #AA9479;
}
@media (min-width: 992px) {
  main .video .sobre-infos {
    display: flex;
    padding: 0 0 50px;
  }
}
@media (min-width: 992px) {
  main .video .sobre-infos-fachada {
    width: 42vw;
    flex: none;
  }
}
main .video .sobre-infos-fachada figure {
  margin: 0;
}
@media (min-width: 992px) {
  main .video .sobre-infos-bloco {
    width: 100%;
  }
}
main .video .sobre-infos-metragens {
  padding: 27px 20px;
}
@media (min-width: 992px) {
  main .video .sobre-infos-metragens {
    padding: 65px 0 65px 140px;
  }
}
main .video .sobre-infos-metragens ul {
  list-style: none;
  position: relative;
  color: #fff;
  padding: 5px 0 5px 15px;
  margin: 0;
}
main .video .sobre-infos-metragens ul::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
main .video .sobre-infos-metragens li {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 300;
}
main .video .sobre-infos-metragens li:last-child {
  margin-bottom: 0;
}
main .video .sobre-infos-metragens li strong {
  font-weight: bold;
}
main .video .sobre-infos-video .embed-responsive {
  border-radius: 0px 20px 0px 0px;
  height: 240px;
}
@media (min-width: 992px) {
  main .video .sobre-infos-video .embed-responsive {
    height: 460px;
  }
}
main .video .sobre-infos-video .titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  main .video .sobre-infos-video .titulo {
    padding: 0 30px;
    width: auto;
  }
}
main .video .sobre-infos-video .titulo h2 {
  padding-top: 35px;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  main .video .sobre-infos-video .titulo h2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 54px;
  }
}
main .video .sobre-infos-video .img {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 2;
}
main .video .sobre-infos-video .img .btn-play {
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
main .video .sobre-infos-video .img .btn-play .icone {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 70px;
  position: relative;
}
main .video .sobre-infos-video .img .btn-play .icone::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 992px) {
  main .video .sobre-infos-video .img .btn-play:hover .icone {
    font-size: 16px;
  }
  main .video .sobre-infos-video .img .btn-play:hover .icone::before {
    transform: scale(1.2);
    opacity: 0.4;
  }
}
main .video .sobre-infos-video .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .video .sobre-infos-video .img.playing {
  opacity: 0;
  visibility: hidden;
}
main .tour {
  padding: 0;
  color: #000;
  z-index: 1;
}
@media (min-width: 992px) {
  main .tour {
    margin-top: -65px;
  }
}
main .tour::before {
  content: "";
  background-image: url(../img/detail-tour-virtual-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 52px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 992px) {
  main .tour::before {
    width: 310px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  main .tour::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 335px;
    height: 335px;
    background: #E5DDC8;
    border-radius: 50%;
    transform: translate(-40%, 32%);
  }
}
main .tour-detail-top {
  border-top: 1px solid #000000;
}
main .tour-content {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  main .tour-content {
    padding: 40px 0 46px;
    height: 509px;
  }
}
main .tour-content > * {
  position: relative;
  z-index: 2;
}
main .tour-content .tit {
  text-align: center;
  letter-spacing: 0.3px;
  color: #000;
}
main .tour-btn {
  z-index: 2;
  margin: 20px 0 0 -20px;
  width: calc(100% + 40px);
}
@media (min-width: 992px) {
  main .tour-btn {
    margin: 0;
    width: 100%;
    height: 460px;
  }
}
main .tour-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main .tour-btn a {
    border-radius: 0px 50px 0px 0px;
  }
}
main .tour-btn a::before {
  content: "";
  background-image: url(../img/img-tour-virtual.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  main .tour-btn a::before {
    background-image: url(../img/img-tour-virtual-desk.png);
  }
}
main .tour-btn a span {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 149px;
  height: 45px;
  border-radius: 100px;
  color: #282828;
  font-weight: 400;
  font-size: 13px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
main .tour-btn a span i {
  margin-left: 8px;
}
@media (min-width: 992px) {
  main .tour-btn a:hover {
    text-decoration: none;
  }
  main .tour-btn a:hover span {
    background: #fff;
    color: #433d3f;
  }
}
main .tour-bg {
  background: #CDC6C0;
  padding: 50px 0 30px 0;
}
@media (min-width: 992px) {
  main .tour-bg {
    margin-top: -150px;
    padding: 230px 0 30px 0;
  }
}
main .tour-bg::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -60px;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background: rgba(182, 210, 202, 0.5);
}
@media (min-width: 992px) {
  main .tour-bg::before {
    width: 341px;
    height: 341px;
    right: auto;
    left: 0;
    bottom: 0px;
    transform: translate(-35%, 60%);
  }
}
main .tour-text {
  position: relative;
  border: 1px solid #000000;
  margin-bottom: 30px;
  padding: 80px 0 30px 0;
}
@media (min-width: 992px) {
  main .tour-text {
    margin-top: 90px;
    padding: 47px 0 30px 0;
  }
}
main .tour-text::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -4px;
  width: 102px;
  height: 60px;
  background-image: url(../img/detail-tour-virtual-leaf.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  main .tour-text::before {
    top: -80px;
    right: -50px;
    width: 230px;
    height: 134px;
  }
}
main .tour-text::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  transform: translateX(-50%);
  width: 102px;
  height: 60px;
  background-image: url(../img/detail-tour-virtual-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  main .tour-text::after {
    width: 175px;
    height: 95px;
    top: 52px;
  }
}
main .tour-text h2 {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 30px;
  overflow: visible;
}
@media (min-width: 992px) {
  main .tour-text h2 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
main .tour-text ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  main .tour-text ul {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
}
main .tour-text ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  main .tour-text ul li {
    width: 230px;
    margin-bottom: 50px;
  }
}
main .tour-text ul li:first-child {
  margin-top: 30px;
}
@media (min-width: 992px) {
  main .tour-text ul li:first-child {
    margin-top: 0;
  }
}
main .tour-text ul li i {
  margin-right: 15px;
}
main .areas-comuns {
  position: relative;
  padding: 0;
}
main .areas-comuns::before {
  content: "";
  position: absolute;
  width: 253px;
  height: 253px;
  border-radius: 50%;
  background: rgba(229, 221, 200, 0.5);
  z-index: -1;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 25%);
}
@media (min-width: 992px) {
  main .areas-comuns::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 203px;
    height: 117px;
    background-image: url(../img/detail-wood.png);
  }
}
main .areas-comuns-bg {
  background: #CDC6C0;
  padding: 1px;
  position: relative;
}
@media (min-width: 992px) {
  main .areas-comuns-bg {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
  }
}
main .areas-comuns-bg::before {
  content: "";
  background-image: url(../img/detail-tour-virtual-top.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 52px;
  position: absolute;
  transform: translateX(-50%);
  top: 15px;
  left: 0;
  z-index: 3;
}
@media (min-width: 992px) {
  main .areas-comuns-bg::before {
    width: 192px;
    height: 95px;
  }
}
main .areas-comuns-bg::after {
  content: "";
  background-image: url(../img/detail-tour-virtual-leaf.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 125px;
  height: 72px;
  position: absolute;
  bottom: 65px;
  right: -40px;
  transform: rotate(90deg);
  z-index: 0;
}
@media (min-width: 992px) {
  main .areas-comuns-bg::after {
    width: 278px;
    height: 162px;
    transform: rotate(0deg);
    bottom: -80px;
    right: -60px;
  }
}
main .areas-comuns .btn-border {
  position: relative;
  padding-bottom: 30px;
  top: -30px;
}
main .areas-comuns-titulo {
  text-align: center;
  margin: 25px 0;
}
main .areas-comuns-carrossel {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  main .areas-comuns-carrossel {
    margin-bottom: 100px;
  }
}
main .areas-comuns .owl-stage-outer .owl-item {
  width: 100%;
}
@media (min-width: 992px) {
  main .areas-comuns .owl-stage-outer .owl-item img {
    height: 530px;
    width: 1129px !important;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  main .areas-comuns .owl-stage-outer .center img {
    border-radius: 0px 50px 0px 0px;
  }
}
main .areas-comuns ul {
  padding: 24px 0;
}
main .areas-comuns ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  main .areas-comuns ul li {
    justify-content: center;
    width: 261px;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  main .areas-comuns ul li span {
    width: 208px;
    text-align: left;
    font-size: 15px;
  }
}
main .areas-comuns ul li i {
  display: block;
  width: 40px !important;
}
main .areas-comuns ul li i img {
  width: 100%;
}
main .areas-comuns .appear-desk {
  width: 398px;
}
main .areas-comuns .desk {
  display: none;
}
@media (min-width: 992px) {
  main .areas-comuns .desk {
    display: block;
  }
}
@media (min-width: 992px) {
  main .areas-comuns .mob {
    display: none;
  }
}
main .areas-comuns-info {
  position: relative;
  background: #C2CCC5;
}
@media (min-width: 992px) {
  main .areas-comuns-info {
    width: calc(100% + 55px);
    left: -20px;
  }
}
main .areas-comuns p {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  main .areas-comuns .container {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  main .contato {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  main .contato {
    position: relative;
    padding-top: 60px;
  }
  main .contato::before {
    content: "";
    position: absolute;
    width: 519px;
    height: 519px;
    background: #C2CCC5;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    transform: translate(-40%, 30%);
  }
  main .contato::after {
    content: "";
    position: absolute;
    width: 179px;
    height: 179px;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(40%, 30%);
    background: #E5DDC8;
  }
}
@media (min-width: 992px) {
  main .contato .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
main .contato-intro {
  padding-bottom: 20px;
  color: #525C43;
}
main .contato-intro h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
}
main .contato-intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  main .contato-intro p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  main .contato .form {
    width: 570px;
  }
}
main .contato .form .invalid-feedback {
  position: relative;
  text-align: left;
}
main .contato .form .form-group {
  position: relative;
}
@media (min-width: 992px) {
  main .contato .form .form-group {
    margin-bottom: 8px;
  }
}
main .contato .form .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #cc2a39;
}
main .contato .form .politica-privacidade-texto {
  text-align: left;
  border-top: 1px solid #00293E;
  padding: 15px 0 0;
  margin-bottom: 25px;
}
main .contato .form .politica-privacidade-texto .first-text {
  position: initial;
  font-size: 13px;
  color: #00293E;
  letter-spacing: 0px;
}
main .contato .form .politica-privacidade-texto a:hover {
  color: #00293E;
}
main .contato .form .politica-privacidade-texto span {
  text-decoration: underline;
}
main .contato .form label {
  font-size: 16px;
  font-weight: 600;
  color: #575756;
  margin: 0 0 9px 0;
}
main .contato .form select {
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  border: none;
  background: #C2CCC5 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='%23525C43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
}
main .contato .form-control {
  border: 1px solid #525C43;
  background: #fff;
  border-radius: 10px;
  padding: 15px 0 17px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
main .contato .form .form-group-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}
@media (min-width: 992px) {
  main .contato .form .form-group-check {
    gap: 15px;
    flex-direction: row;
  }
}
main .contato .form .form-check-inline {
  align-items: baseline;
}
main .contato .form .btn-form {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 14px;
  height: 48px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
  background: #000;
  transition: padding 0.2s ease-in-out;
  border: none;
  border-radius: 0px 20px 0px 0px;
}
main .contato .form .was-validated .form-control .is-valid {
  border-color: green;
}
main .contato .form .was-validated .form-control:valid {
  border-color: green;
}
main .contato .form .was-validated .form-check-input:valid ~ .form-check-label {
  color: #575756;
}
main .contato .form .was-validated .form-check-input:invalid ~ .invalid-feedback {
  position: absolute;
  top: 18px;
  width: 17em;
}
main .contato .form .load-safety {
  display: none;
  position: absolute;
  right: 7px;
  top: 2px;
}
@media (min-width: 1200px) {
  main .contato .form .load-safety {
    top: 1px;
  }
}
main .contato .form .load-safety:after {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  height: 20px;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  animation: rotateLF 0.5s linear infinite;
}
main .contato .form .validando ~ .load-safety {
  display: block;
}
main .contato .form .erro:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
main .contato .form .erro:valid ~ .invalid-feedback-2 {
  display: block;
  text-align: right;
}
main .contato .form.form-sending form {
  pointer-events: none;
}
main .contato .form.form-sending form .row:not(:last-of-type) {
  opacity: 0.3;
}
main .contato .form.form-sending .btn:before {
  opacity: 1;
}
main .contato .form.form-error .btn:before {
  background: #d23c3c;
  content: "OPS...";
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 54px;
  padding: 0 20px;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: 1;
}
main .contato .form.form-sucess .btn:before {
  background: #525C43;
  content: "TUDO CERTO!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  transform: translate(0);
}
main .contato .form .msg {
  background: #C6AC78;
  bottom: 73px;
  color: #fff;
  right: 0;
  font-size: 16px;
  opacity: 0;
  padding: 20px;
  pointer-events: initial;
  position: absolute;
  transform: scale(0.6);
  transform-origin: 99% 140%;
  transition: all 0.4s cubic-bezier(0.73, -0.37, 0.22, 1.4);
  visibility: hidden;
  width: 310px;
}
@media (min-width: 992px) {
  main .contato .form .msg {
    width: 360px;
  }
}
main .contato .form .msg:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #C6AC78;
  bottom: -14px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}
main .contato .form .msg.msg-ativo {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
main .contato .form .msg p {
  margin: 0;
}
main .contato .form .msg .bt {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  color: #000;
}
main .contato .form .msg .bt:hover {
  text-decoration: none;
}
main picture {
  display: block;
}
main picture figcaption {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  main picture figcaption {
    left: 180px;
  }
}
main picture figcaption .icon {
  height: 30px;
}
main picture .picture-img {
  position: relative;
  width: 100%;
  height: 100%;
}
main .btn-global {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 14px;
  height: 54px;
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  background: #000;
  transition: padding 0.2s ease-in-out;
  border-radius: 0px 20px 0px 0px;
}
@media (min-width: 992px) {
  main .btn-global {
    width: 300px;
    height: 48px;
  }
}
main .btn-global span {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.barra-conversao {
  position: fixed;
  z-index: 9;
  display: flex;
  bottom: calc(50% - 130px);
  right: 0px;
}
@media (min-width: 992px) {
  .barra-conversao {
    flex-flow: column;
    right: 20px;
    top: 80%;
    bottom: initial;
    transform: translateY(-50%);
  }
}
.barra-conversao-btn {
  background: #000000;
  border-radius: 0px 20px 0px 0px;
  --btn-color: #fff;
  position: relative;
  padding: 0;
  margin: 0 5px 0 0;
}
@media (min-width: 992px) {
  .barra-conversao-btn {
    margin: 5px 0;
  }
}
.barra-conversao-btn i {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 35px;
  background: var(--btn-bg);
  color: var(--btn-color);
}
.barra-conversao-btn span {
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  white-space: nowrap;
  height: 100%;
  background: var(--btn-bg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform: translate(10px);
}
@media (max-width: 1199.98px) {
  .barra-conversao-btn span {
    display: none;
  }
}
.barra-conversao-btn:hover {
  color: #fff;
}
.barra-conversao-btn:hover span {
  transform: none;
  opacity: 1;
  visibility: visible;
}

footer {
  padding: 30px 0 17px;
  position: relative;
}
footer .logo-id360 {
  border-top: 1px solid #000000;
}
footer .footer-logoid360 {
  padding-top: 25px;
  margin: 0 auto;
  width: 52px;
}
footer .footer-logoid360 img {
  width: 100%;
}
@media (min-width: 992px) {
  footer {
    padding: 40px 0;
  }
}
footer .conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
footer button {
  width: 159px;
  height: 50px;
  border: 1px solid #C09949;
  padding: 14px 30px;
  background: #fff;
  color: #C09949;
}
footer button:hover {
  background: #C09949;
  color: #fff;
}
footer .footer-logo {
  margin-bottom: 30px;
  text-align: center;
}
footer .footer-texto {
  color: #A1A2A8;
}
footer .footer-texto p {
  letter-spacing: 0px;
  overflow: visible;
}
footer .footer-texto h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 25px;
}
footer .btn-modal {
  background: none;
  display: block;
  margin: 30px auto;
  color: #000;
  border: 1px solid #000;
}
footer .btn-modal:hover {
  background: #000;
  color: #fff;
}
footer-logoid360 {
  text-align: center;
}
footer::before {
  content: "";
  width: 300px;
  height: 269px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 230px;
  left: -130px;
  z-index: 1;
}
@media (min-width: 992px) {
  footer::before {
    width: 415px;
    height: 269px;
    bottom: 140px;
    left: calc(50% - 740px);
  }
}

.plantas {
  padding: 0 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .plantas {
    margin: 40px 0;
  }
  .plantas::before {
    content: "";
    width: 967px;
    height: 359px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-plantas.svg);
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .plantas::before {
    content: "";
    width: 967px;
    height: 359px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-plantas.svg);
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1199.98px) {
  .plantas .desk {
    display: none;
  }
}
@media (min-width: 992px) {
  .plantas .mob {
    display: none;
  }
}
.plantas .btn-global::before {
  background-image: url(../img/btn-plantas.svg);
}
.plantas .btn-global span {
  color: #fff;
}
@media (min-width: 992px) {
  .plantas .tab {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .plantas .tab-btns {
    width: 315px;
  }
}
.plantas .tab .title {
  padding: 16px 0;
  color: #9DA7AA;
}
.plantas .tab .title .tit {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
}
.plantas .tab .title .subtit {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.plantas .tab-buttons {
  display: flex;
  flex-flow: wrap;
  gap: 6px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .plantas .tab-buttons {
    position: relative;
    width: 350px;
    left: -25px;
  }
}
@media (max-width: 1199.98px) {
  .plantas .tab .btn-large {
    width: 165px;
  }
}
.plantas .tab-btn {
  width: 270px;
  color: #9DA7AA;
  text-transform: uppercase;
  border: 1px solid #9DA7AA;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .plantas .tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    width: 108px;
    font-size: 13px;
  }
}
.plantas .tab-btn span {
  line-height: 50px;
}
@media (min-width: 992px) {
  .tab-content .plantas .tab-btn {
    display: none;
  }
}
.plantas .tab-btn i {
  transition: all 0.2s ease-in-out;
}
.plantas .tab-btn.active {
  background: #9DA7AA;
  color: #fff;
}
.plantas .tab-btn.active i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .plantas .tab-content {
    height: 500px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .plantas .tab-content picture {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .plantas .tab-content img {
    height: 100%;
    width: auto !important;
  }
}
.plantas .tab-content .infos {
  text-align: right;
}
.plantas .tab-content .infos-text {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  /* identical to box height, or 114% */
  text-transform: uppercase;
  /* Verde Acinzentado */
  color: #9DA7AA;
}
@media (min-width: 992px) {
  .plantas .tab-content .infos-text {
    color: #fff;
    top: -60px;
  }
}
.plantas .tab-item {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .plantas .tab-item {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 0;
  }
}
@media (min-width: 992px) {
  .plantas .tab-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .plantas .tab-item.active {
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  .plantas .tab-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
}
.plantas .tab-item .ratio img {
  width: 100%;
}
@media (min-width: 992px) {
  .plantas .tab-item .ratio {
    width: 100%;
    max-width: 930px;
    height: auto;
  }
}
.plantas-abas {
  border: 1px solid #525C43;
  border-right: 0;
  display: flex;
}
@media (max-width: 991.98px) {
  .plantas-abas {
    display: none;
  }
}
.plantas-aba {
  height: 58px;
  font-size: 22px;
  font-weight: 300;
  border: 1px solid #525C43;
  color: #525C43;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .plantas-aba {
    width: 100%;
    text-align: left;
    padding: 0 15px;
    margin-top: 30px;
  }
  .plantas-aba i {
    float: right;
    font-size: 16px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) {
  .plantas-aba {
    flex: 25%;
    border-width: 0 1px 0 0;
    font-weight: 300;
  }
}
.plantas-aba:hover {
  background: #FFF2EC;
}
.plantas-aba.active {
  background: #525C43;
  color: #fff;
}
.plantas-aba.active i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .plantas-itens {
    position: relative;
    background: #C6AC78;
    height: 570px;
  }
  .plantas-itens::before {
    content: "";
    width: 75px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 180px;
    background: url(../img/vetor-4.svg);
  }
  .plantas-itens::after {
    content: "";
    width: 75px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 1px;
    background: url(../img/vetor-4.svg);
  }
}
.plantas-item {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .plantas-item {
    max-height: 0;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .plantas-item {
    visibility: hidden;
    opacity: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .plantas-item {
    padding: 20px 70px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .plantas-item.active {
    max-height: 800px;
  }
}
@media (min-width: 992px) {
  .plantas-item.active {
    visibility: visible;
    opacity: 1;
  }
}
.plantas-item picture {
  display: block;
  background: #C6AC78;
}
@media (min-width: 992px) {
  .plantas-item picture {
    width: 665px;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .plantas-item picture img {
    width: calc(100% + 12px);
    margin: 20px -6px;
  }
}
@media (min-width: 992px) {
  .plantas-item picture img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.plantas-item .infos {
  font-weight: 300;
  text-align: center;
  width: 230px;
  margin: 5px auto 0;
  padding-bottom: 55px;
  position: relative;
}
@media (min-width: 992px) {
  .plantas-item .infos {
    padding: 0;
    margin: 0;
  }
}
.plantas-item .infos-1 {
  font-size: 24px;
  border-bottom: 2px solid #525C43;
  padding: 10px 0 5px;
  margin-bottom: 10px;
}
.plantas-item .infos-1 strong {
  font-size: 30px;
  font-weight: bold;
}
.plantas-item .infos-1 span {
  font-weight: bold;
}
.plantas-item .infos-2 {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .plantas-item .infos::after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(90deg, #525C43, #525C43 2px, #fff 2px, #fff 4px);
  }
}

.modal-contato {
  background: #fff;
  padding: 0 0 45px;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .modal-contato {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .modal-contato .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-contato::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/detail-modal-contato.png);
  background-position: center;
  background-size: 100% 100%;
  width: 150px;
  height: 230px;
}
@media (max-width: 991.98px) {
  .modal-contato::before {
    display: none;
  }
}
.modal-contato::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(227, 217, 188, 0.8);
  width: 271px;
  height: 271px;
  border-radius: 50%;
  transform: translate(20%, 40%);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .modal-contato::after {
    display: none;
  }
}
.modal-form-open .modal-contato {
  opacity: 1;
  visibility: visible;
}

.modal-contato .scroll {
  height: 100%;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .modal-contato .scroll {
    padding-bottom: 0;
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .modal-contato .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
.modal-contato-tit {
  width: 255px;
  align-self: flex-start;
}
.modal-contato-tit .logo {
  position: absolute;
  top: 16px;
  display: none;
}
@media (min-width: 992px) {
  .modal-contato-tit .logo {
    top: 80px;
    left: 100px;
    display: block;
  }
}
.modal-contato-tit .logo img {
  width: 195px;
}
@media (min-width: 992px) {
  .modal-contato-tit .logo img {
    width: 204px;
  }
}
.modal-contato-tit .vetor-2 {
  width: 365px;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .modal-contato-tit .vetor-2 {
    display: none;
  }
}
.modal-contato h2 {
  font-family: "Dekar", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.1em;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .modal-contato h2 {
    position: absolute;
    left: 100px;
    top: 290px;
    font-weight: 400;
    font-size: 24px;
    margin-top: initial;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #333130;
  }
}
.modal-contato p {
  text-align: center;
  color: #575756;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal-contato p {
    position: absolute;
    left: 100px;
    top: 350px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    margin-top: initial;
  }
}
.modal-contato .divisor-horizontal {
  width: 100%;
  height: 4px;
  border: 0px solid transparent;
  background: linear-gradient(270deg, #EDCF7D 44.99%, #B18C39 100.95%);
  display: none;
}
@media (min-width: 992px) {
  .modal-contato .divisor-horizontal {
    width: 370px;
    position: absolute;
    top: 392px;
    left: 92px;
  }
}
.modal-contato .form {
  position: relative;
  display: initial !important;
  margin-top: 23px;
  height: 100vh; /* Fallback para não-suporte a Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 992px) {
  .modal-contato .form {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 570px;
    margin-top: 5px;
    margin-right: 35px;
  }
}
@media (min-width: 992px) {
  .modal-contato .form .form-group {
    position: relative;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 992px) {
  .modal-contato .form .custom-form-body {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .modal-contato .form textarea {
    height: 90px;
  }
}
.modal-contato .form .invalid-feedback {
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .modal-contato .form .invalid-feedback {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}
.modal-contato .form .politica-privacidade-texto {
  text-align: left;
  border-top: 1px solid #00293E;
  padding: 15px 0 0;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .modal-contato .form .politica-privacidade-texto {
    margin-bottom: 15px;
  }
}
.modal-contato .form .politica-privacidade-texto a:hover {
  color: #00293E;
}
.modal-contato .form .politica-privacidade-texto .first-text {
  position: initial;
  text-align: left;
  color: #00293E;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 0;
}
.modal-contato .form .politica-privacidade-texto span {
  text-decoration: underline;
}
.modal-contato .form label {
  font-size: 16px;
  font-weight: 600;
  color: #575756;
  margin: 0 0 9px 0;
}
@media (min-width: 992px) {
  .modal-contato .form label {
    margin: 0 0 4px 0;
  }
}
.modal-contato .form select {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  background: #C2CCC5 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='%2300293E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
}
.modal-contato .form-control {
  border: 1px solid #525C43;
  padding: 15px 0 17px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
}
.modal-contato .form .form-group-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .modal-contato .form .form-group-check {
    gap: 15px;
    padding: 0 0 10px 0;
    flex-direction: row;
    margin: 0;
  }
}
.modal-contato .form .was-validated .form-control:valid {
  border-color: green;
}
.modal-contato .form .was-validated .form-check-input:valid ~ .form-check-label {
  color: #575756;
}
.modal-contato .form .was-validated .form-check-input:invalid ~ .invalid-feedback {
  position: absolute;
  top: 15px;
  width: 17em;
  left: 0;
}
.modal-contato .form .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #cc2a39;
}
.modal-contato .form .form-check-inline {
  align-items: baseline;
}
.modal-contato .form .btn-form {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 14px;
  height: 48px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
  background: #000;
  transition: padding 0.2s ease-in-out;
  border: none;
  border-radius: 0px 20px 0px 0px;
}
.modal-contato .form .load-safety {
  display: none;
  position: absolute;
  right: 7px;
  top: 2px;
}
@media (min-width: 1200px) {
  .modal-contato .form .load-safety {
    top: 1px;
  }
}
.modal-contato .form .load-safety:after {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  height: 20px;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  animation: rotateLF 0.5s linear infinite;
}
.modal-contato .form .validando ~ .load-safety {
  display: block;
}
.modal-contato .form .erro:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.modal-contato .form .erro:valid ~ .invalid-feedback-2 {
  display: block;
  text-align: right;
}
.modal-contato .form.form-sending form {
  pointer-events: none;
}
.modal-contato .form.form-sending form .row:not(:last-of-type) {
  opacity: 0.3;
}
.modal-contato .form.form-sending .btn:before {
  opacity: 1;
}
.modal-contato .form.form-error .btn:before {
  background: #d23c3c;
  content: "OPS...";
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 54px;
  padding: 0 20px;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: 1;
}
.modal-contato .form.form-sucess .btn:before {
  background: #525C43;
  content: "TUDO CERTO!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  transform: translate(0);
}
.modal-contato .form .msg {
  background: #C6AC78;
  bottom: 73px;
  color: #fff;
  right: 0;
  font-size: 16px;
  opacity: 0;
  padding: 20px;
  pointer-events: initial;
  position: absolute;
  transform: scale(0.6);
  transform-origin: 99% 140%;
  transition: all 0.4s cubic-bezier(0.73, -0.37, 0.22, 1.4);
  visibility: hidden;
  width: 310px;
}
@media (min-width: 992px) {
  .modal-contato .form .msg {
    width: 360px;
  }
}
.modal-contato .form .msg:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #C6AC78;
  bottom: -14px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}
.modal-contato .form .msg.msg-ativo {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.modal-contato .form .msg p {
  margin: 0;
}
.modal-contato .form .msg .bt {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  color: #000;
}
.modal-contato .form .msg .bt:hover {
  text-decoration: none;
}
.modal-contato .btn-close {
  background: #fff;
  border: 1px solid #ccc;
  color: #525C43;
  font-size: 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .modal-contato .btn-close {
    right: 10px;
    top: 10px;
  }
  .modal-contato .btn-close:hover {
    background: #DDDDDD;
    border: 1px solid #ccc;
    color: #fff;
  }
}

@media (min-width: 992px) {
  .plantas-carrossel figure {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  .plantas-carrossel figure img {
    height: 520px;
  }
}
.plantas-carrossel figcaption {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  background: #E3D9BC;
  color: #575756;
  border-radius: 10px;
  margin: 10px;
}
@media (min-width: 992px) {
  .plantas-carrossel figcaption {
    position: relative;
    top: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 277px;
    height: 277px;
    border-radius: 50%;
  }
}
.plantas-carrossel figcaption span {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.plantas-carrossel figcaption p {
  font-size: 15px;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  .plantas-carrossel figcaption p {
    font-size: 42px;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  @supports (-webkit-touch-callout: none) {
    .plantas-carrossel figcaption .suits {
      height: 12px;
    }
  }
}
.plantas-carrossel figcaption .meters {
  font-weight: 700;
}
@media (min-width: 992px) {
  .plantas-carrossel figcaption .meters {
    font-size: 30px;
  }
}
.plantas-carrossel .detail {
  width: 10px;
  height: 8px;
  background: #585856;
  border-radius: 0 90px;
  transform: rotate(-30deg);
  margin: 0 20px;
}

/*MODAL TEXTO LEGAL*/
.modal {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.modal h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #525C43;
}
.modal p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  text-align: center;
  /* Verde Escuro */
  color: #525C43;
}
.modal.show {
  opacity: 1;
}

.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content .modal-header {
  background: #000;
  border-radius: 0;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .modal-content .modal-header {
    height: 50px;
  }
}
.modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-content .modal-header .modal-title {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
  }
}
.modal-content .modal-header .close {
  background: none;
  color: #fff;
  height: 100%;
  font-size: 23px;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.modal-content .modal-header .close [class^=icon] {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .modal-content .modal-header .close {
    cursor: pointer;
    height: 50px;
    width: 50px;
  }
  .modal-content .modal-header .close:hover {
    color: #ccc;
  }
}
.modal-content .modal-body {
  overflow: hidden;
  padding: 30px;
}
@media (min-width: 1200px) {
  .modal-content .modal-body {
    padding: 35px 50px 50px;
  }
}
.modal-content .modal-body p {
  font-size: 13px;
  text-align: left;
}

@keyframes pulse {
  0% {
    width: 100%;
    height: 90%;
    opacity: 0;
  }
  70% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 90%;
    opacity: 0;
  }
}
.aptos {
  position: relative;
  padding: 0;
  z-index: 2;
}
.aptos::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  background: #B6D2CA;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transform: translate(50%, 20%);
}
@media (min-width: 992px) {
  .aptos::before {
    width: 386px;
    height: 386px;
  }
}
@media (min-width: 992px) {
  .aptos .btn-global {
    position: relative;
    margin-top: 100px;
  }
}
.aptos h2 {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  text-align: center;
}
.aptos .owl-carousel .owl-dots {
  top: 15px;
  margin-top: 0;
}
.aptos .btn-global {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .lazer-carrossel img, .areas-comuns-carrossel img {
    border-radius: 0px 50px 0px 0px;
    height: 530px;
    width: 1129px !important;
    margin: 0 auto;
  }
}
.lazer-carrossel .icone, .areas-comuns-carrossel .icone {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px 20px 0px 0px;
  font-size: 12px;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
}
.tab-btn {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #282828;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .tab-btn {
    padding: 0 50px;
    width: auto;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .tab-content .tab-btn {
    display: none;
  }
}
.tab-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (-webkit-touch-callout: none) {
  .tab-btn span {
    height: 12px;
  }
}
.tab-btn i {
  transition: all 0.2s ease-in-out;
}
.tab-btn.active {
  background: #282828;
  color: #fff;
}
.tab-btn.active i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .tab-content {
    height: 500px;
    position: relative;
  }
}
.tab-item {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .tab-item {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 0;
  }
}
@media (min-width: 992px) {
  .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .tab-item.active {
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  .tab-item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .tab-item .ratio {
    width: 100%;
    max-width: 930px;
    height: auto;
  }
}
/*# sourceMappingURL=klasse.css.map*/