body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Tilt Warp', display;
  font-size: 3.44rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'Tilt Warp', display;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Tilt Warp', display;
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.408rem;
    font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #70d8f1 !important;
}
.bg-success {
  background-color: #6d359d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #d54f19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #70d8f1 !important;
  border-color: #70d8f1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #21c2e9 !important;
  border-color: #21c2e9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #21c2e9 !important;
  border-color: #21c2e9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d359d !important;
  border-color: #6d359d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #70d8f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #21c2e9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #70d8f1 !important;
  border-color: #70d8f1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d359d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #401f5c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d359d !important;
  border-color: #6d359d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d54f19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #873210 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #70d8f1 !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #6d359d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #d54f19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #16bde5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #381b51 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2d0e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #70d8f1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #d54f19;
}
.mbr-gallery-filter li.active .btn {
  background-color: #70d8f1;
  border-color: #70d8f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #70d8f1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ac7ed3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #70d8f1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #70d8f1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #70d8f1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #70d8f1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #70d8f1;
  border-bottom-color: #70d8f1;
}
.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: #000000 !important;
  background-color: #70d8f1 !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: #cacaca !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2370d8f1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #70d8f1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #70d8f1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #70d8f1 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #6d359d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0fuY8J34Y {
  background-image: url("../../../assets/images/7a9d.gif");
}
.cid-u0fuY8J34Y .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u0fuY8J34Y .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u0fuY8J34Y .row .img-item img {
  width: auto;
  object-fit: cover;
  min-height: 1px;
}
.cid-u0fuY8J34Y P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-u0fuY8J34Y .card {
  padding-top: 20px;
  background: none;
  border-radius: 0;
}
.cid-u0fuY8J34Y .item-img {
  padding-top: 31px;
}
.cid-u0fuY8J34Y img {
  width: 100%;
}
.cid-u0fuY8J34Y .first {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.cid-u0fuY8J34Y .first img {
  max-width: 750px;
  margin: auto;
}
.cid-u0fuY8J34Y .second {
  position: absolute;
  top: 37%;
  left: 10%;
  max-width: 100px;
}
.cid-u0fuY8J34Y .third {
  max-width: 500px;
  position: absolute;
  top: 65%;
  left: 5%;
}
.cid-u0fuY8J34Y .third img {
  max-height: 300px;
  width: auto;
}
.cid-u0fuY8J34Y .first,
.cid-u0fuY8J34Y .second,
.cid-u0fuY8J34Y .third {
  display: inline-block;
}
.cid-u0fuY8J34Y .cont {
  display: inline-block;
}
.cid-u0fuY8J34Y .mbr-section-title {
  color: #70d8f1;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-u0fuY8J34Y .mbr-section-subtitle {
  color: #cacaca;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cid-u0fuY8J34Y .second {
    display: none;
  }
}
@media (max-width: 1350px) {
  .cid-u0fuY8J34Y .third {
    left: 10%;
  }
}
@media (max-width: 990px) {
  .cid-u0fuY8J34Y .third {
    margin-top: 0px;
  }
  .cid-u0fuY8J34Y .third img {
    max-height: 250px;
    width: auto;
  }
  .cid-u0fuY8J34Y .first {
    max-width: 550px;
    margin-left: 25%;
    margin-top: 50px;
  }
}
@media (max-width: 690px) {
  .cid-u0fuY8J34Y .third {
    position: initial;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
  }
  .cid-u0fuY8J34Y .third img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .cid-u0fuY8J34Y .second {
    display: none;
  }
  .cid-u0fuY8J34Y .first {
    position: initial;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tCxONHhGmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCxONHhGmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxONHhGmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tCxONHhGmB .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tCxONHhGmB .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCxONHhGmB .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxONHhGmB .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxONHhGmB .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxONHhGmB .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxONHhGmB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxONHhGmB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxONHhGmB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxONHhGmB .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tCxONHhGmB .cards-wrapper {
    margin: 0;
  }
}
.cid-tCxONHhGmB .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tCxONHhGmB .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tCxONHhGmB .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tCxONHhGmB .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tCxONHhGmB .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tCxONHhGmB .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tCxONHhGmB .mbr-section-title {
  color: #171717;
}
.cid-tCxONHhGmB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxONHhGmB .mbr-text {
  color: #424242;
}
.cid-tCxONHhGmB .mbr-card-title {
  color: #ffffff;
}
.cid-uc1wC07Dfi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mantenimineto-cuadrado-2000x2000.jpg");
}
.cid-uc1wC07Dfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1wC07Dfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1wC07Dfi .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uc1wC07Dfi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uc1wC07Dfi .container {
    padding: 0 26px;
  }
}
.cid-uc1wC07Dfi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc1wC07Dfi .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uc1wC07Dfi .mbr-section-title {
  color: #ffffff;
}
.cid-uc1wC07Dfi .mbr-section-title,
.cid-uc1wC07Dfi .mbr-section-btn {
  text-align: center;
}
.cid-u0jVDYJcQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u0jVDYJcQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jVDYJcQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0jVDYJcQK .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u0jVDYJcQK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-u0jVDYJcQK .container {
    padding: 0 26px;
  }
}
.cid-u0jVDYJcQK .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0jVDYJcQK .image-wrapper img {
    height: 300px;
  }
}
.cid-u0jVDYJcQK .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-u0jVDYJcQK .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0jVDYJcQK .title-wrapper {
    padding: 0 26px;
  }
}
.cid-u0jVDYJcQK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u0jVDYJcQK .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u0jVDYJcQK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0jVDYJcQK .mbr-section-title {
  color: #70d8f1;
}
.cid-u0jVDYJcQK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0jVDYJcQK .mbr-text {
  color: #cacaca;
  text-align: left;
}
.cid-u0qQ1L5Oan {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/electriklarge.gif");
}
.cid-u0qQ1L5Oan .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qQ1L5Oan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qQ1L5Oan .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u0qQ1L5Oan .container-fluid {
    padding: 0 20px;
  }
}
.cid-u0qQ1L5Oan .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qQ1L5Oan .container {
    padding: 0 20px;
  }
}
.cid-u0qQ1L5Oan .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0qQ1L5Oan .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-u0qQ1L5Oan .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u0qQ1L5Oan .image-wrapper img {
    height: 300px;
  }
}
.cid-u0qQ1L5Oan .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-u0qQ1L5Oan .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-u0qQ1L5Oan .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-u0qQ1L5Oan .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-u0qQ1L5Oan .title-wrapper {
    padding: 0;
  }
}
.cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u0qQ1L5Oan .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-u0qQ1L5Oan .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0qQ1L5Oan .mbr-section-title {
  color: #ffffff;
}
.cid-u0qQ1L5Oan .mbr-text {
  color: #D2D3D5;
}
.cid-u0qQ1L5Oan .mbr-desc {
  color: #ffffff;
}
.cid-u0qWrwAmo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/electriklarge.gif");
}
.cid-u0qWrwAmo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qWrwAmo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qWrwAmo2 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u0qWrwAmo2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .container {
    padding: 0 20px;
  }
}
.cid-u0qWrwAmo2 .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-u0qWrwAmo2 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u0qWrwAmo2 .image-wrapper img {
    height: 300px;
  }
}
.cid-u0qWrwAmo2 .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-u0qWrwAmo2 .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-u0qWrwAmo2 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
  padding: 0 100px 0 0;
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0qWrwAmo2 .title-wrapper {
    padding: 0;
  }
}
.cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u0qWrwAmo2 .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-u0qWrwAmo2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0qWrwAmo2 .mbr-section-title {
  color: #ffffff;
}
.cid-u0qWrwAmo2 .mbr-text {
  color: #D2D3D5;
}
.cid-u0qWrwAmo2 .mbr-desc {
  color: #ffffff;
}
.cid-u0qXZUDP0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/electriklarge.gif");
}
.cid-u0qXZUDP0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qXZUDP0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qXZUDP0P .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u0qXZUDP0P .container-fluid {
    padding: 0 20px;
  }
}
.cid-u0qXZUDP0P .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0qXZUDP0P .container {
    padding: 0 20px;
  }
}
.cid-u0qXZUDP0P .image-wrapper {
  position: relative;
  padding: 0 100px 0 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0qXZUDP0P .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
    height: auto;
  }
}
.cid-u0qXZUDP0P .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u0qXZUDP0P .image-wrapper img {
    height: 300px;
  }
}
.cid-u0qXZUDP0P .image-wrapper .desc-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(20px);
}
.cid-u0qXZUDP0P .image-wrapper .desc-wrap .mbr-desc {
  padding: 40px 50px;
  margin-bottom: 0;
  z-index: 10;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-u0qXZUDP0P .image-wrapper .desc-wrap .mbr-desc {
    padding: 30px;
  }
}
.cid-u0qXZUDP0P .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-u0qXZUDP0P .title-wrapper {
    padding: 0;
  }
}
.cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u0qXZUDP0P .title-wrapper .title-wrap .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-u0qXZUDP0P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0qXZUDP0P .mbr-section-title {
  color: #ffffff;
}
.cid-u0qXZUDP0P .mbr-text {
  color: #D2D3D5;
}
.cid-u0qXZUDP0P .mbr-desc {
  color: #ffffff;
}
.cid-u0jZGzlsv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foowall-1200x800.jpg");
}
.cid-u0jZGzlsv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jZGzlsv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0jZGzlsv3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u0jZGzlsv3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u0jZGzlsv3 .container {
    padding: 0 26px;
  }
}
.cid-u0jZGzlsv3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0jZGzlsv3 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-u0jZGzlsv3 .mbr-section-title {
  color: #ffffff;
}
.cid-u0jZGzlsv3 .mbr-section-title,
.cid-u0jZGzlsv3 .mbr-section-btn {
  text-align: center;
}
.cid-u0w6H5yDfL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u0w6H5yDfL img {
  width: 180px;
  margin: auto;
}
.cid-u0w6H5yDfL .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u0w6H5yDfL .card {
    max-width: 16.66%;
  }
}
.cid-u0w6H5yDfL .mbr-section-subtitle {
  text-align: left;
  color: #70d8f1;
}
@media (max-width: 992px) {
  .cid-u0w6H5yDfL .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-uXWRgKs4Qg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWRgKs4Qg .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWRgKs4Qg .form-control,
.cid-uXWRgKs4Qg .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWRgKs4Qg .form-control::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .form-control::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWRgKs4Qg .form-control:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:-moz-placeholder,
.cid-uXWRgKs4Qg .form-control:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWRgKs4Qg .form-control:hover,
.cid-uXWRgKs4Qg .field-input:hover,
.cid-uXWRgKs4Qg .form-control:focus,
.cid-uXWRgKs4Qg .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWRgKs4Qg .form-control:hover::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input:hover::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .form-control:focus::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input:focus::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .form-control:hover::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input:hover::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .form-control:focus::-webkit-input-placeholder,
.cid-uXWRgKs4Qg .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWRgKs4Qg .form-control:hover:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:hover:-moz-placeholder,
.cid-uXWRgKs4Qg .form-control:focus:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:focus:-moz-placeholder,
.cid-uXWRgKs4Qg .form-control:hover:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:hover:-moz-placeholder,
.cid-uXWRgKs4Qg .form-control:focus:-moz-placeholder,
.cid-uXWRgKs4Qg .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWRgKs4Qg .jq-number__spin:hover,
.cid-uXWRgKs4Qg .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWRgKs4Qg .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWRgKs4Qg .jq-selectbox li,
.cid-uXWRgKs4Qg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWRgKs4Qg .jq-selectbox li:hover,
.cid-uXWRgKs4Qg .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWRgKs4Qg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWRgKs4Qg .jq-number__spin.minus:hover:after,
.cid-uXWRgKs4Qg .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWRgKs4Qg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWRgKs4Qg .jq-number__spin.minus:after,
.cid-uXWRgKs4Qg .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWRgKs4Qg input::-webkit-clear-button {
  display: none;
}
.cid-uXWRgKs4Qg input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWRgKs4Qg input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWRgKs4Qg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWRgKs4Qg H4 {
  color: #70d8f1;
}
.cid-uXWVNZ7H4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVNZ7H4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVNZ7H4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVNZ7H4h .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVNZ7H4h .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVNZ7H4h .container {
    padding: 0 26px;
  }
}
.cid-uXWVNZ7H4h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVNZ7H4h .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVNZ7H4h .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVNZ7H4h .mbr-section-title,
.cid-uXWVNZ7H4h .mbr-section-btn {
  text-align: center;
}
.cid-u0jPHeD6Tq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u0jPHeD6Tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jPHeD6Tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0jPHeD6Tq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-u0jPHeD6Tq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u0jPHeD6Tq .container {
    padding: 0 26px;
  }
}
.cid-u0jPHeD6Tq .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ucc7KDBien {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/de-w2-2000x1333.jpg");
}
.cid-ucc7KDBien .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc7KDBien .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ucc7KDBien .container {
    padding: 0 26px;
  }
}
.cid-ucc7KDBien .title-wrapper {
  padding-top: 35%;
}
.cid-ucc7KDBien .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucc7KDBien .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-ucc7KDBien .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-ucc7KDBien .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-ucc7KDBien .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-ucc7KDBien .mbr-section-title {
  color: #ffffff;
}
.cid-ucc7KDBien .mbr-text {
  color: #ffffff;
}
.cid-ucc7KDBien .mbr-section-title,
.cid-ucc7KDBien .icon-wrapper,
.cid-ucc7KDBien .mbr-section-btn {
  text-align: center;
}
.cid-ucc84R9GEj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.cid-ucc84R9GEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc84R9GEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc84R9GEj .container {
  max-width: 1120px;
}
.cid-ucc84R9GEj .row {
  justify-content: center;
}
.cid-ucc84R9GEj .col-title {
  margin-bottom: 70px;
}
.cid-ucc84R9GEj .mbr-section-title {
  color: #70d8f1;
  opacity: 0.85;
}
.cid-ucc84R9GEj .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-ucc84R9GEj .img-container {
  margin: 0 auto;
}
.cid-ucc84R9GEj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-ucc84R9GEj .image-wrapper {
    border: 5px solid #fafafa;
  }
}
@media (min-width: 992px) {
  .cid-ucc84R9GEj .image-wrapper {
    height: 700px;
  }
}
.cid-ucc84R9GEj .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXWTVBg7w0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWTVBg7w0 .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWTVBg7w0 .form-control,
.cid-uXWTVBg7w0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWTVBg7w0 .form-control::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .form-control::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWTVBg7w0 .form-control:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:-moz-placeholder,
.cid-uXWTVBg7w0 .form-control:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWTVBg7w0 .form-control:hover,
.cid-uXWTVBg7w0 .field-input:hover,
.cid-uXWTVBg7w0 .form-control:focus,
.cid-uXWTVBg7w0 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWTVBg7w0 .form-control:hover::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input:hover::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .form-control:focus::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input:focus::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .form-control:hover::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input:hover::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .form-control:focus::-webkit-input-placeholder,
.cid-uXWTVBg7w0 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWTVBg7w0 .form-control:hover:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:hover:-moz-placeholder,
.cid-uXWTVBg7w0 .form-control:focus:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:focus:-moz-placeholder,
.cid-uXWTVBg7w0 .form-control:hover:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:hover:-moz-placeholder,
.cid-uXWTVBg7w0 .form-control:focus:-moz-placeholder,
.cid-uXWTVBg7w0 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWTVBg7w0 .jq-number__spin:hover,
.cid-uXWTVBg7w0 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWTVBg7w0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWTVBg7w0 .jq-selectbox li,
.cid-uXWTVBg7w0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWTVBg7w0 .jq-selectbox li:hover,
.cid-uXWTVBg7w0 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWTVBg7w0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWTVBg7w0 .jq-number__spin.minus:hover:after,
.cid-uXWTVBg7w0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWTVBg7w0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWTVBg7w0 .jq-number__spin.minus:after,
.cid-uXWTVBg7w0 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWTVBg7w0 input::-webkit-clear-button {
  display: none;
}
.cid-uXWTVBg7w0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWTVBg7w0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWTVBg7w0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWTVBg7w0 H4 {
  color: #70d8f1;
}
.cid-uXWVHMOLZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVHMOLZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVHMOLZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVHMOLZP .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVHMOLZP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVHMOLZP .container {
    padding: 0 26px;
  }
}
.cid-uXWVHMOLZP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVHMOLZP .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVHMOLZP .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVHMOLZP .mbr-section-title,
.cid-uXWVHMOLZP .mbr-section-btn {
  text-align: center;
}
.cid-ucc7PTo40e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ucc7PTo40e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc7PTo40e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc7PTo40e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-ucc7PTo40e .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ucc7PTo40e .container {
    padding: 0 26px;
  }
}
.cid-ucc7PTo40e .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6rV4mbYH {
  background-image: url("../../../assets/images/wall2-1805x997.jpg");
}
.cid-uc6rV4mbYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6rV4mbYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6rV4mbYH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uc6rV4mbYH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uc6rV4mbYH .container {
    padding: 0 26px;
  }
}
.cid-uc6rV4mbYH .title-wrapper {
  padding-top: 35%;
}
.cid-uc6rV4mbYH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uc6rV4mbYH .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uc6rV4mbYH .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uc6rV4mbYH .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uc6rV4mbYH .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uc6rV4mbYH .mbr-section-title {
  color: #ffffff;
}
.cid-uc6rV4mbYH .mbr-text {
  color: #ffffff;
}
.cid-uc6rV4mbYH .mbr-section-title,
.cid-uc6rV4mbYH .icon-wrapper,
.cid-uc6rV4mbYH .mbr-section-btn {
  text-align: center;
}
.cid-uc6s7sp0hR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.cid-uc6s7sp0hR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6s7sp0hR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6s7sp0hR .container {
  max-width: 1120px;
}
.cid-uc6s7sp0hR .row {
  justify-content: center;
}
.cid-uc6s7sp0hR .col-title {
  margin-bottom: 70px;
}
.cid-uc6s7sp0hR .mbr-section-title {
  color: #70d8f1;
  opacity: 0.85;
}
.cid-uc6s7sp0hR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uc6s7sp0hR .img-container {
  margin: 0 auto;
}
.cid-uc6s7sp0hR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-uc6s7sp0hR .image-wrapper {
    border: 5px solid #fafafa;
  }
}
@media (min-width: 992px) {
  .cid-uc6s7sp0hR .image-wrapper {
    height: 700px;
  }
}
.cid-uc6s7sp0hR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uc6rXs5iul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uc6rXs5iul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6rXs5iul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6rXs5iul .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-uc6rXs5iul .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uc6rXs5iul .container {
    padding: 0 26px;
  }
}
.cid-uc6rXs5iul .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uXWU06eJ37 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWU06eJ37 .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWU06eJ37 .form-control,
.cid-uXWU06eJ37 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWU06eJ37 .form-control::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input::-webkit-input-placeholder,
.cid-uXWU06eJ37 .form-control::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWU06eJ37 .form-control:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:-moz-placeholder,
.cid-uXWU06eJ37 .form-control:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWU06eJ37 .form-control:hover,
.cid-uXWU06eJ37 .field-input:hover,
.cid-uXWU06eJ37 .form-control:focus,
.cid-uXWU06eJ37 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWU06eJ37 .form-control:hover::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input:hover::-webkit-input-placeholder,
.cid-uXWU06eJ37 .form-control:focus::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input:focus::-webkit-input-placeholder,
.cid-uXWU06eJ37 .form-control:hover::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input:hover::-webkit-input-placeholder,
.cid-uXWU06eJ37 .form-control:focus::-webkit-input-placeholder,
.cid-uXWU06eJ37 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWU06eJ37 .form-control:hover:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:hover:-moz-placeholder,
.cid-uXWU06eJ37 .form-control:focus:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:focus:-moz-placeholder,
.cid-uXWU06eJ37 .form-control:hover:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:hover:-moz-placeholder,
.cid-uXWU06eJ37 .form-control:focus:-moz-placeholder,
.cid-uXWU06eJ37 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWU06eJ37 .jq-number__spin:hover,
.cid-uXWU06eJ37 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWU06eJ37 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWU06eJ37 .jq-selectbox li,
.cid-uXWU06eJ37 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWU06eJ37 .jq-selectbox li:hover,
.cid-uXWU06eJ37 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWU06eJ37 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWU06eJ37 .jq-number__spin.minus:hover:after,
.cid-uXWU06eJ37 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWU06eJ37 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWU06eJ37 .jq-number__spin.minus:after,
.cid-uXWU06eJ37 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWU06eJ37 input::-webkit-clear-button {
  display: none;
}
.cid-uXWU06eJ37 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWU06eJ37 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWU06eJ37 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWU06eJ37 H4 {
  color: #70d8f1;
}
.cid-uXWVBwyWKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVBwyWKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVBwyWKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVBwyWKz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVBwyWKz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVBwyWKz .container {
    padding: 0 26px;
  }
}
.cid-uXWVBwyWKz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVBwyWKz .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVBwyWKz .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVBwyWKz .mbr-section-title,
.cid-uXWVBwyWKz .mbr-section-btn {
  text-align: center;
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ubP2Q1gZFY {
  background-image: url("../../../assets/images/wall2-2000x1105.jpg");
}
.cid-ubP2Q1gZFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubP2Q1gZFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubP2Q1gZFY .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ubP2Q1gZFY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ubP2Q1gZFY .container {
    padding: 0 26px;
  }
}
.cid-ubP2Q1gZFY .title-wrapper {
  padding-top: 35%;
}
.cid-ubP2Q1gZFY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ubP2Q1gZFY .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-ubP2Q1gZFY .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-ubP2Q1gZFY .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-ubP2Q1gZFY .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-ubP2Q1gZFY .mbr-section-title {
  color: #ffffff;
}
.cid-ubP2Q1gZFY .mbr-text {
  color: #ffffff;
}
.cid-ubP2Q1gZFY .mbr-section-title,
.cid-ubP2Q1gZFY .icon-wrapper,
.cid-ubP2Q1gZFY .mbr-section-btn {
  text-align: center;
}
.cid-ubP39119jj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubP39119jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubP39119jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubP39119jj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-ubP39119jj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ubP39119jj .container {
    padding: 0 26px;
  }
}
.cid-ubP39119jj .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uXWUb8pjWm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWUb8pjWm .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWUb8pjWm .form-control,
.cid-uXWUb8pjWm .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUb8pjWm .form-control::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input::-webkit-input-placeholder,
.cid-uXWUb8pjWm .form-control::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUb8pjWm .form-control:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:-moz-placeholder,
.cid-uXWUb8pjWm .form-control:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUb8pjWm .form-control:hover,
.cid-uXWUb8pjWm .field-input:hover,
.cid-uXWUb8pjWm .form-control:focus,
.cid-uXWUb8pjWm .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWUb8pjWm .form-control:hover::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input:hover::-webkit-input-placeholder,
.cid-uXWUb8pjWm .form-control:focus::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input:focus::-webkit-input-placeholder,
.cid-uXWUb8pjWm .form-control:hover::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input:hover::-webkit-input-placeholder,
.cid-uXWUb8pjWm .form-control:focus::-webkit-input-placeholder,
.cid-uXWUb8pjWm .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUb8pjWm .form-control:hover:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:hover:-moz-placeholder,
.cid-uXWUb8pjWm .form-control:focus:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:focus:-moz-placeholder,
.cid-uXWUb8pjWm .form-control:hover:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:hover:-moz-placeholder,
.cid-uXWUb8pjWm .form-control:focus:-moz-placeholder,
.cid-uXWUb8pjWm .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUb8pjWm .jq-number__spin:hover,
.cid-uXWUb8pjWm .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWUb8pjWm .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUb8pjWm .jq-selectbox li,
.cid-uXWUb8pjWm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWUb8pjWm .jq-selectbox li:hover,
.cid-uXWUb8pjWm .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWUb8pjWm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWUb8pjWm .jq-number__spin.minus:hover:after,
.cid-uXWUb8pjWm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWUb8pjWm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWUb8pjWm .jq-number__spin.minus:after,
.cid-uXWUb8pjWm .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWUb8pjWm input::-webkit-clear-button {
  display: none;
}
.cid-uXWUb8pjWm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWUb8pjWm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWUb8pjWm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWUb8pjWm H4 {
  color: #70d8f1;
}
.cid-uXWVpYIcGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVpYIcGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVpYIcGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVpYIcGV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVpYIcGV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVpYIcGV .container {
    padding: 0 26px;
  }
}
.cid-uXWVpYIcGV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVpYIcGV .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVpYIcGV .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVpYIcGV .mbr-section-title,
.cid-uXWVpYIcGV .mbr-section-btn {
  text-align: center;
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0wOAcbAoD {
  background-image: url("../../../assets/images/industrias-copia-2000x761.jpg");
}
.cid-u0wOAcbAoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0wOAcbAoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0wOAcbAoD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u0wOAcbAoD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u0wOAcbAoD .container {
    padding: 0 26px;
  }
}
.cid-u0wOAcbAoD .title-wrapper {
  padding-top: 35%;
}
.cid-u0wOAcbAoD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0wOAcbAoD .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-u0wOAcbAoD .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-u0wOAcbAoD .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-u0wOAcbAoD .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-u0wOAcbAoD .mbr-section-title {
  color: #ffffff;
}
.cid-u0wOAcbAoD .mbr-text {
  color: #ffffff;
}
.cid-u0wOAcbAoD .mbr-section-title,
.cid-u0wOAcbAoD .icon-wrapper,
.cid-u0wOAcbAoD .mbr-section-btn {
  text-align: center;
}
.cid-u1HeU7V8na {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.cid-u1HeU7V8na .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1HeU7V8na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1HeU7V8na .container {
  max-width: 1120px;
}
.cid-u1HeU7V8na .row {
  justify-content: center;
}
.cid-u1HeU7V8na .col-title {
  margin-bottom: 70px;
}
.cid-u1HeU7V8na .mbr-section-title {
  color: #70d8f1;
  opacity: 0.85;
}
.cid-u1HeU7V8na .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-u1HeU7V8na .img-container {
  margin: 0 auto;
}
.cid-u1HeU7V8na .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-u1HeU7V8na .image-wrapper {
    border: 5px solid #fafafa;
  }
}
@media (min-width: 992px) {
  .cid-u1HeU7V8na .image-wrapper {
    height: 700px;
  }
}
.cid-u1HeU7V8na .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXWUm1thAQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWUm1thAQ .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWUm1thAQ .form-control,
.cid-uXWUm1thAQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUm1thAQ .form-control::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input::-webkit-input-placeholder,
.cid-uXWUm1thAQ .form-control::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUm1thAQ .form-control:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:-moz-placeholder,
.cid-uXWUm1thAQ .form-control:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUm1thAQ .form-control:hover,
.cid-uXWUm1thAQ .field-input:hover,
.cid-uXWUm1thAQ .form-control:focus,
.cid-uXWUm1thAQ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWUm1thAQ .form-control:hover::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input:hover::-webkit-input-placeholder,
.cid-uXWUm1thAQ .form-control:focus::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input:focus::-webkit-input-placeholder,
.cid-uXWUm1thAQ .form-control:hover::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input:hover::-webkit-input-placeholder,
.cid-uXWUm1thAQ .form-control:focus::-webkit-input-placeholder,
.cid-uXWUm1thAQ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUm1thAQ .form-control:hover:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:hover:-moz-placeholder,
.cid-uXWUm1thAQ .form-control:focus:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:focus:-moz-placeholder,
.cid-uXWUm1thAQ .form-control:hover:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:hover:-moz-placeholder,
.cid-uXWUm1thAQ .form-control:focus:-moz-placeholder,
.cid-uXWUm1thAQ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUm1thAQ .jq-number__spin:hover,
.cid-uXWUm1thAQ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWUm1thAQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUm1thAQ .jq-selectbox li,
.cid-uXWUm1thAQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWUm1thAQ .jq-selectbox li:hover,
.cid-uXWUm1thAQ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWUm1thAQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWUm1thAQ .jq-number__spin.minus:hover:after,
.cid-uXWUm1thAQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWUm1thAQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWUm1thAQ .jq-number__spin.minus:after,
.cid-uXWUm1thAQ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWUm1thAQ input::-webkit-clear-button {
  display: none;
}
.cid-uXWUm1thAQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWUm1thAQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWUm1thAQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWUm1thAQ H4 {
  color: #70d8f1;
}
.cid-uXWVeGORmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVeGORmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVeGORmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVeGORmU .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVeGORmU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVeGORmU .container {
    padding: 0 26px;
  }
}
.cid-uXWVeGORmU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVeGORmU .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVeGORmU .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVeGORmU .mbr-section-title,
.cid-uXWVeGORmU .mbr-section-btn {
  text-align: center;
}
.cid-u1Hh8xsEfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1Hh8xsEfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Hh8xsEfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Hh8xsEfB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-u1Hh8xsEfB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u1Hh8xsEfB .container {
    padding: 0 26px;
  }
}
.cid-u1Hh8xsEfB .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0wOr0xaci {
  background-image: url("../../../assets/images/residencial-copia-2000x761.jpg");
}
.cid-u0wOr0xaci .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0wOr0xaci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0wOr0xaci .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u0wOr0xaci .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u0wOr0xaci .container {
    padding: 0 26px;
  }
}
.cid-u0wOr0xaci .title-wrapper {
  padding-top: 35%;
}
.cid-u0wOr0xaci .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0wOr0xaci .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-u0wOr0xaci .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-u0wOr0xaci .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-u0wOr0xaci .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-u0wOr0xaci .mbr-section-title {
  color: #ffffff;
}
.cid-u0wOr0xaci .mbr-text {
  color: #ffffff;
}
.cid-u0wOr0xaci .mbr-section-title,
.cid-u0wOr0xaci .icon-wrapper,
.cid-u0wOr0xaci .mbr-section-btn {
  text-align: center;
}
.cid-u1HeqoZYwR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.cid-u1HeqoZYwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1HeqoZYwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1HeqoZYwR .container {
  max-width: 1120px;
}
.cid-u1HeqoZYwR .row {
  justify-content: center;
}
.cid-u1HeqoZYwR .col-title {
  margin-bottom: 70px;
}
.cid-u1HeqoZYwR .mbr-section-title {
  color: #70d8f1;
  opacity: 0.85;
}
.cid-u1HeqoZYwR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-u1HeqoZYwR .img-container {
  margin: 0 auto;
}
.cid-u1HeqoZYwR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-u1HeqoZYwR .image-wrapper {
    border: 5px solid #fafafa;
  }
}
@media (min-width: 992px) {
  .cid-u1HeqoZYwR .image-wrapper {
    height: 700px;
  }
}
.cid-u1HeqoZYwR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1Hh0VYJvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1Hh0VYJvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Hh0VYJvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Hh0VYJvK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-u1Hh0VYJvK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u1Hh0VYJvK .container {
    padding: 0 26px;
  }
}
.cid-u1Hh0VYJvK .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uXWUr0UfIX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWUr0UfIX .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWUr0UfIX .form-control,
.cid-uXWUr0UfIX .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUr0UfIX .form-control::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input::-webkit-input-placeholder,
.cid-uXWUr0UfIX .form-control::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUr0UfIX .form-control:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:-moz-placeholder,
.cid-uXWUr0UfIX .form-control:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUr0UfIX .form-control:hover,
.cid-uXWUr0UfIX .field-input:hover,
.cid-uXWUr0UfIX .form-control:focus,
.cid-uXWUr0UfIX .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWUr0UfIX .form-control:hover::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input:hover::-webkit-input-placeholder,
.cid-uXWUr0UfIX .form-control:focus::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input:focus::-webkit-input-placeholder,
.cid-uXWUr0UfIX .form-control:hover::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input:hover::-webkit-input-placeholder,
.cid-uXWUr0UfIX .form-control:focus::-webkit-input-placeholder,
.cid-uXWUr0UfIX .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUr0UfIX .form-control:hover:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:hover:-moz-placeholder,
.cid-uXWUr0UfIX .form-control:focus:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:focus:-moz-placeholder,
.cid-uXWUr0UfIX .form-control:hover:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:hover:-moz-placeholder,
.cid-uXWUr0UfIX .form-control:focus:-moz-placeholder,
.cid-uXWUr0UfIX .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUr0UfIX .jq-number__spin:hover,
.cid-uXWUr0UfIX .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWUr0UfIX .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUr0UfIX .jq-selectbox li,
.cid-uXWUr0UfIX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWUr0UfIX .jq-selectbox li:hover,
.cid-uXWUr0UfIX .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWUr0UfIX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWUr0UfIX .jq-number__spin.minus:hover:after,
.cid-uXWUr0UfIX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWUr0UfIX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWUr0UfIX .jq-number__spin.minus:after,
.cid-uXWUr0UfIX .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWUr0UfIX input::-webkit-clear-button {
  display: none;
}
.cid-uXWUr0UfIX input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWUr0UfIX input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWUr0UfIX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWUr0UfIX H4 {
  color: #70d8f1;
}
.cid-uXWV1xrTNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWV1xrTNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWV1xrTNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWV1xrTNH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWV1xrTNH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWV1xrTNH .container {
    padding: 0 26px;
  }
}
.cid-uXWV1xrTNH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWV1xrTNH .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWV1xrTNH .mbr-section-title {
  color: #ffffff;
}
.cid-uXWV1xrTNH .mbr-section-title,
.cid-uXWV1xrTNH .mbr-section-btn {
  text-align: center;
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0wQ59FlmH {
  background-image: url("../../../assets/images/portatiles-copia-2000x761.jpg");
}
.cid-u0wQ59FlmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0wQ59FlmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0wQ59FlmH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u0wQ59FlmH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u0wQ59FlmH .container {
    padding: 0 26px;
  }
}
.cid-u0wQ59FlmH .title-wrapper {
  padding-top: 35%;
}
.cid-u0wQ59FlmH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0wQ59FlmH .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-u0wQ59FlmH .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-u0wQ59FlmH .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-u0wQ59FlmH .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-u0wQ59FlmH .mbr-section-title {
  color: #ffffff;
}
.cid-u0wQ59FlmH .mbr-text {
  color: #ffffff;
}
.cid-u0wQ59FlmH .mbr-section-title,
.cid-u0wQ59FlmH .icon-wrapper,
.cid-u0wQ59FlmH .mbr-section-btn {
  text-align: center;
}
.cid-u1Hd6Vdhj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.cid-u1Hd6Vdhj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Hd6Vdhj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Hd6Vdhj7 .container {
  max-width: 1120px;
}
.cid-u1Hd6Vdhj7 .row {
  justify-content: center;
}
.cid-u1Hd6Vdhj7 .col-title {
  margin-bottom: 70px;
}
.cid-u1Hd6Vdhj7 .mbr-section-title {
  color: #70d8f1;
  opacity: 0.85;
}
.cid-u1Hd6Vdhj7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-u1Hd6Vdhj7 .img-container {
  margin: 0 auto;
}
.cid-u1Hd6Vdhj7 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #fafafa;
}
@media (max-width: 767px) {
  .cid-u1Hd6Vdhj7 .image-wrapper {
    border: 5px solid #fafafa;
  }
}
@media (min-width: 992px) {
  .cid-u1Hd6Vdhj7 .image-wrapper {
    height: 700px;
  }
}
.cid-u1Hd6Vdhj7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1HgVz4D6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1HgVz4D6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1HgVz4D6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1HgVz4D6J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-u1HgVz4D6J .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u1HgVz4D6J .container {
    padding: 0 26px;
  }
}
.cid-u1HgVz4D6J .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uXWUEBsKZS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWUEBsKZS .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWUEBsKZS .form-control,
.cid-uXWUEBsKZS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUEBsKZS .form-control::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input::-webkit-input-placeholder,
.cid-uXWUEBsKZS .form-control::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUEBsKZS .form-control:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:-moz-placeholder,
.cid-uXWUEBsKZS .form-control:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUEBsKZS .form-control:hover,
.cid-uXWUEBsKZS .field-input:hover,
.cid-uXWUEBsKZS .form-control:focus,
.cid-uXWUEBsKZS .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWUEBsKZS .form-control:hover::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input:hover::-webkit-input-placeholder,
.cid-uXWUEBsKZS .form-control:focus::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input:focus::-webkit-input-placeholder,
.cid-uXWUEBsKZS .form-control:hover::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input:hover::-webkit-input-placeholder,
.cid-uXWUEBsKZS .form-control:focus::-webkit-input-placeholder,
.cid-uXWUEBsKZS .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWUEBsKZS .form-control:hover:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:hover:-moz-placeholder,
.cid-uXWUEBsKZS .form-control:focus:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:focus:-moz-placeholder,
.cid-uXWUEBsKZS .form-control:hover:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:hover:-moz-placeholder,
.cid-uXWUEBsKZS .form-control:focus:-moz-placeholder,
.cid-uXWUEBsKZS .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWUEBsKZS .jq-number__spin:hover,
.cid-uXWUEBsKZS .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWUEBsKZS .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWUEBsKZS .jq-selectbox li,
.cid-uXWUEBsKZS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWUEBsKZS .jq-selectbox li:hover,
.cid-uXWUEBsKZS .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWUEBsKZS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWUEBsKZS .jq-number__spin.minus:hover:after,
.cid-uXWUEBsKZS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWUEBsKZS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWUEBsKZS .jq-number__spin.minus:after,
.cid-uXWUEBsKZS .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWUEBsKZS input::-webkit-clear-button {
  display: none;
}
.cid-uXWUEBsKZS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWUEBsKZS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWUEBsKZS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWUEBsKZS H4 {
  color: #70d8f1;
}
.cid-uXWUKBBL26 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWUKBBL26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWUKBBL26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWUKBBL26 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWUKBBL26 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWUKBBL26 .container {
    padding: 0 26px;
  }
}
.cid-uXWUKBBL26 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWUKBBL26 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWUKBBL26 .mbr-section-title {
  color: #ffffff;
}
.cid-uXWUKBBL26 .mbr-section-title,
.cid-uXWUKBBL26 .mbr-section-btn {
  text-align: center;
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
.cid-tCxOB6Na3k {
  z-index: 1000;
  width: 100%;
}
.cid-tCxOB6Na3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  position: fixed;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  background: #000000;
}
.cid-tCxOB6Na3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxOB6Na3k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxOB6Na3k .menu_box .navbar.opened,
  .cid-tCxOB6Na3k .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxOB6Na3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxOB6Na3k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxOB6Na3k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxOB6Na3k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxOB6Na3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxOB6Na3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxOB6Na3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxOB6Na3k .offcanvas-body .mbr-text,
  .cid-tCxOB6Na3k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxOB6Na3k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #70d8f1;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxOB6Na3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxOB6Na3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxOB6Na3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxOB6Na3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxOB6Na3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxOB6Na3k .nav-item .nav-link {
  position: relative;
}
.cid-tCxOB6Na3k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #70d8f1;
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover,
.cid-tCxOB6Na3k .nav-item .nav-link:focus {
  opacity: 1;
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .nav-item .nav-link:hover::before,
.cid-tCxOB6Na3k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxOB6Na3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxOB6Na3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxOB6Na3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxOB6Na3k .offcanvas_box {
    display: none;
  }
}
.cid-tCxOB6Na3k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxOB6Na3k .container {
  display: flex;
  margin: auto;
}
.cid-tCxOB6Na3k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxOB6Na3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxOB6Na3k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxOB6Na3k .navbar-caption {
  color: #ffffff;
}
.cid-tCxOB6Na3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .navbar-nav {
    margin: 0;
  }
}
.cid-tCxOB6Na3k .dropdown-menu,
.cid-tCxOB6Na3k .navbar.opened {
  background-color: true !important;
}
.cid-tCxOB6Na3k .nav-item:focus,
.cid-tCxOB6Na3k .nav-link:focus {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxOB6Na3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxOB6Na3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxOB6Na3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxOB6Na3k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxOB6Na3k .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxOB6Na3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxOB6Na3k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxOB6Na3k .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar.collapsed {
  justify-content: center;
}
.cid-tCxOB6Na3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxOB6Na3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxOB6Na3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxOB6Na3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxOB6Na3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxOB6Na3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxOB6Na3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxOB6Na3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxOB6Na3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxOB6Na3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxOB6Na3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxOB6Na3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxOB6Na3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxOB6Na3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxOB6Na3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxOB6Na3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxOB6Na3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxOB6Na3k .dropdown-item.active,
.cid-tCxOB6Na3k .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxOB6Na3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxOB6Na3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxOB6Na3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxOB6Na3k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxOB6Na3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxOB6Na3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #70d8f1;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxOB6Na3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxOB6Na3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxOB6Na3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxOB6Na3k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxOB6Na3k .navbar {
    height: 70px;
  }
  .cid-tCxOB6Na3k .navbar.opened {
    height: auto;
  }
  .cid-tCxOB6Na3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxOB6Na3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxOB6Na3k .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxOB6Na3k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxOB6Na3k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxOB6Na3k .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxOB6Na3k .navbar-caption:hover {
  color: #70d8f1;
}
@media (min-width: 992px) {
  .cid-tCxOB6Na3k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxOB6Na3k .text_widget {
  margin-bottom: 32px;
}
.cid-tCxOB6Na3k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxOB6Na3k .text_widget a:hover {
  color: #70d8f1 !important;
}
.cid-tCxOB6Na3k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxOB6Na3k .mbr-section-subtitle,
.cid-tCxOB6Na3k .text_widget,
.cid-tCxOB6Na3k .mbr-section-btn {
  text-align: center;
  color: #70d8f1;
}
.cid-tCxOB6Na3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc1uWOwVmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/panles-solares2-1500x1000.jpg");
}
.cid-uc1uWOwVmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1uWOwVmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uc1uWOwVmc .container {
    padding: 0 26px;
  }
}
.cid-uc1uWOwVmc .title-wrapper {
  padding-top: 35%;
}
.cid-uc1uWOwVmc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uc1uWOwVmc .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uc1uWOwVmc .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uc1uWOwVmc .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uc1uWOwVmc .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uc1uWOwVmc .mbr-section-title {
  color: #ffffff;
}
.cid-uc1uWOwVmc .mbr-text {
  color: #ffffff;
}
.cid-uc1uWOwVmc .mbr-section-title,
.cid-uc1uWOwVmc .icon-wrapper,
.cid-uc1uWOwVmc .mbr-section-btn {
  text-align: center;
}
.cid-uc1uURWfP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uc1uURWfP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1uURWfP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1uURWfP0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-uc1uURWfP0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uc1uURWfP0 .container {
    padding: 0 26px;
  }
}
.cid-uc1uURWfP0 .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-uXWU5RXJKn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondobeta-1639x1080.jpg");
}
.cid-uXWU5RXJKn .mbr-overlay {
  background-color: #171717;
  opacity: 0.6;
}
.cid-uXWU5RXJKn .form-control,
.cid-uXWU5RXJKn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWU5RXJKn .form-control::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input::-webkit-input-placeholder,
.cid-uXWU5RXJKn .form-control::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWU5RXJKn .form-control:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:-moz-placeholder,
.cid-uXWU5RXJKn .form-control:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWU5RXJKn .form-control:hover,
.cid-uXWU5RXJKn .field-input:hover,
.cid-uXWU5RXJKn .form-control:focus,
.cid-uXWU5RXJKn .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uXWU5RXJKn .form-control:hover::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input:hover::-webkit-input-placeholder,
.cid-uXWU5RXJKn .form-control:focus::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input:focus::-webkit-input-placeholder,
.cid-uXWU5RXJKn .form-control:hover::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input:hover::-webkit-input-placeholder,
.cid-uXWU5RXJKn .form-control:focus::-webkit-input-placeholder,
.cid-uXWU5RXJKn .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uXWU5RXJKn .form-control:hover:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:hover:-moz-placeholder,
.cid-uXWU5RXJKn .form-control:focus:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:focus:-moz-placeholder,
.cid-uXWU5RXJKn .form-control:hover:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:hover:-moz-placeholder,
.cid-uXWU5RXJKn .form-control:focus:-moz-placeholder,
.cid-uXWU5RXJKn .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uXWU5RXJKn .jq-number__spin:hover,
.cid-uXWU5RXJKn .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uXWU5RXJKn .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uXWU5RXJKn .jq-selectbox li,
.cid-uXWU5RXJKn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uXWU5RXJKn .jq-selectbox li:hover,
.cid-uXWU5RXJKn .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uXWU5RXJKn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uXWU5RXJKn .jq-number__spin.minus:hover:after,
.cid-uXWU5RXJKn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uXWU5RXJKn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uXWU5RXJKn .jq-number__spin.minus:after,
.cid-uXWU5RXJKn .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uXWU5RXJKn input::-webkit-clear-button {
  display: none;
}
.cid-uXWU5RXJKn input::-webkit-inner-spin-button {
  display: none;
}
.cid-uXWU5RXJKn input::-webkit-outer-spin-button {
  display: none;
}
.cid-uXWU5RXJKn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uXWU5RXJKn H4 {
  color: #70d8f1;
}
.cid-uXWVvADySF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ultra.gif");
}
.cid-uXWVvADySF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWVvADySF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWVvADySF .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uXWVvADySF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uXWVvADySF .container {
    padding: 0 26px;
  }
}
.cid-uXWVvADySF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWVvADySF .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uXWVvADySF .mbr-section-title {
  color: #ffffff;
}
.cid-uXWVvADySF .mbr-section-title,
.cid-uXWVvADySF .mbr-section-btn {
  text-align: center;
}
.cid-tCxP14leLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxP14leLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxP14leLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxP14leLM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxP14leLM .container {
    padding: 0 26px;
  }
}
.cid-tCxP14leLM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .row {
    padding: 26px;
  }
}
.cid-tCxP14leLM .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxP14leLM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxP14leLM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxP14leLM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxP14leLM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxP14leLM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxP14leLM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxP14leLM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxP14leLM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxP14leLM .mbr-section-title,
.cid-tCxP14leLM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxP14leLM .list {
  color: #ffffff;
}
.cid-tCxP14leLM .copyright {
  color: #70d8f1;
  text-align: center;
}
.cid-tCxP14leLM .list,
.cid-tCxP14leLM .nav-wrapper,
.cid-tCxP14leLM .soc-wrapper {
  text-align: center;
}
