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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #00ff00 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff0000 !important;
}
.bg-warning {
  background-color: #ff4e00 !important;
}
.bg-danger {
  background-color: #7f1933 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #00b300 !important;
  border-color: #00b300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1814cc !important;
  border-color: #1814cc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #100d86 !important;
  border-color: #100d86 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #100d86 !important;
  border-color: #100d86 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b33700 !important;
  border-color: #b33700 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b33700 !important;
  border-color: #b33700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !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: #009900;
  color: #009900;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #00ff00;
  border-color: #00ff00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0d0b6f;
  color: #0d0b6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1814cc;
  border-color: #1814cc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1814cc !important;
  border-color: #1814cc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #992f00;
  color: #992f00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff4e00;
  border-color: #ff4e00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e00 !important;
  border-color: #ff4e00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !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: #00ff00 !important;
}
.text-secondary {
  color: #1814cc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff0000 !important;
}
.text-warning {
  color: #ff4e00 !important;
}
.text-danger {
  color: #7f1933 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #009900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d0b6f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #990000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #992f00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2a0811 !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: #ff0000;
}
.alert-warning {
  background-color: #ff4e00;
}
.alert-danger {
  background-color: #7f1933;
}
.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: #00ff00;
  border-color: #00ff00;
  color: #001900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdccc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d93e66;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #00ff00;
}
/* 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: #00ff00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #00ff00;
}
.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: #00ff00;
  color: #000000;
}
.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: #00ff00;
  border-bottom-color: #00ff00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00ff00 !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: #1814cc !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='%2300ff00' %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-sidNFTKamF {
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sidNFTKamF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sidNFTKamF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sidNFTKamF .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sRL6srfGsi {
  background: #1a1c42;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sRL6srfGsi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sRL6srfGsi .video-block {
    width: 100% !important;
  }
}
.cid-sSeF21o6PT {
  background: #1a1c42;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sSeF21o6PT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sSeF21o6PT .video-block {
    width: 100% !important;
  }
}
.cid-sSeF3jIPpv {
  background: #1a1c42;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sSeF3jIPpv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sSeF3jIPpv .video-block {
    width: 100% !important;
  }
}
.cid-sidNHdlVUs {
  background: #1a1c42;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sidNHdlVUs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sidNHdlVUs .video-block {
    width: 100% !important;
  }
}
.cid-shmeDEB76J {
  background-image: url("../../../assets/images/-fondo-azul-480x480.png");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shmeDEB76J .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-shmeDEB76J .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-shmeDEB76J .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-shmeDEB76J .mbr-text {
  color: #ffffff;
}
.cid-shmeDEB76J .card {
  padding-bottom: 1.5rem;
}
.cid-shmeDEB76J H5 {
  color: #f7ed4a;
}
.cid-shmeDEB76J .mbr-text,
.cid-shmeDEB76J .mbr-section-btn {
  color: #f7ed4a;
}
.cid-shmeDEB76J H1 {
  color: #f7ed4a;
}
.cid-shmrUoR52T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #28295f;
}
@media (max-width: 767px) {
  .cid-shmrUoR52T .content {
    text-align: center;
  }
  .cid-shmrUoR52T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-shmrUoR52T .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-shmrUoR52T .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-shmrUoR52T .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-shmrUoR52T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shmrUoR52T .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-shmrUoR52T .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-shmrUoR52T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-shmrUoR52T .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shmrUoR52T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shmrUoR52T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shmrUoR52T .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shx6iKtLE2 .modal-body .close {
  background: #1b1b1b;
}
.cid-shx6iKtLE2 .modal-body .close span {
  font-style: normal;
}
.cid-shx6iKtLE2 .carousel-inner > .active,
.cid-shx6iKtLE2 .carousel-inner > .next,
.cid-shx6iKtLE2 .carousel-inner > .prev {
  display: flex;
}
.cid-shx6iKtLE2 .carousel-control .icon-next,
.cid-shx6iKtLE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shx6iKtLE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shx6iKtLE2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shx6iKtLE2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shx6iKtLE2 .boxed-slider > div {
  position: relative;
}
.cid-shx6iKtLE2 .container img {
  width: 100%;
}
.cid-shx6iKtLE2 .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-shx6iKtLE2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shx6iKtLE2 .mbr-table-cell {
  padding: 0;
}
.cid-shx6iKtLE2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shx6iKtLE2 .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-shx6iKtLE2 .mbr-overlay {
  z-index: 1;
}
.cid-shx6iKtLE2 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shx6iKtLE2 .carousel-item {
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}
.cid-shx6iKtLE2 .carousel-item.active.right,
.cid-shx6iKtLE2 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shx6iKtLE2 .carousel-item.active.left,
.cid-shx6iKtLE2 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shx6iKtLE2 .carousel-item.active,
.cid-shx6iKtLE2 .carousel-item.next.left,
.cid-shx6iKtLE2 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-shx6iKtLE2 .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-shx6iKtLE2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shx6iKtLE2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shx6iKtLE2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shx6iKtLE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shx6iKtLE2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shx6iKtLE2 .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-shx6iKtLE2 .mbr-slider .carousel-indicators li.active,
.cid-shx6iKtLE2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shx6iKtLE2 .mbr-slider .carousel-indicators li::after,
.cid-shx6iKtLE2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shx6iKtLE2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shx6iKtLE2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shx6iKtLE2 .mbr-slider > .container img {
  width: 100%;
}
.cid-shx6iKtLE2 .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-shx6iKtLE2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shx6iKtLE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shx6iKtLE2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shx6iKtLE2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shx6iKtLE2 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-shx6iKtLE2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-size: auto;
  background-repeat: repeat;
}
.cid-shx6iKtLE2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shx6iKtLE2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shx6iKtLE2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shx6iKtLE2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shx6iKtLE2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shx6iKtLE2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shx6iKtLE2 P {
  text-align: center;
  color: #ffffff;
}
.cid-shx6iKtLE2 H2 {
  text-align: center;
  color: #fffeed;
}
.cid-shKt2GL4jS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shKt2GL4jS H1 {
  color: #1e194f;
}
.cid-shKrQIYWRx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shKrQIYWRx .card-box {
  padding: 0 2rem;
}
.cid-shKrQIYWRx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shKrQIYWRx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shKrQIYWRx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shKrQIYWRx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shKrQIYWRx .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-shKrQIYWRx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shKrQIYWRx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shKrQIYWRx .card-title {
  text-align: center;
}
.cid-shKwUGYwD8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shKwUGYwD8 .mbr-text {
  color: #767676;
}
.cid-shKwUGYwD8 h4 {
  text-align: center;
}
.cid-shKwUGYwD8 p {
  text-align: center;
}
.cid-shKwUGYwD8 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-shKwUGYwD8 .card-title,
.cid-shKwUGYwD8 .card-img {
  color: #1e194f;
}
.cid-shKStJETZB .modal-body .close {
  background: #1b1b1b;
}
.cid-shKStJETZB .modal-body .close span {
  font-style: normal;
}
.cid-shKStJETZB .carousel-inner > .active,
.cid-shKStJETZB .carousel-inner > .next,
.cid-shKStJETZB .carousel-inner > .prev {
  display: flex;
}
.cid-shKStJETZB .carousel-control .icon-next,
.cid-shKStJETZB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shKStJETZB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shKStJETZB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shKStJETZB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shKStJETZB .boxed-slider > div {
  position: relative;
}
.cid-shKStJETZB .container img {
  width: 100%;
}
.cid-shKStJETZB .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-shKStJETZB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shKStJETZB .mbr-table-cell {
  padding: 0;
}
.cid-shKStJETZB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shKStJETZB .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-shKStJETZB .mbr-overlay {
  z-index: 1;
}
.cid-shKStJETZB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shKStJETZB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-shKStJETZB .carousel-item.active.right,
.cid-shKStJETZB .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shKStJETZB .carousel-item.active.left,
.cid-shKStJETZB .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shKStJETZB .carousel-item.active,
.cid-shKStJETZB .carousel-item.next.left,
.cid-shKStJETZB .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-shKStJETZB .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-shKStJETZB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shKStJETZB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shKStJETZB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shKStJETZB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shKStJETZB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shKStJETZB .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-shKStJETZB .mbr-slider .carousel-indicators li.active,
.cid-shKStJETZB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shKStJETZB .mbr-slider .carousel-indicators li::after,
.cid-shKStJETZB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shKStJETZB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shKStJETZB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shKStJETZB .mbr-slider > .container img {
  width: 100%;
}
.cid-shKStJETZB .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-shKStJETZB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shKStJETZB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shKStJETZB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shKStJETZB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shKStJETZB .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-shKStJETZB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-size: auto;
  background-repeat: repeat;
}
.cid-shKStJETZB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shKStJETZB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shKStJETZB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shKStJETZB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shKStJETZB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shKStJETZB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shKStJETZB P {
  text-align: center;
  color: #ffffff;
}
.cid-shKStJETZB H2 {
  text-align: center;
  color: #fffeed;
}
.cid-shKCkXwYyo .modal-body .close {
  background: #1b1b1b;
}
.cid-shKCkXwYyo .modal-body .close span {
  font-style: normal;
}
.cid-shKCkXwYyo .carousel-inner > .active,
.cid-shKCkXwYyo .carousel-inner > .next,
.cid-shKCkXwYyo .carousel-inner > .prev {
  display: flex;
}
.cid-shKCkXwYyo .carousel-control .icon-next,
.cid-shKCkXwYyo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shKCkXwYyo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shKCkXwYyo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shKCkXwYyo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-shKCkXwYyo .boxed-slider > div {
  position: relative;
}
.cid-shKCkXwYyo .container img {
  width: 100%;
}
.cid-shKCkXwYyo .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-shKCkXwYyo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shKCkXwYyo .mbr-table-cell {
  padding: 0;
}
.cid-shKCkXwYyo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shKCkXwYyo .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-shKCkXwYyo .mbr-overlay {
  z-index: 1;
}
.cid-shKCkXwYyo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shKCkXwYyo .carousel-item {
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}
.cid-shKCkXwYyo .carousel-item.active.right,
.cid-shKCkXwYyo .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shKCkXwYyo .carousel-item.active.left,
.cid-shKCkXwYyo .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-shKCkXwYyo .carousel-item.active,
.cid-shKCkXwYyo .carousel-item.next.left,
.cid-shKCkXwYyo .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-shKCkXwYyo .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-shKCkXwYyo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shKCkXwYyo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shKCkXwYyo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-shKCkXwYyo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shKCkXwYyo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shKCkXwYyo .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-shKCkXwYyo .mbr-slider .carousel-indicators li.active,
.cid-shKCkXwYyo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-shKCkXwYyo .mbr-slider .carousel-indicators li::after,
.cid-shKCkXwYyo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-shKCkXwYyo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-shKCkXwYyo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-shKCkXwYyo .mbr-slider > .container img {
  width: 100%;
}
.cid-shKCkXwYyo .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-shKCkXwYyo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-shKCkXwYyo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shKCkXwYyo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-shKCkXwYyo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-shKCkXwYyo .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-shKCkXwYyo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-size: auto;
  background-repeat: repeat;
}
.cid-shKCkXwYyo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-shKCkXwYyo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-shKCkXwYyo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-shKCkXwYyo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-shKCkXwYyo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-shKCkXwYyo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shKCkXwYyo P {
  text-align: center;
  color: #ffffff;
}
.cid-shKCkXwYyo H2 {
  text-align: center;
  color: #fffeed;
}
.cid-shLBqdyxIr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shLBqdyxIr H1 {
  color: #f9f295;
}
.cid-shLBqdRp4c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shLBqdRp4c .card-box {
  padding: 0 2rem;
}
.cid-shLBqdRp4c .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shLBqdRp4c .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shLBqdRp4c h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shLBqdRp4c p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shLBqdRp4c .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-shLBqdRp4c .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shLBqdRp4c .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shLBqdRp4c .card-title {
  text-align: center;
}
.cid-shLBqetSRr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-shLBqetSRr .mbr-text {
  color: #767676;
}
.cid-shLBqetSRr h4 {
  text-align: center;
}
.cid-shLBqetSRr p {
  text-align: center;
}
.cid-shLBqetSRr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-shLBqetSRr .card-title,
.cid-shLBqetSRr .card-img {
  color: #f9f295;
}
.cid-sPqeCYxZ4t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqeCYxZ4t H1 {
  color: #00ff00;
}
.cid-sPqeE5mAve {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqeE5mAve .card-box {
  padding: 0 2rem;
}
.cid-sPqeE5mAve .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPqeE5mAve .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPqeE5mAve h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPqeE5mAve p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPqeE5mAve .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPqeE5mAve .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPqeE5mAve .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPqeE5mAve .card-title {
  text-align: center;
}
.cid-sPqeFmmsHr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqeFmmsHr .mbr-text {
  color: #767676;
}
.cid-sPqeFmmsHr h4 {
  text-align: center;
}
.cid-sPqeFmmsHr p {
  text-align: center;
}
.cid-sPqeFmmsHr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPqeFmmsHr .card-title,
.cid-sPqeFmmsHr .card-img {
  color: #00ff00;
}
.cid-sPqf14tFFn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqf14tFFn H1 {
  color: #28295f;
}
.cid-sPqf1Q1l1V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqf1Q1l1V .card-box {
  padding: 0 2rem;
}
.cid-sPqf1Q1l1V .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPqf1Q1l1V .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPqf1Q1l1V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPqf1Q1l1V p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPqf1Q1l1V .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPqf1Q1l1V .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPqf1Q1l1V .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPqf1Q1l1V .card-title {
  text-align: center;
}
.cid-sPqf2VaP4p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqf2VaP4p .mbr-text {
  color: #767676;
}
.cid-sPqf2VaP4p h4 {
  text-align: center;
}
.cid-sPqf2VaP4p p {
  text-align: center;
}
.cid-sPqf2VaP4p .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPqf2VaP4p .card-title,
.cid-sPqf2VaP4p .card-img {
  color: #28295f;
}
.cid-sPqfojBJNd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqfojBJNd H1 {
  color: #ff0000;
}
.cid-sPqfp4ooft {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqfp4ooft .card-box {
  padding: 0 2rem;
}
.cid-sPqfp4ooft .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPqfp4ooft .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPqfp4ooft h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPqfp4ooft p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPqfp4ooft .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPqfp4ooft .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPqfp4ooft .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPqfp4ooft .card-title {
  text-align: center;
}
.cid-sPqfqlpB75 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqfqlpB75 .mbr-text {
  color: #767676;
}
.cid-sPqfqlpB75 h4 {
  text-align: center;
}
.cid-sPqfqlpB75 p {
  text-align: center;
}
.cid-sPqfqlpB75 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPqfqlpB75 .card-title,
.cid-sPqfqlpB75 .card-img {
  color: #ff0000;
}
.cid-sPqrOM7ABT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqrOM7ABT H1 {
  color: #28295f;
}
.cid-sPqrQ4LgNv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqrQ4LgNv .card-box {
  padding: 0 2rem;
}
.cid-sPqrQ4LgNv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPqrQ4LgNv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPqrQ4LgNv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPqrQ4LgNv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPqrQ4LgNv .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPqrQ4LgNv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPqrQ4LgNv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPqrQ4LgNv .card-title {
  text-align: center;
}
.cid-sPqrRrijef {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqrRrijef .mbr-text {
  color: #767676;
}
.cid-sPqrRrijef h4 {
  text-align: center;
}
.cid-sPqrRrijef p {
  text-align: center;
}
.cid-sPqrRrijef .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPqrRrijef .card-title,
.cid-sPqrRrijef .card-img {
  color: #28295f;
}
.cid-sPpSerd9iS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpSerd9iS H1 {
  color: #1e194f;
}
.cid-sPpSjr7lgj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpSjr7lgj .card-box {
  padding: 0 2rem;
}
.cid-sPpSjr7lgj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPpSjr7lgj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPpSjr7lgj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPpSjr7lgj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPpSjr7lgj .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPpSjr7lgj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPpSjr7lgj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPpSjr7lgj .card-title {
  text-align: center;
}
.cid-sPpSkR9xWs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpSkR9xWs .mbr-text {
  color: #767676;
}
.cid-sPpSkR9xWs h4 {
  text-align: center;
}
.cid-sPpSkR9xWs p {
  text-align: center;
}
.cid-sPpSkR9xWs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPpSkR9xWs .card-title,
.cid-sPpSkR9xWs .card-img {
  color: #1e194f;
}
.cid-sPpUMhkTCw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpUMhkTCw H1 {
  color: #1e194f;
}
.cid-sPpUNjBbwS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpUNjBbwS .card-box {
  padding: 0 2rem;
}
.cid-sPpUNjBbwS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPpUNjBbwS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPpUNjBbwS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPpUNjBbwS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPpUNjBbwS .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPpUNjBbwS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPpUNjBbwS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPpUNjBbwS .card-title {
  text-align: center;
}
.cid-sPS9DsMhsZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPS9DsMhsZ .card-box {
  padding: 0 2rem;
}
.cid-sPS9DsMhsZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPS9DsMhsZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPS9DsMhsZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPS9DsMhsZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPS9DsMhsZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPS9DsMhsZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPS9DsMhsZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPS9DsMhsZ .card-title {
  text-align: center;
}
.cid-sPpUOLupaq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpUOLupaq .mbr-text {
  color: #767676;
}
.cid-sPpUOLupaq h4 {
  text-align: center;
}
.cid-sPpUOLupaq p {
  text-align: center;
}
.cid-sPpUOLupaq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPpUOLupaq .card-title,
.cid-sPpUOLupaq .card-img {
  color: #1e194f;
}
.cid-sPpVaqocBD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVaqocBD H1 {
  color: #1e194f;
}
.cid-sSeFLRzCSg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sSeFLRzCSg .card-box {
  padding: 0 2rem;
}
.cid-sSeFLRzCSg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sSeFLRzCSg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sSeFLRzCSg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sSeFLRzCSg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sSeFLRzCSg .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sSeFLRzCSg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sSeFLRzCSg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sSeFLRzCSg .card-title {
  text-align: center;
}
.cid-sPpVbNp3b7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVbNp3b7 .card-box {
  padding: 0 2rem;
}
.cid-sPpVbNp3b7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPpVbNp3b7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPpVbNp3b7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPpVbNp3b7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPpVbNp3b7 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPpVbNp3b7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPpVbNp3b7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPpVbNp3b7 .card-title {
  text-align: center;
}
.cid-sPworRjCqD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPworRjCqD .card-box {
  padding: 0 2rem;
}
.cid-sPworRjCqD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPworRjCqD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPworRjCqD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPworRjCqD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPworRjCqD .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPworRjCqD .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPworRjCqD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPworRjCqD .card-title {
  text-align: center;
}
.cid-sPwqOYKLzY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwqOYKLzY .card-box {
  padding: 0 2rem;
}
.cid-sPwqOYKLzY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwqOYKLzY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwqOYKLzY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwqOYKLzY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwqOYKLzY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwqOYKLzY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwqOYKLzY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwqOYKLzY .card-title {
  text-align: center;
}
.cid-sPGzYOHbwx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGzYOHbwx .card-box {
  padding: 0 2rem;
}
.cid-sPGzYOHbwx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGzYOHbwx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGzYOHbwx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGzYOHbwx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGzYOHbwx .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGzYOHbwx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGzYOHbwx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGzYOHbwx .card-title {
  text-align: center;
}
.cid-sPpVdgP4la {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVdgP4la .mbr-text {
  color: #767676;
}
.cid-sPpVdgP4la h4 {
  text-align: center;
}
.cid-sPpVdgP4la p {
  text-align: center;
}
.cid-sPpVdgP4la .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPpVdgP4la .card-title,
.cid-sPpVdgP4la .card-img {
  color: #1e194f;
}
.cid-sPpVKegsq7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVKegsq7 H1 {
  color: #1e194f;
}
.cid-sSeS7dgb8G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sSeS7dgb8G .card-box {
  padding: 0 2rem;
}
.cid-sSeS7dgb8G .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sSeS7dgb8G .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sSeS7dgb8G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sSeS7dgb8G p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sSeS7dgb8G .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sSeS7dgb8G .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sSeS7dgb8G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sSeS7dgb8G .card-title {
  text-align: center;
}
.cid-sQotejdpmy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sQotejdpmy .card-box {
  padding: 0 2rem;
}
.cid-sQotejdpmy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sQotejdpmy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sQotejdpmy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sQotejdpmy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sQotejdpmy .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sQotejdpmy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sQotejdpmy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sQotejdpmy .card-title {
  text-align: center;
}
.cid-sPpVKWRt9N {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVKWRt9N .card-box {
  padding: 0 2rem;
}
.cid-sPpVKWRt9N .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPpVKWRt9N .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPpVKWRt9N h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPpVKWRt9N p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPpVKWRt9N .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPpVKWRt9N .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPpVKWRt9N .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPpVKWRt9N .card-title {
  text-align: center;
}
.cid-sPwApmmPXo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwApmmPXo .card-box {
  padding: 0 2rem;
}
.cid-sPwApmmPXo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwApmmPXo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwApmmPXo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwApmmPXo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwApmmPXo .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwApmmPXo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwApmmPXo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwApmmPXo .card-title {
  text-align: center;
}
.cid-sPwEm9aDZZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwEm9aDZZ .card-box {
  padding: 0 2rem;
}
.cid-sPwEm9aDZZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwEm9aDZZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwEm9aDZZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwEm9aDZZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwEm9aDZZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwEm9aDZZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwEm9aDZZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwEm9aDZZ .card-title {
  text-align: center;
}
.cid-sPGAwyJbfA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGAwyJbfA .card-box {
  padding: 0 2rem;
}
.cid-sPGAwyJbfA .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGAwyJbfA .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGAwyJbfA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGAwyJbfA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGAwyJbfA .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGAwyJbfA .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGAwyJbfA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGAwyJbfA .card-title {
  text-align: center;
}
.cid-sPpVM01Tqg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVM01Tqg .mbr-text {
  color: #767676;
}
.cid-sPpVM01Tqg h4 {
  text-align: center;
}
.cid-sPpVM01Tqg p {
  text-align: center;
}
.cid-sPpVM01Tqg .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPpVM01Tqg .card-title,
.cid-sPpVM01Tqg .card-img {
  color: #1e194f;
}
.cid-sPpVZ4MoA8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVZ4MoA8 H1 {
  color: #1e194f;
}
.cid-sSeScYCzbT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sSeScYCzbT .card-box {
  padding: 0 2rem;
}
.cid-sSeScYCzbT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sSeScYCzbT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sSeScYCzbT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sSeScYCzbT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sSeScYCzbT .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sSeScYCzbT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sSeScYCzbT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sSeScYCzbT .card-title {
  text-align: center;
}
.cid-sPpVZOi6i0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpVZOi6i0 .card-box {
  padding: 0 2rem;
}
.cid-sPpVZOi6i0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPpVZOi6i0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPpVZOi6i0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPpVZOi6i0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPpVZOi6i0 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPpVZOi6i0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPpVZOi6i0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPpVZOi6i0 .card-title {
  text-align: center;
}
.cid-sPwNotRu3O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwNotRu3O .card-box {
  padding: 0 2rem;
}
.cid-sPwNotRu3O .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwNotRu3O .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwNotRu3O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwNotRu3O p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwNotRu3O .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwNotRu3O .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwNotRu3O .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwNotRu3O .card-title {
  text-align: center;
}
.cid-sPwP50IL9D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwP50IL9D .card-box {
  padding: 0 2rem;
}
.cid-sPwP50IL9D .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwP50IL9D .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwP50IL9D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwP50IL9D p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwP50IL9D .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwP50IL9D .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwP50IL9D .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwP50IL9D .card-title {
  text-align: center;
}
.cid-sPwRNHu0zX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPwRNHu0zX .card-box {
  padding: 0 2rem;
}
.cid-sPwRNHu0zX .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPwRNHu0zX .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPwRNHu0zX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPwRNHu0zX p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPwRNHu0zX .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPwRNHu0zX .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPwRNHu0zX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPwRNHu0zX .card-title {
  text-align: center;
}
.cid-sPGAA6wE9J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGAA6wE9J .card-box {
  padding: 0 2rem;
}
.cid-sPGAA6wE9J .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGAA6wE9J .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGAA6wE9J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGAA6wE9J p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGAA6wE9J .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGAA6wE9J .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGAA6wE9J .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGAA6wE9J .card-title {
  text-align: center;
}
.cid-sPpW0yJsM6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPpW0yJsM6 .mbr-text {
  color: #767676;
}
.cid-sPpW0yJsM6 h4 {
  text-align: center;
}
.cid-sPpW0yJsM6 p {
  text-align: center;
}
.cid-sPpW0yJsM6 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPpW0yJsM6 .card-title,
.cid-sPpW0yJsM6 .card-img {
  color: #1e194f;
}
.cid-sPTwhmfXEF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTwhmfXEF H1 {
  color: #1e194f;
}
.cid-sPTwkreUAc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTwkreUAc .card-box {
  padding: 0 2rem;
}
.cid-sPTwkreUAc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPTwkreUAc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPTwkreUAc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPTwkreUAc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPTwkreUAc .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPTwkreUAc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPTwkreUAc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPTwkreUAc .card-title {
  text-align: center;
}
.cid-sPTwmzpMMi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-primario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTwmzpMMi .mbr-text {
  color: #767676;
}
.cid-sPTwmzpMMi h4 {
  text-align: center;
}
.cid-sPTwmzpMMi p {
  text-align: center;
}
.cid-sPTwmzpMMi .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPTwmzpMMi .card-title,
.cid-sPTwmzpMMi .card-img {
  color: #1e194f;
}
.cid-shWoDWKNNG {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloazulsr-1996x1996.jpg");
}
.cid-shWoDXdxId {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloazulsr-1996x1996.jpg");
}
.cid-shWoDXdxId .card-box {
  padding: 0 2rem;
}
.cid-shWoDXdxId .mbr-section-btn {
  padding-top: 1rem;
}
.cid-shWoDXdxId .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-shWoDXdxId h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-shWoDXdxId p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-shWoDXdxId .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-shWoDXdxId .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-shWoDXdxId .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-shWoDXdxId .card-title {
  text-align: center;
}
.cid-shWoDXQM1R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloazulsr-1996x1996.jpg");
}
.cid-shWoDXQM1R .mbr-text {
  color: #767676;
}
.cid-shWoDXQM1R h4 {
  text-align: center;
}
.cid-shWoDXQM1R p {
  text-align: center;
}
.cid-shWoDXQM1R .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-shWoDXQM1R .card-title,
.cid-shWoDXQM1R .card-img {
  color: #f7ed4a;
}
.cid-sPTFhUbAqv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTFhUbAqv H1 {
  color: #f9f295;
}
.cid-sPTFl2jouf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTFl2jouf .card-box {
  padding: 0 2rem;
}
.cid-sPTFl2jouf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPTFl2jouf .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPTFl2jouf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPTFl2jouf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPTFl2jouf .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPTFl2jouf .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPTFl2jouf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPTFl2jouf .card-title {
  text-align: center;
}
.cid-sPTFmAGFxm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-inicial-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTFmAGFxm .mbr-text {
  color: #767676;
}
.cid-sPTFmAGFxm h4 {
  text-align: center;
}
.cid-sPTFmAGFxm p {
  text-align: center;
}
.cid-sPTFmAGFxm .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPTFmAGFxm .card-title,
.cid-sPTFmAGFxm .card-img {
  color: #f9f295;
}
.cid-sPTGbR44VY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTGbR44VY H1 {
  color: #ffffff;
}
.cid-sPTGe3Bv6E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTGe3Bv6E .card-box {
  padding: 0 2rem;
}
.cid-sPTGe3Bv6E .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPTGe3Bv6E .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPTGe3Bv6E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPTGe3Bv6E p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPTGe3Bv6E .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPTGe3Bv6E .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPTGe3Bv6E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPTGe3Bv6E .card-title {
  text-align: center;
}
.cid-sPTGfPpNkK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPTGfPpNkK .mbr-text {
  color: #767676;
}
.cid-sPTGfPpNkK h4 {
  text-align: center;
}
.cid-sPTGfPpNkK p {
  text-align: center;
}
.cid-sPTGfPpNkK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPTGfPpNkK .card-title,
.cid-sPTGfPpNkK .card-img {
  color: #ffffff;
}
.cid-si2ffaLhcH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-2021-anocheciendo-verde-blanco-inicial-1920x640.jpg");
}
.cid-sieihceeiH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-2021-anocheciendo-verde-blanco-inicial-1920x640.jpg");
}
.cid-sieihceeiH .card-box {
  padding: 0 2rem;
}
.cid-sieihceeiH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sieihceeiH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sieihceeiH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sieihceeiH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sieihceeiH .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sieihceeiH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sieihceeiH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sieihceeiH .card-title {
  text-align: center;
}
.cid-si2ffbd9NZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-2021-anocheciendo-verde-blanco-inicial-1920x640.jpg");
}
.cid-si2ffbd9NZ .card-box {
  padding: 0 2rem;
}
.cid-si2ffbd9NZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-si2ffbd9NZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-si2ffbd9NZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-si2ffbd9NZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-si2ffbd9NZ .mbr-text {
  color: #767676;
}
.cid-si2ffbd9NZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-si2ffbd9NZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-si2ffbd9NZ .card-title {
  text-align: center;
}
.cid-si2ffbOGcA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-2021-anocheciendo-verde-blanco-inicial-1920x640.jpg");
}
.cid-si2ffbOGcA .mbr-text {
  color: #767676;
}
.cid-si2ffbOGcA h4 {
  text-align: center;
}
.cid-si2ffbOGcA p {
  text-align: center;
}
.cid-si2ffbOGcA .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-si2ffbOGcA .card-title,
.cid-si2ffbOGcA .card-img {
  color: #00ff00;
}
.cid-si2frrmA96 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloanocheciendosupersrrojo-1996x1996.jpg");
}
.cid-sielwsNltY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloanocheciendosupersrrojo-1996x1996.jpg");
}
.cid-sielwsNltY .card-box {
  padding: 0 2rem;
}
.cid-sielwsNltY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sielwsNltY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sielwsNltY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sielwsNltY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sielwsNltY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sielwsNltY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sielwsNltY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sielwsNltY .card-title {
  text-align: center;
}
.cid-si2frs8u5h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cieloanocheciendosupersrrojo-1996x1996.jpg");
}
.cid-si2frs8u5h .mbr-text {
  color: #767676;
}
.cid-si2frs8u5h h4 {
  text-align: center;
}
.cid-si2frs8u5h p {
  text-align: center;
}
.cid-si2frs8u5h .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-si2frs8u5h .card-title,
.cid-si2frs8u5h .card-img {
  color: #f7ed4a;
}
.cid-sPq2GDhHGg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPq2GDhHGg H1 {
  color: #ffffff;
}
.cid-sRLl6hd2Ud {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sRLl6hd2Ud .card-box {
  padding: 0 2rem;
}
.cid-sRLl6hd2Ud .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sRLl6hd2Ud .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sRLl6hd2Ud h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sRLl6hd2Ud p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sRLl6hd2Ud .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sRLl6hd2Ud .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRLl6hd2Ud .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sRLl6hd2Ud .card-title {
  text-align: center;
}
.cid-sPq3pwA5z6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPq3pwA5z6 .card-box {
  padding: 0 2rem;
}
.cid-sPq3pwA5z6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPq3pwA5z6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPq3pwA5z6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPq3pwA5z6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPq3pwA5z6 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPq3pwA5z6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPq3pwA5z6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPq3pwA5z6 .card-title {
  text-align: center;
}
.cid-sPGoT3otBS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGoT3otBS .card-box {
  padding: 0 2rem;
}
.cid-sPGoT3otBS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGoT3otBS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGoT3otBS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGoT3otBS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGoT3otBS .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGoT3otBS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGoT3otBS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGoT3otBS .card-title {
  text-align: center;
}
.cid-sPBNhk0H2R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNhk0H2R .mbr-text {
  color: #767676;
}
.cid-sPBNhk0H2R h4 {
  text-align: center;
}
.cid-sPBNhk0H2R p {
  text-align: center;
}
.cid-sPBNhk0H2R .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNhk0H2R .card-title,
.cid-sPBNhk0H2R .card-img {
  color: #ffffff;
}
.cid-sPqb8xrCJ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqb8xrCJ3 H1 {
  color: #ffffff;
}
.cid-sRLgykSG7K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sRLgykSG7K .card-box {
  padding: 0 2rem;
}
.cid-sRLgykSG7K .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sRLgykSG7K .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sRLgykSG7K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sRLgykSG7K p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sRLgykSG7K .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sRLgykSG7K .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRLgykSG7K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sRLgykSG7K .card-title {
  text-align: center;
}
.cid-sPqb9UpyMG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqb9UpyMG .card-box {
  padding: 0 2rem;
}
.cid-sPqb9UpyMG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPqb9UpyMG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPqb9UpyMG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPqb9UpyMG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPqb9UpyMG .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPqb9UpyMG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPqb9UpyMG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPqb9UpyMG .card-title {
  text-align: center;
}
.cid-sPSbhd37G8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPSbhd37G8 .card-box {
  padding: 0 2rem;
}
.cid-sPSbhd37G8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPSbhd37G8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPSbhd37G8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPSbhd37G8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPSbhd37G8 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPSbhd37G8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPSbhd37G8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPSbhd37G8 .card-title {
  text-align: center;
}
.cid-sPALTDAuOJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPALTDAuOJ .card-box {
  padding: 0 2rem;
}
.cid-sPALTDAuOJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPALTDAuOJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPALTDAuOJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPALTDAuOJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPALTDAuOJ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPALTDAuOJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPALTDAuOJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPALTDAuOJ .card-title {
  text-align: center;
}
.cid-sPANTjOehd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPANTjOehd .card-box {
  padding: 0 2rem;
}
.cid-sPANTjOehd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPANTjOehd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPANTjOehd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPANTjOehd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPANTjOehd .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPANTjOehd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPANTjOehd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPANTjOehd .card-title {
  text-align: center;
}
.cid-sPCkHIXAoe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCkHIXAoe .card-box {
  padding: 0 2rem;
}
.cid-sPCkHIXAoe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCkHIXAoe .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCkHIXAoe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCkHIXAoe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCkHIXAoe .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCkHIXAoe .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCkHIXAoe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCkHIXAoe .card-title {
  text-align: center;
}
.cid-sPCDXSLE2z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCDXSLE2z .card-box {
  padding: 0 2rem;
}
.cid-sPCDXSLE2z .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCDXSLE2z .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCDXSLE2z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCDXSLE2z p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCDXSLE2z .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCDXSLE2z .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCDXSLE2z .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCDXSLE2z .card-title {
  text-align: center;
}
.cid-sPCF7wcZwz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCF7wcZwz .card-box {
  padding: 0 2rem;
}
.cid-sPCF7wcZwz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCF7wcZwz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCF7wcZwz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCF7wcZwz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCF7wcZwz .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCF7wcZwz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCF7wcZwz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCF7wcZwz .card-title {
  text-align: center;
}
.cid-sPCG4CQTvQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCG4CQTvQ .card-box {
  padding: 0 2rem;
}
.cid-sPCG4CQTvQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCG4CQTvQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCG4CQTvQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCG4CQTvQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCG4CQTvQ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCG4CQTvQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCG4CQTvQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCG4CQTvQ .card-title {
  text-align: center;
}
.cid-sPCGSNCvtZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCGSNCvtZ .card-box {
  padding: 0 2rem;
}
.cid-sPCGSNCvtZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCGSNCvtZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCGSNCvtZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCGSNCvtZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCGSNCvtZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCGSNCvtZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCGSNCvtZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCGSNCvtZ .card-title {
  text-align: center;
}
.cid-sPCHCVC39O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCHCVC39O .card-box {
  padding: 0 2rem;
}
.cid-sPCHCVC39O .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCHCVC39O .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCHCVC39O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCHCVC39O p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCHCVC39O .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCHCVC39O .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCHCVC39O .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCHCVC39O .card-title {
  text-align: center;
}
.cid-sPATxTcZmw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPATxTcZmw .card-box {
  padding: 0 2rem;
}
.cid-sPATxTcZmw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPATxTcZmw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPATxTcZmw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPATxTcZmw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPATxTcZmw .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPATxTcZmw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPATxTcZmw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPATxTcZmw .card-title {
  text-align: center;
}
.cid-sPGBc7MMPc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGBc7MMPc .card-box {
  padding: 0 2rem;
}
.cid-sPGBc7MMPc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGBc7MMPc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGBc7MMPc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGBc7MMPc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGBc7MMPc .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGBc7MMPc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGBc7MMPc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGBc7MMPc .card-title {
  text-align: center;
}
.cid-sPBNn6xOXp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNn6xOXp .mbr-text {
  color: #767676;
}
.cid-sPBNn6xOXp h4 {
  text-align: center;
}
.cid-sPBNn6xOXp p {
  text-align: center;
}
.cid-sPBNn6xOXp .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNn6xOXp .card-title,
.cid-sPBNn6xOXp .card-img {
  color: #ffffff;
}
.cid-sPqbFRXhRo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqbFRXhRo H1 {
  color: #ffffff;
}
.cid-sPAW023f8b {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPAW023f8b .card-box {
  padding: 0 2rem;
}
.cid-sPAW023f8b .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPAW023f8b .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPAW023f8b h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPAW023f8b p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPAW023f8b .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPAW023f8b .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPAW023f8b .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPAW023f8b .card-title {
  text-align: center;
}
.cid-sPAY1WEX6J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPAY1WEX6J .card-box {
  padding: 0 2rem;
}
.cid-sPAY1WEX6J .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPAY1WEX6J .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPAY1WEX6J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPAY1WEX6J p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPAY1WEX6J .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPAY1WEX6J .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPAY1WEX6J .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPAY1WEX6J .card-title {
  text-align: center;
}
.cid-sPGBgzDqH0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGBgzDqH0 .card-box {
  padding: 0 2rem;
}
.cid-sPGBgzDqH0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGBgzDqH0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGBgzDqH0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGBgzDqH0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGBgzDqH0 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGBgzDqH0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGBgzDqH0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGBgzDqH0 .card-title {
  text-align: center;
}
.cid-sPBNtGXkwo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNtGXkwo .mbr-text {
  color: #767676;
}
.cid-sPBNtGXkwo h4 {
  text-align: center;
}
.cid-sPBNtGXkwo p {
  text-align: center;
}
.cid-sPBNtGXkwo .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNtGXkwo .card-title,
.cid-sPBNtGXkwo .card-img {
  color: #ffffff;
}
.cid-sPqc6LmWEt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqc6LmWEt H1 {
  color: #ffffff;
}
.cid-sPB0ob1JLh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPB0ob1JLh .card-box {
  padding: 0 2rem;
}
.cid-sPB0ob1JLh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPB0ob1JLh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPB0ob1JLh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPB0ob1JLh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPB0ob1JLh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPB0ob1JLh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPB0ob1JLh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPB0ob1JLh .card-title {
  text-align: center;
}
.cid-sPGBnZEPE9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGBnZEPE9 .card-box {
  padding: 0 2rem;
}
.cid-sPGBnZEPE9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGBnZEPE9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGBnZEPE9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGBnZEPE9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGBnZEPE9 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGBnZEPE9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGBnZEPE9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGBnZEPE9 .card-title {
  text-align: center;
}
.cid-sPBNyH1l4d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNyH1l4d .mbr-text {
  color: #767676;
}
.cid-sPBNyH1l4d h4 {
  text-align: center;
}
.cid-sPBNyH1l4d p {
  text-align: center;
}
.cid-sPBNyH1l4d .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNyH1l4d .card-title,
.cid-sPBNyH1l4d .card-img {
  color: #ffffff;
}
.cid-sPqcirmL9A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqcirmL9A H1 {
  color: #ffffff;
}
.cid-sPBCxv3VVn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBCxv3VVn .card-box {
  padding: 0 2rem;
}
.cid-sPBCxv3VVn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPBCxv3VVn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPBCxv3VVn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPBCxv3VVn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPBCxv3VVn .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPBCxv3VVn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPBCxv3VVn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPBCxv3VVn .card-title {
  text-align: center;
}
.cid-sPBFYqiL78 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBFYqiL78 .card-box {
  padding: 0 2rem;
}
.cid-sPBFYqiL78 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPBFYqiL78 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPBFYqiL78 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPBFYqiL78 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPBFYqiL78 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPBFYqiL78 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPBFYqiL78 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPBFYqiL78 .card-title {
  text-align: center;
}
.cid-sPGBt0Ocmh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGBt0Ocmh .card-box {
  padding: 0 2rem;
}
.cid-sPGBt0Ocmh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGBt0Ocmh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGBt0Ocmh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGBt0Ocmh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGBt0Ocmh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGBt0Ocmh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGBt0Ocmh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGBt0Ocmh .card-title {
  text-align: center;
}
.cid-sPBNECHIiU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNECHIiU .mbr-text {
  color: #767676;
}
.cid-sPBNECHIiU h4 {
  text-align: center;
}
.cid-sPBNECHIiU p {
  text-align: center;
}
.cid-sPBNECHIiU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNECHIiU .card-title,
.cid-sPBNECHIiU .card-img {
  color: #ffffff;
}
.cid-sPqctNArnr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPqctNArnr H1 {
  color: #ffffff;
}
.cid-sPBI8rq90S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBI8rq90S .card-box {
  padding: 0 2rem;
}
.cid-sPBI8rq90S .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPBI8rq90S .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPBI8rq90S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPBI8rq90S p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPBI8rq90S .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPBI8rq90S .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPBI8rq90S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPBI8rq90S .card-title {
  text-align: center;
}
.cid-sPBJRJo0aT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBJRJo0aT .card-box {
  padding: 0 2rem;
}
.cid-sPBJRJo0aT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPBJRJo0aT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPBJRJo0aT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPBJRJo0aT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPBJRJo0aT .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPBJRJo0aT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPBJRJo0aT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPBJRJo0aT .card-title {
  text-align: center;
}
.cid-sPCfKcMm27 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPCfKcMm27 .card-box {
  padding: 0 2rem;
}
.cid-sPCfKcMm27 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPCfKcMm27 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPCfKcMm27 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPCfKcMm27 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPCfKcMm27 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPCfKcMm27 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPCfKcMm27 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPCfKcMm27 .card-title {
  text-align: center;
}
.cid-sPGBxjaFQz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPGBxjaFQz .card-box {
  padding: 0 2rem;
}
.cid-sPGBxjaFQz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sPGBxjaFQz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sPGBxjaFQz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sPGBxjaFQz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sPGBxjaFQz .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sPGBxjaFQz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sPGBxjaFQz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sPGBxjaFQz .card-title {
  text-align: center;
}
.cid-sPBNLZywZO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/-fondo-secundario-480x480.jpg");
  background-size: auto;
  background-repeat: repeat;
}
.cid-sPBNLZywZO .mbr-text {
  color: #767676;
}
.cid-sPBNLZywZO h4 {
  text-align: center;
}
.cid-sPBNLZywZO p {
  text-align: center;
}
.cid-sPBNLZywZO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sPBNLZywZO .card-title,
.cid-sPBNLZywZO .card-img {
  color: #ffffff;
}
