/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../assets/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../assets/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../assets/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../assets/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../assets/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../assets/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../assets/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../assets/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../assets/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../assets/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../../assets/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../assets/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
  font-family: 'Roboto', sans-serif!important ;}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0095ff !important;
}
.bg-success {
  background-color: #0077ff !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #191919 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-primary:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #55b4d4, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-success:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #55b4d4, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #55b4d4, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #55b4d4, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #55b4d4, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #55b4d4, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #55b4d4, #ffffff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #191919;
  color: #191919;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #55b4d4, #191919);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #55b4d4, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #0095ff !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #0077ff !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #191919 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66bfff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #66adff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #758689 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #4c4c4c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #191919;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0095ff;
  border-color: #0095ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0095ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cbcbcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #0095ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0095ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0095ff;
  border-bottom-color: #0095ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0095ff !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: #55b4d4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230095ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 0.6rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #ffffff !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNmF9EpW {
  padding-top: 330px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/276416-voce-sabe-quando-procurar-um-ortopedista-descubra-aqui-2000x1334.webp");
}
.cid-s1YNmF9EpW H1 {
  color: #000000;
  text-align: right;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-s1YPFUMG3v {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/retngulo-18-copiar-13-1920x80.jpg");
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #ffffff;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 0rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #0095ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 0rem 0rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #465052;
}
.cid-s1YPFUMG3v H4 {
  color: #465052;
}
.cid-s1YPFUMG3v H2 {
  color: #ffffff;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #999999;
}
.cid-s1YPFUMG3v DIV {
  text-align: center;
}
.cid-sHBt7Sd8T5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/retngulo-18-copiar-5-1920x15.jpg");
}
.cid-sHBt7Sd8T5 .mbr-text,
.cid-sHBt7Sd8T5 .mbr-section-btn {
  color: #333333;
}
.cid-sHBvElTH7H {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sHBvElTH7H .mbr-text,
.cid-sHBvElTH7H .mbr-section-btn {
  color: #465052;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sHBvElTH7H .mbr-section-title,
  .cid-sHBvElTH7H .mbr-section-btn,
  .cid-sHBvElTH7H .mbr-text {
    text-align: center;
  }
}
.cid-sHBvElTH7H .mbr-section-subtitle {
  color: #0095ff;
  letter-spacing: 6px;
}
.cid-sHBuRj9V39 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/elemento-logo-copiar-1920x568.webp");
}
.cid-sHBuRj9V39 .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.cid-sHBuRj9V39 .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
  margin-bottom: 120px;
}
.cid-sHBuRj9V39 .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sHBuRj9V39 .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sHBuRj9V39 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sHBuRj9V39 .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 0px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-sHBuRj9V39 .carousel-item .slider__item:hover {
  border: 2px solid #0077ff;
}
.cid-sHBuRj9V39 .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-sHBuRj9V39 .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-sHBuRj9V39 .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHBuRj9V39 .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 250px;
  position: relative;
  padding: 20px 20px 20px;
  border-radius: 0 0 4px 4px;
  border: 0px solid #0095ff;
  border-top: 0px solid transparent;
  transition: border .3s;
}
.cid-sHBuRj9V39 .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 150px;
}
.cid-sHBuRj9V39 .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #0077ff;
}
.cid-sHBuRj9V39 .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sHBuRj9V39 .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sHBuRj9V39 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sHBuRj9V39 .link a {
  font-weight: 700;
}
.cid-sHBuRj9V39 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sHBuRj9V39 .link:hover span {
  transform: translateX(9px);
}
.cid-sHBuRj9V39 .carousel-item.active,
.cid-sHBuRj9V39 .carousel-item-next,
.cid-sHBuRj9V39 .carousel-item-prev {
  display: flex;
}
.cid-sHBuRj9V39 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHBuRj9V39 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #0095ff;
  background-color: transparent;
}
.cid-sHBuRj9V39 .carousel-controls a span {
  color: #0095ff;
  font-size: 18px;
}
.cid-sHBuRj9V39 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sHBuRj9V39 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sHBuRj9V39 .carousel-controls .carousel-control-next,
.cid-sHBuRj9V39 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sHBuRj9V39 .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sHBuRj9V39 .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-sHBuRj9V39 .cloneditem-1,
.cid-sHBuRj9V39 .cloneditem-2,
.cid-sHBuRj9V39 .cloneditem-3,
.cid-sHBuRj9V39 .cloneditem-4,
.cid-sHBuRj9V39 .cloneditem-5 {
  display: none;
}
.cid-sHBuRj9V39 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHBuRj9V39 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHBuRj9V39 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHBuRj9V39 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides2 .cloneditem-1,
  .cid-sHBuRj9V39 .carousel-inner.slides2 .cloneditem-2,
  .cid-sHBuRj9V39 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHBuRj9V39 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHBuRj9V39 .carousel-inner.slides3 .cloneditem-1,
  .cid-sHBuRj9V39 .carousel-inner.slides3 .cloneditem-2,
  .cid-sHBuRj9V39 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-sHBuRj9V39 .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sHBuRj9V39 .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sHBuRj9V39 .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-sHBuRj9V39 .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sHBuRj9V39 .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sHBuRj9V39 .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sHBuRj9V39 .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sHBuRj9V39 .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-sHBuRj9V39 .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sHBuRj9V39 .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sHBuRj9V39 .carousel-controls {
    display: none;
  }
}
.cid-sHBuRj9V39 .mbr-section-title {
  text-align: left;
}
.cid-sHBuRj9V39 .slider__content .slider__title {
  color: #0095ff;
  text-align: center;
}
.cid-sHBuRj9V39 .slider__content .slider__text,
.cid-sHBuRj9V39 .link {
  text-align: center;
}
.cid-sHByCgG8cD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e7f9ff;
}
.cid-sHByCgG8cD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHByCgG8cD .card {
  border-radius: 0;
}
.cid-sHByCgG8cD .wrapper {
  padding: 3rem 6rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1500px) {
  .cid-sHByCgG8cD .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-sHByCgG8cD .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-sHByCgG8cD .card-phone:hover {
  color: #0095ff;
}
.cid-sHByCgG8cD .img-col {
  padding: 0;
}
.cid-sHByCgG8cD .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sHByCgG8cD .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sHByCgG8cD .mbr-text,
.cid-sHByCgG8cD .mbr-section-btn {
  color: #465052;
}
.cid-sHByCgG8cD .card-title,
.cid-sHByCgG8cD .card-box {
  color: #200960;
}
.cid-sHByCgG8cD .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sHBA8rzIQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fisioterapia-ortopedica-2000x1315.webp");
}
.cid-sHBA8rzIQ5 .mbr-text {
  margin-bottom: 20px;
}
.cid-sHBA8rzIQ5 .mbr-section-btn .btn:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.cid-sHBA8rzIQ5 .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sHBA8rzIQ5 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sHBA8rzIQ5 .contact__wrap {
  padding-bottom: 40px;
}
.cid-sHBA8rzIQ5 .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-sHBA8rzIQ5 .contact__title,
.cid-sHBA8rzIQ5 .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHBA8rzIQ5 .contact__wrap,
  .cid-sHBA8rzIQ5 .title__block {
    padding-bottom: 30px;
  }
}
.cid-sHBA8rzIQ5 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sHBA8rzIQ5 .mbr-section-title,
.cid-sHBA8rzIQ5 .mbr-section-btn {
  text-align: left;
}
.cid-sHBBlU3H2r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sHBBlU3H2r .mbr-text,
.cid-sHBBlU3H2r .mbr-section-btn {
  color: #465052;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sHBBlU3H2r .mbr-section-title,
  .cid-sHBBlU3H2r .mbr-section-btn,
  .cid-sHBBlU3H2r .mbr-text {
    text-align: center;
  }
}
.cid-sHBBlU3H2r .mbr-section-subtitle {
  color: #465052;
  letter-spacing: 6px;
}
.cid-sHBBj72PCH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sHBBj72PCH .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.cid-sHBBj72PCH .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
  margin-bottom: 120px;
}
.cid-sHBBj72PCH .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sHBBj72PCH .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sHBBj72PCH .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sHBBj72PCH .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 0px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-sHBBj72PCH .carousel-item .slider__item:hover {
  border: 2px solid #0077ff;
}
.cid-sHBBj72PCH .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-sHBBj72PCH .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-sHBBj72PCH .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHBBj72PCH .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 250px;
  position: relative;
  padding: 20px 20px 20px;
  border-radius: 0 0 4px 4px;
  border: 0px solid #465052;
  border-top: 0px solid transparent;
  transition: border .3s;
}
.cid-sHBBj72PCH .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 150px;
}
.cid-sHBBj72PCH .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #0077ff;
}
.cid-sHBBj72PCH .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sHBBj72PCH .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sHBBj72PCH .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sHBBj72PCH .link a {
  font-weight: 700;
}
.cid-sHBBj72PCH .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sHBBj72PCH .link:hover span {
  transform: translateX(9px);
}
.cid-sHBBj72PCH .carousel-item.active,
.cid-sHBBj72PCH .carousel-item-next,
.cid-sHBBj72PCH .carousel-item-prev {
  display: flex;
}
.cid-sHBBj72PCH .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sHBBj72PCH .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #465052;
  background-color: transparent;
}
.cid-sHBBj72PCH .carousel-controls a span {
  color: #465052;
  font-size: 18px;
}
.cid-sHBBj72PCH .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sHBBj72PCH .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sHBBj72PCH .carousel-controls .carousel-control-next,
.cid-sHBBj72PCH .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sHBBj72PCH .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sHBBj72PCH .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-sHBBj72PCH .cloneditem-1,
.cid-sHBBj72PCH .cloneditem-2,
.cid-sHBBj72PCH .cloneditem-3,
.cid-sHBBj72PCH .cloneditem-4,
.cid-sHBBj72PCH .cloneditem-5 {
  display: none;
}
.cid-sHBBj72PCH .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHBBj72PCH .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHBBj72PCH .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHBBj72PCH .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides2 .cloneditem-1,
  .cid-sHBBj72PCH .carousel-inner.slides2 .cloneditem-2,
  .cid-sHBBj72PCH .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHBBj72PCH .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sHBBj72PCH .carousel-inner.slides3 .cloneditem-1,
  .cid-sHBBj72PCH .carousel-inner.slides3 .cloneditem-2,
  .cid-sHBBj72PCH .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-sHBBj72PCH .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sHBBj72PCH .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sHBBj72PCH .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-sHBBj72PCH .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sHBBj72PCH .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sHBBj72PCH .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sHBBj72PCH .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sHBBj72PCH .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-sHBBj72PCH .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sHBBj72PCH .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sHBBj72PCH .carousel-controls {
    display: none;
  }
}
.cid-sHBBj72PCH .mbr-section-title {
  text-align: left;
}
.cid-sHBBj72PCH .slider__content .slider__title {
  color: #465052;
  text-align: center;
}
.cid-sHBBj72PCH .slider__content .slider__text,
.cid-sHBBj72PCH .link {
  text-align: center;
}
.cid-sHBFZ90ufu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bannerortopedia-1920x460.webp");
}
.cid-sHBFZ90ufu .mbr-text {
  margin-bottom: 20px;
  color: #465052;
}
.cid-sHBFZ90ufu .mbr-section-btn .btn:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.cid-sHBFZ90ufu .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sHBFZ90ufu .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sHBFZ90ufu .contact__wrap {
  padding-bottom: 40px;
}
.cid-sHBFZ90ufu .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-sHBFZ90ufu .contact__title,
.cid-sHBFZ90ufu .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHBFZ90ufu .contact__wrap,
  .cid-sHBFZ90ufu .title__block {
    padding-bottom: 30px;
  }
}
.cid-sHBFZ90ufu .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sHBFZ90ufu .mbr-section-title,
.cid-sHBFZ90ufu .mbr-section-btn {
  text-align: left;
  color: #0095ff;
}
.cid-sHBH1bbLQ3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHBH1bbLQ3 img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sHBH1bbLQ3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sHBH1bbLQ3 .card-wrapper {
  background: #ffffff;
  padding: 1rem;
}
.cid-sHBH1bbLQ3 .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #0095ff);
}
.cid-sHBH1bbLQ3 .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-sHBH1bbLQ3 .icon-wrapper {
  padding: 0 1rem;
}
.cid-sHBH1bbLQ3 .card-box {
  padding-top: 1rem;
}
.cid-sHBH1bbLQ3 .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #0095ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sHBH1bbLQ3 .card-title {
  color: #999999;
}
.cid-sHBH1bbLQ3 .mbr-subtitle {
  color: #0095ff;
}
.cid-sHBH1bbLQ3 .main-title {
  color: #0095ff;
}
.cid-sHBH1bbLQ3 .main-subtitle {
  color: #999999;
}
.cid-sHBH1bbLQ3 .card {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
.cid-sHBH1bbLQ3 .card:hover {
  transform: translateY(-10px);
}
.cid-sHBH1bbLQ3 .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sHBH1bbLQ3 .card:hover .card-title,
.cid-sHBH1bbLQ3 .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sHBH1bbLQ3 .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sHBH1bbLQ3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHBJeVrdLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/convenios-1024x480.webp");
}
.cid-sHBJeVrdLZ .mbr-text {
  margin-bottom: 20px;
  color: #465052;
}
.cid-sHBJeVrdLZ .mbr-section-btn .btn:hover {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.cid-sHBJeVrdLZ .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-sHBJeVrdLZ .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sHBJeVrdLZ .contact__wrap {
  padding-bottom: 40px;
}
.cid-sHBJeVrdLZ .contact__wrap:last-child {
  padding-bottom: 0;
}
.cid-sHBJeVrdLZ .contact__title,
.cid-sHBJeVrdLZ .contact__text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHBJeVrdLZ .contact__wrap,
  .cid-sHBJeVrdLZ .title__block {
    padding-bottom: 30px;
  }
}
.cid-sHBJeVrdLZ .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sHBJeVrdLZ .mbr-section-title,
.cid-sHBJeVrdLZ .mbr-section-btn {
  text-align: right;
  color: #465052;
}
.cid-sHBuBuwpBB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #e7f9ff;
}
.cid-sHBuBuwpBB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sHBuBuwpBB .form-group {
  margin-bottom: 1rem;
}
.cid-sHBuBuwpBB .form-control {
  border: none;
  border-radius: 0;
  padding: .5rem 1rem;
  background: #ffffff;
  color: #2e486c;
  width: 100%;
}
.cid-sHBuBuwpBB textarea.form-control {
  min-height: 96px;
}
.cid-sHBuBuwpBB .input-group-btn {
  width: 100%;
}
.cid-sHBuBuwpBB .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-sHBuBuwpBB .form-control-label {
  color: #2e486c;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-sHBuBuwpBB .google-map {
  width: 100%;
  height: 25rem;
  height: 100%;
}
.cid-sHBuBuwpBB .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sHBuBuwpBB .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-sHBuBuwpBB .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
.cid-sHBuBuwpBB .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-sHBuBuwpBB .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHBuBuwpBB .form-subtitle {
    text-align: center;
  }
}
.cid-sHBuBuwpBB .form-title {
  color: #353535;
}
.cid-sHBKKac1Xc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .content {
    text-align: center;
  }
  .cid-sHBKKac1Xc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHBKKac1Xc .logo-subtitle {
  color: #8d97ad;
}
.cid-sHBKKac1Xc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHBKKac1Xc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHBKKac1Xc .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHBKKac1Xc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHBKKac1Xc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHBKKac1Xc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHBKKac1Xc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHBKKac1Xc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHBKKac1Xc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHBKKac1Xc .list-item {
  display: flex;
}
.cid-sHBKKac1Xc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHBKKac1Xc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHBKKac1Xc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHBKKac1Xc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHBKKac1Xc .column-title {
  color: #ffffff;
}
.cid-sHBKKac1Xc P {
  color: #ffffff;
}
.cid-sHBKKac1Xc .mbr-text {
  color: #ffffff;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #ffffff !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHBPj2vMpK {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blog-como-ser-um-medico-bem-sucedido-5-atitudes-fundamentais-1200x632.webp");
}
.cid-sHBPj2vMpK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHBPj2vMpK .mbr-text,
.cid-sHBPj2vMpK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHBRDC37r4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHBRDC37r4 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sHBRDC37r4 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sHBRDC37r4 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sHBRDC37r4 .wrap-img {
  padding-bottom: 1rem;
}
.cid-sHBRDC37r4 .wrap-img img {
  max-width: 100%;
  vertical-align: center;
}
.cid-sHBRDC37r4 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sHBKKac1Xc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .content {
    text-align: center;
  }
  .cid-sHBKKac1Xc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHBKKac1Xc .logo-subtitle {
  color: #8d97ad;
}
.cid-sHBKKac1Xc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHBKKac1Xc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHBKKac1Xc .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHBKKac1Xc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHBKKac1Xc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHBKKac1Xc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHBKKac1Xc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHBKKac1Xc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHBKKac1Xc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHBKKac1Xc .list-item {
  display: flex;
}
.cid-sHBKKac1Xc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHBKKac1Xc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHBKKac1Xc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHBKKac1Xc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHBKKac1Xc .column-title {
  color: #ffffff;
}
.cid-sHBKKac1Xc P {
  color: #ffffff;
}
.cid-sHBKKac1Xc .mbr-text {
  color: #ffffff;
}
.cid-sHFoGAtcjT {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blog-como-ser-um-medico-bem-sucedido-5-atitudes-fundamentais-1200x632.webp");
}
.cid-sHFoGAtcjT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFoGAtcjT .mbr-text,
.cid-sHFoGAtcjT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #ffffff !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFpkT2OBY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHFpkT2OBY img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-sHFpkT2OBY .container-fluid {
    padding: 0 2rem;
  }
}
.cid-sHFpkT2OBY .card-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-sHFpkT2OBY .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #0095ff);
}
.cid-sHFpkT2OBY .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-sHFpkT2OBY .icon-wrapper {
  padding: 0 1rem;
}
.cid-sHFpkT2OBY .card-box {
  padding-top: 2rem;
}
.cid-sHFpkT2OBY .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #0095ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sHFpkT2OBY .card-title {
  color: #999999;
}
.cid-sHFpkT2OBY .mbr-subtitle {
  color: #0095ff;
}
.cid-sHFpkT2OBY .main-title {
  color: #0095ff;
}
.cid-sHFpkT2OBY .main-subtitle {
  color: #465052;
  text-align: center;
}
.cid-sHFpkT2OBY .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sHFpkT2OBY .card:hover {
  transform: translateY(-10px);
}
.cid-sHFpkT2OBY .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sHFpkT2OBY .card:hover .card-title,
.cid-sHFpkT2OBY .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-sHFpkT2OBY .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-sHFpkT2OBY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHFpElVvuQ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFpElVvuQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #0095ff);
}
.cid-sHFpElVvuQ .mbr-text,
.cid-sHFpElVvuQ .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-sHBKKac1Xc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .content {
    text-align: center;
  }
  .cid-sHBKKac1Xc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHBKKac1Xc .logo-subtitle {
  color: #8d97ad;
}
.cid-sHBKKac1Xc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHBKKac1Xc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHBKKac1Xc .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHBKKac1Xc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHBKKac1Xc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHBKKac1Xc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHBKKac1Xc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHBKKac1Xc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHBKKac1Xc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHBKKac1Xc .list-item {
  display: flex;
}
.cid-sHBKKac1Xc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHBKKac1Xc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHBKKac1Xc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHBKKac1Xc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHBKKac1Xc .column-title {
  color: #ffffff;
}
.cid-sHBKKac1Xc P {
  color: #ffffff;
}
.cid-sHBKKac1Xc .mbr-text {
  color: #ffffff;
}
.cid-sHFtmlzuNh {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1529682895-osteopatia-palamos-girona-770x433.webp");
}
.cid-sHFtmlzuNh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFtmlzuNh .mbr-text,
.cid-sHFtmlzuNh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFtmm1IDX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .btn {
  white-space: nowrap;
}
.cid-sHFtmm1IDX .nav-link,
.cid-sHFtmm1IDX .icons-menu .mbr-iconfont,
.cid-sHFtmm1IDX .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFtmm1IDX .nav-link:hover,
.cid-sHFtmm1IDX .icons-menu .mbr-iconfont:hover,
.cid-sHFtmm1IDX .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFtmm1IDX .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFtmm1IDX .container {
  display: flex;
  margin: auto;
}
.cid-sHFtmm1IDX .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFtmm1IDX .navbar.opened {
  transition: all .3s;
}
.cid-sHFtmm1IDX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFtmm1IDX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFtmm1IDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFtmm1IDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFtmm1IDX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFtmm1IDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFtmm1IDX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFtmm1IDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFtmm1IDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFtmm1IDX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFtmm1IDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFtmm1IDX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFtmm1IDX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFtmm1IDX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFtmm1IDX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFtmm1IDX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFtmm1IDX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFtmm1IDX .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFtmm1IDX .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFtmm1IDX .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFtmm1IDX .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFtmm1IDX .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFtmm1IDX .dropdown-menu,
.cid-sHFtmm1IDX .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFtmm1IDX .nav-item:focus,
.cid-sHFtmm1IDX .nav-link:focus {
  outline: none;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFtmm1IDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFtmm1IDX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFtmm1IDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFtmm1IDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFtmm1IDX .dropdown-item.active,
.cid-sHFtmm1IDX .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFtmm1IDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFtmm1IDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFtmm1IDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFtmm1IDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFtmm1IDX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFtmm1IDX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFtmm1IDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFtmm1IDX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFtmm1IDX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFtmm1IDX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFtmm1IDX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFtmm1IDX .navbar {
    height: 77px;
  }
  .cid-sHFtmm1IDX .navbar.opened {
    height: auto;
  }
  .cid-sHFtmm1IDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFtmm1IDX .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFtPCpOot {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHFtPCpOot img,
.cid-sHFtPCpOot .item-img {
  width: 100%;
}
.cid-sHFtPCpOot .item:focus,
.cid-sHFtPCpOot span:focus {
  outline: none;
}
.cid-sHFtPCpOot .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHFtPCpOot .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e7f9ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHFtPCpOot .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHFtPCpOot .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sHFtPCpOot .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHFtPCpOot .mbr-section-title {
  color: #232323;
}
.cid-sHFtPCpOot .mbr-text,
.cid-sHFtPCpOot .mbr-section-btn {
  text-align: center;
}
.cid-sHFtPCpOot .item-title {
  text-align: center;
  color: #0095ff;
}
.cid-sHFtPCpOot .item-subtitle {
  text-align: center;
}
.cid-sHFzPrhh2N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c3f0ff;
  background: linear-gradient(to right top, #c3f0ff, #f3f3f3);
}
.cid-sHFzPrhh2N .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-sHFtmnD1Lp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .content {
    text-align: center;
  }
  .cid-sHFtmnD1Lp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFtmnD1Lp .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFtmnD1Lp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFtmnD1Lp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFtmnD1Lp .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFtmnD1Lp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFtmnD1Lp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFtmnD1Lp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFtmnD1Lp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFtmnD1Lp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFtmnD1Lp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFtmnD1Lp .list-item {
  display: flex;
}
.cid-sHFtmnD1Lp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFtmnD1Lp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFtmnD1Lp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFtmnD1Lp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFtmnD1Lp .column-title {
  color: #ffffff;
}
.cid-sHFtmnD1Lp P {
  color: #ffffff;
}
.cid-sHFtmnD1Lp .mbr-text {
  color: #ffffff;
}
.cid-sHFtmm1IDX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .btn {
  white-space: nowrap;
}
.cid-sHFtmm1IDX .nav-link,
.cid-sHFtmm1IDX .icons-menu .mbr-iconfont,
.cid-sHFtmm1IDX .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFtmm1IDX .nav-link:hover,
.cid-sHFtmm1IDX .icons-menu .mbr-iconfont:hover,
.cid-sHFtmm1IDX .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFtmm1IDX .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFtmm1IDX .container {
  display: flex;
  margin: auto;
}
.cid-sHFtmm1IDX .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFtmm1IDX .navbar.opened {
  transition: all .3s;
}
.cid-sHFtmm1IDX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFtmm1IDX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFtmm1IDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFtmm1IDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFtmm1IDX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFtmm1IDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFtmm1IDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFtmm1IDX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFtmm1IDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFtmm1IDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFtmm1IDX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFtmm1IDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFtmm1IDX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFtmm1IDX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFtmm1IDX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFtmm1IDX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFtmm1IDX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFtmm1IDX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFtmm1IDX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFtmm1IDX .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFtmm1IDX .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFtmm1IDX .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFtmm1IDX .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFtmm1IDX .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFtmm1IDX .dropdown-menu,
.cid-sHFtmm1IDX .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFtmm1IDX .nav-item:focus,
.cid-sHFtmm1IDX .nav-link:focus {
  outline: none;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFtmm1IDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFtmm1IDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFtmm1IDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFtmm1IDX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFtmm1IDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFtmm1IDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFtmm1IDX .dropdown-item.active,
.cid-sHFtmm1IDX .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFtmm1IDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFtmm1IDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFtmm1IDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFtmm1IDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFtmm1IDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFtmm1IDX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFtmm1IDX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFtmm1IDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFtmm1IDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFtmm1IDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFtmm1IDX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFtmm1IDX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFtmm1IDX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFtmm1IDX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFtmm1IDX .navbar {
    height: 77px;
  }
  .cid-sHFtmm1IDX .navbar.opened {
    height: auto;
  }
  .cid-sHFtmm1IDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFtmm1IDX .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHG75TTkB8 {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/convenios-1024x480.webp");
}
.cid-sHG75TTkB8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHG75TTkB8 .mbr-text,
.cid-sHG75TTkB8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHG7kA8wAj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHG7kA8wAj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHG7kA8wAj H4 {
  text-align: center;
}
.cid-sHFtmnD1Lp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .content {
    text-align: center;
  }
  .cid-sHFtmnD1Lp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFtmnD1Lp .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFtmnD1Lp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFtmnD1Lp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFtmnD1Lp .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFtmnD1Lp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFtmnD1Lp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFtmnD1Lp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFtmnD1Lp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFtmnD1Lp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFtmnD1Lp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFtmnD1Lp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFtmnD1Lp .list-item {
  display: flex;
}
.cid-sHFtmnD1Lp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFtmnD1Lp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFtmnD1Lp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFtmnD1Lp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFtmnD1Lp .column-title {
  color: #ffffff;
}
.cid-sHFtmnD1Lp P {
  color: #ffffff;
}
.cid-sHFtmnD1Lp .mbr-text {
  color: #ffffff;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 0.6rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #ffffff !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFBTv8hp9 {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFBTv8hp9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFBTv8hp9 .mbr-text,
.cid-sHFBTv8hp9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFCs5LhLY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFCs5LhLY img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFCs5LhLY .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFCs5LhLY .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFCLZq5io {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFCLZq5io .mbr-text,
.cid-sHFCLZq5io .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFCLZq5io H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHBKKac1Xc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .content {
    text-align: center;
  }
  .cid-sHBKKac1Xc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHBKKac1Xc .logo-subtitle {
  color: #8d97ad;
}
.cid-sHBKKac1Xc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHBKKac1Xc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHBKKac1Xc .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHBKKac1Xc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHBKKac1Xc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHBKKac1Xc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHBKKac1Xc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHBKKac1Xc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHBKKac1Xc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHBKKac1Xc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHBKKac1Xc .list-item {
  display: flex;
}
.cid-sHBKKac1Xc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHBKKac1Xc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHBKKac1Xc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHBKKac1Xc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHBKKac1Xc .column-title {
  color: #ffffff;
}
.cid-sHBKKac1Xc P {
  color: #ffffff;
}
.cid-sHBKKac1Xc .mbr-text {
  color: #ffffff;
}
.cid-sHFDCFlaBj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFDCFlaBj .btn {
  white-space: nowrap;
}
.cid-sHFDCFlaBj .nav-link,
.cid-sHFDCFlaBj .icons-menu .mbr-iconfont,
.cid-sHFDCFlaBj .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFDCFlaBj .nav-link:hover,
.cid-sHFDCFlaBj .icons-menu .mbr-iconfont:hover,
.cid-sHFDCFlaBj .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFDCFlaBj .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFDCFlaBj .container {
  display: flex;
  margin: auto;
}
.cid-sHFDCFlaBj .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFDCFlaBj .navbar.opened {
  transition: all .3s;
}
.cid-sHFDCFlaBj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFDCFlaBj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFDCFlaBj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFDCFlaBj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFDCFlaBj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFDCFlaBj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFDCFlaBj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFDCFlaBj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFDCFlaBj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFDCFlaBj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFDCFlaBj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFDCFlaBj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFDCFlaBj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFDCFlaBj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFDCFlaBj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFDCFlaBj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFDCFlaBj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFDCFlaBj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFDCFlaBj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFDCFlaBj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFDCFlaBj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFDCFlaBj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFDCFlaBj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFDCFlaBj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFDCFlaBj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFDCFlaBj .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFDCFlaBj .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFDCFlaBj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFDCFlaBj .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFDCFlaBj .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFDCFlaBj .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFDCFlaBj .dropdown-menu,
.cid-sHFDCFlaBj .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFDCFlaBj .nav-item:focus,
.cid-sHFDCFlaBj .nav-link:focus {
  outline: none;
}
.cid-sHFDCFlaBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFDCFlaBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFDCFlaBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFDCFlaBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFDCFlaBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFDCFlaBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFDCFlaBj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFDCFlaBj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFDCFlaBj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFDCFlaBj .dropdown-item.active,
.cid-sHFDCFlaBj .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFDCFlaBj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFDCFlaBj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFDCFlaBj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFDCFlaBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFDCFlaBj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFDCFlaBj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFDCFlaBj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFDCFlaBj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFDCFlaBj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFDCFlaBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFDCFlaBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFDCFlaBj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFDCFlaBj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFDCFlaBj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFDCFlaBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFDCFlaBj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFDCFlaBj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFDCFlaBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFDCFlaBj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFDCFlaBj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFDCFlaBj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFDCFlaBj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFDCFlaBj .navbar {
    height: 77px;
  }
  .cid-sHFDCFlaBj .navbar.opened {
    height: auto;
  }
  .cid-sHFDCFlaBj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFDCFlaBj .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFDCG1YXG {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFDCG1YXG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFDCG1YXG .mbr-text,
.cid-sHFDCG1YXG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFDCGowon {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFDCGowon img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFDCGowon .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFDCGowon .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFDCGG66O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFDCGG66O .mbr-text,
.cid-sHFDCGG66O .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFDCGG66O H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFEwfisR6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFEwfisR6 .mbr-text,
.cid-sHFEwfisR6 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFEwfisR6 H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFEK6IGPV {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFEK6IGPV .mbr-text,
.cid-sHFEK6IGPV .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFEK6IGPV H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFDCH2cSJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFDCH2cSJ .content {
    text-align: center;
  }
  .cid-sHFDCH2cSJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFDCH2cSJ .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFDCH2cSJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFDCH2cSJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFDCH2cSJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFDCH2cSJ .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFDCH2cSJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFDCH2cSJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFDCH2cSJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFDCH2cSJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFDCH2cSJ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFDCH2cSJ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFDCH2cSJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFDCH2cSJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFDCH2cSJ .list-item {
  display: flex;
}
.cid-sHFDCH2cSJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFDCH2cSJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFDCH2cSJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFDCH2cSJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFDCH2cSJ .column-title {
  color: #ffffff;
}
.cid-sHFDCH2cSJ P {
  color: #ffffff;
}
.cid-sHFDCH2cSJ .mbr-text {
  color: #ffffff;
}
.cid-sHFF7GDukX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFF7GDukX .btn {
  white-space: nowrap;
}
.cid-sHFF7GDukX .nav-link,
.cid-sHFF7GDukX .icons-menu .mbr-iconfont,
.cid-sHFF7GDukX .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFF7GDukX .nav-link:hover,
.cid-sHFF7GDukX .icons-menu .mbr-iconfont:hover,
.cid-sHFF7GDukX .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFF7GDukX .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFF7GDukX .container {
  display: flex;
  margin: auto;
}
.cid-sHFF7GDukX .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFF7GDukX .navbar.opened {
  transition: all .3s;
}
.cid-sHFF7GDukX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFF7GDukX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFF7GDukX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFF7GDukX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFF7GDukX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFF7GDukX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFF7GDukX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFF7GDukX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFF7GDukX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFF7GDukX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFF7GDukX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFF7GDukX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFF7GDukX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFF7GDukX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFF7GDukX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFF7GDukX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFF7GDukX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFF7GDukX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFF7GDukX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFF7GDukX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFF7GDukX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFF7GDukX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFF7GDukX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFF7GDukX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFF7GDukX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFF7GDukX .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFF7GDukX .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFF7GDukX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFF7GDukX .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFF7GDukX .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFF7GDukX .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFF7GDukX .dropdown-menu,
.cid-sHFF7GDukX .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFF7GDukX .nav-item:focus,
.cid-sHFF7GDukX .nav-link:focus {
  outline: none;
}
.cid-sHFF7GDukX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFF7GDukX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFF7GDukX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFF7GDukX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFF7GDukX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFF7GDukX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFF7GDukX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFF7GDukX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFF7GDukX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFF7GDukX .dropdown-item.active,
.cid-sHFF7GDukX .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFF7GDukX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFF7GDukX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFF7GDukX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFF7GDukX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFF7GDukX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFF7GDukX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFF7GDukX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFF7GDukX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFF7GDukX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFF7GDukX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFF7GDukX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFF7GDukX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFF7GDukX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFF7GDukX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFF7GDukX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFF7GDukX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFF7GDukX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFF7GDukX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFF7GDukX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFF7GDukX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFF7GDukX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFF7GDukX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFF7GDukX .navbar {
    height: 77px;
  }
  .cid-sHFF7GDukX .navbar.opened {
    height: auto;
  }
  .cid-sHFF7GDukX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFF7GDukX .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFF7HkQvW {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFF7HkQvW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFF7HkQvW .mbr-text,
.cid-sHFF7HkQvW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFF7IHTUY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFF7IHTUY img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFF7IHTUY .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFF7IHTUY .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFF7J9nxF {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFF7J9nxF .mbr-text,
.cid-sHFF7J9nxF .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFF7J9nxF H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFF7K68z6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFF7K68z6 .content {
    text-align: center;
  }
  .cid-sHFF7K68z6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFF7K68z6 .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFF7K68z6 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFF7K68z6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFF7K68z6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFF7K68z6 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFF7K68z6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFF7K68z6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFF7K68z6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFF7K68z6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFF7K68z6 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFF7K68z6 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFF7K68z6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFF7K68z6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFF7K68z6 .list-item {
  display: flex;
}
.cid-sHFF7K68z6 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFF7K68z6 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFF7K68z6 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFF7K68z6 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFF7K68z6 .column-title {
  color: #ffffff;
}
.cid-sHFF7K68z6 P {
  color: #ffffff;
}
.cid-sHFF7K68z6 .mbr-text {
  color: #ffffff;
}
.cid-sHFHNcoJhv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFHNcoJhv .btn {
  white-space: nowrap;
}
.cid-sHFHNcoJhv .nav-link,
.cid-sHFHNcoJhv .icons-menu .mbr-iconfont,
.cid-sHFHNcoJhv .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFHNcoJhv .nav-link:hover,
.cid-sHFHNcoJhv .icons-menu .mbr-iconfont:hover,
.cid-sHFHNcoJhv .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFHNcoJhv .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFHNcoJhv .container {
  display: flex;
  margin: auto;
}
.cid-sHFHNcoJhv .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFHNcoJhv .navbar.opened {
  transition: all .3s;
}
.cid-sHFHNcoJhv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFHNcoJhv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFHNcoJhv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFHNcoJhv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFHNcoJhv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFHNcoJhv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFHNcoJhv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFHNcoJhv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFHNcoJhv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFHNcoJhv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFHNcoJhv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFHNcoJhv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFHNcoJhv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFHNcoJhv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFHNcoJhv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFHNcoJhv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFHNcoJhv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFHNcoJhv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFHNcoJhv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFHNcoJhv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFHNcoJhv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFHNcoJhv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFHNcoJhv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFHNcoJhv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFHNcoJhv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFHNcoJhv .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFHNcoJhv .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFHNcoJhv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFHNcoJhv .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFHNcoJhv .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFHNcoJhv .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFHNcoJhv .dropdown-menu,
.cid-sHFHNcoJhv .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFHNcoJhv .nav-item:focus,
.cid-sHFHNcoJhv .nav-link:focus {
  outline: none;
}
.cid-sHFHNcoJhv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFHNcoJhv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFHNcoJhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFHNcoJhv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFHNcoJhv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFHNcoJhv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFHNcoJhv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFHNcoJhv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFHNcoJhv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFHNcoJhv .dropdown-item.active,
.cid-sHFHNcoJhv .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFHNcoJhv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFHNcoJhv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFHNcoJhv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFHNcoJhv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFHNcoJhv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFHNcoJhv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFHNcoJhv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFHNcoJhv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFHNcoJhv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFHNcoJhv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFHNcoJhv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFHNcoJhv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFHNcoJhv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFHNcoJhv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFHNcoJhv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFHNcoJhv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFHNcoJhv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFHNcoJhv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFHNcoJhv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFHNcoJhv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFHNcoJhv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFHNcoJhv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFHNcoJhv .navbar {
    height: 77px;
  }
  .cid-sHFHNcoJhv .navbar.opened {
    height: auto;
  }
  .cid-sHFHNcoJhv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFHNcoJhv .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFHNd4IN9 {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFHNd4IN9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFHNd4IN9 .mbr-text,
.cid-sHFHNd4IN9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFHNdrUM6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFHNdrUM6 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFHNdrUM6 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFHNdrUM6 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFHNdJ2EV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFHNdJ2EV .mbr-text,
.cid-sHFHNdJ2EV .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFHNdJ2EV H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFItuEwlX {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFItuEwlX .mbr-text,
.cid-sHFItuEwlX .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFItuEwlX H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFHNe3nwp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFHNe3nwp .content {
    text-align: center;
  }
  .cid-sHFHNe3nwp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFHNe3nwp .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFHNe3nwp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFHNe3nwp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFHNe3nwp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFHNe3nwp .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFHNe3nwp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFHNe3nwp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFHNe3nwp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFHNe3nwp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFHNe3nwp .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFHNe3nwp .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFHNe3nwp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFHNe3nwp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFHNe3nwp .list-item {
  display: flex;
}
.cid-sHFHNe3nwp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFHNe3nwp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFHNe3nwp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFHNe3nwp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFHNe3nwp .column-title {
  color: #ffffff;
}
.cid-sHFHNe3nwp P {
  color: #ffffff;
}
.cid-sHFHNe3nwp .mbr-text {
  color: #ffffff;
}
.cid-sHFJGmnwV6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFJGmnwV6 .btn {
  white-space: nowrap;
}
.cid-sHFJGmnwV6 .nav-link,
.cid-sHFJGmnwV6 .icons-menu .mbr-iconfont,
.cid-sHFJGmnwV6 .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFJGmnwV6 .nav-link:hover,
.cid-sHFJGmnwV6 .icons-menu .mbr-iconfont:hover,
.cid-sHFJGmnwV6 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFJGmnwV6 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFJGmnwV6 .container {
  display: flex;
  margin: auto;
}
.cid-sHFJGmnwV6 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFJGmnwV6 .navbar.opened {
  transition: all .3s;
}
.cid-sHFJGmnwV6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFJGmnwV6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFJGmnwV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFJGmnwV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFJGmnwV6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFJGmnwV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFJGmnwV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFJGmnwV6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFJGmnwV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFJGmnwV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFJGmnwV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFJGmnwV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFJGmnwV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFJGmnwV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFJGmnwV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFJGmnwV6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFJGmnwV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFJGmnwV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFJGmnwV6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFJGmnwV6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFJGmnwV6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFJGmnwV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFJGmnwV6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFJGmnwV6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFJGmnwV6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFJGmnwV6 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFJGmnwV6 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFJGmnwV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFJGmnwV6 .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFJGmnwV6 .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFJGmnwV6 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFJGmnwV6 .dropdown-menu,
.cid-sHFJGmnwV6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFJGmnwV6 .nav-item:focus,
.cid-sHFJGmnwV6 .nav-link:focus {
  outline: none;
}
.cid-sHFJGmnwV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFJGmnwV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFJGmnwV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFJGmnwV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFJGmnwV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFJGmnwV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFJGmnwV6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFJGmnwV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFJGmnwV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFJGmnwV6 .dropdown-item.active,
.cid-sHFJGmnwV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFJGmnwV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFJGmnwV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFJGmnwV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFJGmnwV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFJGmnwV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFJGmnwV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFJGmnwV6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFJGmnwV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFJGmnwV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFJGmnwV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFJGmnwV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFJGmnwV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFJGmnwV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFJGmnwV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFJGmnwV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFJGmnwV6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFJGmnwV6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFJGmnwV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFJGmnwV6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFJGmnwV6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFJGmnwV6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFJGmnwV6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFJGmnwV6 .navbar {
    height: 77px;
  }
  .cid-sHFJGmnwV6 .navbar.opened {
    height: auto;
  }
  .cid-sHFJGmnwV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFJGmnwV6 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFJGn2bQg {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFJGn2bQg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFJGn2bQg .mbr-text,
.cid-sHFJGn2bQg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFJGnqBO4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFJGnqBO4 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFJGnqBO4 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFJGnqBO4 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFJGnKpMn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFJGnKpMn .mbr-text,
.cid-sHFJGnKpMn .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFJGnKpMn H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFJGo4JRk {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFJGo4JRk .mbr-text,
.cid-sHFJGo4JRk .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFJGo4JRk H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFJGomOEu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFJGomOEu .content {
    text-align: center;
  }
  .cid-sHFJGomOEu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFJGomOEu .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFJGomOEu .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFJGomOEu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFJGomOEu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFJGomOEu .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFJGomOEu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFJGomOEu .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFJGomOEu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFJGomOEu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFJGomOEu .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFJGomOEu .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFJGomOEu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFJGomOEu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFJGomOEu .list-item {
  display: flex;
}
.cid-sHFJGomOEu .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFJGomOEu ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFJGomOEu ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFJGomOEu ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFJGomOEu .column-title {
  color: #ffffff;
}
.cid-sHFJGomOEu P {
  color: #ffffff;
}
.cid-sHFJGomOEu .mbr-text {
  color: #ffffff;
}
.cid-sHFKBaJg14 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFKBaJg14 .btn {
  white-space: nowrap;
}
.cid-sHFKBaJg14 .nav-link,
.cid-sHFKBaJg14 .icons-menu .mbr-iconfont,
.cid-sHFKBaJg14 .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFKBaJg14 .nav-link:hover,
.cid-sHFKBaJg14 .icons-menu .mbr-iconfont:hover,
.cid-sHFKBaJg14 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFKBaJg14 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFKBaJg14 .container {
  display: flex;
  margin: auto;
}
.cid-sHFKBaJg14 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFKBaJg14 .navbar.opened {
  transition: all .3s;
}
.cid-sHFKBaJg14 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFKBaJg14 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFKBaJg14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFKBaJg14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFKBaJg14 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFKBaJg14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFKBaJg14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFKBaJg14 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFKBaJg14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFKBaJg14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFKBaJg14 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFKBaJg14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFKBaJg14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFKBaJg14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFKBaJg14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFKBaJg14 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFKBaJg14 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFKBaJg14 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFKBaJg14 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFKBaJg14 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFKBaJg14 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFKBaJg14 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFKBaJg14 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFKBaJg14 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFKBaJg14 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFKBaJg14 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFKBaJg14 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFKBaJg14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFKBaJg14 .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFKBaJg14 .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFKBaJg14 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFKBaJg14 .dropdown-menu,
.cid-sHFKBaJg14 .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFKBaJg14 .nav-item:focus,
.cid-sHFKBaJg14 .nav-link:focus {
  outline: none;
}
.cid-sHFKBaJg14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFKBaJg14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFKBaJg14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFKBaJg14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFKBaJg14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFKBaJg14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFKBaJg14 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFKBaJg14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFKBaJg14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFKBaJg14 .dropdown-item.active,
.cid-sHFKBaJg14 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFKBaJg14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFKBaJg14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFKBaJg14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFKBaJg14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFKBaJg14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFKBaJg14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFKBaJg14 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFKBaJg14 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFKBaJg14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFKBaJg14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFKBaJg14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFKBaJg14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFKBaJg14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFKBaJg14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFKBaJg14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFKBaJg14 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFKBaJg14 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFKBaJg14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFKBaJg14 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFKBaJg14 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFKBaJg14 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFKBaJg14 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFKBaJg14 .navbar {
    height: 77px;
  }
  .cid-sHFKBaJg14 .navbar.opened {
    height: auto;
  }
  .cid-sHFKBaJg14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFKBaJg14 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFKBcfFt0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/retngulo-18-copiar-5-1920x15.jpg");
}
.cid-sHFKBcfFt0 .mbr-text,
.cid-sHFKBcfFt0 .mbr-section-btn {
  color: #333333;
}
.cid-sHFKQyKjyF {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-mobile-reabilitao-1920x720.png");
}
.cid-sHFKQyKjyF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFKQyKjyF .mbr-text,
.cid-sHFKQyKjyF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFL7zX5Gh {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHFL7zX5Gh img,
.cid-sHFL7zX5Gh .item-img {
  width: 100%;
}
.cid-sHFL7zX5Gh .item:focus,
.cid-sHFL7zX5Gh span:focus {
  outline: none;
}
.cid-sHFL7zX5Gh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHFL7zX5Gh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHFL7zX5Gh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sHFL7zX5Gh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHFL7zX5Gh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sHFL7zX5Gh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sHFL7zX5Gh .item-wrapper {
  background: transparent;
}
.cid-sHFL7zX5Gh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHFL7zX5Gh .mbr-section-title {
  color: #232323;
}
.cid-sHFL7zX5Gh .mbr-text,
.cid-sHFL7zX5Gh .mbr-section-btn {
  text-align: center;
}
.cid-sHFL7zX5Gh .item-title {
  text-align: center;
}
.cid-sHFL7zX5Gh .item-subtitle {
  text-align: center;
}
.cid-sHFKBhWbp7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFKBhWbp7 .content {
    text-align: center;
  }
  .cid-sHFKBhWbp7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFKBhWbp7 .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFKBhWbp7 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFKBhWbp7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFKBhWbp7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFKBhWbp7 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFKBhWbp7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFKBhWbp7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFKBhWbp7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFKBhWbp7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFKBhWbp7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFKBhWbp7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFKBhWbp7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFKBhWbp7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFKBhWbp7 .list-item {
  display: flex;
}
.cid-sHFKBhWbp7 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFKBhWbp7 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFKBhWbp7 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFKBhWbp7 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFKBhWbp7 .column-title {
  color: #ffffff;
}
.cid-sHFKBhWbp7 P {
  color: #ffffff;
}
.cid-sHFKBhWbp7 .mbr-text {
  color: #ffffff;
}
.cid-sHFNfGkTVl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFNfGkTVl .btn {
  white-space: nowrap;
}
.cid-sHFNfGkTVl .nav-link,
.cid-sHFNfGkTVl .icons-menu .mbr-iconfont,
.cid-sHFNfGkTVl .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFNfGkTVl .nav-link:hover,
.cid-sHFNfGkTVl .icons-menu .mbr-iconfont:hover,
.cid-sHFNfGkTVl .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFNfGkTVl .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFNfGkTVl .container {
  display: flex;
  margin: auto;
}
.cid-sHFNfGkTVl .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFNfGkTVl .navbar.opened {
  transition: all .3s;
}
.cid-sHFNfGkTVl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFNfGkTVl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFNfGkTVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFNfGkTVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFNfGkTVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFNfGkTVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFNfGkTVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFNfGkTVl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFNfGkTVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFNfGkTVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFNfGkTVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFNfGkTVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFNfGkTVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFNfGkTVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFNfGkTVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFNfGkTVl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFNfGkTVl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFNfGkTVl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFNfGkTVl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFNfGkTVl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFNfGkTVl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFNfGkTVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFNfGkTVl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFNfGkTVl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFNfGkTVl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFNfGkTVl .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFNfGkTVl .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFNfGkTVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFNfGkTVl .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFNfGkTVl .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFNfGkTVl .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFNfGkTVl .dropdown-menu,
.cid-sHFNfGkTVl .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFNfGkTVl .nav-item:focus,
.cid-sHFNfGkTVl .nav-link:focus {
  outline: none;
}
.cid-sHFNfGkTVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFNfGkTVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFNfGkTVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFNfGkTVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFNfGkTVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFNfGkTVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFNfGkTVl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFNfGkTVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFNfGkTVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFNfGkTVl .dropdown-item.active,
.cid-sHFNfGkTVl .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFNfGkTVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFNfGkTVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFNfGkTVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFNfGkTVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFNfGkTVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFNfGkTVl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFNfGkTVl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFNfGkTVl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFNfGkTVl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFNfGkTVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFNfGkTVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFNfGkTVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFNfGkTVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFNfGkTVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFNfGkTVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFNfGkTVl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFNfGkTVl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFNfGkTVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFNfGkTVl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFNfGkTVl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFNfGkTVl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFNfGkTVl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFNfGkTVl .navbar {
    height: 77px;
  }
  .cid-sHFNfGkTVl .navbar.opened {
    height: auto;
  }
  .cid-sHFNfGkTVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFNfGkTVl .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFNfGY2WO {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ponto-atendimento-not-ortopedia-1-1800x1200.jpg");
}
.cid-sHFNfGY2WO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFNfGY2WO .mbr-text,
.cid-sHFNfGY2WO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFNfHlPat {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFNfHlPat img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFNfHlPat .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFNfHlPat .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFNfHFOIH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFNfHFOIH .mbr-text,
.cid-sHFNfHFOIH .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFNfHFOIH H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFNfHXhH0 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFNfHXhH0 .mbr-text,
.cid-sHFNfHXhH0 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFNfHXhH0 H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFNfIgRUs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFNfIgRUs .content {
    text-align: center;
  }
  .cid-sHFNfIgRUs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFNfIgRUs .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFNfIgRUs .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFNfIgRUs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFNfIgRUs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFNfIgRUs .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFNfIgRUs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFNfIgRUs .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFNfIgRUs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFNfIgRUs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFNfIgRUs .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFNfIgRUs .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFNfIgRUs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFNfIgRUs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFNfIgRUs .list-item {
  display: flex;
}
.cid-sHFNfIgRUs .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFNfIgRUs ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFNfIgRUs ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFNfIgRUs ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFNfIgRUs .column-title {
  color: #ffffff;
}
.cid-sHFNfIgRUs P {
  color: #ffffff;
}
.cid-sHFNfIgRUs .mbr-text {
  color: #ffffff;
}
.cid-sHFOkPnL9b .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFOkPnL9b .btn {
  white-space: nowrap;
}
.cid-sHFOkPnL9b .nav-link,
.cid-sHFOkPnL9b .icons-menu .mbr-iconfont,
.cid-sHFOkPnL9b .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFOkPnL9b .nav-link:hover,
.cid-sHFOkPnL9b .icons-menu .mbr-iconfont:hover,
.cid-sHFOkPnL9b .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFOkPnL9b .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFOkPnL9b .container {
  display: flex;
  margin: auto;
}
.cid-sHFOkPnL9b .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFOkPnL9b .navbar.opened {
  transition: all .3s;
}
.cid-sHFOkPnL9b .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFOkPnL9b .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFOkPnL9b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFOkPnL9b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFOkPnL9b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFOkPnL9b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFOkPnL9b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFOkPnL9b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFOkPnL9b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFOkPnL9b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFOkPnL9b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFOkPnL9b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFOkPnL9b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFOkPnL9b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFOkPnL9b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFOkPnL9b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFOkPnL9b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFOkPnL9b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFOkPnL9b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFOkPnL9b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFOkPnL9b .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFOkPnL9b .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFOkPnL9b .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFOkPnL9b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFOkPnL9b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFOkPnL9b .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFOkPnL9b .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFOkPnL9b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFOkPnL9b .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFOkPnL9b .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFOkPnL9b .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFOkPnL9b .dropdown-menu,
.cid-sHFOkPnL9b .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFOkPnL9b .nav-item:focus,
.cid-sHFOkPnL9b .nav-link:focus {
  outline: none;
}
.cid-sHFOkPnL9b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFOkPnL9b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFOkPnL9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFOkPnL9b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFOkPnL9b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFOkPnL9b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFOkPnL9b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFOkPnL9b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFOkPnL9b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFOkPnL9b .dropdown-item.active,
.cid-sHFOkPnL9b .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFOkPnL9b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFOkPnL9b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFOkPnL9b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFOkPnL9b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFOkPnL9b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFOkPnL9b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFOkPnL9b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFOkPnL9b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFOkPnL9b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFOkPnL9b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFOkPnL9b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFOkPnL9b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFOkPnL9b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFOkPnL9b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFOkPnL9b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFOkPnL9b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFOkPnL9b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFOkPnL9b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFOkPnL9b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFOkPnL9b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFOkPnL9b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFOkPnL9b .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFOkPnL9b .navbar {
    height: 77px;
  }
  .cid-sHFOkPnL9b .navbar.opened {
    height: auto;
  }
  .cid-sHFOkPnL9b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFOkPnL9b .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFOkQeBbj {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFOkQeBbj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFOkQeBbj .mbr-text,
.cid-sHFOkQeBbj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFOkQITaG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFOkQITaG img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFOkQITaG .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFOkQITaG .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFOkR9CrJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFOkR9CrJ .mbr-text,
.cid-sHFOkR9CrJ .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFOkR9CrJ H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFOkRXQCQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFOkRXQCQ .content {
    text-align: center;
  }
  .cid-sHFOkRXQCQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFOkRXQCQ .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFOkRXQCQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFOkRXQCQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFOkRXQCQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFOkRXQCQ .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFOkRXQCQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFOkRXQCQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFOkRXQCQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFOkRXQCQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFOkRXQCQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFOkRXQCQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFOkRXQCQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFOkRXQCQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFOkRXQCQ .list-item {
  display: flex;
}
.cid-sHFOkRXQCQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFOkRXQCQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFOkRXQCQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFOkRXQCQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFOkRXQCQ .column-title {
  color: #ffffff;
}
.cid-sHFOkRXQCQ P {
  color: #ffffff;
}
.cid-sHFOkRXQCQ .mbr-text {
  color: #ffffff;
}
.cid-sHFPtOUiSD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFPtOUiSD .btn {
  white-space: nowrap;
}
.cid-sHFPtOUiSD .nav-link,
.cid-sHFPtOUiSD .icons-menu .mbr-iconfont,
.cid-sHFPtOUiSD .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFPtOUiSD .nav-link:hover,
.cid-sHFPtOUiSD .icons-menu .mbr-iconfont:hover,
.cid-sHFPtOUiSD .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFPtOUiSD .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFPtOUiSD .container {
  display: flex;
  margin: auto;
}
.cid-sHFPtOUiSD .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFPtOUiSD .navbar.opened {
  transition: all .3s;
}
.cid-sHFPtOUiSD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFPtOUiSD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFPtOUiSD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFPtOUiSD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFPtOUiSD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFPtOUiSD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFPtOUiSD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFPtOUiSD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFPtOUiSD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFPtOUiSD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFPtOUiSD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFPtOUiSD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFPtOUiSD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFPtOUiSD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFPtOUiSD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFPtOUiSD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFPtOUiSD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFPtOUiSD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFPtOUiSD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFPtOUiSD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFPtOUiSD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFPtOUiSD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFPtOUiSD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFPtOUiSD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFPtOUiSD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFPtOUiSD .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFPtOUiSD .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFPtOUiSD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFPtOUiSD .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFPtOUiSD .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFPtOUiSD .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFPtOUiSD .dropdown-menu,
.cid-sHFPtOUiSD .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFPtOUiSD .nav-item:focus,
.cid-sHFPtOUiSD .nav-link:focus {
  outline: none;
}
.cid-sHFPtOUiSD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFPtOUiSD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFPtOUiSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFPtOUiSD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFPtOUiSD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFPtOUiSD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFPtOUiSD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFPtOUiSD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFPtOUiSD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFPtOUiSD .dropdown-item.active,
.cid-sHFPtOUiSD .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFPtOUiSD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFPtOUiSD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFPtOUiSD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFPtOUiSD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFPtOUiSD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFPtOUiSD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFPtOUiSD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFPtOUiSD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFPtOUiSD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFPtOUiSD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFPtOUiSD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFPtOUiSD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFPtOUiSD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFPtOUiSD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFPtOUiSD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFPtOUiSD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFPtOUiSD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFPtOUiSD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFPtOUiSD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFPtOUiSD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFPtOUiSD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFPtOUiSD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFPtOUiSD .navbar {
    height: 77px;
  }
  .cid-sHFPtOUiSD .navbar.opened {
    height: auto;
  }
  .cid-sHFPtOUiSD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFPtOUiSD .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFPtPBuCh {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFPtPBuCh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFPtPBuCh .mbr-text,
.cid-sHFPtPBuCh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFPtQ5UK1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFPtQ5UK1 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFPtQ5UK1 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFPtQ5UK1 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFPtQtLxb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFPtQtLxb .mbr-text,
.cid-sHFPtQtLxb .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFPtQtLxb H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFPtQNtXv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFPtQNtXv .content {
    text-align: center;
  }
  .cid-sHFPtQNtXv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFPtQNtXv .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFPtQNtXv .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFPtQNtXv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFPtQNtXv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFPtQNtXv .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFPtQNtXv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFPtQNtXv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFPtQNtXv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFPtQNtXv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFPtQNtXv .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFPtQNtXv .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFPtQNtXv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFPtQNtXv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFPtQNtXv .list-item {
  display: flex;
}
.cid-sHFPtQNtXv .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFPtQNtXv ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFPtQNtXv ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFPtQNtXv ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFPtQNtXv .column-title {
  color: #ffffff;
}
.cid-sHFPtQNtXv P {
  color: #ffffff;
}
.cid-sHFPtQNtXv .mbr-text {
  color: #ffffff;
}
.cid-sHFQuXchfJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFQuXchfJ .btn {
  white-space: nowrap;
}
.cid-sHFQuXchfJ .nav-link,
.cid-sHFQuXchfJ .icons-menu .mbr-iconfont,
.cid-sHFQuXchfJ .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFQuXchfJ .nav-link:hover,
.cid-sHFQuXchfJ .icons-menu .mbr-iconfont:hover,
.cid-sHFQuXchfJ .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFQuXchfJ .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFQuXchfJ .container {
  display: flex;
  margin: auto;
}
.cid-sHFQuXchfJ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFQuXchfJ .navbar.opened {
  transition: all .3s;
}
.cid-sHFQuXchfJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFQuXchfJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFQuXchfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFQuXchfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFQuXchfJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFQuXchfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFQuXchfJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFQuXchfJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFQuXchfJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFQuXchfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFQuXchfJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFQuXchfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFQuXchfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFQuXchfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFQuXchfJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFQuXchfJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFQuXchfJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFQuXchfJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFQuXchfJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFQuXchfJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFQuXchfJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFQuXchfJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFQuXchfJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFQuXchfJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFQuXchfJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFQuXchfJ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFQuXchfJ .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFQuXchfJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFQuXchfJ .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFQuXchfJ .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFQuXchfJ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFQuXchfJ .dropdown-menu,
.cid-sHFQuXchfJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFQuXchfJ .nav-item:focus,
.cid-sHFQuXchfJ .nav-link:focus {
  outline: none;
}
.cid-sHFQuXchfJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFQuXchfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFQuXchfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFQuXchfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFQuXchfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFQuXchfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFQuXchfJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFQuXchfJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFQuXchfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFQuXchfJ .dropdown-item.active,
.cid-sHFQuXchfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFQuXchfJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFQuXchfJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFQuXchfJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFQuXchfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFQuXchfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFQuXchfJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFQuXchfJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFQuXchfJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFQuXchfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFQuXchfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFQuXchfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFQuXchfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFQuXchfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFQuXchfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFQuXchfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFQuXchfJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFQuXchfJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFQuXchfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFQuXchfJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFQuXchfJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFQuXchfJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFQuXchfJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFQuXchfJ .navbar {
    height: 77px;
  }
  .cid-sHFQuXchfJ .navbar.opened {
    height: auto;
  }
  .cid-sHFQuXchfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFQuXchfJ .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFQuY0fDg {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFQuY0fDg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFQuY0fDg .mbr-text,
.cid-sHFQuY0fDg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFQuYrNN4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFQuYrNN4 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFQuYrNN4 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFQuYrNN4 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFQuYRTkC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFQuYRTkC .mbr-text,
.cid-sHFQuYRTkC .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFQuYRTkC H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFQZOe5Cm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFQZOe5Cm .mbr-text,
.cid-sHFQZOe5Cm .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFQZOe5Cm H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFRa2SZbt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFRa2SZbt .mbr-text,
.cid-sHFRa2SZbt .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFRa2SZbt H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFR9kas7A {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFR9kas7A .mbr-text,
.cid-sHFR9kas7A .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFR9kas7A H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFRqYxuWa {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sHFRqYxuWa .mbr-text,
.cid-sHFRqYxuWa .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFRqYxuWa H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFQuZcuDn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFQuZcuDn .content {
    text-align: center;
  }
  .cid-sHFQuZcuDn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFQuZcuDn .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFQuZcuDn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFQuZcuDn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFQuZcuDn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFQuZcuDn .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFQuZcuDn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFQuZcuDn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFQuZcuDn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFQuZcuDn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFQuZcuDn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFQuZcuDn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFQuZcuDn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFQuZcuDn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFQuZcuDn .list-item {
  display: flex;
}
.cid-sHFQuZcuDn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFQuZcuDn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFQuZcuDn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFQuZcuDn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFQuZcuDn .column-title {
  color: #ffffff;
}
.cid-sHFQuZcuDn P {
  color: #ffffff;
}
.cid-sHFQuZcuDn .mbr-text {
  color: #ffffff;
}
.cid-sHFRGlszwC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFRGlszwC .btn {
  white-space: nowrap;
}
.cid-sHFRGlszwC .nav-link,
.cid-sHFRGlszwC .icons-menu .mbr-iconfont,
.cid-sHFRGlszwC .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFRGlszwC .nav-link:hover,
.cid-sHFRGlszwC .icons-menu .mbr-iconfont:hover,
.cid-sHFRGlszwC .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFRGlszwC .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFRGlszwC .container {
  display: flex;
  margin: auto;
}
.cid-sHFRGlszwC .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFRGlszwC .navbar.opened {
  transition: all .3s;
}
.cid-sHFRGlszwC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFRGlszwC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFRGlszwC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFRGlszwC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFRGlszwC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFRGlszwC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFRGlszwC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFRGlszwC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFRGlszwC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFRGlszwC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFRGlszwC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFRGlszwC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFRGlszwC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFRGlszwC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFRGlszwC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFRGlszwC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFRGlszwC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFRGlszwC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFRGlszwC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFRGlszwC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFRGlszwC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFRGlszwC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFRGlszwC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFRGlszwC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFRGlszwC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFRGlszwC .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFRGlszwC .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFRGlszwC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFRGlszwC .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFRGlszwC .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFRGlszwC .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFRGlszwC .dropdown-menu,
.cid-sHFRGlszwC .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFRGlszwC .nav-item:focus,
.cid-sHFRGlszwC .nav-link:focus {
  outline: none;
}
.cid-sHFRGlszwC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFRGlszwC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFRGlszwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFRGlszwC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFRGlszwC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFRGlszwC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFRGlszwC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFRGlszwC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFRGlszwC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFRGlszwC .dropdown-item.active,
.cid-sHFRGlszwC .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFRGlszwC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFRGlszwC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFRGlszwC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFRGlszwC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFRGlszwC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFRGlszwC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFRGlszwC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFRGlszwC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFRGlszwC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFRGlszwC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFRGlszwC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFRGlszwC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFRGlszwC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFRGlszwC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFRGlszwC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFRGlszwC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFRGlszwC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFRGlszwC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFRGlszwC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFRGlszwC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFRGlszwC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFRGlszwC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFRGlszwC .navbar {
    height: 77px;
  }
  .cid-sHFRGlszwC .navbar.opened {
    height: auto;
  }
  .cid-sHFRGlszwC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFRGlszwC .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFRGmdzun {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFRGmdzun .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFRGmdzun .mbr-text,
.cid-sHFRGmdzun .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFRGmAAan {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFRGmAAan img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFRGmAAan .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFRGmAAan .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFRGmUhWP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFRGmUhWP .mbr-text,
.cid-sHFRGmUhWP .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFRGmUhWP H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFRGn9vks {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFRGn9vks .mbr-text,
.cid-sHFRGn9vks .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFRGn9vks H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFRGogRq5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFRGogRq5 .content {
    text-align: center;
  }
  .cid-sHFRGogRq5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFRGogRq5 .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFRGogRq5 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFRGogRq5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFRGogRq5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFRGogRq5 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFRGogRq5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFRGogRq5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFRGogRq5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFRGogRq5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFRGogRq5 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFRGogRq5 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFRGogRq5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFRGogRq5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFRGogRq5 .list-item {
  display: flex;
}
.cid-sHFRGogRq5 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFRGogRq5 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFRGogRq5 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFRGogRq5 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFRGogRq5 .column-title {
  color: #ffffff;
}
.cid-sHFRGogRq5 P {
  color: #ffffff;
}
.cid-sHFRGogRq5 .mbr-text {
  color: #ffffff;
}
.cid-sHFSxcXrRI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFSxcXrRI .btn {
  white-space: nowrap;
}
.cid-sHFSxcXrRI .nav-link,
.cid-sHFSxcXrRI .icons-menu .mbr-iconfont,
.cid-sHFSxcXrRI .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFSxcXrRI .nav-link:hover,
.cid-sHFSxcXrRI .icons-menu .mbr-iconfont:hover,
.cid-sHFSxcXrRI .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFSxcXrRI .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFSxcXrRI .container {
  display: flex;
  margin: auto;
}
.cid-sHFSxcXrRI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFSxcXrRI .navbar.opened {
  transition: all .3s;
}
.cid-sHFSxcXrRI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFSxcXrRI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFSxcXrRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFSxcXrRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFSxcXrRI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFSxcXrRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFSxcXrRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFSxcXrRI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFSxcXrRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFSxcXrRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFSxcXrRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFSxcXrRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFSxcXrRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFSxcXrRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFSxcXrRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFSxcXrRI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFSxcXrRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFSxcXrRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFSxcXrRI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFSxcXrRI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFSxcXrRI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFSxcXrRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFSxcXrRI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFSxcXrRI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFSxcXrRI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFSxcXrRI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFSxcXrRI .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFSxcXrRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFSxcXrRI .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFSxcXrRI .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFSxcXrRI .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFSxcXrRI .dropdown-menu,
.cid-sHFSxcXrRI .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFSxcXrRI .nav-item:focus,
.cid-sHFSxcXrRI .nav-link:focus {
  outline: none;
}
.cid-sHFSxcXrRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFSxcXrRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFSxcXrRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFSxcXrRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFSxcXrRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFSxcXrRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFSxcXrRI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFSxcXrRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFSxcXrRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFSxcXrRI .dropdown-item.active,
.cid-sHFSxcXrRI .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFSxcXrRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFSxcXrRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFSxcXrRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFSxcXrRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFSxcXrRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFSxcXrRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFSxcXrRI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFSxcXrRI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFSxcXrRI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFSxcXrRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFSxcXrRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFSxcXrRI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFSxcXrRI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFSxcXrRI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFSxcXrRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFSxcXrRI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFSxcXrRI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFSxcXrRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFSxcXrRI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFSxcXrRI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFSxcXrRI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFSxcXrRI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFSxcXrRI .navbar {
    height: 77px;
  }
  .cid-sHFSxcXrRI .navbar.opened {
    height: auto;
  }
  .cid-sHFSxcXrRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFSxcXrRI .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFSxdFCtK {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFSxdFCtK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFSxdFCtK .mbr-text,
.cid-sHFSxdFCtK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFSxe3jBn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHFSxe3jBn img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFSxe3jBn .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFSxe3jBn .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFSxemRyZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFSxemRyZ .mbr-text,
.cid-sHFSxemRyZ .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFSxemRyZ H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFSxeEqGl {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFSxeEqGl .mbr-text,
.cid-sHFSxeEqGl .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFSxeEqGl H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFSxeYw3G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFSxeYw3G .content {
    text-align: center;
  }
  .cid-sHFSxeYw3G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFSxeYw3G .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFSxeYw3G .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFSxeYw3G .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFSxeYw3G .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFSxeYw3G .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFSxeYw3G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFSxeYw3G .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFSxeYw3G .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFSxeYw3G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFSxeYw3G .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFSxeYw3G .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFSxeYw3G .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFSxeYw3G .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFSxeYw3G .list-item {
  display: flex;
}
.cid-sHFSxeYw3G .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFSxeYw3G ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFSxeYw3G ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFSxeYw3G ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFSxeYw3G .column-title {
  color: #ffffff;
}
.cid-sHFSxeYw3G P {
  color: #ffffff;
}
.cid-sHFSxeYw3G .mbr-text {
  color: #ffffff;
}
.cid-sHFYgZ94Zw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFYgZ94Zw .btn {
  white-space: nowrap;
}
.cid-sHFYgZ94Zw .nav-link,
.cid-sHFYgZ94Zw .icons-menu .mbr-iconfont,
.cid-sHFYgZ94Zw .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFYgZ94Zw .nav-link:hover,
.cid-sHFYgZ94Zw .icons-menu .mbr-iconfont:hover,
.cid-sHFYgZ94Zw .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFYgZ94Zw .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFYgZ94Zw .container {
  display: flex;
  margin: auto;
}
.cid-sHFYgZ94Zw .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFYgZ94Zw .navbar.opened {
  transition: all .3s;
}
.cid-sHFYgZ94Zw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFYgZ94Zw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFYgZ94Zw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFYgZ94Zw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFYgZ94Zw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFYgZ94Zw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFYgZ94Zw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFYgZ94Zw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFYgZ94Zw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFYgZ94Zw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFYgZ94Zw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFYgZ94Zw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFYgZ94Zw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFYgZ94Zw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFYgZ94Zw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFYgZ94Zw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFYgZ94Zw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFYgZ94Zw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFYgZ94Zw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFYgZ94Zw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFYgZ94Zw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFYgZ94Zw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFYgZ94Zw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFYgZ94Zw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFYgZ94Zw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFYgZ94Zw .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFYgZ94Zw .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFYgZ94Zw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFYgZ94Zw .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFYgZ94Zw .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFYgZ94Zw .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFYgZ94Zw .dropdown-menu,
.cid-sHFYgZ94Zw .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFYgZ94Zw .nav-item:focus,
.cid-sHFYgZ94Zw .nav-link:focus {
  outline: none;
}
.cid-sHFYgZ94Zw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFYgZ94Zw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFYgZ94Zw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFYgZ94Zw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFYgZ94Zw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFYgZ94Zw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFYgZ94Zw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFYgZ94Zw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFYgZ94Zw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFYgZ94Zw .dropdown-item.active,
.cid-sHFYgZ94Zw .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFYgZ94Zw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFYgZ94Zw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFYgZ94Zw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFYgZ94Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFYgZ94Zw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFYgZ94Zw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFYgZ94Zw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFYgZ94Zw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFYgZ94Zw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFYgZ94Zw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFYgZ94Zw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFYgZ94Zw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFYgZ94Zw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFYgZ94Zw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFYgZ94Zw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFYgZ94Zw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFYgZ94Zw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFYgZ94Zw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFYgZ94Zw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFYgZ94Zw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFYgZ94Zw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFYgZ94Zw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFYgZ94Zw .navbar {
    height: 77px;
  }
  .cid-sHFYgZ94Zw .navbar.opened {
    height: auto;
  }
  .cid-sHFYgZ94Zw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFYgZ94Zw .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFYgZZaP3 {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFYgZZaP3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFYgZZaP3 .mbr-text,
.cid-sHFYgZZaP3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHFYh0q6ek {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFYh0q6ek img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sHFYh0q6ek .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sHFYh0q6ek .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sHFYh0q6ek .mbr-text,
.cid-sHFYh0q6ek .mbr-section-btn {
  color: #393939;
}
.cid-sHFYh0MxsH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHFYh0MxsH .mbr-text,
.cid-sHFYh0MxsH .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFYh0MxsH H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFYh13UDD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHFYh13UDD .mbr-text,
.cid-sHFYh13UDD .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHFYh13UDD H1 {
  color: #0095ff;
  text-align: left;
}
.cid-sHFYh1o1Sk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFYh1o1Sk .content {
    text-align: center;
  }
  .cid-sHFYh1o1Sk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFYh1o1Sk .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFYh1o1Sk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFYh1o1Sk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFYh1o1Sk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFYh1o1Sk .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFYh1o1Sk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFYh1o1Sk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFYh1o1Sk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFYh1o1Sk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFYh1o1Sk .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFYh1o1Sk .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFYh1o1Sk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFYh1o1Sk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFYh1o1Sk .list-item {
  display: flex;
}
.cid-sHFYh1o1Sk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFYh1o1Sk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFYh1o1Sk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFYh1o1Sk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFYh1o1Sk .column-title {
  color: #ffffff;
}
.cid-sHFYh1o1Sk P {
  color: #ffffff;
}
.cid-sHFYh1o1Sk .mbr-text {
  color: #ffffff;
}
.cid-sHFZDAX35T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFZDAX35T .btn {
  white-space: nowrap;
}
.cid-sHFZDAX35T .nav-link,
.cid-sHFZDAX35T .icons-menu .mbr-iconfont,
.cid-sHFZDAX35T .dropdown-item {
  transition: all 0.1s;
}
.cid-sHFZDAX35T .nav-link:hover,
.cid-sHFZDAX35T .icons-menu .mbr-iconfont:hover,
.cid-sHFZDAX35T .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHFZDAX35T .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHFZDAX35T .container {
  display: flex;
  margin: auto;
}
.cid-sHFZDAX35T .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHFZDAX35T .navbar.opened {
  transition: all .3s;
}
.cid-sHFZDAX35T .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHFZDAX35T .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHFZDAX35T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHFZDAX35T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHFZDAX35T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHFZDAX35T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHFZDAX35T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHFZDAX35T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHFZDAX35T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHFZDAX35T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHFZDAX35T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHFZDAX35T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHFZDAX35T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHFZDAX35T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHFZDAX35T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHFZDAX35T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHFZDAX35T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHFZDAX35T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHFZDAX35T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHFZDAX35T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHFZDAX35T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHFZDAX35T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHFZDAX35T .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHFZDAX35T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHFZDAX35T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHFZDAX35T .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHFZDAX35T .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHFZDAX35T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHFZDAX35T .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHFZDAX35T .navbar-caption {
  padding-right: 4rem;
}
.cid-sHFZDAX35T .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHFZDAX35T .dropdown-menu,
.cid-sHFZDAX35T .navbar.opened {
  background: #ffffff !important;
}
.cid-sHFZDAX35T .nav-item:focus,
.cid-sHFZDAX35T .nav-link:focus {
  outline: none;
}
.cid-sHFZDAX35T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFZDAX35T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHFZDAX35T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHFZDAX35T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHFZDAX35T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHFZDAX35T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHFZDAX35T .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHFZDAX35T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHFZDAX35T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHFZDAX35T .dropdown-item.active,
.cid-sHFZDAX35T .dropdown-item:active {
  background-color: transparent;
}
.cid-sHFZDAX35T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHFZDAX35T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHFZDAX35T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHFZDAX35T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHFZDAX35T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHFZDAX35T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHFZDAX35T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHFZDAX35T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHFZDAX35T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHFZDAX35T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHFZDAX35T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHFZDAX35T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFZDAX35T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHFZDAX35T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHFZDAX35T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFZDAX35T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHFZDAX35T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHFZDAX35T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHFZDAX35T .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHFZDAX35T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHFZDAX35T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHFZDAX35T .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHFZDAX35T .navbar {
    height: 77px;
  }
  .cid-sHFZDAX35T .navbar.opened {
    height: auto;
  }
  .cid-sHFZDAX35T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHFZDAX35T .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHFZDBFhSS {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/especialidade-ortopedia-746x356.webp");
}
.cid-sHFZDBFhSS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHFZDBFhSS .mbr-text,
.cid-sHFZDBFhSS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHG02IM4jj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHG02IM4jj img,
.cid-sHG02IM4jj .item-img {
  width: 100%;
}
.cid-sHG02IM4jj .item:focus,
.cid-sHG02IM4jj span:focus {
  outline: none;
}
.cid-sHG02IM4jj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHG02IM4jj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHG02IM4jj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sHG02IM4jj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHG02IM4jj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sHG02IM4jj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sHG02IM4jj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHG02IM4jj .mbr-section-title {
  color: #232323;
}
.cid-sHG02IM4jj .mbr-text,
.cid-sHG02IM4jj .mbr-section-btn {
  text-align: center;
}
.cid-sHG02IM4jj .item-title {
  text-align: center;
  color: #0095ff;
}
.cid-sHG02IM4jj .item-subtitle {
  text-align: center;
}
.cid-sHFZDCTJ6K {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHFZDCTJ6K .content {
    text-align: center;
  }
  .cid-sHFZDCTJ6K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHFZDCTJ6K .logo-subtitle {
  color: #8d97ad;
}
.cid-sHFZDCTJ6K .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFZDCTJ6K .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHFZDCTJ6K .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHFZDCTJ6K .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHFZDCTJ6K .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHFZDCTJ6K .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHFZDCTJ6K .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHFZDCTJ6K .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHFZDCTJ6K .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHFZDCTJ6K .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHFZDCTJ6K .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHFZDCTJ6K .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHFZDCTJ6K .list-item {
  display: flex;
}
.cid-sHFZDCTJ6K .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHFZDCTJ6K ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHFZDCTJ6K ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHFZDCTJ6K ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHFZDCTJ6K .column-title {
  color: #ffffff;
}
.cid-sHFZDCTJ6K P {
  color: #ffffff;
}
.cid-sHFZDCTJ6K .mbr-text {
  color: #ffffff;
}
.cid-sHG2qptQrF {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20210803-64605-2000x948.webp");
}
.cid-sHG2qptQrF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sHG2qptQrF .mbr-text,
.cid-sHG2qptQrF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sHG3Z1472J {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHG3Z1472J .item {
  padding-bottom: 2rem;
}
.cid-sHG3Z1472J .item-wrapper {
  position: relative;
}
.cid-sHG3Z1472J .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sHG3Z1472J .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sHG3Z1472J .carousel-control,
.cid-sHG3Z1472J .close {
  background: #1b1b1b;
}
.cid-sHG3Z1472J .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sHG3Z1472J .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sHG3Z1472J .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sHG3Z1472J .carousel-control-next span {
  margin-left: 5px;
}
.cid-sHG3Z1472J .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sHG3Z1472J .close::before {
  content: '\e91a';
}
.cid-sHG3Z1472J .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sHG3Z1472J .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sHG3Z1472J .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHG3Z1472J .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sHG3Z1472J .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHG3Z1472J .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sHG3Z1472J .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sHG3Z1472J .carousel-indicators li.active,
.cid-sHG3Z1472J .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sHG3Z1472J .carousel-indicators li::after,
.cid-sHG3Z1472J .carousel-indicators li::before {
  content: none;
}
.cid-sHG3Z1472J .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sHG3Z1472J .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sHG3Z1472J .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sHG3Z1472J .carousel-indicators {
    display: none;
  }
}
.cid-sHG3Z1472J .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sHG3Z1472J .carousel-inner > .active {
  display: block;
}
.cid-sHG3Z1472J .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHG3Z1472J .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHG3Z1472J .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sHG3Z1472J .carousel-control,
  .cid-sHG3Z1472J .carousel-indicators,
  .cid-sHG3Z1472J .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sHG3Z1472J .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sHG3Z1472J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHG3Z1472J .carousel-indicators .active,
.cid-sHG3Z1472J .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sHG3Z1472J .carousel-indicators .active {
  background: #fff;
}
.cid-sHG3Z1472J .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sHG3Z1472J .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sHG3Z1472J .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sHG3Z1472J .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sHG3Z1472J .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sHG3Z1472J .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sHG3Z1472J .carousel {
  width: 100%;
}
.cid-sHG3Z1472J .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sHG3Z1472J .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sHG3Z1472J .modal.fade .modal-dialog,
.cid-sHG3Z1472J .modal.in .modal-dialog {
  transform: none;
}
.cid-sHG3Z1472J .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sHG3Z1472J H6 {
  text-align: center;
}
.cid-sHG2qpT0D5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHG2qpT0D5 .btn {
  white-space: nowrap;
}
.cid-sHG2qpT0D5 .nav-link,
.cid-sHG2qpT0D5 .icons-menu .mbr-iconfont,
.cid-sHG2qpT0D5 .dropdown-item {
  transition: all 0.1s;
}
.cid-sHG2qpT0D5 .nav-link:hover,
.cid-sHG2qpT0D5 .icons-menu .mbr-iconfont:hover,
.cid-sHG2qpT0D5 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 1200px) {
  .cid-sHG2qpT0D5 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sHG2qpT0D5 .container {
  display: flex;
  margin: auto;
}
.cid-sHG2qpT0D5 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHG2qpT0D5 .navbar.opened {
  transition: all .3s;
}
.cid-sHG2qpT0D5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sHG2qpT0D5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sHG2qpT0D5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHG2qpT0D5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHG2qpT0D5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sHG2qpT0D5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHG2qpT0D5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHG2qpT0D5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHG2qpT0D5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHG2qpT0D5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHG2qpT0D5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHG2qpT0D5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHG2qpT0D5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHG2qpT0D5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHG2qpT0D5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHG2qpT0D5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHG2qpT0D5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHG2qpT0D5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHG2qpT0D5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHG2qpT0D5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHG2qpT0D5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHG2qpT0D5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHG2qpT0D5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHG2qpT0D5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHG2qpT0D5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHG2qpT0D5 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sHG2qpT0D5 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sHG2qpT0D5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHG2qpT0D5 .mbr-iconfont {
  color: #0095ff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHG2qpT0D5 .navbar-caption {
  padding-right: 4rem;
}
.cid-sHG2qpT0D5 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sHG2qpT0D5 .dropdown-menu,
.cid-sHG2qpT0D5 .navbar.opened {
  background: #ffffff !important;
}
.cid-sHG2qpT0D5 .nav-item:focus,
.cid-sHG2qpT0D5 .nav-link:focus {
  outline: none;
}
.cid-sHG2qpT0D5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHG2qpT0D5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHG2qpT0D5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHG2qpT0D5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHG2qpT0D5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHG2qpT0D5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sHG2qpT0D5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHG2qpT0D5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHG2qpT0D5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHG2qpT0D5 .dropdown-item.active,
.cid-sHG2qpT0D5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHG2qpT0D5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHG2qpT0D5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHG2qpT0D5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHG2qpT0D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHG2qpT0D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHG2qpT0D5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHG2qpT0D5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHG2qpT0D5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHG2qpT0D5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHG2qpT0D5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0077ff;
}
.cid-sHG2qpT0D5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHG2qpT0D5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHG2qpT0D5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHG2qpT0D5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHG2qpT0D5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHG2qpT0D5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHG2qpT0D5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHG2qpT0D5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHG2qpT0D5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHG2qpT0D5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHG2qpT0D5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sHG2qpT0D5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHG2qpT0D5 .navbar {
    height: 77px;
  }
  .cid-sHG2qpT0D5 .navbar.opened {
    height: auto;
  }
  .cid-sHG2qpT0D5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHG2qpT0D5 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sHG2qrmu0N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #393939;
}
@media (max-width: 767px) {
  .cid-sHG2qrmu0N .content {
    text-align: center;
  }
  .cid-sHG2qrmu0N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHG2qrmu0N .logo-subtitle {
  color: #8d97ad;
}
.cid-sHG2qrmu0N .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sHG2qrmu0N .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sHG2qrmu0N .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sHG2qrmu0N .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sHG2qrmu0N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sHG2qrmu0N .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sHG2qrmu0N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHG2qrmu0N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sHG2qrmu0N .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHG2qrmu0N .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHG2qrmu0N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHG2qrmu0N .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHG2qrmu0N .list-item {
  display: flex;
}
.cid-sHG2qrmu0N .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sHG2qrmu0N ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sHG2qrmu0N ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sHG2qrmu0N ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sHG2qrmu0N .column-title {
  color: #ffffff;
}
.cid-sHG2qrmu0N P {
  color: #ffffff;
}
.cid-sHG2qrmu0N .mbr-text {
  color: #ffffff;
}


.cid-s1YNmF9EpW.or {
  padding-top: 330px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ortopedia-regenerativa-banner-topo-interna.jpg")!important;
}

.cid-s1YNmF9EpW.first{
  background-image: url("../../../assets/images/banner-topo-home-ortopedia-em-coluna.jpg")!important;
}
.slick-dots{
  bottom:10px!important;
}

.slick-dots li button:before  {
  font-size:15px!important;
  color:#0095ff!important;
  }
  .slick-dots li.slick-active button:before
      {
  color:#0095ff !important;
  }

@media only screen and (max-width:425px){
  
.cid-s1YNmF9EpW.or {
  padding-top: 200px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ortopedia-regenerativa-banner-topo-interna-mobile.jpg")!important;
}
.cid-s1YNmF9EpW.or br{
display: none;
}

.cid-s1YNmF9EpW.first{
  background-image: url("../../../assets/images/banner-topo-home-ortopedia-em-coluna-mobile.jpg")!important;
}



}