body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Sansation_Bold';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Sansation_Regular';
  font-size: 1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Sansation_Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Sansation_Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
  .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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #a5a7aa !important;
}
.bg-info {
  background-color: #83b6ff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a4e72 !important;
  border-color: #2a4e72 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #132333 !important;
  border-color: #132333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #132333 !important;
  border-color: #132333 !important;
}
.btn-info,
.btn-info:active {
  background-color: #83b6ff !important;
  border-color: #83b6ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2c83ff !important;
  border-color: #2c83ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c83ff !important;
  border-color: #2c83ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a5a7aa !important;
  border-color: #a5a7aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #797b80 !important;
  border-color: #797b80 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #797b80 !important;
  border-color: #797b80 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a4e72;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #132333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4e72 !important;
  border-color: #2a4e72 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #83b6ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2c83ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83b6ff !important;
  border-color: #83b6ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a5a7aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #797b80 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a5a7aa !important;
  border-color: #a5a7aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #2a4e72 !important;
}
.text-success {
  color: #a5a7aa !important;
}
.text-info {
  color: #83b6ff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0f1b27 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #717478 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d7aff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83b6ff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7e7e8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'KantumruyPro-ExtraLight';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #2a4e72 !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='%236592e6' %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-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpqU2M02zY .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.85;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpqXxY42sf {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tpqXxY42sf .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tpqXxY42sf .mbr-overlay {
  background: linear-gradient(#2a4e72 -10%, #a5a7aa 75%);
}
.cid-tpqXxY42sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpqXxY42sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tpqXxY42sf H1 {
  color: #ffffff;
}
.cid-tprGA8SMH1 {
  /* padding-top: 80px; */
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.jpg");
}
.cid-tprGA8SMH1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-tprGA8SMH1 .mbr-section-text {
  word-break: break-word;
}
.cid-tprGA8SMH1 .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
@media (min-width: 992px) {
  .cid-tprGA8SMH1 .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tprGA8SMH1 .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tprGA8SMH1 .mbr-text {
    text-align: center;
  }
}
.cid-tprGA8SMH1 .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tprGA8SMH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tprGA8SMH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqB3uxQQuN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqB3uxQQuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqB3uxQQuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqB3uxQQuN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tqB3uxQQuN .container {
    max-width: 1400px;
  }
}
.cid-tqB3uxQQuN .card {
  margin: auto;
}
.cid-tqB3uxQQuN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tqB3uxQQuN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tqB3uxQQuN .row {
  justify-content: center;
}
.cid-tqB3uxQQuN H3 {
  color: #2a4e72;
}
.cid-tqIy5QCj3d {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tqIy5QCj3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIy5QCj3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqIy5QCj3d .mbr-section-title {
  color: #2a4e72;
}
.cid-tprXpf83lM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tprXpf83lM img {
  width: 120px;
  margin: auto;
}
.cid-tprXpf83lM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tprXpf83lM .card {
    max-width: 12.5%;
  }
}
.cid-tprXpf83lM .mbr-section-title {
  color: #2a4e72;
}
.cid-tpPx1s1jYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2a4e72;
}
.cid-tpPx1s1jYt .mbr-overlay {
  background-color: #e3e0e0;
  opacity: 0.9;
}
.cid-tpPx1s1jYt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tpPx1s1jYt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tpPx1s1jYt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPx1s1jYt .mbr-section-title {
  color: #ffffff;
}
.cid-tpPDtzBWlM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpPDtzBWlM img {
  width: 120px;
  margin: auto;
}
.cid-tpPDtzBWlM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpPDtzBWlM .card {
    max-width: 12.5%;
  }
}
.cid-tpPDtzBWlM .mbr-section-title {
  color: #2a4e72;
}
.cid-tqu1QixtDA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqu1QixtDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqu1QixtDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqu1QixtDA .row {
    flex-direction: column-reverse;
  }
  .cid-tqu1QixtDA .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqu1QixtDA .google-map {
  height: 100%;
  position: relative;
}
.cid-tqu1QixtDA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqu1QixtDA .google-map [data-state-details] {
  color: #6b6763;
  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-tqu1QixtDA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqu1QixtDA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqu1QixtDA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqu1QixtDA .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqu1QixtDA .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqu1QixtDA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqu1QixtDA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqu1QixtDA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqu1QixtDA .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqu1QixtDA .card-title {
  color: #2a4e72;
}
.cid-tqzTXU6dPs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzTXU6dPs .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzTXU6dPs .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzTXU6dPs .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzTXU6dPs .social-list {
  width: auto;
}
.cid-tqzTXU6dPs .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzTXU6dPs .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzTXU6dPs .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzTXU6dPs .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzTXU6dPs .mbr-section-title,
.cid-tqzTXU6dPs .social-media {
  color: #111213;
}
.cid-tq6xqpZxyj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpqU2M02zY .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.85;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpUcH39dRS {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/Novas-Imagens/Sobre Nós.png");
}
.cid-tpUcH39dRS .mbr-overlay {
  background-color: #2a4e72;
  opacity: 0.6;
}
.cid-tpUcH39dRS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpUcH39dRS {
    align-items: flex-end;
  }
  .cid-tpUcH39dRS .row {
    justify-content: flex-start;
  }
  .cid-tpUcH39dRS .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpUcH39dRS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpUcH39dRS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpUcH39dRS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpUcH39dRS .content-wrap {
    width: 100%;
  }
}
.cid-tpUcH39dRS .mbr-section-title {
  color: #ffffff;
}
.cid-tpUcH39dRS .mbr-text,
.cid-tpUcH39dRS .mbr-section-btn {
  color: #ffffff;
}
.cid-tpsA3XP69b {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpsA3XP69b .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpsA3XP69b .mbr-section-text {
  word-break: break-word;
}
.cid-tpsA3XP69b .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-tpsA3XP69b .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpsA3XP69b .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tpsA3XP69b .mbr-text {
    text-align: center;
  }
}
.cid-tpsA3XP69b .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tpsA3XP69b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpsA3XP69b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpsA3XP69b H1 {
  color: #2a8013;
}
.cid-tpsA3XP69b .mbr-text,
.cid-tpsA3XP69b .mbr-section-btn {
  color: #2a4e72;
}
.cid-tq0FnsFlrk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tq0FnsFlrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq0FnsFlrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq0FnsFlrk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tq0FnsFlrk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tq0FnsFlrk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tq0FnsFlrk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tq0FnsFlrk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tq0FnsFlrk .mbr-text,
.cid-tq0FnsFlrk .mbr-section-btn {
  color: #83b6ff;
}
.cid-tq0FnsFlrk .mbr-section-title {
  color: #ffffff;
}
.cid-tpy9bZTPr6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #83b6ff;
}
.cid-tpy9bZTPr6 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpy9bZTPr6 .card-box {
  width: 100%;
}
.cid-tpy9bZTPr6 .card-img {
  padding: 1rem;
  border: 2px solid #2a4e72;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tpy9bZTPr6 .card-img span {
  color: #2a4e72;
  font-size: 2.4rem;
}
.cid-tpy9bZTPr6 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tpy9bZTPr6 .card {
    margin-bottom: 2rem;
  }
}
.cid-tpy9bZTPr6 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tpy9bZTPr6 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tpy9bZTPr6 .mbr-section-title b:last-child,
.cid-tpy9bZTPr6 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tpy9bZTPr6 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tpy9bZTPr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpy9bZTPr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpy9bZTPr6 .mbr-text {
  color: #2a4e72;
}
.cid-tpy9bZTPr6 .card-title,
.cid-tpy9bZTPr6 .card-img {
  color: #2a4e72;
}
.cid-tqzVAikmEF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzVAikmEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzVAikmEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzVAikmEF .row {
    flex-direction: column-reverse;
  }
  .cid-tqzVAikmEF .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzVAikmEF .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzVAikmEF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzVAikmEF .google-map [data-state-details] {
  color: #6b6763;
  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-tqzVAikmEF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzVAikmEF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzVAikmEF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzVAikmEF .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzVAikmEF .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzVAikmEF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzVAikmEF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzVAikmEF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzVAikmEF .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzVAikmEF .card-title {
  color: #2a4e72;
}
.cid-tqzVBpDMih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzVBpDMih .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzVBpDMih .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzVBpDMih .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzVBpDMih .social-list {
  width: auto;
}
.cid-tqzVBpDMih .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzVBpDMih .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzVBpDMih .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzVBpDMih .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzVBpDMih .mbr-section-title,
.cid-tqzVBpDMih .social-media {
  color: #111213;
}
.cid-tq6xlffByw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpqU2M02zY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpqU2M02zY nav.navbar {
  position: fixed;
}
.cid-tpqU2M02zY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpqU2M02zY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpqU2M02zY .dropdown-item:hover,
.cid-tpqU2M02zY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpqU2M02zY .dropdown-item:hover span {
  color: white;
}
.cid-tpqU2M02zY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpqU2M02zY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpqU2M02zY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpqU2M02zY .nav-link {
  position: relative;
}
.cid-tpqU2M02zY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .container {
    flex-wrap: nowrap;
  }
}
.cid-tpqU2M02zY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown-menu,
.cid-tpqU2M02zY .navbar.opened {
  background: #ffffff !important;
}
.cid-tpqU2M02zY .nav-item:focus,
.cid-tpqU2M02zY .nav-link:focus {
  outline: none;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpqU2M02zY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpqU2M02zY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpqU2M02zY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpqU2M02zY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.opened {
  transition: all 0.3s;
}
.cid-tpqU2M02zY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpqU2M02zY .navbar .navbar-logo img {
  width: auto;
}
.cid-tpqU2M02zY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar.collapsed {
  justify-content: center;
}
.cid-tpqU2M02zY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpqU2M02zY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpqU2M02zY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpqU2M02zY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpqU2M02zY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpqU2M02zY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpqU2M02zY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpqU2M02zY .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpqU2M02zY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpqU2M02zY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpqU2M02zY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpqU2M02zY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpqU2M02zY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpqU2M02zY .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpqU2M02zY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpqU2M02zY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpqU2M02zY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpqU2M02zY .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpqU2M02zY .dropdown-item.active,
.cid-tpqU2M02zY .dropdown-item:active {
  background-color: transparent;
}
.cid-tpqU2M02zY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpqU2M02zY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpqU2M02zY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpqU2M02zY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpqU2M02zY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpqU2M02zY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpqU2M02zY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpqU2M02zY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpqU2M02zY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpqU2M02zY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpqU2M02zY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpqU2M02zY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpqU2M02zY .navbar {
    height: 80px;
  }
  .cid-tpqU2M02zY .navbar.opened {
    height: auto;
  }
  .cid-tpqU2M02zY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpqU2M02zY .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpqU2M02zY .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpqU2M02zY .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpqU2M02zY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpqU2M02zY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpqU2M02zY .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpO1nNf9a6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/Novas-Imagens/Serviços - Planilha de custo.png");
  background-position: 50% 40%; 
}
.cid-tpO1nNf9a6 .mbr-section-title {
  color: #ffffff;
}
.cid-tpO1nNf9a6 .mbr-text,
.cid-tpO1nNf9a6 .mbr-section-btn {
  color: #fafafa;
}
.cid-tpO1nNf9a6 .mbr-section-subtitle {
  color: #83b6ff;
}
.cid-tpOtYKkELN {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tpOtYKkELN .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpOtYKkELN .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #83b6ff);
}
.cid-tpOtYKkELN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tpOtYKkELN p {
  color: #464646;
}
.cid-tpOtYKkELN h2 {
  color: #000000;
}
.cid-tpOtYKkELN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tpOtYKkELN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tpOtYKkELN .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpOtYKkELN .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpOtYKkELN .mbr-text {
    text-align: center;
  }
}
.cid-tpOtYKkELN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOtYKkELN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpOtYKkELN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpOtYKkELN P {
  color: #ffffff;
}
.cid-tpOtMvo9z9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpOtMvo9z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpOtMvo9z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpOtMvo9z9 .container {
    max-width: 1400px;
  }
}
.cid-tpOtMvo9z9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tpOtMvo9z9 .card-wrapper {
  margin-top: 3rem;
}
.cid-tpOtMvo9z9 .row {
  justify-content: center;
}
.cid-tpOtMvo9z9 .card-title,
.cid-tpOtMvo9z9 .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tq5ZiFVcAF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tq5ZiFVcAF img {
  width: 120px;
  margin: auto;
}
.cid-tq5ZiFVcAF .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tq5ZiFVcAF .card {
    max-width: 12.5%;
  }
}
.cid-tq5ZiFVcAF .mbr-section-title {
  color: #2a4e72;
}
.cid-tqzVFpVAnl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzVFpVAnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzVFpVAnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzVFpVAnl .row {
    flex-direction: column-reverse;
  }
  .cid-tqzVFpVAnl .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzVFpVAnl .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzVFpVAnl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzVFpVAnl .google-map [data-state-details] {
  color: #6b6763;
  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-tqzVFpVAnl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzVFpVAnl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzVFpVAnl .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzVFpVAnl .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzVFpVAnl .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzVFpVAnl .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzVFpVAnl .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzVFpVAnl .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzVFpVAnl .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzVFpVAnl .card-title {
  color: #2a4e72;
}
.cid-tqzVG9M6ZG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzVG9M6ZG .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzVG9M6ZG .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzVG9M6ZG .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzVG9M6ZG .social-list {
  width: auto;
}
.cid-tqzVG9M6ZG .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzVG9M6ZG .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzVG9M6ZG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzVG9M6ZG .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzVG9M6ZG .mbr-section-title,
.cid-tqzVG9M6ZG .social-media {
  color: #111213;
}
.cid-tq6xwBXx6u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpPevtOpRi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpPevtOpRi nav.navbar {
  position: fixed;
}
.cid-tpPevtOpRi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpPevtOpRi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpPevtOpRi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpPevtOpRi .dropdown-item:hover,
.cid-tpPevtOpRi .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpPevtOpRi .dropdown-item:hover span {
  color: white;
}
.cid-tpPevtOpRi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpPevtOpRi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpPevtOpRi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpPevtOpRi .nav-link {
  position: relative;
}
.cid-tpPevtOpRi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .container {
    flex-wrap: nowrap;
  }
}
.cid-tpPevtOpRi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpPevtOpRi .dropdown-menu,
.cid-tpPevtOpRi .navbar.opened {
  background: #ffffff !important;
}
.cid-tpPevtOpRi .nav-item:focus,
.cid-tpPevtOpRi .nav-link:focus {
  outline: none;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpPevtOpRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpPevtOpRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpPevtOpRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpPevtOpRi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpPevtOpRi .navbar.opened {
  transition: all 0.3s;
}
.cid-tpPevtOpRi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpPevtOpRi .navbar .navbar-logo img {
  width: auto;
}
.cid-tpPevtOpRi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpPevtOpRi .navbar.collapsed {
  justify-content: center;
}
.cid-tpPevtOpRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpPevtOpRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpPevtOpRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpPevtOpRi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpPevtOpRi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpPevtOpRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpPevtOpRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpPevtOpRi .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpPevtOpRi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpPevtOpRi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpPevtOpRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpPevtOpRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpPevtOpRi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpPevtOpRi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpPevtOpRi .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpPevtOpRi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpPevtOpRi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpPevtOpRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpPevtOpRi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpPevtOpRi .dropdown-item.active,
.cid-tpPevtOpRi .dropdown-item:active {
  background-color: transparent;
}
.cid-tpPevtOpRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpPevtOpRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpPevtOpRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpPevtOpRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpPevtOpRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpPevtOpRi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpPevtOpRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpPevtOpRi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpPevtOpRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpPevtOpRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpPevtOpRi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpPevtOpRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpPevtOpRi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpPevtOpRi .navbar {
    height: 80px;
  }
  .cid-tpPevtOpRi .navbar.opened {
    height: auto;
  }
  .cid-tpPevtOpRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpPevtOpRi .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpPevtOpRi .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpPevtOpRi .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpPevtOpRi .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpPevtOpRi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpPevtOpRi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPevtOpRi .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpPevuzgtm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/Novas-Imagens/Serviço - Assessoria aduaneira.png");
  background-position: 50% 30%; 
}
.cid-tpPevuzgtm .mbr-section-title {
  color: #83b6ff;
}
.cid-tpPevuzgtm .mbr-text,
.cid-tpPevuzgtm .mbr-section-btn {
  color: #fafafa;
}
.cid-tpPevuzgtm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpPevvSREf {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tpPevvSREf .media-content .btn-bgr {
  z-index: 0;
}
.cid-tpPevvSREf .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
.cid-tpPevvSREf h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tpPevvSREf p {
  color: #464646;
}
.cid-tpPevvSREf h2 {
  color: #000000;
}
.cid-tpPevvSREf .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tpPevvSREf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tpPevvSREf .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tpPevvSREf .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tpPevvSREf .mbr-text {
    text-align: center;
  }
}
.cid-tpPevvSREf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPevvSREf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpPevvSREf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpPevvSREf P {
  color: #ffffff;
}
.cid-tpPevwyeEx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpPevwyeEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpPevwyeEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpPevwyeEx .container {
    max-width: 1400px;
  }
}
.cid-tpPevwyeEx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tpPevwyeEx .card-wrapper {
  margin-top: 3rem;
}
.cid-tpPevwyeEx .row {
  justify-content: center;
}
.cid-tpPevwyeEx .card-title,
.cid-tpPevwyeEx .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tpPevx87yL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpPevx87yL img {
  width: 120px;
  margin: auto;
}
.cid-tpPevx87yL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tpPevx87yL .card {
    max-width: 12.5%;
  }
}
.cid-tpPevx87yL .mbr-section-title {
  color: #2a4e72;
}
.cid-tqzVK7itC6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzVK7itC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzVK7itC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzVK7itC6 .row {
    flex-direction: column-reverse;
  }
  .cid-tqzVK7itC6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzVK7itC6 .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzVK7itC6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzVK7itC6 .google-map [data-state-details] {
  color: #6b6763;
  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-tqzVK7itC6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzVK7itC6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzVK7itC6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzVK7itC6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzVK7itC6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzVK7itC6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzVK7itC6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzVK7itC6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzVK7itC6 .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzVK7itC6 .card-title {
  color: #2a4e72;
}
.cid-tqzVKVvbev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzVKVvbev .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzVKVvbev .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzVKVvbev .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzVKVvbev .social-list {
  width: auto;
}
.cid-tqzVKVvbev .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzVKVvbev .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzVKVvbev .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzVKVvbev .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzVKVvbev .mbr-section-title,
.cid-tqzVKVvbev .social-media {
  color: #111213;
}
.cid-tq6xzk62AD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpP62F29Qx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpP62F29Qx nav.navbar {
  position: fixed;
}
.cid-tpP62F29Qx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpP62F29Qx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpP62F29Qx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpP62F29Qx .dropdown-item:hover,
.cid-tpP62F29Qx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpP62F29Qx .dropdown-item:hover span {
  color: white;
}
.cid-tpP62F29Qx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpP62F29Qx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpP62F29Qx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpP62F29Qx .nav-link {
  position: relative;
}
.cid-tpP62F29Qx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .container {
    flex-wrap: nowrap;
  }
}
.cid-tpP62F29Qx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpP62F29Qx .dropdown-menu,
.cid-tpP62F29Qx .navbar.opened {
  background: #ffffff !important;
}
.cid-tpP62F29Qx .nav-item:focus,
.cid-tpP62F29Qx .nav-link:focus {
  outline: none;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpP62F29Qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpP62F29Qx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpP62F29Qx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpP62F29Qx .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpP62F29Qx .navbar.opened {
  transition: all 0.3s;
}
.cid-tpP62F29Qx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpP62F29Qx .navbar .navbar-logo img {
  width: auto;
}
.cid-tpP62F29Qx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpP62F29Qx .navbar.collapsed {
  justify-content: center;
}
.cid-tpP62F29Qx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpP62F29Qx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpP62F29Qx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpP62F29Qx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpP62F29Qx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpP62F29Qx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpP62F29Qx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpP62F29Qx .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpP62F29Qx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpP62F29Qx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpP62F29Qx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpP62F29Qx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpP62F29Qx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpP62F29Qx .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpP62F29Qx .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpP62F29Qx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpP62F29Qx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpP62F29Qx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpP62F29Qx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpP62F29Qx .dropdown-item.active,
.cid-tpP62F29Qx .dropdown-item:active {
  background-color: transparent;
}
.cid-tpP62F29Qx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpP62F29Qx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpP62F29Qx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpP62F29Qx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpP62F29Qx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpP62F29Qx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpP62F29Qx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpP62F29Qx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpP62F29Qx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpP62F29Qx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpP62F29Qx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpP62F29Qx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpP62F29Qx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpP62F29Qx .navbar {
    height: 80px;
  }
  .cid-tpP62F29Qx .navbar.opened {
    height: auto;
  }
  .cid-tpP62F29Qx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpP62F29Qx .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpP62F29Qx .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpP62F29Qx .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpP62F29Qx .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpP62F29Qx .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpP62F29Qx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpP62F29Qx .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpP62GpL4d {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tpP62GpL4d .mbr-section-title {
  color: #83b6ff;
  text-align: left;
}
.cid-tpP62GpL4d .mbr-text,
.cid-tpP62GpL4d .mbr-section-btn {
  color: #fafafa;
}
.cid-tpP62GpL4d .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tq5Vg0JrEH {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tq5Vg0JrEH .media-content .btn-bgr {
  z-index: 0;
}
.cid-tq5Vg0JrEH .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
.cid-tq5Vg0JrEH h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tq5Vg0JrEH p {
  color: #464646;
}
.cid-tq5Vg0JrEH h2 {
  color: #000000;
}
.cid-tq5Vg0JrEH .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tq5Vg0JrEH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tq5Vg0JrEH .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tq5Vg0JrEH .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tq5Vg0JrEH .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tq5Vg0JrEH .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tq5Vg0JrEH .mbr-text {
    text-align: center;
  }
}
.cid-tq5Vg0JrEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq5Vg0JrEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq5Vg0JrEH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tq5Vg0JrEH P {
  color: #ffffff;
}
.cid-tpP62ICnv8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpP62ICnv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpP62ICnv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpP62ICnv8 .container {
    max-width: 1400px;
  }
}
.cid-tpP62ICnv8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tpP62ICnv8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tpP62ICnv8 .row {
  justify-content: center;
}
.cid-tpP62ICnv8 .card-title,
.cid-tpP62ICnv8 .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tq5UhWqMIN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tq5UhWqMIN img {
  width: 120px;
  margin: auto;
}
.cid-tq5UhWqMIN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tq5UhWqMIN .card {
    max-width: 12.5%;
  }
}
.cid-tq5UhWqMIN .mbr-section-title {
  color: #2a4e72;
}
.cid-tqzVRm34P0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzVRm34P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzVRm34P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzVRm34P0 .row {
    flex-direction: column-reverse;
  }
  .cid-tqzVRm34P0 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzVRm34P0 .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzVRm34P0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzVRm34P0 .google-map [data-state-details] {
  color: #6b6763;
  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-tqzVRm34P0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzVRm34P0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzVRm34P0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzVRm34P0 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzVRm34P0 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzVRm34P0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzVRm34P0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzVRm34P0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzVRm34P0 .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzVRm34P0 .card-title {
  color: #2a4e72;
}
.cid-tqzVS1y8Pe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzVS1y8Pe .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzVS1y8Pe .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzVS1y8Pe .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzVS1y8Pe .social-list {
  width: auto;
}
.cid-tqzVS1y8Pe .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzVS1y8Pe .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzVS1y8Pe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzVS1y8Pe .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzVS1y8Pe .mbr-section-title,
.cid-tqzVS1y8Pe .social-media {
  color: #111213;
}
.cid-tq6wNE0G7T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tqzgsEiujL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqzgsEiujL nav.navbar {
  position: fixed;
}
.cid-tqzgsEiujL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqzgsEiujL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqzgsEiujL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqzgsEiujL .dropdown-item:hover,
.cid-tqzgsEiujL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tqzgsEiujL .dropdown-item:hover span {
  color: white;
}
.cid-tqzgsEiujL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqzgsEiujL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqzgsEiujL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqzgsEiujL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqzgsEiujL .nav-link {
  position: relative;
}
.cid-tqzgsEiujL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqzgsEiujL .container {
    flex-wrap: nowrap;
  }
}
.cid-tqzgsEiujL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqzgsEiujL .dropdown-menu,
.cid-tqzgsEiujL .navbar.opened {
  background: #ffffff !important;
}
.cid-tqzgsEiujL .nav-item:focus,
.cid-tqzgsEiujL .nav-link:focus {
  outline: none;
}
.cid-tqzgsEiujL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqzgsEiujL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqzgsEiujL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqzgsEiujL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqzgsEiujL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqzgsEiujL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqzgsEiujL .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqzgsEiujL .navbar.opened {
  transition: all 0.3s;
}
.cid-tqzgsEiujL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqzgsEiujL .navbar .navbar-logo img {
  width: auto;
}
.cid-tqzgsEiujL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqzgsEiujL .navbar.collapsed {
  justify-content: center;
}
.cid-tqzgsEiujL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqzgsEiujL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqzgsEiujL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tqzgsEiujL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqzgsEiujL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqzgsEiujL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqzgsEiujL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqzgsEiujL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqzgsEiujL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqzgsEiujL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqzgsEiujL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqzgsEiujL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqzgsEiujL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqzgsEiujL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tqzgsEiujL .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tqzgsEiujL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqzgsEiujL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqzgsEiujL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqzgsEiujL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqzgsEiujL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqzgsEiujL .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqzgsEiujL .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tqzgsEiujL .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqzgsEiujL .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqzgsEiujL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqzgsEiujL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqzgsEiujL .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqzgsEiujL .dropdown-item.active,
.cid-tqzgsEiujL .dropdown-item:active {
  background-color: transparent;
}
.cid-tqzgsEiujL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tqzgsEiujL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqzgsEiujL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqzgsEiujL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqzgsEiujL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqzgsEiujL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqzgsEiujL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqzgsEiujL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqzgsEiujL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqzgsEiujL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqzgsEiujL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqzgsEiujL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqzgsEiujL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqzgsEiujL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqzgsEiujL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqzgsEiujL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqzgsEiujL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqzgsEiujL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqzgsEiujL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqzgsEiujL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqzgsEiujL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqzgsEiujL .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqzgsEiujL .navbar {
    height: 80px;
  }
  .cid-tqzgsEiujL .navbar.opened {
    height: auto;
  }
  .cid-tqzgsEiujL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqzgsEiujL .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqzgsEiujL .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqzgsEiujL .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqzgsEiujL .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqzgsEiujL .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqzgsEiujL .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqzgsEiujL .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqzgsFZ0nh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/Novas-Imagens/Serviços - Logística de entrega.png");
  background-position: 50% 70%; 
}
.cid-tqzgsFZ0nh .mbr-section-title {
  color: #83b6ff;
  text-align: left;
}
.cid-tqzgsFZ0nh .mbr-text,
.cid-tqzgsFZ0nh .mbr-section-btn {
  color: #fafafa;
}
.cid-tqzgsFZ0nh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tqzgsHqUTk {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tqzgsHqUTk .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqzgsHqUTk .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
.cid-tqzgsHqUTk h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqzgsHqUTk p {
  color: #464646;
}
.cid-tqzgsHqUTk h2 {
  color: #000000;
}
.cid-tqzgsHqUTk .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqzgsHqUTk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqzgsHqUTk .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqzgsHqUTk .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqzgsHqUTk .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqzgsHqUTk .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqzgsHqUTk .mbr-text {
    text-align: center;
  }
}
.cid-tqzgsHqUTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzgsHqUTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqzgsHqUTk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqzgsHqUTk P {
  color: #ffffff;
}
.cid-tqzgsI25m2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqzgsI25m2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzgsI25m2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqzgsI25m2 .container {
    max-width: 1400px;
  }
}
.cid-tqzgsI25m2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tqzgsI25m2 .card-wrapper {
  margin-top: 3rem;
}
.cid-tqzgsI25m2 .row {
  justify-content: center;
}
.cid-tqzgsI25m2 .card-title,
.cid-tqzgsI25m2 .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tqzgsIZfCT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqzgsIZfCT img {
  width: 120px;
  margin: auto;
}
.cid-tqzgsIZfCT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqzgsIZfCT .card {
    max-width: 12.5%;
  }
}
.cid-tqzgsIZfCT .mbr-section-title {
  color: #2a4e72;
}
.cid-tqzWhIISzz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzWhIISzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzWhIISzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzWhIISzz .row {
    flex-direction: column-reverse;
  }
  .cid-tqzWhIISzz .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzWhIISzz .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzWhIISzz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzWhIISzz .google-map [data-state-details] {
  color: #6b6763;
  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-tqzWhIISzz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzWhIISzz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzWhIISzz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzWhIISzz .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzWhIISzz .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzWhIISzz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzWhIISzz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzWhIISzz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzWhIISzz .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzWhIISzz .card-title {
  color: #2a4e72;
}
.cid-tqzWiviCB0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzWiviCB0 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzWiviCB0 .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzWiviCB0 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzWiviCB0 .social-list {
  width: auto;
}
.cid-tqzWiviCB0 .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzWiviCB0 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzWiviCB0 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzWiviCB0 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzWiviCB0 .mbr-section-title,
.cid-tqzWiviCB0 .social-media {
  color: #111213;
}
.cid-tqzgsL5T1N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpyotmcgZU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpyotmcgZU nav.navbar {
  position: fixed;
}
.cid-tpyotmcgZU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyotmcgZU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpyotmcgZU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpyotmcgZU .dropdown-item:hover,
.cid-tpyotmcgZU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpyotmcgZU .dropdown-item:hover span {
  color: white;
}
.cid-tpyotmcgZU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpyotmcgZU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpyotmcgZU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpyotmcgZU .nav-link {
  position: relative;
}
.cid-tpyotmcgZU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .container {
    flex-wrap: nowrap;
  }
}
.cid-tpyotmcgZU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpyotmcgZU .dropdown-menu,
.cid-tpyotmcgZU .navbar.opened {
  background: #ffffff !important;
}
.cid-tpyotmcgZU .nav-item:focus,
.cid-tpyotmcgZU .nav-link:focus {
  outline: none;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpyotmcgZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyotmcgZU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpyotmcgZU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpyotmcgZU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpyotmcgZU .navbar.opened {
  transition: all 0.3s;
}
.cid-tpyotmcgZU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpyotmcgZU .navbar .navbar-logo img {
  width: auto;
}
.cid-tpyotmcgZU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpyotmcgZU .navbar.collapsed {
  justify-content: center;
}
.cid-tpyotmcgZU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpyotmcgZU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpyotmcgZU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpyotmcgZU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpyotmcgZU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpyotmcgZU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpyotmcgZU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpyotmcgZU .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpyotmcgZU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpyotmcgZU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpyotmcgZU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpyotmcgZU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpyotmcgZU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpyotmcgZU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpyotmcgZU .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpyotmcgZU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpyotmcgZU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpyotmcgZU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpyotmcgZU .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpyotmcgZU .dropdown-item.active,
.cid-tpyotmcgZU .dropdown-item:active {
  background-color: transparent;
}
.cid-tpyotmcgZU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpyotmcgZU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpyotmcgZU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpyotmcgZU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpyotmcgZU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpyotmcgZU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpyotmcgZU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpyotmcgZU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyotmcgZU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpyotmcgZU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyotmcgZU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpyotmcgZU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpyotmcgZU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpyotmcgZU .navbar {
    height: 80px;
  }
  .cid-tpyotmcgZU .navbar.opened {
    height: auto;
  }
  .cid-tpyotmcgZU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyotmcgZU .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpyotmcgZU .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpyotmcgZU .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpyotmcgZU .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpyotmcgZU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpyotmcgZU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpyotmcgZU .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVgxmt9n3 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/Novas-Imagens/Diferenciais.png");
  background-position: 50% 30%; 
}
.cid-tpVgxmt9n3 .mbr-overlay {
  background-color: #2a4e72;
  opacity: 0.8;
}
.cid-tpVgxmt9n3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpVgxmt9n3 {
    align-items: flex-star;
  }
  .cid-tpVgxmt9n3 .row {
    justify-content: flex-start;
  }
  .cid-tpVgxmt9n3 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpVgxmt9n3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpVgxmt9n3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpVgxmt9n3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpVgxmt9n3 .content-wrap {
    width: 100%;
  }
}
.cid-tpVgxmt9n3 .mbr-section-title {
  color: #ffffff;
}
.cid-tpVh1FFabh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tpVh1FFabh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVh1FFabh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tpVh1FFabh .container {
    max-width: 1400px;
  }
}
.cid-tpVh1FFabh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tpVh1FFabh .card-wrapper {
  margin-top: 3rem;
}
.cid-tpVh1FFabh .row {
  justify-content: center;
}
.cid-tpVh1FFabh .card-title,
.cid-tpVh1FFabh .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tq0QXpTFfa {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.jpg");
}
.cid-tq0QXpTFfa .media-content .btn-bgr {
  z-index: 0;
}
.cid-tq0QXpTFfa .mbr-section-text {
  word-break: break-word;
}
.cid-tq0QXpTFfa .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
@media (min-width: 992px) {
  .cid-tq0QXpTFfa .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tq0QXpTFfa .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tq0QXpTFfa .mbr-text {
    text-align: center;
  }
}
.cid-tq0QXpTFfa .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tq0QXpTFfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq0QXpTFfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1jeTiOww {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #e6e6e6;
}
.cid-tq1jeTiOww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1jeTiOww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1jeTiOww .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tq1jeTiOww .team-card:hover {
  transform: translateY(-10px);
}
.cid-tq1jeTiOww .card-wrap {
  padding: 0 20%;
}
@media (max-width: 991px) {
  .cid-tq1jeTiOww .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tq1jeTiOww .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tq1jeTiOww .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq1jeTiOww .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tq1jeTiOww .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tq1jeTiOww .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tq1jeTiOww .embla__button--next,
.cid-tq1jeTiOww .embla__button--prev {
  display: flex;
}
.cid-tq1jeTiOww .embla__button {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #2a4e72;
  color: #2a4e72;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tq1jeTiOww .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tq1jeTiOww .embla__button:hover {
  background: transparent;
  color: #6592e6;
  border: 1px solid #6592e6;
}
.cid-tq1jeTiOww .embla__button.embla__button--prev {
  left: 10%;
}
.cid-tq1jeTiOww .embla__button.embla__button--next {
  right: 10%;
}
@media (max-width: 767px) {
  .cid-tq1jeTiOww .embla__button {
    top: auto;
  }
}
.cid-tq1jeTiOww .embla {
  position: relative;
  width: 100%;
}
.cid-tq1jeTiOww .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tq1jeTiOww .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tq1jeTiOww .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tq1jeTiOww .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tq1jeTiOww .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tq1jeTiOww .item-wrapper {
    padding: 0;
  }
}
.cid-tq1jeTiOww .item-wrapper img {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  margin: 0 auto 38px;
  object-fit: cover;
}
.cid-tq1jeTiOww .carousel-caption {
  position: static;
  padding: 0;
}
.cid-tq1jeTiOww .carousel-caption .mbr-text {
  margin: 0;
}
.cid-tq1jeTiOww .carousel-caption .mbr-icon {
  margin-top: 32px;
}
.cid-tq1jeTiOww .carousel-caption .mbr-icon span {
  color: #2a4e72;
  font-size: 31px;
}
.cid-tq1jeTiOww .carousel-caption .mbr-section-title {
  margin: 22px 0 0 0;
}
.cid-tq1jeTiOww .carousel-caption .mbr-desc {
  margin: 6px 0 0 0;
}
.cid-tq1jeTiOww .carousel-control:hover {
  background-color: transparent;
  color: #6592e6;
}
.cid-tq1jeTiOww .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tq1jeTiOww .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tq1jeTiOww .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tq1jeTiOww .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tq1jeTiOww .container .carousel-indicators {
  margin: 0 0 -4% 0;
}
.cid-tq1jeTiOww .item-menu-overlay {
  display: none !important;
  pointer-events: none;
}
.cid-tq1jeTiOww .mbr-text {
  color: #20232a;
}
.cid-tq1jeTiOww .mbr-section-title {
  color: #20232a;
}
.cid-tq1jeTiOww .mbr-desc {
  color: #84858a;
}
.cid-tq1jeTiOww .mbr-text,
.cid-tq1jeTiOww .mbr-icon {
  text-align: center;
}
.cid-tqzWKHYueb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzWKHYueb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzWKHYueb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzWKHYueb .row {
    flex-direction: column-reverse;
  }
  .cid-tqzWKHYueb .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzWKHYueb .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzWKHYueb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzWKHYueb .google-map [data-state-details] {
  color: #6b6763;
  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-tqzWKHYueb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzWKHYueb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzWKHYueb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzWKHYueb .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzWKHYueb .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzWKHYueb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzWKHYueb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzWKHYueb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzWKHYueb .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzWKHYueb .card-title {
  color: #2a4e72;
}
.cid-tqzWLBokmh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzWLBokmh .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzWLBokmh .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzWLBokmh .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzWLBokmh .social-list {
  width: auto;
}
.cid-tqzWLBokmh .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzWLBokmh .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzWLBokmh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzWLBokmh .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzWLBokmh .mbr-section-title,
.cid-tqzWLBokmh .social-media {
  color: #111213;
}
.cid-tq6xTfvLuE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tpyp1iHw3D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tpyp1iHw3D nav.navbar {
  position: fixed;
}
.cid-tpyp1iHw3D .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyp1iHw3D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tpyp1iHw3D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tpyp1iHw3D .dropdown-item:hover,
.cid-tpyp1iHw3D .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tpyp1iHw3D .dropdown-item:hover span {
  color: white;
}
.cid-tpyp1iHw3D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tpyp1iHw3D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tpyp1iHw3D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tpyp1iHw3D .nav-link {
  position: relative;
}
.cid-tpyp1iHw3D .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .container {
    flex-wrap: nowrap;
  }
}
.cid-tpyp1iHw3D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tpyp1iHw3D .dropdown-menu,
.cid-tpyp1iHw3D .navbar.opened {
  background: #ffffff !important;
}
.cid-tpyp1iHw3D .nav-item:focus,
.cid-tpyp1iHw3D .nav-link:focus {
  outline: none;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tpyp1iHw3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tpyp1iHw3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tpyp1iHw3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tpyp1iHw3D .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tpyp1iHw3D .navbar.opened {
  transition: all 0.3s;
}
.cid-tpyp1iHw3D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tpyp1iHw3D .navbar .navbar-logo img {
  width: auto;
}
.cid-tpyp1iHw3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpyp1iHw3D .navbar.collapsed {
  justify-content: center;
}
.cid-tpyp1iHw3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tpyp1iHw3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tpyp1iHw3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpyp1iHw3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tpyp1iHw3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tpyp1iHw3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tpyp1iHw3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tpyp1iHw3D .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tpyp1iHw3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpyp1iHw3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tpyp1iHw3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tpyp1iHw3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tpyp1iHw3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tpyp1iHw3D .navbar.navbar-short {
  min-height: 80px;
}
.cid-tpyp1iHw3D .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tpyp1iHw3D .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tpyp1iHw3D .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tpyp1iHw3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpyp1iHw3D .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tpyp1iHw3D .dropdown-item.active,
.cid-tpyp1iHw3D .dropdown-item:active {
  background-color: transparent;
}
.cid-tpyp1iHw3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpyp1iHw3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpyp1iHw3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpyp1iHw3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpyp1iHw3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpyp1iHw3D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tpyp1iHw3D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tpyp1iHw3D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tpyp1iHw3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tpyp1iHw3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tpyp1iHw3D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tpyp1iHw3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tpyp1iHw3D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tpyp1iHw3D .navbar {
    height: 80px;
  }
  .cid-tpyp1iHw3D .navbar.opened {
    height: auto;
  }
  .cid-tpyp1iHw3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tpyp1iHw3D .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tpyp1iHw3D .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tpyp1iHw3D .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tpyp1iHw3D .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tpyp1iHw3D .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tpyp1iHw3D .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpyp1iHw3D .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tpVhO2IUll {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/Novas-Imagens/Contato.png");
  background-position: 50% 100%;
}
.cid-tpVhO2IUll .mbr-overlay {
  background-color: #2a4e72;
  opacity: 0.8;
}
.cid-tpVhO2IUll .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tpVhO2IUll {
    align-items: flex-end;
  }
  .cid-tpVhO2IUll .row {
    justify-content: flex-start;
  }
  .cid-tpVhO2IUll .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpVhO2IUll .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tpVhO2IUll {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpVhO2IUll .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tpVhO2IUll .content-wrap {
    width: 100%;
  }
}
.cid-tpPxodR0FF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2a4e72;
}
.cid-tpPxodR0FF .mbr-overlay {
  background-color: #e3e0e0;
  opacity: 0.9;
}
.cid-tpPxodR0FF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tpPxodR0FF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tpPxodR0FF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tpPxodR0FF .mbr-section-title {
  color: #ffffff;
}
.cid-tqzWQXnCPn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
  background-position: 50% 100%;
}
.cid-tqzWQXnCPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzWQXnCPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzWQXnCPn .row {
    flex-direction: column-reverse;
  }
  .cid-tqzWQXnCPn .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzWQXnCPn .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzWQXnCPn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzWQXnCPn .google-map [data-state-details] {
  color: #6b6763;
  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-tqzWQXnCPn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzWQXnCPn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzWQXnCPn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzWQXnCPn .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzWQXnCPn .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzWQXnCPn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzWQXnCPn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzWQXnCPn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzWQXnCPn .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzWQXnCPn .card-title {
  color: #2a4e72;
}
.cid-tqzWRISpXq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzWRISpXq .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzWRISpXq .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzWRISpXq .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzWRISpXq .social-list {
  width: auto;
}
.cid-tqzWRISpXq .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzWRISpXq .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzWRISpXq .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzWRISpXq .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzWRISpXq .mbr-section-title,
.cid-tqzWRISpXq .social-media {
  color: #111213;
}
.cid-tq6y2C7hS0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tqyXFbMdRB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqyXFbMdRB nav.navbar {
  position: fixed;
}
.cid-tqyXFbMdRB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqyXFbMdRB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqyXFbMdRB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqyXFbMdRB .dropdown-item:hover,
.cid-tqyXFbMdRB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tqyXFbMdRB .dropdown-item:hover span {
  color: white;
}
.cid-tqyXFbMdRB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqyXFbMdRB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqyXFbMdRB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqyXFbMdRB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqyXFbMdRB .nav-link {
  position: relative;
}
.cid-tqyXFbMdRB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqyXFbMdRB .container {
    flex-wrap: nowrap;
  }
}
.cid-tqyXFbMdRB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqyXFbMdRB .dropdown-menu,
.cid-tqyXFbMdRB .navbar.opened {
  background: #ffffff !important;
}
.cid-tqyXFbMdRB .nav-item:focus,
.cid-tqyXFbMdRB .nav-link:focus {
  outline: none;
}
.cid-tqyXFbMdRB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqyXFbMdRB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqyXFbMdRB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqyXFbMdRB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqyXFbMdRB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqyXFbMdRB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqyXFbMdRB .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqyXFbMdRB .navbar.opened {
  transition: all 0.3s;
}
.cid-tqyXFbMdRB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqyXFbMdRB .navbar .navbar-logo img {
  width: auto;
}
.cid-tqyXFbMdRB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqyXFbMdRB .navbar.collapsed {
  justify-content: center;
}
.cid-tqyXFbMdRB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqyXFbMdRB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqyXFbMdRB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tqyXFbMdRB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqyXFbMdRB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqyXFbMdRB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqyXFbMdRB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqyXFbMdRB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqyXFbMdRB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqyXFbMdRB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqyXFbMdRB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqyXFbMdRB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqyXFbMdRB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqyXFbMdRB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tqyXFbMdRB .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tqyXFbMdRB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqyXFbMdRB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqyXFbMdRB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqyXFbMdRB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqyXFbMdRB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqyXFbMdRB .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqyXFbMdRB .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tqyXFbMdRB .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqyXFbMdRB .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqyXFbMdRB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqyXFbMdRB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqyXFbMdRB .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqyXFbMdRB .dropdown-item.active,
.cid-tqyXFbMdRB .dropdown-item:active {
  background-color: transparent;
}
.cid-tqyXFbMdRB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tqyXFbMdRB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqyXFbMdRB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqyXFbMdRB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqyXFbMdRB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqyXFbMdRB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqyXFbMdRB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqyXFbMdRB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqyXFbMdRB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqyXFbMdRB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqyXFbMdRB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqyXFbMdRB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqyXFbMdRB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqyXFbMdRB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqyXFbMdRB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqyXFbMdRB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqyXFbMdRB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqyXFbMdRB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqyXFbMdRB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqyXFbMdRB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqyXFbMdRB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqyXFbMdRB .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqyXFbMdRB .navbar {
    height: 80px;
  }
  .cid-tqyXFbMdRB .navbar.opened {
    height: auto;
  }
  .cid-tqyXFbMdRB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqyXFbMdRB .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqyXFbMdRB .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqyXFbMdRB .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqyXFbMdRB .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqyXFbMdRB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqyXFbMdRB .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqyXFbMdRB .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqyXFd9RcR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/Novas-Imagens/Serviços - Nacionalização de carga.png");
  background-position: 50% 70%; 
}
.cid-tqyXFd9RcR .mbr-section-title {
  color: #83b6ff;
  text-align: left;
}
.cid-tqyXFd9RcR .mbr-text,
.cid-tqyXFd9RcR .mbr-section-btn {
  color: #fafafa;
}
.cid-tqyXFd9RcR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tqyXFf2aXd {
  padding-top: 20px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fundo3-1920x1080.jpg");
}
.cid-tqyXFf2aXd .media-content .btn-bgr {
  z-index: 0;
}
.cid-tqyXFf2aXd .mbr-overlay {
  background: linear-gradient(90deg, #2a4e72, #2a4e72);
}
.cid-tqyXFf2aXd h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tqyXFf2aXd p {
  color: #464646;
}
.cid-tqyXFf2aXd h2 {
  color: #000000;
}
.cid-tqyXFf2aXd .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tqyXFf2aXd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tqyXFf2aXd .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-tqyXFf2aXd .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tqyXFf2aXd .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqyXFf2aXd .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tqyXFf2aXd .mbr-text {
    text-align: center;
  }
}
.cid-tqyXFf2aXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqyXFf2aXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqyXFf2aXd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqyXFf2aXd P {
  color: #ffffff;
}
.cid-tqyXFfDM3C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tqyXFfDM3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqyXFfDM3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tqyXFfDM3C .container {
    max-width: 1400px;
  }
}
.cid-tqyXFfDM3C .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #83b6ff;
  margin-bottom: 2rem;
}
.cid-tqyXFfDM3C .card-wrapper {
  margin-top: 3rem;
}
.cid-tqyXFfDM3C .row {
  justify-content: center;
}
.cid-tqyXFfDM3C .card-title,
.cid-tqyXFfDM3C .iconfont-wrapper {
  color: #2a4e72;
}
.cid-tqyXFgHBjb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqyXFgHBjb img {
  width: 120px;
  margin: auto;
}
.cid-tqyXFgHBjb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqyXFgHBjb .card {
    max-width: 12.5%;
  }
}
.cid-tqyXFgHBjb .mbr-section-title {
  color: #2a4e72;
}
.cid-tqzW51KcGQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tqzW51KcGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzW51KcGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqzW51KcGQ .row {
    flex-direction: column-reverse;
  }
  .cid-tqzW51KcGQ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqzW51KcGQ .google-map {
  height: 100%;
  position: relative;
}
.cid-tqzW51KcGQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqzW51KcGQ .google-map [data-state-details] {
  color: #6b6763;
  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-tqzW51KcGQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqzW51KcGQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqzW51KcGQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqzW51KcGQ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqzW51KcGQ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqzW51KcGQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqzW51KcGQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqzW51KcGQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqzW51KcGQ .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqzW51KcGQ .card-title {
  color: #2a4e72;
}
.cid-tqzW5ObGF8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqzW5ObGF8 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tqzW5ObGF8 .mbr-iconfont {
  color: #2a4e72;
  align-items: center;
}
.cid-tqzW5ObGF8 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-tqzW5ObGF8 .social-list {
  width: auto;
}
.cid-tqzW5ObGF8 .icon-transition:hover .mbr-iconfont {
  color: #83b6ff;
}
.cid-tqzW5ObGF8 .social-media {
  padding: 0;
  text-align: center;
}
.cid-tqzW5ObGF8 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tqzW5ObGF8 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-tqzW5ObGF8 .mbr-section-title,
.cid-tqzW5ObGF8 .social-media {
  color: #111213;
}
.cid-tqyXFlhsCs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
.cid-tqIvKeHb6P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tqIvKeHb6P nav.navbar {
  position: fixed;
}
.cid-tqIvKeHb6P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqIvKeHb6P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqIvKeHb6P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqIvKeHb6P .dropdown-item:hover,
.cid-tqIvKeHb6P .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tqIvKeHb6P .dropdown-item:hover span {
  color: white;
}
.cid-tqIvKeHb6P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqIvKeHb6P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqIvKeHb6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqIvKeHb6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqIvKeHb6P .nav-link {
  position: relative;
}
.cid-tqIvKeHb6P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqIvKeHb6P .container {
    flex-wrap: nowrap;
  }
}
.cid-tqIvKeHb6P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tqIvKeHb6P .dropdown-menu,
.cid-tqIvKeHb6P .navbar.opened {
  background: #ffffff !important;
}
.cid-tqIvKeHb6P .nav-item:focus,
.cid-tqIvKeHb6P .nav-link:focus {
  outline: none;
}
.cid-tqIvKeHb6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqIvKeHb6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqIvKeHb6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqIvKeHb6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqIvKeHb6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqIvKeHb6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqIvKeHb6P .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tqIvKeHb6P .navbar.opened {
  transition: all 0.3s;
}
.cid-tqIvKeHb6P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqIvKeHb6P .navbar .navbar-logo img {
  width: auto;
}
.cid-tqIvKeHb6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqIvKeHb6P .navbar.collapsed {
  justify-content: center;
}
.cid-tqIvKeHb6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqIvKeHb6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqIvKeHb6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tqIvKeHb6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqIvKeHb6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqIvKeHb6P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tqIvKeHb6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqIvKeHb6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqIvKeHb6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqIvKeHb6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqIvKeHb6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqIvKeHb6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqIvKeHb6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqIvKeHb6P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tqIvKeHb6P .navbar .navbar-logo img {
    height: 3.4rem !important;
  }
  .cid-tqIvKeHb6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqIvKeHb6P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqIvKeHb6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqIvKeHb6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqIvKeHb6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tqIvKeHb6P .navbar.navbar-short {
  min-height: 80px;
}
.cid-tqIvKeHb6P .navbar.navbar-short .navbar-logo img {
  height: 3.4rem !important;
}
.cid-tqIvKeHb6P .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tqIvKeHb6P .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqIvKeHb6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqIvKeHb6P .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tqIvKeHb6P .navbar-brand {
    margin-right: 14px;
  }
}
.cid-tqIvKeHb6P .dropdown-item.active,
.cid-tqIvKeHb6P .dropdown-item:active {
  background-color: transparent;
}
.cid-tqIvKeHb6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-size: 20px;
}
.cid-tqIvKeHb6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqIvKeHb6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqIvKeHb6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqIvKeHb6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqIvKeHb6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqIvKeHb6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqIvKeHb6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqIvKeHb6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tqIvKeHb6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2a8013;
}
.cid-tqIvKeHb6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqIvKeHb6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqIvKeHb6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqIvKeHb6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqIvKeHb6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqIvKeHb6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqIvKeHb6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqIvKeHb6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqIvKeHb6P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqIvKeHb6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqIvKeHb6P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tqIvKeHb6P .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqIvKeHb6P .navbar {
    height: 80px;
  }
  .cid-tqIvKeHb6P .navbar.opened {
    height: auto;
  }
  .cid-tqIvKeHb6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqIvKeHb6P .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #000000;
}
.cid-tqIvKeHb6P .nav-item:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
.cid-tqIvKeHb6P .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tqIvKeHb6P .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-tqIvKeHb6P .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tqIvKeHb6P .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqIvKeHb6P .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tqIwEN2vEz {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/Novas-Imagens/Todos os serviços.png");
}
.cid-tqIwEN2vEz .mbr-overlay {
  background-color: #2a4e72;
  opacity: 0.8;
}
.cid-tqIwEN2vEz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tqIwEN2vEz {
    align-items: flex-end;
  }
  .cid-tqIwEN2vEz .row {
    justify-content: flex-end;
  }
  .cid-tqIwEN2vEz .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tqIwEN2vEz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tqIwEN2vEz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tqIwEN2vEz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tqIwEN2vEz .content-wrap {
    width: 100%;
  }
}
.cid-tqIwEN2vEz .mbr-section-title {
  color: #ffffff;
}
.cid-tqIwEN2vEz .mbr-text,
.cid-tqIwEN2vEz .mbr-section-btn {
  color: #ffffff;
}
.cid-tqIwk5joCJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #2a4e72;
}
.cid-tqIwk5joCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIwk5joCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqIwk5joCJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqIwk5joCJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tqIwkXC30o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a4e72;
}
.cid-tqIwkXC30o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIwkXC30o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqIwkXC30o .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqIwkXC30o .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tqIwlhL8AJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a4e72;
}
.cid-tqIwlhL8AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIwlhL8AJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqIwlhL8AJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqIwlhL8AJ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tqIwkz4TX9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2a4e72;
}
.cid-tqIwkz4TX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIwkz4TX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqIwkz4TX9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tqIwkz4TX9 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tqIvH9vXsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-tqIvH9vXsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqIvH9vXsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tqIvH9vXsP .row {
    flex-direction: column-reverse;
  }
  .cid-tqIvH9vXsP .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqIvH9vXsP .google-map {
  height: 100%;
  position: relative;
}
.cid-tqIvH9vXsP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqIvH9vXsP .google-map [data-state-details] {
  color: #6b6763;
  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-tqIvH9vXsP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqIvH9vXsP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqIvH9vXsP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tqIvH9vXsP .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tqIvH9vXsP .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tqIvH9vXsP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqIvH9vXsP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tqIvH9vXsP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tqIvH9vXsP .mbr-section-subtitle {
  color: #2a4e72;
}
.cid-tqIvH9vXsP .card-title {
  color: #2a4e72;
}
.cid-tqIvImIdXm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a4e72;
  overflow: hidden;
}
