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





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #014593 !important;
}
.bg-success {
  background-color: #014593 !important;
}
.bg-info {
  background-color: #014593 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #014593 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #014593 !important;
  border-color: #014593 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #014593 !important;
  border-color: #014593 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #014593 !important;
  border-color: #014593 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #014593 !important;
  border-color: #014593 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #002147 !important;
  border-color: #002147 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #00152e !important;
  color: #00152e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #00152e !important;
  color: #00152e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #00152e !important;
  color: #00152e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #00152e !important;
  color: #00152e !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #014593 !important;
  border-color: #014593 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #014593 !important;
}
.text-secondary {
  color: #188ef4 !important;
}
.text-success {
  color: #014593 !important;
}
.text-info {
  color: #014593 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #014593 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00152e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #08589e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00152e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #00152e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #00152e !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: #014593;
}
.alert-info {
  background-color: #014593;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #014593;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  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: #014593;
  border-color: #014593;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #014593;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1682fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1682fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1682fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1682fd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #04367c;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #04367c;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #014593;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* 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;
}
.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;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #014593;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #014593;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.form-control {
  width: 100%;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #014593;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #014593;
  border-bottom-color: #014593;
}
.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: #014593 !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: #188ef4 !important;
  box-shadow: none !important;
}
.cid-rQ7LDMxSJZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rQ7LDMxSJZ .mbr-section-subtitle {
  letter-spacing: 1.3px;
  color: #939393;
}
.cid-rQ7LDMxSJZ .btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-rQ7LDMxSJZ h2,
  .cid-rQ7LDMxSJZ h3 {
    text-align: center !important;
  }
  .cid-rQ7LDMxSJZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rQ7LDMxSJZ H2 {
  color: #08579f;
  letter-spacing: 4px;
}
.cid-rQ7LDMxSJZ .mbr-section-subtitle B {
  letter-spacing: 1.3px;
  color: #939393;
}
.cid-sEZpWHItTe {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #014593, #014593);
}
.cid-sEZpWHItTe .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sEZpWHItTe .mbr-text {
  color: #8d97ad;
  margin-bottom: -10px;
}
.cid-sEZpWHItTe .mbr-text,
.cid-sEZpWHItTe .mbr-section-btn {
  color: #939393;
}
.cid-sEZpWHItTe .btn {
  bacground-color: #c1c1c1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 0 .5rem 0;
}
.cid-sEZpWHItTe .mbr-text,
.cid-sEZpWHItTe .mbr-section-btn I {
  color: #cccccc;
}
.cid-sEZpWHItTe .btn-primary,
.cid-sEZpWHItTe .btn-primary:active,
.cid-sEZpWHItTe .btn-primary.active {
  background-color: #fcdd0a !important;
  border-color: #fcdd0a !important;
  transition: all .5s;
  color: #014593 !important;
}
.cid-sEZpWHItTe H1 {
  color: #fcdd0a;
}
.cid-rQ7Keb0sCZ {
  background-image: url("../../../assets/images/libro3-4-1920x1080.jpg");
}
.cid-rQ7Keb0sCZ .mbr-overlay {
  background: #2bdc9d;
}
.cid-rQ7Keb0sCZ .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rQ7X72YZth {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ7X72YZth .mbr-iconfont {
  color: #8d97ad;
}
.cid-rQ7X72YZth .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rQ7X72YZth .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rQ7X72YZth .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rQ7X72YZth .card-img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-rQ7X72YZth .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-rQ7X72YZth .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rQ7X72YZth .card-title {
  letter-spacing: 4px;
  color: #08579f;
}
.cid-rQ7LmT370y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQ7LmT370y .mbr-text {
  color: #8d97ad;
}
.cid-rQ7LmT370y .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #ffffff;
}
.cid-rQ7LmT370y .signature > span {
  color: #014593;
}
@media (max-width: 767px) {
  .cid-rQ7LmT370y .blockquote-quote {
    text-align: justify;
  }
  .cid-rQ7LmT370y .signature {
    text-align: justify;
  }
}
.cid-rQ7LmT370y .signature {
  color: #188ef4;
}
.cid-rQ7LmT370y .mbr-text,
.cid-rQ7LmT370y .blockquote-quote {
  font-style: normal;
  font-weight: 500;
  color: #c1c1c1;
  text-align: justify;
}
.cid-rQ7LmT370y .col,
.cid-rQ7LmT370y .col-1,
.cid-rQ7LmT370y .col-10,
.cid-rQ7LmT370y .col-11,
.cid-rQ7LmT370y .col-12,
.cid-rQ7LmT370y .col-2,
.cid-rQ7LmT370y .col-3,
.cid-rQ7LmT370y .col-4,
.cid-rQ7LmT370y .col-5,
.cid-rQ7LmT370y .col-6,
.cid-rQ7LmT370y .col-7,
.cid-rQ7LmT370y .col-8,
.cid-rQ7LmT370y .col-9,
.cid-rQ7LmT370y .col-auto,
.cid-rQ7LmT370y .col-lg,
.cid-rQ7LmT370y .col-lg-1,
.cid-rQ7LmT370y .col-lg-10,
.cid-rQ7LmT370y .col-lg-11,
.cid-rQ7LmT370y .col-lg-12,
.cid-rQ7LmT370y .col-lg-2,
.cid-rQ7LmT370y .col-lg-3,
.cid-rQ7LmT370y .col-lg-4,
.cid-rQ7LmT370y .col-lg-5,
.cid-rQ7LmT370y .col-lg-6,
.cid-rQ7LmT370y .col-lg-7,
.cid-rQ7LmT370y .col-lg-8,
.cid-rQ7LmT370y .col-lg-9,
.cid-rQ7LmT370y .col-lg-auto,
.cid-rQ7LmT370y .col-md,
.cid-rQ7LmT370y .col-md-1,
.cid-rQ7LmT370y .col-md-10,
.cid-rQ7LmT370y .col-md-11,
.cid-rQ7LmT370y .col-md-12,
.cid-rQ7LmT370y .col-md-2,
.cid-rQ7LmT370y .col-md-3,
.cid-rQ7LmT370y .col-md-4,
.cid-rQ7LmT370y .col-md-5,
.cid-rQ7LmT370y .col-md-6,
.cid-rQ7LmT370y .col-md-7,
.cid-rQ7LmT370y .col-md-8,
.cid-rQ7LmT370y .col-md-9,
.cid-rQ7LmT370y .col-md-auto,
.cid-rQ7LmT370y .col-sm,
.cid-rQ7LmT370y .col-sm-1,
.cid-rQ7LmT370y .col-sm-10,
.cid-rQ7LmT370y .col-sm-11,
.cid-rQ7LmT370y .col-sm-12,
.cid-rQ7LmT370y .col-sm-2,
.cid-rQ7LmT370y .col-sm-3,
.cid-rQ7LmT370y .col-sm-4,
.cid-rQ7LmT370y .col-sm-5,
.cid-rQ7LmT370y .col-sm-6,
.cid-rQ7LmT370y .col-sm-7,
.cid-rQ7LmT370y .col-sm-8,
.cid-rQ7LmT370y .col-sm-9,
.cid-rQ7LmT370y .col-sm-auto,
.cid-rQ7LmT370y .col-xl,
.cid-rQ7LmT370y .col-xl-1,
.cid-rQ7LmT370y .col-xl-10,
.cid-rQ7LmT370y .col-xl-11,
.cid-rQ7LmT370y .col-xl-12,
.cid-rQ7LmT370y .col-xl-2,
.cid-rQ7LmT370y .col-xl-3,
.cid-rQ7LmT370y .col-xl-4,
.cid-rQ7LmT370y .col-xl-5,
.cid-rQ7LmT370y .col-xl-6,
.cid-rQ7LmT370y .col-xl-7,
.cid-rQ7LmT370y .col-xl-8,
.cid-rQ7LmT370y .col-xl-9,
.cid-rQ7LmT370y .col-xl-auto {
  padding-right: 50px;
  padding-left: 50px;
}
.cid-rQ7LmT370y .mbr-text,
.cid-rQ7LmT370y .blockquote-quote P {
  color: #939393;
}
.cid-rQlB8jJeHP {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rQlB8jJeHP .mbr-section-subtitle {
  font-style: normal;
  font-weight: 500;
  color: #939393;
  text-align: justify;
}
.cid-rQlB8jJeHP .mbr-section-title {
  letter-spacing: -2px;
  text-align: center;
  color: #014593;
}
.cid-rQlB8jJeHP .col,
.cid-rQlB8jJeHP .col-1,
.cid-rQlB8jJeHP .col-10,
.cid-rQlB8jJeHP .col-11,
.cid-rQlB8jJeHP .col-12,
.cid-rQlB8jJeHP .col-2,
.cid-rQlB8jJeHP .col-3,
.cid-rQlB8jJeHP .col-4,
.cid-rQlB8jJeHP .col-5,
.cid-rQlB8jJeHP .col-6,
.cid-rQlB8jJeHP .col-7,
.cid-rQlB8jJeHP .col-8,
.cid-rQlB8jJeHP .col-9,
.cid-rQlB8jJeHP .col-auto,
.cid-rQlB8jJeHP .col-lg,
.cid-rQlB8jJeHP .col-lg-1,
.cid-rQlB8jJeHP .col-lg-10,
.cid-rQlB8jJeHP .col-lg-11,
.cid-rQlB8jJeHP .col-lg-12,
.cid-rQlB8jJeHP .col-lg-2,
.cid-rQlB8jJeHP .col-lg-3,
.cid-rQlB8jJeHP .col-lg-4,
.cid-rQlB8jJeHP .col-lg-5,
.cid-rQlB8jJeHP .col-lg-6,
.cid-rQlB8jJeHP .col-lg-7,
.cid-rQlB8jJeHP .col-lg-8,
.cid-rQlB8jJeHP .col-lg-9,
.cid-rQlB8jJeHP .col-lg-auto,
.cid-rQlB8jJeHP .col-md,
.cid-rQlB8jJeHP .col-md-1,
.cid-rQlB8jJeHP .col-md-10,
.cid-rQlB8jJeHP .col-md-11,
.cid-rQlB8jJeHP .col-md-12,
.cid-rQlB8jJeHP .col-md-2,
.cid-rQlB8jJeHP .col-md-3,
.cid-rQlB8jJeHP .col-md-4,
.cid-rQlB8jJeHP .col-md-5,
.cid-rQlB8jJeHP .col-md-6,
.cid-rQlB8jJeHP .col-md-7,
.cid-rQlB8jJeHP .col-md-8,
.cid-rQlB8jJeHP .col-md-9,
.cid-rQlB8jJeHP .col-md-auto,
.cid-rQlB8jJeHP .col-sm,
.cid-rQlB8jJeHP .col-sm-1,
.cid-rQlB8jJeHP .col-sm-10,
.cid-rQlB8jJeHP .col-sm-11,
.cid-rQlB8jJeHP .col-sm-12,
.cid-rQlB8jJeHP .col-sm-2,
.cid-rQlB8jJeHP .col-sm-3,
.cid-rQlB8jJeHP .col-sm-4,
.cid-rQlB8jJeHP .col-sm-5,
.cid-rQlB8jJeHP .col-sm-6,
.cid-rQlB8jJeHP .col-sm-7,
.cid-rQlB8jJeHP .col-sm-8,
.cid-rQlB8jJeHP .col-sm-9,
.cid-rQlB8jJeHP .col-sm-auto,
.cid-rQlB8jJeHP .col-xl,
.cid-rQlB8jJeHP .col-xl-1,
.cid-rQlB8jJeHP .col-xl-10,
.cid-rQlB8jJeHP .col-xl-11,
.cid-rQlB8jJeHP .col-xl-12,
.cid-rQlB8jJeHP .col-xl-2,
.cid-rQlB8jJeHP .col-xl-3,
.cid-rQlB8jJeHP .col-xl-4,
.cid-rQlB8jJeHP .col-xl-5,
.cid-rQlB8jJeHP .col-xl-6,
.cid-rQlB8jJeHP .col-xl-7,
.cid-rQlB8jJeHP .col-xl-8,
.cid-rQlB8jJeHP .col-xl-9,
.cid-rQlB8jJeHP .col-xl-auto {
  padding-right: 50px;
  padding-left: 50px;
}
.cid-rQlB8jJeHP .mbr-section-title B {
  color: #014593;
}
.cid-rQlVtxX2X4 {
  background-image: url("../../../assets/images/libro5-1920x1080.jpg");
}
.cid-rQlVtxX2X4 .mbr-overlay {
  background: #2bdc9d;
}
.cid-rQlVtxX2X4 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rQUP4eTPPi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQUP4eTPPi .mbr-figure img {
  border-radius: .25rem;
}
.cid-rQUP4eTPPi .mbr-text {
  color: #8d97ad;
}
.cid-rQUP4eTPPi .mbr-media {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQUP4eTPPi .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-rQUP4eTPPi .btn-play {
  cursor: pointer;
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #a61a3d;
  width: 60px;
  height: 60px;
  border: 1px solid #a61a3d;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-rQUP4eTPPi .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQUP4eTPPi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQUP4eTPPi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQUP4eTPPi .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQUP4eTPPi .icon-description {
  margin-left: 1rem;
}
.cid-rQUP4eTPPi a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQUP4eTPPi a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rQUP4eTPPi .mbr-section-title,
  .cid-rQUP4eTPPi .mbr-text {
    text-align: center;
  }
  .cid-rQUP4eTPPi .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rQV7eL4Jc7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQV7eL4Jc7 .mbr-figure img {
  border-radius: .25rem;
}
.cid-rQV7eL4Jc7 .mbr-text {
  color: #8d97ad;
}
.cid-rQV7eL4Jc7 .mbr-media {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQV7eL4Jc7 .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-rQV7eL4Jc7 .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #a61a3d;
  width: 60px;
  height: 60px;
  border: 1px solid #a61a3d;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-rQV7eL4Jc7 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQV7eL4Jc7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQV7eL4Jc7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQV7eL4Jc7 .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQV7eL4Jc7 .icon-description {
  margin-left: 1rem;
}
.cid-rQV7eL4Jc7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQV7eL4Jc7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rQV7eL4Jc7 .mbr-section-title,
  .cid-rQV7eL4Jc7 .mbr-text {
    text-align: center;
  }
  .cid-rQV7eL4Jc7 .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rQV7fSsUQP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQV7fSsUQP .mbr-figure img {
  border-radius: .25rem;
}
.cid-rQV7fSsUQP .mbr-text {
  color: #8d97ad;
}
.cid-rQV7fSsUQP .mbr-media {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQV7fSsUQP .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-rQV7fSsUQP .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #a61a3d;
  width: 60px;
  height: 60px;
  border: 1px solid #a61a3d;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-rQV7fSsUQP .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQV7fSsUQP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQV7fSsUQP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQV7fSsUQP .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQV7fSsUQP .icon-description {
  margin-left: 1rem;
}
.cid-rQV7fSsUQP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQV7fSsUQP a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rQV7fSsUQP .mbr-section-title,
  .cid-rQV7fSsUQP .mbr-text {
    text-align: center;
  }
  .cid-rQV7fSsUQP .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rQVin79ocv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQVin79ocv .mbr-figure img {
  border-radius: .25rem;
}
.cid-rQVin79ocv .mbr-text {
  color: #8d97ad;
}
.cid-rQVin79ocv .mbr-media {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQVin79ocv .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-rQVin79ocv .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #a61a3d;
  width: 60px;
  height: 60px;
  border: 1px solid #a61a3d;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-rQVin79ocv .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQVin79ocv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQVin79ocv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQVin79ocv .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQVin79ocv .icon-description {
  margin-left: 1rem;
}
.cid-rQVin79ocv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQVin79ocv a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rQVin79ocv .mbr-section-title,
  .cid-rQVin79ocv .mbr-text {
    text-align: center;
  }
  .cid-rQVin79ocv .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rQZ1PQO1Ku {
  background-image: url("../../../assets/images/libro4-2-1920x1080.jpg");
}
.cid-rQZ1PQO1Ku .mbr-overlay {
  background: #2bdc9d;
}
.cid-rQZ1PQO1Ku .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rQORt3aGpt {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQORt3aGpt .mbr-section-subtitle {
  color: #c1c1c1;
  text-align: justify;
}
.cid-rQORt3aGpt .mbr-section-title {
  letter-spacing: -2px;
  text-align: center;
  color: #014593;
}
.cid-rQORt3aGpt .col,
.cid-rQORt3aGpt .col-1,
.cid-rQORt3aGpt .col-10,
.cid-rQORt3aGpt .col-11,
.cid-rQORt3aGpt .col-12,
.cid-rQORt3aGpt .col-2,
.cid-rQORt3aGpt .col-3,
.cid-rQORt3aGpt .col-4,
.cid-rQORt3aGpt .col-5,
.cid-rQORt3aGpt .col-6,
.cid-rQORt3aGpt .col-7,
.cid-rQORt3aGpt .col-8,
.cid-rQORt3aGpt .col-9,
.cid-rQORt3aGpt .col-auto,
.cid-rQORt3aGpt .col-lg,
.cid-rQORt3aGpt .col-lg-1,
.cid-rQORt3aGpt .col-lg-10,
.cid-rQORt3aGpt .col-lg-11,
.cid-rQORt3aGpt .col-lg-12,
.cid-rQORt3aGpt .col-lg-2,
.cid-rQORt3aGpt .col-lg-3,
.cid-rQORt3aGpt .col-lg-4,
.cid-rQORt3aGpt .col-lg-5,
.cid-rQORt3aGpt .col-lg-6,
.cid-rQORt3aGpt .col-lg-7,
.cid-rQORt3aGpt .col-lg-8,
.cid-rQORt3aGpt .col-lg-9,
.cid-rQORt3aGpt .col-lg-auto,
.cid-rQORt3aGpt .col-md,
.cid-rQORt3aGpt .col-md-1,
.cid-rQORt3aGpt .col-md-10,
.cid-rQORt3aGpt .col-md-11,
.cid-rQORt3aGpt .col-md-12,
.cid-rQORt3aGpt .col-md-2,
.cid-rQORt3aGpt .col-md-3,
.cid-rQORt3aGpt .col-md-4,
.cid-rQORt3aGpt .col-md-5,
.cid-rQORt3aGpt .col-md-6,
.cid-rQORt3aGpt .col-md-7,
.cid-rQORt3aGpt .col-md-8,
.cid-rQORt3aGpt .col-md-9,
.cid-rQORt3aGpt .col-md-auto,
.cid-rQORt3aGpt .col-sm,
.cid-rQORt3aGpt .col-sm-1,
.cid-rQORt3aGpt .col-sm-10,
.cid-rQORt3aGpt .col-sm-11,
.cid-rQORt3aGpt .col-sm-12,
.cid-rQORt3aGpt .col-sm-2,
.cid-rQORt3aGpt .col-sm-3,
.cid-rQORt3aGpt .col-sm-4,
.cid-rQORt3aGpt .col-sm-5,
.cid-rQORt3aGpt .col-sm-6,
.cid-rQORt3aGpt .col-sm-7,
.cid-rQORt3aGpt .col-sm-8,
.cid-rQORt3aGpt .col-sm-9,
.cid-rQORt3aGpt .col-sm-auto,
.cid-rQORt3aGpt .col-xl,
.cid-rQORt3aGpt .col-xl-1,
.cid-rQORt3aGpt .col-xl-10,
.cid-rQORt3aGpt .col-xl-11,
.cid-rQORt3aGpt .col-xl-12,
.cid-rQORt3aGpt .col-xl-2,
.cid-rQORt3aGpt .col-xl-3,
.cid-rQORt3aGpt .col-xl-4,
.cid-rQORt3aGpt .col-xl-5,
.cid-rQORt3aGpt .col-xl-6,
.cid-rQORt3aGpt .col-xl-7,
.cid-rQORt3aGpt .col-xl-8,
.cid-rQORt3aGpt .col-xl-9,
.cid-rQORt3aGpt .col-xl-auto {
  padding-right: 50px;
  padding-left: 50px;
}
.cid-rQORt3aGpt .mbr-section-title B {
  color: #014593;
}
.cid-s1LW9KawvT {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #fcdd0a, #fcdd0a);
}
.cid-s1LW9KawvT .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-s1LW9KawvT .mbr-text {
  color: #8d97ad;
}
.cid-s1LW9KawvT .card-wrap {
  border-style: solid;
  border-color: rgba(1, 69, 147, 0.5);
  border-width: 1.5px;
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s1LW9KawvT H1 {
  color: #014593;
}
.cid-s1LW9KawvT I {
  color: #014593;
}
.cid-s1LW9KawvT .mbr-text,
.cid-s1LW9KawvT .mbr-section-btn {
  color: #939393;
}
.cid-rQOVvPfP6z {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #014593, #014593);
}
.cid-rQOVvPfP6z .mbr-section-subtitle {
  color: #939393;
}
.cid-rQOVvPfP6z .mbr-section-title {
  font-weight: 900;
  color: #014593;
  border-color: rgba(1, 69, 147, 0.5);
  border-width: 1.5px;
  border-bottom-style: dotted;
}
.cid-rQOVvPfP6z .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rQOVvPfP6z .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-rQOVvPfP6z .price-term {
  margin-left: -5px;
}
.cid-rQOVvPfP6z .pt2 {
  padding-top: 2rem;
}
.cid-rQOVvPfP6z .plan-title {
  background-color: #188ef4;
  width: 40%;
  border-radius: 30px;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-rQOVvPfP6z .plan-descr {
  color: #444444;
}
.cid-rQOVvPfP6z .plan-price {
  margin-top: 2rem;
}
.cid-rQOVvPfP6z .plan-header {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rQOVvPfP6z .plan-body {
  border-radius: 0px 0px 30px 30px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rQOVvPfP6z .plan-card {
  border-radius: 30px;
  border-color: rgba(1, 69, 147, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-rQOVvPfP6z .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #8d97ad;
}
.cid-rQOVvPfP6z .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rQOVvPfP6z .plan .list-group-item:last-child {
  border-radius: 30px;
}
.cid-rQOVvPfP6z .plan .plan-title {
  display: none;
}
.cid-rQOVvPfP6z .plan:nth-child(2) .plan-title {
  background-color: #fcdd0a;
  display: block !important;
}
.cid-rQOVvPfP6z .plan-header,
.cid-rQOVvPfP6z .plan-body {
  background-color: #ffffff;
}
.cid-rQOVvPfP6z .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-rQOVvPfP6z .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
  color: #939393;
}
@media (max-width: 992px) {
  .cid-rQOVvPfP6z .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-rQOVvPfP6z .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rQOVvPfP6z .plan-title mbr-white {
  color: #fcdd0a;
}
.cid-rQOVvPfP6z LI {
  color: #939393;
}
.cid-rQOVvPfP6z UL {
  text-align: center;
}
.cid-rQOVvPfP6z .pb-4,
.cid-rQOVvPfP6z .py-4 {
  padding-bottom: 0.5rem!important;
}
.cid-rQOVvPfP6z .btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 0 .5rem 0;
}
.cid-rQaLYlWhEd {
  padding-top: 60px;
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .container {
  margin-bottom: 15%;
}
.cid-rQaLYlWhEd .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQaLYlWhEd .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .icon-block-top span {
  background-color: #014593;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-rQaLYlWhEd .box-item {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rQaLYlWhEd .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rQaLYlWhEd .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rQaLYlWhEd .mbr-text,
.cid-rQaLYlWhEd .box-item-text {
  color: #8d97ad;
}
.cid-rQaLYlWhEd .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQaLYlWhEd .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQaLYlWhEd .box-list li:last-child {
  border-bottom: none;
}
.cid-rQaLYlWhEd .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQaLYlWhEd .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQaLYlWhEd .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rQaLYlWhEd .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQaLYlWhEd .box-item {
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rQaLYlWhEd .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rQaLYlWhEd .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQaLYlWhEd .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQaLYlWhEd .mbr-text {
  color: #939393;
}
.cid-rQaLYlWhEd .box-item-text,
.cid-rQaLYlWhEd .mbr-section-btn {
  color: #939393;
}
.cid-rQaLYlWhEd .box-item-title {
  color: #939393;
}
.cid-rR6yv0wErk {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #014593, #014593);
}
.cid-rR6yv0wErk .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-rR6yv0wErk .mbr-text {
  color: #8d97ad;
  margin-bottom: -10px;
}
.cid-rR6yv0wErk .card-wrap {
  background-color: #014593;
  padding: 2.5rem;
  border-radius: 30px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-rR6yv0wErk .mbr-text,
.cid-rR6yv0wErk .mbr-section-btn {
  color: #939393;
}
.cid-rR6yv0wErk .btn {
  bacground-color: #c1c1c1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 0 .5rem 0;
}
.cid-rR6yv0wErk .mbr-text,
.cid-rR6yv0wErk .mbr-section-btn I {
  color: #cccccc;
}
.cid-rR6yv0wErk .btn-primary,
.cid-rR6yv0wErk .btn-primary:active,
.cid-rR6yv0wErk .btn-primary.active {
  background-color: #ffffff !important;
  border-color: #2793e6 !important;
  transition: all .5s;
  color: #014593 !important;
}
.cid-rQgISo6wv3 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #fcdd0a;
}
.cid-rQgISo6wv3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-s2TZJC9aAC {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(90deg, #fcdd0a, #fcdd0a);
}
.cid-s2TZJC9aAC .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-s2TZJC9aAC .mbr-text {
  color: #8d97ad;
}
.cid-s2TZJC9aAC .card-wrap {
  border-style: solid;
  border-color: rgba(1, 69, 147, 0.5);
  border-width: 1.5px;
  background-color: #fcdd0a;
  padding: 2rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-s2TZJC9aAC H1 {
  font-size: 40pt;
  color: #08579f;
  line-height: 0.9;
}
.cid-s2TTxFedNZ {
  padding-top: 0px;
  background-color: #ffffff;
}
.cid-s2TTxFedNZ .container {
  margin-bottom: 15%;
}
.cid-s2TTxFedNZ .content-container .btn-bgr {
  z-index: 0;
}
.cid-s2TTxFedNZ .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-s2TTxFedNZ .icon-block-top span {
  background-color: #fcdd0a;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-s2TTxFedNZ .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 30px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-s2TTxFedNZ .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-s2TTxFedNZ .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-s2TTxFedNZ .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-s2TTxFedNZ .mbr-text,
.cid-s2TTxFedNZ .box-item-text {
  color: #8d97ad;
}
.cid-s2TTxFedNZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s2TTxFedNZ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s2TTxFedNZ .box-list li:last-child {
  border-bottom: none;
}
.cid-s2TTxFedNZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s2TTxFedNZ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-s2TTxFedNZ .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s2TTxFedNZ .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2TTxFedNZ .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-s2TTxFedNZ .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-s2TTxFedNZ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-s2TTxFedNZ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-s2TTxFedNZ H1 {
  font-size: 40pt;
  color: #014593;
}
.cid-s2TTxFedNZ B {
  color: #08579f;
}
.cid-s2TTxFedNZ .box-item-title {
  font-size: 25pt;
  color: #08579f;
}
.cid-s2TTxFedNZ .box-item-text,
.cid-s2TTxFedNZ .mbr-section-btn {
  color: #c1c1c1;
}
.cid-s2TNA3ZT5j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2TNA3ZT5j .mbr-section-subtitle {
  letter-spacing: 1.3px;
  color: #939393;
}
.cid-s2TNA3ZT5j .btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-s2TNA3ZT5j h2,
  .cid-s2TNA3ZT5j h3 {
    text-align: center !important;
  }
  .cid-s2TNA3ZT5j .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s2TNA3ZT5j H2 {
  color: #08579f;
  letter-spacing: 4px;
}
.cid-s2TNA3ZT5j .mbr-section-subtitle B {
  letter-spacing: 1.3px;
  color: #939393;
}
.cid-rQ7Keb0sCZ {
  background-image: url("../../../assets/images/libro3-4-1920x1080.jpg");
}
.cid-rQ7Keb0sCZ .mbr-overlay {
  background: #2bdc9d;
}
.cid-rQ7Keb0sCZ .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rQaLYlWhEd {
  padding-top: 60px;
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .container {
  margin-bottom: 15%;
}
.cid-rQaLYlWhEd .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQaLYlWhEd .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .icon-block-top span {
  background-color: #014593;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
}
.cid-rQaLYlWhEd .box-item {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rQaLYlWhEd .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rQaLYlWhEd .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rQaLYlWhEd .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rQaLYlWhEd .mbr-text,
.cid-rQaLYlWhEd .box-item-text {
  color: #8d97ad;
}
.cid-rQaLYlWhEd .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQaLYlWhEd .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQaLYlWhEd .box-list li:last-child {
  border-bottom: none;
}
.cid-rQaLYlWhEd .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQaLYlWhEd .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQaLYlWhEd .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rQaLYlWhEd .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQaLYlWhEd .box-item {
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rQaLYlWhEd .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rQaLYlWhEd .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQaLYlWhEd .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQaLYlWhEd .mbr-text {
  color: #939393;
}
.cid-rQaLYlWhEd .box-item-text,
.cid-rQaLYlWhEd .mbr-section-btn {
  color: #939393;
}
.cid-rQaLYlWhEd .box-item-title {
  color: #939393;
}
.cid-rR6yv0wErk {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #014593, #014593);
}
.cid-rR6yv0wErk .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-rR6yv0wErk .mbr-text {
  color: #8d97ad;
  margin-bottom: -10px;
}
.cid-rR6yv0wErk .card-wrap {
  background-color: #014593;
  padding: 2.5rem;
  border-radius: 30px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-rR6yv0wErk .mbr-text,
.cid-rR6yv0wErk .mbr-section-btn {
  color: #939393;
}
.cid-rR6yv0wErk .btn {
  bacground-color: #c1c1c1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 0 .5rem 0;
}
.cid-rR6yv0wErk .mbr-text,
.cid-rR6yv0wErk .mbr-section-btn I {
  color: #cccccc;
}
.cid-rR6yv0wErk .btn-primary,
.cid-rR6yv0wErk .btn-primary:active,
.cid-rR6yv0wErk .btn-primary.active {
  background-color: #ffffff !important;
  border-color: #2793e6 !important;
  transition: all .5s;
  color: #014593 !important;
}
.cid-rQgISo6wv3 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #fcdd0a;
}
.cid-rQgISo6wv3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
