@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);





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: 'Rubik', 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: #ff3366 !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='%23149dcc' %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-uJYWIazceh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uKmB6DgdYw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uKR1EFsO5U {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uKR1EFsO5U .card-img {
  background-color: #fff;
}
.cid-uKR1EFsO5U .card {
  align-self: stretch;
}
.cid-uKR1EFsO5U .card-box {
  padding: 2rem;
}
.cid-uKR1EFsO5U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uKR1EFsO5U p {
  text-align: left;
}
.cid-uKR1EFsO5U .mbr-text {
  color: #767676;
}
.cid-uKR1EFsO5U .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uKR1EFsO5U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uKR1EFsO5U .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uR8lJ883gO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uR8lJ883gO .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uR8lJ883gO .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uR8lJ883gO .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uMq6vwApGy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uMq6vwApGy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMq6vwApGy .section-text {
  padding: 2rem 0;
}
.cid-uMq6vwApGy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMq6vwApGy .inner-container {
    width: 100% !important;
  }
}
.cid-uQWiVNlj5Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uQWiVNlj5Q .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQWiVNlj5Q .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uQWiVNlj5Q .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uQhivSs9iX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKR2mPI6CW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uKR2mPI6CW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKR2mPI6CW .section-text {
  padding: 2rem 0;
}
.cid-uKR2mPI6CW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKR2mPI6CW .inner-container {
    width: 100% !important;
  }
}
.cid-uKwPinKxZq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKwPinKxZq .counter-container {
  color: #767676;
}
.cid-uKwPinKxZq .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uKwPinKxZq .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKwPinKxZq .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uKwPinKxZq .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uMwCQw2Z17 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-uMwCQw2Z17 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMwCQw2Z17 .section-text {
  padding: 2rem 0;
}
.cid-uMwCQw2Z17 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMwCQw2Z17 .inner-container {
    width: 100% !important;
  }
}
.cid-uMwCNC1kPY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
.cid-uMwCNC1kPY .counter-container {
  color: #767676;
}
.cid-uMwCNC1kPY .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uMwCNC1kPY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uMwCNC1kPY .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uMwCNC1kPY .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ff3366;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uL1ltLBiT5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/destacados.jpg");
}
.cid-uL1ltLBiT5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uL1ltLBiT5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uMwItk07WC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uMwItk07WC .counter-container {
  color: #767676;
}
.cid-uMwItk07WC .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uMwItk07WC .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uMwItk07WC .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uMwItk07WC .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uJYWMBkwbn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJYWNzPYQz {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uJYWNzPYQz .content {
    text-align: center;
  }
  .cid-uJYWNzPYQz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJYWNzPYQz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJYWNzPYQz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJYWNzPYQz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJYWNzPYQz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJYWNzPYQz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJYWNzPYQz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uJYWNzPYQz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJYWNzPYQz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJYWNzPYQz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJYWNzPYQz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJYWNzPYQz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uJYWNzPYQz H5 {
  color: #149dcc;
}
.cid-uKwPKbj0fm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uKwPKcs1kC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uKwQz9GPeQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQz9GPeQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQz9GPeQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQz9GPeQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQz9GPeQ .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQz9GPeQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQz9GPeQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQz9GPeQ .img-item {
    width: 100% !important;
  }
  .cid-uKwQz9GPeQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQwIRhbC {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQwIRhbC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQwIRhbC .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQwIRhbC .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQwIRhbC .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQwIRhbC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQwIRhbC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQwIRhbC .img-item {
    width: 100% !important;
  }
  .cid-uKwQwIRhbC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQtsJjz6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKwQtsJjz6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKwQtsJjz6 .section-text {
  padding: 2rem 0;
}
.cid-uKwQtsJjz6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKwQtsJjz6 .inner-container {
    width: 100% !important;
  }
}
.cid-uKwQs7kY5J {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKwQs7kY5J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKwQs7kY5J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKwQs7kY5J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKwQs7kY5J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKwQs7kY5J .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKwQs7kY5J .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKwQs7kY5J .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uKwQs7kY5J .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKwQs7kY5J .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKwQqGGw7B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uKwQqGGw7B .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKwQqGGw7B .section-text {
  padding: 2rem 0;
}
.cid-uKwQqGGw7B .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKwQqGGw7B .inner-container {
    width: 100% !important;
  }
}
.cid-uKwQpw0byS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQpw0byS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQpw0byS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQpw0byS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQpw0byS .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQpw0byS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQpw0byS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQpw0byS .img-item {
    width: 100% !important;
  }
  .cid-uKwQpw0byS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQowW2oJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQowW2oJ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQowW2oJ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQowW2oJ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQowW2oJ .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQowW2oJ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQowW2oJ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQowW2oJ .img-item {
    width: 100% !important;
  }
  .cid-uKwQowW2oJ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQnOX5L1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQnOX5L1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQnOX5L1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQnOX5L1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQnOX5L1 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQnOX5L1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQnOX5L1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQnOX5L1 .img-item {
    width: 100% !important;
  }
  .cid-uKwQnOX5L1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQmdkVWy {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQmdkVWy .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQmdkVWy .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQmdkVWy .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQmdkVWy .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQmdkVWy .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQmdkVWy .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQmdkVWy .img-item {
    width: 100% !important;
  }
  .cid-uKwQmdkVWy .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQlzPyRM {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQlzPyRM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQlzPyRM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQlzPyRM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQlzPyRM .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQlzPyRM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQlzPyRM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQlzPyRM .img-item {
    width: 100% !important;
  }
  .cid-uKwQlzPyRM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwQkJsuBH {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKwQkJsuBH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKwQkJsuBH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKwQkJsuBH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKwQkJsuBH .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKwQkJsuBH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKwQkJsuBH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKwQkJsuBH .img-item {
    width: 100% !important;
  }
  .cid-uKwQkJsuBH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLnzTxLRku {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uLnzTxLRku .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLnzTxLRku .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLnzTxLRku .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLnzTxLRku .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLnzTxLRku .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLnzTxLRku .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLnzTxLRku .img-item {
    width: 100% !important;
  }
  .cid-uLnzTxLRku .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLnzUjkmc9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uLnzUjkmc9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLnzUjkmc9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLnzUjkmc9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLnzUjkmc9 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLnzUjkmc9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLnzUjkmc9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLnzUjkmc9 .img-item {
    width: 100% !important;
  }
  .cid-uLnzUjkmc9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLnzV8EaIK {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uLnzV8EaIK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLnzV8EaIK .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLnzV8EaIK .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLnzV8EaIK .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLnzV8EaIK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLnzV8EaIK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLnzV8EaIK .img-item {
    width: 100% !important;
  }
  .cid-uLnzV8EaIK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uLnAbTCoj7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uLnAbTCoj7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uLnAbTCoj7 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uLnAbTCoj7 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uLnAbTCoj7 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uLnAbTCoj7 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uLnAbTCoj7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uLnAbTCoj7 .img-item {
    width: 100% !important;
  }
  .cid-uLnAbTCoj7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKwPKdt2EP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKwPKdJWob {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uKwPKdJWob .content {
    text-align: center;
  }
  .cid-uKwPKdJWob .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKwPKdJWob .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKwPKdJWob .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKwPKdJWob .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uKwPKdJWob .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKwPKdJWob .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKwPKdJWob .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uKwPKdJWob .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKwPKdJWob .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKwPKdJWob .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKwPKdJWob .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKwPKdJWob .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uKwPKdJWob H5 {
  color: #149dcc;
}
.cid-uKxm9RC5aT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uKxm9SRa7s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uKxodSn8wV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKxodSn8wV .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKxodSn8wV .section-text {
  padding: 2rem 0;
}
.cid-uKxodSn8wV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKxodSn8wV .inner-container {
    width: 100% !important;
  }
}
.cid-uKxLjlG0Px {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxLjlG0Px .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxLjlG0Px .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxLjlG0Px .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxLjlG0Px .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxLjlG0Px .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxLjlG0Px .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxLjlG0Px .img-item {
    width: 100% !important;
  }
  .cid-uKxLjlG0Px .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKxLYjS1PB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKxLYjS1PB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKxLYjS1PB .section-text {
  padding: 2rem 0;
}
.cid-uKxLYjS1PB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKxLYjS1PB .inner-container {
    width: 100% !important;
  }
}
.cid-uKxm9TvnFf {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxm9TvnFf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxm9TvnFf .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxm9TvnFf .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxm9TvnFf .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxm9TvnFf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxm9TvnFf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxm9TvnFf .img-item {
    width: 100% !important;
  }
  .cid-uKxm9TvnFf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKzxNPkDmy {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uKzxNPkDmy .image-block {
  margin: auto;
}
.cid-uKzxNPkDmy figcaption {
  position: relative;
}
.cid-uKzxNPkDmy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uKzxNPkDmy .image-block {
    width: 100% !important;
  }
}
.cid-uKCk1YUSRL {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uKCk1YUSRL .image-block {
  margin: auto;
}
.cid-uKCk1YUSRL figcaption {
  position: relative;
}
.cid-uKCk1YUSRL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uKCk1YUSRL .image-block {
    width: 100% !important;
  }
}
.cid-uKxm9UwzJi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKxm9UwzJi .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKxm9UwzJi .section-text {
  padding: 2rem 0;
}
.cid-uKxm9UwzJi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKxm9UwzJi .inner-container {
    width: 100% !important;
  }
}
.cid-uKxm9V0Gpw {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKxm9V0Gpw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKxm9V0Gpw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKxm9V0Gpw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKxm9V0Gpw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKxm9V0Gpw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKxm9V0Gpw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKxm9V0Gpw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uKxm9V0Gpw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKxm9V0Gpw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKxm9XmkuL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uKxm9XmkuL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKxm9XmkuL .section-text {
  padding: 2rem 0;
}
.cid-uKxm9XmkuL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKxm9XmkuL .inner-container {
    width: 100% !important;
  }
}
.cid-uKxm9XLTib {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxm9XLTib .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxm9XLTib .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxm9XLTib .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxm9XLTib .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxm9XLTib .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxm9XLTib .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxm9XLTib .img-item {
    width: 100% !important;
  }
  .cid-uKxm9XLTib .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKxnIw99Tt {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxnIw99Tt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxnIw99Tt .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxnIw99Tt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxnIw99Tt .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxnIw99Tt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxnIw99Tt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxnIw99Tt .img-item {
    width: 100% !important;
  }
  .cid-uKxnIw99Tt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKxnJoBkYm {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxnJoBkYm .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxnJoBkYm .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxnJoBkYm .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxnJoBkYm .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxnJoBkYm .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxnJoBkYm .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxnJoBkYm .img-item {
    width: 100% !important;
  }
  .cid-uKxnJoBkYm .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKxD5LlFy9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKxD5LlFy9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKxD5LlFy9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKxD5LlFy9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKxD5LlFy9 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKxD5LlFy9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKxD5LlFy9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKxD5LlFy9 .img-item {
    width: 100% !important;
  }
  .cid-uKxD5LlFy9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKCkcQxbEY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKCkcQxbEY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKCkcQxbEY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKCkcQxbEY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKCkcQxbEY .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKCkcQxbEY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKCkcQxbEY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKCkcQxbEY .img-item {
    width: 100% !important;
  }
  .cid-uKCkcQxbEY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKCkdPfdww {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKCkdPfdww .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKCkdPfdww .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKCkdPfdww .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKCkdPfdww .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKCkdPfdww .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKCkdPfdww .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKCkdPfdww .img-item {
    width: 100% !important;
  }
  .cid-uKCkdPfdww .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKClGujEcZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKClGujEcZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKClGujEcZ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKClGujEcZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKClGujEcZ .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKClGujEcZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKClGujEcZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKClGujEcZ .img-item {
    width: 100% !important;
  }
  .cid-uKClGujEcZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZSEf8Kvc {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZSEf8Kvc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZSEf8Kvc .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZSEf8Kvc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZSEf8Kvc .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZSEf8Kvc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZSEf8Kvc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZSEf8Kvc .img-item {
    width: 100% !important;
  }
  .cid-uKZSEf8Kvc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZSFmA1cj {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZSFmA1cj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZSFmA1cj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZSFmA1cj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZSFmA1cj .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZSFmA1cj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZSFmA1cj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZSFmA1cj .img-item {
    width: 100% !important;
  }
  .cid-uKZSFmA1cj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKxma1rCHa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKxma1YP5c {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uKxma1YP5c .content {
    text-align: center;
  }
  .cid-uKxma1YP5c .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKxma1YP5c .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKxma1YP5c .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKxma1YP5c .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uKxma1YP5c .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKxma1YP5c .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKxma1YP5c .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uKxma1YP5c .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKxma1YP5c .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKxma1YP5c .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKxma1YP5c .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKxma1YP5c .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uKxma1YP5c H5 {
  color: #149dcc;
}
.cid-uKzy3IYz7A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uKzy3Kph7y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uKzy3LbRRw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKzy3LbRRw .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKzy3LbRRw .section-text {
  padding: 2rem 0;
}
.cid-uKzy3LbRRw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKzy3LbRRw .inner-container {
    width: 100% !important;
  }
}
.cid-uKzy3LJuoe {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKzy3LJuoe .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKzy3LJuoe .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKzy3LJuoe .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKzy3LJuoe .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKzy3LJuoe .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKzy3LJuoe .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKzy3LJuoe .img-item {
    width: 100% !important;
  }
  .cid-uKzy3LJuoe .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKzy3MnpQz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKzy3MnpQz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKzy3MnpQz .section-text {
  padding: 2rem 0;
}
.cid-uKzy3MnpQz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKzy3MnpQz .inner-container {
    width: 100% !important;
  }
}
.cid-uKJhSgfH6V {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKJhSgfH6V .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKJhSgfH6V .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKJhSgfH6V .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKJhSgfH6V .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKJhSgfH6V .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKJhSgfH6V .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKJhSgfH6V .img-item {
    width: 100% !important;
  }
  .cid-uKJhSgfH6V .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKzy3NUO40 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKzy3NUO40 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKzy3NUO40 .section-text {
  padding: 2rem 0;
}
.cid-uKzy3NUO40 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKzy3NUO40 .inner-container {
    width: 100% !important;
  }
}
.cid-uKJi5sCEw4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKJi5sCEw4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKJi5sCEw4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKJi5sCEw4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKJi5sCEw4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKJi5sCEw4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKJi5sCEw4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKJi5sCEw4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uKJi5sCEw4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKJi5sCEw4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKzy3RyDJx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uKzy3RyDJx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKzy3RyDJx .section-text {
  padding: 2rem 0;
}
.cid-uKzy3RyDJx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKzy3RyDJx .inner-container {
    width: 100% !important;
  }
}
.cid-uKJitj7Cri {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKJitj7Cri .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKJitj7Cri .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKJitj7Cri .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKJitj7Cri .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKJitj7Cri .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKJitj7Cri .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKJitj7Cri .img-item {
    width: 100% !important;
  }
  .cid-uKJitj7Cri .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKzy3VqcKF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKzy3W8TD7 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uKzy3W8TD7 .content {
    text-align: center;
  }
  .cid-uKzy3W8TD7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKzy3W8TD7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKzy3W8TD7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKzy3W8TD7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uKzy3W8TD7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKzy3W8TD7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKzy3W8TD7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uKzy3W8TD7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKzy3W8TD7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKzy3W8TD7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKzy3W8TD7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKzy3W8TD7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uKzy3W8TD7 H5 {
  color: #149dcc;
}
.cid-uKZPIY450e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uKZPIZaBlV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uKZPIZMPrS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKZPIZMPrS .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKZPIZMPrS .section-text {
  padding: 2rem 0;
}
.cid-uKZPIZMPrS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKZPIZMPrS .inner-container {
    width: 100% !important;
  }
}
.cid-uKZPJ0sONq {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZPJ0sONq .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZPJ0sONq .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZPJ0sONq .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZPJ0sONq .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZPJ0sONq .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZPJ0sONq .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZPJ0sONq .img-item {
    width: 100% !important;
  }
  .cid-uKZPJ0sONq .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZPJ0TwwL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKZPJ0TwwL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKZPJ0TwwL .section-text {
  padding: 2rem 0;
}
.cid-uKZPJ0TwwL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKZPJ0TwwL .inner-container {
    width: 100% !important;
  }
}
.cid-uKZPJ1kyA4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZPJ1kyA4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZPJ1kyA4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZPJ1kyA4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZPJ1kyA4 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZPJ1kyA4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZPJ1kyA4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZPJ1kyA4 .img-item {
    width: 100% !important;
  }
  .cid-uKZPJ1kyA4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZPJ1OAUF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uKZPJ1OAUF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKZPJ1OAUF .section-text {
  padding: 2rem 0;
}
.cid-uKZPJ1OAUF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKZPJ1OAUF .inner-container {
    width: 100% !important;
  }
}
.cid-uKZPJ2bjVm {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKZPJ2bjVm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKZPJ2bjVm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKZPJ2bjVm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKZPJ2bjVm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKZPJ2bjVm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKZPJ2bjVm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKZPJ2bjVm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uKZPJ2bjVm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKZPJ2bjVm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uKZPJ3gl1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uKZPJ3gl1t .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKZPJ3gl1t .section-text {
  padding: 2rem 0;
}
.cid-uKZPJ3gl1t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uKZPJ3gl1t .inner-container {
    width: 100% !important;
  }
}
.cid-uKZPJ3GP6v {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZPJ3GP6v .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZPJ3GP6v .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZPJ3GP6v .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZPJ3GP6v .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZPJ3GP6v .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZPJ3GP6v .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZPJ3GP6v .img-item {
    width: 100% !important;
  }
  .cid-uKZPJ3GP6v .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZRiPHnP0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZRiPHnP0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZRiPHnP0 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZRiPHnP0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZRiPHnP0 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZRiPHnP0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZRiPHnP0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZRiPHnP0 .img-item {
    width: 100% !important;
  }
  .cid-uKZRiPHnP0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZRjQWDoU {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uKZRjQWDoU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uKZRjQWDoU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uKZRjQWDoU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uKZRjQWDoU .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uKZRjQWDoU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uKZRjQWDoU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uKZRjQWDoU .img-item {
    width: 100% !important;
  }
  .cid-uKZRjQWDoU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uKZPJ482qZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKZPJ4xsnx {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uKZPJ4xsnx .content {
    text-align: center;
  }
  .cid-uKZPJ4xsnx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZPJ4xsnx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKZPJ4xsnx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKZPJ4xsnx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uKZPJ4xsnx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKZPJ4xsnx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKZPJ4xsnx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uKZPJ4xsnx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKZPJ4xsnx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKZPJ4xsnx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKZPJ4xsnx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKZPJ4xsnx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uKZPJ4xsnx H5 {
  color: #149dcc;
}
.cid-uMq71pBXjx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uMq71qQYyn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uMq71rrAia {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMq71rrAia .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMq71rrAia .section-text {
  padding: 2rem 0;
}
.cid-uMq71rrAia .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMq71rrAia .inner-container {
    width: 100% !important;
  }
}
.cid-uMq7uV1PUd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uMq7uV1PUd .card-img {
  background-color: #fff;
}
.cid-uMq7uV1PUd .card {
  align-self: stretch;
}
.cid-uMq7uV1PUd .card-box {
  padding: 2rem;
}
.cid-uMq7uV1PUd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMq7uV1PUd p {
  text-align: left;
}
.cid-uMq7uV1PUd .mbr-text {
  color: #767676;
}
.cid-uMq7uV1PUd .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMq7uV1PUd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uMq7uV1PUd .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uN5ZoXURDq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uN5ZoXURDq .card-img {
  background-color: #fff;
}
.cid-uN5ZoXURDq .card {
  align-self: stretch;
}
.cid-uN5ZoXURDq .card-box {
  padding: 2rem;
}
.cid-uN5ZoXURDq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uN5ZoXURDq p {
  text-align: left;
}
.cid-uN5ZoXURDq .mbr-text {
  color: #767676;
}
.cid-uN5ZoXURDq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uN5ZoXURDq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uN5ZoXURDq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uMq71siXPu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uMq71siXPu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMq71siXPu .section-text {
  padding: 2rem 0;
}
.cid-uMq71siXPu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMq71siXPu .inner-container {
    width: 100% !important;
  }
}
.cid-uNaTbulVap {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNaTbulVap .card-img {
  background-color: #fff;
}
.cid-uNaTbulVap .card {
  align-self: stretch;
}
.cid-uNaTbulVap .card-box {
  padding: 2rem;
}
.cid-uNaTbulVap h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNaTbulVap p {
  text-align: left;
}
.cid-uNaTbulVap .mbr-text {
  color: #767676;
}
.cid-uNaTbulVap .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNaTbulVap .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNaTbulVap .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNbshjN4hb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNbshjN4hb .card-img {
  background-color: #fff;
}
.cid-uNbshjN4hb .card {
  align-self: stretch;
}
.cid-uNbshjN4hb .card-box {
  padding: 2rem;
}
.cid-uNbshjN4hb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNbshjN4hb p {
  text-align: left;
}
.cid-uNbshjN4hb .mbr-text {
  color: #767676;
}
.cid-uNbshjN4hb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNbshjN4hb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNbshjN4hb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNaTZX5N79 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fondo-paginas.jpg");
}
.cid-uNaTZX5N79 .mbr-section-subtitle {
  color: #767676;
}
.cid-uNaTZX5N79 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uNaTZX5N79 H2 {
  color: #ffffff;
}
.cid-uNaTZX5N79 P {
  text-align: center;
}
.cid-uNaU3zir4E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNaU3zir4E .card-img {
  background-color: #fff;
}
.cid-uNaU3zir4E .card {
  align-self: stretch;
}
.cid-uNaU3zir4E .card-box {
  padding: 2rem;
}
.cid-uNaU3zir4E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNaU3zir4E p {
  text-align: left;
}
.cid-uNaU3zir4E .mbr-text {
  color: #767676;
}
.cid-uNaU3zir4E .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNaU3zir4E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNaU3zir4E .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uMq71t9on9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uMq71t9on9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMq71t9on9 .section-text {
  padding: 2rem 0;
}
.cid-uMq71t9on9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMq71t9on9 .inner-container {
    width: 100% !important;
  }
}
.cid-uMq71tyjqX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uMq71tyjqX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMq71tyjqX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMq71tyjqX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMq71tyjqX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMq71tyjqX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uMq71tyjqX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMq71tyjqX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uMq71tyjqX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMq71tyjqX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uMq71uGRNU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uMq71uGRNU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMq71uGRNU .section-text {
  padding: 2rem 0;
}
.cid-uMq71uGRNU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMq71uGRNU .inner-container {
    width: 100% !important;
  }
}
.cid-uN60cLa4vJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uN60cLa4vJ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uN60cLa4vJ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uN60cLa4vJ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uN60cLa4vJ .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uN60cLa4vJ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uN60cLa4vJ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uN60cLa4vJ .img-item {
    width: 100% !important;
  }
  .cid-uN60cLa4vJ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uN60hxGntH {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uN60hxGntH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uN60hxGntH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uN60hxGntH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uN60hxGntH .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uN60hxGntH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uN60hxGntH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uN60hxGntH .img-item {
    width: 100% !important;
  }
  .cid-uN60hxGntH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinuAa4Bw {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinuAa4Bw .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinuAa4Bw .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinuAa4Bw .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinuAa4Bw .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinuAa4Bw .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinuAa4Bw .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinuAa4Bw .img-item {
    width: 100% !important;
  }
  .cid-uNinuAa4Bw .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinvBnbHS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinvBnbHS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinvBnbHS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinvBnbHS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinvBnbHS .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinvBnbHS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinvBnbHS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinvBnbHS .img-item {
    width: 100% !important;
  }
  .cid-uNinvBnbHS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinwsuzRR {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinwsuzRR .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinwsuzRR .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinwsuzRR .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinwsuzRR .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinwsuzRR .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinwsuzRR .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinwsuzRR .img-item {
    width: 100% !important;
  }
  .cid-uNinwsuzRR .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinxwcVUn {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinxwcVUn .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinxwcVUn .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinxwcVUn .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinxwcVUn .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinxwcVUn .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinxwcVUn .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinxwcVUn .img-item {
    width: 100% !important;
  }
  .cid-uNinxwcVUn .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinyzb9FD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinyzb9FD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinyzb9FD .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinyzb9FD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinyzb9FD .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinyzb9FD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinyzb9FD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinyzb9FD .img-item {
    width: 100% !important;
  }
  .cid-uNinyzb9FD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNinzw0XhY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNinzw0XhY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNinzw0XhY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNinzw0XhY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNinzw0XhY .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNinzw0XhY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNinzw0XhY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNinzw0XhY .img-item {
    width: 100% !important;
  }
  .cid-uNinzw0XhY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNIG7E2bIB {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uNIG7E2bIB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uNIG7E2bIB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uNIG7E2bIB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uNIG7E2bIB .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uNIG7E2bIB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uNIG7E2bIB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uNIG7E2bIB .img-item {
    width: 100% !important;
  }
  .cid-uNIG7E2bIB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uMq71wwddW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMq71wUTss {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uMq71wUTss .content {
    text-align: center;
  }
  .cid-uMq71wUTss .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMq71wUTss .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMq71wUTss .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMq71wUTss .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMq71wUTss .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMq71wUTss .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMq71wUTss .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uMq71wUTss .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMq71wUTss .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMq71wUTss .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMq71wUTss .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMq71wUTss .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMq71wUTss H5 {
  color: #149dcc;
}
.cid-uMwK6eztux {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uMwK6pYtFo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/destacados.jpg");
}
.cid-uMwK6pYtFo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMwK6pYtFo .btn {
  margin: 0 0 .5rem 0;
}
.cid-uNmNaCtO4D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNmNaCtO4D .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNmNaCtO4D .section-text {
  padding: 2rem 0;
}
.cid-uNmNaCtO4D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNmNaCtO4D .inner-container {
    width: 100% !important;
  }
}
.cid-uMwK6mhfvc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uMwK6mhfvc .card-img {
  background-color: #fff;
}
.cid-uMwK6mhfvc .card {
  align-self: stretch;
}
.cid-uMwK6mhfvc .card-box {
  padding: 2rem;
}
.cid-uMwK6mhfvc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMwK6mhfvc p {
  text-align: left;
}
.cid-uMwK6mhfvc .mbr-text {
  color: #767676;
}
.cid-uMwK6mhfvc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMwK6mhfvc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uMwK6mhfvc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uMwK6nBAwn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uMwK6nBAwn .card-img {
  background-color: #fff;
}
.cid-uMwK6nBAwn .card {
  align-self: stretch;
}
.cid-uMwK6nBAwn .card-box {
  padding: 2rem;
}
.cid-uMwK6nBAwn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMwK6nBAwn p {
  text-align: left;
}
.cid-uMwK6nBAwn .mbr-text {
  color: #767676;
}
.cid-uMwK6nBAwn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMwK6nBAwn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uMwK6nBAwn .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uMwLs89f58 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uMwLs89f58 .card-img {
  background-color: #fff;
}
.cid-uMwLs89f58 .card {
  align-self: stretch;
}
.cid-uMwLs89f58 .card-box {
  padding: 2rem;
}
.cid-uMwLs89f58 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uMwLs89f58 p {
  text-align: left;
}
.cid-uMwLs89f58 .mbr-text {
  color: #767676;
}
.cid-uMwLs89f58 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMwLs89f58 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uMwLs89f58 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNmNi9w0Cj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNmNi9w0Cj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNmNi9w0Cj .section-text {
  padding: 2rem 0;
}
.cid-uNmNi9w0Cj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNmNi9w0Cj .inner-container {
    width: 100% !important;
  }
}
.cid-uNmNjqrkEf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNmNjqrkEf .card-img {
  background-color: #fff;
}
.cid-uNmNjqrkEf .card {
  align-self: stretch;
}
.cid-uNmNjqrkEf .card-box {
  padding: 2rem;
}
.cid-uNmNjqrkEf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNmNjqrkEf p {
  text-align: left;
}
.cid-uNmNjqrkEf .mbr-text {
  color: #767676;
}
.cid-uNmNjqrkEf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNmNjqrkEf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNmNjqrkEf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNmNJEa1mR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNmNJEa1mR .card-img {
  background-color: #fff;
}
.cid-uNmNJEa1mR .card {
  align-self: stretch;
}
.cid-uNmNJEa1mR .card-box {
  padding: 2rem;
}
.cid-uNmNJEa1mR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNmNJEa1mR p {
  text-align: left;
}
.cid-uNmNJEa1mR .mbr-text {
  color: #767676;
}
.cid-uNmNJEa1mR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNmNJEa1mR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNmNJEa1mR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNmNKYRhpN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNmNKYRhpN .card-img {
  background-color: #fff;
}
.cid-uNmNKYRhpN .card {
  align-self: stretch;
}
.cid-uNmNKYRhpN .card-box {
  padding: 2rem;
}
.cid-uNmNKYRhpN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNmNKYRhpN p {
  text-align: left;
}
.cid-uNmNKYRhpN .mbr-text {
  color: #767676;
}
.cid-uNmNKYRhpN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNmNKYRhpN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNmNKYRhpN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNmNMhU1vg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNmNMhU1vg .card-img {
  background-color: #fff;
}
.cid-uNmNMhU1vg .card {
  align-self: stretch;
}
.cid-uNmNMhU1vg .card-box {
  padding: 2rem;
}
.cid-uNmNMhU1vg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNmNMhU1vg p {
  text-align: left;
}
.cid-uNmNMhU1vg .mbr-text {
  color: #767676;
}
.cid-uNmNMhU1vg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNmNMhU1vg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNmNMhU1vg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uNIFBsxTyt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNIFBsxTyt .card-img {
  background-color: #fff;
}
.cid-uNIFBsxTyt .card {
  align-self: stretch;
}
.cid-uNIFBsxTyt .card-box {
  padding: 2rem;
}
.cid-uNIFBsxTyt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNIFBsxTyt p {
  text-align: left;
}
.cid-uNIFBsxTyt .mbr-text {
  color: #767676;
}
.cid-uNIFBsxTyt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNIFBsxTyt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNIFBsxTyt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uMwK6sm3dQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMwK6sX5Or {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uMwK6sX5Or .content {
    text-align: center;
  }
  .cid-uMwK6sX5Or .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMwK6sX5Or .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMwK6sX5Or .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMwK6sX5Or .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMwK6sX5Or .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMwK6sX5Or .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMwK6sX5Or .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uMwK6sX5Or .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMwK6sX5Or .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMwK6sX5Or .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMwK6sX5Or .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMwK6sX5Or .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMwK6sX5Or H5 {
  color: #149dcc;
}
.cid-uNQTTKhSBn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uNQTTLApzE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uNQUKudOUi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNQUKudOUi .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNQUKudOUi .section-text {
  padding: 2rem 0;
}
.cid-uNQUKudOUi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNQUKudOUi .inner-container {
    width: 100% !important;
  }
}
.cid-uNQUJwPq4v {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uNQUJwPq4v .card-img {
  background-color: #fff;
}
.cid-uNQUJwPq4v .card {
  align-self: stretch;
}
.cid-uNQUJwPq4v .card-box {
  padding: 2rem;
}
.cid-uNQUJwPq4v h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNQUJwPq4v p {
  text-align: left;
}
.cid-uNQUJwPq4v .mbr-text {
  color: #767676;
}
.cid-uNQUJwPq4v .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNQUJwPq4v .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uNQUJwPq4v .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uOBFYVyX9w {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uOBFYVyX9w .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uOBFYVyX9w .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uOBFYVyX9w .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uOBFYVyX9w .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uOBFYVyX9w .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uOBFYVyX9w .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uOBFYVyX9w .img-item {
    width: 100% !important;
  }
  .cid-uOBFYVyX9w .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uOBFZKvGNv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uOBFZKvGNv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uOBFZKvGNv .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uOBFZKvGNv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uOBFZKvGNv .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uOBFZKvGNv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uOBFZKvGNv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uOBFZKvGNv .img-item {
    width: 100% !important;
  }
  .cid-uOBFZKvGNv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uNQTTN8IQN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-uNQTTN8IQN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNQTTN8IQN .section-text {
  padding: 2rem 0;
}
.cid-uNQTTN8IQN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNQTTN8IQN .inner-container {
    width: 100% !important;
  }
}
.cid-uNUHOCSY5j {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c1c1c1;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uNUHOCSY5j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uNUHOCSY5j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUHOCSY5j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNUHOCSY5j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uNUHOCSY5j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uNUHOCSY5j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uNUHOCSY5j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uNUHOCSY5j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uNUHOCSY5j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uNQTTPEsWc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-uNQTTPEsWc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNQTTPEsWc .section-text {
  padding: 2rem 0;
}
.cid-uNQTTPEsWc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNQTTPEsWc .inner-container {
    width: 100% !important;
  }
}
.cid-uNQTTW0HEw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNQTTWubTP {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uNQTTWubTP .content {
    text-align: center;
  }
  .cid-uNQTTWubTP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQTTWubTP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uNQTTWubTP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uNQTTWubTP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uNQTTWubTP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uNQTTWubTP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uNQTTWubTP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uNQTTWubTP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uNQTTWubTP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uNQTTWubTP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uNQTTWubTP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uNQTTWubTP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uNQTTWubTP H5 {
  color: #149dcc;
}
.cid-uQhgAzHpd5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uQhgAANcuV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uQhgABzzCQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQhgABzzCQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQhgABzzCQ .section-text {
  padding: 2rem 0;
}
.cid-uQhgABzzCQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQhgABzzCQ .inner-container {
    width: 100% !important;
  }
}
.cid-uQFbk3ENzs {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQFbk3ENzs .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQFbk3ENzs .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQFbk3ENzs .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQFbk3ENzs .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQFbk3ENzs .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQFbk3ENzs .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQFbk3ENzs .img-item {
    width: 100% !important;
  }
  .cid-uQFbk3ENzs .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQhgADEPpn {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQhgADEPpn .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQhgADEPpn .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQhgADEPpn .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQhgADEPpn .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQhgADEPpn .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQhgADEPpn .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQhgADEPpn .img-item {
    width: 100% !important;
  }
  .cid-uQhgADEPpn .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQhgAEceVV {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQhgAEceVV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQhgAEceVV .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQhgAEceVV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQhgAEceVV .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQhgAEceVV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQhgAEceVV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQhgAEceVV .img-item {
    width: 100% !important;
  }
  .cid-uQhgAEceVV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQhgAEEY34 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQhgAF1v1J {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uQhgAF1v1J .content {
    text-align: center;
  }
  .cid-uQhgAF1v1J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhgAF1v1J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQhgAF1v1J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQhgAF1v1J .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQhgAF1v1J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQhgAF1v1J .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQhgAF1v1J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uQhgAF1v1J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQhgAF1v1J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQhgAF1v1J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQhgAF1v1J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQhgAF1v1J .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQhgAF1v1J H5 {
  color: #149dcc;
}
.cid-uPCuGIyrkP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uPCuGJKuPE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uPCuGKtA7Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPCuGKtA7Q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPCuGKtA7Q .section-text {
  padding: 2rem 0;
}
.cid-uPCuGKtA7Q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uPCuGKtA7Q .inner-container {
    width: 100% !important;
  }
}
.cid-uPCuGKP8EW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uPCuGKP8EW .card-img {
  background-color: #fff;
}
.cid-uPCuGKP8EW .card {
  align-self: stretch;
}
.cid-uPCuGKP8EW .card-box {
  padding: 2rem;
}
.cid-uPCuGKP8EW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uPCuGKP8EW p {
  text-align: left;
}
.cid-uPCuGKP8EW .mbr-text {
  color: #767676;
}
.cid-uPCuGKP8EW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uPCuGKP8EW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uPCuGKP8EW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uQEylre9Sl {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQEylre9Sl .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQEylre9Sl .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQEylre9Sl .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQEylre9Sl .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQEylre9Sl .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQEylre9Sl .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQEylre9Sl .img-item {
    width: 100% !important;
  }
  .cid-uQEylre9Sl .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQEyZYvSLN {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQEyZYvSLN .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQEyZYvSLN .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQEyZYvSLN .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQEyZYvSLN .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQEyZYvSLN .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQEyZYvSLN .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQEyZYvSLN .img-item {
    width: 100% !important;
  }
  .cid-uQEyZYvSLN .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uPCuGP05Fc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uPCuGPkuzV {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uPCuGPkuzV .content {
    text-align: center;
  }
  .cid-uPCuGPkuzV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPCuGPkuzV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uPCuGPkuzV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uPCuGPkuzV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uPCuGPkuzV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uPCuGPkuzV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uPCuGPkuzV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uPCuGPkuzV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uPCuGPkuzV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPCuGPkuzV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPCuGPkuzV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPCuGPkuzV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uPCuGPkuzV H5 {
  color: #149dcc;
}
.cid-uQEAnpi3uY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uQEAnr4RqK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uQEAnrKBE3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQEAnrKBE3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQEAnrKBE3 .section-text {
  padding: 2rem 0;
}
.cid-uQEAnrKBE3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQEAnrKBE3 .inner-container {
    width: 100% !important;
  }
}
.cid-uQEAntVohM {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQEAntVohM .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQEAntVohM .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQEAntVohM .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQEAntVohM .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQEAntVohM .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQEAntVohM .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQEAntVohM .img-item {
    width: 100% !important;
  }
  .cid-uQEAntVohM .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQEAnuthte {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQEAnuthte .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQEAnuthte .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQEAnuthte .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQEAnuthte .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQEAnuthte .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQEAnuthte .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQEAnuthte .img-item {
    width: 100% !important;
  }
  .cid-uQEAnuthte .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQEAnuW8ik {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQEAnvhibr {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uQEAnvhibr .content {
    text-align: center;
  }
  .cid-uQEAnvhibr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQEAnvhibr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQEAnvhibr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQEAnvhibr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQEAnvhibr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQEAnvhibr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQEAnvhibr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uQEAnvhibr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQEAnvhibr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQEAnvhibr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQEAnvhibr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQEAnvhibr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQEAnvhibr H5 {
  color: #149dcc;
}
.cid-uQWdCC2R1v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uQWdCDuCDN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uQWdCEgyzt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQWdCEgyzt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWdCEgyzt .section-text {
  padding: 2rem 0;
}
.cid-uQWdCEgyzt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQWdCEgyzt .inner-container {
    width: 100% !important;
  }
}
.cid-uQWdCGx8di {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQWdCGx8di .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQWdCGx8di .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQWdCGx8di .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQWdCGx8di .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQWdCGx8di .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQWdCGx8di .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQWdCGx8di .img-item {
    width: 100% !important;
  }
  .cid-uQWdCGx8di .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQWeHP6QsV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQWeHP6QsV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWeHP6QsV .section-text {
  padding: 2rem 0;
}
.cid-uQWeHP6QsV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQWeHP6QsV .inner-container {
    width: 100% !important;
  }
}
.cid-uQWdCHsNpU {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQWdCHsNpU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQWdCHsNpU .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQWdCHsNpU .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQWdCHsNpU .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQWdCHsNpU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQWdCHsNpU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQWdCHsNpU .img-item {
    width: 100% !important;
  }
  .cid-uQWdCHsNpU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQWeTkmgFw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQWeTkmgFw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWeTkmgFw .section-text {
  padding: 2rem 0;
}
.cid-uQWeTkmgFw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQWeTkmgFw .inner-container {
    width: 100% !important;
  }
}
.cid-uQWeVDsGtD {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQWeVDsGtD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQWeVDsGtD .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQWeVDsGtD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQWeVDsGtD .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQWeVDsGtD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQWeVDsGtD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQWeVDsGtD .img-item {
    width: 100% !important;
  }
  .cid-uQWeVDsGtD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQWfiItNfx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQWfiItNfx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWfiItNfx .section-text {
  padding: 2rem 0;
}
.cid-uQWfiItNfx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uQWfiItNfx .inner-container {
    width: 100% !important;
  }
}
.cid-uQWfjsEWm2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uQWfjsEWm2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uQWfjsEWm2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uQWfjsEWm2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uQWfjsEWm2 .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uQWfjsEWm2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uQWfjsEWm2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uQWfjsEWm2 .img-item {
    width: 100% !important;
  }
  .cid-uQWfjsEWm2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uQWdCJEfp4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQWdCJZLnP {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uQWdCJZLnP .content {
    text-align: center;
  }
  .cid-uQWdCJZLnP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQWdCJZLnP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQWdCJZLnP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQWdCJZLnP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQWdCJZLnP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQWdCJZLnP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQWdCJZLnP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uQWdCJZLnP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQWdCJZLnP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQWdCJZLnP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQWdCJZLnP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQWdCJZLnP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQWdCJZLnP H5 {
  color: #149dcc;
}
.cid-uQXqLvELnh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-mundialito.jpg");
}
.cid-uQXqLwP5as {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-resumen.jpg");
}
.cid-uQXr8nx3tI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-alineaciones.jpg");
}
.cid-uQXr8nx3tI .card-img {
  background-color: #fff;
}
.cid-uQXr8nx3tI .card {
  align-self: stretch;
}
.cid-uQXr8nx3tI .card-box {
  padding: 2rem;
}
.cid-uQXr8nx3tI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQXr8nx3tI p {
  text-align: left;
}
.cid-uQXr8nx3tI .mbr-text {
  color: #ff3366;
}
.cid-uQXr8nx3tI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQXr8nx3tI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uQXr8nx3tI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uR8l5OkVEQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR8l5OkVEQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR8l5OkVEQ .section-text {
  padding: 2rem 0;
}
.cid-uR8l5OkVEQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uR8l5OkVEQ .inner-container {
    width: 100% !important;
  }
}
.cid-uR8kTDNs3j {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uR8kTDNs3j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uR8kTDNs3j .video-block {
    width: 100% !important;
  }
}
.cid-uRdFMpNSiM {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-uRdFMpNSiM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uRdFMpNSiM .video-block {
    width: 100% !important;
  }
}
.cid-uRkQyQLAYw {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRkQyQLAYw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uRkQyQLAYw .video-block {
    width: 100% !important;
  }
}
.cid-uRvJ11H6BG {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uRvJ11H6BG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uRvJ11H6BG .video-block {
    width: 100% !important;
  }
}
.cid-uSrXKdVnf4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #55b4d4);
}
.cid-uSrXKdVnf4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uSrXKdVnf4 .video-block {
    width: 100% !important;
  }
}
.cid-uR8pdEIM6T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR8pdEIM6T .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR8pdEIM6T .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR8pdEIM6T .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR8pdEIM6T .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR8pdEIM6T .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uR8pdEIM6T .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR8pdEIM6T .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR8pdEIM6T .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uR8pdEIM6T .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uQXqLyMmY6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQXqLz5bnm {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uQXqLz5bnm .content {
    text-align: center;
  }
  .cid-uQXqLz5bnm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQXqLz5bnm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQXqLz5bnm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQXqLz5bnm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uQXqLz5bnm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQXqLz5bnm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uQXqLz5bnm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-uQXqLz5bnm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uQXqLz5bnm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQXqLz5bnm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQXqLz5bnm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQXqLz5bnm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uQXqLz5bnm H5 {
  color: #149dcc;
}
