:root {
  --novo-mar-navy: #013265;
  --novo-mar-teal: #038AA3;
  --novo-mar-orange: #FD9704;
}
.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #013265 !important;
}
.bg-success {
  background-color: #013265 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #013265 !important;
}
.bg-danger {
  background-color: #FD9704 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #013265 !important;
  border-color: #013265 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #013265;
  border-color: #013265;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-primary:hover {
  background-color: #038AA3 !important;
  border-color: #038AA3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #013265 !important;
  border-color: #013265 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #013265;
  border-color: #013265;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-success:hover {
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #013265 !important;
  border-color: #013265 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #013265;
  border-color: #013265;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-warning:hover {
  background-color: #038AA3 !important;
  border-color: #038AA3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #FD9704 !important;
  border-color: #FD9704 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #FD9704;
  border-color: #FD9704;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #FD9704 !important;
  border-color: #FD9704 !important;
}
.btn-danger:hover {
  background-color: #FD9704 !important;
  border-color: #FD9704 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #013265;
  color: #013265;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #013265 !important;
  border-color: #013265;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #013265;
  color: #013265;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #013265 !important;
  border-color: #013265;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #013265;
  color: #013265;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #013265 !important;
  border-color: #013265;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #013265 !important;
  border-color: #013265 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #FD9704;
  color: #FD9704;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #FD9704 !important;
  border-color: #FD9704;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #FD9704 !important;
  border-color: #FD9704 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.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 !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #013265 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #013265 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #013265 !important;
}
.text-danger {
  color: #FD9704 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0265d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #013265 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #FD9704 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #013265 !important;
}
.alert-success {
  background-color: #013265;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #013265;
}
.alert-danger {
  background-color: #FD9704;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #013265;
  border-color: #013265;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #013265;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #038AA3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #013265;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #013265;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #013265;
  border-bottom-color: #013265;
}
.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: #013265 !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: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-tkcGLA1O2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tkcGLA1O2p nav.navbar {
  position: fixed;
}
.cid-tkcGLA1O2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkcGLA1O2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkcGLA1O2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkcGLA1O2p .dropdown-item:hover,
.cid-tkcGLA1O2p .dropdown-item:focus {
  background: #013265 !important;
  color: white !important;
}
.cid-tkcGLA1O2p .dropdown-item:hover span {
  color: white;
}
.cid-tkcGLA1O2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkcGLA1O2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkcGLA1O2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkcGLA1O2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkcGLA1O2p .nav-link {
  position: relative;
}
.cid-tkcGLA1O2p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkcGLA1O2p .container {
    flex-wrap: nowrap;
  }
}
.cid-tkcGLA1O2p .iconfont-wrapper {
  color: #013265 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkcGLA1O2p .dropdown-menu,
.cid-tkcGLA1O2p .navbar.opened {
  background: #ffffff !important;
}
.cid-tkcGLA1O2p .nav-item:focus,
.cid-tkcGLA1O2p .nav-link:focus {
  outline: none;
}
.cid-tkcGLA1O2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkcGLA1O2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkcGLA1O2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkcGLA1O2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkcGLA1O2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkcGLA1O2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkcGLA1O2p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkcGLA1O2p .navbar.opened {
  transition: all 0.3s;
}
.cid-tkcGLA1O2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkcGLA1O2p .navbar .navbar-logo img {
  width: auto;
}
.cid-tkcGLA1O2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkcGLA1O2p .navbar.collapsed {
  justify-content: center;
}
.cid-tkcGLA1O2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkcGLA1O2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkcGLA1O2p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tkcGLA1O2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkcGLA1O2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkcGLA1O2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkcGLA1O2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkcGLA1O2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkcGLA1O2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkcGLA1O2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkcGLA1O2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkcGLA1O2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkcGLA1O2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkcGLA1O2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkcGLA1O2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkcGLA1O2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkcGLA1O2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkcGLA1O2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkcGLA1O2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkcGLA1O2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tkcGLA1O2p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tkcGLA1O2p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkcGLA1O2p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkcGLA1O2p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkcGLA1O2p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkcGLA1O2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkcGLA1O2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkcGLA1O2p .dropdown-item.active,
.cid-tkcGLA1O2p .dropdown-item:active {
  background-color: transparent;
}
.cid-tkcGLA1O2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkcGLA1O2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkcGLA1O2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkcGLA1O2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkcGLA1O2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkcGLA1O2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkcGLA1O2p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkcGLA1O2p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkcGLA1O2p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkcGLA1O2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkcGLA1O2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkcGLA1O2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkcGLA1O2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkcGLA1O2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkcGLA1O2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkcGLA1O2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkcGLA1O2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkcGLA1O2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkcGLA1O2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkcGLA1O2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkcGLA1O2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkcGLA1O2p .navbar {
    height: 70px;
  }
  .cid-tkcGLA1O2p .navbar.opened {
    height: auto;
  }
  .cid-tkcGLA1O2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk6xqWueSB {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/bg.webp");
  background-position: center;
  background-size: cover;
}
.cid-tk6xqWueSB .title__block {
  margin-bottom: 45px;
}
.cid-tk6xqWueSB .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tk6xqWueSB .mbr-section-title b,
.cid-tk6xqWueSB .mbr-section-title strong {
  font-weight: 500;
}
.cid-tk6xqWueSB .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tk6xqWueSB .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tk6xqWueSB .video-block {
    width: 100% !important;
  }
  .cid-tk6xqWueSB .title__block {
    margin-bottom: 30px;
  }
}
.cid-tuzqd0OvAp {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tuzqd0OvAp .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tuzqd0OvAp .image-wrapper {
    width: 49%;
  }
}
.cid-tuzqd0OvAp .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tuzqd0OvAp .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tuzqd0OvAp .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tuzqd0OvAp .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuzqd0OvAp .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tuzqd0OvAp .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tuzqd0OvAp .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tuzqd0OvAp .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-tuzqd0OvAp .item-btn:hover {
  opacity: 0.8;
}
.cid-tuzqd0OvAp .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tuzqd0OvAp .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tuzqd0OvAp .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-tuzqd0OvAp .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tuzqd0OvAp .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tuzqd0OvAp .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tuzqd0OvAp .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tuzqd0OvAp .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tuzqd0OvAp .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tuzqd0OvAp .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tuzqd0OvAp P {
  color: #9b9ba5;
}
.cid-tuzqd0OvAp .mbr-section-subtitle {
  color: #013265;
}
.cid-tuzqd0OvAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzqd0OvAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzqd0OvAp .mbr-section-title {
  color: #013265;
}
.cid-tjMNqs2N6Y {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tjMNqs2N6Y .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
}
.cid-tjMNqs2N6Y .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-tjMNqs2N6Y .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-tjMNqs2N6Y .slide-content {
  justify-content: center;
  text-align: left;
}
.cid-tjMNqs2N6Y .slide-content .media-container-row {
  flex-grow: 1;
}
.cid-tjMNqs2N6Y .slide-content .slider__item {
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-tjMNqs2N6Y .slide-content .slider__item:hover {
  border: 2px solid #013265;
}
.cid-tjMNqs2N6Y .slide-content .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-tjMNqs2N6Y .slide-content .slider__item .slider__image {
  width: 100%;
}
.cid-tjMNqs2N6Y .slide-content .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjMNqs2N6Y .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddebe9;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-tjMNqs2N6Y .slider__content .slider__content-wrap {
  margin-bottom: 20px;
  min-height: 30px;
}
.cid-tjMNqs2N6Y .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #013265;
}
.cid-tjMNqs2N6Y .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-tjMNqs2N6Y .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-tjMNqs2N6Y .carousel-item.active,
.cid-tjMNqs2N6Y .carousel-item-next,
.cid-tjMNqs2N6Y .carousel-item-prev {
  display: flex;
}
.cid-tjMNqs2N6Y .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tjMNqs2N6Y .cloneditem-1,
.cid-tjMNqs2N6Y .cloneditem-2,
.cid-tjMNqs2N6Y .cloneditem-3,
.cid-tjMNqs2N6Y .cloneditem-4,
.cid-tjMNqs2N6Y .cloneditem-5 {
  display: none;
}
.cid-tjMNqs2N6Y .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-tjMNqs2N6Y .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tjMNqs2N6Y .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides2 .cloneditem-1,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 .cloneditem-2,
  .cid-tjMNqs2N6Y .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tjMNqs2N6Y .carousel-inner.slides3 .cloneditem-1,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 .cloneditem-2,
  .cid-tjMNqs2N6Y .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-tjMNqs2N6Y .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-tjMNqs2N6Y .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-tjMNqs2N6Y .slider__content {
    min-height: 35px;
  }
}
@media (max-width: 991px) {
  .cid-tjMNqs2N6Y .title__block {
    padding-left: 63px;
  }
  .cid-tjMNqs2N6Y .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-tjMNqs2N6Y .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-tjMNqs2N6Y .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-tjMNqs2N6Y .slider__content {
    padding: 18px 18px 22px;
    min-height: 35px;
  }
  .cid-tjMNqs2N6Y .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-tjMNqs2N6Y .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-tjMNqs2N6Y .carousel-controls {
    display: none;
  }
}
.cid-tjMNqs2N6Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 34%;
}
@media (max-width: 1280px) {
  .cid-tjMNqs2N6Y .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tjMNqs2N6Y .embla__slide {
    min-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tjMNqs2N6Y .embla__button--next,
.cid-tjMNqs2N6Y .embla__button--prev {
  display: flex;
}
.cid-tjMNqs2N6Y .embla__button {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #013265;
  background-color: transparent;
}
.cid-tjMNqs2N6Y .embla__button span {
  color: #013265;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tjMNqs2N6Y .embla__button {
    display: none;
  }
}
.cid-tjMNqs2N6Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tjMNqs2N6Y .embla__button:hover .fa-chevron-left {
  transform: translateX(-5px);
}
.cid-tjMNqs2N6Y .embla__button:hover .fa-chevron-right {
  transform: translateX(5px);
}
.cid-tjMNqs2N6Y .embla__button.embla__button--next,
.cid-tjMNqs2N6Y .embla__button.embla__button--prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tjMNqs2N6Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjMNqs2N6Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjMNqs2N6Y .embla__button {
    top: auto;
  }
}
.cid-tjMNqs2N6Y .embla {
  position: relative;
  width: 100%;
}
.cid-tjMNqs2N6Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tjMNqs2N6Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tjMNqs2N6Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tjMNqs2N6Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tjMNqs2N6Y .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tjMNqs2N6Y .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tjMNqs2N6Y .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tjMNqs2N6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjMNqs2N6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzsfXekxv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuzsfXekxv .video-wrapper {
  width: 100%;
}
.island-feature .island-slideshow {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #038AA3;
  box-shadow: 0 18px 45px rgba(0, 61, 89, 0.18);
}
.island-feature .island-slide {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  opacity: 0;
  animation: novo-mar-island-slideshow 25s infinite ease-in-out;
  will-change: opacity, transform;
}
.island-feature .island-slide:nth-child(2) {
  animation-delay: 5s;
}
.island-feature .island-slide:nth-child(3) {
  animation-delay: 10s;
}
.island-feature .island-slide:nth-child(4) {
  animation-delay: 15s;
}
.island-feature .island-slide:nth-child(5) {
  animation-delay: 20s;
}
@keyframes novo-mar-island-slideshow {
  0% {
    opacity: 0;
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  4%,
  20% {
    opacity: 1;
  }
  24%,
  100% {
    opacity: 0;
    transform: scale(1.1) translate3d(-1%, -1%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .island-feature .island-slide {
    display: none;
    animation: none;
  }
  .island-feature .island-slide:first-child {
    display: block;
    opacity: 1;
    transform: none;
  }
}
.landing-island-feature {
  padding: 6rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f7fcfd 0%, #ffffff 58%, #eef8fa 100%);
  font-family: 'Roboto', sans-serif;
}
.landing-island-feature .row {
  row-gap: 2.5rem;
}
.landing-island-feature .island-slideshow {
  width: 100%;
  box-shadow: 0 22px 55px rgba(0, 61, 89, 0.2);
}
.landing-island-feature__content {
  padding-left: 15px;
  padding-right: 4rem;
}
.landing-island-feature__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #038AA3;
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.landing-island-feature h2 {
  margin-bottom: 1rem;
  color: #013265;
}
.landing-island-feature p {
  margin-bottom: 1.75rem;
  color: #526b76;
}
@media (max-width: 991px) {
  .landing-island-feature {
    padding: 4rem 1rem;
  }
  .landing-island-feature__content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.cid-tuzsfXekxv h2,
.cid-tuzsfXekxv h4,
.cid-tuzsfXekxv p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tuzsfXekxv .col-md-6 {
    width: 100%;
  }
}
.cid-tuzsfXekxv .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tuzsfXekxv .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tuzsfXekxv .mbr-section-head {
    text-align: center;
  }
}
.cid-tuzsfXekxv .mbr-section-title {
  color: #013265;
  margin-bottom: 1rem;
}
.cid-tuzsfXekxv .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tuzsfXekxv .mbr-text {
  color: #6b6b6b;
}
.cid-s1pjb34m3J {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s1pjb34m3J .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #eef5f4;
  z-index: 0;
}
.cid-s1pjb34m3J .carousel-inner {
  margin-bottom: 70px;
}
.cid-s1pjb34m3J .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-s1pjb34m3J .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-s1pjb34m3J .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/compass.svg");
}
.cid-s1pjb34m3J .mbr-section-title {
  margin-bottom: 33px;
  color: #013265;
}
.cid-s1pjb34m3J .slider__image {
  margin-left: 11.8%;
}
.cid-s1pjb34m3J .img-wrap {
  max-width: 100%;
}
.cid-s1pjb34m3J .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-s1pjb34m3J .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-s1pjb34m3J .carousel-indicators .active {
  background: #013265;
  opacity: 1;
  border: none;
}
.cid-s1pjb34m3J .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #013265;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #013265;
  background-color: transparent;
}
.cid-s1pjb34m3J .carousel-controls a span {
  transition: all .3s;
  color: #013265;
  font-size: 18px;
}
.cid-s1pjb34m3J .carousel-controls a:hover .fa-chevron-left {
  transform: translateX(-5px);
}
.cid-s1pjb34m3J .carousel-controls a:hover .fa-chevron-right {
  transform: translateX(5px);
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next,
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pjb34m3J .image-element {
    min-width: 50%;
  }
  .cid-s1pjb34m3J .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1pjb34m3J .two__background:before {
    max-width: 90%;
  }
  .cid-s1pjb34m3J .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-s1pjb34m3J .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-s1pjb34m3J .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle:after {
    content: none;
  }
  .cid-s1pjb34m3J .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s1pjb34m3J .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-s1pjb34m3J .img-wrap {
    width: 100%;
  }
  .cid-s1pjb34m3J .carousel-controls {
    display: none;
  }
  .cid-s1pjb34m3J .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-s1pjb34m3J .mbr-text {
  color: #4c4c4c;
}
.cid-tk1eS8q95a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #eef5f4;
}
.cid-tk1eS8q95a .tremidinha {
  animation: tremer 0.3s;
  animation-iteration-count: infinite;
}
@keyframes tremer {
  0% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
  10% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  20% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  100% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
}
.cid-tk1eS8q95a .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tk1eS8q95a .team-card:hover {
  transform: translateY(-10px);
}
.cid-tk1eS8q95a .card-wrap {
  background: #eef5f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tk1eS8q95a .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tk1eS8q95a .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tk1eS8q95a .card-wrap .img-item {
  overflow: hidden;
}
.cid-tk1eS8q95a .card-wrap .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tk1eS8q95a .card-wrap .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
@media (min-width: 768px) {
  .cid-tk1eS8q95a .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tk1eS8q95a .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tk1eS8q95a .social-row {
  text-align: center;
}
.cid-tk1eS8q95a .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #038AA3;
  transition: all 0.3s;
}
.cid-tk1eS8q95a .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #038AA3;
  font-size: 1.5rem;
}
.cid-tk1eS8q95a .social-row .soc-item:hover {
  background-color: #038AA3;
}
.cid-tk1eS8q95a .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tk1eS8q95a .mbr-section-title {
  color: #013265;
}
.cid-tk18UN6JyG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tk18UN6JyG .container,
.cid-tk18UN6JyG .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tk18UN6JyG .row {
  align-items: center;
}
.cid-tk18UN6JyG .img-item {
  overflow: hidden;
}
.cid-tk18UN6JyG .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tk18UN6JyG .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tk18UN6JyG .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tk18UN6JyG .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tk18UN6JyG .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tk18UN6JyG .mbr-text a:not(.btn):hover {
  color: #013265 !important;
  background-image: none !important;
}
.cid-tk18UN6JyG .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tk18UN6JyG .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tk18UN6JyG .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tk18UN6JyG .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tk18UN6JyG .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tk18UN6JyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk18UN6JyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk18UN6JyG .mbr-section-subtitle,
.cid-tk18UN6JyG .mbr-section-btn {
  text-align: center;
}
.cid-tjNQKs14tN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tjNQKs14tN .title__block {
  padding-bottom: 40px;
}
.cid-tjNQKs14tN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tjNQKs14tN .mbr-section-title b,
.cid-tjNQKs14tN .mbr-section-title strong {
  font-weight: 500;
}
.cid-tjNQKs14tN .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tjNQKs14tN .mbr-text {
  margin-bottom: 43px;
  color: #526b76;
}
.cid-tjNQKs14tN .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-tjNQKs14tN .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-tjNQKs14tN .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-tjNQKs14tN .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-tjNQKs14tN .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-tjNQKs14tN .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-tjNQKs14tN .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tjNQKs14tN .row {
    text-align: center;
  }
  .cid-tjNQKs14tN .title__block {
    padding-bottom: 0;
  }
  .cid-tjNQKs14tN .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-tjNQKs14tN .figure:before {
    content: none;
  }
  .cid-tjNQKs14tN .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tjNQKs14tN .mbr-text {
    margin-bottom: 30px;
  }
  .cid-tjNQKs14tN .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-tjNQKs14tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjNQKs14tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjNDAhzFO9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tjNDAhzFO9 .ico-movi {
  overflow: hidden;
}
.cid-tjNDAhzFO9 .ico-movi span {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tjNDAhzFO9 .ico-movi:hover span {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tjNDAhzFO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjNDAhzFO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tjNDAhzFO9 .container {
    max-width: 1400px;
  }
}
.cid-tjNDAhzFO9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #038AA3;
  margin-bottom: 2rem;
}
.cid-tjNDAhzFO9 .card-wrapper {
  margin-top: 3rem;
}
.cid-tjNDAhzFO9 .row {
  justify-content: center;
}
.cid-tsGdib4BVT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/fundo-barco.jpeg");
}
.cid-tsGdib4BVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsGdib4BVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsGdib4BVT .row {
  justify-content: center;
}
.cid-tsGdib4BVT .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tsGdib4BVT .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tsGdib4BVT .row {
    padding: 0 24px;
  }
}
.cid-tsGdib4BVT .video-wrapper iframe {
  width: 100%;
}
.cid-tsGdib4BVT .title-wrapper {
  margin-bottom: 32px;
}
.cid-tsGdib4BVT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tsGdib4BVT .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tsGdib4BVT .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tsGdib4BVT .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tsGdib4BVT .video-block {
    margin-bottom: 24px;
  }
}
.cid-tsGdib4BVT .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tsGdib4BVT .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tsFLbZCg0H {
  background-color: #ffffff;
}
.cid-tsFLbZCg0H .item {
  padding-bottom: 2rem;
}
.cid-tsFLbZCg0H img,
.cid-tsFLbZCg0H .item-wrapper {
  transition: all 0.7s;
}
.cid-tsFLbZCg0H .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tsFLbZCg0H .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tsFLbZCg0H .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tsFLbZCg0H .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsFLbZCg0H .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-tsFLbZCg0H .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsFLbZCg0H .close::before {
  content: "\e91a";
}
.cid-tsFLbZCg0H .close:hover {
  color: #fff;
}
.cid-tsFLbZCg0H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsFLbZCg0H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsFLbZCg0H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsFLbZCg0H .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsFLbZCg0H .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tsFLbZCg0H .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tsFLbZCg0H .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tsFLbZCg0H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tsFLbZCg0H .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tsFLbZCg0H .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tsFLbZCg0H .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tsFLbZCg0H .carousel-item img {
    width: 70%;
  }
}
.cid-tsFLbZCg0H .carousel-inner > .active {
  display: block;
}
.cid-tsFLbZCg0H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsFLbZCg0H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsFLbZCg0H .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tsFLbZCg0H .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tsFLbZCg0H .carousel-control,
  .cid-tsFLbZCg0H .carousel-indicators {
    position: fixed;
  }
}
.cid-tsFLbZCg0H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsFLbZCg0H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsFLbZCg0H .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tsFLbZCg0H .modal-content {
    width: 70%;
  }
}
.cid-tsFLbZCg0H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsFLbZCg0H .carousel {
  width: 100%;
}
.cid-tsFLbZCg0H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsFLbZCg0H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsFLbZCg0H .modal.fade .modal-dialog,
.cid-tsFLbZCg0H .modal.in .modal-dialog {
  transform: none;
}
.cid-tsFLbZCg0H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsFLbZCg0H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tsFLbZCg0H .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tsFLbZCg0H .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tsFLbZCg0H .soc-item::before,
.cid-tsFLbZCg0H .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tsFLbZCg0H .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tsFLbZCg0H .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-tsFLbZCg0H .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tsFLbZCg0H .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tsFLbZCg0H .mbr-section-subtitle {
  color: #013265;
  margin-bottom: 77px;
  text-align: left;
}
.cid-tsFLbZCg0H .text {
  color: #ddc499;
}
.cid-tsFLbZCg0H .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-tsFLbZCg0H .right {
    padding-right: 32px;
  }
  .cid-tsFLbZCg0H .left {
    padding-left: 32px;
  }
}
.cid-s1pjrJOPc9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s1pjrJOPc9 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #013265;
}
.cid-s1pjrJOPc9 .mbr-text {
  padding-right: 70px;
  color: #013265;
}
.cid-s1pjrJOPc9 .form-group {
  padding: 0;
}
.cid-s1pjrJOPc9 .form-control {
  background-color: #ffffff !important;
  color: #013265;
  border: 1px solid #689bb2;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s1pjrJOPc9 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s1pjrJOPc9 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s1pjrJOPc9 .mbr-form .btn {
  margin: 0;
}
.cid-s1pjrJOPc9 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s1pjrJOPc9 input::-webkit-input-placeholder {
  color: #013265;
  opacity: .8;
}
.cid-s1pjrJOPc9 input::-moz-placeholder {
  color: #013265;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s1pjrJOPc9 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s1pjrJOPc9 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-s1pjrJOPc9 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s1pjrJOPc9 .dragArea {
    margin: 0;
  }
  .cid-s1pjrJOPc9 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s1pjrJOPc9 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s1pjrJOPc9 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s1pjrJOPc9 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tjNOQtDN0d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../images/mbr.jpg");
}
.cid-tjNOQtDN0d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tjNOQtDN0d .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tjNOQtDN0d .col-auto {
    margin: auto;
  }
}
.cid-tjNOQtDN0d textarea {
  min-height: 200px;
}
.cid-tjNOQtDN0d .form-control,
.cid-tjNOQtDN0d .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tjNOQtDN0d .form-control::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input::-webkit-input-placeholder,
.cid-tjNOQtDN0d .form-control::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tjNOQtDN0d .form-control:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:-moz-placeholder,
.cid-tjNOQtDN0d .form-control:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-tjNOQtDN0d .form-control:hover,
.cid-tjNOQtDN0d .field-input:hover,
.cid-tjNOQtDN0d .form-control:focus,
.cid-tjNOQtDN0d .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tjNOQtDN0d .form-control:hover::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input:hover::-webkit-input-placeholder,
.cid-tjNOQtDN0d .form-control:focus::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input:focus::-webkit-input-placeholder,
.cid-tjNOQtDN0d .form-control:hover::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input:hover::-webkit-input-placeholder,
.cid-tjNOQtDN0d .form-control:focus::-webkit-input-placeholder,
.cid-tjNOQtDN0d .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tjNOQtDN0d .form-control:hover:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:hover:-moz-placeholder,
.cid-tjNOQtDN0d .form-control:focus:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:focus:-moz-placeholder,
.cid-tjNOQtDN0d .form-control:hover:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:hover:-moz-placeholder,
.cid-tjNOQtDN0d .form-control:focus:-moz-placeholder,
.cid-tjNOQtDN0d .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-tjNOQtDN0d .jq-number__spin:hover,
.cid-tjNOQtDN0d .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tjNOQtDN0d .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tjNOQtDN0d .jq-selectbox li,
.cid-tjNOQtDN0d .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tjNOQtDN0d .jq-selectbox li:hover,
.cid-tjNOQtDN0d .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-tjNOQtDN0d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tjNOQtDN0d .jq-number__spin.minus:hover:after,
.cid-tjNOQtDN0d .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tjNOQtDN0d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tjNOQtDN0d .jq-number__spin.minus:after,
.cid-tjNOQtDN0d .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tjNOQtDN0d input::-webkit-clear-button {
  display: none;
}
.cid-tjNOQtDN0d input::-webkit-inner-spin-button {
  display: none;
}
.cid-tjNOQtDN0d input::-webkit-outer-spin-button {
  display: none;
}
.cid-tjNOQtDN0d input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tjNOQtDN0d H4 {
  color: #013265;
}
.cid-tjVtuYpXzF {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #010c31;
}
.cid-tjVtuYpXzF .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #cce4f0;
}
.cid-tjVtuYpXzF .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tjVtuYpXzF .logo__footer img {
  display: block;
  width: 220px;
  object-fit: cover;
}
.cid-tjVtuYpXzF .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tjVtuYpXzF .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tjVtuYpXzF .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tjVtuYpXzF .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tjVtuYpXzF .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tjVtuYpXzF .item a {
  font-weight: 600;
}
.cid-tjVtuYpXzF .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tjVtuYpXzF .item:last-child:after {
  display: none;
}
.cid-tjVtuYpXzF .footer__social {
  padding-bottom: 21px;
}
.cid-tjVtuYpXzF .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #ffffff;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tjVtuYpXzF .mbr-iconfont:hover {
  color: #013265;
}
.cid-tjVtuYpXzF .footer__copyright {
  padding: 15px 0 12px;
  background-color: #013265;
}
.cid-tjVtuYpXzF .footer__ink {
  text-align: right;
}
.cid-tjVtuYpXzF .copyright,
.cid-tjVtuYpXzF .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tjVtuYpXzF .footer__menu {
    padding-right: 0;
  }
}
.cid-tjVtuYpXzF .copyright {
  color: #cce4f0;
}
.cid-tjVtuYpXzF .ink {
  color: #cce4f0;
}
.cid-tkzV8YbM46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/img-7316.jpg");
}
.cid-tkzV8YbM46 .title__block {
  margin-bottom: 45px;
}
.cid-tkzV8YbM46 .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tkzV8YbM46 .mbr-section-title b,
.cid-tkzV8YbM46 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tkzV8YbM46 .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tkzV8YbM46 .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tkzV8YbM46 .video-block {
    width: 100% !important;
  }
  .cid-tkzV8YbM46 .title__block {
    margin-bottom: 30px;
  }
}
.cid-tkzV8YbM46 .mbr-section-subtitle {
  color: #eef5f4;
}
.cid-tuzl19prL4 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tuzl19prL4 .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tuzl19prL4 .image-wrapper {
    width: 49%;
  }
}
.cid-tuzl19prL4 .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tuzl19prL4 .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tuzl19prL4 .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tuzl19prL4 .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuzl19prL4 .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tuzl19prL4 .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tuzl19prL4 .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tuzl19prL4 .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-tuzl19prL4 .item-btn:hover {
  opacity: 0.8;
}
.cid-tuzl19prL4 .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tuzl19prL4 .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tuzl19prL4 .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-tuzl19prL4 .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tuzl19prL4 .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tuzl19prL4 .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tuzl19prL4 .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tuzl19prL4 .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tuzl19prL4 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tuzl19prL4 .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tuzl19prL4 P {
  color: #9b9ba5;
}
.cid-tuzl19prL4 .mbr-section-subtitle {
  color: #013265;
}
.cid-tuzl19prL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuzl19prL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuzl19prL4 .mbr-section-title {
  color: #013265;
}
.cid-tkLOfgLq17 {
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tkLOfgLq17 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkLOfgLq17 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkLOfgLq17 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkLOfgLq17 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkLOfgLq17 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #013265);
}
.cid-tkLOfgLq17 .icon-focus,
.cid-tkLOfgLq17 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tkLOfgLq17 .icon-focus:before,
.cid-tkLOfgLq17 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkLOfgLq17 .icon-video {
  font-size: 1.5rem !important;
}
.cid-tkLOfgLq17 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tkLOfgLq17 ul {
  font-size: 0;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #013265 !important;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tkLOfgLq17 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #013265;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li:first-child,
.cid-tkLOfgLq17 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tkLOfgLq17 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tkLOfgLq17 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tkLOfgLq17 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tkLOfgLq17 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tkLOfgLq17 .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkLOfgLq17 .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tsFXVOYFiW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/fundo-barco.jpeg");
}
.cid-tsFXVOYFiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsFXVOYFiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsFXVOYFiW .row {
  justify-content: center;
}
.cid-tsFXVOYFiW .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tsFXVOYFiW .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tsFXVOYFiW .row {
    padding: 0 24px;
  }
}
.cid-tsFXVOYFiW .video-wrapper iframe {
  width: 100%;
}
.cid-tsFXVOYFiW .title-wrapper {
  margin-bottom: 32px;
}
.cid-tsFXVOYFiW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tsFXVOYFiW .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tsFXVOYFiW .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tsFXVOYFiW .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tsFXVOYFiW .video-block {
    margin-bottom: 24px;
  }
}
.cid-tsFXVOYFiW .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tsFXVOYFiW .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tkLTIRjewX {
  padding-top: 45px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eef5f4;
}
.cid-tkLTIRjewX .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tkLTIRjewX .mbr-section-title,
.cid-tkLTIRjewX .mbr-section-subtitle,
.cid-tkLTIRjewX .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkLTIRjewX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkLTIRjewX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkLTIRjewX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkLTIRjewX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkLTIRjewX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #013265);
}
.cid-tkLTIRjewX .icon-focus {
  display: none;
}
.cid-tkLTIRjewX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tkLTIRjewX ul {
  font-size: 0;
}
.cid-tkLTIRjewX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tkLTIRjewX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tkLTIRjewX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tkLTIRjewX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tkLTIRjewX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tkLTIRjewX .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tkLTIRjewX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tkLTIRjewX .btn:hover {
  background: transparent !important;
}
.cid-tkLTIRjewX .btn:hover:before {
  background: transparent !important;
}
.cid-tkLTIRjewX .btn:before {
  background-color: transparent !important;
}
.cid-tkLTIRjewX .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tkzV93KDza {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #eef5f4;
}
.cid-tkzV93KDza .tremidinha {
  animation: tremer 0.3s;
  animation-iteration-count: infinite;
}
@keyframes tremer {
  0% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
  10% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  20% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  100% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
}
.cid-tkzV93KDza .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tkzV93KDza .team-card:hover {
  transform: translateY(-10px);
}
.cid-tkzV93KDza .card-wrap {
  background: #eef5f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tkzV93KDza .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tkzV93KDza .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tkzV93KDza .card-wrap .img-item {
  overflow: hidden;
}
.cid-tkzV93KDza .card-wrap .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tkzV93KDza .card-wrap .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
@media (min-width: 768px) {
  .cid-tkzV93KDza .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkzV93KDza .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tkzV93KDza .social-row {
  text-align: center;
}
.cid-tkzV93KDza .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #038AA3;
  transition: all 0.3s;
}
.cid-tkzV93KDza .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #038AA3;
  font-size: 1.5rem;
}
.cid-tkzV93KDza .social-row .soc-item:hover {
  background-color: #038AA3;
}
.cid-tkzV93KDza .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tkzV93KDza .mbr-section-title {
  color: #013265;
}
.cid-tkzV963w4s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkzV963w4s .container,
.cid-tkzV963w4s .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tkzV963w4s .row {
  align-items: center;
}
.cid-tkzV963w4s .img-item {
  overflow: hidden;
}
.cid-tkzV963w4s .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tkzV963w4s .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tkzV963w4s .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tkzV963w4s .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tkzV963w4s .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tkzV963w4s .mbr-text a:not(.btn):hover {
  color: #013265 !important;
  background-image: none !important;
}
.cid-tkzV963w4s .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tkzV963w4s .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tkzV963w4s .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tkzV963w4s .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tkzV963w4s .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tkzV963w4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzV963w4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzV963w4s .mbr-section-subtitle,
.cid-tkzV963w4s .mbr-section-btn {
  text-align: center;
}
.cid-tkzV97XQPB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkzV97XQPB .ico-movi {
  overflow: hidden;
}
.cid-tkzV97XQPB .ico-movi span {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tkzV97XQPB .ico-movi:hover span {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tkzV97XQPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzV97XQPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tkzV97XQPB .container {
    max-width: 1400px;
  }
}
.cid-tkzV97XQPB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #038AA3;
  margin-bottom: 2rem;
}
.cid-tkzV97XQPB .card-wrapper {
  margin-top: 3rem;
}
.cid-tkzV97XQPB .row {
  justify-content: center;
}
.cid-tuyPunXu55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/img-7316.jpg");
}
.cid-tuyPunXu55 .title__block {
  margin-bottom: 45px;
}
.cid-tuyPunXu55 .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tuyPunXu55 .mbr-section-title b,
.cid-tuyPunXu55 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tuyPunXu55 .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tuyPunXu55 .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tuyPunXu55 .video-block {
    width: 100% !important;
  }
  .cid-tuyPunXu55 .title__block {
    margin-bottom: 30px;
  }
}
.cid-tuyPunXu55 .mbr-section-subtitle {
  color: #eef5f4;
}
.cid-tuyQmnZE4A {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tuyQmnZE4A .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tuyQmnZE4A .image-wrapper {
    width: 49%;
  }
}
.cid-tuyQmnZE4A .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tuyQmnZE4A .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tuyQmnZE4A .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tuyQmnZE4A .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuyQmnZE4A .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tuyQmnZE4A .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tuyQmnZE4A .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tuyQmnZE4A .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-tuyQmnZE4A .item-btn:hover {
  opacity: 0.8;
}
.cid-tuyQmnZE4A .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tuyQmnZE4A .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tuyQmnZE4A .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-tuyQmnZE4A .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tuyQmnZE4A .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tuyQmnZE4A .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tuyQmnZE4A .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tuyQmnZE4A .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tuyQmnZE4A .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tuyQmnZE4A .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tuyQmnZE4A P {
  color: #9b9ba5;
}
.cid-tuyQmnZE4A .mbr-section-subtitle {
  color: #013265;
}
.cid-tuyQmnZE4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyQmnZE4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyQmnZE4A .mbr-section-title {
  color: #013265;
}
.cid-tuyR5wzVb0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuyR5wzVb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyR5wzVb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyR5wzVb0 .text-wrap {
  width: 100%;
}
.cid-tuyR5wzVb0 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tuyR5wzVb0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tuyR5wzVb0 .mbr-section-title {
  color: #013265;
  margin-bottom: 0;
}
.cid-tuyR5wzVb0 .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tuyR5wzVb0 .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-tuyR5wzVb0 .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-tuyR5wzVb0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 45px;
}
.cid-tuyR5wzVb0 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tuyR5wzVb0 .item-img img {
  aspect-ratio: 1.11111111;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tuyR5wzVb0 .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(238, 245, 244, 0.8);
}
.cid-tuyR5wzVb0 .item-title {
  width: 100%;
  margin: 0;
  color: #013265;
}
.cid-tuyR5wzVb0 .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-tuyR5wzVb0 .item-text {
  color: #353535;
  margin: 0;
}
.cid-tuyR5wzVb0 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tuyR5wzVb0 .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-tuyPuspPoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/fundo-barco.jpeg");
}
.cid-tuyPuspPoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyPuspPoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyPuspPoQ .row {
  justify-content: center;
}
.cid-tuyPuspPoQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tuyPuspPoQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tuyPuspPoQ .row {
    padding: 0 24px;
  }
}
.cid-tuyPuspPoQ .video-wrapper iframe {
  width: 100%;
}
.cid-tuyPuspPoQ .title-wrapper {
  margin-bottom: 32px;
}
.cid-tuyPuspPoQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tuyPuspPoQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tuyPuspPoQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tuyPuspPoQ .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tuyPuspPoQ .video-block {
    margin-bottom: 24px;
  }
}
.cid-tuyPuspPoQ .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tuyPuspPoQ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tuyPupzjvx {
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tuyPupzjvx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuyPupzjvx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuyPupzjvx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuyPupzjvx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuyPupzjvx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #013265);
}
.cid-tuyPupzjvx .icon-focus,
.cid-tuyPupzjvx .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tuyPupzjvx .icon-focus:before,
.cid-tuyPupzjvx .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tuyPupzjvx .icon-video {
  font-size: 1.5rem !important;
}
.cid-tuyPupzjvx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tuyPupzjvx ul {
  font-size: 0;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #013265 !important;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tuyPupzjvx .mbr-gallery-filter ul li.active .btn:after {
  border-color: #013265;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li:first-child,
.cid-tuyPupzjvx .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tuyPupzjvx .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tuyPupzjvx .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tuyPupzjvx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tuyPupzjvx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tuyPupzjvx .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tuyPupzjvx .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tuyPutrQgO {
  padding-top: 45px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eef5f4;
}
.cid-tuyPutrQgO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tuyPutrQgO .mbr-section-title,
.cid-tuyPutrQgO .mbr-section-subtitle,
.cid-tuyPutrQgO .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tuyPutrQgO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuyPutrQgO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuyPutrQgO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuyPutrQgO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuyPutrQgO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #013265);
}
.cid-tuyPutrQgO .icon-focus {
  display: none;
}
.cid-tuyPutrQgO .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tuyPutrQgO ul {
  font-size: 0;
}
.cid-tuyPutrQgO .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tuyPutrQgO .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tuyPutrQgO .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tuyPutrQgO .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tuyPutrQgO .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tuyPutrQgO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tuyPutrQgO .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tuyPutrQgO .btn:hover {
  background: transparent !important;
}
.cid-tuyPutrQgO .btn:hover:before {
  background: transparent !important;
}
.cid-tuyPutrQgO .btn:before {
  background-color: transparent !important;
}
.cid-tuyPutrQgO .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tuyPuvpi3l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #eef5f4;
}
.cid-tuyPuvpi3l .tremidinha {
  animation: tremer 0.3s;
  animation-iteration-count: infinite;
}
@keyframes tremer {
  0% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
  10% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  20% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  100% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
}
.cid-tuyPuvpi3l .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tuyPuvpi3l .team-card:hover {
  transform: translateY(-10px);
}
.cid-tuyPuvpi3l .card-wrap {
  background: #eef5f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tuyPuvpi3l .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tuyPuvpi3l .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tuyPuvpi3l .card-wrap .img-item {
  overflow: hidden;
}
.cid-tuyPuvpi3l .card-wrap .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tuyPuvpi3l .card-wrap .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
@media (min-width: 768px) {
  .cid-tuyPuvpi3l .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuyPuvpi3l .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tuyPuvpi3l .social-row {
  text-align: center;
}
.cid-tuyPuvpi3l .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #038AA3;
  transition: all 0.3s;
}
.cid-tuyPuvpi3l .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #038AA3;
  font-size: 1.5rem;
}
.cid-tuyPuvpi3l .social-row .soc-item:hover {
  background-color: #038AA3;
}
.cid-tuyPuvpi3l .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tuyPuvpi3l .mbr-section-title {
  color: #013265;
}
.cid-tuyPuzddeg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tuyPuzddeg .container,
.cid-tuyPuzddeg .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tuyPuzddeg .row {
  align-items: center;
}
.cid-tuyPuzddeg .img-item {
  overflow: hidden;
}
.cid-tuyPuzddeg .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tuyPuzddeg .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tuyPuzddeg .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tuyPuzddeg .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tuyPuzddeg .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tuyPuzddeg .mbr-text a:not(.btn):hover {
  color: #013265 !important;
  background-image: none !important;
}
.cid-tuyPuzddeg .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tuyPuzddeg .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tuyPuzddeg .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tuyPuzddeg .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tuyPuzddeg .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tuyPuzddeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyPuzddeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuyPuzddeg .mbr-section-subtitle,
.cid-tuyPuzddeg .mbr-section-btn {
  text-align: center;
}
.cid-tuyPuAnKFr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tuyPuAnKFr .ico-movi {
  overflow: hidden;
}
.cid-tuyPuAnKFr .ico-movi span {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tuyPuAnKFr .ico-movi:hover span {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tuyPuAnKFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuyPuAnKFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tuyPuAnKFr .container {
    max-width: 1400px;
  }
}
.cid-tuyPuAnKFr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #038AA3;
  margin-bottom: 2rem;
}
.cid-tuyPuAnKFr .card-wrapper {
  margin-top: 3rem;
}
.cid-tuyPuAnKFr .row {
  justify-content: center;
}
.cid-tvNzpEhYye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/img-7316.jpg");
}
.cid-tvNzpEhYye .title__block {
  margin-bottom: 45px;
}
.cid-tvNzpEhYye .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tvNzpEhYye .mbr-section-title b,
.cid-tvNzpEhYye .mbr-section-title strong {
  font-weight: 500;
}
.cid-tvNzpEhYye .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tvNzpEhYye .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tvNzpEhYye .video-block {
    width: 100% !important;
  }
  .cid-tvNzpEhYye .title__block {
    margin-bottom: 30px;
  }
}
.cid-tvNzpEhYye .mbr-section-subtitle {
  color: #eef5f4;
}
.landing-bridge {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0;
  background: #ffffff;
  color: #013265;
  box-shadow: 0 16px 42px rgba(0, 61, 89, 0.08);
}
.landing-bridge__intro {
  max-width: 760px;
  margin: 0 auto 2.75rem;
  text-align: center;
}
.landing-bridge__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #038AA3;
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.landing-bridge__intro h2 {
  margin: 0 0 0.8rem;
  color: #013265;
}
.landing-bridge__intro p {
  margin: 0;
  color: #526b76;
}
.landing-bridge__items {
  row-gap: 1.25rem;
}
.landing-bridge__item {
  padding: 1.5rem 2rem;
  text-align: center;
  border-right: 1px solid #dcecf1;
}
.landing-bridge__item:last-child {
  border-right: 0;
}
.landing-bridge__item .fa {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7fa;
  color: #038AA3;
  font-size: 1.35rem;
}
.landing-bridge__item h3 {
  margin-bottom: 0.65rem;
  color: #013265;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}
.landing-bridge__item p {
  margin: 0;
  color: #526b76;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .landing-bridge {
    padding: 3.5rem 1rem;
  }
  .landing-bridge__intro {
    margin-bottom: 1.75rem;
  }
  .landing-bridge__item {
    padding: 1.5rem 1rem;
    border-right: 0;
    border-bottom: 1px solid #dcecf1;
  }
  .landing-bridge__item:last-child {
    border-bottom: 0;
  }
}
.cid-tvNDnCbQ81 {
  background-image: url("../images/bg.webp");
}
.cid-tvNDnCbQ81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvNDnCbQ81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvNDnCbQ81 .row {
  justify-content: center;
}
.cid-tvNDnCbQ81 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tvNDnCbQ81 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tvNDnCbQ81 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tvNDnCbQ81 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tvNDnCbQ81 .item {
  margin-bottom: 32px;
}
.cid-tvNDnCbQ81 .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-tvNDnCbQ81 .item .item-wrapper {
  overflow: visible;
}
.cid-tvNDnCbQ81 .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-tvNDnCbQ81 .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #013265;
}
@media (max-width: 992px) {
  .cid-tvNDnCbQ81 .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-tvNDnCbQ81 .mbr-section-title {
  color: #013265;
  text-align: center;
}
.cid-tvNDnCbQ81 .mbr-text {
  color: #013265;
  text-align: center;
}
.cid-tvNzpF3NyW {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tvNzpF3NyW .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tvNzpF3NyW .image-wrapper {
    width: 49%;
  }
}
.cid-tvNzpF3NyW .image-wrapper img {
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0, 61, 89, 0.2);
}
.cid-tvNzpF3NyW .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tvNzpF3NyW .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-tvNzpF3NyW .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-tvNzpF3NyW .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvNzpF3NyW .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-tvNzpF3NyW .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-tvNzpF3NyW .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-tvNzpF3NyW .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-tvNzpF3NyW .item-btn:hover {
  opacity: 0.8;
}
.cid-tvNzpF3NyW .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-tvNzpF3NyW .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-tvNzpF3NyW .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-tvNzpF3NyW .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-tvNzpF3NyW .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-tvNzpF3NyW .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-tvNzpF3NyW .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-tvNzpF3NyW .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-tvNzpF3NyW .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tvNzpF3NyW .mbr-section-title a {
  color: #9b9ba5;
}
.cid-tvNzpF3NyW P {
  color: #526b76;
}
.cid-tvNzpF3NyW .mbr-section-subtitle {
  color: #013265;
}
.cid-tvNzpF3NyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvNzpF3NyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvNzpF3NyW .mbr-section-title {
  color: #013265;
}
.cid-tvNzpFGIPW {
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tvNzpFGIPW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvNzpFGIPW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvNzpFGIPW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvNzpFGIPW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvNzpFGIPW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #013265);
}
.cid-tvNzpFGIPW .icon-focus,
.cid-tvNzpFGIPW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tvNzpFGIPW .icon-focus:before,
.cid-tvNzpFGIPW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tvNzpFGIPW .icon-video {
  font-size: 1.5rem !important;
}
.cid-tvNzpFGIPW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tvNzpFGIPW ul {
  font-size: 0;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #013265 !important;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tvNzpFGIPW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #013265;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li:first-child,
.cid-tvNzpFGIPW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tvNzpFGIPW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tvNzpFGIPW .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvNzpFGIPW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tvNzpFGIPW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tvNzpFGIPW .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tvNzpFGIPW .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tvNzpH8rq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../images/fundo-barco.jpeg");
}
.cid-tvNzpH8rq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvNzpH8rq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvNzpH8rq3 .row {
  justify-content: center;
}
.cid-tvNzpH8rq3 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tvNzpH8rq3 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tvNzpH8rq3 .row {
    padding: 0 24px;
  }
}
.cid-tvNzpH8rq3 .video-wrapper iframe {
  width: 100%;
}
.cid-tvNzpH8rq3 .title-wrapper {
  margin-bottom: 32px;
}
.cid-tvNzpH8rq3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tvNzpH8rq3 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tvNzpH8rq3 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tvNzpH8rq3 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tvNzpH8rq3 .video-block {
    margin-bottom: 24px;
  }
}
.cid-tvNzpH8rq3 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tvNzpH8rq3 .mbr-section-title {
  color: #013265;
  text-align: center;
}
.cid-tvNzpHLifA {
  padding-top: 45px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #eef5f4;
}
.cid-tvNzpHLifA .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tvNzpHLifA .mbr-section-title,
.cid-tvNzpHLifA .mbr-section-subtitle,
.cid-tvNzpHLifA .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tvNzpHLifA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvNzpHLifA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvNzpHLifA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvNzpHLifA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvNzpHLifA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #013265);
}
.cid-tvNzpHLifA .icon-focus {
  display: none;
}
.cid-tvNzpHLifA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tvNzpHLifA ul {
  font-size: 0;
}
.cid-tvNzpHLifA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tvNzpHLifA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tvNzpHLifA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tvNzpHLifA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tvNzpHLifA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tvNzpHLifA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tvNzpHLifA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tvNzpHLifA .btn:hover {
  background: transparent !important;
}
.cid-tvNzpHLifA .btn:hover:before {
  background: transparent !important;
}
.cid-tvNzpHLifA .btn:before {
  background-color: transparent !important;
}
.cid-tvNzpHLifA .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tvNzpIZfRI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #eef5f4;
}
.cid-tvNzpIZfRI .tremidinha {
  animation: tremer 0.3s;
  animation-iteration-count: infinite;
}
@keyframes tremer {
  0% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
  10% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  20% {
    transform: translate(2px, 1px) rotate(-2deg);
  }
  100% {
    transform: translate(-1px, 2px) rotate(1deg);
  }
}
.cid-tvNzpIZfRI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tvNzpIZfRI .team-card:hover {
  transform: translateY(-10px);
}
.cid-tvNzpIZfRI .card-wrap {
  background: #eef5f4;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tvNzpIZfRI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tvNzpIZfRI .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tvNzpIZfRI .card-wrap .img-item {
  overflow: hidden;
}
.cid-tvNzpIZfRI .card-wrap .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tvNzpIZfRI .card-wrap .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
@media (min-width: 768px) {
  .cid-tvNzpIZfRI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvNzpIZfRI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tvNzpIZfRI .social-row {
  text-align: center;
}
.cid-tvNzpIZfRI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #038AA3;
  transition: all 0.3s;
}
.cid-tvNzpIZfRI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #038AA3;
  font-size: 1.5rem;
}
.cid-tvNzpIZfRI .social-row .soc-item:hover {
  background-color: #038AA3;
}
.cid-tvNzpIZfRI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tvNzpIZfRI .mbr-section-title {
  color: #013265;
}
.cid-tvNzpLaig6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvNzpLaig6 .container,
.cid-tvNzpLaig6 .container-fluid {
  display: flex;
  justify-content: center;
}
.cid-tvNzpLaig6 .row {
  align-items: center;
}
.cid-tvNzpLaig6 .img-item {
  overflow: hidden;
}
.cid-tvNzpLaig6 .img-item img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tvNzpLaig6 .img-item:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tvNzpLaig6 .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tvNzpLaig6 .text-container {
  display: flex;
  flex-direction: column;
}
.cid-tvNzpLaig6 .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 32px;
}
.cid-tvNzpLaig6 .mbr-text a:not(.btn):hover {
  color: #013265 !important;
  background-image: none !important;
}
.cid-tvNzpLaig6 .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tvNzpLaig6 .mbr-section-subtitle {
  color: #555555;
  margin-bottom: 24px;
}
.cid-tvNzpLaig6 .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tvNzpLaig6 .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tvNzpLaig6 .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tvNzpLaig6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvNzpLaig6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvNzpLaig6 .mbr-section-subtitle,
.cid-tvNzpLaig6 .mbr-section-btn {
  text-align: center;
}
.cid-tvNzpMe5vS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tvNzpMe5vS .ico-movi {
  overflow: hidden;
}
.cid-tvNzpMe5vS .ico-movi span {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tvNzpMe5vS .ico-movi:hover span {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tvNzpMe5vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvNzpMe5vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tvNzpMe5vS .container {
    max-width: 1400px;
  }
}
.cid-tvNzpMe5vS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #038AA3;
  margin-bottom: 2rem;
}
.cid-tvNzpMe5vS .card-wrapper {
  margin-top: 3rem;
}
.cid-tvNzpMe5vS .row {
  justify-content: center;
}

/* Paleta institucional Novo Mar Turismo */
a {
  color: var(--novo-mar-teal);
}
a:hover,
a:focus {
  color: var(--novo-mar-navy);
}
.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary:disabled,
.btn-primary.disabled {
  color: var(--novo-mar-navy) !important;
  background-color: var(--novo-mar-orange) !important;
  border-color: var(--novo-mar-orange) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: var(--novo-mar-navy) !important;
  border-color: var(--novo-mar-navy) !important;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 138, 163, 0.35) !important;
}
::selection {
  color: #ffffff;
  background: var(--novo-mar-teal);
}

/* Padrão único para todos os botões do site */
body .btn.btn,
body a.btn.btn,
body button.btn.btn {
  display: inline-flex;
  height: 48px !important;
  min-height: 48px;
  padding: 0.75rem 1.5rem !important;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--novo-mar-orange) !important;
  border-radius: 999px !important;
  color: var(--novo-mar-navy) !important;
  background: var(--novo-mar-orange) !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.cid-s1pjrJOPc9 .input-group-btn .btn.btn,
body .input-group-btn .btn.btn {
  border-radius: 999px !important;
}
body .btn.btn:hover,
body .btn.btn:focus,
body .btn.btn.focus,
body .btn.btn:active,
body .btn.btn.active {
  color: var(--novo-mar-navy) !important;
  background: var(--novo-mar-orange) !important;
  border-color: var(--novo-mar-orange) !important;
  filter: brightness(0.93);
  text-decoration: none;
}
body .btn.btn:hover {
  transform: translateY(-2px);
}
body .btn.btn:focus,
body .btn.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(3, 138, 163, 0.35) !important;
}
body .btn.btn:disabled,
body .btn.btn.disabled {
  opacity: 0.65;
  transform: none;
  filter: none;
}

/* Formato uniforme das imagens */
.cid-tjMNqs2N6Y .slide-content .slider__item {
  width: 260px;
  max-width: 100%;
}
.cid-tjMNqs2N6Y .slide-content .slider__item .item-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cid-tjMNqs2N6Y .slide-content .slider__item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuzqd0OvAp .image-wrapper img,
.cid-s1pjb34m3J .img-wrap img {
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(1, 50, 101, 0.2);
}
.cid-tvNzpHLifA .mbr-gallery-item > div {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(1, 50, 101, 0.18);
}
