@font-face {font-family: 'Kranto';
    src: url('../../fonts/Kranto/KrantoText-ExtraBold.woff') format('woff'),
        ;
    font-weight: bold;
    font-style: normal;
}

body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #ebaf00 !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #255085 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color:#FFEA00 !important;
  background-color:#cc2952  !important;
  border-color: #cc2952  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed4266  !important;
  border-color: #ed4266  !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #b2ccd2 !important;
  background-color: transparent !important;
  border-color: #b2ccd2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00afef  !important;
  border-color: #00afef !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc2952;
  color: #cc2952;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-wod {
  padding: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
    
}
@media (max-width: 992px) {
  .btn-wod {
    padding: 12px;
  }
}

.btn-wod, .btn-wod:active {
    background-color: #eb5b5c !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0 0 #000000;
    font-family: 'Kranto', sans-serif;
}

.title-wod {
    -webkit-text-stroke-width: 0.125rem;
    text-shadow: 2px 2px 0 #2a3764;
    color: #fff;
        -webkit-text-stroke-color: #2a3764;
}

.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #255085 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc2952 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc2952 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc2952 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc2952 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cc2952 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cc2952 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #cc2952 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2ccd2;
}
.alert-warning {
  background-color: #255085;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.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: #255085 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23255085' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rwXm5Y46vC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXm5Y46vC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXm5Y46vC a {
  font-style: normal;
}
.cid-rwXm5Y46vC .show {
  overflow: visible;
}
.cid-rwXm5Y46vC .dropdown-menu {
  max-height: 400px;
}
.cid-rwXm5Y46vC .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXm5Y46vC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXm5Y46vC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .nav-item:focus,
.cid-rwXm5Y46vC .nav-link:focus {
  outline: none;
}
.cid-rwXm5Y46vC .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXm5Y46vC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXm5Y46vC .menu-logo {
  margin-right: auto;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXm5Y46vC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXm5Y46vC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXm5Y46vC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-rwXm5Y46vC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXm5Y46vC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXm5Y46vC button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #255085;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXm5Y46vC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXm5Y46vC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXm5Y46vC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXm5Y46vC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXm5Y46vC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXm5Y46vC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rwXm5Y46vC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXm5Y46vC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXm5Y46vC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXm5Y46vC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXm5Y46vC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXm5Y46vC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC img {
    height: 3.8rem !important;
  }
  .cid-rwXm5Y46vC .btn {
    display: -webkit-flex;
  }
  .cid-rwXm5Y46vC button.navbar-toggler {
    display: block;
  }
  .cid-rwXm5Y46vC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXm5Y46vC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing,
  .cid-rwXm5Y46vC .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXm5Y46vC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXm5Y46vC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXm5Y46vC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXm5Y46vC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXm5Y46vC .nav-link {
    justify-content: start!important;
  }
  .cid-rwXm5Y46vC .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXm5Y46vC .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXm5Y46vC .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXm5Y46vC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXm5Y46vC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXm5Y46vC .nav-link:hover,
.cid-rwXm5Y46vC .dropdown-item:hover {
  color: #ed4266 !important;
}

.cid-sIroAkY38p .header1 img{ 	/*padding-top: 120px;*/  padding-bottom: 1rem; width: 450px}

@media (max-width: 500px) {
	.cid-sIroAkY38p { margin-top: 0px; }
.cid-sIroAkY38p img { 	margin-top: -70px;}
.cid-sIroAkY38p .header1 img{ 	padding-top: 100px;  padding-bottom: 1rem; width: 380px;}
	
}

@media (max-width: 700px) {
	.cid-sIroAkY38p { margin-top: 0px; }
.cid-sIroAkY38p img { 	margin-top: 0px;}
	.cid-sIroAkY38p .header1 img{ 	padding-top: 200px; padding-bottom: 1rem; width: 320px}
}

@media (max-width: 770px) { .cid-sIroAkY38p .header1 img{ 	padding-top: 220px;  padding-bottom: 1rem;}  }

@media (min-width: 700px) {
	.cid-sIroAkY38p { margin-top: -100px; }
.cid-sIroAkY38p img { 	margin-top: 00px;}
}


@media (min-width: 1500px) {
  .cid-rwXm5Y46vC .navbar-toggleable-sm .navbar-collapse {
    max-width: 70%!important;
    padding-right: 5rem;
  }
  .cid-rwXm5Y46vC .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}

.cid-sIroAkY38p {
  padding-top: 2rem;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;

}
.cid-sIroAkY38p img {
  /*filter: grayscale(1);*/

}




.cid-sIroAkY38p .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-sIroAkY38p .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sIroAkY38p .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-sIroAkY38p .card-box {
  z-index: 1;
  position: absolute;
  /*background-color: rgba(29, 63, 105, 0.6);*/
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sIroAkY38p .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sIroAkY38p .element-2 {
  font-family: 'Poppins', sans-serif;
}
.cid-sIroAkY38p .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-sIroAkY38p .image-element .img-wrap {
  width: 100% !important;
}
.cid-sIroAkY38p .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;

}
.cid-sIroAkY38p .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIroAkY38p .carousel-item.active,
.cid-sIroAkY38p .carousel-item-next,
.cid-sIroAkY38p .carousel-item-prev {
  display: flex;
}
.cid-sIroAkY38p .carousel-controls {
  display: block;
}
.cid-sIroAkY38p .carousel-controls a {
  transition: 0.3s;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.cid-sIroAkY38p .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sIroAkY38p .carousel-controls a:hover {
  background: #ffffff;
}
.cid-sIroAkY38p .carousel-controls a:hover span {
  color: #354463;
}
.cid-sIroAkY38p .img_logo_top {
  width: 500px; padding-top: 7rem;
}
.cid-sIroAkY38p h2 {
  line-height: 1.1; 
	color: #ff8500; 
	margin-bottom: 0px;
	padding-top: 1rem;
	font-size: 1.5rem;
}



@media (max-width: 700px) {
	.cid-sIroAkY38p .carousel-controls{display:none; }
	.cid-sIroAkY38p .img_logo_top {  width: 300px; padding-top: 7rem; }
}


.cid-sIroAkY38p .text-content {
  position: absolute;
  z-index: 10;
}
.cid-sIroAkY38p .text-element-3 {
  text-align: center;
}
.cid-sIroAkY38p .mbr-text-3 {
  text-align: center;
}
.cid-sIroAkY38p .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-sIroAkY38p .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-sIroAkY38p .carousel {
  display: flex;
  justify-content: center;
}
.cid-sIroAkY38p .carousel-control-next,
.cid-sIroAkY38p .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-sIroAkY38p .title-2 {
  font-family: 'Poppins', sans-serif !important;
	line-height: 1.2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIroAkY38p .image-element {
    min-width: 50%;
  }
  .cid-sIroAkY38p .media-container-row {
    width: 100%;
  }
}
.cid-sIroAkY38p .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sIroAkY38p .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-sIroAkY38p .text-bottom-3 {
  margin-left: 4rem;
}
.cid-sIroAkY38p .box {
  background-image: url("../../../assets/images/sq-attorney5.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIroAkY38p .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sIroAkY38p .icon-wrap span {
  padding-left: 4px;
}
.cid-sIroAkY38p .video-title {
  margin-right: 1.2rem;
}
.cid-sIroAkY38p .mbr-media {
  display: flex;
  align-items: center;
}
.cid-sIroAkY38p .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1d3f69 !important;
}
.cid-sIroAkY38p .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sIroAkY38p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sIroAkY38p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sIroAkY38p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sIroAkY38p a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sIroAkY38p a.close:hover {
  color: #ffffff;
}
.cid-sIroAkY38p ul {
  padding-left: 0rem;
}
.cid-sIroAkY38p li {
  list-style: none;
}
.cid-sIroAkY38p .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIroAkY38p .mbr-iconfont {
  transition: 0.3s;
}
.cid-sIroAkY38p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIroAkY38p .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sIroAkY38p .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-sIroAkY38p .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sIroAkY38p .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIroAkY38p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIroAkY38p .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIroAkY38p .item-wrap {
  margin-bottom: 14px;
}
.cid-sIroAkY38p .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-sIroAkY38p .wrap {
  height: 700px;
}
@media (max-width: 767px) {
  .cid-sIroAkY38p .bottom-block {
    display: none;
  }
  .cid-sIroAkY38p .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-sIroAkY38p .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-sIroAkY38p .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-sIroAkY38p .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-sIroAkY38p .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sIroAkY38p .btn-primary-outline:hover {
  color: #b2ccd2 !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sIroAkY38p .bottom-block {
    display: none;
  }
  .cid-sIroAkY38p .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-sIroAkY38p .text-content {
    top: 8rem;
  }
  .cid-sIroAkY38p .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-sIroAkY38p .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-sIroAkY38p .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sIroAkY38p .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-sIroAkY38p .text-content {
    top: 10rem;
  }
  .cid-sIroAkY38p .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-sIroAkY38p .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-sIroAkY38p .block-wrap {
    padding: 0;
  }
}
.cid-sIroAkY38p .btn {
  margin-left: 0rem;
}
.cid-sIroAkY38p .icon-left {
  margin-right: 0.1rem;
}
.cid-sIroAkY38p .icon-right {
  margin-left: 0.1rem;
}
.cid-sIroAkY38p .video-title,
.cid-sIroAkY38p .icon-wrap {
  z-index: 10;
}
.cid-sIroAkY38p .mbr-title,
.cid-sIroAkY38p .ornament {
  /*text-align: left;*/
	line-height: 1.2;
}
.cid-sIroAkY38p .mbr-text,
.cid-sIroAkY38p .mbr-section-btn {
  /*text-align: left;*/
}
.cid-ro4H3uukei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4H3uukei .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4H3uukei .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4H3uukei .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4H3uukei .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card {
  padding: 0!important;
}
.cid-ro4H3uukei .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card-wrapper:hover {
  background: #ed4266;
}
.cid-ro4H3uukei .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-ro4H3uukei .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-ro4H3uukei .card1 {
  background: #1b3a61;
}
.cid-ro4H3uukei .card2 {
  background: #1d3f69;
}
.cid-ro4H3uukei .card3 {
  background: #1f4471;
}
.cid-ro4H3uukei .card4 {
  background: #224879;
}
.cid-ro4H3uukei .card5 {
  background: #244d81;
}
.cid-ro4H3uukei .card6 {
  background: #265289;
}
.cid-ro4H3uukei .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-ro4H3uukei .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4HkiPJUA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #255085;
}
.cid-ro4HkiPJUA H3 {
  color: #879a9f;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H7rqkSh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}
.cid-ro4H7rqkSh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4H7rqkSh H2 {
  color: #255085;
}
.cid-ro4H7rqkSh H3 {
  color: #879a9f;
}
.cid-ro4H7rqkSh .mbr-text,
.cid-ro4H7rqkSh .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-ro4H7rqkSh .md-pb {
    padding-bottom: 2rem;
  }
}

.cid-sIsh6e0VQb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIsh6e0VQb .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sIsh6e0VQb .item .icon-wrap {
  text-align: center;
}
.cid-sIsh6e0VQb .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sIsh6e0VQb .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #149dcc;
}
.cid-sIsh6e0VQb .item.first:before {
  display: none;
}
.cid-sIsh6e0VQb .item.five:before {
  display: none;
}
.cid-sIsh6e0VQb .icon-box {
  background: #149dcc;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sIsh6e0VQb .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sIsh6e0VQb .mbr-iconfont {
  color: #255085 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sIsh6e0VQb .item:before {
    display: none;
  }
  .cid-sIsh6e0VQb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sIsh6e0VQb .card-title,
.cid-sIsh6e0VQb .card-box {
  color: #255085;
}
.cid-sIsh6e0VQb .mbr-text,
.cid-sIsh6e0VQb .mbr-section-btn {
  color: #879a9f;
}
.cid-sIsh6e0VQb .text-box .mbr-text {
  color: #879a9f;
}
.cid-ro4GJ1pfoz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b-5-1800x667.jpg");
}
.cid-ro4GJ1pfoz section {
  position: relative;
}
.cid-ro4GJ1pfoz h4 {
  margin: 0;
}
.cid-ro4GJ1pfoz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4GJ1pfoz a {
  font-weight: 300;
}
.cid-ro4GJ1pfoz .img1 {
  color: #55b4d4;
}
.cid-ro4GJ1pfoz .img2 {
  color: #ed4266;
}
.cid-ro4GJ1pfoz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GJ1pfoz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4GJ1pfoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4GJ1pfoz .item,
.cid-ro4GJ1pfoz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4GJ1pfoz .item h4,
.cid-ro4GJ1pfoz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GJ1pfoz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4GJ1pfoz .item {
    justify-content: center;
  }
}
.cid-ro4GJ1pfoz .item-title {
  color: #ffffff;
}
.cid-ro4GJ1pfoz .text1 {
  text-align: left;
}
.cid-ro4GMcl2gl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d3f69;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
}
.cid-sIsEAQCcqI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIsEAQCcqI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIsEAQCcqI a {
  font-style: normal;
}
.cid-sIsEAQCcqI .show {
  overflow: visible;
}
.cid-sIsEAQCcqI .dropdown-menu {
  max-height: 400px;
}
.cid-sIsEAQCcqI .dropdown-item:active {
  background-color: transparent;
}
.cid-sIsEAQCcqI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIsEAQCcqI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sIsEAQCcqI .nav-item:focus,
.cid-sIsEAQCcqI .nav-link:focus {
  outline: none;
}
.cid-sIsEAQCcqI .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIsEAQCcqI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIsEAQCcqI .menu-logo {
  margin-right: auto;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIsEAQCcqI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sIsEAQCcqI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIsEAQCcqI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIsEAQCcqI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIsEAQCcqI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIsEAQCcqI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIsEAQCcqI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sIsEAQCcqI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIsEAQCcqI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIsEAQCcqI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIsEAQCcqI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIsEAQCcqI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIsEAQCcqI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIsEAQCcqI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIsEAQCcqI button.navbar-toggler:focus {
  outline: none;
}
.cid-sIsEAQCcqI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #255085;
}
.cid-sIsEAQCcqI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIsEAQCcqI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsEAQCcqI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsEAQCcqI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIsEAQCcqI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsEAQCcqI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIsEAQCcqI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIsEAQCcqI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsEAQCcqI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIsEAQCcqI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIsEAQCcqI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIsEAQCcqI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sIsEAQCcqI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sIsEAQCcqI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIsEAQCcqI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIsEAQCcqI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIsEAQCcqI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sIsEAQCcqI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIsEAQCcqI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIsEAQCcqI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sIsEAQCcqI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIsEAQCcqI img {
    height: 3.8rem !important;
  }
  .cid-sIsEAQCcqI .btn {
    display: -webkit-flex;
  }
  .cid-sIsEAQCcqI button.navbar-toggler {
    display: block;
  }
  .cid-sIsEAQCcqI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIsEAQCcqI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIsEAQCcqI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing,
  .cid-sIsEAQCcqI .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing .navbar-nav,
  .cid-sIsEAQCcqI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIsEAQCcqI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sIsEAQCcqI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIsEAQCcqI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIsEAQCcqI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIsEAQCcqI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIsEAQCcqI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sIsEAQCcqI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIsEAQCcqI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIsEAQCcqI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sIsEAQCcqI .nav-link {
    justify-content: start!important;
  }
  .cid-sIsEAQCcqI .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sIsEAQCcqI .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sIsEAQCcqI .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sIsEAQCcqI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIsEAQCcqI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIsEAQCcqI .nav-link:hover,
.cid-sIsEAQCcqI .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sIsEAQCcqI .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sIsEAQCcqI .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sIsEJyspRW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/medico-1600x685.jpg");
}
.cid-sIsFxmJvh9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sIsFxmJvh9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIsFxmJvh9 H2 {
  color: #255085;
}
.cid-sIsFxmJvh9 H3 {
  color: #879a9f;
}
.cid-sIsFxmJvh9 .mbr-text,
.cid-sIsFxmJvh9 .mbr-section-btn {
  color: #879a9f;
}
.cid-sIsFxmJvh9 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sIsFxmJvh9 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-sIsFxmJvh9 .photo {
    width: 100%;
  }
}
.cid-sIsFxmJvh9 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-sIsHo58JBo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1d3f69;
}
.cid-sIsHo58JBo .line, .cid-txSPJW1Pit .line, .cid-sIsIxnQ6Kg .line  {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-sIsHo58JBo H2 {
  color: #ffffff;
}
.cid-sIsHo58JBo H3 {
  color: #879a9f;
}
.cid-sIsHo58JBo .mbr-text,
.cid-sIsHo58JBo .mbr-section-btn {
  color: #b2ccd2;
}
.cid-sIsHo58JBo ul li{
	color: #ffffff;
	line-height: 1.3; 
	
	
	list-style: none;
padding-bottom: 1rem;
/*margin-left: 10px;*/
	
}

.cid-sIsHo58JBo ul li::before {
content: "\01F862";  
color: #ed4266; 
display: inline-block; 
margin-left: -50px;
font-size: 2rem;
line-height: 25px;
vertical-align: -11px;
width: 45px;
}
@media (max-width: 992px) {
  .cid-sIsHo58JBo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sIsIxnQ6Kg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
	color: #879a9f;
}
.cid-sIsIxnQ6Kg ul{
 padding-bottom: 0px;
}


.cid-sIsIxnQ6Kg .mbr-section-title{ color:#255085;}

.cid-sIsIxnQ6Kg .nav-tabs .nav-item.open .nav-link:focus,
.cid-sIsIxnQ6Kg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sIsIxnQ6Kg .nav-link.active {
  background: #ed4266;
}
.cid-sIsIxnQ6Kg .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-sIsIxnQ6Kg .nav-link:hover {
  background: #ed4266;
}
.cid-sIsIxnQ6Kg .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-sIsIxnQ6Kg .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-sIsIxnQ6Kg p {
  padding-left: 2rem;
}
.cid-sIsIxnQ6Kg .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sIsIxnQ6Kg .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-sIsIxnQ6Kg .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sIsIxnQ6Kg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sIsIxnQ6Kg P {
  color: #879a9f;
}
.cid-sIsIxnQ6Kg H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-sIsIxnQ6Kg .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-sIsIxnQ6Kg .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sIsIxnQ6Kg p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sIsIxnQ6Kg .mbr-text,
  .cid-sIsIxnQ6Kg .nav-link {
    text-align: center;
  }
  .cid-sIsIxnQ6Kg .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sIsIxnQ6Kg .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sIsIxnQ6Kg p {
    padding-left: 0rem;
  }
}
.cid-sIsK5mA805 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}

.cid-sIsK5mA805 a:hover{ color:#cc2952 !important;}
.cid-sIsK5mA805 .mbr-iconfont{ font-size: 2rem; line-height: 1.5; }


.cid-sIsK5mA805 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sIsK5mA805 .btn-col {
  margin: auto;
}
.cid-sIsK5mA805 .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-sIsK5mA805 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-sIsK5mA805 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sIsK5mA805 .card-box {
  padding: 2rem 1.2rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIsK5mA805 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sIsK5mA805 .card-wrapper {
  height: 100%;
}
.cid-sIsK5mA805 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sIsK5mA805 .card-wrapper:hover .card-title a {
  color: #cc2952 !important;
}
.cid-sIsK5mA805 .text {
  color: #767676;
}
.cid-sIsK5mA805 .card-title {
  color: #255085;
}
.cid-sIsK5mA805 H3 {
  color: #82786e;
}
@media (max-width: 767px) {
  .cid-sIsK5mA805 .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-sIsK5mA805 .mbr-section-title,
.cid-sIsK5mA805 .line-wrap {
  color: #255085;
}
.cid-sIsLMLJuua {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}
.cid-sIsLMLJuua .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sIsLMLJuua .btn-col {
  margin: auto;
}
.cid-sIsLMLJuua .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-sIsLMLJuua .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-sIsLMLJuua .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sIsLMLJuua .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIsLMLJuua .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sIsLMLJuua .card-wrapper {
  height: 100%;
}
.cid-sIsLMLJuua .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sIsLMLJuua .card-wrapper:hover .card-title a {
  color: #cc2952 !important;
}
.cid-sIsLMLJuua .text {
  color: #767676;
}
.cid-sIsLMLJuua .card-title {
  color: #255085;
}
.cid-sIsLMLJuua H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-sIsLMLJuua .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-sIsEAXFuwh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b-5-1800x667.jpg");
}
.cid-sIsEAXFuwh section {
  position: relative;
}
.cid-sIsEAXFuwh h4 {
  margin: 0;
}
.cid-sIsEAXFuwh img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sIsEAXFuwh a {
  font-weight: 300;
}
.cid-sIsEAXFuwh .img1 {
  color: #55b4d4;
}
.cid-sIsEAXFuwh .img2 {
  color: #ed4266;
}
.cid-sIsEAXFuwh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIsEAXFuwh .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sIsEAXFuwh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIsEAXFuwh .item,
.cid-sIsEAXFuwh .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIsEAXFuwh .item h4,
.cid-sIsEAXFuwh .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIsEAXFuwh .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sIsEAXFuwh .item {
    justify-content: center;
  }
}
.cid-sIsEAXFuwh .item-title {
  color: #ffffff;
}
.cid-sIsEAXFuwh .text1 {
  text-align: left;
}
.cid-sIsEAYVRNd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d3f69;
}
.cid-sIsEAYVRNd .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sIsEAYVRNd section {
  position: relative;
}
.cid-sIsEAYVRNd h4 {
  margin: 0;
}
.cid-sIsEAYVRNd a {
  font-weight: 300;
}
.cid-sIsEAYVRNd .row {
  align-items: center;
}
.cid-sIsEAYVRNd .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sIsEAYVRNd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIsEAYVRNd .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sIsEAYVRNd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sIsEAYVRNd .align-left {
    text-align: center;
  }
  .cid-sIsEAYVRNd .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sIsEAYVRNd .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sIsEAYVRNd .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sIsEAYVRNd .item-title {
  color: #c1c1c1;
}
.cid-sIsEAYVRNd H4 {
  color: #c1c1c1;
}
.cid-sIsPrINb7t .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIsPrINb7t .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sIsPrINb7t a {
  font-style: normal;
}
.cid-sIsPrINb7t .show {
  overflow: visible;
}
.cid-sIsPrINb7t .dropdown-menu {
  max-height: 400px;
}
.cid-sIsPrINb7t .dropdown-item:active {
  background-color: transparent;
}
.cid-sIsPrINb7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIsPrINb7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sIsPrINb7t .nav-item:focus,
.cid-sIsPrINb7t .nav-link:focus {
  outline: none;
}
.cid-sIsPrINb7t .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIsPrINb7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIsPrINb7t .menu-logo {
  margin-right: auto;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIsPrINb7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sIsPrINb7t .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sIsPrINb7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sIsPrINb7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIsPrINb7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIsPrINb7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIsPrINb7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sIsPrINb7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIsPrINb7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIsPrINb7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIsPrINb7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIsPrINb7t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIsPrINb7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIsPrINb7t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIsPrINb7t button.navbar-toggler:focus {
  outline: none;
}
.cid-sIsPrINb7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #255085;
}
.cid-sIsPrINb7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIsPrINb7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsPrINb7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsPrINb7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIsPrINb7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsPrINb7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIsPrINb7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIsPrINb7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsPrINb7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIsPrINb7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIsPrINb7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIsPrINb7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sIsPrINb7t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sIsPrINb7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIsPrINb7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIsPrINb7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIsPrINb7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sIsPrINb7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIsPrINb7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIsPrINb7t .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sIsPrINb7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIsPrINb7t img {
    height: 3.8rem !important;
  }
  .cid-sIsPrINb7t .btn {
    display: -webkit-flex;
  }
  .cid-sIsPrINb7t button.navbar-toggler {
    display: block;
  }
  .cid-sIsPrINb7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIsPrINb7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIsPrINb7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing,
  .cid-sIsPrINb7t .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing .navbar-nav,
  .cid-sIsPrINb7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIsPrINb7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sIsPrINb7t .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIsPrINb7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIsPrINb7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIsPrINb7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIsPrINb7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sIsPrINb7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIsPrINb7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIsPrINb7t .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sIsPrINb7t .nav-link {
    justify-content: start!important;
  }
  .cid-sIsPrINb7t .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sIsPrINb7t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sIsPrINb7t .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sIsPrINb7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIsPrINb7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIsPrINb7t .nav-link:hover,
.cid-sIsPrINb7t .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sIsPrINb7t .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sIsPrINb7t .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sIsPrJQXcB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/medico-1600x685.jpg");
}
.cid-sIwkvzWH8d {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIwkvzWH8d .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-sIwkvzWH8d H2 {
  color: #255085;
}
.cid-sIwkvzWH8d H3 {
  color: #879a9f;
}
.cid-sIwkvzWH8d .mbr-text,
.cid-sIwkvzWH8d .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sIwkvzWH8d .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sIwfg8WARY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIwfg8WARY .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sIwfg8WARY .container-fluid {
    padding: 0 3rem;
  }
}
.cid-sIwfg8WARY .row {
  align-items: center;
}
.cid-sIwfg8WARY img {
  width: 100%;
  height: 100%;
}
.cid-sIwfg8WARY .col-lg-3 {
  height: 300px;
}
.cid-sIwfg8WARY .col-lg-2 {
  height: 400px;
}
.cid-sIwfg8WARY .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sIwfg8WARY .image-wrapper img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sIwfg8WARY .col-12 {
    margin-bottom: 3rem;
  }
}
.cid-sIwnM3xh2U {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIwnM3xh2U .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-sIwnM3xh2U H2 {
  color: #255085;
}
.cid-sIwnM3xh2U H3 {
  color: #879a9f;
}
.cid-sIwnM3xh2U .mbr-text,
.cid-sIwnM3xh2U .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sIwnM3xh2U .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sIwoeeZeXB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sIwoeeZeXB .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sIwoeeZeXB .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-sIwoeeZeXB .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sIwoeeZeXB a {
  font-weight: 600;
}
.cid-sIwoeeZeXB .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-sIwoeeZeXB .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sIwoeeZeXB .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sIwoeeZeXB .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sIwoeeZeXB .card-wrapper {
  height: 100%;
}
.cid-sIwoeeZeXB .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sIwoeeZeXB .text {
  color: #767676;
}
.cid-sIwoeeZeXB .card-title {
  color: #36404c;
}
.cid-sIwoeeZeXB .card-subtitle {
  color: #879a9f;
  text-align: center;
}
.cid-sIsTFm6DZu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sIsTFm6DZu .mbr-section-subtitle {
  color: #767676;
}
.cid-sIsTFm6DZu .container-fluid {
  padding: 0 !important;
}
.cid-sIsTFm6DZu .col-md-12 {
  padding: 0;
}
.cid-sIsTFm6DZu .row {
  margin: 0;
}
.cid-sIsTFm6DZu .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-sIsTFm6DZu .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-sIsTFm6DZu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-sIsTFm6DZu .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #ebeced;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sIsTFm6DZu .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-sIsTFm6DZu .period {
  display: block;
}
.cid-sIsTFm6DZu .dot {
  display: none;
}
.cid-sIsTFm6DZu .countdown-cont {
  max-width: 700px;
}
.cid-sIsTFm6DZu .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-sIsTFm6DZu .number-wrap {
    margin-bottom: 15px;
  }
  .cid-sIsTFm6DZu .col-xs-3 {
    margin-right: 0px;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .cid-sIsTFm6DZu .box {
    height: 400px !important;
  }
}
@media (max-width: 440px) {
  .cid-sIsTFm6DZu .number,
  .cid-sIsTFm6DZu .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sIsTFm6DZu .period {
    font-size: 0.8rem;
  }
}
.cid-sIsTFm6DZu .box {
  background-image: url("../../../assets/images/b-2-1920x1440.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIsTFm6DZu .icon-wrap {
  background-color: #ed4266 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sIsTFm6DZu .icon-wrap:hover {
  opacity: 0.8;
}
.cid-sIsTFm6DZu .icon-wrap span {
  padding-left: 8px;
}
.cid-sIsTFm6DZu .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sIsTFm6DZu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sIsTFm6DZu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sIsTFm6DZu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sIsTFm6DZu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sIsTFm6DZu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sIsTFm6DZu a.close:hover {
  color: #ffffff;
}
.cid-sIsTFm6DZu .mbr-text {
  color: #879a9f;
}
.cid-sIsTFm6DZu H4 {
  color: #767676;
}
.cid-sIsTFm6DZu H2 {
  color: #255085;
}
.cid-sIsTFm6DZu H3 {
  color: #879a9f;
}
.cid-sIsUTT3BWf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d3f69;
}
.cid-sIsUTT3BWf .mbr-section-subtitle {
  color: #767676;
}
.cid-sIsUTT3BWf .container-fluid {
  padding: 0 !important;
}
.cid-sIsUTT3BWf .col-md-12 {
  padding: 0;
}
.cid-sIsUTT3BWf .row {
  margin: 0;
}
.cid-sIsUTT3BWf .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-sIsUTT3BWf .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-sIsUTT3BWf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-sIsUTT3BWf .number-wrap {
  color: #b2ccd2;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #ebeced;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sIsUTT3BWf .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #b2ccd2;
}
.cid-sIsUTT3BWf .period {
  display: block;
}
.cid-sIsUTT3BWf .dot {
  display: none;
}
.cid-sIsUTT3BWf .countdown-cont {
  max-width: 700px;
}
.cid-sIsUTT3BWf .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-sIsUTT3BWf .number-wrap {
    margin-bottom: 15px;
  }
  .cid-sIsUTT3BWf .col-xs-3 {
    margin-right: 0px;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .cid-sIsUTT3BWf .box {
    height: 400px !important;
  }
}
@media (max-width: 440px) {
  .cid-sIsUTT3BWf .number,
  .cid-sIsUTT3BWf .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sIsUTT3BWf .period {
    font-size: 0.8rem;
  }
}
.cid-sIsUTT3BWf .box {
  background-image: url("../../../assets/images/img-plataformadigital-3-837x685.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIsUTT3BWf .icon-wrap {
  background-color: #ed4266 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sIsUTT3BWf .icon-wrap:hover {
  opacity: 0.8;
}
.cid-sIsUTT3BWf .icon-wrap span {
  padding-left: 8px;
}
.cid-sIsUTT3BWf .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sIsUTT3BWf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sIsUTT3BWf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sIsUTT3BWf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sIsUTT3BWf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sIsUTT3BWf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sIsUTT3BWf a.close:hover {
  color: #ffffff;
}
.cid-sIsUTT3BWf .mbr-text {
  color: #c1c1c1;
}
.cid-sIsUTT3BWf H4 {
  color: #767676;
}
.cid-sIsUTT3BWf H2 {
  color: #ffffff;
}
.cid-sIsUTT3BWf H3 {
  color: #b2ccd2;
}
.cid-sIsPrNFW4v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b-5-1800x667.jpg");
}
.cid-sIsPrNFW4v section {
  position: relative;
}
.cid-sIsPrNFW4v h4 {
  margin: 0;
}
.cid-sIsPrNFW4v img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sIsPrNFW4v a {
  font-weight: 300;
}
.cid-sIsPrNFW4v .img1 {
  color: #55b4d4;
}
.cid-sIsPrNFW4v .img2 {
  color: #ed4266;
}
.cid-sIsPrNFW4v .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sIsPrNFW4v .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sIsPrNFW4v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIsPrNFW4v .item,
.cid-sIsPrNFW4v .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sIsPrNFW4v .item h4,
.cid-sIsPrNFW4v .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIsPrNFW4v .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sIsPrNFW4v .item {
    justify-content: center;
  }
}
.cid-sIsPrNFW4v .item-title {
  color: #ffffff;
}
.cid-sIsPrNFW4v .text1 {
  text-align: left;
}
.cid-sIsPrOMfHx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d3f69;
}
.cid-sIsPrOMfHx .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sIsPrOMfHx section {
  position: relative;
}
.cid-sIsPrOMfHx h4 {
  margin: 0;
}
.cid-sIsPrOMfHx a {
  font-weight: 300;
}
.cid-sIsPrOMfHx .row {
  align-items: center;
}
.cid-sIsPrOMfHx .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sIsPrOMfHx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIsPrOMfHx .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sIsPrOMfHx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sIsPrOMfHx .align-left {
    text-align: center;
  }
  .cid-sIsPrOMfHx .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sIsPrOMfHx .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sIsPrOMfHx .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sIsPrOMfHx .item-title {
  color: #c1c1c1;
}
.cid-sIsPrOMfHx H4 {
  color: #c1c1c1;
}
.cid-sICfBkkBF6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sICfBkkBF6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sICfBkkBF6 a {
  font-style: normal;
}
.cid-sICfBkkBF6 .show {
  overflow: visible;
}
.cid-sICfBkkBF6 .dropdown-menu {
  max-height: 400px;
}
.cid-sICfBkkBF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sICfBkkBF6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sICfBkkBF6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sICfBkkBF6 .nav-item:focus,
.cid-sICfBkkBF6 .nav-link:focus {
  outline: none;
}
.cid-sICfBkkBF6 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sICfBkkBF6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sICfBkkBF6 .menu-logo {
  margin-right: auto;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sICfBkkBF6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sICfBkkBF6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sICfBkkBF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sICfBkkBF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sICfBkkBF6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sICfBkkBF6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sICfBkkBF6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sICfBkkBF6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sICfBkkBF6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sICfBkkBF6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sICfBkkBF6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sICfBkkBF6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sICfBkkBF6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sICfBkkBF6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sICfBkkBF6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sICfBkkBF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #255085;
}
.cid-sICfBkkBF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sICfBkkBF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sICfBkkBF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sICfBkkBF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sICfBkkBF6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sICfBkkBF6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sICfBkkBF6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sICfBkkBF6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sICfBkkBF6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sICfBkkBF6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sICfBkkBF6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sICfBkkBF6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sICfBkkBF6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sICfBkkBF6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sICfBkkBF6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sICfBkkBF6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sICfBkkBF6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sICfBkkBF6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sICfBkkBF6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sICfBkkBF6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sICfBkkBF6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sICfBkkBF6 img {
    height: 3.8rem !important;
  }
  .cid-sICfBkkBF6 .btn {
    display: -webkit-flex;
  }
  .cid-sICfBkkBF6 button.navbar-toggler {
    display: block;
  }
  .cid-sICfBkkBF6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sICfBkkBF6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sICfBkkBF6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing,
  .cid-sICfBkkBF6 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sICfBkkBF6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sICfBkkBF6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sICfBkkBF6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sICfBkkBF6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sICfBkkBF6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sICfBkkBF6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sICfBkkBF6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sICfBkkBF6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sICfBkkBF6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sICfBkkBF6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sICfBkkBF6 .nav-link {
    justify-content: start!important;
  }
  .cid-sICfBkkBF6 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sICfBkkBF6 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sICfBkkBF6 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sICfBkkBF6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sICfBkkBF6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sICfBkkBF6 .nav-link:hover,
.cid-sICfBkkBF6 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sICfBkkBF6 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sICfBkkBF6 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sICfBlIWse {
  padding-top: 45px;
  padding-bottom: 0px;
  /*background-image: url("../../../assets/images/medico-1600x685.jpg");*/
}
.cid-sIChMz75VG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIChMz75VG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-sIChMz75VG H2 {
  color: #255085;
}
.cid-sIChMz75VG p {
  line-height: 1.3	;
}
.cid-sIChMz75VG H3 {
  color: #879a9f;
}
.cid-sIChMz75VG .mbr-text,
.cid-sIChMz75VG .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sIChMz75VG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sIChE10w2f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIChE10w2f .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-sIChE10w2f .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sIChE10w2f p {
  font-weight: 400;
}
.cid-sIChE10w2f .link-ico {
  font-size: 0.8rem;
  color: #36404c;
  border: 2px solid #36404c;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sIChE10w2f .link-ico:hover {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-sIChE10w2f .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sIChE10w2f .card-wrapper {
  padding: 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-sIChE10w2f .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-sIChE10w2f .card-wrapper:hover .card-title a {
  color: #cc2952 !important;
}
.cid-sIChE10w2f .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sIChE10w2f .card-title,
.cid-sIChE10w2f .card-ico,
.cid-sIChE10w2f .line-wrap {
  text-align: center;
  color: #255085;
}
.cid-sIChE10w2f .mbr-text,
.cid-sIChE10w2f .card-link {
  text-align: center;
  color: #879a9f;
}
.cid-sICp6M50mn {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/b-5-1944x1179.jpg");
}
.cid-sICp6M50mn .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-sICp6M50mn h4 {
  margin: 0;
}
.cid-sICp6M50mn .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-sICp6M50mn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sICp6M50mn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sICp6M50mn .plan-body {
  padding-bottom: 2rem;
}
.cid-sICp6M50mn .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sICp6M50mn .line1 {
  background: #ed4266;
}
.cid-sICp6M50mn .line2 {
  background: #255085;
}
.cid-sICp6M50mn .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sICp6M50mn .plan {
  word-break: break-word;
  position: relative;
}
.cid-sICp6M50mn .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sICp6M50mn .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-sICp6M50mn .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sICp6M50mn .plan-header,
.cid-sICp6M50mn .plan-body {
  background-color: #fff;
}
.cid-sICp6M50mn .price-figure {
  font-weight: 700;
}
.cid-sICp6M50mn .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-sICp6M50mn .md-pb {
    margin-bottom: 2rem;
  }
  .cid-sICp6M50mn .price-figure {
    font-size: 3rem;
  }
}
.cid-sICp6M50mn .color1 {
  color: #255085;
}
.cid-sICp6M50mn .color2 {
  color: #ed4266;
}
.cid-sICp6M50mn LI {
  color: #767676;
}
.cid-sICp6M50mn .price-term {
  color: #879a9f;
}
.cid-sICp6M50mn .mbr-text,
.cid-sICp6M50mn .mbr-section-btn {
  color: #ebeced;
}
.cid-sICp6M50mn .plan-title {
  color: #879a9f;
}
.cid-sICp6M50mn UL {
  color: #879a9f;
}
.cid-sICoqRZ12I {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-sICoqRZ12I .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sICoqRZ12I H2 {
  color: #255085;
}
.cid-sICoqRZ12I H3 {
  color: #879a9f;
}
.cid-sICoqRZ12I .mbr-text,
.cid-sICoqRZ12I .mbr-section-btn {
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sICoqRZ12I .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sICoqRZ12I img {
  filter: invert(0.5);
  width: auto;
}
.cid-sICfBovp7l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/b-5-1800x667.jpg");
}
.cid-sICfBovp7l section {
  position: relative;
}
.cid-sICfBovp7l h4 {
  margin: 0;
}
.cid-sICfBovp7l img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-sICfBovp7l a {
  font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
}
.cid-sICfBovp7l a:hover {
 	color: #55b4d4;
}

.cid-sICfBovp7l .img1 {
  color: #55b4d4;
}
.cid-sICfBovp7l .img2 {
  color: #ed4266;
}
.cid-sICfBovp7l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sICfBovp7l .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sICfBovp7l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sICfBovp7l .item,
.cid-sICfBovp7l .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sICfBovp7l .item h4,
.cid-sICfBovp7l .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sICfBovp7l .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-sICfBovp7l .item {
    justify-content: center;
  }
}
.cid-sICfBovp7l .item-title {
  color: #ffffff;
}
.cid-sICfBovp7l .text1 {
  text-align: left;
}
.cid-sICfBpF18T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d3f69;
}
.cid-sICfBpF18T .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-sICfBpF18T section {
  position: relative;
}
.cid-sICfBpF18T h4 {
  margin: 0;
}
.cid-sICfBpF18T a {
  font-weight: 300;
}
.cid-sICfBpF18T .row {
  align-items: center;
}
.cid-sICfBpF18T .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-sICfBpF18T .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sICfBpF18T .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sICfBpF18T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sICfBpF18T .align-left {
    text-align: center;
  }
  .cid-sICfBpF18T .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sICfBpF18T .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-sICfBpF18T .item {
    padding-bottom: 0.5rem;
  }
}
.cid-sICfBpF18T .item-title {
  color: #c1c1c1;
}
.cid-sICfBpF18T H4 {
  color: #c1c1c1;
}
.menu-contacto{
/*	background-color: #1b3a61;*/
	
}

.cid-snali5Idek {
  padding-top: 30px;
  padding-bottom: 30px;
  /*background-color: #d0f2ff;*/
}
.cid-snali5Idek .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snali5Idek .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-snali5Idek .btn {
  margin-bottom: 2rem;
}
.cid-snali5Idek .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-snali5Idek .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snali5Idek .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: #32A3BA;
}
.cid-snali5Idek .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-snali5Idek .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-snali5Idek .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-snali5Idek .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-snali5Idek .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-snali5Idek .links {
  color: #64697a;
  text-align: center;
}

.cid-soz1xOu1WI ol, .cid-soz1xOu1WI ul{
	padding-bottom: 1rem;
	
}

.cid-soz1xOu1WI ol li, .cid-soz1xOu1WI ul li{
	padding-bottom: 1rem;
	
	
}
.cid-soz1xOu1WI ol ul li, .cid-soz1xOu1WI ol ol li, .cid-soz1xOu1WI ul ol li{
	padding-bottom: 0px;
	

}
.cid-tgtMXov3lo .item:nth-child(2n) .item-wrapper {
  background-color: #3e86c5;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont {
  color: #ffffff;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont,
.cid-tgtMXov3lo .mbr-section-btn {
  text-align: center;
}
.cid-txhvidq3Jj {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f1f1f7;
}
.cid-txhvidq3Jj .row {
  padding: 0 110px;
}
.cid-txhvidq3Jj .row::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 20rem 0 0;
}
@media (max-width: 768px) {
  .cid-txhvidq3Jj .row::before {
    border-radius: 0 200px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-txhvidq3Jj .row {
    padding: 0 12px;
  }
}
.cid-txhvidq3Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhvidq3Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhvidq3Jj .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-txhvidq3Jj .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-txhvidq3Jj .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-txhvidq3Jj .title-wrapper .mbr-section-title span {
  color: #162148;
}
.cid-txhvidq3Jj .row.items {
  padding: 0;
}
.cid-txhvidq3Jj .row.items .item {
  margin-bottom: 25px;
}
.cid-txhvidq3Jj .row.items .item .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-txhvidq3Jj .row.items .item .link {
  display: block;
}
.cid-txhvidq3Jj .row.items .item .link .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-txhvidq3Jj .row.items .item .link .link-wrapper:hover span {
  opacity: .8;
}
.cid-txhvidq3Jj .row.items .item .link .link-wrapper:hover .mbr-link {
  opacity: .8;
}
.cid-txhvidq3Jj .row.items .item .link .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-txhvidq3Jj .row.items .item .link .link-wrapper span {
  font-size: 26px;
  padding: 0 0 0 5px;
  transition: all .3s ease;
  line-height: 175%;
}
.cid-txhvidq3Jj .mbr-section-title {
  color: #ff8500;
}
.cid-txhvidq3Jj .mbr-text {
  color: #1e4381;
}
.cid-txhvidq3Jj .mbr-link,
.cid-txhvidq3Jj .mbr-iconfont {
  color: #f3722f;
}
.cid-tgtMXov3lo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f2;
}

.cid-tgtMXov3lo h3{
	line-height: 1;
}

.cid-tgtMXov3lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgtMXov3lo .row {
 /* padding: 0 110px;*/
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tgtMXov3lo .row {
    padding: 0 12px;
  }
}
.cid-tgtMXov3lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgtMXov3lo .item {
  padding: 0 16px;
  min-height: 300px;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-tgtMXov3lo .item .item-menu-overlay {
  display: none !important;
}
.cid-tgtMXov3lo .item .item-wrapper {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #355893;
  height: 100%;
  border-radius: 15% 0 20% 0;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper span {
  margin-bottom: 20px;
  font-size: 3rem;
}
.cid-tgtMXov3lo .item .item-wrapper .text-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn {
  z-index: 1;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #1e4381;
  box-shadow: none;
  margin-bottom: 0;
}
.cid-tgtMXov3lo .item .item-wrapper .mbr-section-btn .btn:hover {
  background: #1e4381 !important;
  box-shadow: none !important;
}
.cid-tgtMXov3lo .item:nth-child(2n) .item-wrapper {
  background-color: #3e86c5;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont {
  color: #ffffff;
}
.cid-tgtMXov3lo .mbr-card-title,
.cid-tgtMXov3lo .mbr-iconfont,
.cid-tgtMXov3lo .mbr-section-btn {
  text-align: center;
}

.cid-txSPJW1Pit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txSPJW1Pit .row {
/*  padding: 0 110px;
  display: flex;
  justify-content: center;*/
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.cid-txSPJW1Pit .row::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100% ;
  background-color: #ed4266;
}
.cid-txSPJW1Pit .row::after {
  content: '';
  position: absolute;
  top: -20px;
  right: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 0 100%;
  background-color: #3e86c5;
}
@media (max-width: 992px) {
  .cid-txSPJW1Pit .row {
    padding: 0 12px;
  }
}
.cid-txSPJW1Pit .mbr-fallback-image.disabled {
  display: none;
}
.cid-txSPJW1Pit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txSPJW1Pit .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-txSPJW1Pit .card {
  margin-bottom: 25px;
}
.cid-txSPJW1Pit .card .mbr-card-title {
  margin-bottom: 10px;
	font-size: 1.6rem;
    letter-spacing: -1px;
	
}
.cid-txSPJW1Pit .card .mbr-text {
  margin-bottom: 0;
	line-height: 1.2;
}
.cid-txSPJW1Pit .mbr-section-title {
  color: #255085;
}
.cid-txSPJW1Pit .mbr-card-title {
  color: #3e86c5;
}
.cid-txSPJW1Pit .mbr-text {
  color: #879a9f;
}

.cid-ro4H7rqkSh .flag {
	max-width: 80px;
    margin: auto;
	width: 35px;
	padding-right: 5px;
	

  }
.cid-ro4H7rqkSh .spk-pgm, .cid-ro4H7rqkSh .spk-pgm1 {
   /* font-size: 22px;*/
	padding-top: 13px;
   
    font-size: 1.1rem;
	/*    font-family: 'Roboto Flex', sans-serif;*/
   
	  margin: auto;
	
	padding-left: 30px;
	line-height: 1.2;

  }

.cid-uriBVCHFfI {
  background-image: url("../../../assets/images/SMO2024_grupal.png");
	height: 580px;
}


.cid-urnvZSXQo8 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urnvZSXQo8 .mbr-figure .izquierda{
    padding-left: 4rem;
  }
   .cid-urnvZSXQo8 .mbr-figure .derecha{
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-urnvZSXQo8 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-urnvZSXQo8 .mbr-text {
  color: #879a9f !important;
	line-height: 1.3;
	
}

.cid-urnvZSXQo8 p{
	padding-bottom: 1rem;
}
.cid-urnvZSXQo8 .mbr-figure img{
	padding-bottom: 3rem;
}
.cid-urnvZSXQo8 .izq{
	border-color: #255085 !important;
    border-left: 3px solid;
    padding-left: 20px;
	border-right: 0px;
}
.cid-urnvZSXQo8 .der{
	border-color: #255085 !important;
    border-right: 3px solid;
    padding-right: 20px;
	border-left: 0px;
}
.cid-uGbN3fGCvq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #162148;
}
.cid-uGbN3fGCvq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGbN3fGCvq input,
.cid-uGbN3fGCvq textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-uGbN3fGCvq .img-col {
    order: 2;
    text-align: center;
  }
  .cid-uGbN3fGCvq img {
    max-width: 400px;
    margin: auto;
  }
  .cid-uGbN3fGCvq .form-row {
    flex-direction: column;
  }
  .cid-uGbN3fGCvq .btn {
    width: 100%;
  }
}
.cid-uGbN3fGCvq .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-uGbN3fGCvq .form-control,
.cid-uGbN3fGCvq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-uGbN3fGCvq .form-control::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input::-webkit-input-placeholder,
.cid-uGbN3fGCvq .form-control::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input::-webkit-input-placeholder {
  color: #808080;
}
.cid-uGbN3fGCvq .form-control:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:-moz-placeholder,
.cid-uGbN3fGCvq .form-control:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:-moz-placeholder {
  color: #808080;
}
.cid-uGbN3fGCvq .form-control:hover,
.cid-uGbN3fGCvq .field-input:hover,
.cid-uGbN3fGCvq .form-control:focus,
.cid-uGbN3fGCvq .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  box-shadow: none;
  outline: none;
}
.cid-uGbN3fGCvq .form-control:hover::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input:hover::-webkit-input-placeholder,
.cid-uGbN3fGCvq .form-control:focus::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input:focus::-webkit-input-placeholder,
.cid-uGbN3fGCvq .form-control:hover::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input:hover::-webkit-input-placeholder,
.cid-uGbN3fGCvq .form-control:focus::-webkit-input-placeholder,
.cid-uGbN3fGCvq .field-input:focus::-webkit-input-placeholder {
  color: #808080;
}
.cid-uGbN3fGCvq .form-control:hover:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:hover:-moz-placeholder,
.cid-uGbN3fGCvq .form-control:focus:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:focus:-moz-placeholder,
.cid-uGbN3fGCvq .form-control:hover:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:hover:-moz-placeholder,
.cid-uGbN3fGCvq .form-control:focus:-moz-placeholder,
.cid-uGbN3fGCvq .field-input:focus:-moz-placeholder {
  color: #808080;
}
.cid-uGbN3fGCvq .jq-number__spin:hover,
.cid-uGbN3fGCvq .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGbN3fGCvq .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGbN3fGCvq .jq-selectbox li,
.cid-uGbN3fGCvq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGbN3fGCvq .jq-selectbox li:hover,
.cid-uGbN3fGCvq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGbN3fGCvq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGbN3fGCvq .jq-number__spin.minus:hover:after,
.cid-uGbN3fGCvq .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGbN3fGCvq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGbN3fGCvq .jq-number__spin.minus:after,
.cid-uGbN3fGCvq .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGbN3fGCvq input::-webkit-clear-button {
  display: none;
}
.cid-uGbN3fGCvq input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGbN3fGCvq input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGbN3fGCvq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXDLLe4s98 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-uXDLLe4s98 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-uXDLLe4s98 .btn-col {
  margin: auto;
}
.cid-uXDLLe4s98 .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-uXDLLe4s98 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-uXDLLe4s98 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-uXDLLe4s98 .card-box {
  padding: 2rem 1.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    min-height: 205px;
}
.cid-uXDLLe4s98 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-uXDLLe4s98 .card-wrapper {
  height: 100%;
  min-height: 300px; /* ajusta según lo que necesites */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXDLLe4s98 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-uXDLLe4s98 .card-wrapper:hover .card-title a {
  color: #cc2952 !important;
}
.cid-uXDLLe4s98 .card-img {
  width: 100%;
  height: 100%;
  overflow: hidden; /* evita desbordes */
}

.cid-uXDLLe4s98 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* rellena manteniendo proporción */
  display: block;
}


.cid-uXDLLe4s98 .text {
  color: #767676;
}
.cid-uXDLLe4s98 .card-title {
  color: #36404c;
}
.cid-uXDLLe4s98 H3 {
  color: #255085;
}
@media (max-width: 767px) {
  .cid-uXDLLe4s98 .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-uXDLLe4s98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDLLe4s98 .mbr-section-title {
  color: #255085;
}
.texto-gris{
  color: #879a9f !important;
    line-height: 1;
}
.text-secondary{
 
    line-height: 1;
}
.cid-uXDLLe4s98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.banner-eventos{
  width: 100%;
  overflow: hidden;
    background-color: rgb(27, 58, 97);
}

.banner-wrapper{
  display: flex;
  justify-content: center;   /* el vacío se va a los lados */
  align-items: center;
  gap: 0;                    /* sin espacios entre imágenes */
}

.banner-wrapper img{
  display: block;
  width: auto !important;    /* 🔥 evita que se vayan a 100% */
  max-width: none !important;
  height: 160px;             /* ajusta este alto a tu diseño */
  object-fit: contain;       /* no recorta */
  flex: 0 0 auto;            /* no crece, no se encoge */
}

.banner-wrapper img{
  display:block;
  width:auto !important;
  max-width:none !important;
  height: clamp(110px, 14vw, 250px);  /* crece según pantalla, con límites */
  object-fit: contain;
  flex: 0 0 auto;
}

