body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Neutro-ExtraBold';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Mohan';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Westmount Regular';
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5971dc !important;
}
.bg-success {
  background-color: #f6bc19 !important;
}
.bg-info {
  background-color: #e5e5e5 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5971dc !important;
  border-color: #5971dc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2844c0 !important;
  border-color: #2844c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2844c0 !important;
  border-color: #2844c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #910033 !important;
  border-color: #910033 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #450018 !important;
  border-color: #450018 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #450018 !important;
  border-color: #450018 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6bc19 !important;
  border-color: #f6bc19 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bb8c07 !important;
  border-color: #bb8c07 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bb8c07 !important;
  border-color: #bb8c07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #243dab;
  color: #243dab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5971dc;
  border-color: #5971dc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5971dc !important;
  border-color: #5971dc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2b000f;
  color: #2b000f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #910033;
  border-color: #910033;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #910033 !important;
  border-color: #910033 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b2b2b2;
  color: #b2b2b2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #666666;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a37a06;
  color: #a37a06;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f6bc19;
  border-color: #f6bc19;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f6bc19 !important;
  border-color: #f6bc19 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5971dc !important;
}
.text-secondary {
  color: #910033 !important;
}
.text-success {
  color: #f6bc19 !important;
}
.text-info {
  color: #e5e5e5 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #243dab !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2b000f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a37a06 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2b2b2 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e5e5e5;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5971dc;
  border-color: #5971dc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5971dc;
}
.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: #fef5dd;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #5971dc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5971dc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5971dc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5971dc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5971dc;
  border-bottom-color: #5971dc;
}
.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: #5971dc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #910033 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235971dc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tHPRITHWjF {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/websiteasset-24-1085x610.png");
}
.cid-tHPRITHWjF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tHPRITHWjF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tHPRITHWjF H2 {
  text-align: left;
  color: #ffffff;
}
.cid-tJJcudWniJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJcudWniJ h2 {
  text-align: left;
}
.cid-tJJcudWniJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJJcudWniJ p {
  color: #767676;
  text-align: left;
}
.cid-tJJcudWniJ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tJJcudWniJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tJJcudWniJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJJcudWniJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tJJcudWniJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tJJcudWniJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tJJcudWniJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJJcudWniJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tJJcudWniJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tJJcudWniJ H4 {
  color: #514d4d;
}
.cid-tJJkX8SCLX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJJkX8SCLX .mbr-section-subtitle {
  color: #767676;
}
.cid-tJJkX8SCLX .btn {
  margin: 0 0 .5rem 0;
}
.cid-tJJkX8SCLX .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tEIoJx5p1W {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/image1-000-copy-1920x1080.png");
}
.cid-tJE38uSRXl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJE38uSRXl .mbr-text {
  color: #767676;
}
.cid-tJE38uSRXl .mbr-text p {
  background: #ffffff;
}
.cid-tJhCeYUKng {
  padding-top: 60px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #5971dc, #7f1933);
}
.cid-tJhCeYUKng .btn {
  margin: 0 0 .5rem 0;
}
.cid-tJhCeYUKng H2 {
  text-align: left;
}
.cid-sTv1jg61rE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTv1jg61rE .line {
  background-color: #5971dc;
  color: #5971dc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sTv1jg61rE .section-text {
  padding: 2rem 0;
  color: #231f20;
}
.cid-sTv1jg61rE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sTv1jg61rE .inner-container {
    width: 100% !important;
  }
}
.cid-tFFLDSeH5s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFFLDSeH5s .mbr-section-subtitle {
  color: #767676;
}
.cid-tFFLDSeH5s H2 {
  text-align: left;
  color: #231f20;
}
.cid-tFFLDSeH5s DIV {
  text-align: center;
}
.cid-tNchiTVfv6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondote-expp2-1582x890.png");
}
.cid-tNci3Dfm4y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNci3Dfm4y .mbr-section-subtitle {
  color: #767676;
}
.cid-tNci3Dfm4y H2 {
  text-align: left;
  color: #231f20;
}
.cid-tNci3Dfm4y DIV {
  text-align: center;
}
.cid-tNcii0rOBP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondote-expp2-1582x890.png");
}
.cid-tFFcMevOId .modal-body .close {
  background: #1b1b1b;
}
.cid-tFFcMevOId .modal-body .close span {
  font-style: normal;
}
.cid-tFFcMevOId .carousel-inner > .active,
.cid-tFFcMevOId .carousel-inner > .next,
.cid-tFFcMevOId .carousel-inner > .prev {
  display: flex;
}
.cid-tFFcMevOId .carousel-control .icon-next,
.cid-tFFcMevOId .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFFcMevOId .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFFcMevOId .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFFcMevOId .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFFcMevOId .boxed-slider > div {
  position: relative;
}
.cid-tFFcMevOId .container img {
  width: 100%;
}
.cid-tFFcMevOId .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tFFcMevOId .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFFcMevOId .mbr-table-cell {
  padding: 0;
}
.cid-tFFcMevOId .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFFcMevOId .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tFFcMevOId .mbr-overlay {
  z-index: 1;
}
.cid-tFFcMevOId .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFFcMevOId .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tFFcMevOId .carousel-item.active.right,
.cid-tFFcMevOId .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFFcMevOId .carousel-item.active.left,
.cid-tFFcMevOId .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFFcMevOId .carousel-item.active,
.cid-tFFcMevOId .carousel-item.next.left,
.cid-tFFcMevOId .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tFFcMevOId .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tFFcMevOId .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFFcMevOId .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFFcMevOId .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFFcMevOId .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFFcMevOId .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFFcMevOId .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tFFcMevOId .mbr-slider .carousel-indicators li.active,
.cid-tFFcMevOId .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFFcMevOId .mbr-slider .carousel-indicators li::after,
.cid-tFFcMevOId .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFFcMevOId .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFFcMevOId .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFFcMevOId .mbr-slider > .container img {
  width: 100%;
}
.cid-tFFcMevOId .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tFFcMevOId .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFFcMevOId .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFFcMevOId .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFFcMevOId .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFFcMevOId .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFFcMevOId .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFFcMevOId .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFFcMevOId .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFFcMevOId .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFFcMevOId .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFFcMevOId .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFFcMevOId .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFFcMevOId P {
  color: #ffffff;
  text-align: center;
}
.cid-tFQUBBYSe1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFQUBBYSe1 .line {
  background-color: #5971dc;
  color: #5971dc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFQUBBYSe1 .section-text {
  padding: 2rem 0;
  color: #231f20;
}
.cid-tFQUBBYSe1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFQUBBYSe1 .inner-container {
    width: 100% !important;
  }
}
.cid-tFQT13P6oN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/screenshot-2023-08-14-163217-1165x573.png");
}
.cid-tFQT13P6oN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tFQT13P6oN p {
  color: #767676;
  margin: 0;
}
.cid-tFQT13P6oN .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tFQT13P6oN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tFQT13P6oN .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tFQT13P6oN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tFQT13P6oN .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-tFQT13P6oN .border_wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tFQT13P6oN .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-tFQT13P6oN .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-tFQT13P6oN .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFQT13P6oN .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-tFQT13P6oN .col-left h4 {
    padding-top: 1rem;
  }
  .cid-tFQT13P6oN p.col-right {
    padding-top: 1rem;
  }
}
.cid-tFQT13P6oN .col-right {
  color: #ffffff;
}
.cid-tFQT13P6oN .card-title {
  color: #231f20;
}
.cid-tJE3Npb114 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJE3Npb114 .mbr-text {
  color: #232323;
}
.cid-tJE3Npb114 .mbr-text p {
  background: #ffffff;
}
.cid-sTvGYDVn7g {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondoholss-12-13-1921x1081.jpeg");
}
.cid-sTvGYDVn7g .form-control,
.cid-sTvGYDVn7g .form-control:focus {
  background: #f2f2f2;
  border: 1px solid #f8f8f8;
}
.cid-sTvGYDVn7g .form-container {
  transition: all .2s;
  border: 1px solid #f8f8f8;
  padding: 1rem;
  background: linear-gradient(#231f20, #232323);
  border: none;
}
.cid-sTvGYDVn7g textarea.form-control {
  min-height: 188px;
}
.cid-sTvGYDVn7g .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sTvGYDVn7g .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sTvGYDVn7g .row .content-container {
    padding-left: 5rem;
  }
}
.cid-sTvGYDVn7g H1 {
  text-align: left;
}
.cid-sTvGYDVn7g .mbr-text,
.cid-sTvGYDVn7g .mbr-section-btn {
  text-align: left;
}
.cid-tJf8UxFh99 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-tJf8UxFh99 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tJf8UxFh99 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tJf8UxFh99 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tJf8UxFh99 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tJf8UxFh99 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tJf8UxFh99 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tJf8UxFh99 .card .panel-body {
  color: #767676;
}
.cid-tJf8UxFh99 H4 {
  color: #231f20;
}
.cid-tJf8UxFh99 H2 {
  color: #231f20;
}
.cid-tMWh5ZAFHY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-hola-final-04-copy-1921x1137.png");
}
.cid-tMWh5ZAFHY .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMWh5ZAFHY H2 {
  text-align: left;
}
.cid-sTvLjC6rcN {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}
.cid-sTvLjC6rcN .item {
  padding-bottom: 2rem;
}
.cid-sTvLjC6rcN .item-wrapper {
  height: 100%;
}
.cid-sTvLjC6rcN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sTvLjC6rcN .carousel-control,
.cid-sTvLjC6rcN .close {
  background: #1b1b1b;
}
.cid-sTvLjC6rcN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sTvLjC6rcN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sTvLjC6rcN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sTvLjC6rcN .close::before {
  content: '\e91a';
}
.cid-sTvLjC6rcN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sTvLjC6rcN .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sTvLjC6rcN .carousel-inner > .active {
  display: block;
}
.cid-sTvLjC6rcN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTvLjC6rcN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTvLjC6rcN .carousel-control .icon-next,
.cid-sTvLjC6rcN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sTvLjC6rcN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sTvLjC6rcN .carousel-control,
  .cid-sTvLjC6rcN .carousel-indicators,
  .cid-sTvLjC6rcN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sTvLjC6rcN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sTvLjC6rcN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sTvLjC6rcN .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sTvLjC6rcN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sTvLjC6rcN .carousel-indicators {
    display: none;
  }
}
.cid-sTvLjC6rcN .carousel-indicators .active,
.cid-sTvLjC6rcN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sTvLjC6rcN .carousel-indicators .active {
  background: #fff;
}
.cid-sTvLjC6rcN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sTvLjC6rcN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sTvLjC6rcN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sTvLjC6rcN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sTvLjC6rcN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sTvLjC6rcN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-sTvLjC6rcN .carousel {
  width: 100%;
}
.cid-sTvLjC6rcN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sTvLjC6rcN .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sTvLjC6rcN .modal.fade .modal-dialog,
.cid-sTvLjC6rcN .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sTvLjC6rcN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sTvLjC6rcN a {
  display: block;
}
.cid-sTvLjC6rcN a.img {
  pointer-events: none;
}
.cid-sTvLjC6rcN H4 {
  text-align: center;
}
.cid-sW7Xlq676e .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sW7Xlq676e .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sW7Xlq676e .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sW7Xlq676e .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.opened {
  transition: all .3s;
}
.cid-sW7Xlq676e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sW7Xlq676e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sW7Xlq676e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sW7Xlq676e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sW7Xlq676e .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: 55%;
}
.cid-sW7Xlq676e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sW7Xlq676e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sW7Xlq676e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sW7Xlq676e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sW7Xlq676e .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: 55%;
  }
  .cid-sW7Xlq676e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sW7Xlq676e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sW7Xlq676e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sW7Xlq676e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7Xlq676e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sW7Xlq676e .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sW7Xlq676e .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sW7Xlq676e .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sW7Xlq676e .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sW7Xlq676e .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sW7Xlq676e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sW7Xlq676e .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sW7Xlq676e .navbar-caption {
  padding-right: 4rem;
}
.cid-sW7Xlq676e .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sW7Xlq676e .dropdown-menu,
.cid-sW7Xlq676e .navbar.opened {
  background: #232323 !important;
}
.cid-sW7Xlq676e .nav-item:focus,
.cid-sW7Xlq676e .nav-link:focus {
  outline: none;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sW7Xlq676e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sW7Xlq676e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sW7Xlq676e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sW7Xlq676e .dropdown-item.active,
.cid-sW7Xlq676e .dropdown-item:active {
  background-color: transparent;
}
.cid-sW7Xlq676e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sW7Xlq676e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sW7Xlq676e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sW7Xlq676e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sW7Xlq676e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sW7Xlq676e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sW7Xlq676e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sW7Xlq676e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sW7Xlq676e .navbar {
    height: 77px;
  }
  .cid-sW7Xlq676e .navbar.opened {
    height: auto;
  }
  .cid-sW7Xlq676e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGklvuqzQQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #231f20;
}
@media (max-width: 767px) {
  .cid-tGklvuqzQQ .content {
    text-align: center;
  }
  .cid-tGklvuqzQQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGklvuqzQQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGklvuqzQQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGklvuqzQQ .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tGklvuqzQQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGklvuqzQQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGklvuqzQQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tGklvuqzQQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGklvuqzQQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGklvuqzQQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGklvuqzQQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGklvuqzQQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGklvuqzQQ H5 {
  color: #ffffff;
}
.cid-tGklvuqzQQ .copyright > p {
  text-align: left;
  color: #efefef;
}
.cid-tGklvuqzQQ P {
  color: #231f20;
}
.cid-sWdFNK6quO {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWdFNK6quO .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sWdFNK6quO .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sWdFNK6quO .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sWdFNK6quO .separline {
  position: relative;
}
.cid-sWdFNK6quO .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sWdFNK6quO .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sWdFNK6quO .mbr-section-title {
  text-align: center;
}
.cid-sW7Xlq676e .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sW7Xlq676e .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sW7Xlq676e .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sW7Xlq676e .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.opened {
  transition: all .3s;
}
.cid-sW7Xlq676e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sW7Xlq676e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sW7Xlq676e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sW7Xlq676e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sW7Xlq676e .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: 55%;
}
.cid-sW7Xlq676e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sW7Xlq676e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sW7Xlq676e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sW7Xlq676e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sW7Xlq676e .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: 55%;
  }
  .cid-sW7Xlq676e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sW7Xlq676e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sW7Xlq676e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sW7Xlq676e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7Xlq676e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sW7Xlq676e .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sW7Xlq676e .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sW7Xlq676e .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sW7Xlq676e .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sW7Xlq676e .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sW7Xlq676e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sW7Xlq676e .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sW7Xlq676e .navbar-caption {
  padding-right: 4rem;
}
.cid-sW7Xlq676e .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sW7Xlq676e .dropdown-menu,
.cid-sW7Xlq676e .navbar.opened {
  background: #232323 !important;
}
.cid-sW7Xlq676e .nav-item:focus,
.cid-sW7Xlq676e .nav-link:focus {
  outline: none;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sW7Xlq676e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sW7Xlq676e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sW7Xlq676e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sW7Xlq676e .dropdown-item.active,
.cid-sW7Xlq676e .dropdown-item:active {
  background-color: transparent;
}
.cid-sW7Xlq676e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sW7Xlq676e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sW7Xlq676e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sW7Xlq676e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sW7Xlq676e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sW7Xlq676e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sW7Xlq676e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sW7Xlq676e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sW7Xlq676e .navbar {
    height: 77px;
  }
  .cid-sW7Xlq676e .navbar.opened {
    height: auto;
  }
  .cid-sW7Xlq676e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWdH8a9rb2 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWdH8a9rb2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sWdH8a9rb2 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sWdH8a9rb2 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sWdH8a9rb2 .separline {
  position: relative;
}
.cid-sWdH8a9rb2 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sWdH8a9rb2 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sWdH8a9rb2 .mbr-section-title {
  text-align: center;
}
.cid-sWdH8cdyg1 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWdH8cdyg1 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sWdH8cdyg1 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sWdH8cdyg1 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sWdH8cdyg1 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-sWdH8cdyg1 .navbar.opened {
  transition: all .3s;
}
.cid-sWdH8cdyg1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWdH8cdyg1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sWdH8cdyg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWdH8cdyg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWdH8cdyg1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWdH8cdyg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWdH8cdyg1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWdH8cdyg1 .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: 55%;
}
.cid-sWdH8cdyg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWdH8cdyg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWdH8cdyg1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWdH8cdyg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWdH8cdyg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWdH8cdyg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWdH8cdyg1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWdH8cdyg1 .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: 55%;
  }
  .cid-sWdH8cdyg1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWdH8cdyg1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWdH8cdyg1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWdH8cdyg1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWdH8cdyg1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sWdH8cdyg1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWdH8cdyg1 .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-sWdH8cdyg1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWdH8cdyg1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWdH8cdyg1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sWdH8cdyg1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sWdH8cdyg1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sWdH8cdyg1 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sWdH8cdyg1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sWdH8cdyg1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWdH8cdyg1 .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWdH8cdyg1 .navbar-caption {
  padding-right: 4rem;
}
.cid-sWdH8cdyg1 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sWdH8cdyg1 .dropdown-menu,
.cid-sWdH8cdyg1 .navbar.opened {
  background: #232323 !important;
}
.cid-sWdH8cdyg1 .nav-item:focus,
.cid-sWdH8cdyg1 .nav-link:focus {
  outline: none;
}
.cid-sWdH8cdyg1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWdH8cdyg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWdH8cdyg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWdH8cdyg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sWdH8cdyg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWdH8cdyg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWdH8cdyg1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWdH8cdyg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWdH8cdyg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWdH8cdyg1 .dropdown-item.active,
.cid-sWdH8cdyg1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWdH8cdyg1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWdH8cdyg1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWdH8cdyg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWdH8cdyg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-sWdH8cdyg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWdH8cdyg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWdH8cdyg1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWdH8cdyg1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWdH8cdyg1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWdH8cdyg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sWdH8cdyg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWdH8cdyg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWdH8cdyg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWdH8cdyg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWdH8cdyg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWdH8cdyg1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWdH8cdyg1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWdH8cdyg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWdH8cdyg1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWdH8cdyg1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWdH8cdyg1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sWdH8cdyg1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWdH8cdyg1 .navbar {
    height: 77px;
  }
  .cid-sWdH8cdyg1 .navbar.opened {
    height: auto;
  }
  .cid-sWdH8cdyg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJL4NsYlPh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/image5-copy-1280x720.png");
}
.cid-tJL4NupHEk {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #231f20;
}
.cid-tJL4NupHEk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJL4NupHEk p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tJL4NupHEk .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-tJL4NupHEk .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-tJL4NupHEk .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJL4NupHEk .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-tJL4NupHEk .card-box {
    padding-left: 0;
  }
}
.cid-tJL4NupHEk .card-title,
.cid-tJL4NupHEk .card-img {
  color: #fff6ee;
}
.cid-tJL4NupHEk P {
  color: #9e9e9e;
}
.cid-tJL4O56auZ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJL4O56auZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tJL4O6iT5S {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image6-copy-1920x1080.png");
}
.cid-tJL4O6iT5S H2 {
  text-align: center;
}
.cid-tJL4O7LTr2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4O7LTr2 .counter-container {
  color: #767676;
}
.cid-tJL4O7LTr2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJL4O7LTr2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJL4O7LTr2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJL4O7LTr2 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJL4O93AtC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4O93AtC h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJL4O93AtC p {
  color: #767676;
}
.cid-tJL4O93AtC .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJL4O93AtC .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJL4O93AtC .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJL4O93AtC .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJL4O93AtC .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJL4O93AtC .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJL4ObV6lh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/untitled-copy-1920x1080.png");
}
.cid-tJL4ObV6lh H2 {
  text-align: center;
}
.cid-tJL4Odqk4I {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4Odqk4I .counter-container {
  color: #767676;
}
.cid-tJL4Odqk4I .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJL4Odqk4I .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJL4Odqk4I .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJL4Odqk4I .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJL4Odqk4I .mbr-text {
  color: #767676;
}
.cid-tJL4OeGPHs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4OeGPHs h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJL4OeGPHs p {
  color: #767676;
}
.cid-tJL4OeGPHs .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJL4OeGPHs .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJL4OeGPHs .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJL4OeGPHs .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJL4OeGPHs .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJL4OeGPHs .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJL4O3Qovd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-hola-final-4-1921x1137.png");
}
.cid-tJL4O3Qovd .btn {
  margin: 0 0 .5rem 0;
}
.cid-tJL4O3Qovd H3 {
  text-align: center;
}
.cid-tJL4OmVsNC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image4-copy-1920x1080.png");
}
.cid-tJL4OmVsNC H2 {
  text-align: center;
}
.cid-tJL4OolwKQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4OolwKQ .counter-container {
  color: #767676;
}
.cid-tJL4OolwKQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJL4OolwKQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJL4OolwKQ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJL4OolwKQ .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJL4Oq0QFf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJL4Oq0QFf h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJL4Oq0QFf p {
  color: #767676;
}
.cid-tJL4Oq0QFf .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJL4Oq0QFf .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJL4Oq0QFf .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJL4Oq0QFf .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJL4Oq0QFf .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJL4Oq0QFf .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tMWlmarGQr {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondoholss-12-13-1921x1081.jpeg");
}
.cid-tMWlmarGQr .form-control,
.cid-tMWlmarGQr .form-control:focus {
  background: #f2f2f2;
  border: 1px solid #f8f8f8;
}
.cid-tMWlmarGQr .form-container {
  transition: all .2s;
  border: 1px solid #f8f8f8;
  padding: 1rem;
  background: linear-gradient(#231f20, #232323);
  border: none;
}
.cid-tMWlmarGQr textarea.form-control {
  min-height: 188px;
}
.cid-tMWlmarGQr .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tMWlmarGQr .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tMWlmarGQr .row .content-container {
    padding-left: 5rem;
  }
}
.cid-tMWlmarGQr H1 {
  text-align: left;
}
.cid-tMWlmarGQr .mbr-text,
.cid-tMWlmarGQr .mbr-section-btn {
  text-align: left;
}
.cid-tJL4OscAq8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJL4OscAq8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-tJL4OscAq8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-tJL4OscAq8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-tJL4OscAq8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-tJL4OscAq8 .navbar.opened {
  transition: all .3s;
}
.cid-tJL4OscAq8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tJL4OscAq8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tJL4OscAq8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJL4OscAq8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJL4OscAq8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tJL4OscAq8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJL4OscAq8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJL4OscAq8 .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: 55%;
}
.cid-tJL4OscAq8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJL4OscAq8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tJL4OscAq8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tJL4OscAq8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJL4OscAq8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJL4OscAq8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJL4OscAq8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJL4OscAq8 .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: 55%;
  }
  .cid-tJL4OscAq8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJL4OscAq8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJL4OscAq8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJL4OscAq8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJL4OscAq8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJL4OscAq8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJL4OscAq8 .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-tJL4OscAq8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJL4OscAq8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJL4OscAq8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tJL4OscAq8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tJL4OscAq8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tJL4OscAq8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tJL4OscAq8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-tJL4OscAq8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJL4OscAq8 .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tJL4OscAq8 .navbar-caption {
  padding-right: 4rem;
}
.cid-tJL4OscAq8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-tJL4OscAq8 .dropdown-menu,
.cid-tJL4OscAq8 .navbar.opened {
  background: #232323 !important;
}
.cid-tJL4OscAq8 .nav-item:focus,
.cid-tJL4OscAq8 .nav-link:focus {
  outline: none;
}
.cid-tJL4OscAq8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJL4OscAq8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJL4OscAq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJL4OscAq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJL4OscAq8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJL4OscAq8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJL4OscAq8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJL4OscAq8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJL4OscAq8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJL4OscAq8 .dropdown-item.active,
.cid-tJL4OscAq8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJL4OscAq8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJL4OscAq8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJL4OscAq8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJL4OscAq8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-tJL4OscAq8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJL4OscAq8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJL4OscAq8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJL4OscAq8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJL4OscAq8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJL4OscAq8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJL4OscAq8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJL4OscAq8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJL4OscAq8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJL4OscAq8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJL4OscAq8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJL4OscAq8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJL4OscAq8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJL4OscAq8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJL4OscAq8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJL4OscAq8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJL4OscAq8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tJL4OscAq8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJL4OscAq8 .navbar {
    height: 77px;
  }
  .cid-tJL4OscAq8 .navbar.opened {
    height: auto;
  }
  .cid-tJL4OscAq8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMDpfoZVqE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #231f20;
}
@media (max-width: 767px) {
  .cid-tMDpfoZVqE .content {
    text-align: center;
  }
  .cid-tMDpfoZVqE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMDpfoZVqE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMDpfoZVqE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMDpfoZVqE .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tMDpfoZVqE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMDpfoZVqE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMDpfoZVqE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMDpfoZVqE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMDpfoZVqE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMDpfoZVqE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMDpfoZVqE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMDpfoZVqE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMDpfoZVqE H5 {
  color: #ffffff;
}
.cid-tMDpfoZVqE .copyright > p {
  text-align: left;
  color: #efefef;
}
.cid-tMDpfoZVqE P {
  color: #231f20;
}
.cid-sW7PH3yyFt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/01-copy-1920x1080.png");
}
.cid-sW7PH4dAT0 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #231f20;
}
.cid-sW7PH4dAT0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sW7PH4dAT0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sW7PH4dAT0 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-sW7PH4dAT0 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-sW7PH4dAT0 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sW7PH4dAT0 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-sW7PH4dAT0 .card-box {
    padding-left: 0;
  }
}
.cid-sW7PH4dAT0 .card-title,
.cid-sW7PH4dAT0 .card-img {
  color: #fff6ee;
}
.cid-sW7PH4dAT0 P {
  color: #9e9e9e;
}
.cid-sW7PH5gaMb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sW7PH5gaMb .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sW7PH5gaMb H2 {
  text-align: center;
}
.cid-tJK8Dh23JH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fccn-01-copy-2000x1125.png");
}
.cid-tJK8Dh23JH H2 {
  text-align: center;
}
.cid-tJK8DIw8W0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJK8DIw8W0 .counter-container {
  color: #767676;
}
.cid-tJK8DIw8W0 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJK8DIw8W0 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJK8DIw8W0 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJK8DIw8W0 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJIproVL46 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJIproVL46 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJIproVL46 p {
  color: #767676;
}
.cid-tJIproVL46 .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJIproVL46 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJIproVL46 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJIproVL46 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJIproVL46 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJIproVL46 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJIproVL46 .cost {
  color: #767676;
}
.cid-tJKdlLfS1V {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/imageee1-copy-1920x1080.png");
}
.cid-tJKdlLfS1V H2 {
  text-align: center;
}
.cid-tJKdm6FHXQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKdm6FHXQ .counter-container {
  color: #767676;
}
.cid-tJKdm6FHXQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJKdm6FHXQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJKdm6FHXQ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJKdm6FHXQ .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJKdtKwVAz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKdtKwVAz h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJKdtKwVAz p {
  color: #767676;
}
.cid-tJKdtKwVAz .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJKdtKwVAz .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJKdtKwVAz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJKdtKwVAz .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJKdtKwVAz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJKdtKwVAz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJK6pDxYtl {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #5971dc, #910033);
}
.cid-tJK6pDxYtl .btn {
  margin: 0 0 .5rem 0;
}
.cid-tJK6pDxYtl H3 {
  text-align: center;
}
.cid-tJKi4kWlAu {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image4-2-copy-1920x1080.png");
}
.cid-tJKi4kWlAu H2 {
  text-align: center;
}
.cid-tJKi4vI6z9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKi4vI6z9 .counter-container {
  color: #767676;
}
.cid-tJKi4vI6z9 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJKi4vI6z9 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJKi4vI6z9 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJKi4vI6z9 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJKicIgP5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKicIgP5b h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJKicIgP5b p {
  color: #767676;
}
.cid-tJKicIgP5b .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJKicIgP5b .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJKicIgP5b .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJKicIgP5b .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJKicIgP5b .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJKicIgP5b .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJKicIgP5b .cost {
  color: #767676;
}
.cid-tJKn9I7Cf4 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image3-000-2-copy-1920x1080.jpeg");
}
.cid-tJKn9I7Cf4 H2 {
  text-align: center;
}
.cid-tJKnahLSJh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKnahLSJh .counter-container {
  color: #767676;
}
.cid-tJKnahLSJh .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJKnahLSJh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJKnahLSJh .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJKnahLSJh .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #5971dc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJKnahLSJh .mbr-text {
  text-align: left;
}
.cid-tJKnayoWBp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKnayoWBp h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJKnayoWBp p {
  color: #767676;
}
.cid-tJKnayoWBp .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJKnayoWBp .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJKnayoWBp .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJKnayoWBp .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJKnayoWBp .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJKnayoWBp .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJKnayoWBp .cost {
  color: #767676;
}
.cid-tJDHMJWrmE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-hola-final-4-1921x1137.png");
}
.cid-tJDHMJWrmE .btn {
  margin: 0 0 .5rem 0;
}
.cid-tJDHMJWrmE H3 {
  text-align: center;
}
.cid-tJI5DsHfeU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJI5DsHfeU .mbr-section-subtitle {
  color: #767676;
}
.cid-tJKswgRunm {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ima-plan365dias-hq-xd-2-1167x917.png");
}
.cid-tJKswgRunm H2 {
  text-align: center;
}
.cid-tJKswsQBnh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKswsQBnh .counter-container {
  color: #767676;
}
.cid-tJKswsQBnh .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJKswsQBnh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJKswsQBnh .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJKswsQBnh .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #910033;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tJKsxpoUDs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKsxpoUDs h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tJKsxpoUDs p {
  color: #767676;
}
.cid-tJKsxpoUDs .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tJKsxpoUDs .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tJKsxpoUDs .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tJKsxpoUDs .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tJKsxpoUDs .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tJKsxpoUDs .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tJKtWWH2r3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/image25-copy-1920x1080.png");
}
.cid-tJKtWWH2r3 H2 {
  text-align: center;
}
.cid-tJKtX6avJs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJKtX6avJs .counter-container {
  color: #767676;
}
.cid-tJKtX6avJs .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tJKtX6avJs .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tJKtX6avJs .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-tJKtX6avJs .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #910033;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sW9dEpJSWM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sW9dEpJSWM h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sW9dEpJSWM p {
  color: #767676;
}
.cid-sW9dEpJSWM .card-wrapper {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-sW9dEpJSWM .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-sW9dEpJSWM .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sW9dEpJSWM .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sW9dEpJSWM .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sW9dEpJSWM .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tMWlgm7Cdn {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fondoholss-12-13-1921x1081.jpeg");
}
.cid-tMWlgm7Cdn .form-control,
.cid-tMWlgm7Cdn .form-control:focus {
  background: #f2f2f2;
  border: 1px solid #f8f8f8;
}
.cid-tMWlgm7Cdn .form-container {
  transition: all .2s;
  border: 1px solid #f8f8f8;
  padding: 1rem;
  background: linear-gradient(#231f20, #232323);
  border: none;
}
.cid-tMWlgm7Cdn textarea.form-control {
  min-height: 188px;
}
.cid-tMWlgm7Cdn .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tMWlgm7Cdn .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tMWlgm7Cdn .row .content-container {
    padding-left: 5rem;
  }
}
.cid-tMWlgm7Cdn H1 {
  text-align: left;
}
.cid-tMWlgm7Cdn .mbr-text,
.cid-tMWlgm7Cdn .mbr-section-btn {
  text-align: left;
}
.cid-sW7Xlq676e .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sW7Xlq676e .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sW7Xlq676e .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sW7Xlq676e .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.opened {
  transition: all .3s;
}
.cid-sW7Xlq676e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sW7Xlq676e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sW7Xlq676e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sW7Xlq676e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sW7Xlq676e .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: 55%;
}
.cid-sW7Xlq676e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sW7Xlq676e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sW7Xlq676e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sW7Xlq676e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sW7Xlq676e .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: 55%;
  }
  .cid-sW7Xlq676e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sW7Xlq676e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sW7Xlq676e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sW7Xlq676e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7Xlq676e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sW7Xlq676e .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sW7Xlq676e .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sW7Xlq676e .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sW7Xlq676e .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sW7Xlq676e .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sW7Xlq676e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sW7Xlq676e .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sW7Xlq676e .navbar-caption {
  padding-right: 4rem;
}
.cid-sW7Xlq676e .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sW7Xlq676e .dropdown-menu,
.cid-sW7Xlq676e .navbar.opened {
  background: #232323 !important;
}
.cid-sW7Xlq676e .nav-item:focus,
.cid-sW7Xlq676e .nav-link:focus {
  outline: none;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sW7Xlq676e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sW7Xlq676e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sW7Xlq676e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sW7Xlq676e .dropdown-item.active,
.cid-sW7Xlq676e .dropdown-item:active {
  background-color: transparent;
}
.cid-sW7Xlq676e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sW7Xlq676e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sW7Xlq676e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sW7Xlq676e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sW7Xlq676e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sW7Xlq676e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sW7Xlq676e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sW7Xlq676e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sW7Xlq676e .navbar {
    height: 77px;
  }
  .cid-sW7Xlq676e .navbar.opened {
    height: auto;
  }
  .cid-sW7Xlq676e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMDpbeHno8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #231f20;
}
@media (max-width: 767px) {
  .cid-tMDpbeHno8 .content {
    text-align: center;
  }
  .cid-tMDpbeHno8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMDpbeHno8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMDpbeHno8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMDpbeHno8 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tMDpbeHno8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMDpbeHno8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMDpbeHno8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMDpbeHno8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMDpbeHno8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMDpbeHno8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMDpbeHno8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMDpbeHno8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMDpbeHno8 H5 {
  color: #ffffff;
}
.cid-tMDpbeHno8 .copyright > p {
  text-align: left;
  color: #efefef;
}
.cid-tMDpbeHno8 P {
  color: #231f20;
}
.cid-sW7Xlq676e .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-sW7Xlq676e .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sW7Xlq676e .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sW7Xlq676e .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.opened {
  transition: all .3s;
}
.cid-sW7Xlq676e .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sW7Xlq676e .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sW7Xlq676e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sW7Xlq676e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sW7Xlq676e .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: 55%;
}
.cid-sW7Xlq676e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sW7Xlq676e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sW7Xlq676e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sW7Xlq676e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sW7Xlq676e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sW7Xlq676e .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: 55%;
  }
  .cid-sW7Xlq676e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sW7Xlq676e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sW7Xlq676e .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sW7Xlq676e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sW7Xlq676e .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sW7Xlq676e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sW7Xlq676e .navbar.navbar-short {
  background: #231f20 !important;
  min-height: 60px;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sW7Xlq676e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sW7Xlq676e .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sW7Xlq676e .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sW7Xlq676e .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sW7Xlq676e .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sW7Xlq676e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sW7Xlq676e .mbr-iconfont {
  color: #e5e5e5 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sW7Xlq676e .navbar-caption {
  padding-right: 4rem;
}
.cid-sW7Xlq676e .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sW7Xlq676e .dropdown-menu,
.cid-sW7Xlq676e .navbar.opened {
  background: #232323 !important;
}
.cid-sW7Xlq676e .nav-item:focus,
.cid-sW7Xlq676e .nav-link:focus {
  outline: none;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sW7Xlq676e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sW7Xlq676e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sW7Xlq676e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sW7Xlq676e .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sW7Xlq676e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sW7Xlq676e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sW7Xlq676e .dropdown-item.active,
.cid-sW7Xlq676e .dropdown-item:active {
  background-color: transparent;
}
.cid-sW7Xlq676e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sW7Xlq676e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #231f20;
}
.cid-sW7Xlq676e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sW7Xlq676e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sW7Xlq676e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sW7Xlq676e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sW7Xlq676e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sW7Xlq676e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sW7Xlq676e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sW7Xlq676e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sW7Xlq676e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sW7Xlq676e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sW7Xlq676e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sW7Xlq676e .navbar {
    height: 77px;
  }
  .cid-sW7Xlq676e .navbar.opened {
    height: auto;
  }
  .cid-sW7Xlq676e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJJo3KxHpL {
  background-image: url("../../../assets/images/foto-sobremi.webp");
}
.cid-tJJo3KxHpL H1 {
  text-align: right;
}
.cid-tJJo3KxHpL H3 {
  text-align: right;
}
.cid-tJJo4uIiLi {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJJo4uIiLi .mbr-section-subtitle {
  color: #767676;
}
.cid-tJJo7G0s9o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tJJo7G0s9o .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tJJo7G0s9o .mbr-author-name {
  font-weight: bold;
}
.cid-tJJo7G0s9o .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tJJo7G0s9o .mbr-figure,
  .cid-tJJo7G0s9o img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tJJo7G0s9o .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tJJo8za2tj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJJo8za2tj h2 {
  text-align: left;
}
.cid-tJJo8za2tj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJJo8za2tj p {
  color: #767676;
  text-align: left;
}
.cid-tJJo8za2tj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tJJo8za2tj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tJJo8za2tj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJJo8za2tj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tJJo8za2tj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tJJo8za2tj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tJJo8za2tj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tJJo8za2tj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tJJo8za2tj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tJJo8za2tj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tJJo8za2tj .card-img span {
    font-size: 40px !important;
  }
}
.cid-tJJo8za2tj H2 {
  text-align: left;
}
.cid-tJJo8za2tj .mbr-text {
  text-align: left;
}
.cid-tJJo9EbsLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tJJo9EbsLD .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tJJo9EbsLD .mbr-author-name {
  font-weight: bold;
}
.cid-tJJo9EbsLD .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tJJo9EbsLD .mbr-figure,
  .cid-tJJo9EbsLD img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tJJo9EbsLD .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tJJoakzWd3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJJoakzWd3 h2 {
  text-align: left;
}
.cid-tJJoakzWd3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJJoakzWd3 p {
  color: #767676;
  text-align: left;
}
.cid-tJJoakzWd3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tJJoakzWd3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tJJoakzWd3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJJoakzWd3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tJJoakzWd3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tJJoakzWd3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tJJoakzWd3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tJJoakzWd3 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tJJoakzWd3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tJJoakzWd3 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tJJoakzWd3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tJJoakzWd3 H2 {
  text-align: left;
}
.cid-tJJoakzWd3 .mbr-text {
  text-align: left;
}
.cid-tMWjx0E67y {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-hola-final-04-copy-1921x1137.png");
}
.cid-tMWjx0E67y .btn {
  margin: 0 0 .5rem 0;
}
.cid-tMWjx0E67y H2 {
  text-align: left;
}
.cid-tMDp0u188o {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #231f20;
}
@media (max-width: 767px) {
  .cid-tMDp0u188o .content {
    text-align: center;
  }
  .cid-tMDp0u188o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMDp0u188o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMDp0u188o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMDp0u188o .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tMDp0u188o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMDp0u188o .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMDp0u188o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tMDp0u188o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMDp0u188o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMDp0u188o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMDp0u188o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMDp0u188o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMDp0u188o H5 {
  color: #ffffff;
}
.cid-tMDp0u188o .copyright > p {
  text-align: left;
  color: #efefef;
}
.cid-tMDp0u188o P {
  color: #231f20;
}
