@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
  }
}
.header {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(47, 64, 149, 0.2);
    background-color: #ffffff;
    padding: 15px 0px 10px 0px;
}

.header .close-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 70px;
    width: 100%;
    z-index: 0;
}

.fadeHeader {
    display: none;
}


@media (max-width: 768px) {
    .header .close-menu {
        height: 50px;
    }
}

.header .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.header__logo__div {
    display: flex;
    align-items: center;
}

.header__restrita {
    padding-left: 15px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.header__restrita p {
    padding-top: 9px;
    font-size: 20px;
    color: #1877f2;
    padding-bottom: 9px
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    margin-left: 0rem;
    position: relative;
    top: -6px;
}

.header .menu {
    clear: both;
    max-height: 0;
}

.header .menu-icon {
    cursor: pointer;
    float: right;
    position: relative;
    user-select: none;
    z-index: 99;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    position: absolute;
    right: 15px;
    margin-bottom: 12px;
}

.header .menu-icon img {
    position: relative;
    top: 2px;
    left: 12px;
    height: 31px;
}


.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon {
    background: #F0F0F0;
}

.header .logar {
    position: absolute;
    right: 4rem;
    margin-top: -6px;
    color: #1877f2;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid transparent
}

.header .logar:hover {
    border: 1px solid #1877f2;
}

.header .logar.hide {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 100%;
    margin-left: auto;
    top: 68px;
    position: fixed;
    right: 1rem;
    padding-top: 12px;
    width: 386px;
    box-shadow: 0 1px 30px rgba(7, 59, 76, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 13px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height: 396px;
    overflow-y: scroll;
}

.header .menu-btn:checked~.menu::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

.header .menu-btn:checked~.menu::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

.header .menu-btn:checked~.menu::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 6px
}

.header .menu-btn:checked~.navicon {
    background: #ffffff;
}

.header .menu-btn:checked~.menu li {
    width: 30%;
    margin: 3px;
    margin-bottom: 0px;
}

.header .menu-btn:checked~.menu li:hover .item {
    box-shadow: 0 2px 6px rgb(7 59 76 / 10%);
}

.header .menu-btn:checked~.menu li a {
    width: 60px;
    color: #006BDC;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 90%;
    text-align: center;
    display: block;
    padding: 10px;
    word-break: break-word;
}

.header .menu-btn:checked~.menu li a:hover {
    color: #F69923;
}

.header .menu-btn:checked~.menu li:hover span {
    white-space: pre-line;
    font-size: 13px
}

.header .menu-btn:checked~.menu li .item {
    height: 119px;
}

.header .menu-btn:checked~.menu li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 105px;
    color: #006BDC;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .09px;
    line-height: 18px;
}

.header .menu-btn:checked~.menu li a img {
    padding-top: 10px;
    margin-bottom: 10px;
    height: 44px;
}

.header .menu-icon {
    color: #fff;
}

.header__social ul {
    justify-content: center;
}

.header__social li {
    width: initial !important;
}

.header__social a {
    padding: 0px;
}

.header__botao__home {
    margin-bottom: 30px;
    width: 100%;
}

.header__botao__home .botao_padrao_1 .btn {
    display: block;
    margin: 10px 15px;
    width: 85%;
    border-radius: 6px;
    text-align: center;
}

.header__botao__home .botao_padrao_1 .btn.active {
    color: #FF9E1B;
}

@media(min-width:768px)and (max-width:992px) {
    .header {
        display: flex;
        justify-content: left;
    }

    .header .menu {
        padding-top: 5px;
    }
}

.header__close {
    position: relative;
    right: -2px;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.header__close .menu-icon {
    color: #1877f2;
    font-size: 20px;
}

@media(min-width:768px) {
    .header__close {
        display: none;
    }
}

@media(min-width:992px) {

    .header__social {
        display: none;
    }
}

@media(max-width:768px) {
    .header .logo {
        width: 121px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .header .logar {
        right: 4rem;
    }

    .header .menu-btn:checked~.menu {
        top: 0;
        position: fixed;
        right: 0;
        width: 100%;
        height: 480px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        z-index: 99;
    }

    .header .menu-btn:checked~.menu li {
        width: 44%;
        margin-bottom: 0px;
        float: left;
        display: inline;
        margin-right: 13px;
        height: auto;
    }

    .header .menu-btn:checked~.menu li .item {
        padding: 15px;
        /*border: 1px solid #1877f2;*/
        border-radius: 10px;
        height: auto;
    }

    .header .menu-btn:checked~.menu li a {
        height: auto;
        word-break: break-word;
    }

    .header .menu-btn:checked~.menu li a span {
        white-space: normal;
        width: auto;
        text-align: center;
        display: initial;
        font-size: 13px;
    }
}

@media(max-width:568px) {
    .header__restrita p {
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .header .menu-btn:checked~.menu li .item {
        width: 84% !important;
    }

    .header .menu-btn:checked~.menu li {
        width: 27% !important;
    }

    .header .menu-btn:checked~.menu li.header__close {
        display: block !important;
        width: 100% !important;
    }
}

.header__usuario {
    position: absolute;
    right: 90px;
    height: 100%;
}

.header__usuario.hide {
    display: none;
}

a.dropdown-toggle-usuario {
    padding: 0;
    color: #1877f2;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
    top: -2px;
    position: relative;
    width: 142px;
}

.ativo_usuario {
    background: #1877f217;
}

a.dropdown-toggle-usuario i.la-user-circle {
    font-size: 25px
}

a.dropdown-toggle-usuario i.la-angle-down {
    font-size: 12px
}

a.dropdown-toggle-usuario span {
    margin: 0px 8px
}

ul.dropdown-usuario {
    display: none;
    position: absolute;
    top: 100%;
    padding: 5px 5px 0 0;
    background: #fff;
    transform: translate(-8%, 0%);
    min-width: 145px;
    box-shadow: 0 1px 3px rgba(47, 64, 149, 0.2);
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

ul.dropdown-usuario li {
    list-style-type: none;
}

ul.dropdown-usuario li a {
    text-decoration: none;
    padding: 0em 0.5em;
    display: block;
    color: #1877f2;
    font-size: 13px;
    line-height: 28px;
}

ul.dropdown-usuario li a:hover {
    color: #f69923
}

@media(max-width:768px) {
    a.dropdown-toggle-usuario span {
        display: none;
    }

    .header__usuario {
        right: 50px
    }

    a.dropdown-toggle-usuario {
        max-width: 142px;
        width: auto !important;
    }

    ul.dropdown-usuario {
        transform: translate(-50%, 0%);
    }
}

/* blog */

.menu__blog ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -3px;
}

.menu__blog ul li a {
    font-size: 15px;
    color: #1877f2;
    padding: 5px 10px 2px 10px;
    display: block;
    line-height: 15px;
    margin-bottom: 2px;
}

@media(max-width:992px) {
    .menu__blog .menu {
        width: 300px;
        position: fixed;
        z-index: 999;
        top: 0px;
        right: -100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 1px 3px rgba(47, 64, 149, 0.2);
    }

    .menu__blog ul {
        margin-top: 35px;
    }

    .menu__blog .menu li {
        width: 100%;
    }

    .menu__blog .menu li a {
        width: 100%;
        display: block;
        padding: 8px 15px;
    }

    .menu__blog__close {
        text-align: right;
        margin-right: 15px;
        margin-top: 15px;
    }

    .menu__blog__close button {
        color: #1877f2;
        font-size: 20px;
        background: transparent;
        border: 0px;
    }

    .menu__blog__open {
        text-align: right;
        margin-bottom: 10px;
    }

    .menu__blog__open button {
        background: transparent;
        border: 0px;
        color: #1877f2;
        font-weight: 600;
        border: 1px solid #1877f2;
        border-radius: 50px;
        padding: 3px 10px;
    }

    .menu__blog__open button span {
        position: relative;
        top: -2px;
    }

    .menu__blog__open button i {
        font-size: 22px;
    }
}

@media(min-width:992px) {
    .menu__blog .container {
        width: 130%;
    }

    .menu__blog {
        position: fixed;
        top: 23px;
        z-index: 999;
        width: 50%;
        left: 23%;
    }

    .menu__blog__open,
    .menu__blog__close {
        display: none;
    }

    .menu__blog .menu li {
        margin: 0px 15px;
    }
}

@media(min-width:768px) and (max-width:1224px) {
    .menu__blog .menu li {
        margin: 0px 10px;
    }

    .menu__blog ul li a {
        font-size: 13px;
        padding: 5px 10px 2px 10px;
    }
}

@media(min-width:768px) and (max-width:1368px) {
    .header .menu-btn:checked~.menu {
        max-height: 440px;
        overflow-y: visible;
    }
}



/* ANIMAÇÃO BOTÃO 3X3 */

.circle {
    width: 7px;
    height: 7px;
    margin: 1px;
    border-radius: 50%;
    display: block;
    animation: color__menu 16s infinite;
}

.efeito-menu {
    & d {
        animation: color__menu 16s infinite;
    }
}

svg.efeito-menu {
    animation: color__menu 16s infinite;
}



.menu__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.menu__wrapper div {
    width: 2.625rem;
    height: 2.625rem;
    padding: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    align-content: center;
}


.menu__wrapper>span {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
    margin-top: auto;
}

.menu__icon:hover {
    transform: rotate(90deg);
}

.menu__icon {
    animation: menu 4s infinite;
}

@keyframes menu {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(90deg);
    }

    75% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes color__menu {
    0% {
        background: #1877f2;
    }

    25% {
        background: #F69923;
    }

    50% {
        background: #1877f2;
    }

    75% {
        background: #F69923;
    }

    100% {
        background: #1877f2;
    }
}


/* TOOLTIP */


#linkHeaderEntrar.tooltips span {
    position: absolute;
    width: 240px;
    color: #FFFFFF;
    background: #178BFF;
    line-height: normal;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    padding: 10px;
    font-size: 12px;
}

#linkHeaderEntrar.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #178BFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#linkHeaderEntrar:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    top: 50px;
    right: 0%;
    margin-left: -76px;
    z-index: 999;
}

.forceOpenTooltip {
    border: 1px solid #0f87ffc4 !important;
}

.forceOpenTooltip span {
    visibility: visible !important;
    opacity: 1;
    top: 50px;
    right: 0%;
    margin-left: -76px;
    z-index: 999;
}
.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 0px 30px 0px;
    }

    .footer__links__copyright p {
        margin-bottom: 15px;
    }

    .footer__contato {
        margin-top: 40px;
    }

    .footer__links__axys img {
        margin: 0;
    }
}

.termos__uso {
    margin: 10px 0px 15px 0px;
}

    .termos__uso a {
        color: #1877f2;
        text-decoration: underline;
    }

    .termos__uso .checkbox {
        background: transparent !important;
        color: #fff;
    }

    .termos__uso input[type=checkbox]:checked {
        background: url("../Assets/css/img/fazer-proposta/checkbox__on.png") no-repeat center center;
    }

    .termos__uso input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        width: 19px;
        height: 19px;
        background: url("../Assets/css/img/fazer-proposta/checkbox.png") no-repeat center center; outline: none;
        margin-right: 2px;
        position: relative !important;
        top: 5px;
    }

    .termos__uso .checkbox label {
        color: #000000;
    }

.anuncios__formulario .checkbox input {
    margin-left: auto !important;
}

.contato__formulario label,
.contato__proposta__box label,
.contato__formulario a,
.contato__proposta__box a {
    font-size: 16px;
}

.contato__proposta__box .termos__uso input {
    top: 3px;
}

/*@import 'main.css';*/
.login__titulo {
    margin: 30px 0px 0px 0px;
    text-align: center;
}
    .login__titulo h1 {
        color: #1877f2;
        font-family: rubik;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 22px;
    }
    .login__titulo h2 {
        line-height: 28px;
        padding: 0;
        margin: 0 0 5px;
        margin-top: 13px;
        margin-bottom: 20px;
        color: #1d1d1d;
        font-size: 18px;
        font-weight: 400;
    }
.login__tab {
    display: none;
    margin-bottom: 40px;
}

.login__tab.active {
    display: block;
}

.box__form {
    box-shadow: 0 2px 6px rgba(7, 59, 76, 0.1);
    padding: 30px 20px;
    border-radius: 6px;
    margin-top: 24px;
}

.login__tab.active {
    display: block !important;
}

.login .form-group {
    position: relative;
    margin-bottom: 15px;
    line-height: 14px;
}

.login .form-group label.animation {
    color: #1877f2;
    font-size: 10px;
    text-transform: none;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}

.login .form-group input.animation {
    border: 0px;
    border-bottom: 1px solid #BFC0C2;
    font-size: 16px;
    color: #1877f2;
    outline: none;
    padding: 20px 0px 5px 10px;
    position: relative;
    width: 98%;
}

.login .form-group input.animation:invalid+label.animation {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
}

.login .form-group input.animation:focus {
    background: #f69b2327;
}

.login .form-group input.animation:focus+label.animation {
    color: #1877f2;
    font-size: 10px !important;
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}

.login__btn {
    text-align: center;
    margin-top: 20px;
}

.login__btn .btn {
    background: #1877f2;
    border: 0px;
    border-radius: 6px;
    padding: 12px 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.login__btn .btn:hover {
    background: #394CAB;
    padding: 12px 16px;
}

.login__option__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 37px;
}

.login__option__tab .item p {
    font-size: 24px;
    color: #BFC0C2;
    margin-right: 15px;
    cursor: pointer;
    font-family: 'Rubik';
    font-weight: 600;
}

.login__option__tab .item.active p {
    color: #FF9E1B;
    border-bottom: 1px dashed #FF9E1B;
}

.login__btn__social .btn {
    width: 100%;
    background-color: #FFFFFF;
    border-color: #1877f2;
    margin-bottom: 10px;
    line-height: 28px;
    border-radius: 6px;
    color: #1877f2;
    font-size: 14px;
}
.login__btn__social .btn:hover{
 background: #F6F6FF;
}

.login__btn__social .btn i {
    margin-right: 8px;
    font-size: 16px;
    text-align: center;
}

.titulo__opcao {
    color: #BFC0C2;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}
.titulo__opcao p span{
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0px 8px;
}
.titulo__opcao::before{
    content: " ";
    position: absolute;
    border: 1px solid #ddd;
    width: 100%;
    left: 0px;
    top: 10px;
}
.esqueci__minha__senha {
    margin-top: 24px;
    text-align: center;
    margin-bottom: 58px;
}

.esqueci__minha__senha .senha__link {
    text-decoration: underline;
    color: #FF9E1B;
}
/*modal*/
#divLoginModal .container,
#divLoginModal .row {
    width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto
}
#divLoginModal .col-md-offset-4,
#divLoginModal .col-md-offset-3 {
    width: 100%;
    margin: 0px;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
}
#divLoginModal {
    padding-top: 50px;
}
   
@media(min-width:768px){
    #divLoginModal .form__login {
        width: 80%;
        margin: auto;
    }
}
@media(max-width:768px) {
    #divLoginModal .container {
        margin-right: auto;
        margin-left: auto;
    }
    #divLoginModal .modal-content {
        width: 95%
    }
    #divLoginModal .login__titulo h1 {
        font-size: 27px;
    }
    #divLoginModal .login__titulo h2 {
        line-height: 20px;
        font-size: 15px;
    }
    #divLoginModal .login__option__tab .item p {
        font-size: 19px;
    }
    #divLoginModal .login__option__tab {
        margin-top: 18px
    }
    #divLoginModal .box__form {
        padding: 30px 13px;
    }
    #divLoginModal .login__btn__social .btn {
        font-size: 13px;
        padding: 4px;
    }
    #divLoginModal .titulo__opcao {
        font-size: 13px;
    }
    #divLoginModal .esqueci__minha__senha .senha__link {
        font-size: 15px;
    }
    #divLoginModal .login .form-group input.animation:invalid + label.animation {
        font-size: 15px
    }
    #divLoginModal .col-sm-12 {
        left: 14px;
    }
    .login .form-group input.animation {
        padding: 16px 0px 5px 7px;
    }
}
@media(min-width:768px) and (max-width:992px){
    #divLoginModal .container, #divLoginModal .row {
        width: 90%;
        padding: 0px;
        margin: auto;
    }
}

.col-peddig-left-0 {
    padding-left: 0px;
}

.row-flex-center {
    align-items: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sr-only {
    display: none;
}

main,
.main-paginas {
    margin-top: 75px;
}

@media(max-width:992px) {
    main, .main-paginas {
        margin-top: 50px;
    }
}

@media(min-width:992px) {
    main.main__paginas {
        margin-top: 100px;
    }
}

.botao_padrao_1 .btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    border: 0;
    background-color: #1877f2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .botao_padrao_1 .btn .la-sliders-h {
        color: #fff;
    }

    .botao_padrao_1 .btn:hover {
        background: #1877f2;
        color: #ffffff;
    }

.botao_padrao_2 .btn {
    border-radius: 6px;
    background-color: #1877f2;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    width: max-content;
    padding: 8px 12px;
    transition: all 1s;
    border: 0px;
    cursor: pointer;
}

    .botao_padrao_2 .btn:hover {
        background: #FF9E1B;
        color: #ffffff;
    }

.botao_padrao_3 .btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid#FF9E1B;
    background-color: #FF9E1B;
    width: max-content;
    padding: 8px 12px;
    transition: all 1s;
}

    .botao_padrao_3 .btn:hover {
        background: #1877f2;
        border: 1px solid#1877f2;
        color: #ffffff;
    }


/*== start of code for tooltips ==*/

.tool {
    cursor: help;
    position: relative;
}

    .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 100;
    }

    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #158DF6 transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
        transform: scale(.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    }

    .tool::after {
        background: #158DF6;
        border-radius: .25em;
        bottom: 180%;
        line-height: 24px;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -8.75em;
        padding: 1em;
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
        transform: scale(.6) translateY(50%);
        width: 17.5em;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
    }

@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}

@media(min-width:992px) {
    .col-width {
        max-width: calc(100% /1.6);
    }
}

.side-menu.side-menu-noticia {
    padding: 0px;
    box-shadow: none;
}

.side-menu {
    padding: 25px 15px;
    box-shadow: 0 1px 3px rgba(47, 64, 149, 0.2);
}

    .side-menu h5 {
        color: #1877f2;
        font-family: 'DM Sans';
        font-size: 17px;
        font-weight: bold;
    }

    .side-menu h4 {
        color: #1877f2;
        font-family: 'DM Sans';
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
    }

    .side-menu ul {
        list-style: none;
        padding: 10px 0px;
    }

    .side-menu > ul > li {
        padding: 5PX 0px;
    }

        .side-menu > ul > li:first-child {
            margin-top: 0px;
        }

        .side-menu > ul > li > a {
            font-size: 14px;
            font-weight: 400;
            padding-left: 0px;
            color: #202020;
        }

        .side-menu > ul > li.active > a {
            color: #1877f2;
            font-size: 14px;
            font-weight: 700;
            line-height: 30px;
        }

        .side-menu > ul > li > a:hover {
            color: #1877f2;
            text-decoration: underline;
        }

        .side-menu > ul > li > a:focus {
            text-decoration: none;
        }

        .side-menu > ul > li.level-3.active > a {
            background: transparent;
            color: #707070;
            font-weight: 700;
            text-decoration: underline;
        }

    .side-menu i {
        position: absolute;
        bottom: auto;
        right: 33px;
        padding-top: 7px;
        font-weight: 900;
        font-size: 13px;
    }

    .side-menu .well {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 0px;
        min-height: 0px;
        padding: 0px 0px 0px 16px;
        -webkit-box-shadow: none;
        background: transparent;
    }

        .side-menu .well > li {
            padding: 5PX;
        }

    .side-menu li.level-2.active {
        color: #fff;
    }

    .side-menu .well > li > a {
        font-size: 14px;
        text-decoration: none;
        text-transform: none;
        color: #1d1d1d;
    }

    .side-menu .well > li:hover > a {
        text-decoration: underline !important;
        font-size: 14px;
        line-height: 34px;
        color: #1d1d1d;
        font-weight: 400;
    }

    .side-menu .well > li.active > a {
        font-weight: 700;
        color: #1877f2;
        font-size: 14px;
        font-weight: 700;
        line-height: 34px;
    }

@media (max-width: 768px) {
    .side-menu {
        text-align: center;
        margin-left: 0px;
    }
}

.titulo__paginas h1,
.titulo__paginas h2,
.titulo__paginas h3 {
    margin-bottom: 27pxpx;
    margin-top: 20px;
    color: #1877f2;
    font-family: "Rubik";
    font-size: 42px;
    font-weight: 400;
}

.titulo__paginas h1 {
    color: #1877f2;
    font-size: 44px;
    font-weight: 400;
    font-family: "Rubik";
}

.titulo__paginas h2 {
    color: #1877f2;
    font-size: 28px;
    font-weight: 400;
}

.titulo__paginas h3 {
    color: #FF9E1B;
    font-size: 22px;
    font-weight: 400;
}


/* filtro noticia */

.filtro__noticia p.filtro_titulo {
    color: #1877f2;
    font-family: "Rubik";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filtro__noticia .input-group {
    display: flex;
}

.filtro__noticia input {
    height: 30px;
    border: 1px solid #BFC0C2;
    box-shadow: none;
    border-right: 0px;
    border-radius: 0px !important;
    background-color: #ffffff;
    color: #202020;
    font-size: 14px;
    padding: 8px;
    width: 72%;
}

    .filtro__noticia input::placeholder {
        color: #000;
    }

.filtro__noticia button {
    border: 0px;
    background-color: transparent;
    border-left: 0px !important;
    padding: 0px 5px;
    height: 48px;
    border-radius: 0px;
    border: 1px solid #BFC0C2;
}

    .filtro__noticia button i {
        color: #000;
        font-size: 15px;
        padding: 5px;
    }

.filtro__noticia__block h3 {
    margin: 15px 0px;
    color: #1b304d;
    font-size: 18px;
    font-weight: 700;
}

.filtro__noticia__block a {
    display: block;
    line-height: 32px;
    color: #1b304d;
    font-size: 16px;
    font-weight: 600;
}

.filtro__noticia__block ul {
    padding-left: 10px;
}

    .filtro__noticia__block ul li.active a {
        text-decoration: underline;
        color: #1b304d;
        font-weight: 700;
    }


/* paginação */

.pagination-box {
    padding: 20px 15px 10px 0px;
    text-align: left;
    margin-top: 10px;
}

ul.pagination {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
}

.pagination > li > a {
    padding: 9px 11px;
    border: 1px solid #e0e0e0;
    margin-right: 0px;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    color: #1b304d;
    font-size: 14px;
    font-weight: 700;
    color: #1877f2;
    line-height: 26px;
}

.pagination .pagition-prev-next > a:hover {
    background-color: #FF9E1B !important;
}

.pagination .pagition-prev-next i {
    font-size: 13px;
}

.pagination > li > a:hover span,
.pagination > li > a:focus span {
    color: #fff !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff !important;
    background-color: #FF9E1B !important;
    border-color: #E4E4E4 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #ffffff;
    background-color: #FF9E1B;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    padding: 9px 16px;
    padding: 9px 16px;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;
    color: #1877f2;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    padding: 9px 16px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    color: #1877f2;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

@media (max-width: 768px) {
    .pagination-box {
        text-align: center;
    }
}

.pg__erro {
    margin: 150px 0px;
    text-align: center;
    height: 40vh;
}

.pg__erro__text h2 {
    color: #1f1547;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin: 11px 0px;
}

.pg__erro__text h3 {
    color: #0087ae;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pg__erro__text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #979aa5;
}

    .pg__erro__text p a {
        color: #1f1547;
        text-decoration: underline;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
        height: 100% !important;
    }

.btn__voltar {
    position: absolute;
    top: 75px;
}

    .btn__voltar a {
        background: #f7f7f7;
        display: flex;
        align-items: center;
        padding-right: 12px;
        color: #1877f2 !important;
    }

    .btn__voltar i {
        background: #f7f7fb;
        padding: 5px;
        color: #1877f2;
        font-size: 25px;
    }

/**/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.modal .close {
    color: #000;
    float: right;
    font-size: 24px;
    background: transparent;
    border: 0px;
    right: -10px;
    position: relative;
}

    .modal .close:hover,
    .modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {
    padding: 2px 16px 16px 16px;
}

.modal-footer {
    padding: 9px 16px;
    color: white;
}

.modal iframe {
    width: 100%;
    min-height: 360px;
}

@media (min-width: 768px) {
    .modal-content {
        width: 600px;
        margin: 30px auto;
    }
}
/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip {
    visibility: hidden;
    width: fit-content;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    font-size: 12px;
}

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover {
        visibility: visible;
    }

.has-error:hover .tooltip {
    visibility: visible;
}

.has-error .tooltip {
    visibility: visible;
}
/*erro*/
/* Pagina de erro */
.Erro {
    margin: 195px 0px 8% 0px;
    text-align: center;
}

    .Erro.erro__500 {
        margin: 200px 0px 8% 0px;
    }

    .Erro h1 {
        color: #1877f2;
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -2.4px;
        text-transform: uppercase;
        margin: 15px 0px;
    }

    .Erro h2.info {
        color: #434343;
        font-size: 24px;
        font-weight: 700;
    }

    .Erro p.verifique {
        font-size: 16px;
        font-weight: 700;
        color: #434343;
    }

        .Erro p.verifique a {
            color: #FF9E1B;
            text-decoration: underline;
        }

@media(max-width:568px) {
    .Erro.erro__500 {
        margin: 40% 0px 23% 0px;
    }
}
/*label data*/
.labelDate {
    color: #1877f2;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-data input,
.form-data input:focus,
.form-data input:active {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

a.datepicker-button.default {
    background: #ffff;
    color: #1877f2;
    border-left: 0px;
}

.datepicker-month-next .glyphicon-triangle-right:before {
    content: "\e250";
}

.datepicker-month-prev .glyphicon-triangle-left:before {
    content: "\e251";
}
/*Whatsapp*/
.fixed__whatsapp {
    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 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 {
        bottom: 80px;
        right: 23px;
    }
}

@media(min-width:768px) and (max-width:1768px) {
    .fixed__whatsapp {
        bottom: 80px
    }
}

@media(min-width:768px) {
    .fixed__whatsapp {
        top: 85vh;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
    .fixed__whatsapp {
        top: 90vh !important;
    }
}

.b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 3.5% !important;
}

.owl-nav {
    cursor: pointer;
}

    .owl-nav i {
        font-size: 26px !important;
    }

.filtrar__maisFiltros__detalhe {
    display: none;
}

.btn__footer {
    background: none !important;
    border: 1px solid #2F409566 !important;
    color: #1877f2 !important;
}

.btn-whats {
    position: fixed;
    bottom: 4%;
    right: 40px;
    width: 30px;
    height: 30px;
    background: #25D366;
    box-shadow: 0px 3px 6px #2F409524;
    border: 4px solid #D3F6E0;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

    .btn-whats .fa {
        color: #fff;
        font-size: 30px;
    }

