body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #002793 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e9204f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #002793 !important;
  border-color: #002793 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001346 !important;
  border-color: #001346 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001346 !important;
  border-color: #001346 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000c2d;
  color: #000c2d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #002793;
  border-color: #002793;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #002793 !important;
  border-color: #002793 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #940f2e;
  color: #940f2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9204f !important;
  border-color: #e9204f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #002793 !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e9204f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000c2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e9204f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e9204f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #002793;
  border-color: #002793;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #002793;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1452ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdae2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #002793;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #002793;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #002793;
  border-bottom-color: #002793;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #002793 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7e7e7e !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='%23002793' %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;
}
hr {
  border: none;
  background-color: #e9204f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e9204f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e9204f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #e9204f !important;
}
.btn-danger:hover {
  color: #e9204f !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #002793 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e9204f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e9204f;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #002793 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e9204f !important;
}
.cid-rQtQGRgRNk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .nav-item:focus,
.cid-rQtQGRgRNk .nav-link:focus {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rQtQGRgRNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQtQGRgRNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQtQGRgRNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQtQGRgRNk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rQtQGRgRNk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-rQtQGRgRNk .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-rQtQGRgRNk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQtQGRgRNk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQtQGRgRNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQtQGRgRNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQtQGRgRNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQtQGRgRNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQtQGRgRNk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQtQGRgRNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQtQGRgRNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQtQGRgRNk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQtQGRgRNk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQtQGRgRNk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQtQGRgRNk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQtQGRgRNk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQtQGRgRNk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQtQGRgRNk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQtQGRgRNk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rQtQGRgRNk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQtQGRgRNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQtQGRgRNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQtQGRgRNk .dropdown-item.active,
.cid-rQtQGRgRNk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rQtQGRgRNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rQtQGRgRNk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rQtQGRgRNk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-rQtQGRgRNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQtQGRgRNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQtQGRgRNk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQtQGRgRNk .navbar-buttons {
  text-align: center;
}
.cid-rQtQGRgRNk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQtQGRgRNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQtQGRgRNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQtQGRgRNk .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rQtQGRgRNk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rQtQGRgRNk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQtQGRgRNk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQtQGRgRNk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQtQGRgRNk .navbar {
    height: 77px;
  }
  .cid-rQtQGRgRNk .navbar.opened {
    height: auto;
  }
  .cid-rQtQGRgRNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQtQGRgRNk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rQtQGRgRNk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-rQtQGRgRNk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rQtQGRgRNk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v8ZCz9YUGl {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img2-1536x1024.png");
}
.cid-v8ZCz9YUGl .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v8ZCz9YUGl .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v8ZCz9YUGl .align-center {
    text-align: center;
  }
}
.cid-v8ZCz9YUGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ZCz9YUGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93s1bCpUj {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-v93s1bCpUj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v93s1bCpUj .card {
  border-radius: 0;
}
.cid-v93s1bCpUj .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-v93s1bCpUj .img-wrap {
  display: flex;
}
.cid-v93s1bCpUj .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-v93s1bCpUj .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-v93s1bCpUj .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-v93s1bCpUj .link,
.cid-v93s1bCpUj .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-v93s1bCpUj .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-v93s1bCpUj .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-v93s1bCpUj .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-v93s1bCpUj .card-phone:hover {
  color: #002793;
}
.cid-v93s1bCpUj .img-col {
  padding: 0;
}
.cid-v93s1bCpUj .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v93s1bCpUj .wrapper {
    padding: 2rem 0rem;
  }
  .cid-v93s1bCpUj .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-v93s1bCpUj .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-v93s1bCpUj .mbr-text,
.cid-v93s1bCpUj .mbr-section-btn {
  color: #999999;
}
.cid-v93s1bCpUj .mbr-section-subtitle {
  color: #000000;
}
.cid-v93s1bCpUj .card-title,
.cid-v93s1bCpUj .card-box {
  color: #200960;
}
.cid-rRBILABAaP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/instalacion-de-tuberia-de-acero-inoxidable-y-acero-al-carbon-2000x1123.jpg");
}
@media (max-width: 767px) {
  .cid-rRBILABAaP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBILABAaP .container {
    position: relative;
  }
  .cid-rRBILABAaP .row {
    margin: 0;
  }
  .cid-rRBILABAaP h2 {
    margin: 0;
  }
}
.cid-rRBILABAaP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBILABAaP .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBILABAaP h2 {
  color: #002793;
}
.cid-rRBIM0VtWR {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #7e7e7e;
}
.cid-rRBIM0VtWR .mbr-text {
  color: #767676;
}
.cid-rRBIM0VtWR .mbr-iconfont {
  color: #ffffff;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-rRBIM0VtWR .link {
  margin: 0;
}
.cid-rRBIM0VtWR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIM0VtWR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIM0VtWR .card {
    margin-bottom: 3rem;
  }
}
.cid-rRBIM0VtWR .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rRBIM0VtWR .row {
    padding: 0 1rem;
  }
}
.cid-rRBIM0VtWR .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(20, 157, 204, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-rRBIM0VtWR .card-title {
  transition: 0.3s;
}
.cid-rRBIM0VtWR .card:hover .card-inner {
  border-bottom: 3px solid #149dcc;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-rRBIM0VtWR .card:hover .card-title {
  color: #e9204f;
}
.cid-rRBIM0VtWR .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-rRBIM0VtWR .row {
    margin: 0;
  }
}
.cid-rRBIM0VtWR .card-title,
.cid-rRBIM0VtWR .card-img {
  color: #ffffff;
}
.cid-rRBIM0VtWR .mbr-text,
.cid-rRBIM0VtWR .link {
  color: #ffffff;
}
.cid-v8ZEQ89LYl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/puntos-de-uso-gases-alta-pureza-2000x3562.jpg");
}
.cid-v8ZEQ89LYl .img-wrap {
  position: relative;
}
.cid-v8ZEQ89LYl .img-wrap img {
  width: 100%;
}
.cid-v8ZEQ89LYl .mbr-section-subtitle {
  color: #7e7e7e;
  margin-bottom: 14px;
}
.cid-v8ZEQ89LYl .mbr-section-title {
  color: #002793;
}
.cid-v8ZEQ89LYl .mbr-text {
  color: #82786e;
}
.cid-v8ZEQ89LYl .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-v8ZEQ89LYl .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-v8ZEQ89LYl .cards-wrap {
  margin-top: 30px;
}
.cid-v8ZEQ89LYl .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-v8ZEQ89LYl .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-v8ZEQ89LYl .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v8ZEQ89LYl .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #7e7e7e;
  position: relative;
  display: block;
}
.cid-v8ZEQ89LYl .wrapper .icon1 {
  background-color: #7e7e7e;
}
.cid-v8ZEQ89LYl .wrapper .icon1 .mbr-iconfont {
  color: #002793;
}
.cid-v8ZEQ89LYl .wrapper .icon2 {
  background-color: #7e7e7e;
}
.cid-v8ZEQ89LYl .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-v8ZEQ89LYl .wrapper .icon3 {
  background-color: #7e7e7e;
}
.cid-v8ZEQ89LYl .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v8ZEQ89LYl .wrapper .icon4 {
  background-color: #7e7e7e;
}
.cid-v8ZEQ89LYl .wrapper .mbr-card-title {
  color: #002793;
  margin-bottom: 17px;
}
.cid-v8ZEQ89LYl .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-v8ZEQ89LYl .mbr-section-btn {
    justify-content: center;
  }
  .cid-v8ZEQ89LYl * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v8ZEQ89LYl .mbr-section-title,
.cid-v8ZEQ89LYl .separator,
.cid-v8ZEQ89LYl .sep-holder {
  color: #002793;
}
.cid-v8ZEQ89LYl .wrapper .mbr-card-title,
.cid-v8ZEQ89LYl .img {
  color: #000000;
}
.cid-v8ZEQ89LYl .mbr-text,
.cid-v8ZEQ89LYl .mbr-section-btn {
  color: #000000;
}
.cid-rRBIPc6fPB {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRBIPc6fPB .img-box {
  position: relative;
}
.cid-rRBIPc6fPB .card {
  display: flex;
}
.cid-rRBIPc6fPB .img1 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 1;
}
.cid-rRBIPc6fPB .img2 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-rRBIPc6fPB .img1 {
    right: 1rem;
  }
  .cid-rRBIPc6fPB .img2 {
    left: 1rem;
  }
  .cid-rRBIPc6fPB .img-box {
    margin-top: 1rem;
  }
  .cid-rRBIPc6fPB .text-block {
    text-align: center;
  }
  .cid-rRBIPc6fPB .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rRBIPc6fPB .card-text {
    display: flex;
    align-items: center;
  }
  .cid-rRBIPc6fPB .count {
    padding-right: 16px;
  }
  .cid-rRBIPc6fPB img {
    width: 60%;
  }
  .cid-rRBIPc6fPB .card {
    flex-direction: column;
    align-items: center;
    padding: 0!important;
  }
}
.cid-rRBIPc6fPB h3,
.cid-rRBIPc6fPB h4 {
  margin: 0;
  padding: 0;
}
.cid-rRBIPc6fPB .mbr-content-title {
  color: #e9204f;
}
@media (min-width: 767px) {
  .cid-rRBIPc6fPB .row {
    margin: 0;
  }
}
.cid-rRBIPc6fPB .count-title {
  color: #272727;
}
.cid-rRBIPc6fPB .mbr-text,
.cid-rRBIPc6fPB .mbr-section-btn {
  color: #101010;
}
.cid-rRBIPc6fPB H1 {
  color: #002793;
}
.cid-v93c2wKTcw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-v93c2wKTcw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v93c2wKTcw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v93c2wKTcw .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-v93c2wKTcw .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v93c2wKTcw .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-v93c2wKTcw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v93c2wKTcw .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-v93c2wKTcw .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-v93c2wKTcw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-v93c2wKTcw .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-v93c2wKTcw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-v93c2wKTcw .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-v93c2wKTcw .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-v93c2wKTcw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v93c2wKTcw .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-v93c2wKTcw .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-v93c2wKTcw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v93c2wKTcw .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-v93c2wKTcw .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rRBJerbUh5 .google-map {
  height: 34rem;
  position: relative;
}
.cid-rRBJerbUh5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRBJerbUh5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRBJerbUh5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRBJerbUh5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8ZRajJ2NR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v8ZRajJ2NR .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v8ZRajJ2NR li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v8ZRajJ2NR .time {
  line-height: 2;
}
.cid-v8ZRajJ2NR .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v8ZRajJ2NR .text-wrap {
  width: 100%;
}
.cid-v8ZRajJ2NR .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v8ZRajJ2NR .item-wrap span,
.cid-v8ZRajJ2NR .item-wrap p {
  transition: all 0.3s;
}
.cid-v8ZRajJ2NR .item-wrap:hover span,
.cid-v8ZRajJ2NR .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v8ZRajJ2NR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v8ZRajJ2NR .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v8ZRajJ2NR .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v8ZRajJ2NR .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v8ZRajJ2NR .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8ZRajJ2NR .socicon-wrap {
    margin: auto;
  }
  .cid-v8ZRajJ2NR .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v8ZRajJ2NR .title {
  color: #ffffff;
}
.cid-v8ZRajJ2NR .mbr-text {
  color: #999999;
}
.cid-v8ZRajJ2NR .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v8ZRajJ2NR .icon-title,
.cid-v8ZRajJ2NR .align-wrap {
  color: #999999;
}
.cid-v9ryexLkH6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9ryexLkH6 .nav-item:focus,
.cid-v9ryexLkH6 .nav-link:focus {
  outline: none;
}
.cid-v9ryexLkH6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9ryexLkH6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9ryexLkH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-v9ryexLkH6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9ryexLkH6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9ryexLkH6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9ryexLkH6 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-v9ryexLkH6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-v9ryexLkH6 .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-v9ryexLkH6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9ryexLkH6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9ryexLkH6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9ryexLkH6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9ryexLkH6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v9ryexLkH6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9ryexLkH6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9ryexLkH6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9ryexLkH6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9ryexLkH6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9ryexLkH6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9ryexLkH6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9ryexLkH6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9ryexLkH6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9ryexLkH6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9ryexLkH6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9ryexLkH6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9ryexLkH6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9ryexLkH6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9ryexLkH6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9ryexLkH6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9ryexLkH6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9ryexLkH6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9ryexLkH6 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9ryexLkH6 .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-v9ryexLkH6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9ryexLkH6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9ryexLkH6 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-v9ryexLkH6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9ryexLkH6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9ryexLkH6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9ryexLkH6 .dropdown-item.active,
.cid-v9ryexLkH6 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9ryexLkH6 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-v9ryexLkH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9ryexLkH6 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v9ryexLkH6 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-v9ryexLkH6 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9ryexLkH6 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-v9ryexLkH6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9ryexLkH6 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-v9ryexLkH6 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-v9ryexLkH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-v9ryexLkH6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9ryexLkH6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9ryexLkH6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9ryexLkH6 .navbar-buttons {
  text-align: center;
}
.cid-v9ryexLkH6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9ryexLkH6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9ryexLkH6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9ryexLkH6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9ryexLkH6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9ryexLkH6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9ryexLkH6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9ryexLkH6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9ryexLkH6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9ryexLkH6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9ryexLkH6 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-v9ryexLkH6 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-v9ryexLkH6 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-v9ryexLkH6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9ryexLkH6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9ryexLkH6 .navbar {
    height: 77px;
  }
  .cid-v9ryexLkH6 .navbar.opened {
    height: auto;
  }
  .cid-v9ryexLkH6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9ryexLkH6 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-v9ryexLkH6 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-v9ryexLkH6 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-v9ryexLkH6 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v9ryezUBQT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/img2-1536x1024.png");
}
.cid-v9ryezUBQT .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v9ryezUBQT .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v9ryezUBQT .align-center {
    text-align: center;
  }
}
.cid-v9ryezUBQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ryezUBQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ryeAKYfM {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-v9ryeAKYfM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9ryeAKYfM .card {
  border-radius: 0;
}
.cid-v9ryeAKYfM .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-v9ryeAKYfM .img-wrap {
  display: flex;
}
.cid-v9ryeAKYfM .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-v9ryeAKYfM .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-v9ryeAKYfM .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-v9ryeAKYfM .link,
.cid-v9ryeAKYfM .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-v9ryeAKYfM .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-v9ryeAKYfM .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-v9ryeAKYfM .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-v9ryeAKYfM .card-phone:hover {
  color: #002793;
}
.cid-v9ryeAKYfM .img-col {
  padding: 0;
}
.cid-v9ryeAKYfM .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v9ryeAKYfM .wrapper {
    padding: 2rem 0rem;
  }
  .cid-v9ryeAKYfM .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-v9ryeAKYfM .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-v9ryeAKYfM .mbr-text,
.cid-v9ryeAKYfM .mbr-section-btn {
  color: #999999;
}
.cid-v9ryeAKYfM .mbr-section-subtitle {
  color: #000000;
}
.cid-v9ryeAKYfM .card-title,
.cid-v9ryeAKYfM .card-box {
  color: #002793;
}
.cid-v9ryeBG9tN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/instalacion-de-tuberia-de-acero-inoxidable-y-acero-al-carbon-2000x1123.jpg");
}
@media (max-width: 767px) {
  .cid-v9ryeBG9tN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v9ryeBG9tN .container {
    position: relative;
  }
  .cid-v9ryeBG9tN .row {
    margin: 0;
  }
  .cid-v9ryeBG9tN h2 {
    margin: 0;
  }
}
.cid-v9ryeBG9tN .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v9ryeBG9tN .mbr-text {
  margin-top: 1.4rem;
}
.cid-v9ryeBG9tN h2 {
  color: #002793;
}
.cid-v9sMUzQVWT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/soldadura-orbital-1536x1024.jpg");
}
.cid-v9sMUzQVWT .card .card-img {
  overflow: hidden;
}
.cid-v9sMUzQVWT .card .card-img img {
  transition: all 0.5s;
}
.cid-v9sMUzQVWT .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9sMUzQVWT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v9sMUzQVWT .card {
  display: block;
  height: 100%;
}
.cid-v9sMUzQVWT .card .card-wrapper {
  height: 100%;
}
.cid-v9sMUzQVWT .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-v9sMUzQVWT .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v9sMUzQVWT .card .card-box .card-title {
  margin: 0;
}
.cid-v9sMUzQVWT .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9sMUzQVWT .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v9sMUzQVWT .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v9sMUzQVWT .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v9sMUzQVWT .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9sMUzQVWT .card .card-footer .icons-list {
  margin: 0;
}
.cid-v9sMUzQVWT .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-v9sMUzQVWT .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-v9sMUzQVWT .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-v9sMUzQVWT .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-v9sMUzQVWT .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-v9sMUzQVWT .card-footer {
  border-top: 1px solid #efefef;
}
.cid-v9sMUzQVWT .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-v9sMUzQVWT .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9sMUzQVWT .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v9sMUzQVWT .card-title,
.cid-v9sMUzQVWT .card-info {
  text-align: center;
  color: #012f3e;
}
.cid-v9ryeD0yqV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/puntos-de-uso-gases-alta-pureza-2000x3562.jpg");
}
.cid-v9ryeD0yqV .img-wrap {
  position: relative;
}
.cid-v9ryeD0yqV .img-wrap img {
  width: 100%;
}
.cid-v9ryeD0yqV .mbr-section-subtitle {
  color: #7e7e7e;
  margin-bottom: 14px;
}
.cid-v9ryeD0yqV .mbr-section-title {
  color: #002793;
}
.cid-v9ryeD0yqV .mbr-text {
  color: #82786e;
}
.cid-v9ryeD0yqV .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-v9ryeD0yqV .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-v9ryeD0yqV .cards-wrap {
  margin-top: 30px;
}
.cid-v9ryeD0yqV .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-v9ryeD0yqV .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-v9ryeD0yqV .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9ryeD0yqV .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #7e7e7e;
  position: relative;
  display: block;
}
.cid-v9ryeD0yqV .wrapper .icon1 {
  background-color: #7e7e7e;
}
.cid-v9ryeD0yqV .wrapper .icon1 .mbr-iconfont {
  color: #002793;
}
.cid-v9ryeD0yqV .wrapper .icon2 {
  background-color: #7e7e7e;
}
.cid-v9ryeD0yqV .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-v9ryeD0yqV .wrapper .icon3 {
  background-color: #7e7e7e;
}
.cid-v9ryeD0yqV .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v9ryeD0yqV .wrapper .icon4 {
  background-color: #7e7e7e;
}
.cid-v9ryeD0yqV .wrapper .mbr-card-title {
  color: #002793;
  margin-bottom: 17px;
}
.cid-v9ryeD0yqV .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-v9ryeD0yqV .mbr-section-btn {
    justify-content: center;
  }
  .cid-v9ryeD0yqV * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9ryeD0yqV .mbr-section-title,
.cid-v9ryeD0yqV .separator,
.cid-v9ryeD0yqV .sep-holder {
  color: #002793;
}
.cid-v9ryeD0yqV .wrapper .mbr-card-title,
.cid-v9ryeD0yqV .img {
  color: #000000;
}
.cid-v9ryeD0yqV .mbr-text,
.cid-v9ryeD0yqV .mbr-section-btn {
  color: #000000;
}
.cid-v9ryeHeAJA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v9ryeHeAJA .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v9ryeHeAJA li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v9ryeHeAJA .time {
  line-height: 2;
}
.cid-v9ryeHeAJA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v9ryeHeAJA .text-wrap {
  width: 100%;
}
.cid-v9ryeHeAJA .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v9ryeHeAJA .item-wrap span,
.cid-v9ryeHeAJA .item-wrap p {
  transition: all 0.3s;
}
.cid-v9ryeHeAJA .item-wrap:hover span,
.cid-v9ryeHeAJA .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v9ryeHeAJA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v9ryeHeAJA .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v9ryeHeAJA .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v9ryeHeAJA .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v9ryeHeAJA .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v9ryeHeAJA .socicon-wrap {
    margin: auto;
  }
  .cid-v9ryeHeAJA .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v9ryeHeAJA .title {
  color: #ffffff;
}
.cid-v9ryeHeAJA .mbr-text {
  color: #999999;
}
.cid-v9ryeHeAJA .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v9ryeHeAJA .icon-title,
.cid-v9ryeHeAJA .align-wrap {
  color: #999999;
}
.cid-v9sRLNqsJv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9sRLNqsJv .nav-item:focus,
.cid-v9sRLNqsJv .nav-link:focus {
  outline: none;
}
.cid-v9sRLNqsJv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9sRLNqsJv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9sRLNqsJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-v9sRLNqsJv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9sRLNqsJv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9sRLNqsJv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9sRLNqsJv .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-v9sRLNqsJv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-v9sRLNqsJv .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-v9sRLNqsJv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9sRLNqsJv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9sRLNqsJv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9sRLNqsJv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9sRLNqsJv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v9sRLNqsJv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9sRLNqsJv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9sRLNqsJv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9sRLNqsJv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9sRLNqsJv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9sRLNqsJv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9sRLNqsJv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9sRLNqsJv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9sRLNqsJv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9sRLNqsJv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9sRLNqsJv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9sRLNqsJv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9sRLNqsJv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9sRLNqsJv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9sRLNqsJv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9sRLNqsJv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9sRLNqsJv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9sRLNqsJv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9sRLNqsJv .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9sRLNqsJv .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-v9sRLNqsJv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9sRLNqsJv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9sRLNqsJv .navbar-short {
  padding: 1rem 0 !important;
}
.cid-v9sRLNqsJv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9sRLNqsJv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9sRLNqsJv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9sRLNqsJv .dropdown-item.active,
.cid-v9sRLNqsJv .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9sRLNqsJv .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-v9sRLNqsJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9sRLNqsJv .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v9sRLNqsJv .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-v9sRLNqsJv .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9sRLNqsJv .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-v9sRLNqsJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9sRLNqsJv .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-v9sRLNqsJv .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-v9sRLNqsJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-v9sRLNqsJv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9sRLNqsJv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9sRLNqsJv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9sRLNqsJv .navbar-buttons {
  text-align: center;
}
.cid-v9sRLNqsJv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9sRLNqsJv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9sRLNqsJv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9sRLNqsJv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9sRLNqsJv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9sRLNqsJv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9sRLNqsJv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9sRLNqsJv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9sRLNqsJv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9sRLNqsJv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9sRLNqsJv .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-v9sRLNqsJv a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-v9sRLNqsJv .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-v9sRLNqsJv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9sRLNqsJv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9sRLNqsJv .navbar {
    height: 77px;
  }
  .cid-v9sRLNqsJv .navbar.opened {
    height: auto;
  }
  .cid-v9sRLNqsJv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9sRLNqsJv a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-v9sRLNqsJv a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-v9sRLNqsJv .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-v9sRLNqsJv .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v9sRLODdkQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/instalacion-de-tuberia-de-acero-inoxidable-y-acero-al-carbon-2000x1123.jpg");
}
.cid-v9sRLODdkQ .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v9sRLODdkQ .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v9sRLODdkQ .align-center {
    text-align: center;
  }
}
.cid-v9sRLODdkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9sRLODdkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9sWMOE1q1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
  overflow: hidden;
}
.cid-v9sWMOE1q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9sWMOE1q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9sWMOE1q1 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9sWMOE1q1 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9sWMOE1q1 .container {
    padding: 0 14px;
  }
}
.cid-v9sWMOE1q1 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9sWMOE1q1 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v9sWMOE1q1 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-v9sWMOE1q1 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .image-wrapper img {
    height: 300px;
  }
}
.cid-v9sWMOE1q1 .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .content-wrapper {
    margin: 0;
  }
}
.cid-v9sWMOE1q1 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .content-wrapper .mbr-name {
    margin-bottom: 22px;
  }
}
.cid-v9sWMOE1q1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v9sWMOE1q1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9sWMOE1q1 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-v9sWMOE1q1 .mbr-name {
  color: #01004c;
}
.cid-v9sWMOE1q1 .mbr-text {
  color: #01004c;
}
.cid-v9sWMOE1q1 .mbr-text,
.cid-v9sWMOE1q1 .text-wrapper {
  text-align: center;
}
.cid-v9t0q0zDPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/chatgpt-image-jan-26-2026-08-40-46-pm-1536x1024.jpg");
}
.cid-v9t0q0zDPl .mbr-overlay {
  background: #101010;
  opacity: 0.6;
}
.cid-v9t0q0zDPl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v9t0q0zDPl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9t0q0zDPl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v9t0q0zDPl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9t0q0zDPl .container {
    padding: 0 14px;
  }
}
.cid-v9t0q0zDPl .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9t0q0zDPl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9t0q0zDPl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-v9t0q0zDPl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v9t0q0zDPl .embla__slide .slide-content {
  width: 100%;
}
.cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #01004c;
}
.cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper .item-content {
    margin-bottom: 32px;
  }
}
.cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-v9t0q0zDPl .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v9t0q0zDPl .embla__button--next,
.cid-v9t0q0zDPl .embla__button--prev {
  display: flex;
}
.cid-v9t0q0zDPl .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #002793 !important;
  color: #82786e !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v9t0q0zDPl .embla__button:hover {
  opacity: .7 !important;
}
.cid-v9t0q0zDPl .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-v9t0q0zDPl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9t0q0zDPl .embla {
  position: relative;
  width: 100%;
}
.cid-v9t0q0zDPl .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v9t0q0zDPl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9t0q0zDPl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9t0q0zDPl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9t0q0zDPl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9t0q0zDPl .mbr-number {
  color: #f1f1f1;
}
.cid-v9t0q0zDPl .item-title {
  color: #f1f1f1;
}
.cid-v9sRLRR86W {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/puntos-de-uso-gases-alta-pureza-2000x3562.jpg");
}
.cid-v9sRLRR86W .img-wrap {
  position: relative;
}
.cid-v9sRLRR86W .img-wrap img {
  width: 100%;
}
.cid-v9sRLRR86W .mbr-section-subtitle {
  color: #7e7e7e;
  margin-bottom: 14px;
}
.cid-v9sRLRR86W .mbr-section-title {
  color: #002793;
}
.cid-v9sRLRR86W .mbr-text {
  color: #82786e;
}
.cid-v9sRLRR86W .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-v9sRLRR86W .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-v9sRLRR86W .cards-wrap {
  margin-top: 30px;
}
.cid-v9sRLRR86W .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-v9sRLRR86W .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-v9sRLRR86W .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9sRLRR86W .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #7e7e7e;
  position: relative;
  display: block;
}
.cid-v9sRLRR86W .wrapper .icon1 {
  background-color: #7e7e7e;
}
.cid-v9sRLRR86W .wrapper .icon1 .mbr-iconfont {
  color: #002793;
}
.cid-v9sRLRR86W .wrapper .icon2 {
  background-color: #7e7e7e;
}
.cid-v9sRLRR86W .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-v9sRLRR86W .wrapper .icon3 {
  background-color: #7e7e7e;
}
.cid-v9sRLRR86W .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v9sRLRR86W .wrapper .icon4 {
  background-color: #7e7e7e;
}
.cid-v9sRLRR86W .wrapper .mbr-card-title {
  color: #002793;
  margin-bottom: 17px;
}
.cid-v9sRLRR86W .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-v9sRLRR86W .mbr-section-btn {
    justify-content: center;
  }
  .cid-v9sRLRR86W * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9sRLRR86W .mbr-section-title,
.cid-v9sRLRR86W .separator,
.cid-v9sRLRR86W .sep-holder {
  color: #002793;
}
.cid-v9sRLRR86W .wrapper .mbr-card-title,
.cid-v9sRLRR86W .img {
  color: #000000;
}
.cid-v9sRLRR86W .mbr-text,
.cid-v9sRLRR86W .mbr-section-btn {
  color: #000000;
}
.cid-v9t1T07DHk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-v9t1T07DHk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9t1T07DHk H2 {
  color: #cccccc;
}
.cid-v9sRLSHotp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v9sRLSHotp .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v9sRLSHotp li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v9sRLSHotp .time {
  line-height: 2;
}
.cid-v9sRLSHotp .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v9sRLSHotp .text-wrap {
  width: 100%;
}
.cid-v9sRLSHotp .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v9sRLSHotp .item-wrap span,
.cid-v9sRLSHotp .item-wrap p {
  transition: all 0.3s;
}
.cid-v9sRLSHotp .item-wrap:hover span,
.cid-v9sRLSHotp .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v9sRLSHotp .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v9sRLSHotp .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v9sRLSHotp .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v9sRLSHotp .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v9sRLSHotp .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v9sRLSHotp .socicon-wrap {
    margin: auto;
  }
  .cid-v9sRLSHotp .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v9sRLSHotp .title {
  color: #ffffff;
}
.cid-v9sRLSHotp .mbr-text {
  color: #999999;
}
.cid-v9sRLSHotp .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v9sRLSHotp .icon-title,
.cid-v9sRLSHotp .align-wrap {
  color: #999999;
}
.cid-v9t4KloUWM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9t4KloUWM .nav-item:focus,
.cid-v9t4KloUWM .nav-link:focus {
  outline: none;
}
.cid-v9t4KloUWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9t4KloUWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9t4KloUWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-v9t4KloUWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9t4KloUWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9t4KloUWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9t4KloUWM .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-v9t4KloUWM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-v9t4KloUWM .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-v9t4KloUWM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9t4KloUWM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9t4KloUWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9t4KloUWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9t4KloUWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v9t4KloUWM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9t4KloUWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9t4KloUWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9t4KloUWM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9t4KloUWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9t4KloUWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9t4KloUWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9t4KloUWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9t4KloUWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9t4KloUWM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9t4KloUWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9t4KloUWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9t4KloUWM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9t4KloUWM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9t4KloUWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9t4KloUWM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9t4KloUWM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9t4KloUWM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9t4KloUWM .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9t4KloUWM .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-v9t4KloUWM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9t4KloUWM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9t4KloUWM .navbar-short {
  padding: 1rem 0 !important;
}
.cid-v9t4KloUWM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9t4KloUWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9t4KloUWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9t4KloUWM .dropdown-item.active,
.cid-v9t4KloUWM .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9t4KloUWM .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-v9t4KloUWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9t4KloUWM .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v9t4KloUWM .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-v9t4KloUWM .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9t4KloUWM .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-v9t4KloUWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9t4KloUWM .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-v9t4KloUWM .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-v9t4KloUWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-v9t4KloUWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9t4KloUWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9t4KloUWM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9t4KloUWM .navbar-buttons {
  text-align: center;
}
.cid-v9t4KloUWM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9t4KloUWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9t4KloUWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9t4KloUWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9t4KloUWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9t4KloUWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9t4KloUWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9t4KloUWM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9t4KloUWM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9t4KloUWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9t4KloUWM .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-v9t4KloUWM a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-v9t4KloUWM .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-v9t4KloUWM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9t4KloUWM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9t4KloUWM .navbar {
    height: 77px;
  }
  .cid-v9t4KloUWM .navbar.opened {
    height: auto;
  }
  .cid-v9t4KloUWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9t4KloUWM a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-v9t4KloUWM a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-v9t4KloUWM .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-v9t4KloUWM .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v9t4KmLKSr {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/image-estru-y-pai-1536x1024.jpg");
}
.cid-v9t4KmLKSr .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v9t4KmLKSr .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v9t4KmLKSr .align-center {
    text-align: center;
  }
}
.cid-v9t4KmLKSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9t4KmLKSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9t5JFi8Vs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #09627e;
}
@media (max-width: 767px) {
  .cid-v9t5JFi8Vs h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v9t5JFi8Vs .container {
    position: relative;
  }
  .cid-v9t5JFi8Vs .row {
    margin: 0;
  }
  .cid-v9t5JFi8Vs h2 {
    margin: 0;
  }
}
.cid-v9t5JFi8Vs .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v9t5JFi8Vs .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-v9t5JFi8Vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9t5JFi8Vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9t5JFi8Vs h2 {
  color: #ffffff;
}
.cid-v9t6rNdDpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/entregadas-en-tiempo-requerido-2000x1339.jpg");
}
.cid-v9t6rNdDpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9t6rNdDpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9t6rNdDpV .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v9t6rNdDpV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9t6rNdDpV .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v9t6rNdDpV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9t6rNdDpV .container {
    padding: 0 14px;
  }
}
.cid-v9t6rNdDpV .row {
  justify-content: center;
}
.cid-v9t6rNdDpV .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9t6rNdDpV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9t6rNdDpV .item {
  margin-bottom: 40px;
}
.cid-v9t6rNdDpV .item:hover .item-wrapper .item-img img,
.cid-v9t6rNdDpV .item:focus .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-v9t6rNdDpV .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  margin: 0 9px;
}
@media (max-width: 992px) {
  .cid-v9t6rNdDpV .item .item-wrapper {
    margin: 0;
  }
}
.cid-v9t6rNdDpV .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 450px;
  border: 1px solid #01004c;
  overflow: hidden;
  height: 100%;
}
.cid-v9t6rNdDpV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.cid-v9t6rNdDpV .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-v9t6rNdDpV .item .item-wrapper .item-img .item-content {
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.cid-v9t6rNdDpV .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 22px;
}
.cid-v9t6rNdDpV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9t6rNdDpV .card-title {
  color: #01004c;
}
.cid-v9t6rNdDpV .card-title,
.cid-v9t6rNdDpV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9t83P8KXy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v9t83P8KXy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v9t83P8KXy .items-col {
  background: #c2f4f8;
  padding: 5rem;
  height: 100%;
}
.cid-v9t83P8KXy .container {
  max-width: 1800px;
}
@media (max-width: 1400px) {
  .cid-v9t83P8KXy .items-col {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9t83P8KXy .items-col {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-v9t83P8KXy .col-md-12 {
    padding-bottom: 2rem;
  }
}
.cid-v9t83P8KXy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-v9t83P8KXy .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-v9t83P8KXy .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-v9t83P8KXy .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-v9t83P8KXy .link,
.cid-v9t83P8KXy .link-wrap {
  color: #000000;
  text-align: left;
}
.cid-v9t83P8KXy H3 {
  color: #000000;
}
.cid-v9t80wSyJQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/estructuras-en-skid-y-para-diferentes-tipos-de-equipos-portatiles-2000x1125.jpg");
}
.cid-v9t80wSyJQ .card .card-img {
  overflow: hidden;
}
.cid-v9t80wSyJQ .card .card-img img {
  transition: all 0.5s;
}
.cid-v9t80wSyJQ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v9t80wSyJQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v9t80wSyJQ .card {
  display: block;
  height: 100%;
}
.cid-v9t80wSyJQ .card .card-wrapper {
  height: 100%;
}
.cid-v9t80wSyJQ .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-v9t80wSyJQ .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v9t80wSyJQ .card .card-box .card-title {
  margin: 0;
}
.cid-v9t80wSyJQ .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9t80wSyJQ .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v9t80wSyJQ .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v9t80wSyJQ .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v9t80wSyJQ .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v9t80wSyJQ .card .card-footer .icons-list {
  margin: 0;
}
.cid-v9t80wSyJQ .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-v9t80wSyJQ .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-v9t80wSyJQ .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-v9t80wSyJQ .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-v9t80wSyJQ .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-v9t80wSyJQ .card-footer {
  border-top: 1px solid #efefef;
}
.cid-v9t80wSyJQ .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-v9t80wSyJQ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9t80wSyJQ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v9t80wSyJQ .card-title,
.cid-v9t80wSyJQ .card-info {
  text-align: center;
  color: #012f3e;
}
.cid-v9t4KpMZru {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #002793;
}
.cid-v9t4KpMZru .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9t4KpMZru H2 {
  color: #cccccc;
}
.cid-v9t4Kq5HgK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v9t4Kq5HgK .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v9t4Kq5HgK li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v9t4Kq5HgK .time {
  line-height: 2;
}
.cid-v9t4Kq5HgK .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v9t4Kq5HgK .text-wrap {
  width: 100%;
}
.cid-v9t4Kq5HgK .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v9t4Kq5HgK .item-wrap span,
.cid-v9t4Kq5HgK .item-wrap p {
  transition: all 0.3s;
}
.cid-v9t4Kq5HgK .item-wrap:hover span,
.cid-v9t4Kq5HgK .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v9t4Kq5HgK .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v9t4Kq5HgK .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v9t4Kq5HgK .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v9t4Kq5HgK .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v9t4Kq5HgK .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v9t4Kq5HgK .socicon-wrap {
    margin: auto;
  }
  .cid-v9t4Kq5HgK .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v9t4Kq5HgK .title {
  color: #ffffff;
}
.cid-v9t4Kq5HgK .mbr-text {
  color: #999999;
}
.cid-v9t4Kq5HgK .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v9t4Kq5HgK .icon-title,
.cid-v9t4Kq5HgK .align-wrap {
  color: #999999;
}
.cid-v9tlxvMRFl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tlxvMRFl .nav-item:focus,
.cid-v9tlxvMRFl .nav-link:focus {
  outline: none;
}
.cid-v9tlxvMRFl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tlxvMRFl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tlxvMRFl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-v9tlxvMRFl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tlxvMRFl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tlxvMRFl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tlxvMRFl .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-v9tlxvMRFl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-v9tlxvMRFl .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-v9tlxvMRFl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9tlxvMRFl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tlxvMRFl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tlxvMRFl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9tlxvMRFl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v9tlxvMRFl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9tlxvMRFl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tlxvMRFl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tlxvMRFl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9tlxvMRFl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tlxvMRFl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9tlxvMRFl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9tlxvMRFl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tlxvMRFl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tlxvMRFl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9tlxvMRFl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tlxvMRFl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tlxvMRFl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9tlxvMRFl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9tlxvMRFl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tlxvMRFl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tlxvMRFl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9tlxvMRFl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9tlxvMRFl .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9tlxvMRFl .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-v9tlxvMRFl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9tlxvMRFl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9tlxvMRFl .navbar-short {
  padding: 1rem 0 !important;
}
.cid-v9tlxvMRFl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9tlxvMRFl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tlxvMRFl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tlxvMRFl .dropdown-item.active,
.cid-v9tlxvMRFl .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9tlxvMRFl .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-v9tlxvMRFl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9tlxvMRFl .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v9tlxvMRFl .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-v9tlxvMRFl .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tlxvMRFl .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-v9tlxvMRFl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9tlxvMRFl .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-v9tlxvMRFl .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-v9tlxvMRFl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-v9tlxvMRFl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tlxvMRFl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tlxvMRFl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9tlxvMRFl .navbar-buttons {
  text-align: center;
}
.cid-v9tlxvMRFl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9tlxvMRFl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tlxvMRFl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9tlxvMRFl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tlxvMRFl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tlxvMRFl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9tlxvMRFl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tlxvMRFl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9tlxvMRFl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9tlxvMRFl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tlxvMRFl .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-v9tlxvMRFl a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-v9tlxvMRFl .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-v9tlxvMRFl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9tlxvMRFl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9tlxvMRFl .navbar {
    height: 77px;
  }
  .cid-v9tlxvMRFl .navbar.opened {
    height: auto;
  }
  .cid-v9tlxvMRFl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tlxvMRFl a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-v9tlxvMRFl a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-v9tlxvMRFl .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-v9tlxvMRFl .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v9tlxy0usq {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/gases-pur-1536x1024.jpg");
}
.cid-v9tlxy0usq .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v9tlxy0usq .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v9tlxy0usq .align-center {
    text-align: center;
  }
}
.cid-v9tlxy0usq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tlxy0usq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tn0eVEJ1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0d2976;
}
.cid-v9tn0eVEJ1 p {
  color: #767676;
}
.cid-v9tn0eVEJ1 .row-element,
.cid-v9tn0eVEJ1 .image-element {
  padding: 0;
}
.cid-v9tn0eVEJ1 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9tn0eVEJ1 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v9tn0eVEJ1 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v9tn0eVEJ1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #002793);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-v9tn0eVEJ1 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-v9tn0eVEJ1 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v9tn0eVEJ1 .text-content {
    padding: 2rem 1rem;
  }
  .cid-v9tn0eVEJ1 .underline .line {
    height: 2px;
  }
  .cid-v9tn0eVEJ1 .mbr-title,
  .cid-v9tn0eVEJ1 .underline,
  .cid-v9tn0eVEJ1 .mbr-text,
  .cid-v9tn0eVEJ1 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v9tn0eVEJ1 .mbr-text,
.cid-v9tn0eVEJ1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v9tn0eVEJ1 .mbr-title,
.cid-v9tn0eVEJ1 .underline {
  color: #ffffff;
}
.cid-v9tlxzThHr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/image1-731x767.jpg");
}
@media (max-width: 767px) {
  .cid-v9tlxzThHr h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v9tlxzThHr .container {
    position: relative;
  }
  .cid-v9tlxzThHr .row {
    margin: 0;
  }
  .cid-v9tlxzThHr h2 {
    margin: 0;
  }
}
.cid-v9tlxzThHr .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v9tlxzThHr .mbr-text {
  margin-top: 1.4rem;
}
.cid-v9tlxzThHr h2 {
  color: #002793;
}
.cid-v9togj5nPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-v9togj5nPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9togj5nPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9togj5nPD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9togj5nPD .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v9togj5nPD .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v9togj5nPD .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-v9togj5nPD .items-wrapper .item {
  padding: 0 15px;
}
.cid-v9togj5nPD .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .item {
    margin-bottom: 30px;
  }
}
.cid-v9togj5nPD .item .item-wrapper {
  height: 100%;
}
.cid-v9togj5nPD .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-v9togj5nPD .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .item .item-wrapper:hover .image-wrapper .item-img img,
  .cid-v9togj5nPD .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v9togj5nPD .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-v9togj5nPD .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-v9togj5nPD .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9togj5nPD .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-v9togj5nPD .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v9togj5nPD .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-v9togj5nPD .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-v9togj5nPD .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v9togj5nPD .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .5s ease;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9togj5nPD .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9togj5nPD .mbr-label,
.cid-v9togj5nPD .label-wrapper {
  color: #000000;
}
.cid-v9togj5nPD .mbr-section-title,
.cid-v9togj5nPD .title-wrapper {
  color: #000000;
}
.cid-v9togj5nPD .card-label {
  color: #000000;
}
.cid-v9togj5nPD .card-price {
  color: #000000;
}
.cid-v9togj5nPD .card-title {
  color: #000000;
}
.cid-v9togj5nPD .card-desc {
  color: #8a8a8a;
}
.cid-v9togj5nPD .mbr-section-title,
.cid-v9togj5nPD .title-wrap {
  text-align: center;
}
.cid-v9tlxF6OUw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v9tlxF6OUw .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v9tlxF6OUw li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v9tlxF6OUw .time {
  line-height: 2;
}
.cid-v9tlxF6OUw .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v9tlxF6OUw .text-wrap {
  width: 100%;
}
.cid-v9tlxF6OUw .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v9tlxF6OUw .item-wrap span,
.cid-v9tlxF6OUw .item-wrap p {
  transition: all 0.3s;
}
.cid-v9tlxF6OUw .item-wrap:hover span,
.cid-v9tlxF6OUw .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v9tlxF6OUw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v9tlxF6OUw .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v9tlxF6OUw .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v9tlxF6OUw .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v9tlxF6OUw .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v9tlxF6OUw .socicon-wrap {
    margin: auto;
  }
  .cid-v9tlxF6OUw .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v9tlxF6OUw .title {
  color: #ffffff;
}
.cid-v9tlxF6OUw .mbr-text {
  color: #999999;
}
.cid-v9tlxF6OUw .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v9tlxF6OUw .icon-title,
.cid-v9tlxF6OUw .align-wrap {
  color: #999999;
}
.cid-v9tvdfHJVu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tvdfHJVu .nav-item:focus,
.cid-v9tvdfHJVu .nav-link:focus {
  outline: none;
}
.cid-v9tvdfHJVu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tvdfHJVu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tvdfHJVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-v9tvdfHJVu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v9tvdfHJVu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tvdfHJVu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tvdfHJVu .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-v9tvdfHJVu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #272727;
  background: none;
}
.cid-v9tvdfHJVu .navbar.opened {
  transition: all .3s;
  background: #272727 !important;
}
.cid-v9tvdfHJVu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v9tvdfHJVu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tvdfHJVu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tvdfHJVu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9tvdfHJVu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v9tvdfHJVu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v9tvdfHJVu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tvdfHJVu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tvdfHJVu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v9tvdfHJVu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tvdfHJVu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v9tvdfHJVu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v9tvdfHJVu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tvdfHJVu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tvdfHJVu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v9tvdfHJVu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tvdfHJVu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tvdfHJVu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v9tvdfHJVu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v9tvdfHJVu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tvdfHJVu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tvdfHJVu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v9tvdfHJVu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v9tvdfHJVu .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v9tvdfHJVu .navbar.navbar-short {
  background: #272727 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-v9tvdfHJVu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v9tvdfHJVu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9tvdfHJVu .navbar-short {
  padding: 1rem 0 !important;
}
.cid-v9tvdfHJVu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9tvdfHJVu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tvdfHJVu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tvdfHJVu .dropdown-item.active,
.cid-v9tvdfHJVu .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9tvdfHJVu .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-v9tvdfHJVu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9tvdfHJVu .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v9tvdfHJVu .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-v9tvdfHJVu .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tvdfHJVu .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-v9tvdfHJVu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-v9tvdfHJVu .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-v9tvdfHJVu .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-v9tvdfHJVu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272727;
}
.cid-v9tvdfHJVu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tvdfHJVu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tvdfHJVu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v9tvdfHJVu .navbar-buttons {
  text-align: center;
}
.cid-v9tvdfHJVu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9tvdfHJVu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tvdfHJVu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v9tvdfHJVu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tvdfHJVu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v9tvdfHJVu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v9tvdfHJVu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tvdfHJVu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v9tvdfHJVu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v9tvdfHJVu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v9tvdfHJVu .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-v9tvdfHJVu a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-v9tvdfHJVu .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-v9tvdfHJVu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v9tvdfHJVu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9tvdfHJVu .navbar {
    height: 77px;
  }
  .cid-v9tvdfHJVu .navbar.opened {
    height: auto;
  }
  .cid-v9tvdfHJVu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tvdfHJVu a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-v9tvdfHJVu a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-v9tvdfHJVu .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-v9tvdfHJVu .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-v9tvdgMRDq {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/tanques-1536x1024.jpg");
}
.cid-v9tvdgMRDq .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-v9tvdgMRDq .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-v9tvdgMRDq .align-center {
    text-align: center;
  }
}
.cid-v9tvdgMRDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tvdgMRDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tvdhAU2n {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f6f3ee;
}
.cid-v9tvdhAU2n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9tvdhAU2n .card {
  border-radius: 0;
}
.cid-v9tvdhAU2n .img {
  width: 80px;
  margin-right: 1rem;
}
.cid-v9tvdhAU2n .img-wrap {
  display: flex;
}
.cid-v9tvdhAU2n .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.cid-v9tvdhAU2n .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-v9tvdhAU2n .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: '\e908';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.8rem;
}
.cid-v9tvdhAU2n .link,
.cid-v9tvdhAU2n .link-wrap {
  color: #000000;
  text-align: center;
}
.cid-v9tvdhAU2n .wrapper {
  padding: 6rem 12rem;
}
@media (max-width: 1500px) {
  .cid-v9tvdhAU2n .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-v9tvdhAU2n .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-v9tvdhAU2n .card-phone:hover {
  color: #002793;
}
.cid-v9tvdhAU2n .img-col {
  padding: 0;
}
.cid-v9tvdhAU2n .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v9tvdhAU2n .wrapper {
    padding: 2rem 0rem;
  }
  .cid-v9tvdhAU2n .img-wrap {
    flex-direction: column;
    align-items: center;
  }
  .cid-v9tvdhAU2n .img {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.cid-v9tvdhAU2n .mbr-text,
.cid-v9tvdhAU2n .mbr-section-btn {
  color: #999999;
}
.cid-v9tvdhAU2n .mbr-section-subtitle {
  color: #000000;
}
.cid-v9tvdhAU2n .card-title,
.cid-v9tvdhAU2n .card-box {
  color: #200960;
}
.cid-v9vYwPiWOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-v9vYwPiWOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vYwPiWOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vYwPiWOX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9vYwPiWOX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v9vYwPiWOX .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v9vYwPiWOX .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-v9vYwPiWOX .items-wrapper .item {
  padding: 0 15px;
}
.cid-v9vYwPiWOX .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .item {
    margin-bottom: 30px;
  }
}
.cid-v9vYwPiWOX .item .item-wrapper {
  height: 100%;
}
.cid-v9vYwPiWOX .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-v9vYwPiWOX .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .item .item-wrapper:hover .image-wrapper .item-img img,
  .cid-v9vYwPiWOX .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v9vYwPiWOX .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-v9vYwPiWOX .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-v9vYwPiWOX .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-v9vYwPiWOX .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .5s ease;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9vYwPiWOX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9vYwPiWOX .mbr-label,
.cid-v9vYwPiWOX .label-wrapper {
  color: #000000;
}
.cid-v9vYwPiWOX .mbr-section-title,
.cid-v9vYwPiWOX .title-wrapper {
  color: #000000;
}
.cid-v9vYwPiWOX .card-label {
  color: #000000;
}
.cid-v9vYwPiWOX .card-price {
  color: #000000;
}
.cid-v9vYwPiWOX .card-title {
  color: #000000;
}
.cid-v9vYwPiWOX .card-desc {
  color: #8a8a8a;
}
.cid-v9tvdi9TfO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/instalacion-de-tuberia-de-acero-inoxidable-y-acero-al-carbon-2000x1123.jpg");
}
@media (max-width: 767px) {
  .cid-v9tvdi9TfO h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v9tvdi9TfO .container {
    position: relative;
  }
  .cid-v9tvdi9TfO .row {
    margin: 0;
  }
  .cid-v9tvdi9TfO h2 {
    margin: 0;
  }
}
.cid-v9tvdi9TfO .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v9tvdi9TfO .mbr-text {
  margin-top: 1.4rem;
}
.cid-v9tvdi9TfO h2 {
  color: #002793;
}
.cid-v9w15OWpJV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9w15OWpJV .card-wrapper {
  height: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v9w15OWpJV .card-wrapper .card-img {
  position: relative;
  width: auto;
  padding-right: 20px;
}
.cid-v9w15OWpJV .card-wrapper .card-img .card-icon {
  background: #130947;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-v9w15OWpJV .card-wrapper .card-img .card-icon .mbr-iconfont {
  font-size: 2.5rem;
  color: #ffffff;
}
.cid-v9w15OWpJV .card-wrapper .card-box {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v9w15OWpJV .card-wrapper .card-box .card-title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px !important;
  color: #130947;
  font-weight: 700;
}
.cid-v9w15OWpJV .card-wrapper .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v9w15OWpJV .card-wrapper .card-box p {
  text-align: left;
  color: #6d7a8c;
  line-height: 1.29;
}
.cid-v9w15OWpJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9w15OWpJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tvdlGYDB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-v9tvdlGYDB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v9tvdlGYDB li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-v9tvdlGYDB .time {
  line-height: 2;
}
.cid-v9tvdlGYDB .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-v9tvdlGYDB .text-wrap {
  width: 100%;
}
.cid-v9tvdlGYDB .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v9tvdlGYDB .item-wrap span,
.cid-v9tvdlGYDB .item-wrap p {
  transition: all 0.3s;
}
.cid-v9tvdlGYDB .item-wrap:hover span,
.cid-v9tvdlGYDB .item-wrap:hover p {
  color: #ffffff !important;
}
.cid-v9tvdlGYDB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v9tvdlGYDB .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #d58f76 !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-v9tvdlGYDB .socicon-wrap .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-v9tvdlGYDB .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-v9tvdlGYDB .mbr-iconfont {
  font-size: 1.2rem;
  color: #999999 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v9tvdlGYDB .socicon-wrap {
    margin: auto;
  }
  .cid-v9tvdlGYDB .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-v9tvdlGYDB .title {
  color: #ffffff;
}
.cid-v9tvdlGYDB .mbr-text {
  color: #999999;
}
.cid-v9tvdlGYDB .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-v9tvdlGYDB .icon-title,
.cid-v9tvdlGYDB .align-wrap {
  color: #999999;
}
