@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url("Metropolis-Regular.eot"); /* IE9 Compat Modes */
    src: url("Metropolis-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Metropolis-Regular.otf") format("opentype"), /* Open Type Font */
    url("Metropolis-Regular.svg") format("svg"), /* Legacy iOS */
    url("Metropolis-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Metropolis-Regular.woff") format("woff"), /* Modern Browsers */
    url("Metropolis-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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;
  -ms-touch-action: pan-Y;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  width: calc(100% - 30px);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex: 1;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

@media(max-width:768px) {
  .col-xs-1 {
    width: 8.33333333% !important;
  }
  .col-xs-2 {
    width: 16.66666667% !important;
  }
  .col-xs-3 {
    width: 25% !important;
  }
  .col-xs-4 {
    width: 33.33333333% !important;
  }
  .col-xs-5 {
    width: 41.66666667% !important;
  }
  .col-xs-6 {
    width: 50% !important;
  }
  .col-xs-7 {
    width: 58.33333333%!important;
  }
  .col-xs-8 {
    width: 66.66666667% !important;
  }
  .col-xs-9 {
    width: 75% !important;
  }
  .col-xs-10 {
    width: 83.33333333% !important;
  }
  .col-xs-11 {
    width: 91.66666667% !important;
  }
  .col-xs-12 {
    width: 100% !important;
  }
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (max-width: 540px) {
  .container {
    width: 90%;
  }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 42em) {
  .container {
    width: 90%;
  }
  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    /* width: 71rem; */
    width: 1256px;
  }
  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media(max-width:768px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    min-height: 1px;
    width: calc(100% - 15px);
  }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
  padding: 0px;
}

@media(max-width:992px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order-1 {
    order: -1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .column {
    flex-direction: column;
  }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media(min-width:768px) and (max-width:993px) {
  .col-md-12, .col-md-9 {
    width: calc(100% - 30px);
  }
}

@media(min-width:992px) {
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.66666667%
  }
  .col-sm-pull-10 {
    right: 83.33333333%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.66666667%
  }
  .col-sm-pull-7 {
    right: 58.33333333%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.66666667%
  }
  .col-sm-pull-4 {
    right: 33.33333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.66666667%
  }
  .col-sm-pull-1 {
    right: 8.33333333%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.66666667%
  }
  .col-sm-push-10 {
    left: 83.33333333%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.66666667%
  }
  .col-sm-push-7 {
    left: 58.33333333%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.66666667%
  }
  .col-sm-push-4 {
    left: 33.33333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.66666667%
  }
  .col-sm-push-1 {
    left: 8.33333333%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
}
.footer__dados {
    background-color: #1877f2;
    padding: 10px 0px;
    margin-top: 0px;
}

    .footer__dados p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        padding: 5px 0px;
        line-height: 18px;
    }

        .footer__dados p span {
            font-weight: 700;
        }

.footer {
    padding: 50px 0px;
}

.footer__contato__endereco p.titulo {
    color: #1877f2;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer__contato__endereco p.texto {
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer__contato__tell {
    display: flex;
    flex-wrap: nowrap;
}

    .footer__contato__tell a {
        color: #1877f2;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

        .footer__contato__tell a i {
            margin-right: 8px;
        }

.footer__menu a {
    color: #1877f2;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.footer__links {
    margin: 30px 0px 50px 0px;
}

.footer__links__copyright p {
    color: #818386;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 15px;
}

.footer__links__social {
    display: flex;
    justify-content: flex-end;
}

    .footer__links__social li {
        margin-right: 18px;
    }

    .footer__links__social i {
        color: #1877f2;
        font-size: 16px;
        border: 1px solid #1877f2;
        border-radius: 50px;
        height: 26px;
        width: 26px;
        line-height: 25px;
        position: relative;
        text-align: center;
    }

    .footer__links__social svg {
        border: 1px solid #1877f2;
        border-radius: 50px;
        height: 24px;
        width: 24px;
        line-height: 22px;
        position: relative;
        text-align: center;
        padding: 5px;
    }

    .footer__links__social .instagram:hover i {
        color: #C90084;
        border: 1px solid #C90084;
    }

    .footer__links__social .linkedin:hover i {
        color: #3E82E8;
        border: 1px solid #3E82E8;
    }

    .footer__links__social .facebook:hover i {
        color: #4267B2;
        border: 1px solid #4267B2;
    }

    .footer__links__social .whatsapp:hover i {
        color: #0EC143;
        border: 1px solid #0EC143;
    }

    .footer__links__social svg:hover path {
        fill: #FF0000;
    }

    .footer__links__social svg:hover {
        border: 1px solid #FF0000;
    }

    .footer__links__social i:before {
        left: 0px;
        position: absolute;
        top: 1px;
        width: 100%;
    }

.footer__whatsapp {
    position: fixed;
    bottom: -3px;
    right: 2.1rem;
    width: 5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.footer__links .row--flexOrdem {
    align-items: center;
}

.footer__links__axys {
    text-align: center;
}

    .footer__links__axys img {
        margin: auto;
    }

.footer__logo .img-responsive {
    max-width: 225px;
    height: auto;
}

@media(max-width: 768px) {
    .footer__whatsapp {
        top: 92% !important;
        right: 1.1rem;
    }

    .footer__logo {
        display: none;
    }

    .footer__menu a {
        font-size: 13px;
        line-height: normal;
        margin: 10px 0px;
        display: block;
    }

    .row--flexOrdem .col-md-3:first-child {
        display: none;
    }

    .row--flexOrdem .col-md-3 {
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
    }

    .footer__contato__endereco p.titulo {
        margin-bottom: 10px;
    }
}

@media(max-width:992px) {
    .row--flexOrdem .col-md-3.footer__contato__orderSm {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .row--flexOrdem,
    .footer__contato {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__contato__tell {
        margin: 30px 0px;
        margin-right: 20px;
        width: 100%;
    }

    .row--flexOrdem .col-md-3 {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%;
    }

    .footer {
        padding: 50px 0px 0px 0px;
    }

    .footer__links__social {
        justify-content: start;
        margin: 0px 0px 30px 0px;
    }

    .footer__link__login {
        margin: 10px -5px 30px 0px;
    }

    .footer__links__copyright p {
        margin-bottom: 20px;
    }

    .footer__contato {
        margin-top: 40px;
    }

    .footer__links__axys img {
        margin: 0;
    }
}
.header {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .container-fluid{
    display: flex;
    justify-content: center;
  }
  .header ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 3px rgba(47, 64, 149, 0.2);
    padding: 15px 0px 15px 0px;
  }
  .header__logo{
    position: absolute;
    width: 50%;
    padding: 15px 0px;
    z-index: 9;
  }
  .header__logo__flex{
    display: flex;
    align-items: end;
    margin-top: 15px;
    margin-right: 15px;
  }

  .header .nivel1 a{
    color:#202020;
    font-size: 14px;
    padding: 10px 10px;
  }
  .header .hide{
    display: none;
  }
  .header .show{
    display: block;
  }
.logo-header {
    margin-right: 15px;
}
.logo-header img {
    width: 90px;
}
  @media(max-width:1200px){
    .header .menu{
      height: 100%;
      position: fixed;
      right: -300px;
      background: #fff;
      width: 250px;
      top: 0px;
    }
    .header .menu ul{
      box-shadow: none;
    }
    .header .menu li{
      width: 100%;
      padding: 8px 10px;
    }
    .header .container-fluid{
      justify-content: left;
    }
    .header{
      background: #00000063;
      padding: 15px 10px;
    }
    .open-menu{
      position: absolute;
      right: 5rem;
      margin-top: 15px;
      background: #fff;
      border: 0px;
      padding: 3px 8px;
      font-size: 23px;
      color: #1877f2;
    }
    .close-menu{
      margin-left: auto;
      display: block;
      margin-right: 15px;
      margin-top: 20px;
      background: transparent;
      border: 0px;
      font-size: 23px;
      color: #1877f2;
    }
    .header__logo__flex {
      flex-wrap: wrap;
      width: 50%;
    }
    .btn__voltar{
      top: 115px !important;
    }
  }
  @media(max-width:568px){
    .open-menu{
      right: 3rem;
    }
    .voltar__Site{
      margin-top: 8px;
    }
    .voltar__Site a {
      padding: 3px 9px !important;
      font-size: 13px !important;
  }
  }
 @media(min-width:1200px){
    .open-menu,
    .close-menu{
      display: none;
    }
  }
/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');
@import 'fonts//font.css';
@import 'fonts/icomoon.css';
@import 'fonts/line-awesome.min.css';
@import 'lib/owl.carousel-2.4.0.css';
@import 'lib/flexboxgrid.css';
@import 'reset.css';
@import 'header-detalhe-lancamento.css';
@import 'footer.css?v1';*/

.voltar__Site {
    margin-left: 25px;
    margin-top: 4px;
}
.voltar__Site a{
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 6px 12px;
  color: #fff;
  font-size: 13px;
}

.btn__voltar {
  position: absolute;
  top: 75px;
  z-index: 9;
}
.btn__voltar a{
  background: #f7f7f7;
  display: flex;
  align-items: center;
}

.btn__voltar i {
  background: #f7f7fb;
  padding: 5px;
  color: #1877f2;
  font-size: 25px;
}

.banner .container,
.banner .row,
.banner col-md-12{
  height: 100%;
}
.banner__texto{
  margin-top: 20%;
  text-align: center;
}
.banner h1{
  font-family: 'DM Serif Display';
  font-size: 93px;
  color: #fff;
  line-height: 1;
}
.banner p{
  font-family: 'DM Serif Display', serif;
  font-size: 34px;
  color: #fff;
  font-style: italic;
}


.logo-lancamento{
  position: absolute;
  bottom: -20px;
  background: #000;
}


.espaco{
  position: relative;
  margin: 100px 0px;
}
.espaco .container-fluid{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.espaco__texto{
  background: #fff;
  padding: 15px;
}
.espaco__texto p.titulo{
  font-size: 14px;
  color: #FF9E1B;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Rubik';
}
.espaco__texto h2{
  font-size: 36px;
  color: #202020;
  font-weight: 700;
  line-height: 38px;
  font-family: 'Rubik';
  margin: 15px 0px;
}
.espaco__texto p{
  font-size: 14px;
  color: #1D1D1D;
  line-height: 28px;
}
.espaco .owl-dot span {
    border: 2px solid #1877f2;
    background: #fff;
}

.espaco .owl-dot.active span {
    border: 2px solid #1877f2;
    background: #1877f2;
}

@media(min-width:992px){
  .espaco__texto{
    position: absolute;
    z-index: 9;
    top: 11%;
    right: 17.6%;
    width: 244px;
  }
  .espaco__img{
    display: none;
  }
  .espaco .item{
    height: 700px !important;
    background-size: cover !important;
  }
}



.lancamento__video{
  margin:100px 0px
}
.lancamento__video,
.lancamento__video .item{
  position: relative;
}
.lancamento__video .item::before{
  background: url(img/detalhe-lancamento/video/video.png) no-repeat center center;
  background-size: cover;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
}

.diferenciais h3{
  font-size: 28px;
  color: #202020;
  margin: 20px 0px;
  text-align: center;
}
.diferenciais {
   margin-bottom: 34px;
}
.diferenciais ul{
  display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px;
}
.diferenciais ul li p{
  font-size: 14px;
  color: #1D1D1D;
  margin: 10px 0px;
  text-align: center;
}
.diferenciais ul li{
  text-align: center;
  padding: 15px;
}

.lazer .owl-dots{
  position: relative;
  bottom: -15px;
}
.lazer .owl-dot span{
  background: #fff;
  border: 2px solid #1877f2;
}
.lazer .owl-dot span{
  border: 2px solid #1877f2;
  background: #fff;
}
.lazer .owl-dot.active span {
    border: 2px solid #1877f2;
    background: #1877f2;
}
.lazer__texto{
  text-align: center;
  padding: 0px 15px;
}
.lazer__texto h3{
  font-size: 22px;
  color: #202020;
  margin: 20px 0px;
}
.lazer__texto p{
  color:#1D1D1D;
  font-size: 14px;
  line-height: 28px;
}


.lancamento__tour{
  margin:100px 0px
}
.lancamento__tour h4{
  font-size: 28px;
  color: #202020;
  text-align: center;
  margin-bottom: 25px;
}
.lancamento__tour,
.lancamento__tour .item{
  position: relative;
}
.lancamento__tour .item::before{
  background: url(img/detalhe-lancamento/tour/bg__tour.png) no-repeat center center;
  background-size: cover;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
}
@media(max-width:768px){
  .lancamento__tour .item,
  .lancamento__video .item,
  .lancamento__responsaveis .item{
    height: 340px !important;
  } 
}


.lancamento__responsaveis h5{
  font-size: 28px;
  color: #202020;
  text-align: center;
  margin-bottom: 25px;
}

.lancamento__responsaveis{
  margin:100px 0px
}
.lancamento__responsaveis,
.lancamento__responsaveis .item{
  position: relative;
}
.lancamento__responsaveis .item::before{
  background: url(img/detalhe-lancamento/video/video.png) no-repeat center center;
  background-size: cover;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
}

.plantas{
  margin: 80px 0px;
}
.plantas h4{
  font-family: 'Rubik';
  font-size: 28px;
  color: #202020;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.plantas .owl-carousel img{
  width: auto !important;
  max-width: 100%;
  margin: auto;
}
.plantas .owl-prev, 
.plantas .owl-next{
  background: #202020;
  border-radius: 5px;
  padding: 8px 12px;
}
.plantas__img p {
    text-align: center;
    font-size: 22px;
    margin: 15px 0px
}
.plantas .owl-dots {
    bottom: -25px;
    display: none;
}


.lancamento__local {
    text-align: center;
}
.lancamento__local h4{
  font-family: 'Rubik';
  font-size: 28px;
  color: #202020;
  font-weight: 600;
}
.lancamento__local p{
  font-size: 14px;
  color: #707070;
  margin: 15px 0px;
}
.lancamento__local p i{
  font-size: 18px;
  margin-right: 8px;
}

.lacamento__valor{
  padding: 80px 0px;
  text-align: center;
  background: #FAFAFA;
}
.lacamento__valor h5{
  font-family: 'Rubik';
  font-size: 36px;
  font-weight: 600;
  color: #1877f2;
}
    .lacamento__valor p {
        font-size: 17px;
        font-weight: 100;
        color: #1D1D1D;
        margin: 15px 0px;
    }
    .lacamento__valor a {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        width: fit-content;
        display: block;
        margin: auto;
        border-radius: 6px;
        padding: 8px 20px;
        background: #1877f2;
    }
    .lacamento__valor a i{
        font-weight: 400;
        font-size: 19px;
    }
.lacamento__valor a:hover{
  background:#394CAB
}


/* carousel */
.owl-prev,
.owl-next{
  position: absolute;
  top: 36%;
  color: #fff;
  font-size: 25px;
}
.owl-prev{
  left: 15px;
}
.owl-next {
  right: 15px;
}
.owl-dots{
  position: absolute;
  width: 100%;
  bottom: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.owl-dot span {
    height: 12px;
    width: 12px;
    border-radius: 50px;
    background: #fff;
    display: block;
    margin-right: 8px;
}
.owl-dot span{
  border: 2px solid #1877f2;
}

span.icon i {
    color: #0b4c9c;
    font-size: 40px;
}

.bt-icon {
    font-family: BortoliniIcons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .bt-icon.bt-icon-academy:before {
        content: "\e900"
    }

    .bt-icon.bt-icon-advert:before {
        content: "\e901"
    }

    .bt-icon.bt-icon-agent:before {
        content: "\e902"
    }

    .bt-icon.bt-icon-agent-alt:before {
        content: "\e903"
    }

    .bt-icon.bt-icon-agreement:before {
        content: "\e904"
    }

    .bt-icon.bt-icon-archives:before {
        content: "\e905"
    }

    .bt-icon.bt-icon-area:before {
        content: "\e906"
    }

    .bt-icon.bt-icon-area-alt:before {
        content: "\e907"
    }

    .bt-icon.bt-icon-auction:before {
        content: "\e908"
    }

    .bt-icon.bt-icon-auditorium:before {
        content: "\e909"
    }

    .bt-icon.bt-icon-award:before {
        content: "\e90a"
    }

    .bt-icon.bt-icon-bag:before {
        content: "\e90b"
    }

    .bt-icon.bt-icon-banker:before {
        content: "\e90c"
    }

    .bt-icon.bt-icon-barbecue-grill:before {
        content: "\e90d"
    }

    .bt-icon.bt-icon-bathroom:before {
        content: "\e90e"
    }

    .bt-icon.bt-icon-bathroom-alt:before {
        content: "\e90f"
    }

    .bt-icon.bt-icon-beds:before {
        content: "\e910"
    }

    .bt-icon.bt-icon-bed-side:before {
        content: "\e911"
    }

    .bt-icon.bt-icon-bike-rack:before {
        content: "\e912"
    }

    .bt-icon.bt-icon-blocked:before {
        content: "\e913"
    }

    .bt-icon.bt-icon-blueprint:before {
        content: "\e914"
    }

    .bt-icon.bt-icon-brick:before {
        content: "\e915"
    }

    .bt-icon.bt-icon-bridge:before {
        content: "\e916"
    }

    .bt-icon.bt-icon-calculation:before {
        content: "\e917"
    }

    .bt-icon.bt-icon-calendar:before {
        content: "\e918"
    }

    .bt-icon.bt-icon-calendar-alt:before {
        content: "\e919"
    }

    .bt-icon.bt-icon-caretaker:before {
        content: "\e91a"
    }

    .bt-icon.bt-icon-carrier:before {
        content: "\e91b"
    }

    .bt-icon.bt-icon-chair:before {
        content: "\e91c"
    }

    .bt-icon.bt-icon-chair-alt:before {
        content: "\e91d"
    }

    .bt-icon.bt-icon-chairs:before {
        content: "\e91e"
    }

    .bt-icon.bt-icon-computer:before {
        content: "\e91f"
    }

    .bt-icon.bt-icon-construction:before {
        content: "\e920"
    }

    .bt-icon.bt-icon-construction-alt:before {
        content: "\e921"
    }

    .bt-icon.bt-icon-construction-truck:before {
        content: "\e922"
    }

    .bt-icon.bt-icon-contract:before {
        content: "\e923"
    }

    .bt-icon.bt-icon-cooling:before {
        content: "\e924"
    }

    .bt-icon.bt-icon-decoration:before {
        content: "\e925"
    }

    .bt-icon.bt-icon-decoration-alt:before {
        content: "\e926"
    }

    .bt-icon.bt-icon-demostration:before {
        content: "\e927"
    }

    .bt-icon.bt-icon-dialogue:before {
        content: "\e928"
    }

    .bt-icon.bt-icon-door:before {
        content: "\e929"
    }

    .bt-icon.bt-icon-door-key:before {
        content: "\e92a"
    }

    .bt-icon.bt-icon-doorway:before {
        content: "\e92b"
    }

    .bt-icon.bt-icon-electric:before {
        content: "\e92c"
    }

    .bt-icon.bt-icon-electric-alt:before {
        content: "\e92d"
    }

    .bt-icon.bt-icon-elevator:before {
        content: "\e92e"
    }

    .bt-icon.bt-icon-entrance:before {
        content: "\e92f"
    }

    .bt-icon.bt-icon-facade:before {
        content: "\e930"
    }

    .bt-icon.bt-icon-facade-alt:before {
        content: "\e931"
    }

    .bt-icon.bt-icon-fence:before {
        content: "\e932"
    }

    .bt-icon.bt-icon-fence-alt:before {
        content: "\e933"
    }

    .bt-icon.bt-icon-file-storage:before {
        content: "\e934"
    }

    .bt-icon.bt-icon-file-storage-alt:before {
        content: "\e935"
    }

    .bt-icon.bt-icon-fireplace:before {
        content: "\e936"
    }

    .bt-icon.bt-icon-flat:before {
        content: "\e937"
    }

    .bt-icon.bt-icon-folder:before {
        content: "\e938"
    }

    .bt-icon.bt-icon-footprints:before {
        content: "\e939"
    }

    .bt-icon.bt-icon-gallery:before {
        content: "\e93a"
    }

    .bt-icon.bt-icon-garage:before {
        content: "\e93b"
    }

    .bt-icon.bt-icon-garage-alt:before {
        content: "\e93c"
    }

    .bt-icon.bt-icon-gardener:before {
        content: "\e93d"
    }

    .bt-icon.bt-icon-gardener-alt:before {
        content: "\e93e"
    }

    .bt-icon.bt-icon-graphs:before {
        content: "\e93f"
    }

    .bt-icon.bt-icon-graphs-alt:before {
        content: "\e940"
    }

    .bt-icon.bt-icon-hacksaw:before {
        content: "\e941"
    }

    .bt-icon.bt-icon-hall:before {
        content: "\e942"
    }

    .bt-icon.bt-icon-hand-gesture:before {
        content: "\e943"
    }

    .bt-icon.bt-icon-hand-gesture-2:before {
        content: "\e944"
    }

    .bt-icon.bt-icon-headphones:before {
        content: "\e945"
    }

    .bt-icon.bt-icon-health-care:before {
        content: "\e946"
    }

    .bt-icon.bt-icon-hearth:before {
        content: "\e947"
    }

    .bt-icon.bt-icon-home:before {
        content: "\e948"
    }

    .bt-icon.bt-icon-house-exchange:before {
        content: "\e949"
    }

    .bt-icon.bt-icon-house-key:before {
        content: "\e94a"
    }

    .bt-icon.bt-icon-house-like:before {
        content: "\e94b"
    }

    .bt-icon.bt-icon-house-marker:before {
        content: "\e94c"
    }

    .bt-icon.bt-icon-house-percent:before {
        content: "\e94d"
    }

    .bt-icon.bt-icon-house-price:before {
        content: "\e94e"
    }

    .bt-icon.bt-icon-house-repair:before {
        content: "\e94f"
    }

    .bt-icon.bt-icon-house-safety:before {
        content: "\e950"
    }

    .bt-icon.bt-icon-house-search:before {
        content: "\e951"
    }

    .bt-icon.bt-icon-house-search-alt:before {
        content: "\e952"
    }

    .bt-icon.bt-icon-house-sign:before {
        content: "\e953"
    }

    .bt-icon.bt-icon-house-tag:before {
        content: "\e954"
    }

    .bt-icon.bt-icon-house-things:before {
        content: "\e955"
    }

    .bt-icon.bt-icon-house-truck:before {
        content: "\e956"
    }

    .bt-icon.bt-icon-information:before {
        content: "\e957"
    }

    .bt-icon.bt-icon-inspection:before {
        content: "\e958"
    }

    .bt-icon.bt-icon-insurance:before {
        content: "\e959"
    }

    .bt-icon.bt-icon-interior-design:before {
        content: "\e95a"
    }

    .bt-icon.bt-icon-invention:before {
        content: "\e95b"
    }

    .bt-icon.bt-icon-key:before {
        content: "\e95c"
    }

    .bt-icon.bt-icon-key-alt:before {
        content: "\e95d"
    }

    .bt-icon.bt-icon-key-home:before {
        content: "\e95e"
    }

    .bt-icon.bt-icon-ladders:before {
        content: "\e95f"
    }

    .bt-icon.bt-icon-landscape:before {
        content: "\e960"
    }

    .bt-icon.bt-icon-laundry:before {
        content: "\e961"
    }

    .bt-icon.bt-icon-license:before {
        content: "\e962"
    }

    .bt-icon.bt-icon-light:before {
        content: "\e963"
    }

    .bt-icon.bt-icon-lover:before {
        content: "\e964"
    }

    .bt-icon.bt-icon-mail:before {
        content: "\e965"
    }

    .bt-icon.bt-icon-mail-alt:before {
        content: "\e966"
    }

    .bt-icon.bt-icon-mail-attached:before {
        content: "\e967"
    }

    .bt-icon.bt-icon-map:before {
        content: "\e968"
    }

    .bt-icon.bt-icon-map-marker:before {
        content: "\e969"
    }

    .bt-icon.bt-icon-measuring:before {
        content: "\e96a"
    }

    .bt-icon.bt-icon-measuring-alt:before {
        content: "\e96b"
    }

    .bt-icon.bt-icon-megaphone:before {
        content: "\e96c"
    }

    .bt-icon.bt-icon-money:before {
        content: "\e96d"
    }

    .bt-icon.bt-icon-money-alt:before {
        content: "\e96e"
    }

    .bt-icon.bt-icon-newspaper:before {
        content: "\e96f"
    }

    .bt-icon.bt-icon-notebook:before {
        content: "\e970"
    }

    .bt-icon.bt-icon-packaging:before {
        content: "\e971"
    }

    .bt-icon.bt-icon-packaging-alt:before {
        content: "\e972"
    }

    .bt-icon.bt-icon-paint:before {
        content: "\e973"
    }

    .bt-icon.bt-icon-paint-alt:before {
        content: "\e974"
    }

    .bt-icon.bt-icon-parking:before {
        content: "\e975"
    }

    .bt-icon.bt-icon-parking-alt:before {
        content: "\e976"
    }

    .bt-icon.bt-icon-party-room:before {
        content: "\e977"
    }

    .bt-icon.bt-icon-phone:before {
        content: "\e978"
    }

    .bt-icon.bt-icon-phone-alt:before {
        content: "\e979"
    }

    .bt-icon.bt-icon-planning:before {
        content: "\e97a"
    }

    .bt-icon.bt-icon-playground:before {
        content: "\e97b"
    }

    .bt-icon.bt-icon-playground-alt:before {
        content: "\e97c"
    }

    .bt-icon.bt-icon-plumbering:before {
        content: "\e97d"
    }

    .bt-icon.bt-icon-plumbering-alt:before {
        content: "\e97e"
    }

    .bt-icon.bt-icon-pool:before {
        content: "\e97f"
    }

    .bt-icon.bt-icon-pool-warn:before {
        content: "\e980"
    }

    .bt-icon.bt-icon-postmail:before {
        content: "\e981"
    }

    .bt-icon.bt-icon-printed:before {
        content: "\e982"
    }

    .bt-icon.bt-icon-printer:before {
        content: "\e983"
    }

    .bt-icon.bt-icon-property-apartment:before {
        content: "\e984"
    }

    .bt-icon.bt-icon-property-house:before {
        content: "\e985"
    }

    .bt-icon.bt-icon-property-house-alt:before {
        content: "\e986"
    }

    .bt-icon.bt-icon-property-house-group:before {
        content: "\e987"
    }

    .bt-icon.bt-icon-property-kitnet:before {
        content: "\e988"
    }

    .bt-icon.bt-icon-reparation:before {
        content: "\e989"
    }

    .bt-icon.bt-icon-reparation-alt:before {
        content: "\e98a"
    }

    .bt-icon.bt-icon-room-meeting:before {
        content: "\e98b"
    }

    .bt-icon.bt-icon-room-movie:before {
        content: "\e98c"
    }

    .bt-icon.bt-icon-room-party:before {
        content: "\e98d"
    }

    .bt-icon.bt-icon-room-play:before {
        content: "\e98e"
    }

    .bt-icon.bt-icon-safety:before {
        content: "\e98f"
    }

    .bt-icon.bt-icon-sauna:before {
        content: "\e990"
    }

    .bt-icon.bt-icon-security-system:before {
        content: "\e991"
    }

    .bt-icon.bt-icon-security-system-alt:before {
        content: "\e992"
    }

    .bt-icon.bt-icon-shop:before {
        content: "\e993"
    }

    .bt-icon.bt-icon-sign:before {
        content: "\e994"
    }

    .bt-icon.bt-icon-sign-alt:before {
        content: "\e995"
    }

    .bt-icon.bt-icon-skyline:before {
        content: "\e996"
    }

    .bt-icon.bt-icon-skyline-alt:before {
        content: "\e997"
    }

    .bt-icon.bt-icon-smartphone:before {
        content: "\e998"
    }

    .bt-icon.bt-icon-sport:before {
        content: "\e999"
    }

    .bt-icon.bt-icon-store:before {
        content: "\e99a"
    }

    .bt-icon.bt-icon-store-alt:before {
        content: "\e99b"
    }

    .bt-icon.bt-icon-storehouse:before {
        content: "\e99c"
    }

    .bt-icon.bt-icon-switch-off:before {
        content: "\e99d"
    }

    .bt-icon.bt-icon-time:before {
        content: "\e99e"
    }

    .bt-icon.bt-icon-toy:before {
        content: "\e99f"
    }

    .bt-icon.bt-icon-trees:before {
        content: "\e9a0"
    }

    .bt-icon.bt-icon-trees-alt:before {
        content: "\e9a1"
    }

    .bt-icon.bt-icon-truck-home-moving:before {
        content: "\e9a2"
    }

    .bt-icon.bt-icon-turned-off:before {
        content: "\e9a3"
    }

    .bt-icon.bt-icon-turned-on:before {
        content: "\e9a4"
    }

    .bt-icon.bt-icon-tv:before {
        content: "\e9a5"
    }

    .bt-icon.bt-icon-vacuum-cleaner:before {
        content: "\e9a6"
    }

    .bt-icon.bt-icon-walking:before {
        content: "\e9a7"
    }

    .bt-icon.bt-icon-wall:before {
        content: "\e9a8"
    }

    .bt-icon.bt-icon-wallet:before {
        content: "\e9a9"
    }

    .bt-icon.bt-icon-water-meter:before {
        content: "\e9aa"
    }

    .bt-icon.bt-icon-zen:before {
        content: "\e9ab"
    }
.owl-carousel .owl-item img {
    height: auto;
}

/*Whatsapp*/
.fixed__whatsapp {
    display: none;
}
.fixed__whatsapp__lancamento {
    position: fixed;
    right: 21px;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .fixed__whatsapp__lancamento img {
        -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
        border-radius: 50px;
        width: 56px;
    }


@media(max-width:768px) {
    .fixed__whatsapp__lancamento {
        bottom: 80px;
        right: 23px;
    }
}

@media(min-width:768px) and (max-width:1768px) {
    .fixed__whatsapp__lancamento {
        bottom: 80px
    }
}

@media(min-width:768px) {
    .fixed__whatsapp__lancamento {
        top: 85vh;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
    .fixed__whatsapp__lancamento {
        top: 90vh !important;
    }
}

.b24-widget-button-position-bottom-right {
    right: 23px !important;
    bottom: 150px !important;
}



/* POPOVER ALERTA */

.popover__alerta {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    animation-name: popover;
    animation-duration: 1s;
    position: fixed;
    top: 0;
    z-index: 100;
}

@keyframes popover {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popover__conteudo {
    box-sizing: border-box;
    width: 379px;
    height: 322px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px #ffffff solid;
    box-shadow: 0px 2px 6px #073B4C1A;
    padding: 25px 37px 37px 37px;
}

.popover__titulo {
    text-align: left;
    font-size: 24px;
    color: #1878F1;
}

.img__popover {
    float: left;
    width: 93px;
    margin-right: 16px;
}

.btn__criar__alerta {
    border-radius: 6px;
    border: 1px solid #1878F1;
    background-color: #1878F1;
    width: 243px;
    height: 44px;
    padding: 7px;
    margin-left: auto;
    margin-right: auto;
}

    .btn__criar__alerta:hover {
        border: 1px solid #FF9E1B;
        background-color: #FF9E1B;
    }

    .btn__criar__alerta a {
        height: 100%;
        width: 100%;
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.popover__texto {
    text-align: center;
    font-size: 15px;
    color: #777777;
    margin: 30px 0 24px 0;
}

.btn__alerta {
    position: fixed;
    bottom: 12%;
    right: 90px;
    width: 40px;
    height: 40px;
    background: #1878F1;
    box-shadow: 0px 3px 6px #2F409524;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}


    .btn__alerta .la-bell {
        color: #ffffff;
        font-size: 30px;
    }

.popover__conteudo .closebtn {
    float: right;
    position: relative;
    right: -20px;
}
