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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #fb7428 !important;
}
.bg-danger {
  background-color: #118f1e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fb7428 !important;
  border-color: #fb7428 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d34e04 !important;
  border-color: #d34e04 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d34e04 !important;
  border-color: #d34e04 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #118f1e !important;
  border-color: #118f1e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #094b10 !important;
  border-color: #094b10 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #094b10 !important;
  border-color: #094b10 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ba4503;
  color: #ba4503;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fb7428;
  border-color: #fb7428;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7428 !important;
  border-color: #fb7428 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #06340b;
  color: #06340b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #118f1e;
  border-color: #118f1e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #118f1e !important;
  border-color: #118f1e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #fb7428 !important;
}
.text-danger {
  color: #118f1e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba4503 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #06340b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #fb7428;
}
.alert-danger {
  background-color: #118f1e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #38e74a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #149dcc !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rydkCgyD1d .navbar {
  background: #55b4d4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rydkCgyD1d .navbar-dropdown.bg-color.transparent.opened {
  background: #55b4d4;
}
.cid-rydkCgyD1d a {
  font-style: normal;
}
.cid-rydkCgyD1d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rydkCgyD1d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rydkCgyD1d .nav-item:focus,
.cid-rydkCgyD1d .nav-link:focus {
  outline: none;
}
.cid-rydkCgyD1d .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rydkCgyD1d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rydkCgyD1d .menu-logo {
  margin-right: auto;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rydkCgyD1d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rydkCgyD1d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rydkCgyD1d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rydkCgyD1d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rydkCgyD1d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rydkCgyD1d .dropdown .dropdown-menu {
  background: #55b4d4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rydkCgyD1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rydkCgyD1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rydkCgyD1d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rydkCgyD1d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rydkCgyD1d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rydkCgyD1d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rydkCgyD1d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rydkCgyD1d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rydkCgyD1d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rydkCgyD1d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rydkCgyD1d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rydkCgyD1d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rydkCgyD1d button.navbar-toggler:focus {
  outline: none;
}
.cid-rydkCgyD1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rydkCgyD1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rydkCgyD1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rydkCgyD1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rydkCgyD1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rydkCgyD1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rydkCgyD1d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rydkCgyD1d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rydkCgyD1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rydkCgyD1d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rydkCgyD1d .collapsed .btn {
  display: -webkit-flex;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse.collapsing,
.cid-rydkCgyD1d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rydkCgyD1d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rydkCgyD1d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rydkCgyD1d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rydkCgyD1d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rydkCgyD1d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rydkCgyD1d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rydkCgyD1d .collapsed button.navbar-toggler {
  display: block;
}
.cid-rydkCgyD1d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rydkCgyD1d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rydkCgyD1d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rydkCgyD1d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rydkCgyD1d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rydkCgyD1d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rydkCgyD1d.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rydkCgyD1d img {
    height: 3.8rem !important;
  }
  .cid-rydkCgyD1d .btn {
    display: -webkit-flex;
  }
  .cid-rydkCgyD1d button.navbar-toggler {
    display: block;
  }
  .cid-rydkCgyD1d .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rydkCgyD1d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rydkCgyD1d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rydkCgyD1d .navbar-collapse.collapsing,
  .cid-rydkCgyD1d .navbar-collapse.show {
    display: block !important;
  }
  .cid-rydkCgyD1d .navbar-collapse.collapsing .navbar-nav,
  .cid-rydkCgyD1d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rydkCgyD1d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rydkCgyD1d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rydkCgyD1d .navbar-collapse.collapsing .navbar-buttons,
  .cid-rydkCgyD1d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rydkCgyD1d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rydkCgyD1d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rydkCgyD1d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rydkCgyD1d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rydkCgyD1d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rydkCgyD1d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rydkCgyD1d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rydkCgyD1d .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rydkCgyD1d .nav-link:hover,
.cid-rydkCgyD1d .dropdown-item:hover {
  color: #073b4c !important;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-f .visible-xs {
    display: block;
  }
}
#custom-html-f .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-f .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-f a.btn.btn-primary.pink-color {
  background-color: #394fb0 !important;
}
#custom-html-f a.btn.btn-primary.purple-color {
  background-color: #394fb0 !important;
}
#custom-html-f .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-f .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-f .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-rZcvxcZAMz {
  background-image: url("../../../assets/images/file-4bb96e-d3b90c-4b8e5b-8bba84-711d42-c6634c-769x308.jpg");
}
.cid-rZcvxcZAMz H1 {
  text-align: center;
  Text-shadow: 1px 1px 5px Black !important;
}
.cid-rZcvxcZAMz p {
  text-align: center;
  Text-shadow: 1px 1px 5px Black !important;
}
.cid-rydnSGJ2V8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rydnSGJ2V8 h2 {
  text-align: left;
}
.cid-rydnSGJ2V8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rydnSGJ2V8 p {
  color: #767676;
  text-align: left;
}
.cid-rydnSGJ2V8 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rydnSGJ2V8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rydnSGJ2V8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rydnSGJ2V8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rydnSGJ2V8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rydnSGJ2V8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rydnSGJ2V8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rydnSGJ2V8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rydnSGJ2V8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rydnSGJ2V8 H2 {
  color: #149dcc;
}
.cid-rydnSGJ2V8 .mbr-text {
  color: #232323;
}
.cid-rydnSGJ2V8 H4 {
  text-align: left;
}
.cid-rZcL6Cwr5C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-rZcL6Cwr5C .mbr-section-subtitle {
  color: #767676;
}
.cid-rZcL6Cwr5C .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZcL6Cwr5C .mbr-text {
  color: #767676;
}
.cid-rZcL6Cwr5C .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rZcL6Cwr5C .mbr-author-name {
  color: #073b4c;
}
.cid-rZcL6Cwr5C .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rZcL6Cwr5C .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rZcL6Cwr5C .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rZcL6Cwr5C .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZcL6Cwr5C .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rZcL6Cwr5C .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rZcL6Cwr5C H2 {
  color: #ffffff;
}
.cid-rZdDOktCak {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZdDOktCak h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rZdDOktCak p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rZdDOktCak .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rZdDOktCak .mbr-section-btn a {
  margin: 0;
}
.cid-rZdDOktCak .mbr-text {
  color: #767676;
}
.cid-rZdDOktCak .card-wrapper {
  height: 100%;
  background: #55b4d4;
}
.cid-rZdDOktCak .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-rZdDOktCak .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rZdDOktCak .card-title {
  color: #ffffff;
}
.cid-rZdDOktCak H2 {
  color: #149dcc;
}
.cid-rZdDOktCak .mbr-text,
.cid-rZdDOktCak .mbr-section-btn {
  color: #ffffff;
}
.cid-rZdNkSyGwS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-rZdNkSyGwS h2,
.cid-rZdNkSyGwS h3,
.cid-rZdNkSyGwS h4,
.cid-rZdNkSyGwS p {
  color: #ffffff;
}
.cid-rZdNkSyGwS .mbr-overlay {
  z-index: -1;
}
.cid-rZdNkSyGwS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rZdNkSyGwS .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rZdNkSyGwS .form-control:focus,
.cid-rZdNkSyGwS .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rZdNkSyGwS .form-group {
  margin-bottom: 1rem;
}
.cid-rZdNkSyGwS input::-webkit-input-placeholder,
.cid-rZdNkSyGwS textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rZdNkSyGwS input:-moz-placeholder,
.cid-rZdNkSyGwS textarea:-moz-placeholder {
  color: #656565;
}
.cid-rZdNkSyGwS .jq-selectbox li,
.cid-rZdNkSyGwS .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rZdNkSyGwS .jq-selectbox li:hover,
.cid-rZdNkSyGwS .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rZdNkSyGwS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rZdNkSyGwS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rZdNkSyGwS .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-rZdNkSyGwS .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZdNkSyGwS .mbr-text {
  color: #767676;
}
.cid-rZdNkSyGwS .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rZdNkSyGwS .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-rZdNkSyGwS .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rZdNkSyGwS a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZdNkSyGwS .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rZdNkSyGwS .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rZdNkSyGwS textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-rZdNkSyGwS .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZdNkSyGwS .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rZdNkSyGwS .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZdNkSyGwS h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rZdNkSyGwS .block-content {
    padding: 0;
  }
  .cid-rZdNkSyGwS .form-block {
    padding: 1rem;
  }
}
.cid-rydXuCIyph {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8f6fb;
}
.cid-rydXuCIyph .title {
  padding-bottom: 2.5rem;
}
.cid-rydXuCIyph .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rydXuCIyph .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rydXuCIyph .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rydXuCIyph .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rydXuCIyph .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rydXuCIyph .iconfont-wrapper {
    display: none;
  }
}
.cid-rydXuCIyph H2 {
  color: #149dcc;
}
.cid-rZdU2FWGNd {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #e8f6fb;
}
.cid-rZdU2FWGNd .mbr-text {
  color: #767676;
}
.cid-rZdU2FWGNd .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-rZdU2FWGNd .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rZdU2FWGNd .card-wrapper:hover .ico2 {
  color: #149dcc !important;
}
.cid-rZdU2FWGNd .text-info:hover {
  color: inherit!important;
}
.cid-rZdU2FWGNd .ico2 {
  color: #fb7428 !important;
  transition: all 0.6s;
}
.cid-rZdU2FWGNd .card-box {
  padding: 0rem 1rem;
}
.cid-rZdU2FWGNd .card-img {
  width: auto;
}
.cid-rZdU2FWGNd .ico1 {
  font-size: 3rem !important;
}
.cid-rZdU2FWGNd h3,
.cid-rZdU2FWGNd h4 {
  padding: 0;
  margin: 0;
}
.cid-rZdU2FWGNd .card-title,
.cid-rZdU2FWGNd .card-img {
  color: #232323;
}
.cid-rZdU2FWGNd H3 {
  color: #767676;
}
.cid-rZdU2FWGNd H1 {
  color: #232323;
}
.cid-rZdNvqgn2t {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/5aff49d228c1c408544137-1200x525.jpg");
}
.cid-rZdNvqgn2t .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rZdNvqgn2t .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rZdNvqgn2t .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rZdNvqgn2t .mbr-section-title {
  text-align: left;
}
.cid-s0YC8wg0LW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s0YC8wg0LW .content {
    text-align: center;
  }
  .cid-s0YC8wg0LW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YC8wg0LW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0YC8wg0LW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0YC8wg0LW .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-s0YC8wg0LW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0YC8wg0LW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0YC8wg0LW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0YC8wg0LW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0YC8wg0LW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0YC8wg0LW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0YC8wg0LW .footer-lower .social-list a:hover {
  opacity: 1;
}
.cid-s0YC8wg0LW .footer-lower .social-list a i {
  color: #14B345;
}
@media (max-width: 767px) {
  .cid-s0YC8wg0LW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0YC8wg0LW .footer-lower i {
  color: #14B345;
}
.cid-rZe1wujWR1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #555555;
}
.cid-rZe1wujWR1 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rZe1wujWR1 section {
  position: relative;
}
.cid-rZe1wujWR1 h4 {
  margin: 0;
}
.cid-rZe1wujWR1 a {
  font-weight: 300;
}
.cid-rZe1wujWR1 .row {
  align-items: center;
}
.cid-rZe1wujWR1 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rZe1wujWR1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rZe1wujWR1 .img1 {
  color: #ffffff;
}
.cid-rZe1wujWR1 .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-rZe1wujWR1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZe1wujWR1 .align-left,
  .cid-rZe1wujWR1 .align-right {
    text-align: center;
  }
  .cid-rZe1wujWR1 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZe1wujWR1 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZe1wujWR1 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rZe1wujWR1 .item-title {
  color: #c1c1c1;
}
.cid-rZe1wujWR1 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-rZKeLq4S7o .navbar {
  background: #55b4d4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZKeLq4S7o .navbar-dropdown.bg-color.transparent.opened {
  background: #55b4d4;
}
.cid-rZKeLq4S7o a {
  font-style: normal;
}
.cid-rZKeLq4S7o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZKeLq4S7o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZKeLq4S7o .nav-item:focus,
.cid-rZKeLq4S7o .nav-link:focus {
  outline: none;
}
.cid-rZKeLq4S7o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZKeLq4S7o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZKeLq4S7o .menu-logo {
  margin-right: auto;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZKeLq4S7o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZKeLq4S7o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZKeLq4S7o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZKeLq4S7o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZKeLq4S7o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZKeLq4S7o .dropdown .dropdown-menu {
  background: #55b4d4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZKeLq4S7o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZKeLq4S7o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZKeLq4S7o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZKeLq4S7o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZKeLq4S7o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZKeLq4S7o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZKeLq4S7o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZKeLq4S7o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZKeLq4S7o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZKeLq4S7o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZKeLq4S7o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZKeLq4S7o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZKeLq4S7o button.navbar-toggler:focus {
  outline: none;
}
.cid-rZKeLq4S7o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZKeLq4S7o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZKeLq4S7o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKeLq4S7o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKeLq4S7o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZKeLq4S7o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKeLq4S7o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZKeLq4S7o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZKeLq4S7o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKeLq4S7o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKeLq4S7o .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse.collapsing,
.cid-rZKeLq4S7o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZKeLq4S7o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZKeLq4S7o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZKeLq4S7o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZKeLq4S7o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZKeLq4S7o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZKeLq4S7o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rZKeLq4S7o .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZKeLq4S7o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZKeLq4S7o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKeLq4S7o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZKeLq4S7o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZKeLq4S7o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZKeLq4S7o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZKeLq4S7o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKeLq4S7o img {
    height: 3.8rem !important;
  }
  .cid-rZKeLq4S7o .btn {
    display: -webkit-flex;
  }
  .cid-rZKeLq4S7o button.navbar-toggler {
    display: block;
  }
  .cid-rZKeLq4S7o .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZKeLq4S7o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKeLq4S7o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZKeLq4S7o .navbar-collapse.collapsing,
  .cid-rZKeLq4S7o .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZKeLq4S7o .navbar-collapse.collapsing .navbar-nav,
  .cid-rZKeLq4S7o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZKeLq4S7o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZKeLq4S7o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZKeLq4S7o .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZKeLq4S7o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZKeLq4S7o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZKeLq4S7o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZKeLq4S7o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZKeLq4S7o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZKeLq4S7o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZKeLq4S7o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZKeLq4S7o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZKeLq4S7o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZKeLq4S7o .nav-link:hover,
.cid-rZKeLq4S7o .dropdown-item:hover {
  color: #073b4c !important;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-14 .visible-xs {
    display: block;
  }
}
#custom-html-14 .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-14 .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-14 a.btn.btn-primary.pink-color {
  background-color: #394fb0 !important;
}
#custom-html-14 a.btn.btn-primary.purple-color {
  background-color: #394fb0 !important;
}
#custom-html-14 .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-14 .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-14 .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-rZKt0QMA9n {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e8f6fb;
}
.cid-rZKt0QMA9n P {
  color: #767676;
}
.cid-rZKt0QMA9n H1 {
  color: #149dcc;
}
.cid-rZKtu3D5FB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-rZKtu3D5FB .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rZKtu3D5FB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rZKtu3D5FB .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rZKtu3D5FB .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rZKtu3D5FB .mbr-text,
.cid-rZKtu3D5FB .mbr-section-btn {
  color: #767676;
}
.cid-rZKtu3D5FB .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rZKtu3D5FB .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rZKtu3D5FB .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rZKtu3D5FB .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rZKtu3D5FB .main-row {
    margin: 0;
  }
  .cid-rZKtu3D5FB .mbr-section-title,
  .cid-rZKtu3D5FB .mbr-text,
  .cid-rZKtu3D5FB .list,
  .cid-rZKtu3D5FB .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rZKtu3D5FB .text-content {
    padding: 0;
  }
}
.cid-rZKtu3D5FB .mbr-section-title {
  color: #465052;
}
.cid-s0YCjVDLrH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8f6fb;
}
.cid-s0YCjVDLrH .title {
  padding-bottom: 2.5rem;
}
.cid-s0YCjVDLrH .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-s0YCjVDLrH .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-s0YCjVDLrH .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-s0YCjVDLrH .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-s0YCjVDLrH .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s0YCjVDLrH .iconfont-wrapper {
    display: none;
  }
}
.cid-s0YCjVDLrH H2 {
  color: #149dcc;
}
.cid-rZKeM9AMRS {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #e8f6fb;
}
.cid-rZKeM9AMRS .mbr-text {
  color: #767676;
}
.cid-rZKeM9AMRS .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-rZKeM9AMRS .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rZKeM9AMRS .card-wrapper:hover .ico2 {
  color: #149dcc !important;
}
.cid-rZKeM9AMRS .text-info:hover {
  color: inherit!important;
}
.cid-rZKeM9AMRS .ico2 {
  color: #fb7428 !important;
  transition: all 0.6s;
}
.cid-rZKeM9AMRS .card-box {
  padding: 0rem 1rem;
}
.cid-rZKeM9AMRS .card-img {
  width: auto;
}
.cid-rZKeM9AMRS .ico1 {
  font-size: 3rem !important;
}
.cid-rZKeM9AMRS h3,
.cid-rZKeM9AMRS h4 {
  padding: 0;
  margin: 0;
}
.cid-rZKeM9AMRS .card-title,
.cid-rZKeM9AMRS .card-img {
  color: #232323;
}
.cid-rZKeM9AMRS H3 {
  color: #767676;
}
.cid-rZKeM9AMRS H1 {
  color: #232323;
}
.cid-s0YCktu1UT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s0YCktu1UT .content {
    text-align: center;
  }
  .cid-s0YCktu1UT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YCktu1UT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0YCktu1UT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0YCktu1UT .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-s0YCktu1UT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0YCktu1UT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0YCktu1UT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0YCktu1UT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0YCktu1UT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0YCktu1UT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0YCktu1UT .footer-lower .social-list a:hover {
  opacity: 1;
}
.cid-s0YCktu1UT .footer-lower .social-list a i {
  color: #14B345;
}
@media (max-width: 767px) {
  .cid-s0YCktu1UT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0YCktu1UT .footer-lower i {
  color: #14B345;
}
.cid-rZKeMjoaLu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #555555;
}
.cid-rZKeMjoaLu .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rZKeMjoaLu section {
  position: relative;
}
.cid-rZKeMjoaLu h4 {
  margin: 0;
}
.cid-rZKeMjoaLu a {
  font-weight: 300;
}
.cid-rZKeMjoaLu .row {
  align-items: center;
}
.cid-rZKeMjoaLu .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rZKeMjoaLu .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rZKeMjoaLu .img1 {
  color: #ffffff;
}
.cid-rZKeMjoaLu .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-rZKeMjoaLu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZKeMjoaLu .align-left,
  .cid-rZKeMjoaLu .align-right {
    text-align: center;
  }
  .cid-rZKeMjoaLu .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZKeMjoaLu .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZKeMjoaLu .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rZKeMjoaLu .item-title {
  color: #c1c1c1;
}
.cid-rZKeMjoaLu H4 {
  color: #ffffff;
  text-align: center;
}
.cid-rZKuhiiZ8k .navbar {
  background: #55b4d4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZKuhiiZ8k .navbar-dropdown.bg-color.transparent.opened {
  background: #55b4d4;
}
.cid-rZKuhiiZ8k a {
  font-style: normal;
}
.cid-rZKuhiiZ8k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZKuhiiZ8k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZKuhiiZ8k .nav-item:focus,
.cid-rZKuhiiZ8k .nav-link:focus {
  outline: none;
}
.cid-rZKuhiiZ8k .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZKuhiiZ8k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZKuhiiZ8k .menu-logo {
  margin-right: auto;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZKuhiiZ8k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZKuhiiZ8k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZKuhiiZ8k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZKuhiiZ8k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZKuhiiZ8k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZKuhiiZ8k .dropdown .dropdown-menu {
  background: #55b4d4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZKuhiiZ8k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZKuhiiZ8k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZKuhiiZ8k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZKuhiiZ8k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZKuhiiZ8k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZKuhiiZ8k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZKuhiiZ8k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZKuhiiZ8k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZKuhiiZ8k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZKuhiiZ8k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZKuhiiZ8k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZKuhiiZ8k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZKuhiiZ8k button.navbar-toggler:focus {
  outline: none;
}
.cid-rZKuhiiZ8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZKuhiiZ8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZKuhiiZ8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKuhiiZ8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKuhiiZ8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZKuhiiZ8k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKuhiiZ8k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZKuhiiZ8k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZKuhiiZ8k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKuhiiZ8k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKuhiiZ8k .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.collapsing,
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZKuhiiZ8k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZKuhiiZ8k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rZKuhiiZ8k .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZKuhiiZ8k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZKuhiiZ8k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKuhiiZ8k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZKuhiiZ8k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZKuhiiZ8k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZKuhiiZ8k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZKuhiiZ8k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKuhiiZ8k img {
    height: 3.8rem !important;
  }
  .cid-rZKuhiiZ8k .btn {
    display: -webkit-flex;
  }
  .cid-rZKuhiiZ8k button.navbar-toggler {
    display: block;
  }
  .cid-rZKuhiiZ8k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZKuhiiZ8k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKuhiiZ8k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZKuhiiZ8k .navbar-collapse.collapsing,
  .cid-rZKuhiiZ8k .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZKuhiiZ8k .navbar-collapse.collapsing .navbar-nav,
  .cid-rZKuhiiZ8k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZKuhiiZ8k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZKuhiiZ8k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZKuhiiZ8k .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZKuhiiZ8k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZKuhiiZ8k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZKuhiiZ8k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZKuhiiZ8k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZKuhiiZ8k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZKuhiiZ8k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZKuhiiZ8k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZKuhiiZ8k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZKuhiiZ8k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZKuhiiZ8k .nav-link:hover,
.cid-rZKuhiiZ8k .dropdown-item:hover {
  color: #073b4c !important;
}
#custom-html-1i {
  /* Type valid CSS here */
}
#custom-html-1i .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-1i .visible-xs {
    display: block;
  }
}
#custom-html-1i .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-1i .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-1i a.btn.btn-primary.pink-color {
  background-color: #394fb0 !important;
}
#custom-html-1i a.btn.btn-primary.purple-color {
  background-color: #394fb0 !important;
}
#custom-html-1i .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-1i .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-1i .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-rZKuhmA5Ow {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e8f6fb;
}
.cid-rZKuhmA5Ow P {
  color: #767676;
}
.cid-rZKuhmA5Ow H1 {
  color: #149dcc;
}
.cid-rZKuho9IHI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-rZKuho9IHI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rZKuho9IHI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rZKuho9IHI .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rZKuho9IHI .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rZKuho9IHI .mbr-text,
.cid-rZKuho9IHI .mbr-section-btn {
  color: #767676;
}
.cid-rZKuho9IHI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rZKuho9IHI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rZKuho9IHI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rZKuho9IHI .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rZKuho9IHI .main-row {
    margin: 0;
  }
  .cid-rZKuho9IHI .mbr-section-title,
  .cid-rZKuho9IHI .mbr-text,
  .cid-rZKuho9IHI .list,
  .cid-rZKuho9IHI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rZKuho9IHI .text-content {
    padding: 0;
  }
}
.cid-rZKuho9IHI .mbr-section-title {
  color: #465052;
}
.cid-s0YCqX46ms {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8f6fb;
}
.cid-s0YCqX46ms .title {
  padding-bottom: 2.5rem;
}
.cid-s0YCqX46ms .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-s0YCqX46ms .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-s0YCqX46ms .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-s0YCqX46ms .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-s0YCqX46ms .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s0YCqX46ms .iconfont-wrapper {
    display: none;
  }
}
.cid-s0YCqX46ms H2 {
  color: #149dcc;
}
.cid-rZKuhrxysS {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #e8f6fb;
}
.cid-rZKuhrxysS .mbr-text {
  color: #767676;
}
.cid-rZKuhrxysS .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-rZKuhrxysS .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rZKuhrxysS .card-wrapper:hover .ico2 {
  color: #149dcc !important;
}
.cid-rZKuhrxysS .text-info:hover {
  color: inherit!important;
}
.cid-rZKuhrxysS .ico2 {
  color: #fb7428 !important;
  transition: all 0.6s;
}
.cid-rZKuhrxysS .card-box {
  padding: 0rem 1rem;
}
.cid-rZKuhrxysS .card-img {
  width: auto;
}
.cid-rZKuhrxysS .ico1 {
  font-size: 3rem !important;
}
.cid-rZKuhrxysS h3,
.cid-rZKuhrxysS h4 {
  padding: 0;
  margin: 0;
}
.cid-rZKuhrxysS .card-title,
.cid-rZKuhrxysS .card-img {
  color: #232323;
}
.cid-rZKuhrxysS H3 {
  color: #767676;
}
.cid-rZKuhrxysS H1 {
  color: #232323;
}
.cid-s0YCquNDvO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s0YCquNDvO .content {
    text-align: center;
  }
  .cid-s0YCquNDvO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YCquNDvO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0YCquNDvO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0YCquNDvO .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-s0YCquNDvO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0YCquNDvO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0YCquNDvO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0YCquNDvO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0YCquNDvO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0YCquNDvO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0YCquNDvO .footer-lower .social-list a:hover {
  opacity: 1;
}
.cid-s0YCquNDvO .footer-lower .social-list a i {
  color: #14B345;
}
@media (max-width: 767px) {
  .cid-s0YCquNDvO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0YCquNDvO .footer-lower i {
  color: #14B345;
}
.cid-rZKuhvbDsV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #555555;
}
.cid-rZKuhvbDsV .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rZKuhvbDsV section {
  position: relative;
}
.cid-rZKuhvbDsV h4 {
  margin: 0;
}
.cid-rZKuhvbDsV a {
  font-weight: 300;
}
.cid-rZKuhvbDsV .row {
  align-items: center;
}
.cid-rZKuhvbDsV .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rZKuhvbDsV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rZKuhvbDsV .img1 {
  color: #ffffff;
}
.cid-rZKuhvbDsV .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-rZKuhvbDsV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZKuhvbDsV .align-left,
  .cid-rZKuhvbDsV .align-right {
    text-align: center;
  }
  .cid-rZKuhvbDsV .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZKuhvbDsV .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZKuhvbDsV .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rZKuhvbDsV .item-title {
  color: #c1c1c1;
}
.cid-rZKuhvbDsV H4 {
  color: #ffffff;
  text-align: center;
}
.cid-rZKvfo0V4S .navbar {
  background: #55b4d4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZKvfo0V4S .navbar-dropdown.bg-color.transparent.opened {
  background: #55b4d4;
}
.cid-rZKvfo0V4S a {
  font-style: normal;
}
.cid-rZKvfo0V4S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZKvfo0V4S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZKvfo0V4S .nav-item:focus,
.cid-rZKvfo0V4S .nav-link:focus {
  outline: none;
}
.cid-rZKvfo0V4S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZKvfo0V4S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZKvfo0V4S .menu-logo {
  margin-right: auto;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZKvfo0V4S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZKvfo0V4S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZKvfo0V4S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZKvfo0V4S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZKvfo0V4S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZKvfo0V4S .dropdown .dropdown-menu {
  background: #55b4d4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZKvfo0V4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZKvfo0V4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZKvfo0V4S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZKvfo0V4S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZKvfo0V4S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZKvfo0V4S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZKvfo0V4S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZKvfo0V4S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZKvfo0V4S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZKvfo0V4S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZKvfo0V4S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZKvfo0V4S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZKvfo0V4S button.navbar-toggler:focus {
  outline: none;
}
.cid-rZKvfo0V4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZKvfo0V4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZKvfo0V4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKvfo0V4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKvfo0V4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZKvfo0V4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKvfo0V4S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZKvfo0V4S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZKvfo0V4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKvfo0V4S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKvfo0V4S .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse.collapsing,
.cid-rZKvfo0V4S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZKvfo0V4S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZKvfo0V4S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZKvfo0V4S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZKvfo0V4S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZKvfo0V4S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZKvfo0V4S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rZKvfo0V4S .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZKvfo0V4S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZKvfo0V4S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZKvfo0V4S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZKvfo0V4S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZKvfo0V4S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZKvfo0V4S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZKvfo0V4S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKvfo0V4S img {
    height: 3.8rem !important;
  }
  .cid-rZKvfo0V4S .btn {
    display: -webkit-flex;
  }
  .cid-rZKvfo0V4S button.navbar-toggler {
    display: block;
  }
  .cid-rZKvfo0V4S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZKvfo0V4S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZKvfo0V4S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZKvfo0V4S .navbar-collapse.collapsing,
  .cid-rZKvfo0V4S .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZKvfo0V4S .navbar-collapse.collapsing .navbar-nav,
  .cid-rZKvfo0V4S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZKvfo0V4S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZKvfo0V4S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZKvfo0V4S .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZKvfo0V4S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZKvfo0V4S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZKvfo0V4S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZKvfo0V4S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZKvfo0V4S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZKvfo0V4S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZKvfo0V4S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZKvfo0V4S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZKvfo0V4S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZKvfo0V4S .nav-link:hover,
.cid-rZKvfo0V4S .dropdown-item:hover {
  color: #073b4c !important;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-1q .visible-xs {
    display: block;
  }
}
#custom-html-1q .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-1q .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-1q a.btn.btn-primary.pink-color {
  background-color: #394fb0 !important;
}
#custom-html-1q a.btn.btn-primary.purple-color {
  background-color: #394fb0 !important;
}
#custom-html-1q .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-1q .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-1q .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-rZKvfrhhIU {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e8f6fb;
}
.cid-rZKvfrhhIU P {
  color: #767676;
}
.cid-rZKvfrhhIU H1 {
  color: #149dcc;
}
.cid-rZKvfsSoYj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-rZKvfsSoYj .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rZKvfsSoYj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rZKvfsSoYj .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rZKvfsSoYj .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rZKvfsSoYj .mbr-text,
.cid-rZKvfsSoYj .mbr-section-btn {
  color: #767676;
}
.cid-rZKvfsSoYj .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rZKvfsSoYj .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rZKvfsSoYj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rZKvfsSoYj .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rZKvfsSoYj .main-row {
    margin: 0;
  }
  .cid-rZKvfsSoYj .mbr-section-title,
  .cid-rZKvfsSoYj .mbr-text,
  .cid-rZKvfsSoYj .list,
  .cid-rZKvfsSoYj .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rZKvfsSoYj .text-content {
    padding: 0;
  }
}
.cid-rZKvfsSoYj .mbr-section-title {
  color: #465052;
}
.cid-s0YCvqYMCS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8f6fb;
}
.cid-s0YCvqYMCS .title {
  padding-bottom: 2.5rem;
}
.cid-s0YCvqYMCS .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-s0YCvqYMCS .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-s0YCvqYMCS .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-s0YCvqYMCS .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-s0YCvqYMCS .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s0YCvqYMCS .iconfont-wrapper {
    display: none;
  }
}
.cid-s0YCvqYMCS H2 {
  color: #149dcc;
}
.cid-rZKvfw6u6I {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #e8f6fb;
}
.cid-rZKvfw6u6I .mbr-text {
  color: #767676;
}
.cid-rZKvfw6u6I .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
.cid-rZKvfw6u6I .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rZKvfw6u6I .card-wrapper:hover .ico2 {
  color: #149dcc !important;
}
.cid-rZKvfw6u6I .text-info:hover {
  color: inherit!important;
}
.cid-rZKvfw6u6I .ico2 {
  color: #fb7428 !important;
  transition: all 0.6s;
}
.cid-rZKvfw6u6I .card-box {
  padding: 0rem 1rem;
}
.cid-rZKvfw6u6I .card-img {
  width: auto;
}
.cid-rZKvfw6u6I .ico1 {
  font-size: 3rem !important;
}
.cid-rZKvfw6u6I h3,
.cid-rZKvfw6u6I h4 {
  padding: 0;
  margin: 0;
}
.cid-rZKvfw6u6I .card-title,
.cid-rZKvfw6u6I .card-img {
  color: #232323;
}
.cid-rZKvfw6u6I H3 {
  color: #767676;
}
.cid-rZKvfw6u6I H1 {
  color: #232323;
}
.cid-s0YCvQln9A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s0YCvQln9A .content {
    text-align: center;
  }
  .cid-s0YCvQln9A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YCvQln9A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0YCvQln9A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0YCvQln9A .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-s0YCvQln9A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0YCvQln9A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0YCvQln9A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0YCvQln9A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0YCvQln9A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0YCvQln9A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0YCvQln9A .footer-lower .social-list a:hover {
  opacity: 1;
}
.cid-s0YCvQln9A .footer-lower .social-list a i {
  color: #14B345;
}
@media (max-width: 767px) {
  .cid-s0YCvQln9A .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0YCvQln9A .footer-lower i {
  color: #14B345;
}
.cid-rZKvfAgbgP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #555555;
}
.cid-rZKvfAgbgP .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-rZKvfAgbgP section {
  position: relative;
}
.cid-rZKvfAgbgP h4 {
  margin: 0;
}
.cid-rZKvfAgbgP a {
  font-weight: 300;
}
.cid-rZKvfAgbgP .row {
  align-items: center;
}
.cid-rZKvfAgbgP .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-rZKvfAgbgP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rZKvfAgbgP .img1 {
  color: #ffffff;
}
.cid-rZKvfAgbgP .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-rZKvfAgbgP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rZKvfAgbgP .align-left,
  .cid-rZKvfAgbgP .align-right {
    text-align: center;
  }
  .cid-rZKvfAgbgP .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZKvfAgbgP .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZKvfAgbgP .item {
    padding-bottom: 0.5rem;
  }
}
.cid-rZKvfAgbgP .item-title {
  color: #c1c1c1;
}
.cid-rZKvfAgbgP H4 {
  color: #ffffff;
  text-align: center;
}
.cid-s0YyBsZ49o .navbar {
  background: #55b4d4;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0YyBsZ49o .navbar-dropdown.bg-color.transparent.opened {
  background: #55b4d4;
}
.cid-s0YyBsZ49o a {
  font-style: normal;
}
.cid-s0YyBsZ49o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0YyBsZ49o .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0YyBsZ49o .nav-item:focus,
.cid-s0YyBsZ49o .nav-link:focus {
  outline: none;
}
.cid-s0YyBsZ49o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0YyBsZ49o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0YyBsZ49o .menu-logo {
  margin-right: auto;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0YyBsZ49o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0YyBsZ49o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0YyBsZ49o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0YyBsZ49o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0YyBsZ49o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0YyBsZ49o .dropdown .dropdown-menu {
  background: #55b4d4;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0YyBsZ49o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0YyBsZ49o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0YyBsZ49o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0YyBsZ49o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0YyBsZ49o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0YyBsZ49o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0YyBsZ49o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0YyBsZ49o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0YyBsZ49o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0YyBsZ49o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0YyBsZ49o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0YyBsZ49o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0YyBsZ49o button.navbar-toggler:focus {
  outline: none;
}
.cid-s0YyBsZ49o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0YyBsZ49o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0YyBsZ49o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0YyBsZ49o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0YyBsZ49o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0YyBsZ49o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0YyBsZ49o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0YyBsZ49o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0YyBsZ49o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0YyBsZ49o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0YyBsZ49o .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse.collapsing,
.cid-s0YyBsZ49o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0YyBsZ49o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0YyBsZ49o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0YyBsZ49o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0YyBsZ49o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0YyBsZ49o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s0YyBsZ49o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0YyBsZ49o .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0YyBsZ49o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0YyBsZ49o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0YyBsZ49o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0YyBsZ49o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0YyBsZ49o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0YyBsZ49o .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s0YyBsZ49o.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0YyBsZ49o img {
    height: 3.8rem !important;
  }
  .cid-s0YyBsZ49o .btn {
    display: -webkit-flex;
  }
  .cid-s0YyBsZ49o button.navbar-toggler {
    display: block;
  }
  .cid-s0YyBsZ49o .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0YyBsZ49o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0YyBsZ49o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0YyBsZ49o .navbar-collapse.collapsing,
  .cid-s0YyBsZ49o .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0YyBsZ49o .navbar-collapse.collapsing .navbar-nav,
  .cid-s0YyBsZ49o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0YyBsZ49o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0YyBsZ49o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0YyBsZ49o .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0YyBsZ49o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0YyBsZ49o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0YyBsZ49o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0YyBsZ49o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0YyBsZ49o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0YyBsZ49o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0YyBsZ49o .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0YyBsZ49o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0YyBsZ49o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0YyBsZ49o .nav-link:hover,
.cid-s0YyBsZ49o .dropdown-item:hover {
  color: #073b4c !important;
}
#custom-html-1y {
  /* Type valid CSS here */
}
#custom-html-1y .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-1y .visible-xs {
    display: block;
  }
}
#custom-html-1y .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-1y .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-1y a.btn.btn-primary.pink-color {
  background-color: #394fb0 !important;
}
#custom-html-1y a.btn.btn-primary.purple-color {
  background-color: #394fb0 !important;
}
#custom-html-1y .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-1y .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-1y .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-s0YyBwRnOx {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e8f6fb;
}
.cid-s0YyBwRnOx P {
  color: #767676;
}
.cid-s0YyBwRnOx H1 {
  color: #149dcc;
}
.cid-s0YyBxP0kl {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-s0YyBxP0kl .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s0YyBxP0kl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s0YyBxP0kl .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s0YyBxP0kl .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s0YyBxP0kl .mbr-text,
.cid-s0YyBxP0kl .mbr-section-btn {
  color: #767676;
}
.cid-s0YyBxP0kl .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-s0YyBxP0kl .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s0YyBxP0kl .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s0YyBxP0kl .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s0YyBxP0kl .main-row {
    margin: 0;
  }
  .cid-s0YyBxP0kl .mbr-section-title,
  .cid-s0YyBxP0kl .mbr-text,
  .cid-s0YyBxP0kl .list,
  .cid-s0YyBxP0kl .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s0YyBxP0kl .text-content {
    padding: 0;
  }
}
.cid-s0YyBxP0kl .mbr-section-title {
  color: #465052;
}
.cid-s0YyBCiUpp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s0YyBCiUpp .content {
    text-align: center;
  }
  .cid-s0YyBCiUpp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0YyBCiUpp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s0YyBCiUpp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s0YyBCiUpp .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-s0YyBCiUpp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s0YyBCiUpp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s0YyBCiUpp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0YyBCiUpp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s0YyBCiUpp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s0YyBCiUpp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0YyBCiUpp .footer-lower .social-list a:hover {
  opacity: 1;
}
.cid-s0YyBCiUpp .footer-lower .social-list a i {
  color: #14B345;
}
@media (max-width: 767px) {
  .cid-s0YyBCiUpp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0YyBCiUpp .footer-lower i {
  color: #14B345;
}
.cid-s0YyBDw8tC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #555555;
}
.cid-s0YyBDw8tC .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s0YyBDw8tC section {
  position: relative;
}
.cid-s0YyBDw8tC h4 {
  margin: 0;
}
.cid-s0YyBDw8tC a {
  font-weight: 300;
}
.cid-s0YyBDw8tC .row {
  align-items: center;
}
.cid-s0YyBDw8tC .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s0YyBDw8tC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s0YyBDw8tC .img1 {
  color: #ffffff;
}
.cid-s0YyBDw8tC .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s0YyBDw8tC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s0YyBDw8tC .align-left,
  .cid-s0YyBDw8tC .align-right {
    text-align: center;
  }
  .cid-s0YyBDw8tC .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s0YyBDw8tC .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s0YyBDw8tC .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s0YyBDw8tC .item-title {
  color: #c1c1c1;
}
.cid-s0YyBDw8tC H4 {
  color: #ffffff;
  text-align: center;
}
