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

body {
  font-family: Syne;
}
.display-1 {
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 1199x) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc(2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc(0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-6 {
    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-7 {
    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)))
    );
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #ffe43b !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ff5107 !important;
  border-color: #ff5107 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d9a800 !important;
  border-color: transparent;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(217, 4, 0, 0.742);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #826500 !important;
  border-color: #826500 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ffe43b !important;
  border-color: #ffe43b !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgb(255, 229, 59);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #e3c400 !important;
  border-color: #e3c400 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8e5e;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d9a800;
  color: #d9a800;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d9a800;
  box-shadow: -4px 4px 0 0 rgba(217, 168, 0, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d9a800 !important;
  border-color: #d9a800 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ffe43b;
  color: #ffe43b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffe43b;
  box-shadow: -4px 4px 0 0 rgba(255, 228, 59, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3b3300 !important;
  background-color: #ffe43b !important;
  border-color: #ffe43b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #d9a800 !important;
}
.text-success {
  color: #ffe43b !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #735900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d4b700 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: YELLOW !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.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: #ff8e5e !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: #d9a800 !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='%23ff8e5e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: 0.5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #e8e8e8fc !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0rem;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-scfzW1I84M .navbar .container {
  transition: all 0.3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all 0.3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 1rem;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M
  .navbar.collapsed
  .dropdown-menu
  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M
    .navbar
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #ffffffec;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 1rem;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  padding-top: 1rem;
  background: #fffffffe;
  background-color: none;
}
.cid-scfzW1I84M
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: red;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spQ9C8bB89 {
  background-image: url("../../../assets/images/header.jpeg");
}
.cid-spQ9C8bB89 .mbr-section-title {
  color: #d9d200;
  text-align: left;
}
.cid-spQ9C8bB89 .mbr-text,
.cid-spQ9C8bB89 .mbr-section-btn {
  color: #fefefe;
  text-align: left;
}
.cid-sq7bdm0g3q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq7bdm0g3q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sq7bdm0g3q .row {
  flex-direction: row-reverse;
}
.cid-sq7bdm0g3q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sq7bdm0g3q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sq7bdm0g3q .mbr-section-title {
  color: #d9a800;
}
.cid-spQTedGNUZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spQTedGNUZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-spQTedGNUZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spQTedGNUZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spQTedGNUZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spQTedGNUZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spQTedGNUZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-spQTedGNUZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spQTedGNUZ .card-title {
  color: #d9a800;
}
.cid-spQJcq4zQO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-spQJcq4zQO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-spQJcq4zQO .team-card:hover {
  transform: translateY(-10px);
}
.cid-spQJcq4zQO .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-spQJcq4zQO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-spQJcq4zQO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-spQJcq4zQO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spQJcq4zQO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-spQJcq4zQO .social-row {
  text-align: center;
}
.cid-spQJcq4zQO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-spQJcq4zQO .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-spQJcq4zQO .social-row .soc-item .mbr-iconfont:hover {
  color: RED;
}
.cid-spQJcq4zQO .mbr-role,
.cid-spQJcq4zQO .social-row {
  color: #707070;
}
.cid-spQJcq4zQO .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-spQJcq4zQO .card-title,
.cid-spQJcq4zQO .social-row {
  color: #121212;
}
.cid-spQJcq4zQO .mbr-section-text {
  color: #707070;
}
.cid-spQJcq4zQO .mbr-section-title {
  color: #d9a800;
}
.cid-spQIZC3bRq {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/3349179-2000x1333.jpeg");
}
.cid-spQIZC3bRq .mbr-media {
  position: relative;
}
.cid-spQIZC3bRq .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-spQIZC3bRq .icon-wrap {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spQIZC3bRq .icon-wrap a {
  height: 20px;
}
.cid-spQIZC3bRq .icon-wrap:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: white;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  to {
    width: 110px;
    height: 110px;
    opacity: 0;
  }
}
.cid-spQIZC3bRq .mbr-media span {
  font-size: 1.4rem;
  transition: all 0.2s;
  z-index: 2;
  position: relative;
  color: #121212;
}
.cid-spQIZC3bRq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spQIZC3bRq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spQIZC3bRq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-spQIZC3bRq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-spQIZC3bRq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-spQQ9NSHnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spQQ9NSHnA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-spQQ9NSHnA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spQQ9NSHnA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spQQ9NSHnA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spQQ9NSHnA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spQQ9NSHnA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-spQQ9NSHnA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spQQ9NSHnA .card-title {
  color: #d9a800;
}
.cid-sq7cLcbwg5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #d9a800;
}
.cid-sq7cLcbwg5 .mbr-text {
  position: relative;
  color: #232323;
}
.cid-sq7cLcbwg5 .mbr-text:before {
  color: #cba600;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sq7cLcbwg5 img {
  object-fit: contain;
}
.cid-sq7cLcbwg5 .mbr-text:after {
  color: #cba600;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sq7cLcbwg5 .mbr-text:after,
  .cid-sq7cLcbwg5 .mbr-text:before {
    display: none;
  }
}
.cid-spQj8ZIdtg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: whitesmoke;
  /* background-image: url("../../../assets/images/textura-1920x1080.jpeg"); */
}
.cid-spQj8ZIdtg .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-spQj8ZIdtg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spQj8ZIdtg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spQj8ZIdtg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spQj8ZIdtg .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-spQj8ZIdtg .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-spQj8ZIdtg .brown {
  color: #ff8e5e;
}
.cid-spQj8ZIdtg .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spQj8ZIdtg .paragraphs-wrapper .first-paragraph,
.cid-spQj8ZIdtg .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-spQj8ZIdtg .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-spQj8ZIdtg .text-element {
    padding-top: 0;
  }
  .cid-spQj8ZIdtg .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spQj8ZIdtg .paragraphs-wrapper .first-paragraph,
  .cid-spQj8ZIdtg .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-spQj8ZIdtg .first-paragraph,
  .cid-spQj8ZIdtg .second-paragraph {
    width: 50%;
  }
  .cid-spQj8ZIdtg .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-spQj8ZIdtg .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-spQj8ZIdtg .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spQj8ZIdtg .mbr-section-title,
  .cid-spQj8ZIdtg .mbr-section-btn {
    text-align: left;
  }
}
.cid-spQj8ZIdtg .mbr-text,
.cid-spQj8ZIdtg .mbr-section-btn {
  color: #cccccc;
}
.cid-spQj8ZIdtg .title,
.cid-spQj8ZIdtg .mbr-section-title {
  color: #d9a800;
}
.cid-spQj8ZIdtg .title,
.cid-spQj8ZIdtg .brown {
  color: #ffffff;
}
.cid-spYc6JiD3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url(../../../assets/images/fondoOferta.jpg);
}
/* .cid-spYc6JiD3V .content-wrapper {
  background: #ffffff;
} */
@media (max-width: 991px) {
  .cid-spYc6JiD3V .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spYc6JiD3V .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spYc6JiD3V .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYc6JiD3V .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spYc6JiD3V .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-spYc6JiD3V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spYc6JiD3V .card-title {
  color: #d9a800;
}
.cid-spQUCNIW80 {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #e9e9e9;
}
.cid-spQUCNIW80 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-spQUCNIW80 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spQUCNIW80 p {
  line-height: 1.5;
}
.cid-spQUCNIW80 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spQUCNIW80 .mail,
.cid-spQUCNIW80 .phone,
.cid-spQUCNIW80 .mbr-iconfont {
  display: inline-block;
}
.cid-spQUCNIW80 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-spQUCNIW80 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-spQUCNIW80 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-spQUCNIW80 .mbr-section-title,
.cid-spQUCNIW80 .line-wrap {
  text-align: center;
}
.cid-spQUCNIW80 .mail {
  color: #0087ab;
}
.cid-spQUCNIW80 .card-title {
  color: #111111;
  text-align: left;
}
.cid-scfzXAPyhI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/faqFondo.jpg");
}
.cid-scfzXAPyhI h4 {
  display: flex;
}
.cid-scfzXAPyhI .panel-text {
  line-height: 1.7;
  color: #cba600;
}
.cid-scfzXAPyhI .wrap {
  display: flex;
}
.cid-scfzXAPyhI .icon {
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-scfzXAPyhI .icon:before {
  content: "\e908" !important;
}
.cid-scfzXAPyhI .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-scfzXAPyhI img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-scfzXAPyhI .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #d9a800;
}
.cid-scfzXAPyhI p {
  margin: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-scfzXAPyhI .mbr-section-subtitle {
  font-weight: 500;
}
.cid-scfzXAPyhI .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scfzXAPyhI .panel-group {
  width: 100%;
}
.cid-scfzXAPyhI .panel-title {
  border-radius: 0px;
  margin-bottom: 0.5rem;
}
.cid-scfzXAPyhI .card {
  border-bottom: 1px solid #6a6868 !important;
}
.cid-scfzXAPyhI .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  transition: all 0.3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-scfzXAPyhI .card .card-header a.panel-title h4 {
  font-size: 1.2rem;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
}
@media (max-width: 546px) {
  .cid-scfzXAPyhI .card .card-header a.panel-title h4 {
    font-size: 1.2rem;
  }
}
.cid-scfzXAPyhI .card .panel-body {
  padding: 1.25rem 0 3.43rem;
}
.cid-scfzXAPyhI .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scfzXAPyhI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-scfzXAPyhI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-spQXvjilz5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d9a800;
}
.cid-spQXvjilz5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-spQXvjilz5 .social-row {
    justify-content: center;
  }
  .cid-spQXvjilz5 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-spQXvjilz5 .mbr-section-subtitle {
  letter-spacing: 0;
  color: #232323;
}
.cid-spQXvjilz5 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spQXvjilz5 li {
  line-height: 2;
}
.cid-spQXvjilz5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-spQXvjilz5 .soc-item:hover .mbr-iconfont {
  color: #ff8e5e;
}
.cid-spQXvjilz5 .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-spQXvjilz5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spQXvjilz5 .list {
    margin-bottom: 0rem;
  }
}
.cid-spQXvjilz5 .mbr-text {
  color: #bbbbbb;
}
.cid-spQXvjilz5 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}

/*nav */
@media (max-width: 500px) {
  #responsiveNav {
    padding-top: 1rem;
  }

  #respFont {
    font-size: 0.8rem !important;
  }
  #respUl li {
    position: relative;
    right: 40px;
  }
}

/* carrousel */

.cid-s5WMbE2St8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9e9e9;
}
.cid-s5WMbE2St8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s5WMbE2St8 .carousel-item.active,
.cid-s5WMbE2St8 .carousel-item-next,
.cid-s5WMbE2St8 .carousel-item-prev {
  display: flex;
}
.cid-s5WMbE2St8 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-s5WMbE2St8 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: 0.5;
}
.cid-s5WMbE2St8 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s5WMbE2St8 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-s5WMbE2St8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-s5WMbE2St8 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s5WMbE2St8 H2 {
  color: #e43f3f;
}

/* footer */

.cid-soCRgTcSOT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-soCRgTcSOT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-soCRgTcSOT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-soCRgTcSOT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-soCRgTcSOT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-soCRgTcSOT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-soCRgTcSOT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-soCRgTcSOT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-soCRgTcSOT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-soCRgTcSOT .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-soCRgTcSOT .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  transition: 0.2s linear;
}
.cid-soCRgTcSOT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-soCRgTcSOT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-soCRgTcSOT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-soCRgTcSOT .media-container-row .row-copirayt p {
  width: 100%;
}



.cid-s0XIdSCLT4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s0XIdSCLT4 h2 {
  text-align: center;
}
.cid-s0XIdSCLT4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s0XIdSCLT4 p {
  color: #767676;
}
.cid-s0XIdSCLT4 img {
  object-fit: cover;
}
.cid-s0XIdSCLT4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s0XIdSCLT4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s0XIdSCLT4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s0XIdSCLT4 .mbr-section-subtitle {
  color: #767676;
}
.cid-s0XIdSCLT4 .card-title {
  font-weight: 500;
}
.cid-s0XIdSCLT4 .card-img {
  text-align: inherit;
}
.cid-s0XIdSCLT4 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0XIdSCLT4 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s0XIdSCLT4 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s0XIdSCLT4 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s0XIdSCLT4 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-s0XIdSCLT4 .mbr-section-text {
  text-align: left;
}





.cid-spQQ9NSHnE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spQQ9NSHnE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-spQQ9NSHnE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spQQ9NSHnE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spQQ9NSHnE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spQQ9NSHnE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spQQ9NSHnE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-spQQ9NSHnE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spQQ9NSHnE .card-title {
  color: #d9a800;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .cid-spQQ9NSHnE .card-title{
    font-size: 1.886rem;
  }






