body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.99rem !important;
    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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #1f2e43 !important;
}
.bg-success {
  background-color: #cb9f54 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #7b7f5c !important;
}
.bg-danger {
  background-color: #5f5b52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f2e43 !important;
  border-color: #1f2e43 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #070a0f !important;
  border-color: #070a0f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #070a0f !important;
  border-color: #070a0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e7e85 !important;
  border-color: #6e7e85 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4b565b !important;
  border-color: #4b565b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4b565b !important;
  border-color: #4b565b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #cb9f54 !important;
  border-color: #cb9f54 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a17831 !important;
  border-color: #a17831 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a17831 !important;
  border-color: #a17831 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7b7f5c !important;
  border-color: #7b7f5c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #50533c !important;
  border-color: #50533c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #50533c !important;
  border-color: #50533c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5f5b52 !important;
  border-color: #5f5b52 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #36342f !important;
  border-color: #36342f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #36342f !important;
  border-color: #36342f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1f2e43;
  color: #1f2e43;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1f2e43;
  border-color: #1f2e43;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f2e43 !important;
  border-color: #1f2e43 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e7e85;
  color: #6e7e85;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #6e7e85;
  border-color: #6e7e85;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e7e85 !important;
  border-color: #6e7e85 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cb9f54;
  color: #cb9f54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #cb9f54;
  border-color: #cb9f54;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cb9f54 !important;
  border-color: #cb9f54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #7b7f5c;
  color: #7b7f5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7b7f5c;
  border-color: #7b7f5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7b7f5c !important;
  border-color: #7b7f5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5f5b52;
  color: #5f5b52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #5f5b52;
  border-color: #5f5b52;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5f5b52 !important;
  border-color: #5f5b52 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #1f2e43 !important;
}
.text-secondary {
  color: #6e7e85 !important;
}
.text-success {
  color: #cb9f54 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #7b7f5c !important;
}
.text-danger {
  color: #5f5b52 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3f5e89 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a5b0b4 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e3cba2 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #acb091 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #948f83 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #7b7f5c;
}
.alert-danger {
  background-color: #5f5b52;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f2e43;
  border-color: #1f2e43;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1f2e43;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #829ec5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbf7f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b7baa0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a09b91;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #1f2e43;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f2e43;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f2e43;
  border-bottom-color: #1f2e43;
}
.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: #1f2e43 !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: #6e7e85 !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='%231f2e43' %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;
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e .logotipo-topo {
  width: 100%;
}
#custom-html-e .centraliza {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  padding-top: 20px;
  width: 380px;
}
#custom-html-e .tamanho-img {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767px) {
  #custom-html-e .centraliza {
    padding-top: 0px;
    width: 280px;
  }
}
.cid-rT67oJHr2E {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/slid-principal.webp");
  background-position: 80% 20%;
}
.cid-rT67oJHr2E H2 {
  color: #4b9b86;
}
.cid-rT67oJHr2E .row {
  justify-content: flex-start;
}
.cid-rT67oJHr2E H1 {
  color: #ca9b51;
}
.cid-rT67oJHr2E .mbr-text,
.cid-rT67oJHr2E .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-rT67oJHr2E .container {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rT67oJHr2E .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rT67oJHr2E .logo {
  width: 500px;
}
@media (max-width: 768px) {
  .cid-rT67oJHr2E .logo {
    width: 300px;
  }
}
.cid-uZSV4VSeF5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #1f2e43;
}
.cid-uZSV4VSeF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSV4VSeF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSV4VSeF5 .card {
  justify-content: center;
}
.cid-uZSV4VSeF5 .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-uZSV4VSeF5 .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-uZSV4VSeF5 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZSV4VSeF5 .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZSV4VSeF5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZSV4VSeF5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZSV4VSeF5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSV4VSeF5 .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-uZSV4VSeF5 .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-uZSV4VSeF5 .mbr-section-title {
  color: #808080;
}
.cid-uZSV4VSeF5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0rem;
}
.cid-uZSV4VSeF5 .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-uZSV4VSeF5 .mbr-section-title,
.cid-uZSV4VSeF5 .mbr-section-btn {
  text-align: center;
}
.cid-uZSV4VSeF5 .mbr-text,
.cid-uZSV4VSeF5 .text-wrapper {
  color: #fafafa;
}
.cid-uZSXoYLOnp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e3e3e3;
}
.cid-uZSXoYLOnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSXoYLOnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSXoYLOnp .row {
  justify-content: space-between;
}
.cid-uZSXoYLOnp .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uZSXoYLOnp .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZSXoYLOnp .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uZSXoYLOnp .mbr-label {
  color: #666666;
}
.cid-uZSXoYLOnp .mbr-section-title {
  color: #1f2e43;
}
.cid-uZSXoYLOnp .mbr-text {
  color: #666666;
}
.cid-uZSXoYLOnp .mbr-text,
.cid-uZSXoYLOnp .mbr-section-btn {
  color: #333333;
}
.cid-uZSXoYLOnp .aumenta-fonte {
  font-size: 90%;
}
.cid-uZSXoYLOnp .diminui-fonte {
  font-size: 70%;
}
@media (max-width: 992px) {
  .cid-uZSXoYLOnp .aumenta-fonte {
    font-size: 100%;
  }
  .cid-uZSXoYLOnp .diminui-fonte {
    font-size: 100%;
  }
}
@media (min-width: 1607px) {
  .cid-uZSXoYLOnp .aumenta-fonte {
    font-size: 130%;
  }
  .cid-uZSXoYLOnp .diminui-fonte {
    font-size: 100%;
  }
}
.cid-uZSZoJUqBT.popup-builder {
  background-color: #ffffff;
}
.cid-uZSZoJUqBT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZSZoJUqBT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZSZoJUqBT .modal-content,
.cid-uZSZoJUqBT .modal-dialog {
  height: auto;
}
.cid-uZSZoJUqBT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZSZoJUqBT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZSZoJUqBT .form-wrapper .mbr-form .form-group,
  .cid-uZSZoJUqBT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZSZoJUqBT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZSZoJUqBT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZSZoJUqBT .mbr-text {
  text-align: justify;
}
.cid-uZSZoJUqBT .pt-0 {
  padding-top: 0 !important;
}
.cid-uZSZoJUqBT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZSZoJUqBT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZSZoJUqBT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZSZoJUqBT .modal-open {
  overflow: hidden;
}
.cid-uZSZoJUqBT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZSZoJUqBT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZSZoJUqBT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZSZoJUqBT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZSZoJUqBT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZSZoJUqBT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZSZoJUqBT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZSZoJUqBT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZSZoJUqBT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZSZoJUqBT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZSZoJUqBT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZSZoJUqBT .modal-backdrop.show {
  opacity: .5;
}
.cid-uZSZoJUqBT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZSZoJUqBT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZSZoJUqBT .modal-header {
    padding: 1rem;
  }
}
.cid-uZSZoJUqBT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZSZoJUqBT .modal-header .close svg {
  fill: #353535;
}
.cid-uZSZoJUqBT .modal-header .close:hover {
  opacity: 1;
}
.cid-uZSZoJUqBT .modal-header .close:focus {
  outline: none;
}
.cid-uZSZoJUqBT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZSZoJUqBT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZSZoJUqBT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZSZoJUqBT .modal-body {
    padding: 1rem;
  }
}
.cid-uZSZoJUqBT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZSZoJUqBT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZSZoJUqBT .modal-footer {
    padding: 1rem;
  }
}
.cid-uZSZoJUqBT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZSZoJUqBT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZSZoJUqBT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZSZoJUqBT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZSZoJUqBT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZSZoJUqBT .modal-lg,
  .cid-uZSZoJUqBT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZSZoJUqBT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZSZoJUqBT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZSZoJUqBT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZSZoJUqBT .form-group {
  margin-bottom: 1rem;
}
.cid-uZSZoJUqBT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZSZoJUqBT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZSZoJUqBT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZSZoJUqBT .mbr-section-btn {
  margin: 0;
}
.cid-uZSZoJUqBT .mbr-section-btn .btn {
  margin: 0;
}
.cid-vf6oBJoMhr {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/back-divid-1.webp");
}
.cid-vf6oBJoMhr H4 {
  color: #ffffff;
}
.cid-vf6oBJoMhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6oBJoMhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6oBJoMhr H3 {
  color: #ffffff;
}
.cid-uZT0K98CwR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3e3e3;
}
@media (max-width: 992px) {
  .cid-uZT0K98CwR .container {
    padding: 0 25px;
  }
}
.cid-uZT0K98CwR .row {
  margin: 0;
}
.cid-uZT0K98CwR .row .card {
  padding: 0;
}
.cid-uZT0K98CwR .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZT0K98CwR .image-wrapper {
    height: 350px;
  }
}
.cid-uZT0K98CwR .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZT0K98CwR .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #e3e3e3;
}
@media (max-width: 768px) {
  .cid-uZT0K98CwR .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uZT0K98CwR .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uZT0K98CwR .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uZT0K98CwR .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uZT0K98CwR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZT0K98CwR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZT0K98CwR .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uZT0K98CwR .mbr-section-title {
  color: #ffffff;
}
.cid-uZT0K98CwR .mbr-section-subtitle {
  color: #cb9f54;
}
.cid-uZT0K98CwR .mbr-text {
  color: #111111;
}
.cid-uZT0K98CwR .mbr-section-title,
.cid-uZT0K98CwR .mbr-section-btn,
.cid-uZT0K98CwR .logo-wrapper {
  color: #cb9f54;
}
.cid-uZT0K98CwR H3 {
  color: #1f2e43;
}
.cid-uZT0K98CwR .title-wrapper .mbr-section-title .titulomargem {
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.cid-vf6rcwoj5a {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #1f2e43;
}
.cid-vf6rcwoj5a H3 {
  color: #ffffff;
}
.cid-vf6rcwoj5a H4 {
  color: #d58f76;
}
.cid-vf6rcwoj5a img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-vf6rcwoj5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6rcwoj5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6r7oYvIV {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #1f2e43;
}
.cid-vf6r7oYvIV .mbr-iconfont {
  font-size: 3rem;
  color: #200960;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f6f3ee;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-vf6r7oYvIV .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-vf6r7oYvIV .card2 {
  border-right: 1px solid #f6f3ee;
}
.cid-vf6r7oYvIV .card1 {
  border-right: 1px solid #f6f3ee;
}
.cid-vf6r7oYvIV h4 {
  margin: 0;
}
.cid-vf6r7oYvIV .card-text {
  color: #cccccc;
  text-align: center;
}
.cid-vf6r7oYvIV .mbr-text {
  color: #200960;
}
.cid-vf6r7oYvIV .card-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vf6r7oYvIV .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-vf6r7oYvIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6r7oYvIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf6r7oYvIV .titulo-menor {
  font-size: 270%;
}
.cid-uZT4sR0Bbh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3e3e3;
}
@media (max-width: 992px) {
  .cid-uZT4sR0Bbh .container {
    padding: 0 25px;
  }
}
.cid-uZT4sR0Bbh .row {
  margin: 0;
}
.cid-uZT4sR0Bbh .row .card {
  padding: 0;
}
.cid-uZT4sR0Bbh .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZT4sR0Bbh .image-wrapper {
    height: 350px;
  }
}
.cid-uZT4sR0Bbh .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZT4sR0Bbh .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #e3e3e3;
}
@media (max-width: 768px) {
  .cid-uZT4sR0Bbh .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uZT4sR0Bbh .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uZT4sR0Bbh .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uZT4sR0Bbh .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uZT4sR0Bbh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZT4sR0Bbh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZT4sR0Bbh .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uZT4sR0Bbh .mbr-section-title {
  color: #ffffff;
}
.cid-uZT4sR0Bbh .mbr-section-subtitle {
  color: #cb9f54;
}
.cid-uZT4sR0Bbh .mbr-text {
  color: #111111;
}
.cid-uZT4sR0Bbh .mbr-section-title,
.cid-uZT4sR0Bbh .mbr-section-btn,
.cid-uZT4sR0Bbh .logo-wrapper {
  color: #1f2e43;
}
.cid-vf6IP6yRm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2e43;
}
.cid-vf6IP6yRm5 .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-vf6IP6yRm5 .content {
    text-align: center;
  }
  .cid-vf6IP6yRm5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vf6IP6yRm5 .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vf6IP6yRm5 .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-vf6IP6yRm5 .google-map {
    height: 25rem;
  }
}
.cid-vf6IP6yRm5 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-vf6IP6yRm5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vf6IP6yRm5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf6IP6yRm5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf6IP6yRm5 .list {
  list-style-type: none;
  padding: 0;
}
.cid-vf6IP6yRm5 .mbr-text-adress {
  font-weight: 300;
  color: #fff;
}
.cid-vf6IP6yRm5 .mbr-text-work {
  font-weight: 300;
  color: #fff;
}
.cid-vf6IP6yRm5 .mbr-section-title {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-vf6IP6yRm5 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vf6IP6yRm5 .adress-subtitle {
  color: #fff;
}
.cid-vf6IP6yRm5 .working-subtitle {
  color: #fff;
}
.cid-vf6IP6yRm5 .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-vf6IP6yRm5 .map-contacts {
    margin-top: 40px;
  }
}
.cid-vf6IP6yRm5 .contact-title {
  color: #fff;
}
.cid-vf6IP6yRm5 .contact-info {
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-vf6IP6yRm5 .contact-info {
    margin-bottom: 0;
  }
}
.cid-uZT3Klf7JA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-uZT3Klf7JA .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uZT3Klf7JA .copyright,
  .cid-uZT3Klf7JA .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-uZT3Klf7JA .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-uZT3Klf7JA .mbr-text {
  color: #cccccc;
}
