.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.15rem;
  line-height: 1.13;
}
.display-1 > .mbr-iconfont {
  font-size: 2.6875rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.15rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6875rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}




.display-7-dois {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}


.display-8 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}



/* ---- 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: 1.72rem;
  }
}





@media (min-width: 768px) and (max-width: 992px) {
	
	
  .display-7-dois {
    font-size: 1.12rem;
    font-size: calc( 0.9rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
}









@media (max-width: 768px) {
  .display-1 {
    font-size: 1.505rem;
    font-size: calc( 1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.4024999999999999rem + (2.70 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.72rem;
    font-size: calc( 1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
  .display-7-dois {
    font-size: 1.12rem;
    font-size: calc( 1.6rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
	
  .display-8 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.0 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
	
	
	
}








@media (max-width: 767px){
	
	
.display-7-dois {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.10rem;
  line-height: 1.5;
}
	
	
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
	
	
	
}



@media (min-width: 500px) and (max-width: 576px){
	
	
.display-7-dois {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}
	
}
	
	
	






@media (max-width: 400px){
	
	
.display-7-dois {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
	
}











/* 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: #076ea4 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #666666 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #076ea4 !important;
  border-color: #076ea4 !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: #033651 !important;
  border-color: #033651 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #033651 !important;
  border-color: #033651 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #076ea4 !important;
  border-color: #076ea4 !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: #033651 !important;
  border-color: #033651 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #033651 !important;
  border-color: #033651 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #076ea4;
  color: #076ea4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #033651 !important;
  background-color: transparent!important;
  border-color: #033651 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #076ea4 !important;
  border-color: #076ea4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #076ea4;
  color: #076ea4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #033651 !important;
  background-color: transparent!important;
  border-color: #033651 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #076ea4 !important;
  border-color: #076ea4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #666666;
  color: #666666;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b3b3b !important;
  background-color: transparent!important;
  border-color: #3b3b3b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #076ea4 !important;
}
.text-secondary {
  color: #076ea4 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #666666 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032c42 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #032c42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #076ea4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #666666;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #076ea4;
  border-color: #076ea4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #076ea4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #34b4f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4375rem;
}
.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: #076ea4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4375rem;
}
blockquote {
  border-color: #076ea4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #076ea4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #076ea4;
}
.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: #076ea4;
  border-bottom-color: #076ea4;
}
.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: #076ea4 !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: #076ea4 !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='%23076ea4' %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-uTB29rSnaE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTB29rSnaE nav.navbar {
  position: fixed;
}
.cid-uTB29rSnaE .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-uTB29rSnaE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTB29rSnaE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTB29rSnaE .dropdown-item:hover,
.cid-uTB29rSnaE .dropdown-item:focus {
  background: #076ea4 !important;
  color: white !important;
}
.cid-uTB29rSnaE .dropdown-item:hover span {
  color: white;
}
.cid-uTB29rSnaE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTB29rSnaE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTB29rSnaE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTB29rSnaE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTB29rSnaE .nav-link {
  position: relative;
}
.cid-uTB29rSnaE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB29rSnaE .container {
    flex-wrap: wrap;
  }
}
.cid-uTB29rSnaE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uTB29rSnaE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uTB29rSnaE .iconfont-wrapper {
  color: #666666 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTB29rSnaE .dropdown-menu,
.cid-uTB29rSnaE .navbar.opened {
  background: #ffffff !important;
}
.cid-uTB29rSnaE .nav-item:focus,
.cid-uTB29rSnaE .nav-link:focus {
  outline: none;
}
.cid-uTB29rSnaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTB29rSnaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTB29rSnaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTB29rSnaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTB29rSnaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTB29rSnaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTB29rSnaE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uTB29rSnaE .navbar.opened {
  transition: all 0.3s;
}
.cid-uTB29rSnaE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTB29rSnaE .navbar .navbar-logo img {
  width: auto;
}
.cid-uTB29rSnaE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTB29rSnaE .navbar.collapsed {
  justify-content: center;
}
.cid-uTB29rSnaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTB29rSnaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTB29rSnaE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uTB29rSnaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTB29rSnaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTB29rSnaE .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-uTB29rSnaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTB29rSnaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTB29rSnaE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTB29rSnaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTB29rSnaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTB29rSnaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTB29rSnaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTB29rSnaE .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-uTB29rSnaE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTB29rSnaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTB29rSnaE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTB29rSnaE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTB29rSnaE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTB29rSnaE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTB29rSnaE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uTB29rSnaE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTB29rSnaE .navbar.navbar-short .navbar-logo img {
  height: 3.7rem !important;
}
.cid-uTB29rSnaE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTB29rSnaE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTB29rSnaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTB29rSnaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTB29rSnaE .dropdown-item.active,
.cid-uTB29rSnaE .dropdown-item:active {
  background-color: transparent;
}
.cid-uTB29rSnaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTB29rSnaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTB29rSnaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTB29rSnaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTB29rSnaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTB29rSnaE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTB29rSnaE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTB29rSnaE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTB29rSnaE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTB29rSnaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #076ea4;
}
.cid-uTB29rSnaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTB29rSnaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB29rSnaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTB29rSnaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTB29rSnaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB29rSnaE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTB29rSnaE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTB29rSnaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTB29rSnaE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTB29rSnaE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTB29rSnaE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTB29rSnaE .navbar {
    height: 70px;
  }
  .cid-uTB29rSnaE .navbar.opened {
    height: auto;
  }
  .cid-uTB29rSnaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTzWnLyylt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-azul-1.webp");
}



@media (max-width: 767px) {
	
.cid-uTzWnLyylt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-azul-1.webp");
}
	
	
	
	
}








.cid-uTzWnLyylt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTzWnLyylt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTzWnLyylt .row {
  flex-direction: row-reverse;
}
.cid-uTzWnLyylt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTzWnLyylt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTzWnLyylt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTzWnLyylt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}


@media (max-width: 767px) {
.cid-uTzWnLyylt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
	
	

.cid-uTzWnLyylt .mbr-text,
.cid-uTzWnLyylt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
	
	
	
}






.cid-uTzWnLyylt .mbr-text,
.cid-uTzWnLyylt .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}


@media (max-width: 767px) {


.cid-uTzWnLyylt .mbr-text,
.cid-uTzWnLyylt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}


}






.cid-uTAfvmXzek {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTAfvmXzek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAfvmXzek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAfvmXzek .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTAfvmXzek .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTAfvmXzek .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTAfvmXzek .mbr-section-title {
  text-align: left;
  color: #000000;
}







.cid-uTAfvmXzek .mbr-text,
.cid-uTAfvmXzek .mbr-section-btn {
  text-align: left;
  color: #666666;
}




@media (max-width: 767px) {

.cid-uTAfvmXzek .mbr-section-title {
  text-align: center;
  color: #000000;
}
	

.cid-uTAfvmXzek .mbr-text,
.cid-uTAfvmXzek .mbr-section-btn {
  text-align: center;
  color: #666666;
}
	
	
	

}




.cid-uTAgzug9JV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8f1fd;
}
.cid-uTAgzug9JV .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uTAgzug9JV .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .container {
    padding: 0 16px;
  }
}
.cid-uTAgzug9JV .mbr-section-title {
  margin-bottom: 96px;
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTAgzug9JV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uTAgzug9JV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTAgzug9JV .embla__slide .slide-content {
  width: 100%;
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #ffffff;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #076ea4;
}
.cid-uTAgzug9JV .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uTAgzug9JV .embla__button--next,
.cid-uTAgzug9JV .embla__button--prev {
  display: flex;
}
.cid-uTAgzug9JV .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTAgzug9JV .embla__button:disabled {
  opacity: .3 !important;
}
.cid-uTAgzug9JV .embla__button:hover {
  opacity: 1 !important;
}
.cid-uTAgzug9JV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTAgzug9JV .embla__button.embla__button--next {
  left: 6rem;
}
.cid-uTAgzug9JV .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-uTAgzug9JV .embla {
    padding-top: 100px;
  }
}
.cid-uTAgzug9JV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTAgzug9JV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTAgzug9JV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTAgzug9JV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTAgzug9JV .item-title {
  color: #000000;
  text-align: left;
}
.cid-uTAgzug9JV .mbr-text {
  color: #666666;
  text-align: left;
}
.cid-uTAgzug9JV .mbr-number {
  color: #c1c1c1;
}
.cid-uTB4VAULYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTB4VAULYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB4VAULYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB4VAULYB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTB4VAULYB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uTB4VAULYB .mbr-section-title {
  color: #000000;
}
.cid-uTB4VAULYB .mbr-text,
.cid-uTB4VAULYB .mbr-section-btn {
  color: #666666;
  text-align: center;
}
.cid-uTAq2CRj0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #065b88;
}
.cid-uTAq2CRj0C .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uTAq2CRj0C .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .container {
    padding: 0 16px;
  }
}
.cid-uTAq2CRj0C .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uTAq2CRj0C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uTAq2CRj0C .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTAq2CRj0C .embla__slide .slide-content {
  width: 100%;
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #076ea4;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #ffffff;
}
.cid-uTAq2CRj0C .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uTAq2CRj0C .embla__button--next,
.cid-uTAq2CRj0C .embla__button--prev {
  display: flex;
}
.cid-uTAq2CRj0C .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #eaeaea !important;
  border: 1px solid #eaeaea;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTAq2CRj0C .embla__button:disabled {
  opacity: .3 !important;
}
.cid-uTAq2CRj0C .embla__button:hover {
  opacity: 1 !important;
}
.cid-uTAq2CRj0C .embla__button.embla__button--prev {
  left: 0;
}
.cid-uTAq2CRj0C .embla__button.embla__button--next {
  left: 6rem;
}
.cid-uTAq2CRj0C .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-uTAq2CRj0C .embla {
    padding-top: 100px;
  }
}
.cid-uTAq2CRj0C .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uTAq2CRj0C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTAq2CRj0C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTAq2CRj0C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTAq2CRj0C .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTAq2CRj0C .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uTAq2CRj0C .mbr-number {
  color: #c1c1c1;
}
.cid-uTAreiEBnZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTAreiEBnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAreiEBnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAreiEBnZ .row {
  flex-direction: row-reverse;
}
.cid-uTAreiEBnZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTAreiEBnZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTAreiEBnZ .text-wrapper {
    padding: 0 2rem;
  }
}

.cid-uTAreiEBnZ .mbr-section-title {
  text-align: left;
  color: #000000;
}






.cid-uTAreiEBnZ .mbr-text,
.cid-uTAreiEBnZ .mbr-section-btn {
  text-align: left;
  color: #666666;
}


@media (max-width: 767px) {

.cid-uTAreiEBnZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
	

.cid-uTAreiEBnZ .mbr-text,
.cid-uTAreiEBnZ .mbr-section-btn {
  text-align: center;
  color: #666666;
}

	
	

}






.cid-uTB6zv1vjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uTB6zv1vjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTB6zv1vjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTB6zv1vjG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #076ea4;
  margin-bottom: 2rem;
}
.cid-uTB6zv1vjG .card-wrapper {
  padding: 3rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uTB6zv1vjG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTB6zv1vjG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uTB6zv1vjG .card-title {
  color: #ffffff;
}
.cid-uTB6zv1vjG .mbr-text {
  color: #ffffff;
}
.cid-uTB6zv1vjG .mbr-section-title {
  color: #000000;
}
.cid-uTB6IwDQJy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.cid-uTB6IwDQJy .media-container-row .mbr-text {
  color: #000000;
}







.cid-uhv7RThaJF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}





.cid-uhv7RThaJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhv7RThaJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhv7RThaJF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhv7RThaJF .card-wrapper {
  padding: 3rem 0.5rem;
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uhv7RThaJF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhv7RThaJF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uhv7RThaJF .card-title {
  color: #ffffff;
}
.cid-uhv7RThaJF .mbr-text {
  color: #ffffff;
}







.cid-uUfibFKVMo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uUfibFKVMo img,
.cid-uUfibFKVMo .item-img {
  width: 100%;
}
.cid-uUfibFKVMo .item:focus,
.cid-uUfibFKVMo span:focus {
  outline: none;
}
.cid-uUfibFKVMo .item {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-uUfibFKVMo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUfibFKVMo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUfibFKVMo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUfibFKVMo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUfibFKVMo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUfibFKVMo .mbr-section-btn {
  margin-top: auto !important;
}





.cid-uUfibFKVMo .mbr-section-title {
  color: #000000;
  width: 80%;
  margin: 0 auto;
	
	
}


@media (max-width: 991px) {

.cid-uUfibFKVMo .mbr-section-title {
  color: #000000;
  width: 100%;
  margin: 0 auto;
	
	
}

}



.cid-uUfibFKVMo .mbr-text,
.cid-uUfibFKVMo .mbr-section-btn {
  text-align: center;
}
.cid-uUfibFKVMo .item-title {
  text-align: center;
  color: #000000;
  margin-bottom: 1.5rem;
	
	
}



.cid-uUfibFKVMo .item-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uUfibFKVMo .mbr-section-subtitle {
  color: #000000;
}







.cid-uUeVMuJGGw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uUeVMuJGGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeVMuJGGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeVMuJGGw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uUeVMuJGGw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uUeVMuJGGw .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uUeVMuJGGw .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uUeVMuJGGw .items-wrapper {
  margin: 0 -5px;
}
.cid-uUeVMuJGGw .items-wrapper .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #076ea4;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUeVMuJGGw .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUeVMuJGGw .mbr-section-title {
  color: #093388;
}
.cid-uUeVMuJGGw .item-title {
  color: #093388;
}
.cid-uUeVMuJGGw .item-text {
  color: #58595b;
}
.cid-uUeVMuJGGw .item-text,
.cid-uUeVMuJGGw .text-wrapper {
  text-align: center;
  color: #666666;
}
.cid-uUeVMuJGGw .item-title,
.cid-uUeVMuJGGw .mbr-section-btn,
.cid-uUeVMuJGGw .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uUeVMuJGGw .mbr-section-title,
.cid-uUeVMuJGGw .title-wrapper {
  text-align: center;
  color: #000000;
}









.cid-uUeVMuJGGw-novo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uUeVMuJGGw-novo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeVMuJGGw-novo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeVMuJGGw-novo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uUeVMuJGGw-novo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uUeVMuJGGw-novo .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uUeVMuJGGw-novo .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uUeVMuJGGw-novo .items-wrapper {
  margin: 0 -5px;
}
.cid-uUeVMuJGGw-novo .items-wrapper .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #076ea4;
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUeVMuJGGw-novo .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUeVMuJGGw-novo .mbr-section-title {
  color: #093388;
}
.cid-uUeVMuJGGw-novo .item-title {
  color: #093388;
}
.cid-uUeVMuJGGw-novo .item-text {
  color: #58595b;
}
.cid-uUeVMuJGGw-novo .item-text,
.cid-uUeVMuJGGw-novo .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUeVMuJGGw-novo .item-title,
.cid-uUeVMuJGGw-novo .mbr-section-btn,
.cid-uUeVMuJGGw-novo .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uUeVMuJGGw-novo .mbr-section-title,
.cid-uUeVMuJGGw-novo .title-wrapper {
  text-align: center;
  color: #ffffff;
}







.cid-uZ9fO8UVsC {
  background-image: url("../../../assets/images/assessoria-fiscal-contabil.webp");
}
.cid-uZ9fO8UVsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9fO8UVsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}





.cid-uZ9fO98d1K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ9fO98d1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9fO98d1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9fO98d1K .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ9fO98d1K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ9fO98d1K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ9fO98d1K .mbr-text,
.cid-uZ9fO98d1K .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZ9fO98d1K .mbr-section-title {
  text-align: left;
  color: #000000;
}






.cid-uZ9fO9nNau {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZ9fO9nNau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9fO9nNau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9fO9nNau .row {
  flex-direction: row-reverse;
}
.cid-uZ9fO9nNau .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ9fO9nNau .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ9fO9nNau .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ9fO9nNau .mbr-text,
.cid-uZ9fO9nNau .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ9fO9nNau .mbr-section-title {
  text-align: left;
  color: #000000;
}




.cid-uZ9kYnKM5B {

  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZ9kYnKM5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9kYnKM5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9kYnKM5B .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZ9kYnKM5B .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZ9kYnKM5B .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZ9kYnKM5B .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZ9kYnKM5B .items-wrapper {
  margin: 0 -5px;
}
.cid-uZ9kYnKM5B .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #076ea4;
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZ9kYnKM5B .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ9kYnKM5B .mbr-section-title {
  color: #093388;
}
.cid-uZ9kYnKM5B .item-title {
  color: #093388;
}
.cid-uZ9kYnKM5B .item-text {
  color: #58595b;
}
.cid-uZ9kYnKM5B .item-text,
.cid-uZ9kYnKM5B .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZ9kYnKM5B .item-title,
.cid-uZ9kYnKM5B .mbr-section-btn,
.cid-uZ9kYnKM5B .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZ9kYnKM5B .mbr-section-title,
.cid-uZ9kYnKM5B .title-wrapper {
  text-align: center;
  color: #ffffff;
}





.cid-uZ9mDWdmVa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ9mDWdmVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9mDWdmVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9mDWdmVa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ9mDWdmVa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ9mDWdmVa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ9mDWdmVa .mbr-text,
.cid-uZ9mDWdmVa .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZ9mDWdmVa .mbr-section-title {
  text-align: left;
  color: #000000;
}





.cid-uZ3kpFNSFp {
  background-image: url("../../../assets/images/contabilidade-especializada-em-comercios-1.webp");
}
.cid-uZ3kpFNSFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3kpFNSFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3kpG4u8Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3kpG4u8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3kpG4u8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3kpG4u8Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3kpG4u8Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3kpG4u8Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3kpG4u8Z .mbr-text,
.cid-uZ3kpG4u8Z .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZ3kpG4u8Z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZ3p2iHHtS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZ3p2iHHtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3p2iHHtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3p2iHHtS .row {
  flex-direction: row-reverse;
}
.cid-uZ3p2iHHtS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3p2iHHtS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3p2iHHtS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3p2iHHtS .mbr-text,
.cid-uZ3p2iHHtS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ3p2iHHtS .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZ3kpGBShp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3kpGBShp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3kpGBShp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3kpGBShp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3kpGBShp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3kpGBShp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3kpGBShp .mbr-text,
.cid-uZ3kpGBShp .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZ3kpGBShp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZ3kpGlfdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZ3kpGlfdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3kpGlfdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3kpGlfdW .row {
  flex-direction: row-reverse;
}
.cid-uZ3kpGlfdW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3kpGlfdW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3kpGlfdW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3kpGlfdW .mbr-text,
.cid-uZ3kpGlfdW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ3kpGlfdW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZ3piAhaJ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3piAhaJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3piAhaJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3piAhaJ8 .row {
  align-items: center;
}
@media (max-width: 991px) {

  .cid-uZ3piAhaJ8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3piAhaJ8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3piAhaJ8 .mbr-text,
.cid-uZ3piAhaJ8 .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZ3piAhaJ8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZ3pC9K5bT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZ3pC9K5bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3pC9K5bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3pC9K5bT .row {
  flex-direction: row-reverse;
}
.cid-uZ3pC9K5bT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3pC9K5bT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3pC9K5bT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3pC9K5bT .mbr-text,
.cid-uZ3pC9K5bT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZ3pC9K5bT .mbr-section-title {
  text-align: left;
  color: #000000;
}





.cid-uZxZgJ9EQQ {
  background-image: url("../../../assets/images/contabilidade-para-influenciadores-digitais.webp");
}
.cid-uZxZgJ9EQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxZgJ9EQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxZgJwByS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZxZgJwByS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxZgJwByS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxZgJwByS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZxZgJwByS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZxZgJwByS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZxZgJwByS .mbr-text,
.cid-uZxZgJwByS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZxZgJwByS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uZxZgJRnzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZxZgJRnzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxZgJRnzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxZgJRnzq .row {
  flex-direction: row-reverse;
}
.cid-uZxZgJRnzq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZxZgJRnzq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZxZgJRnzq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZxZgJRnzq .mbr-text,
.cid-uZxZgJRnzq .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZxZgJRnzq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZNBWWPPld {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZNBWWPPld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNBWWPPld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNBWWPPld .mbr-text {
  color: #767676;
}
.cid-uZNBWWPPld .mbr-section-subtitle {
  color: #767676;
}
.cid-uZNBWWPPld .title .num {
  width: 100%;
  display: block;
}
.cid-uZNBWWPPld .title .card-title {
  z-index: 1;
}
.cid-uZNBWWPPld .num {
  color: #07689d;
}
@media (max-width: 767px) {
  .cid-uZNBWWPPld * {
    text-align: center !important;
  }
  .cid-uZNBWWPPld .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uZNBWWPPld .mbr-section-title,
.cid-uZNBWWPPld .card-box {
  text-align: center;
  color: #000000;
}
.cid-uZNBWWPPld .card-text {
  color: #666666;
}
.cid-uZNCDsH1AN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZNCDsH1AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNCDsH1AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNCDsH1AN .mbr-section-title {
  text-align: center;
}
.cid-uZNCDsH1AN .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uZNE5aFZ3K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZNE5aFZ3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNE5aFZ3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNE5aFZ3K .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZNE5aFZ3K .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZNE5aFZ3K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZNE5aFZ3K .mbr-text,
.cid-uZNE5aFZ3K .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZNE5aFZ3K .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZNFW72GHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZNFW72GHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNFW72GHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNFW72GHe .row {
  flex-direction: row-reverse;
}
.cid-uZNFW72GHe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZNFW72GHe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZNFW72GHe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZNFW72GHe .mbr-text,
.cid-uZNFW72GHe .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZNFW72GHe .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZNGt0XQgx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZNGt0XQgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNGt0XQgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNGt0XQgx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZNGt0XQgx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZNGt0XQgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZNGt0XQgx .mbr-text,
.cid-uZNGt0XQgx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZNGt0XQgx .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uZOiA3WpNm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZOiA3WpNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOiA3WpNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOiA3WpNm .row {
  flex-direction: row-reverse;
}
.cid-uZOiA3WpNm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZOiA3WpNm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZOiA3WpNm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZOiA3WpNm .mbr-text,
.cid-uZOiA3WpNm .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZOiA3WpNm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZOiXFaFYm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZOiXFaFYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOiXFaFYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOiXFaFYm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZOiXFaFYm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZOiXFaFYm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZOiXFaFYm .mbr-text,
.cid-uZOiXFaFYm .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZOiXFaFYm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZOj7FklVZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZOj7FklVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOj7FklVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOj7FklVZ .row {
  flex-direction: row-reverse;
}
.cid-uZOj7FklVZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZOj7FklVZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZOj7FklVZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZOj7FklVZ .mbr-text,
.cid-uZOj7FklVZ .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZOj7FklVZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZOjnAW447 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZOjnAW447 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOjnAW447 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOjnAW447 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZOjnAW447 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZOjnAW447 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZOjnAW447 .mbr-text,
.cid-uZOjnAW447 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZOjnAW447 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}





.cid-uZeKFdfopY {
  background-image: url("../../../assets/images/contabilidade-para-igrejas.webp");
}
.cid-uZeKFdfopY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeKFdfopY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeKFdwQ2V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZeKFdwQ2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeKFdwQ2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeKFdwQ2V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZeKFdwQ2V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZeKFdwQ2V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZeKFdwQ2V .mbr-text,
.cid-uZeKFdwQ2V .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZeKFdwQ2V .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZeKFdMo1O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZeKFdMo1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeKFdMo1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeKFdMo1O .row {
  flex-direction: row-reverse;
}
.cid-uZeKFdMo1O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZeKFdMo1O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZeKFdMo1O .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZeKFdMo1O .mbr-text,
.cid-uZeKFdMo1O .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZeKFdMo1O .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZeTdEScrC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZeTdEScrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeTdEScrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeTdEScrC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZeTdEScrC .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZeTdEScrC .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZeTdEScrC .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZeTdEScrC .items-wrapper {
  margin: 0 -5px;
}
.cid-uZeTdEScrC .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #076ea4;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZeTdEScrC .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZeTdEScrC .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeTdEScrC .mbr-section-title {
  color: #093388;
}
.cid-uZeTdEScrC .item-title {
  color: #093388;
}
.cid-uZeTdEScrC .item-text {
  color: #58595b;
}
.cid-uZeTdEScrC .item-text,
.cid-uZeTdEScrC .text-wrapper {
  text-align: center;
  color: #666666;
}
.cid-uZeTdEScrC .item-title,
.cid-uZeTdEScrC .mbr-section-btn,
.cid-uZeTdEScrC .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZeTdEScrC .mbr-section-title,
.cid-uZeTdEScrC .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZePvpMIMB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZePvpMIMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZePvpMIMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZePvpMIMB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZePvpMIMB .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZePvpMIMB .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZePvpMIMB .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZePvpMIMB .items-wrapper {
  margin: 0 -5px;
}
.cid-uZePvpMIMB .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #076ea4;
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZePvpMIMB .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZePvpMIMB .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZePvpMIMB .mbr-section-title {
  color: #093388;
}
.cid-uZePvpMIMB .item-title {
  color: #093388;
}
.cid-uZePvpMIMB .item-text {
  color: #58595b;
}
.cid-uZePvpMIMB .item-text,
.cid-uZePvpMIMB .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZePvpMIMB .item-title,
.cid-uZePvpMIMB .mbr-section-btn,
.cid-uZePvpMIMB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZePvpMIMB .mbr-section-title,
.cid-uZePvpMIMB .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZeYrq9bTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #07689d;
}
.cid-uZeYrq9bTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeYrq9bTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeYrq9bTc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZeYrq9bTc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZeYrq9bTc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZeYrq9bTc .mbr-text,
.cid-uZeYrq9bTc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZeYrq9bTc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}





.cid-uYYtwgD1Zi {
  background-image: url("../../../assets/images/contabilidade-para-industrias.webp");
}
.cid-uYYtwgD1Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYtwgD1Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYTJ0c3Dfa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYTJ0c3Dfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTJ0c3Dfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYTJ0c3Dfa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYTJ0c3Dfa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYTJ0c3Dfa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYTJ0c3Dfa .mbr-text,
.cid-uYTJ0c3Dfa .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uYTJ0c3Dfa .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uYTNIPcuue {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uYTNIPcuue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTNIPcuue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYTNIPcuue .row {
  flex-direction: row-reverse;
}
.cid-uYTNIPcuue .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYTNIPcuue .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYTNIPcuue .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYTNIPcuue .mbr-text,
.cid-uYTNIPcuue .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uYTNIPcuue .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uYTOUMaug8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYTOUMaug8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTOUMaug8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYTOUMaug8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYTOUMaug8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYTOUMaug8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYTOUMaug8 .mbr-text,
.cid-uYTOUMaug8 .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uYTOUMaug8 .mbr-section-title {
  text-align: left;
  color: #000000;
}







.cid-uZTfh3UJz4 {
  background-image: url("../../../assets/images/contabilidade-para-prestadores-de-servico.webp");
}
.cid-uZTfh3UJz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTfh3UJz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTfh4hLCV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZTfh4hLCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTfh4hLCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTfh4hLCV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTfh4hLCV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTfh4hLCV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTfh4hLCV .mbr-text,
.cid-uZTfh4hLCV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZTfh4hLCV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uZTfh4CAUs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZTfh4CAUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTfh4CAUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTfh4CAUs .row {
  flex-direction: row-reverse;
}
.cid-uZTfh4CAUs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTfh4CAUs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTfh4CAUs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTfh4CAUs .mbr-text,
.cid-uZTfh4CAUs .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZTfh4CAUs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZTfh5SEi6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZTfh5SEi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTfh5SEi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTfh5SEi6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTfh5SEi6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTfh5SEi6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTfh5SEi6 .mbr-text,
.cid-uZTfh5SEi6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTfh5SEi6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZTiQCqs30 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZTiQCqs30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTiQCqs30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTiQCqs30 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZTiQCqs30 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZTiQCqs30 .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZTiQCqs30 .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZTiQCqs30 .items-wrapper {
  margin: 0 -5px;
}
.cid-uZTiQCqs30 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #076ea4;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZTiQCqs30 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZTiQCqs30 .mbr-section-title {
  color: #093388;
}
.cid-uZTiQCqs30 .item-title {
  color: #093388;
}
.cid-uZTiQCqs30 .item-text {
  color: #58595b;
}
.cid-uZTiQCqs30 .item-text,
.cid-uZTiQCqs30 .text-wrapper {
  text-align: center;
  color: #666666;
}
.cid-uZTiQCqs30 .item-title,
.cid-uZTiQCqs30 .mbr-section-btn,
.cid-uZTiQCqs30 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZTiQCqs30 .mbr-section-title,
.cid-uZTiQCqs30 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZTlFY1YQ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZTlFY1YQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTlFY1YQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTlFY1YQ9 .row {
  flex-direction: row-reverse;
}
.cid-uZTlFY1YQ9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTlFY1YQ9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTlFY1YQ9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTlFY1YQ9 .mbr-text,
.cid-uZTlFY1YQ9 .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZTlFY1YQ9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZTmjmddhY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #065b88;
}
.cid-uZTmjmddhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTmjmddhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTmjmddhY .mbr-section-title {
  color: #ffffff;
}
.cid-uZTmjmddhY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTmagDrDF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZTmagDrDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTmagDrDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTmagDrDF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZTmagDrDF .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZTmagDrDF .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZTmagDrDF .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZTmagDrDF .items-wrapper {
  margin: 0 -5px;
}
.cid-uZTmagDrDF .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #076ea4;
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTmagDrDF .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZTmagDrDF .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZTmagDrDF .mbr-section-title {
  color: #093388;
}
.cid-uZTmagDrDF .item-title {
  color: #093388;
}
.cid-uZTmagDrDF .item-text {
  color: #58595b;
}
.cid-uZTmagDrDF .item-text,
.cid-uZTmagDrDF .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZTmagDrDF .item-title,
.cid-uZTmagDrDF .mbr-section-btn,
.cid-uZTmagDrDF .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZTmagDrDF .mbr-section-title,
.cid-uZTmagDrDF .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uZTo735hdh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZTo735hdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTo735hdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTo735hdh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTo735hdh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTo735hdh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTo735hdh .mbr-text,
.cid-uZTo735hdh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTo735hdh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZTocgUgw4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZTocgUgw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTocgUgw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTocgUgw4 .row {
  flex-direction: row-reverse;
}
.cid-uZTocgUgw4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZTocgUgw4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTocgUgw4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZTocgUgw4 .mbr-text,
.cid-uZTocgUgw4 .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZTocgUgw4 .mbr-section-title {
  text-align: left;
  color: #000000;
}





.cid-uYpk38VBEN {
  background-image: url("../../../assets/images/conheca-a-tomazeli-contabilidade.webp");
}
.cid-uYpk38VBEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpk38VBEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzERTXkU1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uYzERTXkU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzERTXkU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzERTXkU1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uYzERTXkU1 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uYzERTXkU1 .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uYzERTXkU1 .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uYzERTXkU1 .items-wrapper {
  margin: 0 -5px;
}
.cid-uYzERTXkU1 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #076ea4;
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYzERTXkU1 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYzERTXkU1 .mbr-section-title {
  color: #093388;
}
.cid-uYzERTXkU1 .item-title {
  color: #093388;
}
.cid-uYzERTXkU1 .item-text {
  color: #58595b;
}
.cid-uYzERTXkU1 .item-text,
.cid-uYzERTXkU1 .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uYzERTXkU1 .item-title,
.cid-uYzERTXkU1 .mbr-section-btn,
.cid-uYzERTXkU1 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uYzERTXkU1 .mbr-section-title,
.cid-uYzERTXkU1 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYTzY9vbcR {
  background-image: url("../../../assets/images/conheca-o-time-tomazeli-contabilidade.webp");
}
.cid-uYTzY9vbcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYTzY9vbcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzyzsYwW2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-uYzyzsYwW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYzyzsYwW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYzyzsYwW2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYzyzsYwW2 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uYzyzsYwW2 .mbr-text,
.cid-uYzyzsYwW2 .mbr-section-btn {
  text-align: left;
}






.cid-uZUdYKritn {
  background-image: url("../../../assets/images/assessoria-contabil-para-departamento-pessoal.webp");
}
.cid-uZUdYKritn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYKritn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYKKdPu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #065b88;
}
.cid-uZUdYKKdPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYKKdPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYKKdPu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZUdYKKdPu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZUdYKKdPu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZUdYKKdPu .mbr-text,
.cid-uZUdYKKdPu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZUdYKKdPu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uZUgcYNZ1K {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #d8f1fd;
}
.cid-uZUgcYNZ1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUgcYNZ1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUgcYNZ1K .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uZUgcYNZ1K .mbr-section-title {
  color: #000000;
}
.cid-uZUdYLCe62 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZUdYLCe62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYLCe62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYLCe62 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZUdYLCe62 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZUdYLCe62 .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZUdYLCe62 .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uZUdYLCe62 .items-wrapper {
  margin: 0 -5px;
}
.cid-uZUdYLCe62 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffffff;
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #076ea4;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 84px;
  }
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZUdYLCe62 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZUdYLCe62 .mbr-section-title {
  color: #093388;
}
.cid-uZUdYLCe62 .item-title {
  color: #093388;
}
.cid-uZUdYLCe62 .item-text {
  color: #58595b;
}
.cid-uZUdYLCe62 .item-text,
.cid-uZUdYLCe62 .text-wrapper {
  text-align: center;
  color: #666666;
}
.cid-uZUdYLCe62 .item-title,
.cid-uZUdYLCe62 .mbr-section-btn,
.cid-uZUdYLCe62 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZUdYLCe62 .mbr-section-title,
.cid-uZUdYLCe62 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZUdYM3mft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZUdYM3mft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYM3mft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYM3mft .row {
  flex-direction: row-reverse;
}
.cid-uZUdYM3mft .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZUdYM3mft .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZUdYM3mft .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZUdYM3mft .mbr-text,
.cid-uZUdYM3mft .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZUdYM3mft .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZUdYN7ilb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8f1fd;
}
.cid-uZUdYN7ilb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYN7ilb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYN7ilb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZUdYN7ilb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZUdYN7ilb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZUdYN7ilb .mbr-text,
.cid-uZUdYN7ilb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZUdYN7ilb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uZUdYNvE8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZUdYNvE8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUdYNvE8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUdYNvE8J .row {
  flex-direction: row-reverse;
}
.cid-uZUdYNvE8J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZUdYNvE8J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZUdYNvE8J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZUdYNvE8J .mbr-text,
.cid-uZUdYNvE8J .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-uZUdYNvE8J .mbr-section-title {
  text-align: left;
  color: #000000;
}





