@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap);









body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #6da0b1 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #6da0b1 !important;
  border-color: #6da0b1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #497989 !important;
  border-color: #497989 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #497989 !important;
  border-color: #497989 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #406a78 !important;
  color: #406a78 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #6da0b1 !important;
  border-color: #6da0b1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6da0b1 !important;
  border-color: #6da0b1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #6da0b1 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #406a78 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.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: #6da0b1;
  border-color: #6da0b1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6da0b1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0d6dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Oxygen', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #6da0b1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #6da0b1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #6da0b1;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6da0b1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6da0b1;
  border-bottom-color: #6da0b1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #6da0b1 !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: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236da0b1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qM76Bq1urm {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qM76Bq1urm .image-block {
  position: relative;
  margin: auto;
}
.cid-qM76Bq1urm .image-block img {
  width: 100%;
}
.cid-qM76Bq1urm .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qM76Bq1urm .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-rYqrlxKhxH {
  background-image: url("../../../assets/images/equipo-para-ensayos-de-rigidez-dielectrica-1600x1200.jpg");
}
.cid-rYqrlxKhxH .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rYqrlxKhxH .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rYqrlxKhxH .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qSjHXwWViy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSjHXwWViy .content-slider {
  display: flex;
  justify-content: center;
  padding: 0;
}
.cid-qSjHXwWViy .modal-body .close {
  background: #1b1b1b;
}
.cid-qSjHXwWViy .modal-body .close span {
  font-style: normal;
}
.cid-qSjHXwWViy .carousel-inner > .active,
.cid-qSjHXwWViy .carousel-inner > .next,
.cid-qSjHXwWViy .carousel-inner > .prev {
  display: flex;
}
.cid-qSjHXwWViy .carousel-control .icon-next,
.cid-qSjHXwWViy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qSjHXwWViy .carousel-control:hover {
  background: #6da0b1;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSjHXwWViy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qSjHXwWViy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-qSjHXwWViy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qSjHXwWViy .boxed-slider > div {
  position: relative;
}
.cid-qSjHXwWViy .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-qSjHXwWViy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qSjHXwWViy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSjHXwWViy .mbr-table-cell {
  padding: 0;
}
.cid-qSjHXwWViy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qSjHXwWViy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qSjHXwWViy .mbr-overlay {
  z-index: 1;
}
.cid-qSjHXwWViy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-qSjHXwWViy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qSjHXwWViy .carousel-item .container {
    width: 100%;
  }
}
.cid-qSjHXwWViy .carousel-item-next.carousel-item-left,
.cid-qSjHXwWViy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qSjHXwWViy .active.carousel-item-right,
.cid-qSjHXwWViy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qSjHXwWViy .active.carousel-item-left,
.cid-qSjHXwWViy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qSjHXwWViy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qSjHXwWViy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qSjHXwWViy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qSjHXwWViy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qSjHXwWViy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qSjHXwWViy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #6da0b1;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qSjHXwWViy .mbr-slider .carousel-indicators li.active,
.cid-qSjHXwWViy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qSjHXwWViy .mbr-slider .carousel-indicators li::after,
.cid-qSjHXwWViy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qSjHXwWViy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qSjHXwWViy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qSjHXwWViy .mbr-slider > .container img {
  width: 100%;
}
.cid-qSjHXwWViy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qSjHXwWViy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qSjHXwWViy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qSjHXwWViy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSjHXwWViy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qSjHXwWViy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-qSjHXwWViy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qSjHXwWViy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qSjHXwWViy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qSjHXwWViy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qSjHXwWViy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qSjHXwWViy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qSjHXwWViy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qSjHXwWViy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qSjHXwWViy .carousel-inner {
  height: 100%;
}
.cid-qSjHXwWViy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qSjHXwWViy .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 500px;
  overflow: hidden;
}
.cid-qSjHXwWViy .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-qSjHXwWViy .content-slider-wrap {
  width: 100%;
}
.cid-qSjHXwWViy H2 {
  text-align: right;
}
.cid-qSjHXwWViy P {
  text-align: right;
}
.cid-qSjHXwWViy a {
  float: right !important;
}
.cid-qMnK2iE2qx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #6da0b1;
}
.cid-qMnK2iE2qx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qMnK2iE2qx .mbr-section-subtitle,
.cid-qMnK2iE2qx .mbr-text {
  color: #878787;
}
.cid-qMnK2iE2qx .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-qMnK2iE2qx .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qMnK2iE2qx .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-qMnK2iE2qx .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-qMnK2iE2qx .wrapper .content-block .mbr-overlay {
  background: #6da0b1;
  opacity: 0.8;
}
.cid-qMnK2iE2qx .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qMnK2iE2qx .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qMnK2iE2qx .wrapper {
    padding: 1rem;
  }
  .cid-qMnK2iE2qx .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-qMnK2iE2qx .card-subtitle,
.cid-qMnK2iE2qx .card-underline {
  color: #ffffff;
}
.cid-qMnK2iE2qx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qMnK2iE2qx .card-title {
  color: #ffffff;
}
.cid-qMnK2iE2qx .main-subtitle {
  color: #6da0b1;
}
.cid-qMnK2iE2qx .main-title {
  color: #ffffff;
}
.cid-qMnK2iE2qx img {
  border-radius: 12px;
}
.cid-qU0m7fL00v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #6da0b1;
}
.cid-qU0m7fL00v .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qU0m7fL00v .mbr-section-subtitle,
.cid-qU0m7fL00v .mbr-text {
  color: #878787;
}
.cid-qU0m7fL00v .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-qU0m7fL00v .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qU0m7fL00v .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-qU0m7fL00v .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-qU0m7fL00v .wrapper .content-block .mbr-overlay {
  background: #6da0b1;
  opacity: 0.8;
}
.cid-qU0m7fL00v .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qU0m7fL00v .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qU0m7fL00v .wrapper {
    padding: 1rem;
  }
  .cid-qU0m7fL00v .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-qU0m7fL00v .card-subtitle,
.cid-qU0m7fL00v .card-underline {
  color: #ffffff;
}
.cid-qU0m7fL00v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qU0m7fL00v .card-title {
  color: #ffffff;
}
.cid-qU0m7fL00v .main-subtitle {
  color: #6da0b1;
}
.cid-qU0m7fL00v img {
  border-radius: 12px;
}
.cid-qU0hjy1v6L {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qU0hjy1v6L .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qU0hjy1v6L .mbr-section-subtitle,
.cid-qU0hjy1v6L .mbr-text {
  color: #878787;
}
.cid-qU0hjy1v6L .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-qU0hjy1v6L .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qU0hjy1v6L .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-qU0hjy1v6L .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-qU0hjy1v6L .wrapper .content-block .mbr-overlay {
  background: #6da0b1;
  opacity: 0.8;
}
.cid-qU0hjy1v6L .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qU0hjy1v6L .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qU0hjy1v6L .wrapper {
    padding: 1rem;
  }
  .cid-qU0hjy1v6L .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-qU0hjy1v6L .card-subtitle,
.cid-qU0hjy1v6L .card-underline {
  color: #ffffff;
}
.cid-qU0hjy1v6L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qU0hjy1v6L .card-title {
  color: #ffffff;
}
.cid-qU0hjy1v6L .main-subtitle {
  color: #6da0b1;
}
.cid-qU0hjy1v6L img {
  border-radius: 12px;
}
.cid-qMi3wAWlKq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qMi3wAWlKq .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qMi3wAWlKq .mbr-text {
  padding: 2rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-qMi3wAWlKq .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-qM78PZfqxL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qM78PZfqxL .card {
  flex-direction: row;
  justify-content: center;
}
.cid-qM78PZfqxL .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-qM78PZfqxL .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-qM78PZfqxL .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-qM78PZfqxL .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-qM78PZfqxL .card {
    flex-direction: column;
  }
  .cid-qM78PZfqxL .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-qM78PZfqxL .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-qM78PZfqxL .card .card-box .card-title,
  .cid-qM78PZfqxL .card .card-box .mbr-text,
  .cid-qM78PZfqxL .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-qM78PZfqxL .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-qM78PZfqxL .card .card-img {
    text-align: right !important;
  }
}
.cid-qM78PZfqxL .link B {
  color: #2b6477;
}
.cid-qMim8jztB0 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qMim8jztB0 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qMim8jztB0 .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qMim8jztB0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qScChVlmcB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScChVlmcB .card .card-img img {
  transition: all .5s;
}
.cid-qScChVlmcB .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScChVlmcB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScChVlmcB .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScChVlmcB .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScChVlmcB .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScChVlmcB .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScChVlmcB .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScChVlmcB .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScChVlmcB .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScChVlmcB .form1 .input-group-btn {
  width: 100%;
}
.cid-qScChVlmcB .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScChVlmcB .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScChVlmcB .first-row {
  height: 40%;
}
.cid-qScChVlmcB .first-row.only-first-row {
  height: 100%;
}
.cid-qScChVlmcB .first-row.two-items {
  height: 50%;
}
.cid-qScChVlmcB .second-row {
  height: calc(100% - 40%);
}
.cid-qScChVlmcB .second-row.two-items {
  height: 50%;
}
.cid-qScChVlmcB .card {
  height: 100%;
}
.cid-qScChVlmcB .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScChVlmcB .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScChVlmcB .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScChVlmcB .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScChVlmcB .caption .mbr-text {
  margin: 0;
}
.cid-qScChVlmcB .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScChVlmcB .form1 {
    padding: 1.5rem;
  }
  .cid-qScChVlmcB .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScChVlmcB .first-row {
    height: 33%;
  }
  .cid-qScChVlmcB .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScChVlmcB .items-column {
    padding-top: 2rem;
  }
}
.cid-qMnPmMYazA {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qMnPmMYazA .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-qMnPmMYazA .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-qMnPmMYazA .card .card-title {
  letter-spacing: 1px;
}
.cid-qMnPmMYazA .card-title {
  margin: 0;
}
.cid-qMnPmMYazA .mbr-text,
.cid-qMnPmMYazA .card-title {
  color: #878787;
}
.cid-qMnPmMYazA .card-title,
.cid-qMnPmMYazA .card-img {
  color: #d8d7d7;
  text-align: center;
}
.cid-rOTWlWpws0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOTWlWpws0 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rOTWlWpws0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qMLeeSvIIO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qMLeeSvIIO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLeeSvIIO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qMLeeSvIIO .media-wrap img {
  height: 6rem;
}
.cid-qMLeeSvIIO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qMLeeSvIIO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLeeSvIIO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qMLeeSvIIO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qMLeeSvIIO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qMLeeSvIIO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qMLeeSvIIO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qMLeeSvIIO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qMLeeSvIIO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMLeeSvIIO .links {
  color: #232323;
}
.cid-qMLeeSvIIO .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qM78E3um62 H2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
}
.cid-qM78E3um62 .intro-box h5 {
  font-family: 'Oxygen', sans-serif;
}
.cid-qM78BM3ScQ H2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 36px;
}
.cid-qM78BM3ScQ .intro-box h5 {
  font-family: 'Oxygen', sans-serif;
}
.cid-qN2QCGySuA {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qN2QCGySuA .image-block {
  position: relative;
  margin: auto;
}
.cid-qN2QCGySuA .image-block img {
  width: 100%;
}
.cid-qN2QCGySuA .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qN2QCGySuA .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qMX8d7Nxnx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qMX8d7Nxnx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qMX8d7Nxnx .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qMX8d7Nxnx .title {
    width: 100% !important;
  }
}
.cid-qMX8d7Nxnx .mbr-section-title {
  color: #efefef;
}
.cid-qSjwaYPAHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSjwaYPAHI .row {
  flex-direction: row-reverse;
}
.cid-qSjwaYPAHI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qSjwaYPAHI .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qSjwaYPAHI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qSjwaYPAHI .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qSjwaYPAHI .mbr-section-subtitle,
.cid-qSjwaYPAHI .mbr-text {
  color: #878787;
}
.cid-qSjwaYPAHI .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qSjwaYPAHI .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qSjwaYPAHI .text-element {
    padding-top: 0;
  }
}
.cid-qSjwaYPAHI .mbr-text,
.cid-qSjwaYPAHI .mbr-section-btn {
  text-align: right;
}
.cid-qSjwaYPAHI #imagen {
  border-radius: 10px;
  transition: all 0.5s linear 0s !important;
}
.cid-qMXawhPQJH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qMXawhPQJH .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-qMXawhPQJH .card .card-img img {
  transition: all .5s;
}
.cid-qMXawhPQJH .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qMXawhPQJH .media-container-column {
  justify-content: flex-start;
  padding: 0;
}
.cid-qMXawhPQJH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qMXawhPQJH .first-card .card-wrapper {
  height: 100%;
}
.cid-qMXawhPQJH .first-card .card-box {
  background: #efefef;
  padding: 2rem;
}
.cid-qMXawhPQJH .first-card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qMXawhPQJH .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qMXawhPQJH .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qMXawhPQJH .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qMXawhPQJH .first-row,
.cid-qMXawhPQJH .second-row {
  height: 50%;
  margin: 0;
}
.cid-qMXawhPQJH .first-row .card .card-wrapper,
.cid-qMXawhPQJH .second-row .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qMXawhPQJH .first-row .card .card-wrapper .card-img,
.cid-qMXawhPQJH .second-row .card .card-wrapper .card-img {
  height: 100%;
}
.cid-qMXawhPQJH .first-row .card .card-wrapper .card-img img,
.cid-qMXawhPQJH .second-row .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qMXawhPQJH .first-row .caption,
.cid-qMXawhPQJH .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 2px;
}
.cid-qMXawhPQJH .first-row .caption .price,
.cid-qMXawhPQJH .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-qMXawhPQJH .first-row {
  padding-bottom: 1rem;
}
.cid-qMXawhPQJH .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-qMXawhPQJH .first-card,
  .cid-qMXawhPQJH .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qMXawhPQJH .first-card {
    padding-bottom: 2rem;
  }
  .cid-qMXawhPQJH .only-first-row {
    height: 100%;
  }
}
.cid-qMXawhPQJH .first-card-text,
.cid-qMXawhPQJH .card-btn {
  color: #444444;
}
.cid-qSjA2CEPMl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qSjA2CEPMl .line {
  background-color: #6da0b1;
  color: #6da0b1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSjA2CEPMl .mbr-text {
  padding: 2rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-qSjA2CEPMl .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-qScCKJpI5w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScCKJpI5w .card .card-img img {
  transition: all .5s;
}
.cid-qScCKJpI5w .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScCKJpI5w .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScCKJpI5w .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScCKJpI5w .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScCKJpI5w .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScCKJpI5w .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScCKJpI5w .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScCKJpI5w .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScCKJpI5w .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScCKJpI5w .form1 .input-group-btn {
  width: 100%;
}
.cid-qScCKJpI5w .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScCKJpI5w .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScCKJpI5w .first-row {
  height: 40%;
}
.cid-qScCKJpI5w .first-row.only-first-row {
  height: 100%;
}
.cid-qScCKJpI5w .first-row.two-items {
  height: 50%;
}
.cid-qScCKJpI5w .second-row {
  height: calc(100% - 40%);
}
.cid-qScCKJpI5w .second-row.two-items {
  height: 50%;
}
.cid-qScCKJpI5w .card {
  height: 100%;
}
.cid-qScCKJpI5w .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScCKJpI5w .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScCKJpI5w .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScCKJpI5w .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScCKJpI5w .caption .mbr-text {
  margin: 0;
}
.cid-qScCKJpI5w .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScCKJpI5w .form1 {
    padding: 1.5rem;
  }
  .cid-qScCKJpI5w .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScCKJpI5w .first-row {
    height: 33%;
  }
  .cid-qScCKJpI5w .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScCKJpI5w .items-column {
    padding-top: 2rem;
  }
}
.cid-qSjEUTKAiN {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjEUTKAiN .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjEUTKAiN .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjEUTKAiN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qN2R7pAci3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qN2R7pAci3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN2R7pAci3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qN2R7pAci3 .media-wrap img {
  height: 6rem;
}
.cid-qN2R7pAci3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qN2R7pAci3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN2R7pAci3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qN2R7pAci3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qN2R7pAci3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qN2R7pAci3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qN2R7pAci3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qN2R7pAci3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qN2R7pAci3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qN2R7pAci3 .links {
  color: #232323;
}
.cid-qN2R7pAci3 .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}






.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qMLKS6yUr4 H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
}
.cid-qMLKS6yUr4 .mbr-section-title {
  font-size: 30px;
}
.cid-qMLKXKbZuP H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
}
.cid-qMLKXKbZuP .mbr-section-title {
  font-size: 30px;
}
.cid-qMLLBprZz0 {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-qMLLBprZz0 .team-card .image-wrap {
  overflow: hidden;
}
.cid-qMLLBprZz0 .team-card .image-wrap img {
  transition: all .5s;
}
.cid-qMLLBprZz0 .team-card .image-wrap:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qMLLBprZz0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qMLLBprZz0 .team-card {
  margin-bottom: 2rem;
}
.cid-qMLLBprZz0 .card-wrap {
  background: #ffffff;
}
.cid-qMLLBprZz0 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-qMLLBprZz0 .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-qMLLBprZz0 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qMLLBprZz0 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qMLLBprZz0 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-qMLLBprZz0 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-qMLLBprZz0 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-qMLScrFb09 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qMLScrFb09 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qMLScrFb09 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qMLScrFb09 .title {
    width: 100% !important;
  }
}
.cid-qMLS7Htu9y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMLS7Htu9y blockquote {
  border-color: #c19b76 !important;
}
.cid-qMLSCtaBJw {
  background-image: url("../../../assets/images/leds-comsiscal-2-2000x1568.jpg");
}
.cid-qMLSCtaBJw .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-qMLSCtaBJw .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qMLSCtaBJw .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qMLSCtaBJw .mbr-section-subtitle,
.cid-qMLSCtaBJw .underline {
  color: #c19b76;
}
.cid-qMXwIx1VY8 {
  background-image: url("../../../assets/images/estancialeds-comsiscal-op-1592x1194.jpg");
}
.cid-qMXwIx1VY8 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qMXwIx1VY8 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qMXwIx1VY8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qMXwIx1VY8 .animated-element,
.cid-qMXwIx1VY8 .typed-cursor {
  color: #ffffff;
}
.cid-qMXwIx1VY8 .animated-element {
  border-bottom: 5px solid #c19b76;
}
@media (max-width: 767px) {
  .cid-qMXwIx1VY8 .typed-text {
    text-align: center;
  }
}
.cid-qMXz64D1rt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qMXz64D1rt .card {
  flex-direction: row;
  justify-content: center;
}
.cid-qMXz64D1rt .card .card-img {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.cid-qMXz64D1rt .card .card-box {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-qMXz64D1rt .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-qMXz64D1rt .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-qMXz64D1rt .card {
    flex-direction: column;
  }
  .cid-qMXz64D1rt .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-qMXz64D1rt .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-qMXz64D1rt .card .card-box .card-title,
  .cid-qMXz64D1rt .card .card-box .mbr-text,
  .cid-qMXz64D1rt .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-qMXz64D1rt .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-qMXz64D1rt .card .card-img {
    text-align: right !important;
  }
}
.cid-qMXF4qOUzx {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #6da0b1;
}
.cid-qMXF4qOUzx .image-block {
  position: relative;
  margin: auto;
}
.cid-qMXF4qOUzx .image-block img {
  width: 100%;
}
.cid-qMXF4qOUzx .image-block .img-caption {
  background: #c19b76;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qMXF4qOUzx .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qMXGqNxF4Z {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #6da0b1;
}
.cid-qMXGqNxF4Z blockquote {
  border-color: #c19b76 !important;
}
.cid-qMXGqNxF4Z P {
  text-align: left;
  color: #fcfcfc;
}
.cid-qMXHiBl4cc {
  background-image: url("../../../assets/images/fotolia-105152967-m-1599x1188.jpg");
}
.cid-qMXHiBl4cc .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-qMXHiBl4cc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-qMXHiBl4cc .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-qN2X90bijE .mbr-iconfont-features4 {
  color: #6da0b1 !important;
}
.cid-qN2X90bijE .wraper {
  border-color: #6da0b1 !important;
}
.cid-qN2X90bijE H4 {
  font-family: 'Oxygen', sans-serif;
}
.cid-qN2X90bijE P {
  font-family: 'Oxygen', sans-serif;
}
.cid-qN2YKsceYL {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qN2YKsceYL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qN2YKsceYL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qN2YKsceYL .counter-container ol li {
  list-style: none;
}
.cid-qN2YKsceYL .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #6da0b1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-qN30aQIMMi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qN30aQIMMi .row {
  flex-direction: row-reverse;
}
.cid-qN30aQIMMi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qN30aQIMMi .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qN30aQIMMi .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qN30aQIMMi .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qN30aQIMMi .mbr-section-subtitle,
.cid-qN30aQIMMi .mbr-text {
  color: #878787;
}
.cid-qN30aQIMMi .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qN30aQIMMi .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qN30aQIMMi .text-element {
    padding-top: 0;
  }
}
.cid-qN30aQIMMi .mbr-text,
.cid-qN30aQIMMi .mbr-section-btn {
  text-align: right;
}
.cid-qN30aQIMMi .mbr-section-title {
  text-align: right;
}
.cid-qN30oumQiB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fotolia-105152967-m-1-1599x1188.jpg");
}
.cid-qN30oumQiB .row {
  flex-direction: row-reverse;
}
.cid-qN30oumQiB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qN30oumQiB .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qN30oumQiB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qN30oumQiB .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qN30oumQiB .mbr-section-subtitle,
.cid-qN30oumQiB .mbr-text {
  color: #878787;
}
.cid-qN30oumQiB .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qN30oumQiB .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qN30oumQiB .text-element {
    padding-top: 0;
  }
}
.cid-qN30oumQiB .mbr-section-title {
  text-align: right;
}
.cid-qN30oumQiB .mbr-text,
.cid-qN30oumQiB .mbr-section-btn {
  text-align: right;
}
.cid-qN2X4chVdw .card-img {
  background-color: #6da0b1 !important;
}
.cid-qN30VhHdCG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6da0b1;
}
.cid-qN30VhHdCG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qN30VhHdCG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qN30VhHdCG .title {
    width: 100% !important;
  }
}
.cid-qN30VhHdCG .mbr-section-title {
  color: #fcfcfc;
}
.cid-qN30VhHdCG .mbr-section-subtitle,
.cid-qN30VhHdCG .underline {
  color: #ffffff;
}
.cid-qScCTF6Qbv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScCTF6Qbv .card .card-img img {
  transition: all .5s;
}
.cid-qScCTF6Qbv .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScCTF6Qbv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScCTF6Qbv .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScCTF6Qbv .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScCTF6Qbv .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScCTF6Qbv .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScCTF6Qbv .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScCTF6Qbv .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScCTF6Qbv .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScCTF6Qbv .form1 .input-group-btn {
  width: 100%;
}
.cid-qScCTF6Qbv .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScCTF6Qbv .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScCTF6Qbv .first-row {
  height: 40%;
}
.cid-qScCTF6Qbv .first-row.only-first-row {
  height: 100%;
}
.cid-qScCTF6Qbv .first-row.two-items {
  height: 50%;
}
.cid-qScCTF6Qbv .second-row {
  height: calc(100% - 40%);
}
.cid-qScCTF6Qbv .second-row.two-items {
  height: 50%;
}
.cid-qScCTF6Qbv .card {
  height: 100%;
}
.cid-qScCTF6Qbv .card .card-wrapper {
  height: 100%;
  position: relative;
}
.cid-qScCTF6Qbv .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScCTF6Qbv .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScCTF6Qbv .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScCTF6Qbv .caption .mbr-text {
  margin: 0;
}
.cid-qScCTF6Qbv .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScCTF6Qbv .form1 {
    padding: 1.5rem;
  }
  .cid-qScCTF6Qbv .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScCTF6Qbv .first-row {
    height: 33%;
  }
  .cid-qScCTF6Qbv .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScCTF6Qbv .items-column {
    padding-top: 2rem;
  }
}
.cid-qSjF0blqg5 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjF0blqg5 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjF0blqg5 .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjF0blqg5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qMLLxnYebH H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
}
.cid-qMLLxnYebH .mbr-section-title {
  font-size: 30px;
}
.cid-qMLLuXo8kV H4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 30px;
}
.cid-qMLLuXo8kV .mbr-section-title {
  font-size: 30px;
}
.cid-qN2Ri0JPqS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qN2Ri0JPqS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN2Ri0JPqS .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qN2Ri0JPqS .media-wrap img {
  height: 6rem;
}
.cid-qN2Ri0JPqS .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qN2Ri0JPqS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN2Ri0JPqS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qN2Ri0JPqS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qN2Ri0JPqS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qN2Ri0JPqS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qN2Ri0JPqS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qN2Ri0JPqS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qN2Ri0JPqS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qN2Ri0JPqS .links {
  color: #232323;
}
.cid-qN2Ri0JPqS .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qN34wGPoic {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qN34wGPoic .image-block {
  position: relative;
  margin: auto;
}
.cid-qN34wGPoic .image-block img {
  width: 100%;
}
.cid-qN34wGPoic .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qN34wGPoic .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qN358KPYl2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6da0b1;
}
.cid-qN358KPYl2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qN358KPYl2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qN358KPYl2 .title {
    width: 100% !important;
  }
}
.cid-qN358KPYl2 .mbr-section-title {
  color: #efefef;
}
.cid-qN35KhSBJ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qN35KhSBJ4 .row {
  flex-direction: row-reverse;
}
.cid-qN35KhSBJ4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qN35KhSBJ4 .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qN35KhSBJ4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qN35KhSBJ4 .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qN35KhSBJ4 .mbr-section-subtitle,
.cid-qN35KhSBJ4 .mbr-text {
  color: #878787;
}
.cid-qN35KhSBJ4 .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qN35KhSBJ4 .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qN35KhSBJ4 .text-element {
    padding-top: 0;
  }
}
.cid-qN35KhSBJ4 .mbr-text,
.cid-qN35KhSBJ4 .mbr-section-btn {
  text-align: right;
}
.cid-qNqfoUOtYx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNqfoUOtYx .wrapper {
  overflow: hidden;
}
.cid-qNqfoUOtYx .wrapper img {
  transition: all .5s;
}
.cid-qNqfoUOtYx .wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qNqfoUOtYx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qNqfoUOtYx .wrapper {
  position: relative;
  padding: 2rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-qNqfoUOtYx .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-qNqfoUOtYx .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qNqfoUOtYx .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qNqfoUOtYx .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-qNqfoUOtYx .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-qNqfoUOtYx .main-subtitle {
  color: #6da0b1;
}
.cid-qNqfoUOtYx a {
  text-shadow: 2px 2px 2px grey;
  font-weight: bold !important;
}
.cid-qNqmQPNS42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qNqmQPNS42 blockquote {
  border-color: #6da0b1 !important;
}
.cid-qScDhFblfC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScDhFblfC .card .card-img img {
  transition: all .5s;
}
.cid-qScDhFblfC .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScDhFblfC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScDhFblfC .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScDhFblfC .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScDhFblfC .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScDhFblfC .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScDhFblfC .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScDhFblfC .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScDhFblfC .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScDhFblfC .form1 .input-group-btn {
  width: 100%;
}
.cid-qScDhFblfC .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScDhFblfC .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScDhFblfC .first-row {
  height: 40%;
}
.cid-qScDhFblfC .first-row.only-first-row {
  height: 100%;
}
.cid-qScDhFblfC .first-row.two-items {
  height: 50%;
}
.cid-qScDhFblfC .second-row {
  height: calc(100% - 40%);
}
.cid-qScDhFblfC .second-row.two-items {
  height: 50%;
}
.cid-qScDhFblfC .card {
  height: 100%;
}
.cid-qScDhFblfC .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScDhFblfC .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScDhFblfC .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScDhFblfC .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScDhFblfC .caption .mbr-text {
  margin: 0;
}
.cid-qScDhFblfC .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScDhFblfC .form1 {
    padding: 1.5rem;
  }
  .cid-qScDhFblfC .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScDhFblfC .first-row {
    height: 33%;
  }
  .cid-qScDhFblfC .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScDhFblfC .items-column {
    padding-top: 2rem;
  }
}
.cid-qSjF6YNu6Z {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjF6YNu6Z .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjF6YNu6Z .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjF6YNu6Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qN34txj5bB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qN34txj5bB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN34txj5bB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qN34txj5bB .media-wrap img {
  height: 6rem;
}
.cid-qN34txj5bB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qN34txj5bB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qN34txj5bB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qN34txj5bB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qN34txj5bB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qN34txj5bB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qN34txj5bB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qN34txj5bB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qN34txj5bB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qN34txj5bB .links {
  color: #232323;
}
.cid-qN34txj5bB .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qNqlxbuPop {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qNqlxbuPop .image-block {
  position: relative;
  margin: auto;
}
.cid-qNqlxbuPop .image-block img {
  width: 100%;
}
.cid-qNqlxbuPop .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qNqlxbuPop .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qNqlyaQuCY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #6da0b1;
}
.cid-qNqlyaQuCY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qNqlyaQuCY .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qNqlyaQuCY .title {
    width: 100% !important;
  }
}
.cid-qNqlyaQuCY .mbr-section-title {
  color: #efefef;
}
.cid-qNqljbgQlo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNqljbgQlo .row {
  flex-direction: row-reverse;
}
.cid-qNqljbgQlo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qNqljbgQlo .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qNqljbgQlo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qNqljbgQlo .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qNqljbgQlo .mbr-section-subtitle,
.cid-qNqljbgQlo .mbr-text {
  color: #878787;
}
.cid-qNqljbgQlo .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qNqljbgQlo .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qNqljbgQlo .text-element {
    padding-top: 0;
  }
}
.cid-qNqljbgQlo .mbr-text,
.cid-qNqljbgQlo .mbr-section-btn {
  text-align: left;
}
.cid-qSjDJEQBFe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSjDJEQBFe .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qSjDJEQBFe .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qSjDJEQBFe .title {
    width: 100% !important;
  }
}
.cid-qSjDd5Hge1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qSjDd5Hge1 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qSjDd5Hge1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qSjDd5Hge1 .counter-container ol li {
  list-style: none;
}
.cid-qSjDd5Hge1 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-qSjDd5Hge1 .mbr-text {
  text-align: left;
}
.cid-qSjDVrRfLs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/calibre-1400x1400-97-1110x1110.jpg");
}
@media (max-width: 767px) {
  .cid-qSjDVrRfLs .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qScDnIUD8Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScDnIUD8Z .card .card-img img {
  transition: all .5s;
}
.cid-qScDnIUD8Z .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScDnIUD8Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScDnIUD8Z .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScDnIUD8Z .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScDnIUD8Z .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScDnIUD8Z .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScDnIUD8Z .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScDnIUD8Z .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScDnIUD8Z .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScDnIUD8Z .form1 .input-group-btn {
  width: 100%;
}
.cid-qScDnIUD8Z .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScDnIUD8Z .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScDnIUD8Z .first-row {
  height: 40%;
}
.cid-qScDnIUD8Z .first-row.only-first-row {
  height: 100%;
}
.cid-qScDnIUD8Z .first-row.two-items {
  height: 50%;
}
.cid-qScDnIUD8Z .second-row {
  height: calc(100% - 40%);
}
.cid-qScDnIUD8Z .second-row.two-items {
  height: 50%;
}
.cid-qScDnIUD8Z .card {
  height: 100%;
}
.cid-qScDnIUD8Z .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScDnIUD8Z .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScDnIUD8Z .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScDnIUD8Z .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScDnIUD8Z .caption .mbr-text {
  margin: 0;
}
.cid-qScDnIUD8Z .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScDnIUD8Z .form1 {
    padding: 1.5rem;
  }
  .cid-qScDnIUD8Z .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScDnIUD8Z .first-row {
    height: 33%;
  }
  .cid-qScDnIUD8Z .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScDnIUD8Z .items-column {
    padding-top: 2rem;
  }
}
.cid-qSjFdgwtVm {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjFdgwtVm .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjFdgwtVm .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjFdgwtVm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qOng1Afb6n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qOng1Afb6n .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOng1Afb6n .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qOng1Afb6n .media-wrap img {
  height: 6rem;
}
.cid-qOng1Afb6n .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qOng1Afb6n .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOng1Afb6n .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qOng1Afb6n .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOng1Afb6n .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qOng1Afb6n .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOng1Afb6n .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOng1Afb6n .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOng1Afb6n .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qOng1Afb6n .links {
  color: #232323;
}
.cid-qOng1Afb6n .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qNqm2qSi2l {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qNqm2qSi2l .image-block {
  position: relative;
  margin: auto;
}
.cid-qNqm2qSi2l .image-block img {
  width: 100%;
}
.cid-qNqm2qSi2l .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qNqm2qSi2l .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qNqm1EJXZi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #6da0b1;
}
.cid-qNqm1EJXZi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qNqm1EJXZi .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qNqm1EJXZi .title {
    width: 100% !important;
  }
}
.cid-qNqm1EJXZi .mbr-section-title {
  color: #efefef;
}
.cid-qUbqs7iRdW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qUbqs7iRdW .content-slider {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.cid-qUbqs7iRdW .modal-body .close {
  background: #1b1b1b;
}
.cid-qUbqs7iRdW .modal-body .close span {
  font-style: normal;
}
.cid-qUbqs7iRdW .carousel-inner > .active,
.cid-qUbqs7iRdW .carousel-inner > .next,
.cid-qUbqs7iRdW .carousel-inner > .prev {
  display: flex;
}
.cid-qUbqs7iRdW .carousel-control .icon-next,
.cid-qUbqs7iRdW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qUbqs7iRdW .carousel-control:hover {
  background: #6da0b1;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qUbqs7iRdW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qUbqs7iRdW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-qUbqs7iRdW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qUbqs7iRdW .boxed-slider > div {
  position: relative;
}
.cid-qUbqs7iRdW .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-qUbqs7iRdW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qUbqs7iRdW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qUbqs7iRdW .mbr-table-cell {
  padding: 0;
}
.cid-qUbqs7iRdW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qUbqs7iRdW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qUbqs7iRdW .mbr-overlay {
  z-index: 1;
}
.cid-qUbqs7iRdW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-qUbqs7iRdW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qUbqs7iRdW .carousel-item .container {
    width: 100%;
  }
}
.cid-qUbqs7iRdW .carousel-item-next.carousel-item-left,
.cid-qUbqs7iRdW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qUbqs7iRdW .active.carousel-item-right,
.cid-qUbqs7iRdW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qUbqs7iRdW .active.carousel-item-left,
.cid-qUbqs7iRdW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qUbqs7iRdW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-qUbqs7iRdW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #6da0b1;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators li.active,
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators li::after,
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qUbqs7iRdW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qUbqs7iRdW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qUbqs7iRdW .mbr-slider > .container img {
  width: 100%;
}
.cid-qUbqs7iRdW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qUbqs7iRdW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qUbqs7iRdW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qUbqs7iRdW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qUbqs7iRdW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qUbqs7iRdW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-qUbqs7iRdW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qUbqs7iRdW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qUbqs7iRdW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qUbqs7iRdW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qUbqs7iRdW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qUbqs7iRdW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qUbqs7iRdW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qUbqs7iRdW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qUbqs7iRdW .carousel-inner {
  height: 100%;
}
.cid-qUbqs7iRdW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qUbqs7iRdW .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 300px;
  overflow: hidden;
}
.cid-qUbqs7iRdW .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-qUbqs7iRdW .content-slider-wrap {
  width: 100%;
}
.cid-qNqm0NrBHX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNqm0NrBHX .row {
  flex-direction: row-reverse;
}
.cid-qNqm0NrBHX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qNqm0NrBHX .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qNqm0NrBHX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qNqm0NrBHX .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qNqm0NrBHX .mbr-section-subtitle,
.cid-qNqm0NrBHX .mbr-text {
  color: #878787;
}
.cid-qNqm0NrBHX .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qNqm0NrBHX .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qNqm0NrBHX .text-element {
    padding-top: 0;
  }
}
.cid-qNqm0NrBHX .mbr-text,
.cid-qNqm0NrBHX .mbr-section-btn {
  text-align: right;
}
.cid-qNqm0NrBHX #imagen {
  border-radius: 10px;
  transition: all 0.5s linear 0s !important;
}
.cid-qOmCiPLr9b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-qOmCiPLr9b .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-qOmCiPLr9b .card .card-img img {
  transition: all .5s;
}
.cid-qOmCiPLr9b .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qOmCiPLr9b .media-container-column {
  justify-content: flex-start;
  padding: 0;
}
.cid-qOmCiPLr9b .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qOmCiPLr9b .first-card .card-wrapper {
  height: 100%;
}
.cid-qOmCiPLr9b .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-qOmCiPLr9b .first-card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qOmCiPLr9b .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qOmCiPLr9b .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qOmCiPLr9b .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qOmCiPLr9b .first-row,
.cid-qOmCiPLr9b .second-row {
  height: 50%;
  margin: 0;
}
.cid-qOmCiPLr9b .first-row .card .card-wrapper,
.cid-qOmCiPLr9b .second-row .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qOmCiPLr9b .first-row .card .card-wrapper .card-img,
.cid-qOmCiPLr9b .second-row .card .card-wrapper .card-img {
  height: 100%;
}
.cid-qOmCiPLr9b .first-row .card .card-wrapper .card-img img,
.cid-qOmCiPLr9b .second-row .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qOmCiPLr9b .first-row .caption,
.cid-qOmCiPLr9b .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 2px;
}
.cid-qOmCiPLr9b .first-row .caption .price,
.cid-qOmCiPLr9b .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-qOmCiPLr9b .first-row {
  padding-bottom: 1rem;
}
.cid-qOmCiPLr9b .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-qOmCiPLr9b .first-card,
  .cid-qOmCiPLr9b .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qOmCiPLr9b .first-card {
    padding-bottom: 2rem;
  }
  .cid-qOmCiPLr9b .only-first-row {
    height: 100%;
  }
}
.cid-qOmCiPLr9b .first-card-text,
.cid-qOmCiPLr9b .card-btn {
  color: #878787;
}
.cid-r4WlBto1z2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #efefef;
}
.cid-r4WlBto1z2 .image-block {
  position: relative;
  margin: auto;
}
.cid-r4WlBto1z2 .image-block img {
  width: 100%;
}
.cid-r4WlBto1z2 .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-r4WlBto1z2 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-r4WlBto1z2 P {
  text-align: center;
}
.cid-qU1iT9Qm9c {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qU1iT9Qm9c .mbr-section-subtitle {
  color: #6da0b1;
}
.cid-qU1iT9Qm9c .container-table {
  margin: 0 auto;
}
.cid-qU1iT9Qm9c .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qU1iT9Qm9c .dataTables_wrapper {
  display: block;
}
.cid-qU1iT9Qm9c .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qU1iT9Qm9c .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qU1iT9Qm9c table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qU1iT9Qm9c table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qU1iT9Qm9c table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qU1iT9Qm9c table td {
  border-top: 1px solid #cccccc;
}
.cid-qU1iT9Qm9c table.table {
  background: #ffffff;
}
.cid-qU1iT9Qm9c .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qU1iT9Qm9c .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qU1iT9Qm9c .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qU1iT9Qm9c .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qU1iT9Qm9c .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qU1iT9Qm9c .dataTables_filter {
    text-align: center;
  }
  .cid-qU1iT9Qm9c .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qU1iT9Qm9c .head-item {
  color: #2b6477;
}
.cid-qScDrT9FuO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScDrT9FuO .card .card-img img {
  transition: all .5s;
}
.cid-qScDrT9FuO .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScDrT9FuO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScDrT9FuO .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScDrT9FuO .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScDrT9FuO .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScDrT9FuO .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScDrT9FuO .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScDrT9FuO .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScDrT9FuO .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScDrT9FuO .form1 .input-group-btn {
  width: 100%;
}
.cid-qScDrT9FuO .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScDrT9FuO .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScDrT9FuO .first-row {
  height: 40%;
}
.cid-qScDrT9FuO .first-row.only-first-row {
  height: 100%;
}
.cid-qScDrT9FuO .first-row.two-items {
  height: 50%;
}
.cid-qScDrT9FuO .second-row {
  height: calc(100% - 40%);
}
.cid-qScDrT9FuO .second-row.two-items {
  height: 50%;
}
.cid-qScDrT9FuO .card {
  height: 100%;
}
.cid-qScDrT9FuO .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScDrT9FuO .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScDrT9FuO .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScDrT9FuO .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScDrT9FuO .caption .mbr-text {
  margin: 0;
}
.cid-qScDrT9FuO .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScDrT9FuO .form1 {
    padding: 1.5rem;
  }
  .cid-qScDrT9FuO .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScDrT9FuO .first-row {
    height: 33%;
  }
  .cid-qScDrT9FuO .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScDrT9FuO .items-column {
    padding-top: 2rem;
  }
}
.cid-qOn17t9mKh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qOn17t9mKh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOn17t9mKh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qOn17t9mKh .media-wrap img {
  height: 6rem;
}
.cid-qOn17t9mKh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qOn17t9mKh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qOn17t9mKh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qOn17t9mKh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qOn17t9mKh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qOn17t9mKh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qOn17t9mKh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qOn17t9mKh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qOn17t9mKh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qOn17t9mKh .links {
  color: #232323;
}
.cid-qOn17t9mKh .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qOngsvDBmK {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qOngsvDBmK .image-block {
  position: relative;
  margin: auto;
}
.cid-qOngsvDBmK .image-block img {
  width: 100%;
}
.cid-qOngsvDBmK .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qOngsvDBmK .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qOr03UuNCA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMLh37w8Lk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMLh37w8Lk blockquote {
  border-color: #c19b76 !important;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qMLgJ9SYNN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qMLgJ9SYNN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLgJ9SYNN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qMLgJ9SYNN .media-wrap img {
  height: 6rem;
}
.cid-qMLgJ9SYNN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qMLgJ9SYNN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLgJ9SYNN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qMLgJ9SYNN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qMLgJ9SYNN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qMLgJ9SYNN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qMLgJ9SYNN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qMLgJ9SYNN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qMLgJ9SYNN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMLgJ9SYNN .links {
  color: #232323;
}
.cid-qMLgJ9SYNN .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qOngwp2USw {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qOngwp2USw .image-block {
  position: relative;
  margin: auto;
}
.cid-qOngwp2USw .image-block img {
  width: 100%;
}
.cid-qOngwp2USw .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qOngwp2USw .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qOr0gtlhZj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMLwdoc5DW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qMLwdoc5DW blockquote {
  border-color: #c19b76 !important;
}
.cid-qMLwdoILd5 .nav-item:focus,
.cid-qMLwdoILd5 .nav-link:focus {
  outline: none;
}
.cid-qMLwdoILd5 a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qMLwdoILd5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qMLwdoILd5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qMLwdoILd5 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qMLwdoILd5 .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qMLwdoILd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qMLwdoILd5 .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qMLwdoILd5 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qMLwdoILd5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qMLwdoILd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qMLwdoILd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qMLwdoILd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qMLwdoILd5 .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-qMLwdoILd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qMLwdoILd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qMLwdoILd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qMLwdoILd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qMLwdoILd5 .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qMLwdoILd5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qMLwdoILd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qMLwdoILd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qMLwdoILd5 .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-qMLwdoILd5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qMLwdoILd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qMLwdoILd5 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qMLwdoILd5 .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qMLwdoILd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qMLwdoILd5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qMLwdoILd5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qMLwdoILd5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qMLwdoILd5 .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qMLwdoILd5 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qMLwdoILd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qMLwdoILd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qMLwdoILd5 .dropdown-item.active,
.cid-qMLwdoILd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-qMLwdoILd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qMLwdoILd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qMLwdoILd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qMLwdoILd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qMLwdoILd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qMLwdoILd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMLwdoILd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qMLwdoILd5 .navbar-buttons {
  text-align: center;
}
.cid-qMLwdoILd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qMLwdoILd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qMLwdoILd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMLwdoILd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMLwdoILd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMLwdoILd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMLwdoILd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMLwdoILd5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMLwdoILd5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMLwdoILd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMLwdoILd5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qMLwdoILd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qMLwdoILd5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qMLwdoILd5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qMLwdoILd5 .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qMLwdoILd5 .nav-link:hover,
.cid-qMLwdoILd5 .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qMLwdoILd5 .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qMLwdoILd5 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qMLwdoILd5 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qMLwdoILd5 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qMLwdoILd5 .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qMLwdoILd5 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qMLwdoILd5 .dropdown-menu {
    top: 100%;
  }
  .cid-qMLwdoILd5 .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qMLwdoILd5 .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qMLwdoILd5 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qMLwdoILd5 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qMLwdpqtsA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qMLwdpqtsA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLwdpqtsA .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qMLwdpqtsA .media-wrap img {
  height: 6rem;
}
.cid-qMLwdpqtsA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qMLwdpqtsA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMLwdpqtsA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qMLwdpqtsA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qMLwdpqtsA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qMLwdpqtsA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qMLwdpqtsA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qMLwdpqtsA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qMLwdpqtsA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMLwdpqtsA .links {
  color: #232323;
}
.cid-qMLwdpqtsA .copyright > p {
  color: #232323;
}
.cid-qMLwdq5gAs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMLwdq5gAs .mbr-text {
  color: #6da0b1;
}
.cid-qOr40CKWbN {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qOr40CKWbN .image-block {
  position: relative;
  margin: auto;
}
.cid-qOr40CKWbN .image-block img {
  width: 100%;
}
.cid-qOr40CKWbN .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-qOr40CKWbN .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qOr4d9cJFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qOr4d9cJFl .row {
  flex-direction: row-reverse;
}
.cid-qOr4d9cJFl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qOr4d9cJFl .image-element {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.cid-qOr4d9cJFl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qOr4d9cJFl .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qOr4d9cJFl .mbr-section-subtitle,
.cid-qOr4d9cJFl .mbr-text {
  color: #878787;
}
.cid-qOr4d9cJFl .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-qOr4d9cJFl .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cid-qOr4d9cJFl .text-element {
    padding-top: 0;
  }
}
.cid-qOr4d9cJFl img {
  border-radius: 12px;
}
.cid-qOr49UsmWs {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/maquina-precision-1400x787-87-1400x787.jpg");
}
.cid-qOr49UsmWs .card .card-img {
  overflow: hidden;
}
.cid-qOr49UsmWs .card .card-img img {
  transition: all .5s;
}
.cid-qOr49UsmWs .card .card-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qOr49UsmWs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qOr49UsmWs .card {
  height: 100%;
}
.cid-qOr49UsmWs .card .card-wrapper {
  height: 100%;
}
.cid-qOr49UsmWs .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-qOr49UsmWs .card .card-box {
  background: #6da0b1;
  padding: 2rem;
}
.cid-qOr49UsmWs .card .card-box .card-title {
  margin: 0;
}
.cid-qOr49UsmWs .card .info-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-qOr49UsmWs .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-qOr49UsmWs .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-qOr49UsmWs .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-qOr49UsmWs .card .card-footer {
  background: #6da0b1;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cid-qOr49UsmWs .card .card-footer .icons-list {
  margin: 0;
}
.cid-qOr49UsmWs .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-qOr49UsmWs .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-qOr49UsmWs .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-qOr49UsmWs .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-qOr49UsmWs .card-footer {
  border: none;
}
.cid-qOr49UsmWs .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-qOr49UsmWs .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qOr49UsmWs .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-qOr49UsmWs .card-title,
.cid-qOr49UsmWs .card-info {
  color: #efefef;
  text-align: center;
}
.cid-qOr49UsmWs .card-text,
.cid-qOr49UsmWs .card-btn {
  color: #efefef;
  text-align: center;
}
.cid-qOr49UsmWs .main-title {
  color: #ffffff;
}
.cid-qSjFkREKyw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjFkREKyw .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjFkREKyw .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjFkREKyw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qScvpz38DE .nav-item:focus,
.cid-qScvpz38DE .nav-link:focus {
  outline: none;
}
.cid-qScvpz38DE a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qScvpz38DE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qScvpz38DE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qScvpz38DE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qScvpz38DE .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qScvpz38DE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qScvpz38DE .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qScvpz38DE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qScvpz38DE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qScvpz38DE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qScvpz38DE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qScvpz38DE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qScvpz38DE .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-qScvpz38DE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qScvpz38DE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qScvpz38DE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qScvpz38DE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qScvpz38DE .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qScvpz38DE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qScvpz38DE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qScvpz38DE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qScvpz38DE .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-qScvpz38DE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qScvpz38DE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qScvpz38DE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qScvpz38DE .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qScvpz38DE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qScvpz38DE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qScvpz38DE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qScvpz38DE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qScvpz38DE .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qScvpz38DE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qScvpz38DE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qScvpz38DE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qScvpz38DE .dropdown-item.active,
.cid-qScvpz38DE .dropdown-item:active {
  background-color: transparent;
}
.cid-qScvpz38DE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qScvpz38DE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qScvpz38DE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qScvpz38DE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qScvpz38DE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qScvpz38DE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qScvpz38DE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qScvpz38DE .navbar-buttons {
  text-align: center;
}
.cid-qScvpz38DE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qScvpz38DE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qScvpz38DE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qScvpz38DE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qScvpz38DE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qScvpz38DE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qScvpz38DE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qScvpz38DE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qScvpz38DE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qScvpz38DE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qScvpz38DE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qScvpz38DE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qScvpz38DE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qScvpz38DE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qScvpz38DE .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qScvpz38DE .nav-link:hover,
.cid-qScvpz38DE .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qScvpz38DE .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qScvpz38DE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qScvpz38DE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qScvpz38DE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qScvpz38DE .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qScvpz38DE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qScvpz38DE .dropdown-menu {
    top: 100%;
  }
  .cid-qScvpz38DE .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qScvpz38DE .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qScvpz38DE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qScvpz38DE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qSczydt7vj {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qSczydt7vj .image-block {
  position: relative;
  margin: auto;
}
.cid-qSczydt7vj .image-block img {
  width: 100%;
}
.cid-qSczydt7vj .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-qSczydt7vj .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-qScv0Flmcx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qScv0Flmcx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScv0Flmcx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qScv0Flmcx .card .card-header {
  background: #6da0b1;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qScv0Flmcx .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qScv0Flmcx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qScv0Flmcx .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cid-qScv0Flmcx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-qScv0Flmcx .card .panel-body {
  background: #ffffff;
}
.cid-qScv0Flmcx .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qScv0Flmcx .card-header h4,
  .cid-qScv0Flmcx .panel-body {
    padding: 1rem !important;
  }
}
.cid-qScv0Flmcx H2 {
  text-align: center;
}
.cid-qScv0Flmcx .mbr-section-subtitle,
.cid-qScv0Flmcx .underline {
  color: #6da0b1;
}
.cid-qSjFhASJmc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ensayos-electricos-1-1020x638.jpg");
}
@media (max-width: 767px) {
  .cid-qSjFhASJmc .first-col {
    padding-bottom: 1rem;
  }
}
.cid-qSjFhASJmc .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-qSjFhASJmc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qScvajpFo5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #6da0b1;
}
.cid-qScvajpFo5 .card .card-img img {
  transition: all .5s;
}
.cid-qScvajpFo5 .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qScvajpFo5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qScvajpFo5 .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qScvajpFo5 .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qScvajpFo5 .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qScvajpFo5 .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qScvajpFo5 .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qScvajpFo5 .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qScvajpFo5 .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qScvajpFo5 .form1 .input-group-btn {
  width: 100%;
}
.cid-qScvajpFo5 .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qScvajpFo5 .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qScvajpFo5 .first-row {
  height: 40%;
}
.cid-qScvajpFo5 .first-row.only-first-row {
  height: 100%;
}
.cid-qScvajpFo5 .first-row.two-items {
  height: 50%;
}
.cid-qScvajpFo5 .second-row {
  height: calc(100% - 40%);
}
.cid-qScvajpFo5 .second-row.two-items {
  height: 50%;
}
.cid-qScvajpFo5 .card {
  height: 100%;
}
.cid-qScvajpFo5 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qScvajpFo5 .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qScvajpFo5 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qScvajpFo5 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qScvajpFo5 .caption .mbr-text {
  margin: 0;
}
.cid-qScvajpFo5 .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qScvajpFo5 .form1 {
    padding: 1.5rem;
  }
  .cid-qScvajpFo5 .second-card {
    padding-bottom: 2rem;
  }
  .cid-qScvajpFo5 .first-row {
    height: 33%;
  }
  .cid-qScvajpFo5 .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qScvajpFo5 .items-column {
    padding-top: 2rem;
  }
}
.cid-rcuoTUfBNL .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rcuoTUfBNL .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qScvbpM1us {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qScvbpM1us .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qScvbpM1us .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qScvbpM1us .media-wrap img {
  height: 6rem;
}
.cid-qScvbpM1us .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qScvbpM1us .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qScvbpM1us .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qScvbpM1us .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qScvbpM1us .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qScvbpM1us .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qScvbpM1us .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qScvbpM1us .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qScvbpM1us .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qScvbpM1us .links {
  color: #232323;
}
.cid-qScvbpM1us .copyright > p {
  color: #232323;
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
.cid-qM73fZLhkD .nav-item:focus,
.cid-qM73fZLhkD .nav-link:focus {
  outline: none;
}
.cid-qM73fZLhkD a.nav-link:focus {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qM73fZLhkD .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qM73fZLhkD .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-qM73fZLhkD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  flex-basis: auto;
  flex-grow: 0;
}
.cid-qM73fZLhkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qM73fZLhkD .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-qM73fZLhkD .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qM73fZLhkD .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-qM73fZLhkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qM73fZLhkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-qM73fZLhkD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qM73fZLhkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qM73fZLhkD .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qM73fZLhkD .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-qM73fZLhkD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qM73fZLhkD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qM73fZLhkD .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-qM73fZLhkD .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-qM73fZLhkD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qM73fZLhkD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qM73fZLhkD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qM73fZLhkD .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-qM73fZLhkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-qM73fZLhkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qM73fZLhkD .dropdown-item.active,
.cid-qM73fZLhkD .dropdown-item:active {
  background-color: transparent;
}
.cid-qM73fZLhkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qM73fZLhkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-qM73fZLhkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-qM73fZLhkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM73fZLhkD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qM73fZLhkD .navbar-buttons {
  text-align: center;
}
.cid-qM73fZLhkD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM73fZLhkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM73fZLhkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM73fZLhkD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qM73fZLhkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-qM73fZLhkD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qM73fZLhkD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qM73fZLhkD .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-qM73fZLhkD .nav-link:hover,
.cid-qM73fZLhkD .icons-menu .mbr-iconfont:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .dropdown-item:hover {
  color: #2b6477 !important;
}
.cid-qM73fZLhkD .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #2b6477;
  transition: width 0.3s ease-in;
}
.cid-qM73fZLhkD .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-qM73fZLhkD .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-qM73fZLhkD .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-qM73fZLhkD .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-qM73fZLhkD .dropdown-menu {
    top: 100%;
  }
  .cid-qM73fZLhkD .dropdown-item {
    border-bottom: 1px solid #a3a3a3;
    box-shadow: 0px 2px 5px #efefef;
    background: #efefef !important;
  }
  .cid-qM73fZLhkD .dropdown-item:hover {
    background: #d6d6d6 !important;
  }
  .cid-qM73fZLhkD .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-qM73fZLhkD .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-qU0OpZAj68 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #6da0b1;
}
.cid-qU0OpZAj68 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qU0OpZAj68 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qU0OpZAj68 .title {
    width: 100% !important;
  }
}
.cid-qU0OpZAj68 .mbr-section-title {
  color: #ffffff;
}
.cid-qU0Ok4mlyO {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #6da0b1;
}
.cid-qU0Ok4mlyO .card .card-img img {
  transition: all .5s;
}
.cid-qU0Ok4mlyO .card .card-wrapper:hover .card-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-qU0Ok4mlyO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-qU0Ok4mlyO .form1 {
  background: #6da0b1;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-qU0Ok4mlyO .form1 .input-wrap {
  margin-bottom: 1rem;
}
.cid-qU0Ok4mlyO .form1 .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #cccccc;
  width: 100%;
}
.cid-qU0Ok4mlyO .form1 .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-qU0Ok4mlyO .form1 .form-control::-moz-placeholder {
  color: #cccccc;
}
.cid-qU0Ok4mlyO .form1 .form-control:-moz-placeholder {
  color: #cccccc;
}
.cid-qU0Ok4mlyO .form1 .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.cid-qU0Ok4mlyO .form1 .input-group-btn {
  width: 100%;
}
.cid-qU0Ok4mlyO .form1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-qU0Ok4mlyO .items-column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.cid-qU0Ok4mlyO .first-row {
  height: 40%;
}
.cid-qU0Ok4mlyO .first-row.only-first-row {
  height: 100%;
}
.cid-qU0Ok4mlyO .first-row.two-items {
  height: 50%;
}
.cid-qU0Ok4mlyO .second-row {
  height: calc(100% - 40%);
}
.cid-qU0Ok4mlyO .second-row.two-items {
  height: 50%;
}
.cid-qU0Ok4mlyO .card {
  height: 100%;
}
.cid-qU0Ok4mlyO .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-qU0Ok4mlyO .card .card-wrapper .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-qU0Ok4mlyO .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qU0Ok4mlyO .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-qU0Ok4mlyO .caption .mbr-text {
  margin: 0;
}
.cid-qU0Ok4mlyO .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-qU0Ok4mlyO .form1 {
    padding: 1.5rem;
  }
  .cid-qU0Ok4mlyO .second-card {
    padding-bottom: 2rem;
  }
  .cid-qU0Ok4mlyO .first-row {
    height: 33%;
  }
  .cid-qU0Ok4mlyO .second-row {
    height: 67%;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-qU0Ok4mlyO .items-column {
    padding-top: 2rem;
  }
}
.cid-qMnNLZSGvP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d8d7d7;
}
.cid-qMnNLZSGvP .mbr-text {
  color: #6da0b1;
}
