body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Hero';
  font-size: 2.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Hero';
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 9.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Hero';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'HeadlineNEWS';
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Hero';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-8 {
  font-family: 'Hero';
  font-size: 1.1rem;
  font-weight: bold;
}
.display-titulo-2 {
  font-family: 'HeadlineNEWS';
  font-size: 2.2rem;
  color:#f1872f;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .bg-felicio {
    padding-top: 252px;
    background-position: top!important;
  }
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  /*margin: .4rem .8rem;*/
  margin-top:15px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 0.5rem 1rem;;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0e4494 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e4494 !important;
  border-color: #0e4494 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #07244e !important;
  border-color: #07244e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #07244e !important;
  border-color: #07244e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1872f !important;
  border-color: #f1872f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c6610d !important;
  border-color: #c6610d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c6610d !important;
  border-color: #c6610d !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #051937;
  color: #051937;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e4494;
  border-color: #0e4494;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e4494 !important;
  border-color: #0e4494 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ae550c;
  color: #ae550c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f1872f;
  border-color: #f1872f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1872f !important;
  border-color: #f1872f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-indicador {
  border: 1px solid; border-radius:  0.3rem;
}
.text-menu {
  color: #0e4494 !important;
  border-radius: 0.3rem;
  border: 1px solid #0e4494;
}
.text-menu-scroll {
  color: #fff !important;
  border-radius: 0.3rem;
  border: 1px solid #0e4494;
}
.text-menu-home {
  color: #f1872f;
}
.text-menu-home-scroll {
  color: #fff !important;
}
.opened .text-menu {
  color: #fff !important;
}

.opened .hamburger {
  color: #fff !important;
}

.text-primary {
  color: #0e4494 !important;
}
.text-secondary {
  color: #f1872f !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-menu:hover,
a.text-menu:focus {
  color: #051937 !important;  
  background-color: #e8effb;
}
a.text-indicador:hover,
a.text-indicador:focus {
  background-color: #fff;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #051937 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ae550c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e4494;
  border-color: #0e4494;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #0e4494;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #367fec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Hero';
  font-size: 1rem;
  line-height: 1.43;
   /*min-height: 3.5em;
 padding: 1.07em .5em;*/
}
.form-control-select {
  background-color: #f5f5f5!important;
  box-shadow: none!important;
  color: #565656!important;
  font-family: 'Hero'!important;
  font-size: 1rem!important;
  line-height: 1.43!important;
   /*min-height: 3.5em;*/
 padding: .5em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #0e4494;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #0e4494;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #0e4494;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0e4494;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0e4494;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-r8JxT9vFnC .modal-body .close {
  background: #1b1b1b;
}
.cid-r8JxT9vFnC .modal-body .close span {
  font-style: normal;
}
.cid-r8JxT9vFnC .carousel-inner > .active,
.cid-r8JxT9vFnC .carousel-inner > .next,
.cid-r8JxT9vFnC .carousel-inner > .prev {
  display: table;
}
.cid-r8JxT9vFnC .carousel-control .icon-next,
.cid-r8JxT9vFnC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r8JxT9vFnC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r8JxT9vFnC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r8JxT9vFnC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r8JxT9vFnC .boxed-slider > div {
  position: relative;
}
.cid-r8JxT9vFnC .container img {
  width: 100%;
}
.cid-r8JxT9vFnC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-r8JxT9vFnC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r8JxT9vFnC .mbr-table-cell {
  padding: 0;
}
.cid-r8JxT9vFnC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r8JxT9vFnC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-r8JxT9vFnC .mbr-overlay {
  z-index: 1;
}
.cid-r8JxT9vFnC .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r8JxT9vFnC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r8JxT9vFnC .carousel-item .container {
    width: 100%;
  }
}
.cid-r8JxT9vFnC .carousel-item-next.carousel-item-left,
.cid-r8JxT9vFnC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r8JxT9vFnC .active.carousel-item-right,
.cid-r8JxT9vFnC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r8JxT9vFnC .active.carousel-item-left,
.cid-r8JxT9vFnC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r8JxT9vFnC .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-r8JxT9vFnC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators li.active,
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators li::after,
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r8JxT9vFnC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r8JxT9vFnC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r8JxT9vFnC .mbr-slider > .container img {
  width: 100%;
}
.cid-r8JxT9vFnC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r8JxT9vFnC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r8JxT9vFnC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r8JxT9vFnC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r8JxT9vFnC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r8JxT9vFnC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r8JxT9vFnC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r8JxT9vFnC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r8JxT9vFnC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r8JxT9vFnC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r8JxT9vFnC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r8JxT9vFnC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r8JxT9vFnC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r8JxT9vFnC H2 {
  color: #0e4494;
}
.cid-r8JAs2V5eg .navbar {
  padding: .5rem 0;
  background: #0e4494;
  transition: none;
  min-height: 77px;
}
.cid-r8JAs2V5eg .navbar-dropdown.bg-color.transparent.opened {
  background: #0e4494;
}
.cid-r8JAs2V5eg .navbar-dropdown.bg-color.transparent.opened a {
  color: #fff;
}
.cid-r8JAs2V5eg a {
  font-style: normal;
}
.cid-r8JAs2V5eg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r8JAs2V5eg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-r8JAs2V5eg .nav-item:focus,
.cid-r8JAs2V5eg .nav-link:focus {
  outline: none;
}
.cid-r8JAs2V5eg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8JAs2V5eg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r8JAs2V5eg .menu-logo {
  margin-right: auto;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand {
  display: -webkit-flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
.cid-r8JAs2V5eg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r8JAs2V5eg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-start;
  padding-right: 5rem;
  width: auto;
}
.cid-r8JAs2V5eg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r8JAs2V5eg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r8JAs2V5eg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r8JAs2V5eg .dropdown .dropdown-menu {
  background: #0e4494;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r8JAs2V5eg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r8JAs2V5eg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r8JAs2V5eg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r8JAs2V5eg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r8JAs2V5eg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r8JAs2V5eg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r8JAs2V5eg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r8JAs2V5eg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r8JAs2V5eg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r8JAs2V5eg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r8JAs2V5eg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r8JAs2V5eg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r8JAs2V5eg button.navbar-toggler:focus {
  outline: none;
}
.cid-r8JAs2V5eg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f1872f;
}

.cid-r8JAs2V5eg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r8JAs2V5eg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r8JAs2V5eg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r8JAs2V5eg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r8JAs2V5eg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8JAs2V5eg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r8JAs2V5eg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r8JAs2V5eg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r8JAs2V5eg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r8JAs2V5eg .collapsed .btn {
  display: -webkit-flex;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r8JAs2V5eg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r8JAs2V5eg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r8JAs2V5eg .collapsed button.navbar-toggler {
  display: block;
}
.cid-r8JAs2V5eg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r8JAs2V5eg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r8JAs2V5eg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r8JAs2V5eg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r8JAs2V5eg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r8JAs2V5eg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r8JAs2V5eg .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r8JAs2V5eg img {
    height: 3.8rem !important;
  }
  .cid-r8JAs2V5eg .btn {
    display: -webkit-flex;
  }
  .cid-r8JAs2V5eg button.navbar-toggler {
    display: block;
  }
  .cid-r8JAs2V5eg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r8JAs2V5eg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r8JAs2V5eg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing,
  .cid-r8JAs2V5eg .navbar-collapse.show {
    display: block !important;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing .navbar-nav,
  .cid-r8JAs2V5eg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r8JAs2V5eg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-r8JAs2V5eg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing .navbar-buttons,
  .cid-r8JAs2V5eg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r8JAs2V5eg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r8JAs2V5eg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r8JAs2V5eg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r8JAs2V5eg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r8JAs2V5eg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r8JAs2V5eg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r8JAs2V5eg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-r8JAs2V5eg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-r8JAs2V5eg .nav-link:hover,
.cid-r8JAs2V5eg .dropdown-item:hover {
  color: #f1872f   !important;
}
.cid-r8JD9DsAPS {
  background-image: url("../../../assets/images/mbr-1920x1299.png");
  /*background-color: #fff;*/
}
.cid-r8JD9DsAPS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r8JD9DsAPS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r8JD9DsAPS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r8JD9DsAPS SPAN {
  color: #0e4494;
}
.cid-r8JD9DsAPS .mbr-text,
.cid-r8JD9DsAPS .mbr-section-btn {
  color: #2e3233;;
}
.cid-r8JFmOtdeN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-r8JFmOtdeN .mbr-section-subtitle {
  color: #767676;
}
.cid-r8JFmOtdeN H2 {
  color: #0e4494;
}
.cid-r8JEpGQULx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-r8JEpGQULx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r8JEpGQULx p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r8JEpGQULx .card-img {
  width: auto;
}
.cid-r8JEpGQULx .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-r8JEpGQULx .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-r8JEpGQULx .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-r8JEpGQULx .card-img span {
    font-size: 40px !important;
  }
}
.cid-r8JEpGQULx .card-title,
.cid-r8JEpGQULx .card-img {
  color: #f1872f;
}
.cid-r8JEpGQULx P {
  color: #0e4494;
}
.cid-r8JF3mhjJy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #eeeeee;
}
.cid-r8JF3mhjJy h4 {
  text-align: left;
  font-weight: 500;
}
.cid-r8JF3mhjJy p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-r8JF3mhjJy .card-img {
  width: auto;
}
.cid-r8JF3mhjJy .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-r8JF3mhjJy .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-r8JF3mhjJy .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-r8JF3mhjJy .card-img span {
    font-size: 40px !important;
  }
}
.cid-r8JF3mhjJy .card-title,
.cid-r8JF3mhjJy .card-img {
  color: #f1872f;
}
.cid-r8JF3mhjJy P {
  color: #0e4494;
}
.cid-r8JFTSo6Vx {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-r8JFTSo6Vx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-r8JFTSo6Vx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-r8JFTSo6Vx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-r8JFTSo6Vx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r8JFTSo6Vx .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-r8JFTSo6Vx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-r8JFTSo6Vx .card .panel-body {
  color: #767676;
}
.cid-r8JFTSo6Vx H2 {
  color: #0e4494;
}
.cid-r8JFTSo6Vx H4 {
  color: #0e4494;
}
.cid-r8JFTSo6Vx .panel-text {
  color: #2e3233;
}
.cid-r8JGOQNztB {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #0e4494;
  font-size: 1.0rem!important;
}
@media (max-width: 767px) {
  .cid-r8JGOQNztB .content {
    text-align: center;
  }
  .cid-r8JGOQNztB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r8JGOQNztB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r8JGOQNztB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r8JGOQNztB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r8JGOQNztB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r8JGOQNztB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r8JGOQNztB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r8JGOQNztB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r8JGOQNztB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r8JGOQNztB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r8JGOQNztB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r8JGOQNztB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}

/****************************page prefeitura*************************************/

.texto-banner-prefeitura{
  margin-top:320px;
}

.title-razoes{
  color: #0e4494;
}

.bg-razoes{
  background-image: url("../../../assets/images/foto-municipio.png");
  background-size: auto;
  background-position: left;   
  background-repeat: no-repeat; 
}

.bg-felicio{
  background-image: url("../../../assets/images/foto-felicio.png");
  background-size: auto;
  background-position: left;   
  background-repeat: no-repeat; 
  min-height: 252px;
}

@media (max-width: 768px) {
  .bg-razoes{
    background-image: none ;
    background-size: auto;
    background-position: left;   
    background-repeat: no-repeat; 
  }
}

.cid-r8PnhydBmV {
  margin-top:80px;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-municipio-novo.png");
  background-size: auto;
  background-position: unset;
}

.cid-r8PnhydBmV .form-container {
  transition: all .2s;
  border: 1px solid #0e4494;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #0e4494;
}
.cid-r8PnhydBmV .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-r8PnhydBmV .content-container {
    padding-right: 5rem;
  }
}
.cid-r8PnhydBmV H1 {
  color: #0e4494;
}
.cid-r8PnhydBmV .mbr-text,
.cid-r8PnhydBmV .mbr-section-btn {
  color: #2e3233;
}
.cid-r8PozfsCVy {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #f7f7f7;
}
.cid-r8PozfsCVy .mbr-section-subtitle {
  color: #2e3233;
}
.cid-r8PozfsCVy H2 {
  color: #0e4494;
}
.cid-r8Pos3GTIp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-r8Pos3GTIp .mbr-section-subtitle {
  color: #2e3233;
  font-weight: 300;
}
.cid-r8Pos3GTIp .mbr-content-text {
  color: #2e3233;
}
.cid-r8Pos3GTIp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-r8Pos3GTIp .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-r8Pos3GTIp .cards-container {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-r8Pos3GTIp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-r8Pos3GTIp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r8Pos3GTIp .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-r8Pos3GTIp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-r8Pos3GTIp .count {
  color: #0e4494;
}
.cid-r8Pp8Bj2mS {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fff;
}
.cid-r8Pp8Bj2mS h2 {
  text-align: center;
}
.cid-r8Pp8Bj2mS h3 {
  text-align: center;
  font-weight: 300;
}
.cid-r8Pp8Bj2mS p {
  color: #2e3233;
}
.cid-r8Pp8Bj2mS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r8Pp8Bj2mS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-r8Pp8Bj2mS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-r8Pp8Bj2mS .mbr-section-subtitle {
  color: #2e3233;
}
.cid-r8Pp8Bj2mS .card-title {
  font-weight: 500;
}
.cid-r8Pp8Bj2mS .card-img {
  text-align: inherit;
}
.cid-r8Pp8Bj2mS .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-r8Pp8Bj2mS .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-r8Pp8Bj2mS .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r8Pp8Bj2mS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-r8Pp8Bj2mS .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-r8Pp8Bj2mS .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-r8PpC7KVAd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-r8PpC7KVAd .mbr-text {
  color: #2e3233;
}
.cid-r8PpC7KVAd H2 {
  color: #0e4494;
}

.cid-r8PpC7KVAd h4 {
  text-align: center;
}

.cid-r8PpC7KVAd p {
  text-align: center;
}
.cid-r8PpC7KVAd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-r8PpC7KVAd .card-title,
.cid-r8PpC7KVAd .card-img {
  color: #f1872f;
}
.cid-r8Pq7rbd0I {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}
.cid-r8Pq7rbd0I H2 {
  color: #0e4494;
}

.cid-r8Pq7rbd0I .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-r8Pq7rbd0I .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-r8Pq7rbd0I .mbr-author-desc {
  color: #232;
}
.cid-r8PqBSIMDY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.cid-r8PqBSIMDY H2 {
  color: #0e4494;
}

.cid-r8PqBSIMDY .title {
  margin-bottom: 2rem;
}
.cid-r8PqBSIMDY .mbr-section-subtitle {
  color: #2e3233;
}
.cid-r8PqBSIMDY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r8PqBSIMDY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-r8PqBSIMDY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r8PqBSIMDY .input-group-btn {
  display: block;
  text-align: center;
}

/*********************************************** page passageiro **********************************************/
.timeline{
	position: relative;
}

/*Line*/
.timeline>li::before{
	content:'';
	position: absolute;
	width: 1px;
  background-color: #4a7dc9;
	top: 0;
	bottom: 0;
	left:-19px;
}

/*Circle*/
.timeline>li::after{
  text-align: center;
  padding-top:7px;
	z-index: 10;
	content:counter(item);
	position: absolute;
	width: 50px;
	height:50px;
	border:3px solid white;
  background-color: #0e4494;
  color:#f1872f;
  font-family: 'HeadlineNEWS';
  font-size:1.5rem;
	border-radius: 50%;
	top:0;
	left:-43px;
}

/*Content*/
.timeline>li{
	counter-increment: item;
	padding: 10px 10px;
	margin-left: 0px;
	min-height:70px;
	position: relative;
	background-color: white;
	list-style: none;
}
.timeline>li:nth-last-child(1)::before{
	width: 0px;
}

.pas-r8Pp8Bj2mS h2 {
  color: #0e4494;
}

.bg-pas-vantagens{
  background-image: url("../../../assets/images/foto-passageiro-1.png");
  background-size: auto;
  background-position: left;   
  background-repeat: no-repeat; 
}

.bg-hist-pass{
  background-image: url("../../../assets/images/Foto-passageiro.png");
  background-size: auto;
  background-position: left;   
  background-repeat: no-repeat; 
  min-height: 252px;
}

@media (max-width: 768px) {
  .bg-pas-vantagens{
    background-image: none ;
    background-size: auto;
    background-position: left;   
    background-repeat: no-repeat; 
  }
}

.form-container .form-check-inline {
  font-size: 0.9rem;
}
.pas-r8PnhydBmV {
  margin-top:80px;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-passageiro-novo.png");
  background-size: auto;
  background-position: unset;
}

.pas-r8PnhydBmV .form-container {
  transition: all .2s;
  border: 1px solid #0e4494;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #0e4494;
}
.pas-r8PnhydBmV .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .pas-r8PnhydBmV .content-container {
    padding-right: 5rem;
  }
}
.pas-r8PnhydBmV H1 {
  color: #0e4494;
}
.pas-r8PnhydBmV .mbr-text,
.pas-r8PnhydBmV .mbr-section-btn {
  color: #2e3233;
}
.pas-r8PozfsCVy {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #f7f7f7;
}
.pas-r8PozfsCVy .mbr-section-subtitle {
  color: #2e3233;
}
.pas-r8PozfsCVy H2 {
  color: #0e4494;
}
.pas-r8Pos3GTIp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.pas-r8Pos3GTIp .mbr-section-subtitle {
  color: #2e3233;
  font-weight: 300;
}
.pas-r8Pos3GTIp .mbr-content-text {
  color: #2e3233;
}
.pas-r8Pos3GTIp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pas-r8Pos3GTIp .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.pas-r8Pos3GTIp .cards-container {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.pas-r8Pos3GTIp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.pas-r8Pos3GTIp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pas-r8Pos3GTIp .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pas-r8Pos3GTIp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.pas-r8Pos3GTIp .count {
  color: #0e4494;
}
.pas-r8Pp8Bj2mS {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fff;
}
.pas-r8Pp8Bj2mS h2 {
  text-align: center;
}
.pas-r8Pp8Bj2mS h3 {
  text-align: center;
  font-weight: 300;
}
.pas-r8Pp8Bj2mS p {
  color: #2e3233;
}
.pas-r8Pp8Bj2mS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.pas-r8Pp8Bj2mS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pas-r8Pp8Bj2mS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.pas-r8Pp8Bj2mS .mbr-section-subtitle {
  color: #2e3233;
}
.pas-r8Pp8Bj2mS .card-title {
  font-weight: 500;
}
.pas-r8Pp8Bj2mS .card-img {
  text-align: inherit;
}
.pas-r8Pp8Bj2mS .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .pas-r8Pp8Bj2mS .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .pas-r8Pp8Bj2mS .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pas-r8Pp8Bj2mS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .pas-r8Pp8Bj2mS .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .pas-r8Pp8Bj2mS .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.pas-r8PpC7KVAd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.pas-r8PpC7KVAd .mbr-text {
  color: #2e3233;
}
.pas-r8PpC7KVAd H2 {
  color: #0e4494;
}

.pas-r8PpC7KVAd h4 {
  text-align: center;
}

.pas-r8PpC7KVAd p {
  text-align: center;
}
.pas-r8PpC7KVAd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.pas-r8PpC7KVAd .card-title,
.pas-r8PpC7KVAd .card-img {
  color: #f1872f;
}
.pas-r8Pq7rbd0I {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}
.pas-r8Pq7rbd0I H2 {
  color: #0e4494;
}

.pas-r8Pq7rbd0I .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.pas-r8Pq7rbd0I .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.pas-r8Pq7rbd0I .mbr-author-desc {
  color: #232;
}
.pas-r8PqBSIMDY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.pas-r8PqBSIMDY H2 {
  color: #0e4494;
}

.pas-r8PqBSIMDY .title {
  margin-bottom: 2rem;
}
.pas-r8PqBSIMDY .mbr-section-subtitle {
  color: #2e3233;
}
.pas-r8PqBSIMDY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.pas-r8PqBSIMDY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.pas-r8PqBSIMDY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.pas-r8PqBSIMDY .input-group-btn {
  display: block;
  text-align: center;
}

/****************************************** page motorista ****************************************/
.mot-r8Pp8Bj2mS h2 {
  color: #0e4494;
}

.bg-mot-vantagens{
  background-image: url("../../../assets/images/foto-passageiro-1.png");
  background-size: auto;
  background-position: left;   
  background-repeat: no-repeat; 
}

.bg-smartphone{
  background-image: url("../../../assets/images/smartphone3.png");
  background-size: auto;
  background-position:center top;   
  background-repeat: no-repeat; 
  height: 550px;
}

@media (max-width: 768px) {
  .bg-mot-vantagens{
    background-image: none ;
    background-size: auto;
    background-position: left;   
    background-repeat: no-repeat; 
  }
}

.form-container .form-check-inline {
  font-size: 0.9rem;
}
.mot-r8PnhydBmV {
  margin-top:80px;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner_pg_motorista.png");
  background-size: auto;
  background-position: unset;
}

.mot-r8PnhydBmV .form-container {
  transition: all .2s;
  border: 1px solid #0e4494;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #0e4494;
}
.mot-r8PnhydBmV .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .mot-r8PnhydBmV .content-container {
    padding-right: 5rem;
  }
}
.mot-r8PnhydBmV H1 {
  color: #0e4494;
}
.mot-r8PnhydBmV .mbr-text,
.mot-r8PnhydBmV .mbr-section-btn {
  color: #2e3233;
}
.mot-r8PozfsCVy {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #f7f7f7;
}
.mot-r8PozfsCVy .mbr-section-subtitle {
  color: #2e3233;
}
.mot-r8PozfsCVy H2 {
  color: #0e4494;
}
.mot-r8Pos3GTIp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.mot-r8Pos3GTIp .mbr-section-subtitle {
  color: #2e3233;
  font-weight: 300;
}
.mot-r8Pos3GTIp .mbr-content-text {
  color: #2e3233;
}
.mot-r8Pos3GTIp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.mot-r8Pos3GTIp .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.mot-r8Pos3GTIp .cards-container {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.mot-r8Pos3GTIp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.mot-r8Pos3GTIp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.mot-r8Pos3GTIp .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .mot-r8Pos3GTIp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.mot-r8Pos3GTIp .count {
  color: #0e4494;
}
.mot-r8Pp8Bj2mS {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fff;
}
.mot-r8Pp8Bj2mS h2 {
  text-align: center;
}
.mot-r8Pp8Bj2mS h3 {
  text-align: center;
  font-weight: 300;
}
.mot-r8Pp8Bj2mS p {
  color: #2e3233;
}
.mot-r8Pp8Bj2mS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.mot-r8Pp8Bj2mS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.mot-r8Pp8Bj2mS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.mot-r8Pp8Bj2mS .mbr-section-subtitle {
  color: #2e3233;
}
.mot-r8Pp8Bj2mS .card-title {
  font-weight: 500;
}
.mot-r8Pp8Bj2mS .card-img {
  text-align: inherit;
}
.mot-r8Pp8Bj2mS .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .mot-r8Pp8Bj2mS .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .mot-r8Pp8Bj2mS .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .mot-r8Pp8Bj2mS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .mot-r8Pp8Bj2mS .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .mot-r8Pp8Bj2mS .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.mot-r8PpC7KVAd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.mot-r8PpC7KVAd .mbr-text {
  color: #2e3233;
}
.mot-r8PpC7KVAd H2 {
  color: #0e4494;
}

.mot-r8PpC7KVAd h4 {
  text-align: center;
}

.mot-r8PpC7KVAd p {
  text-align: center;
}
.mot-r8PpC7KVAd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.mot-r8PpC7KVAd .card-title,
.mot-r8PpC7KVAd .card-img {
  color: #f1872f;
}
.mot-r8Pq7rbd0I {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}
.mot-r8Pq7rbd0I H2 {
  color: #0e4494;
}

.mot-r8Pq7rbd0I .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.mot-r8Pq7rbd0I .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.mot-r8Pq7rbd0I .mbr-author-desc {
  color: #232;
}
.mot-r8PqBSIMDY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.mot-r8PqBSIMDY H2 {
  color: #0e4494;
}

.mot-r8PqBSIMDY .title {
  margin-bottom: 2rem;
}
.mot-r8PqBSIMDY .mbr-section-subtitle {
  color: #2e3233;
}
.mot-r8PqBSIMDY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.mot-r8PqBSIMDY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.mot-r8PqBSIMDY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.mot-r8PqBSIMDY .input-group-btn {
  display: block;
  text-align: center;
}
.mot-r8JFTSo6Vx {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.mot-r8JFTSo6Vx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.mot-r8JFTSo6Vx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.mot-r8JFTSo6Vx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.mot-r8JFTSo6Vx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.mot-r8JFTSo6Vx .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.mot-r8JFTSo6Vx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.mot-r8JFTSo6Vx .card .panel-body {
  color: #767676;
}
.mot-r8JFTSo6Vx H2 {
  color: #0e4494;
}
.mot-r8JFTSo6Vx H4 {
  color: #0e4494;
}
.mot-r8JFTSo6Vx .panel-text {
  color: #2e3233;
}

.cid-rc2juZF7lf {
  padding-top: 40px;
  padding-bottom: 90px;
  height: 550px;
  background-image: url("../../../assets/images/background-depoimento.png");
  background-color: #fff;
  background-size: auto;
  background-position: unset;
}
.cid-rc2juZF7lf-caixa {
  padding: 80px 40px 40px 40px;
  height: 292px;
  width: 600px;
  background-image: url("../../../assets/images/janela-depoimento.png");
  background-size: auto;
  background-position: unset;
  text-align:left;
}

.cid-rc2juZF7lf .carousel-control {
  background: #000;
}
.cid-rc2juZF7lf .mbr-section-subtitle {
  color: #767676;
}
.cid-rc2juZF7lf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rc2juZF7lf .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rc2juZF7lf .carousel-item .wrap-img {
  text-align: center;
}
.cid-rc2juZF7lf .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rc2juZF7lf .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rc2juZF7lf .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rc2juZF7lf .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rc2juZF7lf .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rc2juZF7lf .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rc2juZF7lf .cloneditem-1,
.cid-rc2juZF7lf .cloneditem-2,
.cid-rc2juZF7lf .cloneditem-3,
.cid-rc2juZF7lf .cloneditem-4,
.cid-rc2juZF7lf .cloneditem-5 {
  display: none;
}
.cid-rc2juZF7lf .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rc2juZF7lf .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides2 .cloneditem-1,
  .cid-rc2juZF7lf .carousel-inner.slides2 .cloneditem-2,
  .cid-rc2juZF7lf .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides3 .cloneditem-1,
  .cid-rc2juZF7lf .carousel-inner.slides3 .cloneditem-2,
  .cid-rc2juZF7lf .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides4 .cloneditem-1,
  .cid-rc2juZF7lf .carousel-inner.slides4 .cloneditem-2,
  .cid-rc2juZF7lf .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides5 .cloneditem-1,
  .cid-rc2juZF7lf .carousel-inner.slides5 .cloneditem-2,
  .cid-rc2juZF7lf .carousel-inner.slides5 .cloneditem-3,
  .cid-rc2juZF7lf .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rc2juZF7lf .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rc2juZF7lf .carousel-inner.slides6 .cloneditem-1,
  .cid-rc2juZF7lf .carousel-inner.slides6 .cloneditem-2,
  .cid-rc2juZF7lf .carousel-inner.slides6 .cloneditem-3,
  .cid-rc2juZF7lf .carousel-inner.slides6 .cloneditem-4,
  .cid-rc2juZF7lf .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto;  }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/***** indicador de negócio ***/
.neg-r8PozfsCVy {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: url("../../../assets/images/negocio.png");
  background-size: auto;
  background-position: right;
}
.neg-r8PozfsCVy .mbr-section-subtitle {
  color: #2e3233;
}
.neg-r8PozfsCVy H2 {
  color: #0e4494;
}



/**********************home***********************
banners nas versoes mobiles e autocomplete
}*/

@media (max-width: 414px) {
  .pas-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-passageiro-mobile-novo.png");
    background-size: auto;
    background-position: unset;
  }
  .mot-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-motorista-mobile-novo-pag.png");
    background-size: auto;
    background-position: unset;
  }
  .cid-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-municipio-mobile-novo.png");
    background-size: auto;
    background-position: unset;
  }
  .neg-r8PozfsCVy {
    padding-top: 100px;
    padding-bottom: 25px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-position: right;
  }
  
  .cid-rc2juZF7lf {
    padding-top: 40px;
    padding-bottom: 90px;
    height: 900px;
    background-image: url("../../../assets/images/background-depoimento.png");
    background-color: #fff;
    background-size: auto;
    background-position: unset;
  }
  .cid-rc2juZF7lf-caixa {
    padding: 40px 40px 40px 40px;
    height: auto;
    width: 100%;
    background-image:none;
    background-color: #fff;
    background-size: auto;
    background-position: unset;
    text-align:left;
  }
}

@media (max-width: 768px) and (min-width:500px) {
  .pas-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-passageiro-ipad.png");
    background-size: auto;
    background-position: unset;
  }
  .mot-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-motorista-ipad.png");
    background-size: auto;
    background-position: unset;
  }
  .cid-r8PnhydBmV {
    margin-top:80px;
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url("../../../assets/images/banner-prefeitura-ipad.png");
    background-size: auto;
    background-position: unset;
  }

  .cid-rc2juZF7lf {
    padding-top: 40px;
    padding-bottom: 90px;
    height: 580px;
    background-image: url("../../../assets/images/background-depoimento.png");
    background-color: #fff;
    background-size: auto;
    background-position: unset;
  }
  .cid-rc2juZF7lf-caixa {
    padding: 40px 40px 40px 40px;
    height: auto;
    width: 100%;
    background-image:none;
    background-color: #fff;
    background-size: auto;
    background-position: unset;
    text-align:left;
  }


}

