.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bree Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Arvo', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((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.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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #28519c !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #238c3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #28519c !important;
  border-color: #28519c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #162d57 !important;
  border-color: #162d57 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #162d57 !important;
  border-color: #162d57 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7029 !important;
  border-color: #ff7029 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d14500 !important;
  border-color: #d14500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d14500 !important;
  border-color: #d14500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #238c3e !important;
  border-color: #238c3e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #12471f !important;
  border-color: #12471f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #12471f !important;
  border-color: #12471f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #28519c;
  color: #28519c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #162d57 !important;
  background-color: transparent!important;
  border-color: #162d57 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #28519c !important;
  border-color: #28519c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff7029;
  color: #ff7029;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d14500 !important;
  background-color: transparent!important;
  border-color: #d14500 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7029 !important;
  border-color: #ff7029 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #238c3e;
  color: #238c3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #12471f !important;
  background-color: transparent!important;
  border-color: #12471f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #238c3e !important;
  border-color: #238c3e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  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: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.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 {
  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: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #28519c !important;
}
.text-secondary {
  color: #ff7029 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #238c3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #13274b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c24000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0f3a1a !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]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #28519c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #238c3e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #28519c;
  border-color: #28519c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #28519c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6b92d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #59d679;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bree Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #28519c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bree Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #28519c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #28519c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #28519c;
}
.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: #28519c;
  border-bottom-color: #28519c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #28519c !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: #ff7029 !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='%2328519c' %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-tkbaBn7RrL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkbaBn7RrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkbaBn7RrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkbaBn7RrL .video-wrapper iframe {
  width: 100%;
}
.cid-tkbaBn7RrL .mbr-section-title,
.cid-tkbaBn7RrL .mbr-section-subtitle,
.cid-tkbaBn7RrL .mbr-text {
  text-align: center;
}
.cid-tkbaBn7RrL .mbr-section-title {
  color: #28519c;
}
.cid-tkbaBn7RrL .mbr-section-subtitle {
  color: #715e13;
}
.cid-tmsRYX2lg4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #999587;
}
.cid-tmsRYX2lg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmsRYX2lg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmsRYX2lg4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tmsRYX2lg4 .container {
    max-width: 1400px;
  }
}
.cid-tmsRYX2lg4 .card {
  margin: auto;
}
.cid-tmsRYX2lg4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fff0b0;
  margin-bottom: 2rem;
}
.cid-tmsRYX2lg4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tmsRYX2lg4 .row {
  justify-content: center;
}
.cid-tmsRYX2lg4 .card-title,
.cid-tmsRYX2lg4 .card-box {
  color: #4a4a4a;
}
.cid-tj3Un8gBBh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tj3Un8gBBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tj3Un8gBBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tj3Un8gBBh .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tj3Un8gBBh .currentcost {
  color: #232323;
}
.cid-tj3Un8gBBh .card-wrapper {
  border-radius: 4px;
  background: #c7c0a5;
}
@media (min-width: 992px) {
  .cid-tj3Un8gBBh .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tj3Un8gBBh .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tj3Un8gBBh .text-box {
    padding: 1rem;
  }
}
.cid-tj3Un8gBBh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tj3Un8gBBh H5 {
  color: #7c734f;
}
.cid-tj4gyCoVPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tj4gyCoVPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tj4gyCoVPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tj4gyCoVPh .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tj4gyCoVPh .currentcost {
  color: #232323;
}
.cid-tj4gyCoVPh .card-wrapper {
  border-radius: 4px;
  background: #c7c0a5;
}
@media (min-width: 992px) {
  .cid-tj4gyCoVPh .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tj4gyCoVPh .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tj4gyCoVPh .text-box {
    padding: 1rem;
  }
}
.cid-tj4gyCoVPh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tj4gyCoVPh H5 {
  color: #7c734f;
}
.cid-tj7WyE9uNN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tj7WyE9uNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tj7WyE9uNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tj7WyE9uNN .content-wrapper {
  background: #d2d8e3;
}
@media (max-width: 991px) {
  .cid-tj7WyE9uNN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tj7WyE9uNN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tj7WyE9uNN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tj7WyE9uNN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tj7WyE9uNN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tj7WyE9uNN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tj7WyE9uNN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tj7WyE9uNN .card-title {
  color: #4479d9;
  text-align: right;
}
.cid-tj7WyE9uNN .mbr-text,
.cid-tj7WyE9uNN .mbr-section-btn {
  text-align: right;
}
.cid-tjgc5gY8dM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/melipulli-theumel-1-816x588.jpeg");
}
.cid-tjgc5gY8dM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-tjgc5gY8dM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tjgc5gY8dM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tjgc5gY8dM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tjgc5gY8dM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tj3oeIqUjA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tj3oeIqUjA img {
  width: 120px;
  margin: auto;
}
.cid-tj3oeIqUjA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tj3oeIqUjA .card {
    max-width: 12.5%;
  }
}
.cid-tj3oeIqUjA .mbr-section-title {
  color: #8e8e8e;
}
.cid-tj3oeIqUjA .mbr-section-subtitle {
  color: #000000;
}
.cid-tj3e1wsMis {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tj3e1wsMis .media-container-row .mbr-text {
  color: #353535;
}
.cid-tvFTJyNsMD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvFTJyNsMD img {
  width: 120px;
  margin: auto;
}
.cid-tvFTJyNsMD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvFTJyNsMD .card {
    max-width: 12.5%;
  }
}
.cid-t9GYiolCVf {
  z-index: 1000;
  width: 100%;
}
.cid-t9GYiolCVf nav.navbar {
  position: fixed;
}
.cid-t9GYiolCVf .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-t9GYiolCVf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9GYiolCVf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9GYiolCVf .dropdown-item:hover,
.cid-t9GYiolCVf .dropdown-item:focus {
  background: #28519c !important;
  color: white !important;
}
.cid-t9GYiolCVf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9GYiolCVf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9GYiolCVf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9GYiolCVf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9GYiolCVf .nav-link {
  position: relative;
}
.cid-t9GYiolCVf .container {
  display: flex;
  margin: auto;
}
.cid-t9GYiolCVf .iconfont-wrapper {
  color: #8caff0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9GYiolCVf .dropdown-menu,
.cid-t9GYiolCVf .navbar.opened {
  background: #ffffff !important;
}
.cid-t9GYiolCVf .nav-item:focus,
.cid-t9GYiolCVf .nav-link:focus {
  outline: none;
}
.cid-t9GYiolCVf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9GYiolCVf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9GYiolCVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9GYiolCVf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9GYiolCVf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9GYiolCVf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9GYiolCVf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-t9GYiolCVf .navbar.opened {
  transition: all 0.3s;
}
.cid-t9GYiolCVf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9GYiolCVf .navbar .navbar-logo img {
  width: auto;
}
.cid-t9GYiolCVf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9GYiolCVf .navbar.collapsed {
  justify-content: center;
}
.cid-t9GYiolCVf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9GYiolCVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9GYiolCVf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t9GYiolCVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9GYiolCVf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9GYiolCVf .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-t9GYiolCVf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9GYiolCVf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9GYiolCVf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9GYiolCVf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9GYiolCVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9GYiolCVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9GYiolCVf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9GYiolCVf .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-t9GYiolCVf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9GYiolCVf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9GYiolCVf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9GYiolCVf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9GYiolCVf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9GYiolCVf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9GYiolCVf .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9GYiolCVf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9GYiolCVf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9GYiolCVf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9GYiolCVf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9GYiolCVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9GYiolCVf .dropdown-item.active,
.cid-t9GYiolCVf .dropdown-item:active {
  background-color: transparent;
}
.cid-t9GYiolCVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9GYiolCVf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9GYiolCVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9GYiolCVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t9GYiolCVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9GYiolCVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9GYiolCVf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9GYiolCVf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9GYiolCVf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9GYiolCVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-t9GYiolCVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9GYiolCVf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9GYiolCVf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9GYiolCVf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9GYiolCVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9GYiolCVf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9GYiolCVf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9GYiolCVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9GYiolCVf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9GYiolCVf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9GYiolCVf .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-t9GYiolCVf .navbar {
    height: 70px;
  }
  .cid-t9GYiolCVf .navbar.opened {
    height: auto;
  }
  .cid-t9GYiolCVf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjdFLFAypv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tjdFLFAypv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjdFLFAypv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjdFLFAypv .row {
  flex-direction: row-reverse;
}
.cid-tjdFLFAypv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tjdFLFAypv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjdFLFAypv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjdFLFAypv .mbr-section-title {
  color: #28519c;
  text-align: left;
}
.cid-tjdFLFAypv .mbr-text,
.cid-tjdFLFAypv .mbr-section-btn {
  text-align: left;
}
.cid-tjfyN90lOJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tjfyN90lOJ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjfyN90lOJ .mbr-text {
  color: #ffffff;
}
.cid-tjMfzPlVgm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tjMfzPlVgm img {
  width: 120px;
  margin: auto;
}
.cid-tjMfzPlVgm .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tjMfzPlVgm .card {
    max-width: 12.5%;
  }
}
.cid-tjMfzPlVgm .mbr-section-subtitle {
  color: #696969;
}
.cid-tjMfzPlVgm .mbr-text {
  color: #696969;
}
.cid-tjdCIPF2TW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tjdCIPF2TW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjdCIPF2TW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjdCIPF2TW .video-wrapper iframe {
  width: 100%;
}
.cid-tjdCIPF2TW .mbr-section-title,
.cid-tjdCIPF2TW .mbr-section-subtitle,
.cid-tjdCIPF2TW .mbr-text {
  text-align: center;
}
.cid-tjdCIPF2TW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjdCIPF2TW .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tjdCIPF2TW .mbr-section-subtitle {
  text-align: right;
  color: #696969;
}
.cid-tjgaVTASn9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tjgaVTASn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjgaVTASn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjgaVTASn9 .video-wrapper iframe {
  width: 100%;
}
.cid-tjgaVTASn9 .mbr-section-title,
.cid-tjgaVTASn9 .mbr-section-subtitle,
.cid-tjgaVTASn9 .mbr-text {
  text-align: center;
}
.cid-tjgaVTASn9 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjgaVTASn9 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tjgaVTASn9 .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tjgaXgPrUc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tjgaXgPrUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjgaXgPrUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjgaXgPrUc .video-wrapper iframe {
  width: 100%;
}
.cid-tjgaXgPrUc .mbr-section-title,
.cid-tjgaXgPrUc .mbr-section-subtitle,
.cid-tjgaXgPrUc .mbr-text {
  text-align: center;
}
.cid-tjgaXgPrUc .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjgaXgPrUc .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tjgaXgPrUc .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tjgaXLOEk6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tjgaXLOEk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjgaXLOEk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjgaXLOEk6 .video-wrapper iframe {
  width: 100%;
}
.cid-tjgaXLOEk6 .mbr-section-title,
.cid-tjgaXLOEk6 .mbr-section-subtitle,
.cid-tjgaXLOEk6 .mbr-text {
  text-align: center;
}
.cid-tjgaXLOEk6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjgaXLOEk6 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tjgaXLOEk6 .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tjdNMNKcm6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tjdNMNKcm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjdNMNKcm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjdNMNKcm6 .video-wrapper iframe {
  width: 100%;
}
.cid-tjdNMNKcm6 .mbr-section-title,
.cid-tjdNMNKcm6 .mbr-section-subtitle,
.cid-tjdNMNKcm6 .mbr-text {
  text-align: center;
}
.cid-tjdNMNKcm6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tjdNMNKcm6 .mbr-text {
  text-align: center;
}
.cid-tjdNMNKcm6 .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-u7FXZbYZkW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-u7FXZbYZkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7FXZbYZkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7FXZbYZkW .video-wrapper iframe {
  width: 100%;
}
.cid-u7FXZbYZkW .mbr-section-title,
.cid-u7FXZbYZkW .mbr-section-subtitle,
.cid-u7FXZbYZkW .mbr-text {
  text-align: center;
}
.cid-u7FXZbYZkW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u7FXZbYZkW .mbr-text {
  text-align: center;
  color: #28519c;
}
.cid-u7FXZbYZkW .mbr-section-subtitle {
  text-align: right;
  color: #696969;
}
.cid-tjgaHc41fL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tjgaHc41fL .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjgaHc41fL .mbr-text {
  color: #767676;
}
.cid-tjfkTqmWGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tjfkTqmWGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjfkTqmWGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjfkTqmWGk .row {
  flex-direction: row-reverse;
}
.cid-tjfkTqmWGk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tjfkTqmWGk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjfkTqmWGk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjfkTqmWGk .mbr-section-title {
  color: #28519c;
  text-align: left;
}
.cid-tjfkTqmWGk .mbr-text,
.cid-tjfkTqmWGk .mbr-section-btn {
  text-align: left;
}
.cid-tjfwlTwixa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tjfwlTwixa .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjfwlTwixa .mbr-text {
  color: #ffffff;
}
.cid-tjxSTzC1Gp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tjxSTzC1Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjxSTzC1Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjxSTzC1Gp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tjxSTzC1Gp .row {
    flex-direction: column-reverse;
  }
  .cid-tjxSTzC1Gp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tjxSTzC1Gp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjxSTzC1Gp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tjxSTzC1Gp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tjxSTzC1Gp .card-title {
  color: #767676;
}
.cid-tjxSUuwewE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tjxSUuwewE img,
.cid-tjxSUuwewE .item-img {
  width: 100%;
}
.cid-tjxSUuwewE .item:focus,
.cid-tjxSUuwewE span:focus {
  outline: none;
}
.cid-tjxSUuwewE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjxSUuwewE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjxSUuwewE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjxSUuwewE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjxSUuwewE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjxSUuwewE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tjxSUuwewE .mbr-text,
.cid-tjxSUuwewE .mbr-section-btn {
  text-align: left;
}
.cid-tjxSUuwewE .item-title {
  text-align: left;
  color: #000000;
}
.cid-tjxSUuwewE .item-subtitle {
  text-align: left;
}
.cid-tjxSUuwewE .mbr-section-subtitle {
  text-align: left;
}
.cid-tjflbqAxQ9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tjflbqAxQ9 img,
.cid-tjflbqAxQ9 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tjflbqAxQ9 .item:focus,
.cid-tjflbqAxQ9 span:focus {
  outline: none;
}
.cid-tjflbqAxQ9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjflbqAxQ9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjflbqAxQ9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tjflbqAxQ9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjflbqAxQ9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tjflbqAxQ9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tjflbqAxQ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjflbqAxQ9 .mbr-section-title {
  color: #232323;
}
.cid-tjflbqAxQ9 .mbr-text,
.cid-tjflbqAxQ9 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tjflbqAxQ9 .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tjflbqAxQ9 .item-subtitle {
  text-align: center;
  color: #28519c;
}
.cid-tjflbqAxQ9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjflbqAxQ9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tjfwyHtVOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tjfwyHtVOh img,
.cid-tjfwyHtVOh .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tjfwyHtVOh .item:focus,
.cid-tjfwyHtVOh span:focus {
  outline: none;
}
.cid-tjfwyHtVOh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjfwyHtVOh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjfwyHtVOh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tjfwyHtVOh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjfwyHtVOh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tjfwyHtVOh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tjfwyHtVOh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjfwyHtVOh .mbr-section-title {
  color: #232323;
}
.cid-tjfwyHtVOh .mbr-text,
.cid-tjfwyHtVOh .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tjfwyHtVOh .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tjfwyHtVOh .item-subtitle {
  text-align: center;
}
.cid-tjfwyHtVOh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjfwyHtVOh .mbr-section-subtitle {
  text-align: left;
}
.cid-tmeJYrngDL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tmeJYrngDL img,
.cid-tmeJYrngDL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tmeJYrngDL .item:focus,
.cid-tmeJYrngDL span:focus {
  outline: none;
}
.cid-tmeJYrngDL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmeJYrngDL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmeJYrngDL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tmeJYrngDL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmeJYrngDL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tmeJYrngDL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tmeJYrngDL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmeJYrngDL .mbr-section-title {
  color: #232323;
}
.cid-tmeJYrngDL .mbr-text,
.cid-tmeJYrngDL .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tmeJYrngDL .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tmeJYrngDL .item-subtitle {
  text-align: center;
}
.cid-tmeJYrngDL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tmeJYrngDL .mbr-section-subtitle {
  text-align: left;
}
.cid-tjgargeKW6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tjgargeKW6 .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjgargeKW6 .mbr-text {
  color: #767676;
}
.cid-tjflmYJZ0k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tjflmYJZ0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjflmYJZ0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjflmYJZ0k .row {
  flex-direction: row-reverse;
}
.cid-tjflmYJZ0k .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tjflmYJZ0k .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tjflmYJZ0k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tjflmYJZ0k .mbr-section-title {
  color: #28519c;
  text-align: left;
}
.cid-tjflmYJZ0k .mbr-text,
.cid-tjflmYJZ0k .mbr-section-btn {
  text-align: left;
}
.cid-tjfwHIz6QG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tjfwHIz6QG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjfwHIz6QG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tjflmYYweF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tjflmYYweF img,
.cid-tjflmYYweF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tjflmYYweF .item:focus,
.cid-tjflmYYweF span:focus {
  outline: none;
}
.cid-tjflmYYweF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjflmYYweF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjflmYYweF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjflmYYweF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjflmYYweF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjflmYYweF .mbr-section-title {
  color: #232323;
}
.cid-tjflmYYweF .mbr-text,
.cid-tjflmYYweF .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tjflmYYweF .item-title {
  text-align: left;
}
.cid-tjflmYYweF .item-subtitle {
  text-align: center;
}
.cid-tjflmYYweF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjflmYYweF .mbr-section-subtitle {
  text-align: left;
}
.cid-tjfwJx9vr0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tjfwJx9vr0 img,
.cid-tjfwJx9vr0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tjfwJx9vr0 .item:focus,
.cid-tjfwJx9vr0 span:focus {
  outline: none;
}
.cid-tjfwJx9vr0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjfwJx9vr0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjfwJx9vr0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjfwJx9vr0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjfwJx9vr0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjfwJx9vr0 .mbr-section-title {
  color: #232323;
}
.cid-tjfwJx9vr0 .mbr-text,
.cid-tjfwJx9vr0 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tjfwJx9vr0 .item-title {
  text-align: left;
}
.cid-tjfwJx9vr0 .item-subtitle {
  text-align: center;
}
.cid-tjfwJx9vr0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjfwJx9vr0 .mbr-section-subtitle {
  text-align: left;
}
.cid-tjg2pQFeSs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d2d8e3;
}
.cid-tjg2pQFeSs img,
.cid-tjg2pQFeSs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tjg2pQFeSs .item:focus,
.cid-tjg2pQFeSs span:focus {
  outline: none;
}
.cid-tjg2pQFeSs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjg2pQFeSs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjg2pQFeSs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjg2pQFeSs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tjg2pQFeSs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjg2pQFeSs .mbr-section-title {
  color: #232323;
}
.cid-tjg2pQFeSs .mbr-text,
.cid-tjg2pQFeSs .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tjg2pQFeSs .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tjg2pQFeSs .item-subtitle {
  text-align: center;
}
.cid-tjg2pQFeSs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tjg2pQFeSs .mbr-section-subtitle {
  text-align: left;
}
.cid-tmIbFpeKyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
@media (min-width: 992px) {
  .cid-tmIbFpeKyT .carousel {
    min-height: 400px;
  }
  .cid-tmIbFpeKyT .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tmIbFpeKyT .carousel {
    min-height: 260px;
  }
  .cid-tmIbFpeKyT .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tmIbFpeKyT .carousel {
    min-height: 220px;
  }
  .cid-tmIbFpeKyT .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-tmIbFpeKyT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tmIbFpeKyT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tmIbFpeKyT .carousel,
.cid-tmIbFpeKyT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tmIbFpeKyT .item-wrapper {
  width: 100%;
}
.cid-tmIbFpeKyT .carousel-caption {
  bottom: 40px;
}
.cid-tmIbFpeKyT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tmIbFpeKyT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tmIbFpeKyT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tmIbFpeKyT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tmIbFpeKyT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tmIbFpeKyT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmIbFpeKyT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmIbFpeKyT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tmIbFpeKyT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tmIbFpeKyT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tmIbFpeKyT .carousel-indicators li.active,
.cid-tmIbFpeKyT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tmIbFpeKyT .carousel-indicators li::after,
.cid-tmIbFpeKyT .carousel-indicators li::before {
  content: none;
}
.cid-tmIbFpeKyT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tmIbFpeKyT .carousel-indicators {
    display: none !important;
  }
}
.cid-tmIbFpeKyT P {
  color: #000000;
}
.cid-tjg8qfn5Ut {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tjg8qfn5Ut .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tjg8qfn5Ut .mbr-text {
  color: #767676;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #28519c !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkb3FHldLk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkb3FHldLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkb3FHldLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkb3FHldLk .row {
  flex-direction: row-reverse;
}
.cid-tkb3FHldLk .video-wrapper iframe {
  width: 100%;
}
.cid-tkb3FHldLk .mbr-section-title,
.cid-tkb3FHldLk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tkb3FHldLk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkb3FHldLk .mbr-section-title {
  color: #4479d9;
}
.cid-tkb3FHldLk .mbr-section-subtitle {
  color: #433a15;
}
.cid-tkb4aXXPH0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tkb4aXXPH0 .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkb4aXXPH0 .mbr-text {
  color: #514f4f;
}
.cid-tkb0yZcC6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkb0yZcC6r .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkb0yZcC6r .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkb0rJGvkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkb0rJGvkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkb0rJGvkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkb0rJGvkf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkb0rJGvkf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkb0rJGvkf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkb0rJGvkf .mbr-section-title {
  color: #4479d9;
}
.cid-tkb0rJGvkf .mbr-description {
  color: #353535;
}
.cid-tkb0zRgVhi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkb0zRgVhi .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkb0zRgVhi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkb0tqfBNA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkb0tqfBNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkb0tqfBNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkb0tqfBNA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkb0tqfBNA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkb0tqfBNA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkb0tqfBNA .mbr-section-title {
  color: #4479d9;
}
.cid-tkb0tqfBNA .mbr-description {
  color: #353535;
}
.cid-tkb1hMfwGL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #767676;
}
.cid-tkb1hMfwGL .mbr-text {
  color: #fff0b0;
}
.cid-tkb0u3wvNJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkb0u3wvNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkb0u3wvNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tkb0u3wvNJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkb0u3wvNJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkb0u3wvNJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkb0u3wvNJ .mbr-section-title {
  color: #4479d9;
}
.cid-tkb0u3wvNJ .mbr-description {
  color: #353535;
}
.cid-tkb0AqeSNq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkb0AqeSNq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkb0AqeSNq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkb2qvabyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-home-1-1280x768.jpg");
}
.cid-tkb2qvabyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkb2qvabyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkb2qvabyu .timeline-element {
  position: relative;
}
.cid-tkb2qvabyu .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkb2qvabyu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkb2qvabyu .mbr-section-title,
.cid-tkb2qvabyu .mbr-section-subtitle,
.cid-tkb2qvabyu .timeline-date {
  text-align: center;
}
.cid-tkb2qvabyu .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tkb2qvabyu .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tkb2qvabyu .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tkb2qvabyu .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tkb2qvabyu .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tkb2qvabyu .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tkb2qvabyu .timeline-date-wrapper,
  .cid-tkb2qvabyu .timeline-text-wrapper,
  .cid-tkb2qvabyu .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tkb2qvabyu .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tkb2qvabyu .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkb2qvabyu .timeline-date-wrapper,
  .cid-tkb2qvabyu .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkb2qvabyu .timeline-date-wrapper,
  .cid-tkb2qvabyu .timeline-text-wrapper,
  .cid-tkb2qvabyu .image-wrapper {
    padding: 2rem;
  }
}
.cid-tkb2qvabyu .mbr-section-title {
  color: #4479d9;
}
.cid-tkb2qvabyu .mbr-timeline-title {
  color: #510b0b;
}
.cid-tkb0MuXzdC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-tkb0MuXzdC .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkb0MuXzdC .mbr-text {
  color: #767676;
}
.cid-tkbXCGjTX9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tkbXCGjTX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkbXCGjTX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkbXCGjTX9 .row {
  flex-direction: row-reverse;
}
.cid-tkbXCGjTX9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tkbXCGjTX9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkbXCGjTX9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkbXCGjTX9 .mbr-section-title {
  color: #28519c;
  text-align: left;
}
.cid-tkbXCGjTX9 .mbr-text,
.cid-tkbXCGjTX9 .mbr-section-btn {
  text-align: left;
}
.cid-tkbXCGDA3r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkbXCGDA3r .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkbXCGDA3r .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tlnppk8psU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d2d8e3;
}
.cid-tlnppk8psU img,
.cid-tlnppk8psU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlnppk8psU .item:focus,
.cid-tlnppk8psU span:focus {
  outline: none;
}
.cid-tlnppk8psU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlnppk8psU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlnppk8psU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlnppk8psU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tlnppk8psU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlnppk8psU .mbr-section-title {
  color: #232323;
}
.cid-tlnppk8psU .mbr-text,
.cid-tlnppk8psU .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tlnppk8psU .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tlnppk8psU .item-subtitle {
  text-align: center;
}
.cid-tlnppk8psU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tlnppk8psU .mbr-section-subtitle {
  text-align: left;
}
.cid-tlnq8vEmY2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d2d8e3;
}
.cid-tlnq8vEmY2 img,
.cid-tlnq8vEmY2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlnq8vEmY2 .item:focus,
.cid-tlnq8vEmY2 span:focus {
  outline: none;
}
.cid-tlnq8vEmY2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tlnq8vEmY2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tlnq8vEmY2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tlnq8vEmY2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tlnq8vEmY2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tlnq8vEmY2 .mbr-section-title {
  color: #232323;
}
.cid-tlnq8vEmY2 .mbr-text,
.cid-tlnq8vEmY2 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tlnq8vEmY2 .item-title {
  text-align: left;
  color: #28519c;
}
.cid-tlnq8vEmY2 .item-subtitle {
  text-align: center;
}
.cid-tlnq8vEmY2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tlnq8vEmY2 .mbr-section-subtitle {
  text-align: left;
}
.cid-u7G0nuWOri {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d2d8e3;
}
.cid-u7G0nuWOri img,
.cid-u7G0nuWOri .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7G0nuWOri .item:focus,
.cid-u7G0nuWOri span:focus {
  outline: none;
}
.cid-u7G0nuWOri .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7G0nuWOri .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ededed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7G0nuWOri .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7G0nuWOri .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u7G0nuWOri .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7G0nuWOri .mbr-section-title {
  color: #232323;
}
.cid-u7G0nuWOri .mbr-text,
.cid-u7G0nuWOri .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-u7G0nuWOri .item-title {
  text-align: left;
}
.cid-u7G0nuWOri .item-subtitle {
  text-align: center;
}
.cid-u7G0nuWOri .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7G0nuWOri .mbr-section-subtitle {
  text-align: left;
}
.cid-tkcduatvI2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkcduatvI2 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkcduatvI2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tkbXCHOQyU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tkbXCHOQyU .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkbXCHOQyU .mbr-text {
  color: #767676;
}
.cid-tkfp5aHhrw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-home-1280x768.jpg");
}
.cid-tkfp5aHhrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5aHhrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5aHhrw .row {
  flex-direction: row-reverse;
}
.cid-tkfp5aHhrw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tkfp5aHhrw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkfp5aHhrw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkfp5aHhrw .mbr-section-title {
  color: #28519c;
  text-align: left;
}
.cid-tkfp5aHhrw .mbr-text,
.cid-tkfp5aHhrw .mbr-section-btn {
  text-align: left;
}
.cid-tkfp5b2oOs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #767676;
}
.cid-tkfp5b2oOs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkfp5b2oOs .mbr-text {
  color: #ffffff;
}
.cid-u8alan9Xjp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #9c9a9a;
}
.cid-u8alan9Xjp img {
  width: 120px;
  margin: auto;
}
.cid-u8alan9Xjp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u8alan9Xjp .card {
    max-width: 12.5%;
  }
}
.cid-u8alan9Xjp .mbr-section-subtitle {
  color: #696969;
}
.cid-u8alan9Xjp .mbr-text {
  color: #4f4f4f;
}
.cid-tkfp5brqLf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tkfp5brqLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5brqLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5brqLf .video-wrapper iframe {
  width: 100%;
}
.cid-tkfp5brqLf .mbr-section-title,
.cid-tkfp5brqLf .mbr-section-subtitle,
.cid-tkfp5brqLf .mbr-text {
  text-align: center;
}
.cid-tkfp5brqLf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkfp5brqLf .mbr-text {
  text-align: center;
  color: #28519c;
}
.cid-tkfp5brqLf .mbr-section-subtitle {
  text-align: right;
  color: #696969;
}
.cid-tkfp5bD7el {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tkfp5bD7el .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5bD7el .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5bD7el .video-wrapper iframe {
  width: 100%;
}
.cid-tkfp5bD7el .mbr-section-title,
.cid-tkfp5bD7el .mbr-section-subtitle,
.cid-tkfp5bD7el .mbr-text {
  text-align: center;
}
.cid-tkfp5bD7el .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkfp5bD7el .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tkfp5bD7el .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tkfp5bPcmo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tkfp5bPcmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5bPcmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5bPcmo .video-wrapper iframe {
  width: 100%;
}
.cid-tkfp5bPcmo .mbr-section-title,
.cid-tkfp5bPcmo .mbr-section-subtitle,
.cid-tkfp5bPcmo .mbr-text {
  text-align: center;
}
.cid-tkfp5bPcmo .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkfp5bPcmo .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tkfp5bPcmo .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tmsPngHHIx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tmsPngHHIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmsPngHHIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmsPngHHIx .video-wrapper iframe {
  width: 100%;
}
.cid-tmsPngHHIx .mbr-section-title,
.cid-tmsPngHHIx .mbr-section-subtitle,
.cid-tmsPngHHIx .mbr-text {
  text-align: center;
}
.cid-tmsPngHHIx .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tmsPngHHIx .mbr-text {
  text-align: center;
  color: #28519c;
}
.cid-tmsPngHHIx .mbr-section-subtitle {
  text-align: right;
  color: #696969;
}
.cid-tkfp5c1B3P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tkfp5c1B3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5c1B3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5c1B3P .video-wrapper iframe {
  width: 100%;
}
.cid-tkfp5c1B3P .mbr-section-title,
.cid-tkfp5c1B3P .mbr-section-subtitle,
.cid-tkfp5c1B3P .mbr-text {
  text-align: center;
}
.cid-tkfp5c1B3P .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkfp5c1B3P .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tkfp5c1B3P .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tkfp5cerLI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondon-1280x768.png");
}
.cid-tkfp5cerLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkfp5cerLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkfp5cerLI .video-wrapper iframe {
  width: 100%;
}
.cid-tkfp5cerLI .mbr-section-title,
.cid-tkfp5cerLI .mbr-section-subtitle,
.cid-tkfp5cerLI .mbr-text {
  text-align: center;
}
.cid-tkfp5cerLI .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tkfp5cerLI .mbr-text {
  text-align: center;
}
.cid-tkfp5cerLI .mbr-section-subtitle {
  text-align: right;
  color: #767676;
}
.cid-tkfp5cqLmX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1ebd3;
}
.cid-tkfp5cqLmX .line {
  background-color: #433a15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkfp5cqLmX .mbr-text {
  color: #767676;
}
