@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);



body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'space age';
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'space age';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #e84700 !important;
}
.bg-success {
  background-color: #54ab2a !important;
}
.bg-info {
  background-color: #6acd39 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #e1201d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e84700 !important;
  border-color: #e84700 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c3000 !important;
  border-color: #9c3000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1270c9 !important;
  border-color: #1270c9 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c4983 !important;
  border-color: #0c4983 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6acd39 !important;
  border-color: #6acd39 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a9425 !important;
  border-color: #4a9425 !important;
}
.btn-success,
.btn-success:active {
  background-color: #54ab2a !important;
  border-color: #54ab2a !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #366e1b !important;
  border-color: #366e1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #e84700;
  color: #e84700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e84700;
  border-color: #e84700;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e84700 !important;
  border-color: #e84700 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1270c9;
  color: #1270c9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1270c9;
  border-color: #1270c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1270c9 !important;
  border-color: #1270c9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #6acd39;
  color: #6acd39;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #6acd39;
  border-color: #6acd39;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6acd39 !important;
  border-color: #6acd39 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #54ab2a;
  color: #54ab2a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #54ab2a;
  border-color: #54ab2a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #54ab2a !important;
  border-color: #54ab2a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e1201d;
  color: #e1201d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-primary {
  color: #e84700 !important;
}
.text-secondary {
  color: #1270c9 !important;
}
.text-success {
  color: #54ab2a !important;
}
.text-info {
  color: #6acd39 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #e1201d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff854f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #52a3ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #89d962 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a7e28a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed7877 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6acd39;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #e1201d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e84700;
  border-color: #e84700;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e84700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccb5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #98de77;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e5f6dc;
}
.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: #f9d2d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #e84700;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e84700;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e84700;
  border-bottom-color: #e84700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e84700 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1270c9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e84700' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sA1uqT3G53 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/surface-red-planet-mars-close-up-2000x1125.jpg");
  background-attachment: fixed;
}
.cid-sA1uqT3G53 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 200px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 2rem;
}
.cid-sA1uqT3G53 .btn {
  border-radius: 0 !important;
  padding-top: 1rem !important;
}
.cid-sA1uqT3G53 .center-mobile {
  display: none;
}
.cid-sA1uqT3G53 .mbr-section-btn {
  padding: 0 !important;
}
@media (min-width: 700px) {
  .cid-sA1uqT3G53 .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-sA1uqT3G53 .btn {
    font-size: 14px !important;
  }
  .cid-sA1uqT3G53 .titulo-h1 {
    font-size: 22px !important;
  }
  .cid-sA1uqT3G53 .mbr-text {
    font-size: 14px !important;
    line-height: normal !important;
  }
}
.cid-sA1uqT3G53 .content-container .btn-bgr {
  z-index: 0;
}
.cid-sA1uqT3G53 .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sA1uqT3G53 .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-sA1uqT3G53 .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-sA1uqT3G53 .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-sA1uqT3G53 .box-item:last-child {
  background-color: #164187;
}
.cid-sA1uqT3G53 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sA1uqT3G53 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sA1uqT3G53 .box-list li:last-child {
  border-bottom: none;
}
.cid-sA1uqT3G53 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sA1uqT3G53 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sA1uqT3G53 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sA1uqT3G53 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sA1uqT3G53 .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 150px;
    max-width: 100%;
    object-fit: scale-down;
    padding: 1rem;
    padding-bottom: 1rem;
  }
  .cid-sA1uqT3G53 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sA1uqT3G53 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-sA1uqT3G53 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sA1uqT3G53 .mbr-text,
.cid-sA1uqT3G53 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sA1uqT3G53 H1 {
  color: #6acd39;
  text-align: center;
}
.cid-sA1uqT3G53 .box-item-text {
  text-align: center;
}
.cid-sA1uqT3G53 .icon-block-top,
.cid-sA1uqT3G53 .box-item-title {
  text-align: center;
}
.cid-sA1uqT3G53 H5 {
  text-align: center;
}
.cid-sA1uqT3G53 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t80xPhylcK {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/surface-red-planet-mars-close-up-2000x1125.jpg");
  background-attachment: fixed;
}
@media (min-width: 1500px) {
  .cid-t80xPhylcK .container {
    max-width: 1400px;
  }
}
.cid-t80xPhylcK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t80xPhylcK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t80xPhylcK .mbr-text {
  font-size: 14px !important;
}
.cid-t80xPhylcK .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t80xPhylcK .main-title {
  text-align: center;
  color: #ffffff;
}
.cid-t80xPhylcK .card {
  transition: all 0.3s;
}
.cid-t80xPhylcK .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-t80xPhylcK .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}
.cid-t80xPhylcK .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-t80xPhylcK .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-t80xPhylcK .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-t80xPhylcK .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t80xPhylcK .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-t80xPhylcK .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-t80xPhylcK .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .btn[class*="-outline"]:active,
.cid-t80xPhylcK .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t80xPhylcK .main-title DIV {
  text-align: left;
}
.cid-t80xPhylcK .card-title,
.cid-t80xPhylcK .card-box {
  color: #404040;
}
.cid-t80xPhylcK .main-text {
  color: #ffffff;
}
.cid-t80xPhylcK .mbr-text,
.cid-t80xPhylcK .link-wrap {
  color: #999999;
}
.cid-t80vhJSaAo {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/surface-red-planet-mars-close-up-2000x1125.jpg");
  background-attachment: fixed;
}
.cid-t80vhJSaAo .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-t80vhJSaAo .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t80vhJSaAo .list-img {
  width: 100px;
}
.cid-t80vhJSaAo .ico2 {
  color: #969696;
  font-size: 1rem;
}
.cid-t80vhJSaAo .btn {
  margin: 0px !important;
}
.cid-t80vhJSaAo .text-box {
  padding: 1rem;
}
.cid-t80vhJSaAo .text-box p {
  margin: 0;
}
.cid-t80vhJSaAo .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-t80vhJSaAo .ico-box p {
  margin: 0;
}
.cid-t80vhJSaAo .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80vhJSaAo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t80vhJSaAo .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t80vhJSaAo .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-t80vhJSaAo .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t80vhJSaAo .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-t80vhJSaAo .carousel-indicators li {
  display: inline-block;
}
.cid-t80vhJSaAo .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-t80vhJSaAo .carousel-indicators li.active {
  border: 0px;
}
.cid-t80vhJSaAo .li1,
.cid-t80vhJSaAo .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/220311220210-1055x700.jpg");
}
.cid-t80vhJSaAo .li2,
.cid-t80vhJSaAo .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/220423210613-1095x700.jpg");
}
.cid-t80vhJSaAo .li3,
.cid-t80vhJSaAo .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/220423210654-1083x700.jpg");
}
.cid-t80vhJSaAo .li4,
.cid-t80vhJSaAo .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/220711212456-1086x700.jpg");
}
.cid-t80vhJSaAo .li5,
.cid-t80vhJSaAo .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/220601220752-1003x700.jpg");
}
.cid-t80vhJSaAo .li6,
.cid-t80vhJSaAo .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/220601220759-1057x700.jpg");
}
@media (max-width: 992px) {
  .cid-t80vhJSaAo .card-title1 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .cid-t80vhJSaAo .card-title2 {
    display: hidden !important;
  }
  .cid-t80vhJSaAo .wrap-img {
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: auto;
    height: 150px !important;
  }
  .cid-t80vhJSaAo .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 100px;
  }
  .cid-t80vhJSaAo .descricao {
    font-size: 11px !important;
  }
}
@media (max-width: 576px) {
  .cid-t80vhJSaAo .card-title1 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .cid-t80vhJSaAo .card-title2 {
    margin-top: -1rem !important;
  }
  .cid-t80vhJSaAo .wrap-img {
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: auto;
    height: 150px !important;
  }
  .cid-t80vhJSaAo .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 50px;
  }
}
.cid-t80vhJSaAo .card-title2 {
  color: #0b9940;
}
.cid-t80vhJSaAo .sq {
  color: #969696;
}
.cid-t80vhJSaAo .item {
  color: #b6b6b6;
}
.cid-t80vhJSaAo .card-title1 {
  text-align: left;
  color: #ffffff;
}
.cid-sA1C7LNvec {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sA1C7LNvec .container {
    max-width: 1400px;
  }
}
.cid-sA1C7LNvec .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e84700;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sA1C7LNvec .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sA1C7LNvec .mbr-text {
  font-size: 14px !important;
}
.cid-sA1C7LNvec .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sA1C7LNvec .main-title {
  margin-bottom: 3rem;
  text-align: center;
  color: #404040;
}
.cid-sA1C7LNvec .card {
  transition: all 0.3s;
}
.cid-sA1C7LNvec .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sA1C7LNvec .card .card-wrapper .img-wrapper {
  width: auto;
  height: 100px;
  margin-bottom: 10px;
}
.cid-sA1C7LNvec .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sA1C7LNvec .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sA1C7LNvec .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sA1C7LNvec .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .btn[class*="-outline"]:active,
.cid-sA1C7LNvec .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sA1C7LNvec .main-title DIV {
  text-align: left;
}
.cid-sA1C7LNvec .card-title,
.cid-sA1C7LNvec .card-box {
  color: #404040;
}
.cid-sA1C7LNvec .main-text {
  color: #404040;
}
.cid-sA1C7LNvec .mbr-text,
.cid-sA1C7LNvec .link-wrap {
  color: #999999;
}
.cid-t7AJhAz5eu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t7AJhAz5eu .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 300px;
  max-width: 100%;
  object-fit: scale-down;
  padding: 1rem;
  padding-bottom: 4rem;
}
.cid-t7AJhAz5eu .btn {
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.cid-t7AJhAz5eu .mbr-section-btn {
  padding: 0 !important;
}
.cid-t7AJhAz5eu .center-mobile {
  display: none;
}
@media (min-width: 700px) {
  .cid-t7AJhAz5eu .btn-tel {
    border-radius: 0 !important;
    margin-top: 1rem !important;
    display: none !important;
  }
}
@media (max-width: 700px) {
  .cid-t7AJhAz5eu .btn {
    font-size: 14px !important;
  }
  .cid-t7AJhAz5eu .top-house {
    font-size: 16px !important;
  }
  .cid-t7AJhAz5eu .titulo-h1 {
    font-size: 26px !important;
  }
}
.cid-t7AJhAz5eu .content-container .btn-bgr {
  z-index: 0;
}
.cid-t7AJhAz5eu .container-boxes {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-t7AJhAz5eu .box-item {
  width: 29%;
  padding: 2.5rem;
  margin: 1rem;
}
.cid-t7AJhAz5eu .box-item:first-child {
  background-color: #164187;
  margin-top: -200px;
}
.cid-t7AJhAz5eu .box-item:nth-child(2) {
  background-color: #164187;
}
.cid-t7AJhAz5eu .box-item:last-child {
  background-color: #164187;
}
.cid-t7AJhAz5eu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-t7AJhAz5eu .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-t7AJhAz5eu .box-list li:last-child {
  border-bottom: none;
}
.cid-t7AJhAz5eu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-t7AJhAz5eu .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-t7AJhAz5eu .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-t7AJhAz5eu .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-t7AJhAz5eu .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-t7AJhAz5eu .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-t7AJhAz5eu .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-t7AJhAz5eu .mbr-text,
.cid-t7AJhAz5eu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t7AJhAz5eu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-t7AJhAz5eu .box-item-text {
  text-align: center;
}
.cid-t7AJhAz5eu .icon-block-top,
.cid-t7AJhAz5eu .box-item-title {
  text-align: center;
}
.cid-t7AJhAz5eu H5 {
  text-align: center;
}
.cid-t7AJhAz5eu H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tbmIzWc6KS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbmIzWc6KS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tbmIzWc6KS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbmIzWc6KS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbmIzWc6KS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbmIzWc6KS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbmIzWc6KS .container-fluid {
  padding: 0;
}
.cid-tbmIzWc6KS .relative {
  position: relative;
  width: 100%;
}
.cid-tbmIzWc6KS .mbr-section-title {
  color: #656565;
}
.cid-tbmIzWc6KS .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 600px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tbmIzWc6KS .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tbmIzWc6KS .title {
  text-align: center;
  color: #ffffff;
}
.cid-tbmIzWc6KS .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tbmIzWc6KS .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}
.cid-rVs6HuYwmv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rVs6HuYwmv .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rVs6HuYwmv p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-sKw4yuLAzc {
  background-color: #000000;
}
.cid-sKw4yuLAzc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sKw4yuLAzc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sKw4yuLAzc .mbr-section-title,
.cid-sKw4yuLAzc .icon-wrap,
.cid-sKw4yuLAzc .mbr-section-btn {
  text-align: center;
}
.cid-sKw4yv5gSo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sKw4yv5gSo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sKw4yv5gSo p {
  color: #ffffff;
  font-size: 14px !important;
}
.cid-tceg7sYSzw {
  background-color: #000000;
}
.cid-tceg7sYSzw .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-tceg7sYSzw .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tceg7sYSzw .mbr-section-title,
.cid-tceg7sYSzw .icon-wrap,
.cid-tceg7sYSzw .mbr-section-btn {
  text-align: center;
}
.cid-tceg7tocHA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tceg7tocHA .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tceg7tocHA p {
  color: #ffffff;
  font-size: 14px !important;
}
