body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((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: #5263b8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #303b74;
  color: #303b74;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #5263b8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5263b8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #5263b8;
  border-bottom-color: #5263b8;
}
.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: #5263b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rIyXpBYpBW .navbar {
  padding: .5rem 0;
  background: #006482;
  transition: none;
  min-height: 75px;
}
.cid-rIyXpBYpBW .navbar-dropdown.bg-color.transparent.opened {
  background: #006482;
}
.cid-rIyXpBYpBW a {
  font-style: normal;
}
.cid-rIyXpBYpBW a .link:hover {
  color: inherit !important;
}
.cid-rIyXpBYpBW .dropdown-item:active {
  background: #006482;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIyXpBYpBW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .nav-item:focus,
.cid-rIyXpBYpBW .nav-link:focus {
  outline: none;
}
.cid-rIyXpBYpBW .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rIyXpBYpBW .btn ins {
  text-decoration: none;
}
.cid-rIyXpBYpBW .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIyXpBYpBW .menu-logo {
  margin-right: auto;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIyXpBYpBW .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-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu {
  background: #006482;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIyXpBYpBW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIyXpBYpBW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rIyXpBYpBW button.navbar-toggler:focus {
  outline: none;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rIyXpBYpBW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIyXpBYpBW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rIyXpBYpBW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIyXpBYpBW .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: 1253px) {
  .cid-rIyXpBYpBW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW img {
    height: 3.8rem !important;
  }
  .cid-rIyXpBYpBW .btn {
    display: -webkit-flex;
  }
  .cid-rIyXpBYpBW button.navbar-toggler {
    display: block;
  }
  .cid-rIyXpBYpBW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIyXpBYpBW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing,
  .cid-rIyXpBYpBW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIyXpBYpBW .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: 540px) {
  .cid-rIyXpBYpBW .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rIyXpBYpBW .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rIyXpBYpBW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIyXpBYpBW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rIyXpBYpBW .nav-link,
.cid-rIyXpBYpBW .dropdown-item {
  position: relative;
}
.cid-rIyXpBYpBW .nav-link:before,
.cid-rIyXpBYpBW .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cid-rIyXpBYpBW .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rIyXpBYpBW .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rIyXpBYpBW .nav-link:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .nav-link:first-child {
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .display-5 {
  font-size: 2.8rem;
}
.cid-rIyXqSgtJT {
  background-image: url("../../../assets/images/portada-sitio-atlas-uversion-1530x990.png");
}
.cid-rIyXqSgtJT .container-fluid {
  position: relative;
}
.cid-rIyXqSgtJT .page-title-content {
  width: 100%;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rIyXqSgtJT .page-title-content {
    text-align: center;
  }
}
.cid-rIyXqSgtJT .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyXqSgtJT a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.cid-rIyXqSgtJT a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyXqSgtJT a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rIyXqSgtJT a:hover:after,
.cid-rIyXqSgtJT a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyXqSgtJT a:hover:before,
.cid-rIyXqSgtJT a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyXqSgtJT a.text-white:hover,
.cid-rIyXqSgtJT a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyXqSgtJT .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-urcguI9YVA {
  background-color: #f4f3f4;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .container {
    padding: 0 22px;
  }
}
.cid-urcguI9YVA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-urcguI9YVA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-urcguI9YVA .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img::before {
  left: auto;
  right: -1px;
  border-radius: 64px 0 0 0;
}
.cid-urcguI9YVA .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__slide .slide-content {
    display: block;
  }
}
.cid-urcguI9YVA .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 42%;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__slide .slide-content .item-content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-urcguI9YVA .embla__slide .slide-content .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-urcguI9YVA .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-urcguI9YVA .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-urcguI9YVA .embla__slide .slide-content .item-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__slide .slide-content .item-wrapper {
    width: 100%;
  }
}
.cid-urcguI9YVA .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-urcguI9YVA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-urcguI9YVA .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 72px;
  width: 55%;
  border-radius: 0 64px 0 0;
  background-color: #f4f3f4;
}
.cid-urcguI9YVA .embla__button--next,
.cid-urcguI9YVA .embla__button--prev {
  display: flex;
}
.cid-urcguI9YVA .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-urcguI9YVA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urcguI9YVA .embla__button:hover {
  color: #ff5753 !important;
}
.cid-urcguI9YVA .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-urcguI9YVA .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-urcguI9YVA .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-urcguI9YVA .embla {
    padding-bottom: 2rem;
  }
}
.cid-urcguI9YVA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urcguI9YVA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urcguI9YVA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urcguI9YVA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urcguI9YVA .item-desc {
  color: #ff5753;
}
.cid-urcguI9YVA .item-title {
  color: #000000;
  text-align: center;
}
.cid-urcguI9YVA .item-text {
  color: #000000;
  text-align: center;
}
.cid-unwmuxfoP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-bann-f2-mesa-de-trabajo-1-mesa-de-trabajo-1-2000x195.png");
  overflow: hidden;
  position: relative;
}
.cid-unwmuxfoP0 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-unwmuxfoP0 .mbr-section-title {
  color: #ffffff;
}
.cid-unwmuxfoP0 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-unwmuxfoP0 .mbr-section-title,
.cid-unwmuxfoP0 .mbr-section-btn {
  color: #ffffff;
}
.cid-unr8amhY0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unr8amhY0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-unr8amhY0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unr8amhY0L .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-unr8amhY0L .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-unr8amhY0L .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-unr8amhY0L .mbr-section-title {
  color: #131313;
}
.cid-unr8amhY0L .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-unr8amhY0L .items-row {
  row-gap: 24px;
}
.cid-unr8amhY0L .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-unr8amhY0L .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-unr8amhY0L .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-unr8amhY0L .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-unr8amhY0L .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-unr8amhY0L .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-unr8amhY0L .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-unr8amhY0L .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-unr8amhY0L .card-title {
  color: #131313;
}
.cid-unr8amhY0L .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-unr8amhY0L .link-text {
  margin-top: 20px;
  color: #003341;
  text-align: center;
}
@media (max-width: 1199px) {
  .cid-unr8amhY0L .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-unr8amhY0L .link-text {
    margin-top: 5px;
  }
}
.cid-unr8amhY0L .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-unr8amhY0L .mbr-section-btn {
  margin-top: 5px;
}
.cid-unr8amhY0L .card-text,
.cid-unr8amhY0L .mbr-section-btn {
  text-align: center;
  color: #428196;
}
.cid-uri8LJjnbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uri8LJjnbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uri8LJjnbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uri8LJjnbZ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uri8LJjnbZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uri8LJjnbZ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uri8LJjnbZ .mbr-section-title {
  color: #131313;
}
.cid-uri8LJjnbZ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uri8LJjnbZ .items-row {
  row-gap: 24px;
}
.cid-uri8LJjnbZ .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uri8LJjnbZ .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uri8LJjnbZ .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uri8LJjnbZ .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uri8LJjnbZ .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uri8LJjnbZ .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uri8LJjnbZ .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uri8LJjnbZ .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uri8LJjnbZ .card-title {
  color: #131313;
}
.cid-uri8LJjnbZ .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uri8LJjnbZ .link-text {
  margin-top: 20px;
  color: #003341;
  text-align: center;
}
@media (max-width: 1199px) {
  .cid-uri8LJjnbZ .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uri8LJjnbZ .link-text {
    margin-top: 5px;
  }
}
.cid-uri8LJjnbZ .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uri8LJjnbZ .mbr-section-btn {
  margin-top: 5px;
}
.cid-uri8LJjnbZ .card-text,
.cid-uri8LJjnbZ .mbr-section-btn {
  text-align: center;
  color: #428196;
}
.cid-unwn4V7hYf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/2img-banner-mesa-de-trabajo-1-2000x195.png");
  overflow: hidden;
  position: relative;
}
.cid-unwn4V7hYf .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-unwn4V7hYf .mbr-section-title {
  color: #ffffff;
}
.cid-unwn4V7hYf .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-unryuTPfGu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unryuTPfGu .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .container {
    padding: 0 6px;
  }
}
.cid-unryuTPfGu .row {
  margin: 0;
  background-color: #efefef;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-unryuTPfGu .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-unryuTPfGu .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-unryuTPfGu .row {
    padding: 70px 30px;
  }
}
.cid-unryuTPfGu .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-unryuTPfGu .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .desc-wrapper {
    padding: 0;
  }
}
.cid-unryuTPfGu .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-unryuTPfGu .title-wrapper {
  margin-bottom: 64px;
}
.cid-unryuTPfGu .title-wrapper span {
  color: #009472;
}
.cid-unryuTPfGu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unryuTPfGu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-unryuTPfGu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-unryuTPfGu .embla__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #073b4c;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-unryuTPfGu .embla__slide .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-unryuTPfGu .embla__slide .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #073b4c;
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .embla__slide .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-unryuTPfGu .embla__slide:hover .item-wrapper .item-img img,
.cid-unryuTPfGu .embla__slide:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-unryuTPfGu .embla__slide:hover::before,
.cid-unryuTPfGu .embla__slide:focus::before {
  top: -10px;
}
.cid-unryuTPfGu .embla__slide:hover .item-desc,
.cid-unryuTPfGu .embla__slide:focus .item-desc {
  top: -57px;
}
.cid-unryuTPfGu .embla__slide .slide-content {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-unryuTPfGu .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-unryuTPfGu .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 22px;
}
.cid-unryuTPfGu .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-unryuTPfGu .embla__slide .slide-content .item-img .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cid-unryuTPfGu .embla__slide .slide-content .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-unryuTPfGu .embla__slide .slide-content .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-unryuTPfGu .embla__slide .slide-content .item-img .image-wrap img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-unryuTPfGu .embla__button--next,
.cid-unryuTPfGu .embla__button--prev {
  display: flex;
}
.cid-unryuTPfGu .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f1a631;
  color: #5263b8 !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-unryuTPfGu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unryuTPfGu .embla__button:hover {
  color: #7fa8d7 !important;
}
.cid-unryuTPfGu .embla__button.embla__button--prev {
  left: 40%;
}
@media (max-width: 768px) {
  .cid-unryuTPfGu .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-unryuTPfGu .embla__button.embla__button--next {
  right: 40%;
}
@media (max-width: 768px) {
  .cid-unryuTPfGu .embla__button.embla__button--next {
    right: 10%;
  }
}
.cid-unryuTPfGu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-unryuTPfGu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-top: 57px;
}
.cid-unryuTPfGu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unryuTPfGu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unryuTPfGu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unryuTPfGu .mbr-desc {
  color: #ffffff;
}
.cid-unryuTPfGu .mbr-section-title {
  color: #ffffff;
}
.cid-unryuTPfGu .card-desc {
  color: #ffffff;
}
.cid-unryuTPfGu .item-title {
  color: #131313;
}
.cid-unryuTPfGu .mbr-text {
  color: #131313;
}
.cid-rIyXsRyEj4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101428;
}
@media (max-width: 992px) {
  .cid-rIyXsRyEj4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-rIyXsRyEj4 .container {
  max-width: 100% !important;
}
.cid-rIyXsRyEj4 .box {
  background-size: cover;
  background-position: center;
  height: 700px;
  position: relative;
}
.cid-rIyXsRyEj4 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #101428;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-rIyXsRyEj4 .bg1 {
  background-image: url("../../../assets/images/dji-205-2000x1333.jpg");
}
.cid-rIyXsRyEj4 .icon-wrap {
  width: 80px;
  height: 80px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-rIyXsRyEj4 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-rIyXsRyEj4 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rIyXsRyEj4 .mbr-media span {
  font-size: 116px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s;
}
.cid-rIyXsRyEj4 .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-rIyXsRyEj4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
}
.cid-rIyXsRyEj4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rIyXsRyEj4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rIyXsRyEj4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rIyXsRyEj4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rIyXsRyEj4 .box {
    height: 250px;
  }
}
.cid-unwnfm7dLD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/3img-banner-atlas-mesa-de-trabajo-1-2000x195.png");
  overflow: hidden;
  position: relative;
}
.cid-unwnfm7dLD .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-unwnfm7dLD .mbr-section-title {
  color: #ffffff;
}
.cid-unwnfm7dLD .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-unD8HxI1FD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-unD8HxI1FD img {
  width: 90%;
}
.cid-unD8HxI1FD .mbr-text,
.cid-unD8HxI1FD .mbr-section-btn {
  color: #073b4c;
}
.cid-unD8HxI1FD h2 {
  padding-left: 11rem;
}
.cid-unD8HxI1FD p {
  padding-right: 8rem;
}
.cid-unD8HxI1FD .separator {
  margin-bottom: 1px;
  margin-top: 38px;
  margin-left: 0;
  margin-right: auto;
  width: 30%;
}
.cid-unD8HxI1FD .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.cid-unD8HxI1FD .separator .sep-holder .sep-line {
  border-color: #073b4c !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .cid-unD8HxI1FD h2 {
    text-align: center;
    padding-left: 0;
  }
  .cid-unD8HxI1FD img {
    width: 100%;
  }
  .cid-unD8HxI1FD .pb-5 {
    padding-bottom: 1rem !important;
  }
  .cid-unD8HxI1FD p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-unD8HxI1FD h2 {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .cid-unD8HxI1FD p {
    text-align: left !important;
    position: relative;
  }
}
.cid-unD8HxI1FD .mbr-fallback-image.disabled {
  display: none;
}
.cid-unD8HxI1FD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rIyXuUMYcZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rIyXuUMYcZ .content {
    text-align: center;
  }
  .cid-rIyXuUMYcZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rIyXuUMYcZ .google-map {
  height: 50rem;
  width: 100%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-rIyXuUMYcZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rIyXuUMYcZ .google-map .gmnoprint {
  left: -1rem !important;
  top: -1rem !important;
}
.cid-rIyXuUMYcZ .google-map .gm-style .place-card-large {
  margin: 1rem !important;
}
.cid-rIyXuUMYcZ .google-map .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-rIyXuUMYcZ .google-map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rIyXuUMYcZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rIyXuUMYcZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rIyXuUMYcZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rIyXuUMYcZ .google-map {
    width: 100%;
  }
  .cid-rIyXuUMYcZ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 820px) {
  .cid-rIyXuUMYcZ .cell1 {
    display: none !important;
  }
}
.cid-rIyXuUMYcZ .infobox1 {
  color: grey;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  margin: 28.8rem 5rem;
  max-width: 690px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 767px) {
  .cid-rIyXuUMYcZ .infobox1 {
    margin: 10rem 2rem;
  }
}
.cid-rIyXuUMYcZ .infobox1 .infobox-table .infobox-row .cell1 img {
  max-width: 100%;
}
.cid-rIyXuUMYcZ .infobox1 .infobox-table .infobox-row .cell2 {
  padding: 41px 62px;
  width: 466px;
  background-color: black;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}
@media (max-width: 767px) {
  .cid-rIyXuUMYcZ .infobox1 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-rIyXuUMYcZ .infobox1 .infobox-table .infobox-row .cell2 a {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: white;
  margin-bottom: 10px;
  margin-top: 1px;
  position: relative;
}
.cid-rIyXuUMYcZ .infobox1 .infobox-table .infobox-row .cell2 a::before {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-rIyXuUMYcZ .infobox2 {
  display: none;
}
@media (max-width: 768px) {
  .cid-rIyXuUMYcZ .infobox1 {
    display: none;
  }
  .cid-rIyXuUMYcZ .infobox2 {
    display: block;
    color: grey;
    font-weight: 300;
    line-height: 1.7;
    margin: 12rem 5rem;
    max-width: 690px;
    position: relative;
    z-index: 9;
  }
  .cid-rIyXuUMYcZ .infobox2 .infobox-table .infobox-row .cell1 img {
    max-width: 100%;
  }
  .cid-rIyXuUMYcZ .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 41px 62px;
    width: 466px;
    background-color: black;
    font-weight: 300 !important;
    line-height: 1.6 !important;
  }
  .cid-rIyXuUMYcZ .infobox2 .infobox-table .infobox-row .cell2 a {
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: white;
    margin-bottom: 10px;
    margin-top: 1px;
    position: relative;
  }
  .cid-rIyXuUMYcZ .infobox2 .infobox-table .infobox-row .cell2 a::before {
    background-color: currentColor;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-rIyXuUMYcZ .infobox2 {
    margin: 0rem 2rem;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-rIyXuUMYcZ .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-rIyXvEz5Ak {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #073b4c;
}
.cid-rIyXvEz5Ak .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rIyXvEz5Ak p {
    text-align: center;
  }
  .cid-rIyXvEz5Ak .row {
    justify-content: center;
  }
}
