@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&display=swap);

body {
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  color: #47415d;
  height: 100%;
}

.display-1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 5.2rem;
  font-display: swap;
}

.display-1>.mbr-iconfont {
  font-size: 8.32rem;
}

.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
  font-weight: 700;
}

.display-2>.mbr-iconfont {
  font-size: 4.48rem;
}

.display-3 {
  font-size: 1.5rem;
  font-display: swap;
  font-weight: 700;
}

.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.7rem;
  font-display: swap;
}

.display-4>.mbr-iconfont {
  font-size: 1.6rem;
}

.display-5, .display-5A {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}

.display-6 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-display: swap;
}

.display-5>.mbr-iconfont {
  font-size: 2rem;
}

.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}

.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: 4.16rem;
    font-size: calc(2.4699999999999998rem + (4.5 - 5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (2.4699999999999998rem + (5.2 - 5) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 2.24rem;
    font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.2rem;
    font-size: calc(1.175rem + (1 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    text-align: center;
  }
.display-5A {
    font-size: 1rem;
    font-size: calc(1.175rem + (1 - 3.2) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    text-align: left;
  }
}

/* Buttons */
.btn {
  padding: 0.7rem 1rem;
  border-radius: 12px;
}

.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}

.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}

.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}

.bg-primary {
  background-color: #f58611 !important;
}

.bg-success {
  background-color: #f7ed4a !important;
}

.bg-info {
  background-color: #82786e !important;
}

.bg-warning {
  background-color: #879a9f !important;
}

.bg-danger {
  background-color: #47415d !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #f58611 !important;
  border-color: #f58611 !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b25f07 !important;
  border-color: #b25f07 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b25f07 !important;
  border-color: #b25f07 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #f58611 !important;
  border-color: #f58611 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b25f07 !important;
  border-color: #b25f07 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b25f07 !important;
  border-color: #b25f07 !important;
}

.btn-morado,
.btn-morado:active {
  background-color: #47415D !important;
  border-color: #47415D !important;
  color: #ffffff !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: #47415d !important;
  border-color: #47415d !important;
  color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #252230 !important;
  border-color: #252230 !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #252230 !important;
  border-color: #252230 !important;
}

.btn-white {
  color: #47415d !important;
}

.btn-blanco {
  color: #47415d !important;
  background: #fff;
  text-align: center;
  padding: 0rem 0.5rem;
  border-radius: 20px 20px 0px 20px;
  -moz-border-radius: 20px 20px 0px 20px;
  -webkit-border-radius: 20px 20px 0px 20px;
  border: 0px solid #000000;
}

.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #47415d !important;
  font-weight: 700;
}

.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: #9a5206;
  color: #9a5206;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f58611;
  border-color: #f58611;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f58611 !important;
  border-color: #f58611 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9a5206;
  color: #9a5206;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f58611;
  border-color: #f58611;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f58611 !important;
  border-color: #f58611 !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: #191721;
  color: #191721;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #47415d;
  border-color: #47415d;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #47415d !important;
  border-color: #47415d !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: #f58611 !important;
}

.text-secondary {
  color: #f58611 !important;
}

.text-success {
  color: #f7ed4a !important;
}

.text-info {
  color: #82786e !important;
}

.text-warning {
  color: #879a9f !important;
}

.text-danger {
  color: #47415d !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-blue {
  color: #47415d !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #9a5206 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #9a5206 !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: #191721 !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: #47415d;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #f58611;
  border-color: #f58611;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #f58611;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdead5;
}

.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: #837ba3;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

.form-control,
.form-control2 {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
min-height: 2.5em!important;
  color: #fff;
  font-display: swap;
}

.form-control>.mbr-iconfont {
  font-size: 1.6rem;
}

.form-control2 {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #fff;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3em;
  padding: .07em .5em;
  border: 1px solid;
}

.form-control2 input {
  border: 1px !important;
}

blockquote {
  border-color: #f58611;
}

.form-control::placeholder,
.form-control2::placeholder {
  color: #9ea1a1;

}

select {
  color: red;
}

.select option {
  color: red;
}

.select option.nms {
  color: #000;
}

/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}

@media (max-width: 767px) {
.caja00 {
display: block!important;
}
.form-group {
    text-align: center;
}
.social {display: none;}
  .m-mobil {
    display: block !important;
  }

  .m-mobil2 {
    display: none !important;
  }

  .navbar {
    top: 80px !important;
  }

  .btn {
    font-size: .75rem !important;
  }

  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f58611;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f58611;
}

/* Headers*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f58611;
  color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f58611;
  border-bottom-color: #f58611;
}

.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: #f58611 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000000 !important;
  background: #f58611 !important;
  box-shadow: none !important;
}

.lazy-bg {
  background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23f58611' %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.3;
}

.cid-s4Hb7eYpUj .navbar {
  background: rgba(255, 255, 255, 0.7);
  transition: none;
  min-height: 77px;
  padding: .2rem 0;
  top: 47px;
}

.cid-s4Hb7eYpUj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-s4Hb7eYpUj a {
  font-style: normal;
}

.cid-s4Hb7eYpUj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-s4Hb7eYpUj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.5rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  text-align: center;
  line-height: 1 !important;
}

.cid-s4Hb7eYpUj .nav-item:focus,
.cid-s4Hb7eYpUj .nav-link:focus {
  outline: none;
}

.cid-s4Hb7eYpUj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}

.cid-s4Hb7eYpUj .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-s4Hb7eYpUj .menu-logo {
  margin-right: auto;
}

.cid-s4Hb7eYpUj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}

.cid-s4Hb7eYpUj .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-s4Hb7eYpUj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-s4Hb7eYpUj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-s4Hb7eYpUj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-s4Hb7eYpUj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-s4Hb7eYpUj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}

.cid-s4Hb7eYpUj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-s4Hb7eYpUj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-s4Hb7eYpUj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-s4Hb7eYpUj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-s4Hb7eYpUj .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-s4Hb7eYpUj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-s4Hb7eYpUj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-s4Hb7eYpUj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-s4Hb7eYpUj .dropdown.open>.dropdown-menu {
  visibility: visible;
}

.cid-s4Hb7eYpUj .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-s4Hb7eYpUj .navbar.navbar-short {
  

}

.cid-s4Hb7eYpUj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-s4Hb7eYpUj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-s4Hb7eYpUj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-s4Hb7eYpUj .navbar.navbar-short .navbar-logo a img {}

.cid-s4Hb7eYpUj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-s4Hb7eYpUj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-s4Hb7eYpUj button.navbar-toggler:focus {
  outline: none;
}

.cid-s4Hb7eYpUj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}

.cid-s4Hb7eYpUj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-s4Hb7eYpUj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-s4Hb7eYpUj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-s4Hb7eYpUj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-s4Hb7eYpUj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-s4Hb7eYpUj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-s4Hb7eYpUj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-s4Hb7eYpUj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-s4Hb7eYpUj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-s4Hb7eYpUj .collapsed .btn {
  display: -webkit-flex;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-s4Hb7eYpUj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s4Hb7eYpUj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .cid-s4Hb7eYpUj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }

}

.cid-s4Hb7eYpUj .collapsed button.navbar-toggler {
  display: block;
}

.cid-s4Hb7eYpUj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-s4Hb7eYpUj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-s4Hb7eYpUj .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-s4Hb7eYpUj .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-s4Hb7eYpUj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-s4Hb7eYpUj .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: 1023px) {
  .cid-s4Hb7eYpUj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-s4Hb7eYpUj img {
    height: 3.8rem !important;
  }

  .cid-s4Hb7eYpUj .btn {
    display: -webkit-flex;
  }

  .cid-s4Hb7eYpUj button.navbar-toggler {
    display: block;
  }

  .cid-s4Hb7eYpUj .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-s4Hb7eYpUj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-s4Hb7eYpUj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing,
  .cid-s4Hb7eYpUj .navbar-collapse.show {
    display: block !important;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing .navbar-nav,
  .cid-s4Hb7eYpUj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s4Hb7eYpUj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s4Hb7eYpUj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing .navbar-buttons,
  .cid-s4Hb7eYpUj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-s4Hb7eYpUj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s4Hb7eYpUj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-s4Hb7eYpUj .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-s4Hb7eYpUj .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-s4Hb7eYpUj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-s4Hb7eYpUj .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-s4Hb7eYpUj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}

.cid-s4Hb7eYpUj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}

.cid-s4Hb7eYpUj .nav-link:hover,
.cid-s4Hb7eYpUj .dropdown-item:hover {
  color: #767676 !important;
}

.cid-s4H2tJOPt5 .modal-body .close {
  background: #1b1b1b;
}

.cid-s4H2tJOPt5 .modal-body .close span {
  font-style: normal;
}

.cid-s4H2tJOPt5 .carousel-inner>.active,
.cid-s4H2tJOPt5 .carousel-inner>.next,
.cid-s4H2tJOPt5 .carousel-inner>.prev {
  display: table;
}

.cid-s4H2tJOPt5 .carousel-control .icon-next,
.cid-s4H2tJOPt5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}

.cid-s4H2tJOPt5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-s4H2tJOPt5 .container .carousel-control {
    margin-bottom: 0;
  }
}

.cid-s4H2tJOPt5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}

.cid-s4H2tJOPt5 .boxed-slider>div {
  position: relative;
}

.cid-s4H2tJOPt5 .container img {}

.cid-s4H2tJOPt5 .container img+.row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.cid-s4H2tJOPt5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}

.cid-s4H2tJOPt5 .mbr-table-cell {
  padding: 0;
}

.cid-s4H2tJOPt5 .container .carousel-indicators {
  margin-bottom: 3px;
}

.cid-s4H2tJOPt5 .carousel-caption {
  top: 60%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}

.cid-s4H2tJOPt5 .mbr-overlay {
  z-index: 1;
}

.cid-s4H2tJOPt5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}

.cid-s4H2tJOPt5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media (max-width: 576px) {
  .cid-s4H2tJOPt5 .carousel-item .container {
    width: 100%;
  }
}

.cid-s4H2tJOPt5 .carousel-item-next.carousel-item-left,
.cid-s4H2tJOPt5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cid-s4H2tJOPt5 .active.carousel-item-right,
.cid-s4H2tJOPt5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cid-s4H2tJOPt5 .active.carousel-item-left,
.cid-s4H2tJOPt5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-control {
  top: 60%;
  width: 70px;
  height: 70px;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .cid-s4H2tJOPt5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators li.active,
.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators li::after,
.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators li::before {
  content: none;
}

.cid-s4H2tJOPt5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}

@media (max-width: 576px) {
  .cid-s4H2tJOPt5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}

.cid-s4H2tJOPt5 .mbr-slider>.container img {
  width: 100%;
}

.cid-s4H2tJOPt5 .mbr-slider>.container img+.row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cid-s4H2tJOPt5 .mbr-slider>.container .carousel-indicators {
  margin-bottom: 3px;
}

@media (max-width: 576px) {
  .cid-s4H2tJOPt5 .mbr-slider>.container .carousel-control {
    margin-bottom: 0;
  }
}

.cid-s4H2tJOPt5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}

.cid-s4H2tJOPt5 .mbr-slider .mbr-table-cell {
  padding: 0;
}

.cid-s4H2tJOPt5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}

.cid-s4H2tJOPt5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.cid-s4H2tJOPt5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}

.cid-s4H2tJOPt5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.cid-s4H2tJOPt5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.cid-s4H2tJOPt5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}

.cid-s4H2tJOPt5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cid-s4H2tJOPt5 .mbr-overlay~.container-slide {
  z-index: auto;
}

.cid-s4H2tJOPt5 H2 {
  text-align: left;
}

.cid-s4H6P7W4WL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bk-barra.jpg");
  color: #fff;
  text-align: center;
}

.cid-s4H6P7W4WL .card-box {}

.cid-s4H6P7W4WL h4 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: .5rem;
}

.cid-s4H6P7W4WL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}

.cid-s4H6P7W4WL .mbr-section-btn {
  padding-top: 2.5rem;
}

.cid-s4H6P7W4WL .mbr-section-btn a {
  margin: 0;
}

.cid-s4H6P7W4WL .mbr-text {
  color: #767676;
}

.cid-s4H6P7W4WL .card-wrapper {
  height: 100%;
}

@media (max-width: 767px) {
.cid-s4H6P7W4WL p {
  padding-top: .5rem!important;
}

.cid-s4H6P7W4WL .card:not(.last-child) {
    padding-bottom: .5rem!important;
  }
}

.cid-s4H6P7W4WL H2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}

.cid-s4H6P7W4WL .card-title {
  color: #ffffff;
  text-align: center;
}

.cid-s4HcNByL7f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-sourcing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cid-txtblog {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 5px solid #f58611;
  background: #fff;
}

.cid-s4HcNByL7f .carousel-control {
  background: #000;
}

.cid-s4HcNByL7f .mbr-section-subtitle {
  color: #767676;
}

.cid-s4HcNByL7f .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-s4HcNByL7f .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.cid-s4HcNByL7f .carousel-item .wrap-img {
  text-align: center;
}

.cid-s4HcNByL7f .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

.cid-s4HcNByL7f .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.cid-s4HcNByL7f .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}

.cid-s4Hk4yybgv .carousel-controls .carousel-control {
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;

}

.cid-s4HcNByL7f .carousel-controls .carousel-control.carousel-control-prev {
  margin-right: 20px;
  margin-left: 0;
  float: left;
  position: absolute;
  left: 0px;
}

.cid-s4HcNByL7f .carousel-controls .carousel-control.carousel-control-next {
  margin-right: 0;
  float: right;
  position: absolute;
  right: 0px;
}

.cid-s4HcNByL7f .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}

.cid-s4HcNByL7f .cloneditem-1,
.cid-s4HcNByL7f .cloneditem-2,
.cid-s4HcNByL7f .cloneditem-3,
.cid-s4HcNByL7f .cloneditem-4,
.cid-s4HcNByL7f .cloneditem-5 {
  display: none;
}

.cid-s4HcNByL7f .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .cid-s4HcNByL7f .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }

  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.active.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.active.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides2>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides2 .cloneditem-1,
  .cid-s4HcNByL7f .carousel-inner.slides2 .cloneditem-2,
  .cid-s4HcNByL7f .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }

  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.active.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.active.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides3>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides3 .cloneditem-1,
  .cid-s4HcNByL7f .carousel-inner.slides3 .cloneditem-2,
  .cid-s4HcNByL7f .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }

  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.active.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.active.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides4>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides4 .cloneditem-1,
  .cid-s4HcNByL7f .carousel-inner.slides4 .cloneditem-2,
  .cid-s4HcNByL7f .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }

  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.active.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.active.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides5>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides5 .cloneditem-1,
  .cid-s4HcNByL7f .carousel-inner.slides5 .cloneditem-2,
  .cid-s4HcNByL7f .carousel-inner.slides5 .cloneditem-3,
  .cid-s4HcNByL7f .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }

  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.active.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.active.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.carousel-item-left,
  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s4HcNByL7f .carousel-inner.slides6>.carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cid-s4HcNByL7f .carousel-inner.slides6 .cloneditem-1,
  .cid-s4HcNByL7f .carousel-inner.slides6 .cloneditem-2,
  .cid-s4HcNByL7f .carousel-inner.slides6 .cloneditem-3,
  .cid-s4HcNByL7f .carousel-inner.slides6 .cloneditem-4,
  .cid-s4HcNByL7f .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}

.cid-s4Hk4yybgv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-s4Hk4yybgv .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-s4Hk4yybgv .carousel-item.active,
.cid-s4Hk4yybgv .carousel-item-next,
.cid-s4Hk4yybgv .carousel-item-prev {
  display: flex;
}

.cid-s4Hk4yybgv .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}

.cid-s4Hk4yybgv .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}

.cid-s4Hk4yybgv .carousel-controls a:hover span {
  opacity: 1;
}

.cid-s4Hk4yybgv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}

.cid-s4Hk4yybgv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 230px) {
  .cid-s4Hk4yybgv .user_image {
    width: 100%;
    height: auto;
  }
}

.cid-s4HkCyLFzU {
  background-image: url("../../../assets/images/bk-cotiza.jpg");
}

.cid-bkservicio {
  background-image: url("../../../assets/images/bk-cotiza2.jpg");
}

.cid-garantia {
  background-image: url("../../../assets/images/bk_garantia02.jpg");
}

.cid-outsourcing {
  background-image: url("../../../assets/images/bk-outsourcing1.jpg");
}

.cid-faq {
  background-image: url("../../../assets/images/bk_faq02.jpg");
}

.cid-call {
  background-image: url("../../../assets/images/bk-call.jpg");
}

.cid-blog {
  background-image: url("../../../assets/images/bk_blog02.jpg");
}

.cid-helpdesk {
  background-image: url("../../../assets/images/bk_helpdesk2.jpg");
}

.mbr-parallax-background .form-control,
.mbr-parallax-background .form-control:focus {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cid-s4HkCyLFzU .form-container {
  transition: all .2s;
  border: 0px solid #ffffff;
  padding: 0rem;
}

.mbr-parallax-background textarea.form-control {
  min-height: 90px!important;
}

.mbr-parallax-background .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}

@media (min-width: 768px) {
  .cid-s4HkCyLFzU .content-container {
    padding-right: 5rem;
  }
}

.cid-s4HlofZW0e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  border-top: 5px solid #f58611;
}

@media (max-width: 767px) {
  .cid-s4H2tJOPt5 .mbr-slider .carousel-control {
    top: 60%;
  }

  .btn-blanco {
    float: left;
    margin-left: 25%;
  }

  .ico_ws {
    display: block !important;
    width: 60px !important;
    float: none !important;
    padding-top: 17px;
  }

  .caja01,
  .caja02 {
    width: 100% !important;
    float: none !important;
  }

  .cid-s4HlofZW0e .content {
    text-align: center;
  }

  .cid-s4HlofZW0e .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.cid-s4HlofZW0e .img-logo img {
  height: 6rem;
}

.cid-s4HlofZW0e .form-group,
.cid-s4HlofZW0e .input-group-btn {
  padding: 0;
}

.cid-s4HlofZW0e .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}

.cid-s4HlofZW0e .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}

.cid-s4HlofZW0e .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}

.cid-s4HlofZW0e .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-s4HlofZW0e .social-list .soc-item {
  margin: 0 .5rem;
  font-size: 1.5rem;
  font-weight: 900;
  color: rgb(71, 65, 93);
  fill: rgb(71, 65, 93);
}

.cid-s4HlofZW0e .social-list a {
  margin: 0;
  color: rgb(71, 65, 93);
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-s4HlofZW0e .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-s4HlofZW0e .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .cid-s4HlofZW0e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-s4HlofZW0e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-s4HlofZW0e .form-group {
  margin: 0;
}

@media (max-width: 767px) {
  .cid-s4HlofZW0e .foot-logo {
    text-align: center !important;
  }

  .cid-s4HlofZW0e .foot-title {
    text-align: center !important;
  }

  .cid-s4HlofZW0e .mbr-text {
    text-align: center !important;
  }

  .cid-s4HlofZW0e .form-group {
    margin: 0;
  }
}

.cid-s4HlofZW0e .foot-logo {
  color: #47415d;
}

.cid-s4HlofZW0e .mbr-links-column {
  color: #47415d;
}

.cid-s4HlofZW0e .foot-title {
  color: #47415d;
  font-weight: 700;
  font-size: 1.3rem;
}

.cid-s4HlofZW0e .foot-text {
  color: #47415d;
}

.cid-s4HlKpBH9V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #47415d;
}

.cid-s4HlKpBH9V .media-container-row .mbr-text {
  text-align: left;
}




.titulos {
  display: block;
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: #47415d;
  clear: both;
  color: #fff;
  text-align: center;
}

.titulos2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #47415d;
  clear: both;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.txtBlanco {
  color: #fff;
}

.txtMorado {
  color: #47415d !important;
}

.form-control,
.form-control2 {
  border-radius: 0.75rem !important;
}

.btn-top,
.btn-top:active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 5px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f58611 !important;
  border-color: #b25f07 !important;
}

.social {
  font-size: 1.5rem !important;
  margin-right: 15px;
  color: #fff;
}

.navbar-expand.scrolled {
  background: #fff !important;
}

.clients-img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.clients-img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  cursor: pointer;
}

.panel-text {
  width: 90%;
  margin: auto;
}


#menuToggle {
  display: block;
  position: fixed;
  top: 90px;
  right: 30px;
  z-index: 9999991;
  float: right;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}


#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #47415d;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 200px;
  margin: 40px 0 0 -125px;
  padding: 10px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
  transform: none;
}

.ser-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  ;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 88%;
}
.ser-title2 {
 text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
   position: absolute;
  top: 36%;
  margin: auto;
  width: 98%;
}
.caja_serv {
  background: #2C2C2C;
}

.caja_serv img {
  width: 100%;
  opacity: 0.2;
  transition: opacity .5s ease-in;
}

.caja_serv img:hover {
  opacity: 1.0;
  cursor: pointer;
  transition: opacity .5s ease-out;
}

.cajaTabla {
  display: table;
  width: 100%;
}

.caja_serv2 img {
  width: 100%;
}

.caja01,
.caja02 {
  width: 50%;
  float: left;
}

.caja00 {
display: flex;
 align-items: center;
}
.caja01 {
  padding: 5%;
}

.caja01 img,
.caja02 img {
  width: 100%;
}

.m_outsourcing {
  padding: 0px !important;
  margin-left: 0px !important;
}

.ico_ws {
  display: block !important;
  width: 80px;
  float: right;
  margin-top: -48px !important;
}





.carousel .carousel-item {
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-item .img-box {
  background: #fff;
  padding: 9px;
}

.carousel .carousel-item img {
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 68px;
  bbackground: #fff;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.8);
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 1px 4px;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
}

.carousel-indicators li.active {
  background: #555;
}






.masthead {
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
}

.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
}

.masthead .masthead-subheading {
  font-size: 1.25rem;
}

.masthead .masthead-avatar {
  width: 15rem;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: calc(6rem + 104px);
    padding-bottom: 6rem;
  }

  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .masthead .masthead-subheading {
    font-size: 1.5rem;
  }
}

.full-height {
  height: 100%;
}

.fotosM {
  width: 84%;
  margin-top: 110px;
}

.card-blog img {
  width: 100%;
  border-radius: 20px 20px 2px 0px;
  -moz-border-radius: 20px 20px 2px 0px;
  -webkit-border-radius: 20px 20px 2px 0px;
  border: 0px solid #000000;
}

.card-blog {
  border: 1px solid #f58611 !important;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}

.card-blog h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #f58611;
  padding-bottom: 10px;
  border-bottom: 1px solid #f58611;
}

.card-blog .fecha, .fecha {
  font-size: 0.7rem;
  color: #f58611;
}

.derecha {
  text-align: right;
}

.page-link {
  margin: 5px !important;
  line-height: 1.25;
  color: #f58611 !important;
  background-color: #fff;
  border: 1px solid #f58611 !important;
  border-radius: .5rem !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #f58611 !important;
  border-color: #f58611 !important;
}

.margen40 {
  padding-top: 40px;
}

.margenSub40 {
  padding-bottom: 40px;
}
ul{
    margin-bottom: 1rem!important;
}
ul.lista1 {
  list-style-image: url('../../../assets/images/bull.png');
  padding-left: 20px;
}

ul.lista2 {
  list-style-image: url('../../../assets/images/bull_white.png');
  padding-left: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
	text-align: left!important;
}

.align-text-right {
  text-align: right;

}

.align-text-center {
  text-align: center;

}

.txt_casos {
  width: 90%;
  margin: auto;
  padding-top: 40px;
}

.foto_casos {
  padding-left: 0px !important;
}

.m-mobil {
  display: none;
}
.m-mobil2 {
  display: block;
}

.txtSomos {
  background: #FFFFFF;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2.3rem;
}

.txtSomos H2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.cid-s4Hb7eYpUj .nav-item .active {
  background-color: #f58611 !important;
  padding: 10px !important;
  border-radius: 12px
}

.txtBolsa {
  background: #FFFFFF;
  min-height: 300px;
  padding: 20px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 1px solid #47415D;
  border-radius: 150px;
  box-shadow: -8px -2px 8px 0px rgba(0, 0, 0, 0.4), 5px 10px 30px 0 rgba(0, 0, 0, 0.4);
}

section {
  background-color: #fff;
}

.titFaq {
  background: #47415D;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 51px 51px 0px 0px;
  -moz-border-radius: 51px 51px 0px 0px;
  -webkit-border-radius: 51px 51px 0px 0px;
  border: 0px solid #000000;
  padding-top: 40px;
  padding-bottom: 3px;
padding-left: 20px;
   padding-right: 20px;
}

.titFaq h3 {
  font-weight: 700;
}

.frmborder {
  border: 1px solid #47415D !important;
  text-align: center !important;
}

.card-header {
  background-color: transparent !important;
}

[data-toggle="collapse"] .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

#accordion .btn {
  padding: 0.2rem 0.5rem;
}

.txtGarantia {
  width: 75% !important;
}

.espacio150 {
  height: 150px !important;
}

.espacio50 {
  height: 50px !important;
}
.linea1{border-left: 1px solid #f58611!important;}
.sumilla{
	font-size: 0.9rem;
	font-style: oblique;
}
.txtTele{padding-top: 45px;
    padding-bottom: 45px;
    border-top: 5px solid #f58611;
	border-bottom: 5px solid #f58611;
	text-align: center;
}
.form-group {
    margin-bottom: 0.7rem!important;
}
.services1  {padding-top: 23px; padding-bottom: 23px;}

@media (max-width: 1024px) {
  .m-mobil2 {
    display: none !important;
  }

  .m-mobil {
    display: block !important;
  }
}

#accordion {
  border: 1px solid #47415D;
  border-radius: 0px 0px 50px 50px;
  -moz-border-radius: 0px 0px 50px 50px;
  -webkit-border-radius: 0px 0px 50px 50px;
  padding: 20px;
}

.display-3A {
  font-size: 1.2rem;
  font-display: swap;
  font-weight: 700;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 95%;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}
