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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #72d2e5 !important;
}
.bg-success {
  background-color: #0faf13 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #149dcc !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #72d2e5 !important;
  border-color: #72d2e5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #72d2e5 !important;
  border-color: #72d2e5 !important;
}
.btn-primary:before {
  background-color: #31bdd9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #31bdd9 !important;
  border-color: #31bdd9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0faf13 !important;
  border-color: #0faf13 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0faf13 !important;
  border-color: #0faf13 !important;
}
.btn-success:before {
  background-color: #09690b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #09690b !important;
  border-color: #09690b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning:before {
  background-color: #0d6786 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #26b0cb;
  color: #26b0cb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #72d2e5;
}
.btn-primary-outline:before {
  background-color: #72d2e5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #72d2e5 !important;
  border-color: #72d2e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #075109;
  color: #075109;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #0faf13;
}
.btn-success-outline:before {
  background-color: #0faf13;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0faf13 !important;
  border-color: #0faf13 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #149dcc;
}
.btn-warning-outline:before {
  background-color: #149dcc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #72d2e5;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #72d2e5 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #0faf13 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #149dcc !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #26b0cb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #075109 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b566f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #149dcc;
}
.alert-danger {
  background-color: #efefef;
}
.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: 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: #72d2e5;
  border-color: #72d2e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #72d2e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ef052;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #72d2e5;
}
/* 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: #72d2e5;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #72d2e5;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #72d2e5;
  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: #72d2e5;
  border-bottom-color: #72d2e5;
}
.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: #000000 !important;
  background-color: #72d2e5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f27d7a !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2372d2e5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sN3YoPbe7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN3YoPbe7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sN3YoPbe7t a {
  font-style: normal;
}
.cid-sN3YoPbe7t .show {
  overflow: visible;
}
.cid-sN3YoPbe7t .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sN3YoPbe7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sN3YoPbe7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sN3YoPbe7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .nav-item:focus,
.cid-sN3YoPbe7t .nav-link:focus {
  outline: none;
}
.cid-sN3YoPbe7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sN3YoPbe7t .menu-logo {
  margin-right: auto;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sN3YoPbe7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sN3YoPbe7t button.navbar-toggler {
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sN3YoPbe7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sN3YoPbe7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-sN3YoPbe7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sN3YoPbe7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sN3YoPbe7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t img {
    height: 5rem !important;
  }
  .cid-sN3YoPbe7t .btn {
    display: -webkit-flex;
  }
  .cid-sN3YoPbe7t button.navbar-toggler {
    display: block;
  }
  .cid-sN3YoPbe7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing,
  .cid-sN3YoPbe7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sN3YoPbe7t .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: 767px) {
  .cid-sN3YoPbe7t .nav-link {
    justify-content: start!important;
  }
  .cid-sN3YoPbe7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sN3YoPbe7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sN3YoPbe7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sN3YoPbe7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sN3YoPbe7t .nav-link:hover,
.cid-sN3YoPbe7t .dropdown-item:hover {
  color: #188ef4 !important;
}
@media (min-width: 1500px) {
  .cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sN3YoPbe7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#custom-html-6p {
  /* Type valid CSS here */
}
#custom-html-6p .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-6p .visible-xs {
    display: block;
  }
}
#custom-html-6p .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-6p .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-6p a.btn.btn-primary.pink-color {
  background-color: #72d2e5 !important;
}
#custom-html-6p a.btn.btn-primary.purple-color {
  background-color: #72d2e5 !important;
}
#custom-html-6p .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-6p .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-6p .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-sktEZabN0O {
  background-image: url("../../../assets/images/6.jpg");
}
.cid-sktEZabN0O h1 {
  color: #616161;
}
.cid-sktEZabN0O h2,
.cid-sktEZabN0O h3,
.cid-sktEZabN0O p {
  color: #767676;
}
.cid-sktEZabN0O .mbr-section-subtitle {
  font-style: italic;
}
.cid-sktEZabN0O H1 {
  color: #def0fa;
}
.cid-sktEZabN0O H3 {
  color: #ffffff;
}
.cid-sktEZabN0O .mbr-text,
.cid-sktEZabN0O .mbr-section-btn {
  color: #ffffff;
}
.cid-skuGXxu5Us {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-skuGXxu5Us .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-skuGXxu5Us .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-skuGXxu5Us .text-content {
  padding-right: 1.5rem;
}
.cid-skuGXxu5Us .mbr-text,
.cid-skuGXxu5Us .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-skuGXxu5Us .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-skuGXxu5Us .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-skuGXxu5Us .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-skuGXxu5Us .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-skuGXxu5Us .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-skuGXxu5Us .main-row {
    margin: 0;
  }
  .cid-skuGXxu5Us .mbr-section-title,
  .cid-skuGXxu5Us .mbr-text,
  .cid-skuGXxu5Us .list,
  .cid-skuGXxu5Us .mbr-section-btn {
    text-align: center !important;
  }
  .cid-skuGXxu5Us .text-content {
    padding: 0;
  }
}
.cid-skuGXxu5Us .mbr-section-title {
  color: #72d2e5;
  text-align: left;
}
.cid-skuGYrDin9 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../../../assets/images/7.jpeg");
}
.cid-skuGYrDin9 .mbr-text,
.cid-skuGYrDin9 .typed-text,
.cid-skuGYrDin9 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-skuGYrDin9 .btn {
  margin-left: 4px !important;
}
.cid-skuGYrDin9 .animated-element {
  color: #ffbc00;
}
.cid-skuGYrDin9 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-skuGYrDin9 .mbr-section-text,
.cid-skuGYrDin9 .mbr-section-btn {
  text-align: left;
}
.cid-skuGYrDin9 .mbr-section-subtitle {
  text-align: left;
}
.cid-skuGYrDin9 .mbr-section-title {
  text-align: left;
}
.cid-skuKxalC2F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-skuKxalC2F .mbr-section-btn > * {
  margin: 0;
}
.cid-skuKxalC2F h4 {
  font-weight: 500;
}
.cid-skuKxalC2F p {
  color: #232323;
}
.cid-skuKxalC2F .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-skuKxalC2F .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-skuKxalC2F .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skuKxalC2F .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-skuKxalC2F .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-skuKxalC2F .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-skuKxalC2F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-skuKxalC2F .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-skuKxalC2F .card-img span {
    font-size: 40px !important;
  }
}
.cid-skuKxalC2F .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-skuKxalC2F H2 {
  color: #72d2e5;
}
.cid-sDaBC1ZXQO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-sDaBC1ZXQO h2,
.cid-sDaBC1ZXQO h3,
.cid-sDaBC1ZXQO h4,
.cid-sDaBC1ZXQO p {
  color: #ffffff;
}
.cid-sDaBC1ZXQO .mbr-overlay {
  z-index: -1;
}
.cid-sDaBC1ZXQO .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDaBC1ZXQO .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-sDaBC1ZXQO .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-sDaBC1ZXQO .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDaBC1ZXQO .mbr-text {
  color: #767676;
}
.cid-sDaBC1ZXQO .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sDaBC1ZXQO .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-sDaBC1ZXQO .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sDaBC1ZXQO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sDaBC1ZXQO .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sDaBC1ZXQO .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sDaBC1ZXQO textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sDaBC1ZXQO .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDaBC1ZXQO .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sDaBC1ZXQO .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDaBC1ZXQO h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDaBC1ZXQO .block-content {
    padding: 0;
  }
  .cid-sDaBC1ZXQO .form-block {
    padding: 1rem;
  }
}
.cid-sFSUbf0Upl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sFSUbf0Upl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sFSUbf0Upl .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sFSUbf0Upl .col + .mbr-section-btn .btn,
.cid-sFSUbf0Upl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sFSUbf0Upl .col + .mbr-section-btn .btn,
  .cid-sFSUbf0Upl .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sFSUbf0Upl .dragArea > *:nth-last-child(2).col,
  .cid-sFSUbf0Upl .dragArea > *:nth-last-child(2).col-auto,
  .cid-sFSUbf0Upl .col + .mbr-section-btn,
  .cid-sFSUbf0Upl .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sFSUbf0Upl .dragArea {
    flex-direction: column;
  }
}
.cid-sFSUbf0Upl .btn-primary {
  border: 1px solid #72d2e5 !important;
}
.cid-sFSUbf0Upl .btn-primary:hover {
  border: 1px solid #72d2e5 !important;
}
.cid-sFSUbf0Upl .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sFSUbf0Upl .form-group {
  max-width: 220px;
}
.cid-sFSUbf0Upl .mbr-section-btn {
  padding-left: 0;
}
.cid-sFSUbf0Upl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sFSUbf0Upl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sFSUbf0Upl .mbr-text {
  color: #444;
}
.cid-sFSUbf0Upl h5 {
  margin-bottom: 0;
}
.cid-sFSUbf0Upl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sFSUbf0Upl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFSUbf0Upl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sFSUbf0Upl .socicon {
  font-size: 1.3rem;
  background: #149dcc;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFSUbf0Upl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sFSUbf0Upl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sFSUbf0Upl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sFSUbf0Upl .social-list a:hover {
  opacity: 0.4;
}
.cid-sFSUbf0Upl .media-container-row > div {
  padding: 0px;
}
.cid-sFSUbf0Upl .text2 {
  color: #000000;
  text-align: left;
}
.cid-sFSUbf0Upl .group-title {
  text-align: left;
  color: #72d2e5;
  padding-bottom: 0.2rem;
}
.cid-sFSUbf0Upl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFSUbf0Upl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sFSUbf0Upl .social-list,
  .cid-sFSUbf0Upl .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-sFSUbf0Upl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sFSUbf0Upl .form-group {
    max-width: 180px;
  }
}
.cid-sFSUbf0Upl .links span {
  color: #9e9e9e;
}
.cid-sFSUbf0Upl .logo-sub-title {
  text-align: center;
}
.cid-sFSUbf0Upl .logo-title {
  text-align: center;
}
.cid-sFSUbf0Upl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sFSUbf0Upl .logo-title,
.cid-sFSUbf0Upl .logo {
  text-align: left;
}
.cid-sXrsDMjGlt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-sXrsDMjGlt p {
  text-align: center;
}
.cid-sXrsDMjGlt .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sXrsDMjGlt .social-list a:focus {
  text-decoration: none;
}
.cid-sXrsDMjGlt .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sXrsDMjGlt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sXrsDMjGlt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sXrsDMjGlt .logo-footer {
  line-height: normal;
}
.cid-sXrsDMjGlt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXrsDMjGlt .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXrsDMjGlt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
#custom-html-6r {
  /* Type valid CSS here */
}
#custom-html-6r .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-6r .visible-xs {
    display: block;
  }
}
#custom-html-6r .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-6r .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-6r a.btn.btn-primary.pink-color {
  background-color: #72d2e5 !important;
}
#custom-html-6r a.btn.btn-primary.purple-color {
  background-color: #72d2e5 !important;
}
#custom-html-6r .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-6r .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-6r .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-rQ7AsGCaVG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ7AsGCaVG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rQ7AsGCaVG img:hover {
  transform: scale(1.1);
}
.cid-rQ7AsGCaVG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rQ7AsGCaVG h2 {
  padding: 0;
  margin: 0;
}
.cid-rQ7AsGCaVG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rQ7AsGCaVG .text-col {
  max-width: 750px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rQ7AsGCaVG .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-rQ7AsGCaVG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rQ7AsGCaVG .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rQ7AsGCaVG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rQ7AsGCaVG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ7AsGCaVG .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rQ7AsGCaVG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rQ7AsGCaVG H2 {
  color: #333333;
}
.cid-rQ7AsGCaVG .mbr-text {
  color: #333333;
}
.cid-rQ7AsGCaVG H1 {
  color: #72d2e5;
}
.cid-rQ7AsGCaVG H3 {
  color: #149dcc;
}
.cid-sFO9H5cCkl {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sFO9H5cCkl .images-container.container-fluid {
  padding: 0;
}
.cid-sFO9H5cCkl .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFO9H5cCkl .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sFO9H5cCkl .media-container-row .img-item img {
  width: 100%;
}
.cid-sFO9H5cCkl .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-sFO9H5cCkl .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sFO9H5cCkl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-sFO9H5cCkl .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFO9H5cCkl .img-item {
    width: 100% !important;
  }
  .cid-sFO9H5cCkl .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFO9H5cCkl .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-sDb9RBac1A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-sDb9RBac1A .mbr-text {
  color: #767676;
}
.cid-sDb9RBac1A h4 {
  text-align: center;
}
.cid-sDb9RBac1A p {
  text-align: center;
}
.cid-sDb9RBac1A .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #4284df;
  border: 2px solid #4284df;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sDb9RBac1A .card:hover .card-img span {
  background: none;
  color: #4284df;
}
.cid-sDb9RBac1A .card-title,
.cid-sDb9RBac1A .card-img {
  color: #72d2e5;
}
.cid-sRzAw99HS6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sRzAw99HS6 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sRzAw99HS6 .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sRzAw99HS6 .col + .mbr-section-btn .btn,
.cid-sRzAw99HS6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sRzAw99HS6 .col + .mbr-section-btn .btn,
  .cid-sRzAw99HS6 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sRzAw99HS6 .dragArea > *:nth-last-child(2).col,
  .cid-sRzAw99HS6 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sRzAw99HS6 .col + .mbr-section-btn,
  .cid-sRzAw99HS6 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sRzAw99HS6 .dragArea {
    flex-direction: column;
  }
}
.cid-sRzAw99HS6 .btn-primary {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzAw99HS6 .btn-primary:hover {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzAw99HS6 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sRzAw99HS6 .form-group {
  max-width: 220px;
}
.cid-sRzAw99HS6 .mbr-section-btn {
  padding-left: 0;
}
.cid-sRzAw99HS6 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sRzAw99HS6 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sRzAw99HS6 .mbr-text {
  color: #444;
}
.cid-sRzAw99HS6 h5 {
  margin-bottom: 0;
}
.cid-sRzAw99HS6 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sRzAw99HS6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzAw99HS6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sRzAw99HS6 .socicon {
  font-size: 1.3rem;
  background: #149dcc;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzAw99HS6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRzAw99HS6 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sRzAw99HS6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRzAw99HS6 .social-list a:hover {
  opacity: 0.4;
}
.cid-sRzAw99HS6 .media-container-row > div {
  padding: 0px;
}
.cid-sRzAw99HS6 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sRzAw99HS6 .group-title {
  text-align: left;
  color: #72d2e5;
  padding-bottom: 0.2rem;
}
.cid-sRzAw99HS6 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRzAw99HS6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sRzAw99HS6 .social-list,
  .cid-sRzAw99HS6 .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-sRzAw99HS6 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sRzAw99HS6 .form-group {
    max-width: 180px;
  }
}
.cid-sRzAw99HS6 .links span {
  color: #9e9e9e;
}
.cid-sRzAw99HS6 .logo-sub-title {
  text-align: center;
}
.cid-sRzAw99HS6 .logo-title {
  text-align: center;
}
.cid-sRzAw99HS6 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sRzAw99HS6 .logo-title,
.cid-sRzAw99HS6 .logo {
  text-align: left;
}
.cid-sXrsJ90n2c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-sXrsJ90n2c p {
  text-align: center;
}
.cid-sXrsJ90n2c .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sXrsJ90n2c .social-list a:focus {
  text-decoration: none;
}
.cid-sXrsJ90n2c .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sXrsJ90n2c .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sXrsJ90n2c .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sXrsJ90n2c .logo-footer {
  line-height: normal;
}
.cid-sXrsJ90n2c .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXrsJ90n2c .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXrsJ90n2c .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN3YoPbe7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sN3YoPbe7t a {
  font-style: normal;
}
.cid-sN3YoPbe7t .show {
  overflow: visible;
}
.cid-sN3YoPbe7t .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sN3YoPbe7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sN3YoPbe7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sN3YoPbe7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .nav-item:focus,
.cid-sN3YoPbe7t .nav-link:focus {
  outline: none;
}
.cid-sN3YoPbe7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sN3YoPbe7t .menu-logo {
  margin-right: auto;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sN3YoPbe7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sN3YoPbe7t button.navbar-toggler {
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sN3YoPbe7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sN3YoPbe7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-sN3YoPbe7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sN3YoPbe7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sN3YoPbe7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t img {
    height: 5rem !important;
  }
  .cid-sN3YoPbe7t .btn {
    display: -webkit-flex;
  }
  .cid-sN3YoPbe7t button.navbar-toggler {
    display: block;
  }
  .cid-sN3YoPbe7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing,
  .cid-sN3YoPbe7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sN3YoPbe7t .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: 767px) {
  .cid-sN3YoPbe7t .nav-link {
    justify-content: start!important;
  }
  .cid-sN3YoPbe7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sN3YoPbe7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sN3YoPbe7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sN3YoPbe7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sN3YoPbe7t .nav-link:hover,
.cid-sN3YoPbe7t .dropdown-item:hover {
  color: #188ef4 !important;
}
@media (min-width: 1500px) {
  .cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sN3YoPbe7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-55 .visible-xs {
    display: block;
  }
}
#custom-html-55 .buttons-social {
  padding-top: 90px;
  color: #777;
  text-align: center;
}
#custom-html-55 .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 10px !important;
  padding: 0px;
}
#custom-html-55 a.btn.btn-primary.pink-color {
  background-color: #72d2e5 !important;
}
#custom-html-55 a.btn.btn-primary.purple-color {
  background-color: #72d2e5 !important;
}
#custom-html-55 .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
  background-color: #1d2671 !important;
}
#custom-html-55 .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #219C1F !important;
  padding-top: 9px !important;
}
#custom-html-55 .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 12px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-skBaYI6Vx7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-18.jpg");
  Text-shadow: 1px 1px 5px Black !important;
}
.cid-skBaYMbaRX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-skBaYMbaRX .mbr-section-subtitle {
  color: #333333;
}
.cid-skBaYMbaRX H2 {
  color: #72d2e5;
}
.cid-sRzBaf6gw2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sRzBaf6gw2 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sRzBaf6gw2 .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sRzBaf6gw2 .col + .mbr-section-btn .btn,
.cid-sRzBaf6gw2 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sRzBaf6gw2 .col + .mbr-section-btn .btn,
  .cid-sRzBaf6gw2 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sRzBaf6gw2 .dragArea > *:nth-last-child(2).col,
  .cid-sRzBaf6gw2 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sRzBaf6gw2 .col + .mbr-section-btn,
  .cid-sRzBaf6gw2 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sRzBaf6gw2 .dragArea {
    flex-direction: column;
  }
}
.cid-sRzBaf6gw2 .btn-primary {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzBaf6gw2 .btn-primary:hover {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzBaf6gw2 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sRzBaf6gw2 .form-group {
  max-width: 220px;
}
.cid-sRzBaf6gw2 .mbr-section-btn {
  padding-left: 0;
}
.cid-sRzBaf6gw2 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sRzBaf6gw2 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sRzBaf6gw2 .mbr-text {
  color: #444;
}
.cid-sRzBaf6gw2 h5 {
  margin-bottom: 0;
}
.cid-sRzBaf6gw2 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sRzBaf6gw2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzBaf6gw2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sRzBaf6gw2 .socicon {
  font-size: 1.3rem;
  background: #149dcc;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzBaf6gw2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRzBaf6gw2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sRzBaf6gw2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRzBaf6gw2 .social-list a:hover {
  opacity: 0.4;
}
.cid-sRzBaf6gw2 .media-container-row > div {
  padding: 0px;
}
.cid-sRzBaf6gw2 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sRzBaf6gw2 .group-title {
  text-align: left;
  color: #72d2e5;
  padding-bottom: 0.2rem;
}
.cid-sRzBaf6gw2 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRzBaf6gw2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sRzBaf6gw2 .social-list,
  .cid-sRzBaf6gw2 .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-sRzBaf6gw2 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sRzBaf6gw2 .form-group {
    max-width: 180px;
  }
}
.cid-sRzBaf6gw2 .links span {
  color: #9e9e9e;
}
.cid-sRzBaf6gw2 .logo-sub-title {
  text-align: center;
}
.cid-sRzBaf6gw2 .logo-title {
  text-align: center;
}
.cid-sRzBaf6gw2 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sRzBaf6gw2 .logo-title,
.cid-sRzBaf6gw2 .logo {
  text-align: left;
}
.cid-sRzBaFvlHo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-sRzBaFvlHo p {
  text-align: center;
}
.cid-sRzBaFvlHo .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sRzBaFvlHo .social-list a:focus {
  text-decoration: none;
}
.cid-sRzBaFvlHo .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sRzBaFvlHo .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sRzBaFvlHo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sRzBaFvlHo .logo-footer {
  line-height: normal;
}
.cid-sRzBaFvlHo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzBaFvlHo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzBaFvlHo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN3YoPbe7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sN3YoPbe7t a {
  font-style: normal;
}
.cid-sN3YoPbe7t .show {
  overflow: visible;
}
.cid-sN3YoPbe7t .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sN3YoPbe7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sN3YoPbe7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sN3YoPbe7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .nav-item:focus,
.cid-sN3YoPbe7t .nav-link:focus {
  outline: none;
}
.cid-sN3YoPbe7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sN3YoPbe7t .menu-logo {
  margin-right: auto;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sN3YoPbe7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sN3YoPbe7t button.navbar-toggler {
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sN3YoPbe7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sN3YoPbe7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-sN3YoPbe7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sN3YoPbe7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sN3YoPbe7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t img {
    height: 5rem !important;
  }
  .cid-sN3YoPbe7t .btn {
    display: -webkit-flex;
  }
  .cid-sN3YoPbe7t button.navbar-toggler {
    display: block;
  }
  .cid-sN3YoPbe7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing,
  .cid-sN3YoPbe7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sN3YoPbe7t .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: 767px) {
  .cid-sN3YoPbe7t .nav-link {
    justify-content: start!important;
  }
  .cid-sN3YoPbe7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sN3YoPbe7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sN3YoPbe7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sN3YoPbe7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sN3YoPbe7t .nav-link:hover,
.cid-sN3YoPbe7t .dropdown-item:hover {
  color: #188ef4 !important;
}
@media (min-width: 1500px) {
  .cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sN3YoPbe7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#custom-html-6t {
  /* Type valid CSS here */
}
#custom-html-6t .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-6t .visible-xs {
    display: block;
  }
}
#custom-html-6t .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-6t .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-6t a.btn.btn-primary.pink-color {
  background-color: #72d2e5 !important;
}
#custom-html-6t a.btn.btn-primary.purple-color {
  background-color: #72d2e5 !important;
}
#custom-html-6t .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-6t .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-6t .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-sDby6UA8Tb {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-sDby6UA8Tb .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sDby6UA8Tb .mbr-overlay {
  background: linear-gradient(#149dcc -10%, #00113e 75%);
}
.cid-skvYIwaE12 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-skvYIwaE12 h2,
.cid-skvYIwaE12 h3,
.cid-skvYIwaE12 h4,
.cid-skvYIwaE12 p {
  color: #ffffff;
}
.cid-skvYIwaE12 .mbr-overlay {
  z-index: -1;
}
.cid-skvYIwaE12 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-skvYIwaE12 .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-skvYIwaE12 .form-control:focus,
.cid-skvYIwaE12 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-skvYIwaE12 .form-group {
  margin-bottom: 1rem;
}
.cid-skvYIwaE12 input::-webkit-input-placeholder,
.cid-skvYIwaE12 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-skvYIwaE12 input:-moz-placeholder,
.cid-skvYIwaE12 textarea:-moz-placeholder {
  color: #656565;
}
.cid-skvYIwaE12 .jq-selectbox li,
.cid-skvYIwaE12 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-skvYIwaE12 .jq-selectbox li:hover,
.cid-skvYIwaE12 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-skvYIwaE12 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-skvYIwaE12 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-skvYIwaE12 .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-skvYIwaE12 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-skvYIwaE12 .mbr-text {
  color: #767676;
}
.cid-skvYIwaE12 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-skvYIwaE12 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-skvYIwaE12 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-skvYIwaE12 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-skvYIwaE12 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-skvYIwaE12 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-skvYIwaE12 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-skvYIwaE12 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-skvYIwaE12 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-skvYIwaE12 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-skvYIwaE12 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-skvYIwaE12 .block-content {
    padding: 0;
  }
  .cid-skvYIwaE12 .form-block {
    padding: 1rem;
  }
}
.cid-sRzAYwVFVr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sRzAYwVFVr .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sRzAYwVFVr .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sRzAYwVFVr .col + .mbr-section-btn .btn,
.cid-sRzAYwVFVr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sRzAYwVFVr .col + .mbr-section-btn .btn,
  .cid-sRzAYwVFVr .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sRzAYwVFVr .dragArea > *:nth-last-child(2).col,
  .cid-sRzAYwVFVr .dragArea > *:nth-last-child(2).col-auto,
  .cid-sRzAYwVFVr .col + .mbr-section-btn,
  .cid-sRzAYwVFVr .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sRzAYwVFVr .dragArea {
    flex-direction: column;
  }
}
.cid-sRzAYwVFVr .btn-primary {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzAYwVFVr .btn-primary:hover {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzAYwVFVr .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sRzAYwVFVr .form-group {
  max-width: 220px;
}
.cid-sRzAYwVFVr .mbr-section-btn {
  padding-left: 0;
}
.cid-sRzAYwVFVr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sRzAYwVFVr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sRzAYwVFVr .mbr-text {
  color: #444;
}
.cid-sRzAYwVFVr h5 {
  margin-bottom: 0;
}
.cid-sRzAYwVFVr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sRzAYwVFVr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzAYwVFVr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sRzAYwVFVr .socicon {
  font-size: 1.3rem;
  background: #149dcc;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzAYwVFVr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRzAYwVFVr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sRzAYwVFVr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRzAYwVFVr .social-list a:hover {
  opacity: 0.4;
}
.cid-sRzAYwVFVr .media-container-row > div {
  padding: 0px;
}
.cid-sRzAYwVFVr .text2 {
  color: #000000;
  text-align: left;
}
.cid-sRzAYwVFVr .group-title {
  text-align: left;
  color: #72d2e5;
  padding-bottom: 0.2rem;
}
.cid-sRzAYwVFVr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRzAYwVFVr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sRzAYwVFVr .social-list,
  .cid-sRzAYwVFVr .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-sRzAYwVFVr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sRzAYwVFVr .form-group {
    max-width: 180px;
  }
}
.cid-sRzAYwVFVr .links span {
  color: #9e9e9e;
}
.cid-sRzAYwVFVr .logo-sub-title {
  text-align: center;
}
.cid-sRzAYwVFVr .logo-title {
  text-align: center;
}
.cid-sRzAYwVFVr .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sRzAYwVFVr .logo-title,
.cid-sRzAYwVFVr .logo {
  text-align: left;
}
.cid-sRzAZ34RF4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-sRzAZ34RF4 p {
  text-align: center;
}
.cid-sRzAZ34RF4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sRzAZ34RF4 .social-list a:focus {
  text-decoration: none;
}
.cid-sRzAZ34RF4 .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sRzAZ34RF4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sRzAZ34RF4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sRzAZ34RF4 .logo-footer {
  line-height: normal;
}
.cid-sRzAZ34RF4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzAZ34RF4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzAZ34RF4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN3YoPbe7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sN3YoPbe7t a {
  font-style: normal;
}
.cid-sN3YoPbe7t .show {
  overflow: visible;
}
.cid-sN3YoPbe7t .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sN3YoPbe7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sN3YoPbe7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sN3YoPbe7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .nav-item:focus,
.cid-sN3YoPbe7t .nav-link:focus {
  outline: none;
}
.cid-sN3YoPbe7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sN3YoPbe7t .menu-logo {
  margin-right: auto;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sN3YoPbe7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sN3YoPbe7t button.navbar-toggler {
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sN3YoPbe7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sN3YoPbe7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-sN3YoPbe7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sN3YoPbe7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sN3YoPbe7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t img {
    height: 5rem !important;
  }
  .cid-sN3YoPbe7t .btn {
    display: -webkit-flex;
  }
  .cid-sN3YoPbe7t button.navbar-toggler {
    display: block;
  }
  .cid-sN3YoPbe7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing,
  .cid-sN3YoPbe7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sN3YoPbe7t .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: 767px) {
  .cid-sN3YoPbe7t .nav-link {
    justify-content: start!important;
  }
  .cid-sN3YoPbe7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sN3YoPbe7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sN3YoPbe7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sN3YoPbe7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sN3YoPbe7t .nav-link:hover,
.cid-sN3YoPbe7t .dropdown-item:hover {
  color: #188ef4 !important;
}
@media (min-width: 1500px) {
  .cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sN3YoPbe7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s .visible-xs {
  display: none;
}
@media (max-width: 768px) {
  #custom-html-6s .visible-xs {
    display: block;
  }
}
#custom-html-6s .buttons-social {
  padding-top: 100px;
  color: #777;
  text-align: center;
}
#custom-html-6s .header-botoes-contato {
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0px;
}
#custom-html-6s a.btn.btn-primary.pink-color {
  background-color: #72d2e5 !important;
}
#custom-html-6s a.btn.btn-primary.purple-color {
  background-color: #72d2e5 !important;
}
#custom-html-6s .header-botoes-contato .btn-primary {
  color: #fff !important;
  border-color: #2e6da4 !important;
}
#custom-html-6s .header-botoes-contato .btn-success {
  color: #fff !important;
  display: inline-block !important;
  background-color: #5cb85c !important;
  padding-top: 9px !important;
}
#custom-html-6s .header-botoes-contato .btn {
  border: 1px !important;
  padding: 5px;
  font-size: 11px !important;
  height: 35px;
  border-radius: 10px;
  width: 100px;
  font-weight: bold;
}
.cid-sDbxie2Zfk {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tcnico-em-podologia.jpg");
}
.cid-sDbxie2Zfk .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sDbxie2Zfk .mbr-overlay {
  background: linear-gradient(#149dcc -10%, #00113e 75%);
}
.cid-sDbAzTmBqS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sMTmCUff6w {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMTmCUff6w .media-content .btn-bgr {
  z-index: 0;
}
.cid-sMTmCUff6w .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sMTmCUff6w h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sMTmCUff6w p {
  color: #464646;
}
.cid-sMTmCUff6w h2 {
  color: #000000;
}
.cid-sMTmCUff6w .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sMTmCUff6w .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sMTmCUff6w .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sMTmCUff6w .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sMTmCUff6w .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sMTmCUff6w .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMTmCUff6w .mbr-text {
    text-align: center;
  }
}
.cid-sMTmCUff6w .mbr-section-title,
.cid-sMTmCUff6w .mbr-section-btn {
  color: #72d2e5;
}
.cid-sMTfR4WMYI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMTfR4WMYI .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .card-title {
  color: #72d2e5;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .card-title:hover {
  color: #72d2e5;
  transition: 0.3s all;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .mbr-iconfont {
  color: #7237a2;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-category .category {
  color: #72d2e5;
  font-weight: 500;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-date .date {
  color: #7237a2;
  font-weight: 500;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-comment .comment {
  color: #7237a2;
  font-weight: 500;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .card-subtitle {
  color: #72d2e5;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #7237a2;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sMTfR4WMYI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sMTfR4WMYI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sMTfR4WMYI * {
    text-align: left;
  }
}
.cid-sMTfR4WMYI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sMTfR4WMYI .card-wrapper .card-box .mbr-text,
.cid-sMTfR4WMYI .mbr-section-btn {
  color: #121111;
}
.cid-sMTfR4WMYI P {
  text-align: left;
}
.cid-sDbAcitO6w {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #72d2e5;
}
.cid-sDbAcitO6w .media-content .btn-bgr {
  z-index: 0;
}
.cid-sDbAcitO6w .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sDbAcitO6w h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sDbAcitO6w p {
  color: #464646;
}
.cid-sDbAcitO6w h2 {
  color: #000000;
}
.cid-sDbAcitO6w .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sDbAcitO6w .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDbAcitO6w .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sDbAcitO6w .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDbAcitO6w .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sDbAcitO6w .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDbAcitO6w .mbr-text {
    text-align: center;
  }
}
.cid-sDbAcitO6w .mbr-section-title,
.cid-sDbAcitO6w .mbr-section-btn {
  color: #ffffff;
}
.cid-sDbAcitO6w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDbCvQOqFG {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDbCvQOqFG .media-content .btn-bgr {
  z-index: 0;
}
.cid-sDbCvQOqFG .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sDbCvQOqFG h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sDbCvQOqFG p {
  color: #464646;
}
.cid-sDbCvQOqFG h2 {
  color: #000000;
}
.cid-sDbCvQOqFG .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sDbCvQOqFG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDbCvQOqFG .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sDbCvQOqFG .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDbCvQOqFG .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sDbCvQOqFG .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDbCvQOqFG .mbr-text {
    text-align: center;
  }
}
.cid-sDbCvQOqFG .mbr-section-title,
.cid-sDbCvQOqFG .mbr-section-btn {
  color: #72d2e5;
}
.cid-sDbCvQOqFG .mbr-section-subtitle {
  color: #121111;
}
.cid-sDbDThdCTn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDbDThdCTn .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sDbDThdCTn .card-wrapper .card-box .card-title {
  color: #72d2e5;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sDbDThdCTn .card-wrapper .card-box .card-title:hover {
  color: #72d2e5;
  transition: 0.3s all;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .mbr-iconfont {
  color: #7237a2;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-category .category {
  color: #72d2e5;
  font-weight: 500;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-date .date {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-comment .comment {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbDThdCTn .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sDbDThdCTn .card-wrapper .card-box .card-subtitle {
  color: #72d2e5;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #7237a2;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sDbDThdCTn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sDbDThdCTn .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sDbDThdCTn * {
    text-align: left;
  }
}
.cid-sDbDThdCTn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sDbDThdCTn .card-wrapper .card-box .mbr-text,
.cid-sDbDThdCTn .mbr-section-btn {
  color: #121111;
}
.cid-sDbImPRkTE {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #72d2e5;
}
.cid-sDbImPRkTE .media-content .btn-bgr {
  z-index: 0;
}
.cid-sDbImPRkTE .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sDbImPRkTE h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sDbImPRkTE p {
  color: #464646;
}
.cid-sDbImPRkTE h2 {
  color: #000000;
}
.cid-sDbImPRkTE .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sDbImPRkTE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDbImPRkTE .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sDbImPRkTE .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDbImPRkTE .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sDbImPRkTE .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDbImPRkTE .mbr-text {
    text-align: center;
  }
}
.cid-sDbImPRkTE .mbr-section-title,
.cid-sDbImPRkTE .mbr-section-btn {
  color: #ffffff;
}
.cid-sDbImPRkTE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDbJ21xJMH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDbJ21xJMH .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .card-title {
  color: #72d2e5;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .card-title:hover {
  color: #72d2e5;
  transition: 0.3s all;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .mbr-iconfont {
  color: #7237a2;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-category .category {
  color: #72d2e5;
  font-weight: 500;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-date .date {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-comment .comment {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .card-subtitle {
  color: #72d2e5;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #7237a2;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sDbJ21xJMH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sDbJ21xJMH .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sDbJ21xJMH * {
    text-align: left;
  }
}
.cid-sDbJ21xJMH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sDbJ21xJMH .card-wrapper .card-box .mbr-text,
.cid-sDbJ21xJMH .mbr-section-btn {
  color: #121111;
}
.cid-sDbJ21xJMH P {
  text-align: left;
}
.cid-sDbK3728y5 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #72d2e5;
}
.cid-sDbK3728y5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #4284df);
}
.cid-sDbK3728y5 h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-sDbK3728y5 p {
  color: #FFFFFF;
}
.cid-sDbK3728y5 h4 {
  color: #FFFFFF;
  display: none;
}
.cid-sDbK3728y5 .mbr-figure img {
  padding-left: 1rem;
}
.cid-sDbK3728y5 .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-sDbK3728y5 .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-sDbK3728y5 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sDbK3728y5 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-sDbK3728y5 .counter-container .counter {
    left: 2rem;
  }
}
.cid-sDbGAqvf7n {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDbGAqvf7n .media-content .btn-bgr {
  z-index: 0;
}
.cid-sDbGAqvf7n .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sDbGAqvf7n h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sDbGAqvf7n p {
  color: #464646;
}
.cid-sDbGAqvf7n h2 {
  color: #000000;
}
.cid-sDbGAqvf7n .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sDbGAqvf7n .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDbGAqvf7n .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sDbGAqvf7n .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDbGAqvf7n .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sDbGAqvf7n .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDbGAqvf7n .mbr-text {
    text-align: center;
  }
}
.cid-sDbGAqvf7n .mbr-section-title,
.cid-sDbGAqvf7n .mbr-section-btn {
  color: #72d2e5;
}
.cid-sDbGSTAZg2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDbGSTAZg2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .card-title {
  color: #72d2e5;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .card-title:hover {
  color: #72d2e5;
  transition: 0.3s all;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #7237a2;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-category .category {
  color: #72d2e5;
  font-weight: 500;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-date .date {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #7237a2;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #7237a2;
  font-weight: 500;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .card-subtitle {
  color: #72d2e5;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #7237a2;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-sDbGSTAZg2 * {
    text-align: left;
  }
}
.cid-sDbGSTAZg2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-sDbGSTAZg2 .card-wrapper .card-box .mbr-text,
.cid-sDbGSTAZg2 .mbr-section-btn {
  color: #121111;
}
.cid-sDbI6jJBja {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #72d2e5;
}
.cid-sDbI6jJBja .media-content .btn-bgr {
  z-index: 0;
}
.cid-sDbI6jJBja .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sDbI6jJBja h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sDbI6jJBja p {
  color: #464646;
}
.cid-sDbI6jJBja h2 {
  color: #000000;
}
.cid-sDbI6jJBja .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sDbI6jJBja .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sDbI6jJBja .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sDbI6jJBja .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDbI6jJBja .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sDbI6jJBja .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDbI6jJBja .mbr-text {
    text-align: center;
  }
}
.cid-sDbI6jJBja .mbr-section-title,
.cid-sDbI6jJBja .mbr-section-btn {
  color: #ffffff;
}
.cid-sDbI6jJBja .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sMTlc5ioi1 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMTlc5ioi1 .media-content .btn-bgr {
  z-index: 0;
}
.cid-sMTlc5ioi1 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sMTlc5ioi1 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sMTlc5ioi1 p {
  color: #464646;
}
.cid-sMTlc5ioi1 h2 {
  color: #000000;
}
.cid-sMTlc5ioi1 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sMTlc5ioi1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sMTlc5ioi1 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sMTlc5ioi1 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sMTlc5ioi1 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sMTlc5ioi1 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMTlc5ioi1 .mbr-text {
    text-align: center;
  }
}
.cid-sMTlc5ioi1 .mbr-section-title,
.cid-sMTlc5ioi1 .mbr-section-btn {
  color: #72d2e5;
}
.cid-sMTlc5ioi1 .mbr-section-subtitle {
  color: #121111;
}
.cid-sMTlvNq5fm {
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #72d2e5;
}
.cid-sMTlvNq5fm .media-content .btn-bgr {
  z-index: 0;
}
.cid-sMTlvNq5fm .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sMTlvNq5fm h3 {
  color: #000000;
  font-weight: 300;
}
.cid-sMTlvNq5fm p {
  color: #464646;
}
.cid-sMTlvNq5fm h2 {
  color: #000000;
}
.cid-sMTlvNq5fm .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sMTlvNq5fm .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sMTlvNq5fm .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-sMTlvNq5fm .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sMTlvNq5fm .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sMTlvNq5fm .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sMTlvNq5fm .mbr-text {
    text-align: center;
  }
}
.cid-sMTlvNq5fm .mbr-section-title,
.cid-sMTlvNq5fm .mbr-section-btn {
  color: #ffffff;
}
.cid-sMTlvNq5fm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRzABf7DHk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sRzABf7DHk .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-sRzABf7DHk .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sRzABf7DHk .col + .mbr-section-btn .btn,
.cid-sRzABf7DHk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sRzABf7DHk .col + .mbr-section-btn .btn,
  .cid-sRzABf7DHk .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sRzABf7DHk .dragArea > *:nth-last-child(2).col,
  .cid-sRzABf7DHk .dragArea > *:nth-last-child(2).col-auto,
  .cid-sRzABf7DHk .col + .mbr-section-btn,
  .cid-sRzABf7DHk .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sRzABf7DHk .dragArea {
    flex-direction: column;
  }
}
.cid-sRzABf7DHk .btn-primary {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzABf7DHk .btn-primary:hover {
  border: 1px solid #72d2e5 !important;
}
.cid-sRzABf7DHk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sRzABf7DHk .form-group {
  max-width: 220px;
}
.cid-sRzABf7DHk .mbr-section-btn {
  padding-left: 0;
}
.cid-sRzABf7DHk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sRzABf7DHk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sRzABf7DHk .mbr-text {
  color: #444;
}
.cid-sRzABf7DHk h5 {
  margin-bottom: 0;
}
.cid-sRzABf7DHk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sRzABf7DHk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzABf7DHk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sRzABf7DHk .socicon {
  font-size: 1.3rem;
  background: #149dcc;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRzABf7DHk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRzABf7DHk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sRzABf7DHk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRzABf7DHk .social-list a:hover {
  opacity: 0.4;
}
.cid-sRzABf7DHk .media-container-row > div {
  padding: 0px;
}
.cid-sRzABf7DHk .text2 {
  color: #000000;
  text-align: left;
}
.cid-sRzABf7DHk .group-title {
  text-align: left;
  color: #72d2e5;
  padding-bottom: 0.2rem;
}
.cid-sRzABf7DHk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRzABf7DHk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sRzABf7DHk .social-list,
  .cid-sRzABf7DHk .img-list {
    -webkit-justify-content: left;
    justify-content: left;
    text-align: left;
  }
  .cid-sRzABf7DHk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sRzABf7DHk .form-group {
    max-width: 180px;
  }
}
.cid-sRzABf7DHk .links span {
  color: #9e9e9e;
}
.cid-sRzABf7DHk .logo-sub-title {
  text-align: center;
}
.cid-sRzABf7DHk .logo-title {
  text-align: center;
}
.cid-sRzABf7DHk .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sRzABf7DHk .logo-title,
.cid-sRzABf7DHk .logo {
  text-align: left;
}
.cid-sXrsN2NqGx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
}
.cid-sXrsN2NqGx p {
  text-align: center;
}
.cid-sXrsN2NqGx .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sXrsN2NqGx .social-list a:focus {
  text-decoration: none;
}
.cid-sXrsN2NqGx .text-copyright {
  width: 100%;
  color: #ffffff;
}
.cid-sXrsN2NqGx .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sXrsN2NqGx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sXrsN2NqGx .logo-footer {
  line-height: normal;
}
.cid-sXrsN2NqGx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXrsN2NqGx .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXrsN2NqGx .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN3YoPbe7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sN3YoPbe7t a {
  font-style: normal;
}
.cid-sN3YoPbe7t .show {
  overflow: visible;
}
.cid-sN3YoPbe7t .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sN3YoPbe7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sN3YoPbe7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sN3YoPbe7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .nav-item:focus,
.cid-sN3YoPbe7t .nav-link:focus {
  outline: none;
}
.cid-sN3YoPbe7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sN3YoPbe7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sN3YoPbe7t .menu-logo {
  margin-right: auto;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN3YoPbe7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN3YoPbe7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sN3YoPbe7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-sN3YoPbe7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sN3YoPbe7t button.navbar-toggler {
  width: 30px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sN3YoPbe7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sN3YoPbe7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sN3YoPbe7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sN3YoPbe7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sN3YoPbe7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sN3YoPbe7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sN3YoPbe7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 86.875vh;
  }
}
.cid-sN3YoPbe7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sN3YoPbe7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sN3YoPbe7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sN3YoPbe7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sN3YoPbe7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sN3YoPbe7t .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-sN3YoPbe7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t img {
    height: 5rem !important;
  }
  .cid-sN3YoPbe7t .btn {
    display: -webkit-flex;
  }
  .cid-sN3YoPbe7t button.navbar-toggler {
    display: block;
  }
  .cid-sN3YoPbe7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sN3YoPbe7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing,
  .cid-sN3YoPbe7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sN3YoPbe7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sN3YoPbe7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sN3YoPbe7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sN3YoPbe7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sN3YoPbe7t .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: 767px) {
  .cid-sN3YoPbe7t .nav-link {
    justify-content: start!important;
  }
  .cid-sN3YoPbe7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sN3YoPbe7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sN3YoPbe7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sN3YoPbe7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sN3YoPbe7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sN3YoPbe7t .nav-link:hover,
.cid-sN3YoPbe7t .dropdown-item:hover {
  color: #188ef4 !important;
}
@media (min-width: 1500px) {
  .cid-sN3YoPbe7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sN3YoPbe7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
