@import url(https://fonts.googleapis.com/css?family=Archivo+Black:400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.3rem;
}
.display-14 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.3rem;
}
.display-15 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}

.display-2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
.display-43 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-43 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {

    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
}

.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.display-78 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
	line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
	  .display-43 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fd7006 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd7006 !important;
  border-color: #fd7006 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b54f01 !important;
  border-color: #b54f01 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b54f01 !important;
  border-color: #b54f01 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9c4401;
  color: #9c4401;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fd7006;
  border-color: #fd7006;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7006 !important;
  border-color: #fd7006 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fd7006 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9c4401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fd7006;
  border-color: #fd7006;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fd7006;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe4d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #fd7006;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fd7006;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd7006;
  border-bottom-color: #fd7006;
}
.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: #fd7006 !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fd7006' %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-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.8rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 4rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}

.cid-s7Yh3RGfRG img {
  filter: grayscale(0);
}
.cid-s7Yh3RGfRG .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-s7Yh3RGfRG .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-s7Yh3RGfRG .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-s7Yh3RGfRG .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(42, 80, 63, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-s7Yh3RGfRG .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-s7Yh3RGfRG .element-2 {
  font-family: 'Archivo Black', sans-serif;
}
.cid-s7Yh3RGfRG .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-s7Yh3RGfRG .image-element .img-wrap {
  width: 100% !important;
	height: 100vh;
}
.cid-s7Yh3RGfRG .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7Yh3RGfRG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Yh3RGfRG .carousel-item.active,
.cid-s7Yh3RGfRG .carousel-item-next,
.cid-s7Yh3RGfRG .carousel-item-prev {
  display: flex;
}
.cid-s7Yh3RGfRG .carousel-controls {
  display: block;
}
.cid-s7Yh3RGfRG .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #fd7006;
  border-radius: 50%;
}
.cid-s7Yh3RGfRG .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-s7Yh3RGfRG .carousel-controls a:hover {
  background: #fd7006;
}
.cid-s7Yh3RGfRG .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-s7Yh3RGfRG .text-content {
  position: absolute;
  z-index: 10;
}
.cid-s7Yh3RGfRG .text-element-3 {
  text-align: center;
}
.cid-s7Yh3RGfRG .mbr-text-3 {
  text-align: center;
}
.cid-s7Yh3RGfRG .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-s7Yh3RGfRG .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-s7Yh3RGfRG .carousel {
  display: flex;
  justify-content: center;
}
.cid-s7Yh3RGfRG .carousel-control-next,
.cid-s7Yh3RGfRG .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-s7Yh3RGfRG .title-2 {
  font-family: 'Archivo Black', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7Yh3RGfRG .image-element {
    min-width: 50%;
  }
  .cid-s7Yh3RGfRG .media-container-row {
    width: 100%;
  }
}
.cid-s7Yh3RGfRG .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-s7Yh3RGfRG .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-s7Yh3RGfRG .text-bottom-3 {
  margin-left: 4rem;
}
.cid-s7Yh3RGfRG .box {
  background-image: url("../../../assets/images/v3-1615x961.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7Yh3RGfRG .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-s7Yh3RGfRG .icon-wrap span {
  padding-left: 4px;
}
.cid-s7Yh3RGfRG .video-title {
  margin-right: 1.2rem;
}
.cid-s7Yh3RGfRG .mbr-media {
  display: flex;
  align-items: center;
}
.cid-s7Yh3RGfRG .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-s7Yh3RGfRG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s7Yh3RGfRG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7Yh3RGfRG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7Yh3RGfRG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7Yh3RGfRG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7Yh3RGfRG a.close:hover {
  color: #ffffff;
}
.cid-s7Yh3RGfRG ul {
  padding-left: 0rem;
}
.cid-s7Yh3RGfRG li {
  list-style: none;
}
.cid-s7Yh3RGfRG .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s7Yh3RGfRG .mbr-iconfont {
  transition: 0.3s;
}
.cid-s7Yh3RGfRG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7Yh3RGfRG .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-s7Yh3RGfRG .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-s7Yh3RGfRG .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7Yh3RGfRG .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7Yh3RGfRG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7Yh3RGfRG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7Yh3RGfRG .item-wrap {
  margin-bottom: 14px;
}
.cid-s7Yh3RGfRG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-s7Yh3RGfRG .wrap {
  height: 640px;
}
@media (max-width: 767px) {
  .cid-s7Yh3RGfRG .bottom-block {
    display: none;
  }
  .cid-s7Yh3RGfRG .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRG .text-content {
    top: 15rem;
    padding: 0rem;
  }
  .cid-s7Yh3RGfRG .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-s7Yh3RGfRG .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-s7Yh3RGfRG .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s7Yh3RGfRG .btn-primary-outline:hover {
  color: #82786e !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s7Yh3RGfRG .bottom-block {
    display: none;
  }
  .cid-s7Yh3RGfRG .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRG .text-content {
    top: 10rem;
  }
  .cid-s7Yh3RGfRG .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-s7Yh3RGfRG .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-s7Yh3RGfRG .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-s7Yh3RGfRG .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRG .text-content {
    top: 13rem;
  }
  .cid-s7Yh3RGfRG .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-s7Yh3RGfRG .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-s7Yh3RGfRG .block-wrap {
    padding: 0;
  }
}
.cid-s7Yh3RGfRG .btn {
  margin-left: 0rem;
}
.cid-s7Yh3RGfRG .icon-left {
  margin-right: 0.1rem;
}
.cid-s7Yh3RGfRG .icon-right {
  margin-left: 0.1rem;
}
.cid-s7Yh3RGfRG .video-title,
.cid-s7Yh3RGfRG .icon-wrap {
  z-index: 10;
}
.cid-s7Yh3RGfRG .mbr-title,
.cid-s7Yh3RGfRG .ornament DIV {
  text-align: left;
}
.cid-s7Yh3RGfRG .mbr-title,
.cid-s7Yh3RGfRG .ornament {
  text-align: left;
}
.cid-s7Yh3RGfRG H3 {
  color: #fd7006;
  text-align: center;
}
.cid-s81GCrqRQ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s81GCrqRQ3 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-s81GCrqRQ3 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../images/mapa2-2000x1278.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s81GCrqRQ3 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ed550e;
  z-index: 2;
  opacity: 1;
}
.cid-s81GCrqRQ3 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s81GCrqRQ3 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s81GCrqRQ3 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s81GCrqRQ3 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s81GCrqRQ3 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s81GCrqRQ3 .col:hover .box-title2,
.cid-s81GCrqRQ3 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-s81GCrqRQ3 .box-title2,
.cid-s81GCrqRQ3 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s81GCrqRQ3 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ed550e;
}
.cid-s81GCrqRQ3 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-s81GCrqRQ3 .img-content {
    opacity: 1;
	  background-position: left;
  }
  .cid-s81GCrqRQ3 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s81GCrqRQ3 .box-content {
    width: 100%;
  }
  .cid-s81GCrqRQ3 .box-title2,
  .cid-s81GCrqRQ3 .box-text2 {
    color: #ffffff !important;
  }
  .cid-s81GCrqRQ3 .content-block,
  .cid-s81GCrqRQ3 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s81GCrqRQ3 .box-text1 {
  color: #333333;
}
.cid-s81GCrqRQ3 .box-title2 {
  color: #ffffff;
}
.cid-s81GCrqRQ3 H2 {
  color: #fd7006;
}
.cid-s7WH2yOr1q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f1012;
}
.cid-s7WH2yOr1q .card-box {
  padding: 0rem;
}
.cid-s7WH2yOr1q .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s7WH2yOr1q .card {
  padding: 0;
  height: 100%;
}
.cid-s7WH2yOr1q .card-img {
  height: 400px;
}
.cid-s7WH2yOr1q .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s7WH2yOr1q .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-s7WH2yOr1q .cardbg {
  background: #fd7006;
  height: auto;
}
.cid-s7WH2yOr1q .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-s7WH2yOr1q .card-wrapper {
    padding: 2rem;
  }
}
.cid-s7WH2yOr1q .card-text {
  color: #ffffff;
}
.cid-s7WH2yOr1q .card-title {
  color: #ffffff;
}
.cid-s7n3pNiirl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-2000x908.png");
}
.cid-s7n3pNiirl .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-s7n3pNiirl .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-s7n3pNiirl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7n3pNiirl h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s7n3pNiirl h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7n3pNiirl h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7n3pNiirl .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-s7n3pNiirl .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-s7n3pNiirl .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7n3pNiirl .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7n3pNiirl .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7n3pNiirl .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-s7n3pNiirl .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7n3pNiirl .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7n3pNiirl .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7n3pNiirl .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7n3pNiirl .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-s7n3pNiirl .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-s7n3pNiirl .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-s7n3pNiirl .card-title,
  .cid-s7n3pNiirl .underline,
  .cid-s7n3pNiirl .mbr-text,
  .cid-s7n3pNiirl .mbr-section-btn,
  .cid-s7n3pNiirl .mbr-section-subtitle,
  .cid-s7n3pNiirl .mbr-section-title {
    text-align: center !important;
  }
  .cid-s7n3pNiirl .wrapper {
    background-color: #000000;
  }
}
.cid-s7n3pNiirl .mbr-section-title {
  text-align: left;
}
.cid-s7n3pNiirl .mbr-section-title,
.cid-s7n3pNiirl .underline {
  text-align: center;
  color: #fd7006;
}
.cid-s7n3pNiirl H4 {
  color: #e1201d;
}
.cid-s7iyGtuyAf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gray-metal-stainless-steel-glare-abstract-1366x768-1366x768.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyGtuyAf .mbr-text {
    text-align: center;
  }
}
.cid-s7iyGtuyAf .mbr-text,
.cid-s7iyGtuyAf .mbr-section-btn {
  color: #767676;
}
.cid-s7iyGtuyAf H1 {
  color: #cccccc;
  text-align: center;
}
.cid-s7psfpmUVR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/magnesium-metal-texture-2000x1333.jpg");
}
.cid-s7psfpmUVR .mbr-text {
  color: #767676;
}
.cid-s7psfpmUVR .card-subtitle {
  margin: 0;
}
.cid-s7psfpmUVR .link {
  margin: 0;
}
.cid-s7psfpmUVR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s7psfpmUVR .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s7psfpmUVR img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s7psfpmUVR .card-img {
  overflow: hidden;
  position: relative;
  height: 360px;
}
.cid-s7psfpmUVR .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s7psfpmUVR .card-img:hover:before {
  opacity: 0.4;
}
.cid-s7psfpmUVR .card-img:hover img {
  transform: scale(1.05);
}
.cid-s7psfpmUVR .row {
  justify-content: center;
}
.cid-s7psfpmUVR .card {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cid-s7psfpmUVR .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-s7psfpmUVR .card-title,
.cid-s7psfpmUVR .card-img {
  color: #fd7006;
}
.cid-s7psfpmUVR .mbr-text,
.cid-s7psfpmUVR .link {
  color: #ffffff;
}
.cid-s7iyp3CRM6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imagen10-1994x460.png");
}
.cid-s7iyp3CRM6 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7iyp3CRM6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7iyp3CRM6 .mbr-section-btn {
  margin: 0;
}
.cid-s7iyp3CRM6 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7iyp3CRM6 .form-control:focus,
.cid-s7iyp3CRM6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7iyp3CRM6 .form-group {
  margin-bottom: 1rem;
}
.cid-s7iyp3CRM6 input::-webkit-input-placeholder,
.cid-s7iyp3CRM6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7iyp3CRM6 input:-moz-placeholder,
.cid-s7iyp3CRM6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7iyp3CRM6 .jq-selectbox li,
.cid-s7iyp3CRM6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7iyp3CRM6 .jq-selectbox li:hover,
.cid-s7iyp3CRM6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7iyp3CRM6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7iyp3CRM6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7iyp3CRM6 .form-group,
.cid-s7iyp3CRM6 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s7iyp3CRM6 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s7iyp3CRM6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7iyp3CRM6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7iyp3CRM6 .form-block {
    padding: 1rem;
  }
}
.cid-s7iyp3CRM6 H4 {
  color: #f1660b;
}
.cid-s7tjgLjNTj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mf2-1500x1125.png");
}
.cid-s7tjgLjNTj .row {
  justify-content: flex-end;
}
.cid-s7tjgLjNTj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s7tjgLjNTj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7tjgLjNTj .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s7tjgLjNTj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s7tjgLjNTj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s7tjgLjNTj .mbr-text,
.cid-s7tjgLjNTj .mbr-section-btn {
  color: #efefef;
}
.cid-s7tjgLjNTj H1 {
  color: #fd7006;
}
.cid-s7t3216pQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7t3216pQC .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-s7t3216pQC .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-s7t3216pQC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s7t3216pQC h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-s7t3216pQC h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7t3216pQC h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7t3216pQC .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-s7t3216pQC .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-s7t3216pQC .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7t3216pQC .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7t3216pQC .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-s7t3216pQC .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-s7t3216pQC .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7t3216pQC .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7t3216pQC .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7t3216pQC .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-s7t3216pQC .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-s7t3216pQC .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-s7t3216pQC .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-s7t3216pQC .card-title,
  .cid-s7t3216pQC .underline,
  .cid-s7t3216pQC .mbr-text,
  .cid-s7t3216pQC .mbr-section-btn,
  .cid-s7t3216pQC .mbr-section-subtitle,
  .cid-s7t3216pQC .mbr-section-title {
    text-align: center !important;
  }
  .cid-s7t3216pQC .wrapper {
    background-color: #000000;
  }
}
.cid-s7t3216pQC .mbr-section-title {
  text-align: left;
}
.cid-s7t3216pQC .mbr-section-title,
.cid-s7t3216pQC .underline {
  text-align: center;
}
.cid-s7t3216pQC H4 {
  color: #e1201d;
}
.cid-s7t3216pQC H3 {
  color: #ffffff;
}
.cid-s8jsMyiBgc {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}

.cid-s8jsMyiBgc .card {
padding-top: 1rem;
    padding-right: 3rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.cid-s8jsMyiBgc .card img {
  width: 100%;
  max-width: 120px;
}
.cid-s8jsMyiBgc .mbr-text,
.cid-s8jsMyiBgc .mbr-section-btn {
  color: #000000;
}
.cid-s8jsMyiBgc H4 {
  color: #fd7006;
}
.cid-s8jsMyiBgc H3 {
  color: #767676;
}

.cid-s7nlCXzd2a {

	  height: 100%;
  width: 100%;

}
.cid-s7nlCXzd2a .google-map {

	  height: 100%;
  width: 100%;
  position: relative;
  filter: grayscale(0);
}
.cid-s7nlCXzd2a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7nlCXzd2a .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s7nlCXzd2a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7nlCXzd2a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s8215kWCNK.popup-builder {
  background-color: #ffffff;
}
.cid-s8215kWCNK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8215kWCNK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8215kWCNK .modal-content,
.cid-s8215kWCNK .modal-dialog {
  height: auto;
}
.cid-s8215kWCNK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8215kWCNK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8215kWCNK .form-wrapper .mbr-form .form-group,
  .cid-s8215kWCNK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8215kWCNK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8215kWCNK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8215kWCNK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-s8215kWCNK .pt-0 {
  padding-top: 0 !important;
}
.cid-s8215kWCNK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8215kWCNK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8215kWCNK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8215kWCNK .modal-open {
  overflow: hidden;
}
.cid-s8215kWCNK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8215kWCNK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8215kWCNK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8215kWCNK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s8215kWCNK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8215kWCNK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8215kWCNK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8215kWCNK .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s8215kWCNK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8215kWCNK .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8215kWCNK .modal-backdrop.show {
  opacity: .5;
}
.cid-s8215kWCNK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s8215kWCNK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8215kWCNK .modal-header .close:hover {
  opacity: 1;
}
.cid-s8215kWCNK .modal-header .close:focus {
  outline: none;
}
.cid-s8215kWCNK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-s8215kWCNK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8215kWCNK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s8215kWCNK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8215kWCNK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8215kWCNK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8215kWCNK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8215kWCNK .modal-sm {
    max-width: 300px;
  }
  .cid-s8215kWCNK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8215kWCNK .modal-lg,
  .cid-s8215kWCNK .modal-xl {
    max-width: 800px;
  }
  .cid-s8215kWCNK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8215kWCNK .modal-xl {
    max-width: 1140px;
  }
  .cid-s8215kWCNK .container {
    max-width: 1140px;
  }
}
.cid-s8215kWCNK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8215kWCNK .container {
    max-width: 720px;
  }
}
.cid-s8215kWCNK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8215kWCNK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s8215kWCNK .form-group {
  margin-bottom: 1rem;
}
.cid-s8215kWCNK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8215kWCNK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8215kWCNK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}
.cid-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s8jweTOg8c {
  background-image: url("../../../assets/images/baner-producto-2000x941.png");
}
.cid-s8jweTOg8c h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s8jweTOg8c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s8jweTOg8c .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s8jweTOg8c h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s8jweTOg8c h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s8jwJX7Bn1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/magnesium-metal-texture-2000x1333.jpg");
}
.cid-s8jwJX7Bn1 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8jwJX7Bn1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8jwJX7Bn1 .mbr-section-btn {
  margin: 0;
}
.cid-s8jwJX7Bn1 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s8jwJX7Bn1 .form-control:focus,
.cid-s8jwJX7Bn1 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s8jwJX7Bn1 .form-group {
  margin-bottom: 1rem;
}
.cid-s8jwJX7Bn1 input::-webkit-input-placeholder,
.cid-s8jwJX7Bn1 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s8jwJX7Bn1 input:-moz-placeholder,
.cid-s8jwJX7Bn1 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s8jwJX7Bn1 .jq-selectbox li,
.cid-s8jwJX7Bn1 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s8jwJX7Bn1 .jq-selectbox li:hover,
.cid-s8jwJX7Bn1 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s8jwJX7Bn1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s8jwJX7Bn1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s8jwJX7Bn1 .form-group,
.cid-s8jwJX7Bn1 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s8jwJX7Bn1 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s8jwJX7Bn1 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8jwJX7Bn1 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s8jwJX7Bn1 .form-block {
    padding: 1rem;
  }
}
.cid-s8jwJX7Bn1 H4 {
  color: #ffffff;
}
.cid-s8jwJX7Bn1 P {
  color: #ffffff;
}
.cid-s7tPygTFoo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7tPygTFoo h2 {
  margin-bottom: 10px;
  color: #149dcc;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-s7tPygTFoo .nav-tabs .nav-item.open .nav-link:focus,
.cid-s7tPygTFoo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s7tPygTFoo .nav-link.active {
  background: #fd7006;
}
.cid-s7tPygTFoo .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-s7tPygTFoo .nav-link:hover {
  background: #fd7006;
}
.cid-s7tPygTFoo .nav-link .mbr-iconfont {
  font-weight: 400;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 18px;
}
.cid-s7tPygTFoo .nav-link.display-4 {
  font-size: 15px;
}
.cid-s7tPygTFoo .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-s7tPygTFoo .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-s7tPygTFoo .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-s7tPygTFoo .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-s7tPygTFoo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-s7tPygTFoo .widget {
  margin-top: 30px;
  background-color: #fd7006;
  border-radius: 4px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 24px;
  color: #fff;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #fd7006;
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  border-right: 382px solid #fd7006;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 60px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 24px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn-white {
  background-color: #fff !important;
  color: #fd7006 !important;
}
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn-white:hover {
  background-color: #149dcc !important;
  color: #fff !important;
  border-color: #149dcc !important;
}
.cid-s7tPygTFoo .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-s7tPygTFoo .tab-pane .mbr-section-title {
  color: #149dcc;
  font-weight: 700;
}
.cid-s7tPygTFoo .tab-pane .mbr-section-title.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
.cid-s7tPygTFoo .tab-pane .mbr-text {
  color: #82786e;
}
.cid-s7tPygTFoo .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s7tPygTFoo .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-s7tPygTFoo .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-s7tPygTFoo .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #fd7006;
  border-radius: 50%;
}
.cid-s7tPygTFoo .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #149dcc;
}
.cid-s7tPygTFoo .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-s7tPygTFoo .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #82786e;
  font-weight: 400;
}
.cid-s7tPygTFoo .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-s7tPygTFoo .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-s7tPygTFoo .mbr-text,
  .cid-s7tPygTFoo .nav-link,
  .cid-s7tPygTFoo .mbr-card-title,
  .cid-s7tPygTFoo .mbr-section-title {
    text-align: left;
  }
  .cid-s7tPygTFoo .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-s7tPygTFoo .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-s7tPygTFoo .tab-content .tab-pane .mbr-section-title {
  color: #fd7006;
}
.cid-s7tPygTFoo .tab-pane .wrapper .mbr-card-title,
.cid-s7tPygTFoo .img {
  color: #fd7006;
}
.cid-s7tPygTFoo H2 {
  color: #fd7006;
  text-align: center;
}
.cid-s8jFfoyO3W {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-s8jFfoyO3W img {
  width: 120px;
  margin: auto;
}
.cid-s8jFfoyO3W .card {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.cid-s8jFfoyO3W .card img {
  width: 100%;
  max-width: 120px;
}
.cid-s8jFfoyO3W .mbr-text,
.cid-s8jFfoyO3W .mbr-section-btn {
  color: #000000;
}
.cid-s8jFfoyO3W H4 {
  color: #fd7006;
}
.cid-s8jFfoyO3W H3 {
  color: #767676;
}
.cid-s8jGBvw1fF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/baner-producto-2000x941.png");
}
.cid-s8jGBvw1fF .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8jGBvw1fF .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-s8jGBvw1fF .text-block {
  padding-right: 5rem;
}
.cid-s8jGBvw1fF .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s8jGBvw1fF .underline .line {
  width: 5rem;
  height: 3px;
  background: #f9e2af;
  display: inline-block;
}
.cid-s8jGBvw1fF .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-s8jGBvw1fF .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-s8jGBvw1fF .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s8jGBvw1fF .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s8jGBvw1fF .img-block {
    margin-bottom: 1rem;
  }
  .cid-s8jGBvw1fF .text-block {
    padding: 0 15px;
  }
}
.cid-s8jGBvw1fF .mbr-section-subtitle {
  color: #fd7006;
}
.cid-s8jGBvw1fF .mbr-section-text,
.cid-s8jGBvw1fF .underline,
.cid-s8jGBvw1fF .social-media {
  color: #ffffff;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}
.cid-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7EURIjp5K {
  background-image: url("../../../assets/images/baner-aplicacion-2000x938.png");
}
.cid-s7EURIjp5K .mbr-section-title,
.cid-s7EURIjp5K .mbr-section-subtitle {
  color: #000000;
}
.cid-s7EURIjp5K .mbr-section-text {
  color: #232323;
}
.cid-s7EURIjp5K .mbr-text,
.cid-s7EURIjp5K .typed-text,
.cid-s7EURIjp5K .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s7EURIjp5K .btn {
  margin-left: 4px !important;
}
.cid-s7EURIjp5K .animated-element {
  color: #fd7006;
}
.cid-s7EURIjp5K .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fd7006;
}
.cid-s7EURIjp5K .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s7EURIjp5K .typed-text,
  .cid-s7EURIjp5K .mbr-section-subtitle,
  .cid-s7EURIjp5K .mbr-section-text,
  .cid-s7EURIjp5K .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s7EURIjp5K .mbr-section-text,
.cid-s7EURIjp5K .mbr-section-btn {
  color: #ffffff;
}
.cid-s7EURIjp5K .mbr-section-subtitle,
.cid-s7EURIjp5K .typed-text {
  color: #ffffff;
}
.cid-s7FEQBzJl8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7FEQBzJl8 .mbr-subtitle {
  color: #fd7006;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s7FEQBzJl8 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s7FEQBzJl8 .mbr-section-title {
  margin: 0;
  color: #fd7006;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s7FEQBzJl8 .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s7FEQBzJl8 .mbr-section-text {
  line-height: 1.5;
  color: #82786e;
  font-weight: 400;
}
.cid-s7FEQBzJl8 .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-s7FEQBzJl8 .display-2 {
  font-size: 38px;
}
.cid-s7FEQBzJl8 .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-s7FEQBzJl8 .wrapper .img {
  margin-bottom: 20px;
}
.cid-s7FEQBzJl8 .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #fd7006;
  border-radius: 50%;
}
.cid-s7FEQBzJl8 .wrapper .mbr-card-title {
  color: #149dcc;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-s7FEQBzJl8 .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s7FEQBzJl8 .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #82786e;
  font-weight: 400;
}
.cid-s7FEQBzJl8 .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-s7FEQBzJl8 * {
    text-align: left;
  }
}
.cid-s7EKskIcYg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7EKskIcYg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7EKskIcYg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-s7EKskIcYg .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-s7EKskIcYg .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-s7EKskIcYg .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-s7EKskIcYg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7EKskIcYg .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-s7EKskIcYg .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-s7EKskIcYg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7EKskIcYg .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s7EKskIcYg .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-s7EKskIcYg .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-s7EKskIcYg .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-s7EKskIcYg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7EKskIcYg .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-s7EKskIcYg .mbr-gallery-item img {
  transition: all 2s!important;
}
.cid-s7EKskIcYg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s7EKskIcYg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-s7EKskIcYg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s7FCGeCnHL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7FCGeCnHL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s7FCGeCnHL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7FCGeCnHL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7FCGeCnHL .mbr-text,
.cid-s7FCGeCnHL .mbr-section-btn {
  color: #767676;
}
.cid-s7FCGeCnHL H1 {
  color: #fd7006;
}
.cid-s7FxKLjEKZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s7FxKLjEKZ .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s7FxKLjEKZ .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7FxKLjEKZ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-s7FCyv2HMb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7FCyv2HMb .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fd7006;
}
.cid-s7FCyv2HMb img {
  width: 100%;
}
.cid-s7FCyv2HMb p {
  margin-top: 6rem;
}
.cid-s7FCyv2HMb .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s7FCyv2HMb .content-wrapper {
  padding-top: 6rem;
}
.cid-s7FCyv2HMb h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s7FCyv2HMb .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s7FCyv2HMb p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7FCyv2HMb .back {
    width: 100%;
    height: 75%;
  }
  .cid-s7FCyv2HMb .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s7FCyv2HMb p {
    margin-top: 4rem;
  }
}
.cid-s7FCyv2HMb .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s7FCyv2HMb .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s7FCyv2HMb .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s7FCyv2HMb h4 {
    right: 2rem;
  }
}
.cid-s7FCyv2HMb H4 {
  color: #ffffff;
}
.cid-s7FCyv2HMb .mbr-text,
.cid-s7FCyv2HMb .mbr-section-btn {
  color: #ffffff;
}
.cid-s7FCyv2HMb H3 {
  color: #ffffff;
}
.cid-s7FCyv2HMb H1 {
  color: #ffffff;
}
.cid-s7FxIS8Wm9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7FxIS8Wm9 .mbr-text {
    text-align: center;
  }
}
.cid-s7FxIS8Wm9 .mbr-text,
.cid-s7FxIS8Wm9 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s7FDHM0SEU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7FDHM0SEU .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fd7006;
}
.cid-s7FDHM0SEU img {
  width: 100%;
}
.cid-s7FDHM0SEU p {
  margin-top: 6rem;
}
.cid-s7FDHM0SEU .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s7FDHM0SEU .content-wrapper {
  padding-top: 6rem;
}
.cid-s7FDHM0SEU h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s7FDHM0SEU .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s7FDHM0SEU p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7FDHM0SEU .back {
    width: 100%;
    height: 75%;
  }
  .cid-s7FDHM0SEU .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s7FDHM0SEU p {
    margin-top: 4rem;
  }
}
.cid-s7FDHM0SEU .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s7FDHM0SEU .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s7FDHM0SEU .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s7FDHM0SEU h4 {
    right: 2rem;
  }
}
.cid-s7FDHM0SEU H4 {
  color: #ffffff;
}
.cid-s7FDHM0SEU .mbr-text,
.cid-s7FDHM0SEU .mbr-section-btn {
  color: #ffffff;
}
.cid-s7FDHM0SEU H3 {
  color: #ffffff;
}
.cid-s7FDHM0SEU H1 {
  color: #ffffff;
}
.cid-s7FBa7WLTM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7FBa7WLTM .mbr-text {
    text-align: center;
  }
}
.cid-s7FBa7WLTM .mbr-text,
.cid-s7FBa7WLTM .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s8jNBMdmML {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/baner-aplicacion-2000x938.png");
}
.cid-s8jNBMdmML .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8jNBMdmML .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-s8jNBMdmML .text-block {
  padding-right: 5rem;
}
.cid-s8jNBMdmML .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s8jNBMdmML .underline .line {
  width: 5rem;
  height: 3px;
  background: #f9e2af;
  display: inline-block;
}
.cid-s8jNBMdmML .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-s8jNBMdmML .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-s8jNBMdmML .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s8jNBMdmML .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s8jNBMdmML .img-block {
    margin-bottom: 1rem;
  }
  .cid-s8jNBMdmML .text-block {
    padding: 0 15px;
  }
}
.cid-s8jNBMdmML .mbr-section-subtitle {
  color: #fd7006;
}
.cid-s8jNBMdmML .mbr-section-text,
.cid-s8jNBMdmML .underline,
.cid-s8jNBMdmML .social-media {
  color: #ffffff;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}
.cid-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7G0AZWnBm {
  background-image: url("../../images/banner-manufacturing-2000x943.jpg");
}
.cid-s7G0AZWnBm h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s7G0AZWnBm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7G0AZWnBm .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s7G0AZWnBm h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s7G0AZWnBm h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s7G0RKQfec {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7G0RKQfec input,
.cid-s7G0RKQfec textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #f7ed4a;
  font-weight: 600;
}
.cid-s7G0RKQfec input:focus,
.cid-s7G0RKQfec textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s7G0RKQfec .form-control,
.cid-s7G0RKQfec .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s7G0RKQfec input::-webkit-input-placeholder,
.cid-s7G0RKQfec textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-s7G0RKQfec input:-moz-placeholder,
.cid-s7G0RKQfec textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-s7G0RKQfec .jq-selectbox li,
.cid-s7G0RKQfec .jq-selectbox li {
  background-color: #ffffff;
}
.cid-s7G0RKQfec .jq-selectbox li:hover,
.cid-s7G0RKQfec .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-s7G0RKQfec .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s7G0RKQfec .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s7G0RKQfec .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 25px;
}
.cid-s7G0RKQfec .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .team-title {
  color: #149dcc;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .team-designation {
  color: #fd7006;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #82786e;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .personal-title {
  color: #fd7006;
  font-size: 22px !important;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #fd7006;
  margin-right: 10px;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .social span:hover {
  background-color: #fd7006;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-s7G0RKQfec .entry-content .text-box {
  padding: 0rem;
}
.cid-s7G0RKQfec .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-s7G0RKQfec .entry-content .text-box .card-title {
  color: #149dcc;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-s7G0RKQfec .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.5px;
}
.cid-s7G0RKQfec .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #82786e;
}
.cid-s7G0RKQfec .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-s7G0RKQfec .entry-content .capabilities-title {
  color: #149dcc;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-s7G0RKQfec .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-s7G0RKQfec .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #82786e;
}
.cid-s7G0RKQfec .entry-content .capabilities .list li span {
  color: #fd7006;
  margin-right: 10px;
}
.cid-s7G0RKQfec .entry-content .capabilities-text {
  color: #82786e;
  padding-top: 10px;
}
.cid-s7G0RKQfec .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s7G0RKQfec .entry-content .contact {
  margin-top: 30px;
}
.cid-s7G0RKQfec .entry-content .contact-title {
  margin-bottom: 30px;
  color: #149dcc;
}
.cid-s7G0RKQfec .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #fd7006;
  color: #fd7006;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.cid-s7G0RKQfec .entry-content .contact .mbr-form .btn:hover {
  color: #f7ed4a;
}
.cid-s7G0RKQfec .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-s7G0RKQfec .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-s7G0RKQfec .entry-content .contact .btn-black:hover {
  background-color: #fd7006 !important;
  border-color: #fd7006 !important;
}
.cid-s7G0RKQfec .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-s7G0RKQfec .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s7G0RKQfec .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-s7G0RKQfec .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-s7G0RKQfec .progress_elements .progress::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-s7G0RKQfec .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s7G0RKQfec .progress_elements .progress1 progress::after {
  left: 80%;
  border: 3px solid #fd7006;
}
.cid-s7G0RKQfec .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #fd7006;
}
.cid-s7G0RKQfec .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-s7G0RKQfec .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-s7G0RKQfec progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-s7G0RKQfec .progress1 progress::-webkit-progress-value {
  background: #fd7006;
}
.cid-s7G0RKQfec .progress2 progress::-webkit-progress-value {
  background: #fd7006;
}
.cid-s7G0RKQfec .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s7G0RKQfec .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s7G0RKQfec .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s7G0RKQfec .progressbar-title p {
  color: #82786e;
}
.cid-s7G0RKQfec .entry-content .capabilities .capabilities-title,
.cid-s7G0RKQfec .entry-content .capabilities .mbr-list .list {
  color: #fd7006;
}
.cid-s7G0RKQfec .team-left-inner .team-info-block .team-title {
  color: #fd7006;
}
.cid-s7G0RKQfec .entry-content .text-box .card-title {
  color: #fd7006;
}
.cid-s7G0RKQfec .contact .contact-title {
  color: #fd7006;
}
.cid-s8jO1IFCjX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../images/baner-producto-2000x941.png");
}
.cid-s8jO1IFCjX .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s8jO1IFCjX .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-s8jO1IFCjX .text-block {
  padding-right: 5rem;
}
.cid-s8jO1IFCjX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s8jO1IFCjX .underline .line {
  width: 5rem;
  height: 3px;
  background: #f9e2af;
  display: inline-block;
}
.cid-s8jO1IFCjX .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-s8jO1IFCjX .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-s8jO1IFCjX .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s8jO1IFCjX .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s8jO1IFCjX .img-block {
    margin-bottom: 1rem;
  }
  .cid-s8jO1IFCjX .text-block {
    padding: 0 15px;
  }
}
.cid-s8jO1IFCjX .mbr-section-subtitle {
  color: #fd7006;
}
.cid-s8jO1IFCjX .mbr-section-text,
.cid-s8jO1IFCjX .underline,
.cid-s8jO1IFCjX .social-media {
  color: #ffffff;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}
.cid-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7GluBY6hm {
  background-image: url("../../images/banner-distribucion-2000x941.jpg");
}
.cid-s7GluBY6hm h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s7GluBY6hm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s7GluBY6hm .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s7GluBY6hm h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s7GluBY6hm h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s7GtBOKpgz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7GtBOKpgz .mbr-subtitle {
  color: #fd7006;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s7GtBOKpgz .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s7GtBOKpgz .mbr-section-title {
  margin: 0;
  color: #fd7006;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s7GtBOKpgz .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s7GtBOKpgz .mbr-section-text {
  line-height: 1.5;
  color: #82786e;
  font-weight: 400;
}
.cid-s7GtBOKpgz .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-s7GtBOKpgz .display-2 {
  font-size: 38px;
}
.cid-s7GtBOKpgz .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-s7GtBOKpgz .wrapper .img {
  margin-bottom: 20px;
}
.cid-s7GtBOKpgz .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #fd7006;
  border-radius: 50%;
}
.cid-s7GtBOKpgz .wrapper .mbr-card-title {
  color: #149dcc;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-s7GtBOKpgz .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s7GtBOKpgz .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #82786e;
  font-weight: 400;
}
.cid-s7GtBOKpgz .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-s7GtBOKpgz * {
    text-align: left;
  }
}
.cid-s7Gu3C6LJa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7Gu3C6LJa .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.cid-s7Gu3C6LJa .link-wrap {
  width: 100%;
}
.cid-s7Gu3C6LJa .card-img {
  padding-bottom: 1rem;
}
.cid-s7Gu3C6LJa .mbr-text,
.cid-s7Gu3C6LJa .card-img {
  opacity: 0;
  transition: 0.3s;
}
.cid-s7Gu3C6LJa .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  opacity: 0;
  color: #000000;
  text-align: center;
}
.cid-s7Gu3C6LJa .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0;
  left: 0;
}
.cid-s7Gu3C6LJa .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-s7Gu3C6LJa .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-s7Gu3C6LJa .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-s7Gu3C6LJa .card-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-s7Gu3C6LJa .link {
    opacity: 1;
  }
  .cid-s7Gu3C6LJa .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-s7Gu3C6LJa .card:hover .card-wrapper:after {
    opacity: 1;
    background: #f97b0a;
  }
  .cid-s7Gu3C6LJa .card:hover .link {
    opacity: 1;
  }
  .cid-s7Gu3C6LJa .card:hover .mbr-text,
  .cid-s7Gu3C6LJa .card:hover .card-img {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-s7Gu3C6LJa .card {
    padding-bottom: 1rem!important;
  }
  .cid-s7Gu3C6LJa .card .link {
    opacity: 1;
  }
  .cid-s7Gu3C6LJa .card .mbr-text,
  .cid-s7Gu3C6LJa .card .card-img {
    opacity: 1;
  }
  .cid-s7Gu3C6LJa .card-wrapper:after {
    opacity: 0.7;
    background: #f97b0a;
  }
}
.cid-s7Gu3C6LJa .row {
  justify-content: center;
}
.cid-s7Gu3C6LJa .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-s7Gu3C6LJa .mbr-iconfont {
  color: #ffffff !important;
  font-size: 4.5rem!important;
  display: block;
  padding-bottom: 2rem;
}
.cid-s7Gu3C6LJa .card1 {
  background-image: url("../../../assets/images/store-1500x1125.png");
}
.cid-s7Gu3C6LJa .card2 {
  background-image: url("../../images/distribucion-2000x1372.jpg");
}
.cid-s7Gu3C6LJa .card3 {
  background-image: url("../../../assets/images/trasnformacion-mktlab-1480x940.jpg");
}
.cid-s7Gu3C6LJa .link,
.cid-s7Gu3C6LJa .card-box {
  color: #ffffff;
}
.cid-s7Gu3C6LJa .mbr-text,
.cid-s7Gu3C6LJa .link-wrap {
  text-align: center;
}
.cid-s7Gu3C6LJa .main-subtitle {
  color: #000000;
}
.cid-s7Gu3C6LJa .mbr-section-subtitle {
  color: #999999;
}
.cid-s8jSwf0sBo {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/magnesium-metal-texture-2000x1333.jpg");
}
.cid-s8jSwf0sBo .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-s8jSwf0sBo .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-s8jSwf0sBo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s8jSwf0sBo .card-img span {
  color: #fd7006;
}
.cid-s8jSwf0sBo .row-item {
  margin-bottom: 2rem;
}
.cid-s8jSwf0sBo .row-item:hover .wrapper {
  background: linear-gradient(90deg, #fd7006, #fd7006);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-s8jSwf0sBo .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-s8jSwf0sBo .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-s8jSwf0sBo .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s9hI79HNLJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imagen10-1994x460.png");
}
.cid-s9hI79HNLJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s9hI79HNLJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s9hI79HNLJ .mbr-section-btn {
  margin: 0;
}
.cid-s9hI79HNLJ .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s9hI79HNLJ .form-control:focus,
.cid-s9hI79HNLJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s9hI79HNLJ .form-group {
  margin-bottom: 1rem;
}
.cid-s9hI79HNLJ input::-webkit-input-placeholder,
.cid-s9hI79HNLJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s9hI79HNLJ input:-moz-placeholder,
.cid-s9hI79HNLJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-s9hI79HNLJ .jq-selectbox li,
.cid-s9hI79HNLJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s9hI79HNLJ .jq-selectbox li:hover,
.cid-s9hI79HNLJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s9hI79HNLJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s9hI79HNLJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s9hI79HNLJ .form-group,
.cid-s9hI79HNLJ .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s9hI79HNLJ .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s9hI79HNLJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s9hI79HNLJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s9hI79HNLJ .form-block {
    padding: 1rem;
  }
}
.cid-s9hI79HNLJ H4 {
  color: #f1660b;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}
.cid-s7GRUixw7I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/p8110647-2000x1500.jpg");
}
.cid-s7GRUixw7I .mbr-overlay {
  background: linear-gradient(90deg, #000000, #0f1012);
}
.cid-s7GRUixw7I h2,
.cid-s7GRUixw7I h3,
.cid-s7GRUixw7I h4,
.cid-s7GRUixw7I p {
  color: #ffffff;
}
.cid-s7GRUixw7I .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7GRUixw7I .text-block {
  border-bottom: 1px solid #767676;
}
.cid-s7GRUixw7I .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7GRUixw7I .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7GRUixw7I .form-control:focus,
.cid-s7GRUixw7I .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7GRUixw7I .form-group {
  margin-bottom: 1rem;
}
.cid-s7GRUixw7I input::-webkit-input-placeholder,
.cid-s7GRUixw7I textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7GRUixw7I input:-moz-placeholder,
.cid-s7GRUixw7I textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7GRUixw7I .jq-selectbox li,
.cid-s7GRUixw7I .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7GRUixw7I .jq-selectbox li:hover,
.cid-s7GRUixw7I .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7GRUixw7I .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7GRUixw7I .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7GRUixw7I .mbr-text {
  color: #767676;
}
.cid-s7GRUixw7I a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s7GRUixw7I .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s7GRUixw7I .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7GRUixw7I textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-s7GRUixw7I h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s7GRUixw7I .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7GRUixw7I .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s7GRUixw7I .google-map {
    padding-bottom: 2rem;
  }
}
.cid-s7GRUixw7I H2 {
  color: #fd7006;
}
.cid-s7GS4WdoXQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7GS4WdoXQ .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s7GS4WdoXQ .icon2 {
  color: #ffffff;
}
.cid-s7GS4WdoXQ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s7GS4WdoXQ p {
  font-weight: 400;
}
.cid-s7GS4WdoXQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s7GS4WdoXQ .line2 {
  background: #ffffff;
}
.cid-s7GS4WdoXQ .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #767676;
}
.cid-s7GS4WdoXQ .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-s7GS4WdoXQ .card2 {
  background: #fd7006;
}
.cid-s7GS4WdoXQ .card-title,
.cid-s7GS4WdoXQ .card-ico,
.cid-s7GS4WdoXQ .line-wrap {
  text-align: center;
}
.cid-s7GS4WdoXQ .mbr-text,
.cid-s7GS4WdoXQ .card-link {
  text-align: center;
}
.cid-s7H6FrAkiy .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s7H6FrAkiy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7H6FrAkiy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s7H6FrAkiy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7H6FrAkiy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s71EGqHIKH .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s71EGqHIKH .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s71EGqHIKH a {
  font-style: normal;
}
.cid-s71EGqHIKH .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s71EGqHIKH .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-s71EGqHIKH .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s71EGqHIKH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s71EGqHIKH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s71EGqHIKH .nav-item:focus,
.cid-s71EGqHIKH .nav-link:focus {
  outline: none;
}
.cid-s71EGqHIKH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s71EGqHIKH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s71EGqHIKH .menu-logo {
  margin-right: auto;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s71EGqHIKH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s71EGqHIKH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s71EGqHIKH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s71EGqHIKH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
}
.cid-s71EGqHIKH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s71EGqHIKH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s71EGqHIKH button.navbar-toggler:focus {
  outline: none;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s71EGqHIKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s71EGqHIKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s71EGqHIKH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s71EGqHIKH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s71EGqHIKH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s71EGqHIKH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-s71EGqHIKH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s71EGqHIKH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s71EGqHIKH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s71EGqHIKH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s71EGqHIKH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s71EGqHIKH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH img {
    height: 3.8rem !important;
  }
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s71EGqHIKH .menu-wrap {
    flex-direction: column;
  }
  .cid-s71EGqHIKH .btn {
    display: -webkit-flex;
  }
  .cid-s71EGqHIKH button.navbar-toggler {
    display: block;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s71EGqHIKH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s71EGqHIKH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing,
  .cid-s71EGqHIKH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s71EGqHIKH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s71EGqHIKH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s71EGqHIKH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s71EGqHIKH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s71EGqHIKH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s71EGqHIKH .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s71EGqHIKH .navbar-brand {
    margin-top: -2rem !important;
  }
}
.cid-s71EGqHIKH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s71EGqHIKH .nav-link:hover,
.cid-s71EGqHIKH .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7iyVj07nh {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/p5200052-2000x1500.jpg");
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .content {
    text-align: center;
  }
  .cid-s7iyVj07nh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7iyVj07nh .img-logo img {
  height: 6rem;
}
.cid-s7iyVj07nh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-s7iyVj07nh .social-list .mbr-iconfont:before {
  padding: .5rem;

}
.cid-s7iyVj07nh .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-s7iyVj07nh .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7iyVj07nh .social-list a:hover {
  opacity: 1;
}
.cid-s7iyVj07nh .list {
  list-style-type: none;
  padding: 0;
}
.cid-s7iyVj07nh .list li {
  padding-bottom: .5rem;
}
.cid-s7iyVj07nh .list li:last-child {
  padding-bottom: 0;
}
.cid-s7iyVj07nh .mbr-footer-list,
.cid-s7iyVj07nh .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s7iyVj07nh .mbr-footer-list,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .footer-title,
  .cid-s7iyVj07nh .footer-main-title,
  .cid-s7iyVj07nh .form-text,
  .cid-s7iyVj07nh .list {
    text-align: center !important;
  }
  .cid-s7iyVj07nh .mbr-form,
  .cid-s7iyVj07nh .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-s7iyVj07nh .footer-main-title {
  color: #ffffff;
}
.cid-s7iyVj07nh .mbr-footer-list {
  color: #ffffff;
}
.cid-s7iyVj07nh .form-text {
  color: #ffffff;
}
.cid-s7iyVj07nh .footer-title {
  color: #ffffff;
}

@media (max-width: 767px){
.cid-s71EGqHIKH .navbar.navbar-short .navbar-logo a img {
    height: 4rem !important;
}}

@media (max-width: 767px){
.cid-s7Yh3RGfRG .mbr-title, .cid-s7Yh3RGfRG .ornament {
    text-align: center;
}}

@media (max-width: 767px){
.cid-s7tPygTFoo .widget {
    height: 0px;
}}

@media (max-width: 767px){
.cid-s7tPygTFoo .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
    font-size: 0px;
}}


.cid-s7Yh3RGfRGv2 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;

}
@media (max-width: 767px){
.cid-s7Yh3RGfRGv2 {
    height: 32vh;
}}


.cid-s7Yh3RGfRGv2 img {
  filter: grayscale(0);
}
.cid-s7Yh3RGfRGv2 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-s7Yh3RGfRGv2 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-s7Yh3RGfRGv2 .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-s7Yh3RGfRGv2 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(42, 80, 63, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-s7Yh3RGfRGv2 .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-s7Yh3RGfRGv2 .element-2 {
  font-family: 'Archivo Black', sans-serif;
}
.cid-s7Yh3RGfRGv2 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-s7Yh3RGfRGv2 .image-element .img-wrap {
  width: 100% !important;
	
}

@media (max-width: 767px){
.cid-s7Yh3RGfRGv2 .image-element .img-wrap {
    height: 50vh;
}}



.cid-s7Yh3RGfRGv2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px){
.cid-s7Yh3RGfRGv2 .image-element .img-wrap img {
    min-height: 20%;
}}


.cid-s7Yh3RGfRGv2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7Yh3RGfRGv2 .carousel-item.active,
.cid-s7Yh3RGfRGv2 .carousel-item-next,
.cid-s7Yh3RGfRGv2 .carousel-item-prev {
  display: flex;
}
.cid-s7Yh3RGfRGv2 .carousel-controls {
  display: block;
}
.cid-s7Yh3RGfRGv2 .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #fd7006;
  border-radius: 50%;
}
.cid-s7Yh3RGfRGv2 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-s7Yh3RGfRGv2 .carousel-controls a:hover {
  background: #fd7006;
}
.cid-s7Yh3RGfRGv2 .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-s7Yh3RGfRGv2 .text-content {
  position: absolute;
  z-index: 10;
}
.cid-s7Yh3RGfRGv2 .text-element-3 {
  text-align: center;
}
.cid-s7Yh3RGfRGv2 .mbr-text-3 {
  text-align: center;
}
.cid-s7Yh3RGfRGv2 .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-s7Yh3RGfRGv2 .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-s7Yh3RGfRGv2 .carousel {
  display: flex;
  justify-content: center;
}
.cid-s7Yh3RGfRGv2 .carousel-control-next,
.cid-s7Yh3RGfRGv2 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-s7Yh3RGfRGv2 .title-2 {
  font-family: 'Archivo Black', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7Yh3RGfRGv2 .image-element {
    min-width: 50%;
  }
  .cid-s7Yh3RGfRGv2 .media-container-row {
    width: 100%;
  }
}
.cid-s7Yh3RGfRGv2 .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-s7Yh3RGfRGv2 .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-s7Yh3RGfRGv2 .text-bottom-3 {
  margin-left: 4rem;
}
.cid-s7Yh3RGfRGv2 .box {
  background-image: url("../../../assets/images/v3-1615x961.png");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7Yh3RGfRGv2 .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-s7Yh3RGfRGv2 .icon-wrap span {
  padding-left: 4px;
}
.cid-s7Yh3RGfRGv2 .video-title {
  margin-right: 1.2rem;
}
.cid-s7Yh3RGfRGv2 .mbr-media {
  display: flex;
  align-items: center;
}
.cid-s7Yh3RGfRGv2 .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-s7Yh3RGfRGv2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s7Yh3RGfRGv2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7Yh3RGfRGv2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7Yh3RGfRGv2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7Yh3RGfRGv2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7Yh3RGfRGv2 a.close:hover {
  color: #ffffff;
}
.cid-s7Yh3RGfRGv2 ul {
  padding-left: 0rem;
}
.cid-s7Yh3RGfRGv2 li {
  list-style: none;
}
.cid-s7Yh3RGfRGv2 .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s7Yh3RGfRGv2 .mbr-iconfont {
  transition: 0.3s;
}
.cid-s7Yh3RGfRGv2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s7Yh3RGfRGv2 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-s7Yh3RGfRGv2 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-s7Yh3RGfRGv2 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7Yh3RGfRGv2 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7Yh3RGfRGv2 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7Yh3RGfRGv2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7Yh3RGfRGv2 .item-wrap {
  margin-bottom: 14px;
}
.cid-s7Yh3RGfRGv2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-s7Yh3RGfRGv2 .wrap {
  height: 640px;
}
@media (max-width: 767px) {
  .cid-s7Yh3RGfRGv2 .bottom-block {
    display: none;
  }
  .cid-s7Yh3RGfRGv2 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRGv2 .text-content {
    top: 15rem;
    padding: 0rem;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-s7Yh3RGfRGv2 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-s7Yh3RGfRGv2 .btn-primary-outline:hover {
  color: #82786e !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-s7Yh3RGfRGv2 .bottom-block {
    display: none;
  }
  .cid-s7Yh3RGfRGv2 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRGv2 .text-content {
    top: 10rem;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-s7Yh3RGfRGv2 .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-s7Yh3RGfRGv2 .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-s7Yh3RGfRGv2 .text-content {
    top: 13rem;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-s7Yh3RGfRGv2 .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-s7Yh3RGfRGv2 .block-wrap {
    padding: 0;
  }
}
.cid-s7Yh3RGfRGv2 .btn {
  margin-left: 0rem;
}
.cid-s7Yh3RGfRGv2 .icon-left {
  margin-right: 0.1rem;
}
.cid-s7Yh3RGfRGv2 .icon-right {
  margin-left: 0.1rem;
}
.cid-s7Yh3RGfRGv2 .video-title,
.cid-s7Yh3RGfRGv2 .icon-wrap {
  z-index: 10;
}
.cid-s7Yh3RGfRGv2 .mbr-title,
.cid-s7Yh3RGfRGv2 .ornament DIV {
  text-align: left;
}
.cid-s7Yh3RGfRGv2 .mbr-title,
.cid-s7Yh3RGfRGv2 .ornament {
  text-align: left;
}
.cid-s7Yh3RGfRGv2 H3 {
  color: #fd7006;
  text-align: center;
}

  .boton_2{
    text-decoration: none;
    padding: 5px;
    font-family: arial;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 250;
    font-size: 13px;
    color: white;

	  margin-right: 10px;
  }
  .boton_2:hover{
    color: #fd7006;
   
    text-decoration: none;
  }


@media (max-width: 767px) {
  .boton_2{

    font-weight: 150;
    font-size: 11px;
  
	  margin-right: 1px;
  }
  
}


  .boton_3{
    text-decoration: none;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    
    padding-left: 5px;
    padding-right: 5px;
    
    font-size: 16px;
    color: #fd7006;

	  margin-right: 10px;
	  
  }
  .boton_3:hover{
    color: #fd7006;
   
    text-decoration: none;
  }


@media (max-width: 767px) {
  .boton_3{

font-size: 0px;
  }
  
}
  .boton_4{
    text-decoration: none;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 250;
    font-size: 0px;
    color: white;

	  margin-right: 10px;
  }
  .boton_4:hover{
    color: #fd7006;
   
    text-decoration: none;
  }


@media (max-width: 767px) {
  .boton_4{

font-size: 15px;
padding-left: 35%;
  }
  
}
.boton_5{
    text-decoration: none;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 250;
    font-size: 0px;
    color: #fd7006;

	  margin-right: 10px;
  }
  .boton_5:hover{
    color: #fd7006;
   
    text-decoration: none;
  }


@media (max-width: 767px) {
  .boton_5{

font-size: 15px;
padding-left: 38%;
  }
  
}


.cid-s7Yh3RGfRG {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
	height: 100vh;
}


.cid-s9rE7ILHQu {
    padding-top: 105px;
    padding-bottom: 75px;
    background-image: url("../../images/manufacturing-2000x721.jpg");
}
.cid-s9rE7ILHQu h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s9rE7ILHQu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s9rE7ILHQu .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s9rE7ILHQu h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s9rE7ILHQu h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s9rE7ILHQu H1 {
  color: #fd7006;
}

  .cid-s8jsMyiBgc img
 {
  width: 40%;
  margin: auto;
}


.cid-s9rE7ILHQuv2 {
    padding-top: 200px;
    padding-bottom: 200px;

    background-image: url("../../images/mapa3.jpg");
}
.cid-s9rE7ILHQuv2 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s9rE7ILHQuv2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s9rE7ILHQuv2 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-s9rE7ILHQuv2 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-s9rE7ILHQuv2 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-s9rE7ILHQuv2 H1 {
  color: #fd7006;
}

  .cid-s8jsMyiBgc img
 {
  width: 40%;
  margin: auto;
}






@media (max-width: 767px) {
  .cid-s8jsMyiBgc img {
width: 100%;
  }
  
}











.cid-s9nlXz9Abm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-s9nlXz9Abm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s9nlXz9Abm .card-wrapper {
  background: #000000;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s9nlXz9Abm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s9nlXz9Abm .first:hover:before {
  content: none;
}
.cid-s9nlXz9Abm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #fd7006, #fd7006);
  content: '';
}
.cid-s9nlXz9Abm .last:hover:after {
  content: none;
}
.cid-s9nlXz9Abm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #fd7006, #fd7006);
  content: '';
}
.cid-s9nlXz9Abm .mbr-section-text {
  color: #ffffff;
}
.cid-s9nlXz9Abm .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s9nlXz9Abm .card .img-wrapper {
  overflow: hidden;
}
.cid-s9nlXz9Abm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s9nlXz9Abm .card:hover .card-wrapper {
  background: linear-gradient(to left, #fd7006, #fd7006);
  color: #ffffff !important;
}
.cid-s9nlXz9Abm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}











.cid-saegYLjkIF {
  padding-top: 45px;
  padding-bottom: 45px;
 
}
.cid-saegYLjkIF .text-content .btn-bgr {
  z-index: 0;
}
.cid-saegYLjkIF .mbr-overlay {
  background:#ffffff;
}
.cid-saegYLjkIF .text-content {
  padding: 2rem 0rem;

}
.cid-saegYLjkIF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-saegYLjkIF .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-saegYLjkIF .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-saegYLjkIF .text-content {
    margin-bottom: 2rem;
  }
}





.display-29 {
font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fd7006;
	
	font-style: italic;
}
.display-29 > .mbr-iconfont {
  font-size: 1.92rem;
}


.display-30 {
font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fd7006;
	

}





.display-79 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
	color: #fd7006;
}
.display-80 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
	color: black;
}
.display-79 > .mbr-iconfont {
  font-size: 1.6rem;
}





.sf-footer {
    background-color: #1C1C1C;
    padding: 1em 3%;
    color: #A3A3A3;
    text-align: right;
	font-family: 'Montserrat', sans-serif;
}

.full {
    position: relative;
    font-size: 1.1vw;
}
@media (max-width: 767px) {
  .full {
    font-size: 3.5vw;
  }
}


@media (min-width: 1600px) {
  .display-1 {
    font-size: 5rem;
  }
	  .display-14 {
    font-size: 4rem;
  }
		  .display-15 {
    font-size: 4rem;
  }
	.display-43 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
	 .display-43 {
    font-size: 1.5rem;
  }
	.cid-s7Yh3RGfRG .text-content{
    top: 27rem;
		left: 13rem;
  }
	  .cid-s71EGqHIKH img {
    height: 9rem !important;
  }

}


.estiloicono {
	
    font-size: 50px;
    top: 0;
    color: #fd7006;
    border-radius: 50%;
}



.logo-size img
{
 height: 5.6rem;
}
