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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0053ae !important;
}
.bg-success {
  background-color: #465052 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ff7c2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0053ae !important;
  border-color: #0053ae !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002f62 !important;
  border-color: #002f62 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002f62 !important;
  border-color: #002f62 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004158 !important;
  border-color: #004158 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00080c !important;
  border-color: #00080c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00080c !important;
  border-color: #00080c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7c2c !important;
  border-color: #ff7c2c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #df5400 !important;
  border-color: #df5400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df5400 !important;
  border-color: #df5400 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #002248;
  color: #002248;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0053ae;
  border-color: #0053ae;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0053ae !important;
  border-color: #0053ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #004158;
  border-color: #004158;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004158 !important;
  border-color: #004158 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c54b00;
  color: #c54b00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff7c2c;
  border-color: #ff7c2c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c2c !important;
  border-color: #ff7c2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0053ae !important;
}
.text-secondary {
  color: #004158 !important;
}
.text-success {
  color: #465052 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ff7c2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002248 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #171a1b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c54b00 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ff7c2c;
}
.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: #0053ae;
  border-color: #0053ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0053ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2f92ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffbf8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0053ae;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0053ae;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0053ae;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0053ae;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0053ae;
  border-bottom-color: #0053ae;
}
.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: #0053ae !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: #004158 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230053ae' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sLgtlaDed5 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLgtlaDed5 .nav-item:focus,
.cid-sLgtlaDed5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLgtlaDed5 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sLgtlaDed5 .nav-item .nav-link {
    position: relative;
  }
  .cid-sLgtlaDed5 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0053ae, #004158);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sLgtlaDed5 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sLgtlaDed5 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLgtlaDed5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sLgtlaDed5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLgtlaDed5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLgtlaDed5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLgtlaDed5 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sLgtlaDed5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
}
.cid-sLgtlaDed5 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sLgtlaDed5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sLgtlaDed5 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 1rem 1rem;
}
@media (max-width: 991px) {
  .cid-sLgtlaDed5 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sLgtlaDed5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLgtlaDed5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLgtlaDed5 .navbar.collapsed .navbar-collapse.show,
.cid-sLgtlaDed5 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLgtlaDed5 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sLgtlaDed5 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sLgtlaDed5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLgtlaDed5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLgtlaDed5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLgtlaDed5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLgtlaDed5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLgtlaDed5 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLgtlaDed5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sLgtlaDed5 .navbar.collapsed .right-menu,
.cid-sLgtlaDed5 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sLgtlaDed5 .navbar .navbar-collapse.show,
  .cid-sLgtlaDed5 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLgtlaDed5 .navbar .navbar-collapse.show .brand-container,
  .cid-sLgtlaDed5 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sLgtlaDed5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLgtlaDed5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLgtlaDed5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLgtlaDed5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLgtlaDed5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLgtlaDed5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLgtlaDed5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLgtlaDed5 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLgtlaDed5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sLgtlaDed5 .navbar .right-menu,
  .cid-sLgtlaDed5 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sLgtlaDed5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLgtlaDed5 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sLgtlaDed5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLgtlaDed5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLgtlaDed5 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLgtlaDed5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLgtlaDed5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLgtlaDed5 .dropdown-item.active,
.cid-sLgtlaDed5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sLgtlaDed5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLgtlaDed5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLgtlaDed5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLgtlaDed5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLgtlaDed5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLgtlaDed5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLgtlaDed5 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sLgtlaDed5 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sLgtlaDed5 .navbar-buttons {
  margin-left: auto;
}
.cid-sLgtlaDed5 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLgtlaDed5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004158;
}
.cid-sLgtlaDed5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLgtlaDed5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLgtlaDed5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLgtlaDed5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLgtlaDed5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLgtlaDed5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sLgtlaDed5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sLgtlaDed5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLgtlaDed5 .navbar-dropdown {
  position: fixed;
}
.cid-sLgtlaDed5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLgtlaDed5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLgtlaDed5 .right-menu,
.cid-sLgtlaDed5 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sLgtlaDed5 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLgtlaDed5 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLgtlaDed5 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sLgtlaDed5 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-sLgtlaDed5 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sLgtlaDed5 .card-wrapper {
  z-index: 3;
}
.cid-sLgtlaDed5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sLgtlaDed5 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLgtlaDed5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qUoMOqm0R3 {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background-oficina-virtual-ubb-1920x1080.jpg");
}
@media (max-width: 991px) {
  .cid-qUoMOqm0R3 .escudo_ubb {
    width: 200px;
    height: auto;
    display: block;
    margin: 5px auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cid-qUoMOqm0R3 .escudo_ubb {
    display: none;
  }
}
.cid-rWfftFmgwS {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWfftFmgwS .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rWfftFmgwS .mbr-section-title {
  margin: 0;
}
.cid-rWfftFmgwS .mbr-section-subtitle {
  color: #767676;
}
.cid-rWfftFmgwS .card-img span {
  color: #1dc9cb;
}
.cid-rWfftFmgwS .row-item {
  margin-bottom: 2rem;
}
.cid-rWfftFmgwS .row-item:hover .wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px #a8a8a8;
  -moz-box-shadow: 0px 0px 10px 0px #a8a8a8;
  box-shadow: 0px 0px 10px 0px #a8a8a8;
  cursor: pointer;
}
.cid-rWfftFmgwS .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
}
.cid-rWfftFmgwS a {
  color: #465052;
}
.cid-rWfftFmgwS a:hover {
  color: #465052;
}
.cid-rWfftFmgwS .mbr-card-title,
.cid-rWfftFmgwS .card-img {
  color: #465052;
}
.cid-rVBMmYhrGp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004158;
}
.cid-rVBMmYhrGp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rVBMmYhrGp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cid-rVBMmYhrGp .mbr-figure img {
    width: 2% !important;
  }
}
@media (max-width: 1199px) {
  .cid-rVBMmYhrGp .mbr-figure img {
    width: 3% !important;
  }
}
.cid-rW3nmh6XA7 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rW3nmh6XA7 .mbr-section-subtitle {
  color: #465052;
}
.cid-rW3nmh6XA7 H2 {
  color: #465052;
}
.cid-rW3nmh6XA7 hr {
  width: 100px;
  background: #a5a5a5;
}
@media (min-width: 768px) {
  .cid-rW3nmh6XA7 h3 {
    font-size: 30px;
  }
}
.cid-rWJKFuRFzT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWJKFuRFzT .mbr-section-subtitle {
  color: #465052;
}
.cid-rWJKFuRFzT H2 {
  color: #465052;
}
@media (min-width: 768px) {
  .cid-rWJKFuRFzT h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rWJKFuRFzT h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
.cid-rWJYlOehiD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWJYlOehiD .mbr-text {
  color: #465052;
}
.cid-rWJYlOehiD h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rWJYlOehiD p {
  text-align: center;
}
.cid-rWJYlOehiD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWJYlOehiD .card-title,
.cid-rWJYlOehiD .card-img {
  color: #004158;
}
.cid-rW3ochFJpY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rW3ochFJpY .mbr-text {
  color: #465052;
}
.cid-rW3ochFJpY h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3ochFJpY p {
  text-align: center;
}
.cid-rW3ochFJpY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3ochFJpY .card-title,
.cid-rW3ochFJpY .card-img {
  color: #004158;
}
.cid-rW3pder1Jj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rW3pder1Jj .mbr-section-subtitle {
  color: #465052;
}
.cid-rW3pder1Jj H2 {
  color: #465052;
}
@media (min-width: 768px) {
  .cid-rW3pder1Jj h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rW3pder1Jj h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
.cid-rW3vtkm1DK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rW3vtkm1DK .mbr-text {
  color: #465052;
}
.cid-rW3vtkm1DK h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3vtkm1DK p {
  text-align: center;
}
.cid-rW3vtkm1DK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3vtkm1DK .card-title,
.cid-rW3vtkm1DK .card-img {
  color: #004158;
}
.cid-rX5zzwJzc9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rX5zzwJzc9 .mbr-section-subtitle {
  color: #465052;
}
.cid-rX5zzwJzc9 H2 {
  color: #465052;
}
@media (min-width: 768px) {
  .cid-rX5zzwJzc9 h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rX5zzwJzc9 h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
.cid-rX5C50Er8z {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rX5C50Er8z .mbr-text {
  color: #465052;
}
.cid-rX5C50Er8z h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rX5C50Er8z p {
  text-align: center;
}
.cid-rX5C50Er8z .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rX5C50Er8z .card-title,
.cid-rX5C50Er8z .card-img {
  color: #004158;
}
.cid-rW364j6c4f {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rW364j6c4f .mbr-section-subtitle {
  color: #767676;
}
.cid-rW364j6c4f H2 {
  color: #465052;
}
.cid-rW364j6c4f hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-rWgrTMIQaE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rWgrTMIQaE .mbr-text {
  color: #465052;
}
.cid-rWgrTMIQaE h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rWgrTMIQaE p {
  text-align: center;
}
.cid-rWgrTMIQaE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWgrTMIQaE .card-title,
.cid-rWgrTMIQaE .card-img {
  color: #004158;
}
.cid-s6BYwDNUQC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s6BYwDNUQC .mbr-text,
.cid-s6BYwDNUQC blockquote {
  color: #767676;
}
.cid-s6BYwDNUQC .mbr-text {
  color: #004158;
}
.cid-s6BYwDNUQC .mbr-text P {
  text-align: center;
}
.cid-sCY3AjLuMV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sCY3AjLuMV h4 {
  text-align: left;
}
.cid-sCY3AjLuMV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sCY3AjLuMV .card-img {
  width: auto;
}
.cid-sCY3AjLuMV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sCY3AjLuMV .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sCY3AjLuMV .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-sCY3AjLuMV .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCY3AjLuMV P {
  color: #465052;
}
.cid-sCY3AjLuMV .card-title,
.cid-sCY3AjLuMV .card-img {
  color: #004158;
}
.cid-sCY3PuLd3A {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sCY3PuLd3A .mbr-text,
.cid-sCY3PuLd3A blockquote {
  color: #767676;
}
.cid-sCY3PuLd3A .mbr-text P {
  text-align: center;
}
.cid-sCY3PuLd3A .mbr-text {
  color: #465052;
}
.cid-rWZcss2ExT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWZcss2ExT .mbr-section-subtitle {
  color: #465052;
}
.cid-rWZcss2ExT H2 {
  color: #465052;
}
.cid-rWZcss2ExT hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-rWZcIS3fF0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWZcIS3fF0 .mbr-section-subtitle {
  color: #465052;
}
.cid-rWZcIS3fF0 H2 {
  color: #465052;
}
@media (min-width: 768px) {
  .cid-rWZcIS3fF0 h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rWZcIS3fF0 h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
.cid-rWZdLeonyl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rWZdLeonyl .mbr-text {
  color: #465052;
}
.cid-rWZdLeonyl h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rWZdLeonyl p {
  text-align: center;
}
.cid-rWZdLeonyl .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWZdLeonyl .card-title,
.cid-rWZdLeonyl .card-img {
  color: #004158;
}
.cid-rWJHmpA813 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rWJHmpA813 .mbr-section-subtitle {
  color: #465052;
}
.cid-rWJHmpA813 H2 {
  color: #465052;
}
.cid-rWJHmpA813 hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-rWJHmpA813 h3 {
  font-size: 30px;
}
.cid-rVHayazr7S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rVHayazr7S h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHayazr7S p {
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHayazr7S .card {
  margin-bottom: 2rem;
}
.cid-rVHayazr7S .card-img {
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rVHayazr7S .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rVHayazr7S .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rVHayazr7S .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHayazr7S .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHayazr7S .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rVHayazr7S .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rVHayazr7S P {
  color: #465052;
}
.cid-rVHayazr7S .card-title,
.cid-rVHayazr7S .card-img {
  color: #004158;
}
.cid-rVHr1OEGNW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rVHr1OEGNW h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHr1OEGNW p {
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHr1OEGNW .card {
  margin-bottom: 2rem;
}
.cid-rVHr1OEGNW .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rVHr1OEGNW .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rVHr1OEGNW .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rVHr1OEGNW .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHr1OEGNW .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHr1OEGNW .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rVHr1OEGNW .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rVHr1OEGNW .card-title,
.cid-rVHr1OEGNW .card-img {
  color: #004158;
}
.cid-rVHr1OEGNW P {
  color: #465052;
}
.cid-rVHAUd8WvJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rVHAUd8WvJ h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHAUd8WvJ p {
  color: #ffffff;
  line-height: 140%;
}
.cid-rVHAUd8WvJ .card {
  margin-bottom: 2rem;
}
.cid-rVHAUd8WvJ .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rVHAUd8WvJ .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rVHAUd8WvJ .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rVHAUd8WvJ .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHAUd8WvJ .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rVHAUd8WvJ .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rVHAUd8WvJ .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rVHAUd8WvJ .card-title,
.cid-rVHAUd8WvJ .card-img {
  color: #004158;
}
.cid-rVHAUd8WvJ P {
  color: #465052;
}
.cid-rWadi7Qwmq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rWadi7Qwmq h4 {
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
}
.cid-rWadi7Qwmq p {
  color: #ffffff;
  line-height: 140%;
}
.cid-rWadi7Qwmq .card {
  margin-bottom: 2rem;
}
.cid-rWadi7Qwmq .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #efefef;
}
.cid-rWadi7Qwmq .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rWadi7Qwmq .card-box {
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-rWadi7Qwmq .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rWadi7Qwmq .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rWadi7Qwmq .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rWadi7Qwmq .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rWadi7Qwmq .card-title,
.cid-rWadi7Qwmq .card-img {
  color: #004158;
}
.cid-rWadi7Qwmq P {
  color: #465052;
}
.cid-rWJI6SYOfp {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rWJI6SYOfp .mbr-section-subtitle {
  color: #465052;
}
.cid-rWJI6SYOfp H2 {
  color: #465052;
}
.cid-rWJI6SYOfp h3 {
  font-size: 30px;
}
.cid-rW3EPqjQWs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rW3EPqjQWs .mbr-text {
  color: #465052;
}
.cid-rW3EPqjQWs h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3EPqjQWs p {
  text-align: center;
}
.cid-rW3EPqjQWs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3EPqjQWs .card-title,
.cid-rW3EPqjQWs .card-img {
  color: #004158;
}
.cid-rW3EPqjQWs .info-importante {
  font-size: 12px;
}
.cid-rW3GhBCzy1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rW3GhBCzy1 .mbr-text {
  color: #465052;
}
.cid-rW3GhBCzy1 h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3GhBCzy1 p {
  text-align: center;
}
.cid-rW3GhBCzy1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3GhBCzy1 .card-title,
.cid-rW3GhBCzy1 .card-img {
  color: #004158;
}
.cid-rW3HnwhaYw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rW3HnwhaYw .mbr-text {
  color: #465052;
}
.cid-rW3HnwhaYw h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3HnwhaYw p {
  text-align: center;
}
.cid-rW3HnwhaYw .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3HnwhaYw .card-title,
.cid-rW3HnwhaYw .card-img {
  color: #004158;
}
.cid-rWas7QFH5q {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rWas7QFH5q .mbr-text {
  color: #465052;
}
.cid-rWas7QFH5q h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rWas7QFH5q p {
  text-align: center;
}
.cid-rWas7QFH5q .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWas7QFH5q .card-title,
.cid-rWas7QFH5q .card-img {
  color: #004158;
}
.cid-rW3Kw5YGEt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rW3Kw5YGEt .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rW3Kw5YGEt .mbr-section-title {
  margin: 0;
}
.cid-rW3Kw5YGEt .card-img {
  text-align: center;
}
.cid-rW3Kw5YGEt .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rW3Kw5YGEt .row-item.card1 {
  background: #879a9f;
}
.cid-rW3Kw5YGEt .row-item.card2 {
  background: #3586a2;
}
.cid-rW3Kw5YGEt .row-item.card3 {
  background: #ff8f4a;
}
.cid-rW3Kw5YGEt .row-item.card4 {
  background: #2bdc9d;
}
.cid-rW3Kw5YGEt .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rW3Kw5YGEt .card-img,
  .cid-rW3Kw5YGEt .mbr-text,
  .cid-rW3Kw5YGEt .mbr-card-title,
  .cid-rW3Kw5YGEt .mbr-section-subtitle,
  .cid-rW3Kw5YGEt .mbr-section-title,
  .cid-rW3Kw5YGEt .underline {
    text-align: center !important;
  }
}
.cid-rW3Kw5YGEt a {
  color: #fff;
}
.cid-rW3Kw5YGEt a:hover {
  color: #767676;
}
.cid-rW3Kw5YGEt .card1 > .mbr-text,
.cid-rW3Kw5YGEt .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-rW3Kw5YGEt .card2 > .mbr-text,
.cid-rW3Kw5YGEt .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-rW3Kw5YGEt .card3 > .mbr-text,
.cid-rW3Kw5YGEt .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-rXsUKq0nsH {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rXsUKq0nsH .mbr-section-subtitle {
  color: #465052;
}
.cid-rXsUKq0nsH H2 {
  color: #465052;
}
.cid-rXsUKq0nsH hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-rXsVmqeMJv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXsVmqeMJv .mbr-text {
  color: #465052;
}
.cid-rXsVmqeMJv h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rXsVmqeMJv p {
  text-align: center;
}
.cid-rXsVmqeMJv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rXsVmqeMJv .card-title,
.cid-rXsVmqeMJv .card-img {
  color: #004158;
}
.cid-sKwujawITW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKwujawITW .mbr-text {
  color: #465052;
}
.cid-sKwujawITW h4 {
  text-align: center;
  line-height: 140%;
}
.cid-sKwujawITW p {
  text-align: center;
}
.cid-sKwujawITW .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sKwujawITW .card-title,
.cid-sKwujawITW .card-img {
  color: #004158;
}
.cid-sKwzciWyKK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sKwzciWyKK .mbr-text {
  color: #465052;
}
.cid-sKwzciWyKK h4 {
  text-align: center;
  line-height: 140%;
}
.cid-sKwzciWyKK p {
  text-align: center;
}
.cid-sKwzciWyKK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sKwzciWyKK .card-title,
.cid-sKwzciWyKK .card-img {
  color: #004158;
}
.cid-sLgFhbBx6r {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLgFhbBx6r .mbr-section-subtitle {
  color: #465052;
}
.cid-sLgFhbBx6r H2 {
  color: #465052;
}
.cid-sLgFhbBx6r h3 {
  font-size: 30px;
}
.cid-rWO0mgmYAL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rWO0mgmYAL .mbr-text {
  color: #465052;
}
.cid-rWO0mgmYAL h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rWO0mgmYAL p {
  text-align: center;
}
.cid-rWO0mgmYAL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rWO0mgmYAL .card-title,
.cid-rWO0mgmYAL .card-img {
  color: #004158;
}
.cid-rWO0mgmYAL .mbr-iconfont:hover {
  color: #149dcc !important;
}
.cid-sEnwRMHqp7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEnwRMHqp7 .mbr-section-subtitle {
  color: #465052;
}
.cid-sEnwRMHqp7 H2 {
  color: #465052;
}
.cid-sEnwRMHqp7 hr {
  width: 100px;
  background: #a5a5a5;
  display: block;
}
.cid-sKvB2sL0B4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sKvB2sL0B4 .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-sKvB2sL0B4 H2 {
  color: #465052;
}
.cid-sKvB2sL0B4 h3 {
  font-size: 30px;
}
.cid-sKwEPmpYVr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sKwEPmpYVr P {
  color: #767676;
}
.cid-sKwEPmpYVr .mbr-text,
.cid-sKwEPmpYVr .mbr-section-btn {
  color: #465052;
}
.cid-sEnURZ0Ppd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEnURZ0Ppd .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-sEnURZ0Ppd H2 {
  color: #465052;
}
.cid-sEnURZ0Ppd h3 {
  font-size: 30px;
}
.cid-sEnFeK0N7i {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-sEnFeK0N7i .counter-container {
  color: #767676;
}
.cid-sEnFeK0N7i .counter-container ul {
  margin-bottom: 0;
}
.cid-sEnFeK0N7i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sEnFeK0N7i .counter-container ul li:before {
  position: absolute;
  left: -40px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #879a9f;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.cid-sEnFeK0N7i .mbr-text {
  color: #465052;
}
.cid-sEnFeK0N7i .mbr-text UL {
  text-align: left;
}
.cid-rW3BgHV2AF {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rW3BgHV2AF .mbr-section-subtitle {
  color: #465052;
}
.cid-rW3BgHV2AF H2 {
  color: #465052;
}
.cid-rW3BgHV2AF hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-rW3BkBJATK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rW3BkBJATK .mbr-text {
  color: #465052;
}
.cid-rW3BkBJATK h4 {
  text-align: center;
  line-height: 140%;
}
.cid-rW3BkBJATK p {
  text-align: center;
}
.cid-rW3BkBJATK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rW3BkBJATK .card-title,
.cid-rW3BkBJATK .card-img {
  color: #004158;
}
.cid-rW3BkBJATK .correo {
  font-size: 15px;
}
.cid-sGskR7MG3i {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sGskR7MG3i .mbr-section-subtitle {
  color: #465052;
}
.cid-sGskR7MG3i H2 {
  color: #465052;
}
.cid-sGskR7MG3i hr {
  width: 100px;
  background: #a5a5a5;
}
.cid-sGslIfAXZV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sGslIfAXZV .mbr-text {
  color: #465052;
}
.cid-sGslIfAXZV h4 {
  text-align: center;
  line-height: 140%;
}
.cid-sGslIfAXZV p {
  text-align: center;
}
.cid-sGslIfAXZV .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sGslIfAXZV .card-title,
.cid-sGslIfAXZV .card-img {
  color: #004158;
}
.cid-rWm0HHw6nh {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #004158;
}
@media (max-width: 767px) {
  .cid-rWm0HHw6nh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rWm0HHw6nh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rWm0HHw6nh .media-wrap img {
  height: 3rem;
}
.cid-rWm0HHw6nh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rWm0HHw6nh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rWm0HHw6nh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.2;
}
.cid-rWm0HHw6nh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rWm0HHw6nh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rWm0HHw6nh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rWm0HHw6nh .footer-lower .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWm0HHw6nh .footer-lower .social-list a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWm0HHw6nh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rWm0HHw6nh .links {
  color: #ffffff;
}
.cid-rWm0HHw6nh .copyright > p {
  color: #ffffff;
  font-size: 15px;
}
.cid-rWm0HHw6nh .sello-acreditacion {
  height: 70px !important;
}
.cid-rWg8Gzrwxh.popup-builder {
  background-color: #ffffff;
}
.cid-rWg8Gzrwxh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWg8Gzrwxh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWg8Gzrwxh .modal-content,
.cid-rWg8Gzrwxh .modal-dialog {
  height: auto;
}
.cid-rWg8Gzrwxh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWg8Gzrwxh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWg8Gzrwxh .form-wrapper .mbr-form .form-group,
  .cid-rWg8Gzrwxh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWg8Gzrwxh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWg8Gzrwxh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWg8Gzrwxh .mbr-text {
  text-align: center;
}
.cid-rWg8Gzrwxh .pt-0 {
  padding-top: 0 !important;
}
.cid-rWg8Gzrwxh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWg8Gzrwxh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWg8Gzrwxh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWg8Gzrwxh .modal-open {
  overflow: hidden;
}
.cid-rWg8Gzrwxh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWg8Gzrwxh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWg8Gzrwxh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWg8Gzrwxh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWg8Gzrwxh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWg8Gzrwxh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWg8Gzrwxh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWg8Gzrwxh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWg8Gzrwxh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWg8Gzrwxh .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWg8Gzrwxh .modal-backdrop.show {
  opacity: .5;
}
.cid-rWg8Gzrwxh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWg8Gzrwxh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWg8Gzrwxh .modal-header .close:hover {
  opacity: 1;
}
.cid-rWg8Gzrwxh .modal-header .close:focus {
  outline: none;
}
.cid-rWg8Gzrwxh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWg8Gzrwxh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWg8Gzrwxh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWg8Gzrwxh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWg8Gzrwxh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWg8Gzrwxh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWg8Gzrwxh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWg8Gzrwxh .modal-sm {
    max-width: 300px;
  }
  .cid-rWg8Gzrwxh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWg8Gzrwxh .modal-lg,
  .cid-rWg8Gzrwxh .modal-xl {
    max-width: 800px;
  }
  .cid-rWg8Gzrwxh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWg8Gzrwxh .modal-xl {
    max-width: 1140px;
  }
  .cid-rWg8Gzrwxh .container {
    max-width: 1140px;
  }
}
.cid-rWg8Gzrwxh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWg8Gzrwxh .container {
    max-width: 720px;
  }
}
.cid-rWg8Gzrwxh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWg8Gzrwxh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWg8Gzrwxh .form-group {
  margin-bottom: 1rem;
}
.cid-rWg8Gzrwxh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWg8Gzrwxh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWg8Gzrwxh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWg8Gzrwxh .solicitudes {
  font-size: 12px;
}
.cid-rWgb9TVWBl.popup-builder {
  background-color: #ffffff;
}
.cid-rWgb9TVWBl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWgb9TVWBl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWgb9TVWBl .modal-content,
.cid-rWgb9TVWBl .modal-dialog {
  height: auto;
}
.cid-rWgb9TVWBl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWgb9TVWBl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWgb9TVWBl .form-wrapper .mbr-form .form-group,
  .cid-rWgb9TVWBl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWgb9TVWBl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWgb9TVWBl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWgb9TVWBl .mbr-text {
  text-align: center;
}
.cid-rWgb9TVWBl .pt-0 {
  padding-top: 0 !important;
}
.cid-rWgb9TVWBl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWgb9TVWBl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWgb9TVWBl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWgb9TVWBl .modal-open {
  overflow: hidden;
}
.cid-rWgb9TVWBl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWgb9TVWBl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWgb9TVWBl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWgb9TVWBl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWgb9TVWBl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWgb9TVWBl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWgb9TVWBl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWgb9TVWBl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWgb9TVWBl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWgb9TVWBl .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWgb9TVWBl .modal-backdrop.show {
  opacity: .5;
}
.cid-rWgb9TVWBl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWgb9TVWBl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWgb9TVWBl .modal-header .close:hover {
  opacity: 1;
}
.cid-rWgb9TVWBl .modal-header .close:focus {
  outline: none;
}
.cid-rWgb9TVWBl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWgb9TVWBl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWgb9TVWBl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWgb9TVWBl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWgb9TVWBl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWgb9TVWBl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWgb9TVWBl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWgb9TVWBl .modal-sm {
    max-width: 300px;
  }
  .cid-rWgb9TVWBl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWgb9TVWBl .modal-lg,
  .cid-rWgb9TVWBl .modal-xl {
    max-width: 800px;
  }
  .cid-rWgb9TVWBl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWgb9TVWBl .modal-xl {
    max-width: 1140px;
  }
  .cid-rWgb9TVWBl .container {
    max-width: 1140px;
  }
}
.cid-rWgb9TVWBl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWgb9TVWBl .container {
    max-width: 720px;
  }
}
.cid-rWgb9TVWBl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWgb9TVWBl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWgb9TVWBl .form-group {
  margin-bottom: 1rem;
}
.cid-rWgb9TVWBl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWgb9TVWBl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWgb9TVWBl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWgb9TVWBl .certificados {
  font-size: 12px;
}
.cid-rVvNkVsFKP.popup-builder {
  background-color: #ffffff;
}
.cid-rVvNkVsFKP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVvNkVsFKP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVvNkVsFKP .modal-content,
.cid-rVvNkVsFKP .modal-dialog {
  height: auto;
}
.cid-rVvNkVsFKP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVvNkVsFKP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVvNkVsFKP .form-wrapper .mbr-form .form-group,
  .cid-rVvNkVsFKP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVvNkVsFKP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVvNkVsFKP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVvNkVsFKP .mbr-text {
  text-align: center;
}
.cid-rVvNkVsFKP .pt-0 {
  padding-top: 0 !important;
}
.cid-rVvNkVsFKP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVvNkVsFKP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVvNkVsFKP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVvNkVsFKP .modal-open {
  overflow: hidden;
}
.cid-rVvNkVsFKP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVvNkVsFKP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVvNkVsFKP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVvNkVsFKP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVvNkVsFKP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVvNkVsFKP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVvNkVsFKP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVvNkVsFKP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVvNkVsFKP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVvNkVsFKP .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVvNkVsFKP .modal-backdrop.show {
  opacity: .5;
}
.cid-rVvNkVsFKP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVvNkVsFKP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVvNkVsFKP .modal-header .close:hover {
  opacity: 1;
}
.cid-rVvNkVsFKP .modal-header .close:focus {
  outline: none;
}
.cid-rVvNkVsFKP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVvNkVsFKP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVvNkVsFKP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVvNkVsFKP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVvNkVsFKP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVvNkVsFKP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVvNkVsFKP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVvNkVsFKP .modal-sm {
    max-width: 300px;
  }
  .cid-rVvNkVsFKP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVvNkVsFKP .modal-lg,
  .cid-rVvNkVsFKP .modal-xl {
    max-width: 800px;
  }
  .cid-rVvNkVsFKP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVvNkVsFKP .modal-xl {
    max-width: 1140px;
  }
  .cid-rVvNkVsFKP .container {
    max-width: 1140px;
  }
}
.cid-rVvNkVsFKP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVvNkVsFKP .container {
    max-width: 720px;
  }
}
.cid-rVvNkVsFKP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVvNkVsFKP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVvNkVsFKP .form-group {
  margin-bottom: 1rem;
}
.cid-rVvNkVsFKP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVvNkVsFKP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVvNkVsFKP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rVvNkVsFKP a {
  color: #000;
}
.cid-rVvNkVsFKP a:hover {
  padding: 10px 20px;
  background: #efefef;
  border-radius: 7px;
}
.cid-rVvYAcrj9l.popup-builder {
  background-color: #ffffff;
}
.cid-rVvYAcrj9l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVvYAcrj9l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVvYAcrj9l .modal-content,
.cid-rVvYAcrj9l .modal-dialog {
  height: auto;
}
.cid-rVvYAcrj9l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVvYAcrj9l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVvYAcrj9l .form-wrapper .mbr-form .form-group,
  .cid-rVvYAcrj9l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVvYAcrj9l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVvYAcrj9l .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVvYAcrj9l .mbr-text {
  text-align: center;
}
.cid-rVvYAcrj9l .pt-0 {
  padding-top: 0 !important;
}
.cid-rVvYAcrj9l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVvYAcrj9l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVvYAcrj9l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVvYAcrj9l .modal-open {
  overflow: hidden;
}
.cid-rVvYAcrj9l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVvYAcrj9l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVvYAcrj9l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVvYAcrj9l .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVvYAcrj9l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVvYAcrj9l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVvYAcrj9l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVvYAcrj9l .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVvYAcrj9l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVvYAcrj9l .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVvYAcrj9l .modal-backdrop.show {
  opacity: .5;
}
.cid-rVvYAcrj9l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVvYAcrj9l .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVvYAcrj9l .modal-header .close:hover {
  opacity: 1;
}
.cid-rVvYAcrj9l .modal-header .close:focus {
  outline: none;
}
.cid-rVvYAcrj9l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVvYAcrj9l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVvYAcrj9l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVvYAcrj9l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVvYAcrj9l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVvYAcrj9l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVvYAcrj9l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVvYAcrj9l .modal-sm {
    max-width: 300px;
  }
  .cid-rVvYAcrj9l .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVvYAcrj9l .modal-lg,
  .cid-rVvYAcrj9l .modal-xl {
    max-width: 800px;
  }
  .cid-rVvYAcrj9l .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVvYAcrj9l .modal-xl {
    max-width: 1140px;
  }
  .cid-rVvYAcrj9l .container {
    max-width: 1140px;
  }
}
.cid-rVvYAcrj9l .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVvYAcrj9l .container {
    max-width: 720px;
  }
}
.cid-rVvYAcrj9l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVvYAcrj9l .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVvYAcrj9l .form-group {
  margin-bottom: 1rem;
}
.cid-rVvYAcrj9l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVvYAcrj9l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVvYAcrj9l .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rVvYAcrj9l a {
  color: #000;
}
.cid-rVvYAcrj9l a:hover {
  padding: 10px 20px;
  background: #efefef;
  border-radius: 7px;
}
.cid-rVAC8pyXYj.popup-builder {
  background-color: #ffffff;
}
.cid-rVAC8pyXYj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVAC8pyXYj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVAC8pyXYj .modal-content,
.cid-rVAC8pyXYj .modal-dialog {
  height: auto;
}
.cid-rVAC8pyXYj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVAC8pyXYj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVAC8pyXYj .form-wrapper .mbr-form .form-group,
  .cid-rVAC8pyXYj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVAC8pyXYj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVAC8pyXYj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVAC8pyXYj .mbr-text {
  text-align: center;
}
.cid-rVAC8pyXYj .pt-0 {
  padding-top: 0 !important;
}
.cid-rVAC8pyXYj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVAC8pyXYj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVAC8pyXYj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVAC8pyXYj .modal-open {
  overflow: hidden;
}
.cid-rVAC8pyXYj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVAC8pyXYj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVAC8pyXYj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVAC8pyXYj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVAC8pyXYj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVAC8pyXYj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVAC8pyXYj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVAC8pyXYj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVAC8pyXYj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVAC8pyXYj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVAC8pyXYj .modal-backdrop.show {
  opacity: .5;
}
.cid-rVAC8pyXYj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVAC8pyXYj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVAC8pyXYj .modal-header .close:hover {
  opacity: 1;
}
.cid-rVAC8pyXYj .modal-header .close:focus {
  outline: none;
}
.cid-rVAC8pyXYj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVAC8pyXYj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVAC8pyXYj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVAC8pyXYj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVAC8pyXYj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVAC8pyXYj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVAC8pyXYj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVAC8pyXYj .modal-sm {
    max-width: 300px;
  }
  .cid-rVAC8pyXYj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVAC8pyXYj .modal-lg,
  .cid-rVAC8pyXYj .modal-xl {
    max-width: 800px;
  }
  .cid-rVAC8pyXYj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVAC8pyXYj .modal-xl {
    max-width: 1140px;
  }
  .cid-rVAC8pyXYj .container {
    max-width: 1140px;
  }
}
.cid-rVAC8pyXYj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVAC8pyXYj .container {
    max-width: 720px;
  }
}
.cid-rVAC8pyXYj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVAC8pyXYj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVAC8pyXYj .form-group {
  margin-bottom: 1rem;
}
.cid-rVAC8pyXYj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVAC8pyXYj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVAC8pyXYj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rVAC8pyXYj a {
  color: #000;
}
.cid-rVAC8pyXYj a:hover {
  padding: 10px 20px;
  background: #efefef;
  border-radius: 7px;
}
.cid-rW4WZO5O4m.popup-builder {
  background-color: #ffffff;
}
.cid-rW4WZO5O4m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rW4WZO5O4m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rW4WZO5O4m .modal-content,
.cid-rW4WZO5O4m .modal-dialog {
  height: auto;
}
.cid-rW4WZO5O4m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rW4WZO5O4m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rW4WZO5O4m .form-wrapper .mbr-form .form-group,
  .cid-rW4WZO5O4m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rW4WZO5O4m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rW4WZO5O4m .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW4WZO5O4m .mbr-text {
  text-align: center;
}
.cid-rW4WZO5O4m .pt-0 {
  padding-top: 0 !important;
}
.cid-rW4WZO5O4m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rW4WZO5O4m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rW4WZO5O4m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rW4WZO5O4m .modal-open {
  overflow: hidden;
}
.cid-rW4WZO5O4m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rW4WZO5O4m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rW4WZO5O4m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rW4WZO5O4m .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rW4WZO5O4m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rW4WZO5O4m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rW4WZO5O4m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rW4WZO5O4m .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rW4WZO5O4m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rW4WZO5O4m .modal-backdrop.fade {
  opacity: 0;
}
.cid-rW4WZO5O4m .modal-backdrop.show {
  opacity: .5;
}
.cid-rW4WZO5O4m .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rW4WZO5O4m .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rW4WZO5O4m .modal-header .close:hover {
  opacity: 1;
}
.cid-rW4WZO5O4m .modal-header .close:focus {
  outline: none;
}
.cid-rW4WZO5O4m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rW4WZO5O4m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rW4WZO5O4m .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rW4WZO5O4m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rW4WZO5O4m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rW4WZO5O4m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rW4WZO5O4m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rW4WZO5O4m .modal-sm {
    max-width: 300px;
  }
  .cid-rW4WZO5O4m .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rW4WZO5O4m .modal-lg,
  .cid-rW4WZO5O4m .modal-xl {
    max-width: 800px;
  }
  .cid-rW4WZO5O4m .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rW4WZO5O4m .modal-xl {
    max-width: 1140px;
  }
  .cid-rW4WZO5O4m .container {
    max-width: 1140px;
  }
}
.cid-rW4WZO5O4m .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rW4WZO5O4m .container {
    max-width: 720px;
  }
}
.cid-rW4WZO5O4m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rW4WZO5O4m .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rW4WZO5O4m .form-group {
  margin-bottom: 1rem;
}
.cid-rW4WZO5O4m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rW4WZO5O4m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rW4WZO5O4m .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rW4WZO5O4m .carreras,
.cid-rW4WZO5O4m .nombre {
  font-size: 12px;
}
.cid-rW4WZO5O4m hr {
  width: 150px;
  background: #A5A5A5;
  border: none;
  height: 1px;
}
.cid-rW9xzL0ww2.popup-builder {
  background-color: #ffffff;
}
.cid-rW9xzL0ww2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rW9xzL0ww2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rW9xzL0ww2 .modal-content,
.cid-rW9xzL0ww2 .modal-dialog {
  height: auto;
}
.cid-rW9xzL0ww2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rW9xzL0ww2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rW9xzL0ww2 .form-wrapper .mbr-form .form-group,
  .cid-rW9xzL0ww2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rW9xzL0ww2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rW9xzL0ww2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW9xzL0ww2 .mbr-text {
  text-align: center;
}
.cid-rW9xzL0ww2 .pt-0 {
  padding-top: 0 !important;
}
.cid-rW9xzL0ww2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rW9xzL0ww2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rW9xzL0ww2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rW9xzL0ww2 .modal-open {
  overflow: hidden;
}
.cid-rW9xzL0ww2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rW9xzL0ww2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rW9xzL0ww2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rW9xzL0ww2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rW9xzL0ww2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rW9xzL0ww2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rW9xzL0ww2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rW9xzL0ww2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rW9xzL0ww2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rW9xzL0ww2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rW9xzL0ww2 .modal-backdrop.show {
  opacity: .5;
}
.cid-rW9xzL0ww2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rW9xzL0ww2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rW9xzL0ww2 .modal-header .close:hover {
  opacity: 1;
}
.cid-rW9xzL0ww2 .modal-header .close:focus {
  outline: none;
}
.cid-rW9xzL0ww2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rW9xzL0ww2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rW9xzL0ww2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rW9xzL0ww2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rW9xzL0ww2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rW9xzL0ww2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rW9xzL0ww2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rW9xzL0ww2 .modal-sm {
    max-width: 300px;
  }
  .cid-rW9xzL0ww2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rW9xzL0ww2 .modal-lg,
  .cid-rW9xzL0ww2 .modal-xl {
    max-width: 800px;
  }
  .cid-rW9xzL0ww2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rW9xzL0ww2 .modal-xl {
    max-width: 1140px;
  }
  .cid-rW9xzL0ww2 .container {
    max-width: 1140px;
  }
}
.cid-rW9xzL0ww2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rW9xzL0ww2 .container {
    max-width: 720px;
  }
}
.cid-rW9xzL0ww2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rW9xzL0ww2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rW9xzL0ww2 .form-group {
  margin-bottom: 1rem;
}
.cid-rW9xzL0ww2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rW9xzL0ww2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rW9xzL0ww2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rW9xzL0ww2 .campus {
  font-size: 15px;
}
.cid-rW9xzL0ww2 .carreras,
.cid-rW9xzL0ww2 .nombre {
  font-size: 12px;
}
.cid-rW9xzL0ww2 hr {
  width: 150px;
  background: #A5A5A5;
  border: none;
  height: 1px;
}
