:root {
  --padding-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
  --margin-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
}
/* TYPOGRAPHY */
h1,
.h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 4.46vi, 4.8rem);
  line-height: clamp(5.6rem, 6.24vi, 6.7rem);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h2,
.h2 {
  font-size: clamp(2.4rem, 3.33vi, 4rem);
  line-height: clamp(3.4rem, 4.68vi, 5.6rem);
}
h3,
.h3 {
  font-size: clamp(2rem, 2.69vi, 3.2rem);
  line-height: clamp(3rem, 3.87vi, 4.5rem);
}
h4,
.h4 {
  font-size: clamp(1.8rem, 2.15vi, 2.4rem);
  line-height: clamp(2.8rem, 3.15vi, 3.4rem);
}
h5,
.h5 {
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  line-height: clamp(2.5rem, 2.68vi, 2.8rem);
}
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
}
.p-body-xs,
.p-body-s,
.p-body-m,
.p-subheading,
.p-overline {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
.p-body-xs {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.p-body-s {
  font-size: 1.4rem;
  line-height: 2rem;
}
.p-body-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.p-subheading {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.p-overline {
  font-size: clamp(1.6rem, 1.72vi, 1.8rem);
  line-height: clamp(2.2rem, 2.38vi, 2.5rem);
  text-transform: uppercase;
}
.p-post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 36rem;
}
.p-post:after {
  content: "...";
}
.section-title,
.section-title .microsite {
  border-bottom: 1px solid #49a848;
  padding-bottom: 0.8rem;
  margin-bottom: calc(2.4rem);
}
@media (min-width: 64rem) {
  .section-title,
  .section-title .microsite {
    padding-bottom: calc(1.6rem);
    margin-bottom: calc(3.2rem);
  }
}
.section-title--small {
  font-weight: 700;
  padding-bottom: calc(1.6rem);
}
.section-title--inner {
  padding-top: calc(4rem);
  padding-bottom: calc(2.4rem);
}
@media (min-width: 48rem) {
  .section-title--inner {
    padding-top: calc(5.6rem);
  }
}
.section-title--text-center {
  padding-bottom: calc(3.2rem);
  text-align: center;
}
.section-title .microsite {
  border-bottom-color: #ffcd06;
}
.p-list-bullet {
  position: relative;
  padding-left: 2.4rem;
}
.p-list-bullet::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.p-list-tick {
  position: relative;
  padding-left: 3.2rem;
}
.p-list-tick::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-bullet li {
  position: relative;
  padding-left: 2.4rem;
}
.li-list-bullet li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-tick li {
  position: relative;
  padding-left: 3.2rem;
}
.li-list-tick li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 64rem) {
  .text-limit--no-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55rem;
  }
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration-line: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media (min-width: 48rem) {
  .text-nowrap-m-l {
    text-wrap: nowrap;
  }
}
.overflow-wrap .long-word {
  overflow-wrap: break-word;
  hyphens: auto;
}
.cmp-carousel .padding__bottom-spacing-04 {
  padding-bottom: 3.2rem;
}
.cmp-carousel .text-color-mid-black {
  color: #001828;
}
.cmp-carousel .cmp-banner-fw {
  display: flex;
  flex-direction: column;
  row-gap: calc(2.4rem);
  padding: calc(3.2rem);
}
@media (min-width: 64rem) {
  .cmp-carousel .cmp-banner-fw {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: calc(3.2rem);
    padding-right: calc(8rem);
    padding-left: calc(8rem);
  }
}
.cmp-carousel .cmp-banner-fw__img {
  display: flex;
  justify-content: center;
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-banner-fw__img {
    justify-content: flex-start;
  }
}
@media (min-width: 64rem) {
  .cmp-carousel .cmp-banner-fw__img {
    display: block;
  }
}
.cmp-carousel .cmp-banner-fw__img img {
  width: 100%;
  max-width: 38rem;
  border-radius: 0.8rem;
}
@media (min-width: 64rem) {
  .cmp-carousel .cmp-banner-fw__img img {
    width: auto;
    max-width: 32rem;
  }
}
.cmp-carousel .cmp-banner-fw__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 64rem) {
  .cmp-carousel .cmp-banner-fw__text {
    max-width: 54rem;
  }
}
.cmp-carousel .cmp-banner-fw.banner-series {
  background-color: #fff7e1;
  border-radius: 0.8rem;
}
.cmp-carousel .cmp-section-title {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-section-title {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.cmp-carousel .cmp-section-title .cmp-btn--text-s {
  padding-left: 0.4rem;
  padding-right: 0rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.cmp-carousel .cmp-section-title__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(2.4rem);
  padding-bottom: 0.8rem;
}
.cmp-carousel .cmp-section-title__title {
  font-size: 2.4rem;
  line-height: 34px;
}
.cmp-carousel .cmp-section-title--line-green {
  border-bottom: 1px solid #49a848;
}
.cmp-carousel .cmp-section-title--line-gray-600 {
  border-bottom: 1px solid #717074;
}
.cmp-carousel .cmp-section-title .cmp-fila-resultados__txt {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #717074;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.cmp-carousel .cmp-section-title .cmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2.2rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  padding: 1.2rem 2.4rem;
  white-space: normal;
  width: 100%;
  min-width: unset;
  border-radius: 0.4rem;
}
.cmp-carousel .cmp-section-title .cmp-btn__text {
  display: inline-block;
}
.cmp-carousel .cmp-section-title .cmp-btn__text.case-auto {
  text-transform: none !important;
}
.cmp-carousel .cmp-section-title .cmp-btn--text-s {
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  color: #1774ad;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  white-space: normal;
  background-color: transparent;
  text-transform: uppercase;
  min-width: unset;
  height: auto;
  border-radius: 0.4rem;
}
@media (min-width: 30rem) {
  .cmp-carousel .cmp-section-title .cmp-btn--text-s {
    width: auto;
  }
}
.cmp-carousel .cmp-section-title .cmp-btn__icon {
  display: inline;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  outline: 1px solid currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  flex-shrink: 0;
}
.cmp-carousel .cmp-section-title .cmp-btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 30rem) {
  .cmp-carousel .cmp-section-title .cmp-btn {
    width: auto;
  }
}
.cmp-carousel .cmp-section-title .btn-only-desktop {
  display: none;
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-section-title .btn-only-desktop {
    display: inline-flex;
  }
}
.cmp-carousel .cmp-btn.icon-dowload .cmp-btn__icon {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/download'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/download' fill-rule='evenodd' clip-rule='evenodd' d='M7.1189 0H9.6189C10.0345 0 10.3689 0.334375 10.3689 0.75V6H13.1095C13.6658 6 13.9439 6.67188 13.5501 7.06563L8.79703 11.8219C8.56265 12.0562 8.17828 12.0562 7.9439 11.8219L3.18453 7.06563C2.79078 6.67188 3.0689 6 3.62515 6H6.3689V0.75C6.3689 0.334375 6.70328 0 7.1189 0ZM16 11.75V15.25C16 15.6656 15.6656 16 15.25 16H0.75C0.334375 16 0 15.6656 0 15.25V11.75C0 11.3344 0.334375 11 0.75 11H5.33437L6.86562 12.5312C7.49375 13.1594 8.50625 13.1594 9.13437 12.5312L10.6656 11H15.25C15.6656 11 16 11.3344 16 11.75ZM12.25 14.625C12.25 14.2812 11.9688 14 11.625 14C11.2812 14 11 14.2812 11 14.625C11 14.9688 11.2812 15.25 11.625 15.25C11.9688 15.25 12.25 14.9688 12.25 14.625ZM14.25 14.625C14.25 14.2812 13.9688 14 13.625 14C13.2812 14 13 14.2812 13 14.625C13 14.9688 13.2812 15.25 13.625 15.25C13.9688 15.25 14.25 14.9688 14.25 14.625Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/download'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/download' fill-rule='evenodd' clip-rule='evenodd' d='M7.1189 0H9.6189C10.0345 0 10.3689 0.334375 10.3689 0.75V6H13.1095C13.6658 6 13.9439 6.67188 13.5501 7.06563L8.79703 11.8219C8.56265 12.0562 8.17828 12.0562 7.9439 11.8219L3.18453 7.06563C2.79078 6.67188 3.0689 6 3.62515 6H6.3689V0.75C6.3689 0.334375 6.70328 0 7.1189 0ZM16 11.75V15.25C16 15.6656 15.6656 16 15.25 16H0.75C0.334375 16 0 15.6656 0 15.25V11.75C0 11.3344 0.334375 11 0.75 11H5.33437L6.86562 12.5312C7.49375 13.1594 8.50625 13.1594 9.13437 12.5312L10.6656 11H15.25C15.6656 11 16 11.3344 16 11.75ZM12.25 14.625C12.25 14.2812 11.9688 14 11.625 14C11.2812 14 11 14.2812 11 14.625C11 14.9688 11.2812 15.25 11.625 15.25C11.9688 15.25 12.25 14.9688 12.25 14.625ZM14.25 14.625C14.25 14.2812 13.9688 14 13.625 14C13.2812 14 13 14.2812 13 14.625C13 14.9688 13.2812 15.25 13.625 15.25C13.9688 15.25 14.25 14.9688 14.25 14.625Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.cmp-carousel .cmp-btn.icon-share .cmp-btn__icon {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/share-alt'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/share-alt' fill-rule='evenodd' clip-rule='evenodd' d='M12 10C11.2935 10 10.6442 10.2443 10.1316 10.653L6.92887 8.65128C7.02372 8.22226 7.02372 7.77771 6.92887 7.34869L10.1316 5.347C10.6442 5.75566 11.2935 6 12 6C13.6568 6 15 4.65684 15 3C15 1.34316 13.6568 0 12 0C10.3432 0 9 1.34316 9 3C9 3.22369 9.02469 3.44156 9.07113 3.65128L5.86844 5.65297C5.35584 5.24434 4.7065 5 4 5C2.34316 5 1 6.34316 1 8C1 9.65684 2.34316 11 4 11C4.7065 11 5.35584 10.7557 5.86844 10.347L9.07113 12.3487C9.02379 12.5626 8.99994 12.781 9 13C9 14.6568 10.3432 16 12 16C13.6568 16 15 14.6568 15 13C15 11.3432 13.6568 10 12 10Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/share-alt'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/share-alt' fill-rule='evenodd' clip-rule='evenodd' d='M12 10C11.2935 10 10.6442 10.2443 10.1316 10.653L6.92887 8.65128C7.02372 8.22226 7.02372 7.77771 6.92887 7.34869L10.1316 5.347C10.6442 5.75566 11.2935 6 12 6C13.6568 6 15 4.65684 15 3C15 1.34316 13.6568 0 12 0C10.3432 0 9 1.34316 9 3C9 3.22369 9.02469 3.44156 9.07113 3.65128L5.86844 5.65297C5.35584 5.24434 4.7065 5 4 5C2.34316 5 1 6.34316 1 8C1 9.65684 2.34316 11 4 11C4.7065 11 5.35584 10.7557 5.86844 10.347L9.07113 12.3487C9.02379 12.5626 8.99994 12.781 9 13C9 14.6568 10.3432 16 12 16C13.6568 16 15 14.6568 15 13C15 11.3432 13.6568 10 12 10Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.cmp-carousel .btn-only-mobile {
  display: inline-flex !important;
}
@media (min-width: 48rem) {
  .cmp-carousel .btn-only-mobile {
    display: none !important;
  }
}

:root {
  --padding-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
  --margin-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
}
/* TYPOGRAPHY */
h1,
.h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 4.46vi, 4.8rem);
  line-height: clamp(5.6rem, 6.24vi, 6.7rem);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h2,
.h2 {
  font-size: clamp(2.4rem, 3.33vi, 4rem);
  line-height: clamp(3.4rem, 4.68vi, 5.6rem);
}
h3,
.h3 {
  font-size: clamp(2rem, 2.69vi, 3.2rem);
  line-height: clamp(3rem, 3.87vi, 4.5rem);
}
h4,
.h4 {
  font-size: clamp(1.8rem, 2.15vi, 2.4rem);
  line-height: clamp(2.8rem, 3.15vi, 3.4rem);
}
h5,
.h5 {
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  line-height: clamp(2.5rem, 2.68vi, 2.8rem);
}
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
}
.p-body-xs,
.p-body-s,
.p-body-m,
.p-subheading,
.p-overline {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
.p-body-xs {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.p-body-s {
  font-size: 1.4rem;
  line-height: 2rem;
}
.p-body-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.p-subheading {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.p-overline {
  font-size: clamp(1.6rem, 1.72vi, 1.8rem);
  line-height: clamp(2.2rem, 2.38vi, 2.5rem);
  text-transform: uppercase;
}
.p-post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 36rem;
}
.p-post:after {
  content: "...";
}
.section-title,
.section-title .microsite {
  border-bottom: 1px solid #49a848;
  padding-bottom: 0.8rem;
  margin-bottom: calc(2.4rem);
}
@media (min-width: 64rem) {
  .section-title,
  .section-title .microsite {
    padding-bottom: calc(1.6rem);
    margin-bottom: calc(3.2rem);
  }
}
.section-title--small {
  font-weight: 700;
  padding-bottom: calc(1.6rem);
}
.section-title--inner {
  padding-top: calc(4rem);
  padding-bottom: calc(2.4rem);
}
@media (min-width: 48rem) {
  .section-title--inner {
    padding-top: calc(5.6rem);
  }
}
.section-title--text-center {
  padding-bottom: calc(3.2rem);
  text-align: center;
}
.section-title .microsite {
  border-bottom-color: #ffcd06;
}
.p-list-bullet {
  position: relative;
  padding-left: 2.4rem;
}
.p-list-bullet::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.p-list-tick {
  position: relative;
  padding-left: 3.2rem;
}
.p-list-tick::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-bullet li {
  position: relative;
  padding-left: 2.4rem;
}
.li-list-bullet li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-tick li {
  position: relative;
  padding-left: 3.2rem;
}
.li-list-tick li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 64rem) {
  .text-limit--no-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55rem;
  }
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration-line: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media (min-width: 48rem) {
  .text-nowrap-m-l {
    text-wrap: nowrap;
  }
}
.overflow-wrap .long-word {
  overflow-wrap: break-word;
  hyphens: auto;
}
.cmp-carousel .cmp-accordion {
  background-color: #f2f2f2;
  border-radius: 8px;
  width: 100%;
  padding: calc(1.6rem) calc(2.4rem);
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.cmp-carousel .cmp-accordion__body {
  border-top: 1px solid #49a848;
  margin-top: calc(1.6rem);
  padding-top: calc(1.6rem);
  display: none;
}
.cmp-carousel .cmp-accordion__body.active {
  display: block;
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-accordion__body {
    display: block;
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.cmp-carousel .cmp-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-accordion__header {
    display: none;
  }
}
.cmp-carousel .cmp-accordion__title {
  color: #005288;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
.cmp-carousel .cmp-accordion__icon {
  color: #ffffff;
  width: 2.4rem;
  height: 2.4rem;
}
.cmp-carousel .cmp-accordion__txt {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

:root {
  --padding-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
  --margin-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
}
/* TYPOGRAPHY */
h1,
.h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 4.46vi, 4.8rem);
  line-height: clamp(5.6rem, 6.24vi, 6.7rem);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h2,
.h2 {
  font-size: clamp(2.4rem, 3.33vi, 4rem);
  line-height: clamp(3.4rem, 4.68vi, 5.6rem);
}
h3,
.h3 {
  font-size: clamp(2rem, 2.69vi, 3.2rem);
  line-height: clamp(3rem, 3.87vi, 4.5rem);
}
h4,
.h4 {
  font-size: clamp(1.8rem, 2.15vi, 2.4rem);
  line-height: clamp(2.8rem, 3.15vi, 3.4rem);
}
h5,
.h5 {
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  line-height: clamp(2.5rem, 2.68vi, 2.8rem);
}
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
}
.p-body-xs,
.p-body-s,
.p-body-m,
.p-subheading,
.p-overline {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
.p-body-xs {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.p-body-s {
  font-size: 1.4rem;
  line-height: 2rem;
}
.p-body-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.p-subheading {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.p-overline {
  font-size: clamp(1.6rem, 1.72vi, 1.8rem);
  line-height: clamp(2.2rem, 2.38vi, 2.5rem);
  text-transform: uppercase;
}
.p-post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 36rem;
}
.p-post:after {
  content: "...";
}
.section-title,
.section-title .microsite {
  border-bottom: 1px solid #49a848;
  padding-bottom: 0.8rem;
  margin-bottom: calc(2.4rem);
}
@media (min-width: 64rem) {
  .section-title,
  .section-title .microsite {
    padding-bottom: calc(1.6rem);
    margin-bottom: calc(3.2rem);
  }
}
.section-title--small {
  font-weight: 700;
  padding-bottom: calc(1.6rem);
}
.section-title--inner {
  padding-top: calc(4rem);
  padding-bottom: calc(2.4rem);
}
@media (min-width: 48rem) {
  .section-title--inner {
    padding-top: calc(5.6rem);
  }
}
.section-title--text-center {
  padding-bottom: calc(3.2rem);
  text-align: center;
}
.section-title .microsite {
  border-bottom-color: #ffcd06;
}
.p-list-bullet {
  position: relative;
  padding-left: 2.4rem;
}
.p-list-bullet::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.p-list-tick {
  position: relative;
  padding-left: 3.2rem;
}
.p-list-tick::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-bullet li {
  position: relative;
  padding-left: 2.4rem;
}
.li-list-bullet li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-tick li {
  position: relative;
  padding-left: 3.2rem;
}
.li-list-tick li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 64rem) {
  .text-limit--no-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55rem;
  }
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration-line: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media (min-width: 48rem) {
  .text-nowrap-m-l {
    text-wrap: nowrap;
  }
}
.overflow-wrap .long-word {
  overflow-wrap: break-word;
  hyphens: auto;
}
.cmp-carousel {
  /* Chevron coloreable por mask */
  /* Hover: fondo azul chevron blanco */
}
.cmp-carousel .cmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2.2rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  padding: 1.2rem 2.4rem;
  white-space: normal;
  width: 100%;
  min-width: unset;
  border-radius: 0.4rem;
}
.cmp-carousel .cmp-btn__text {
  display: inline-block;
}
.cmp-carousel .cmp-btn__text.case-auto {
  text-transform: none !important;
}
.cmp-carousel .cmp-btn--text-s {
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  color: #1774ad;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  white-space: normal;
  background-color: transparent;
  text-transform: uppercase;
  min-width: unset;
  height: auto;
  border-radius: 0.4rem;
}
@media (min-width: 30rem) {
  .cmp-carousel .cmp-btn--text-s {
    width: auto;
  }
}
.cmp-carousel .cmp-btn__icon {
  display: inline;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  outline: 1px solid currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  flex-shrink: 0;
}
.cmp-carousel .cmp-btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 30rem) {
  .cmp-carousel .cmp-btn {
    width: auto;
  }
}
.cmp-carousel .cmp-btn--secondary {
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 1.2rem 2.4rem;
  width: 100%;
  min-width: unset;
  height: auto;
  white-space: normal;
  background-color: transparent;
  color: #1774ad;
  border: 2px solid #1774ad;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
}
.cmp-carousel .cmp-btn--secondary:hover:not(:disabled) {
  background-color: #1774ad;
  color: #ffffff;
  border-radius: 0.4rem;
}
.cmp-carousel .cmp-btn--secondary:focus-visible {
  outline: 2px solid #005288;
  outline-offset: 4px;
}
.cmp-carousel .cmp-btn--secondary:disabled {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
@media (min-width: 30rem) {
  .cmp-carousel .cmp-btn--secondary {
    width: auto;
  }
}
.cmp-carousel .margin__bottom-spacing-05 {
  margin-bottom: 4rem;
}
.cmp-carousel .article-scroll--wrapper {
  padding-bottom: calc(2.4rem);
  padding-top: 2.4rem;
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper {
    padding-bottom: calc(4rem);
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  /* para que en Chrome/Edge no se vea un “pixel” extra */
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider {
    padding-right: clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem);
    padding-left: clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem);
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__frame {
  max-width: 642.16px;
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__frame {
    z-index: 2;
    max-width: 114rem;
    margin: 0 auto;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider .card-grabbing {
  cursor: grabbing;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track {
  display: inline-flex;
  align-items: start;
  transform: translateX(0);
  transition: transform 0.3s ease-out;
  cursor: grab;
  column-gap: 48px;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track--resume {
  column-gap: 32px;
  align-items: center;
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track {
    display: flex;
    flex-direction: row;
    max-width: 114rem;
    margin: 0 auto;
    cursor: default;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc:first-of-type,
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-persona:first-of-type {
  margin-left: clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem);
}
@media (min-width: 1400px) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc:first-of-type,
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-persona:first-of-type {
    margin-left: 0;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc:last-of-type,
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-persona:last-of-type {
  margin-right: clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem);
}
@media (min-width: 1400px) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc:last-of-type,
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-persona:last-of-type {
    margin-right: calc(-7vw);
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc {
  display: flex;
  flex-direction: column;
  gap: calc(1.6rem);
  width: 24rem;
  min-width: 25.4rem;
  max-width: 25rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc.full-width {
  min-width: 100%;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc.full-width .cmp-card-doc__img {
  width: auto;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__img {
  width: 240px;
  height: 336px;
  border-radius: 8px;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__title {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  display: -webkit-box;
  color: #3b3b3b;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  height: 4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__content {
  display: flex;
  flex-direction: column;
  gap: calc(1.6rem);
  width: 100%;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc .gap-spacing-01 {
  gap: 0.8rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__meta {
  color: #3b3b3b;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 2rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc .txt-card-green {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4d7c0f;
  transition: font-weight 0.2s ease;
  width: 96%;
  min-height: calc(6.6rem);
  height: 9rem;
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc .txt-card-green:hover {
    font-weight: 700;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2.2rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  padding: 1.2rem 2.4rem;
  white-space: normal;
  width: 100%;
  min-width: unset;
  border-radius: 0.4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn__text {
  display: inline-block;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn__text.case-auto {
  text-transform: none !important;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn--text-s {
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  color: #1774ad;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
  white-space: normal;
  background-color: transparent;
  text-transform: uppercase;
  min-width: unset;
  height: auto;
  border-radius: 0.4rem;
}
@media (min-width: 30rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn--text-s {
    width: auto;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn .cmp-btn--text-xs {
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 1rem 1rem;
  color: #1774ad;
  border-radius: 0.4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn .cmp-btn--text-xs:hover:not(:disabled) {
  background-color: #005288;
  color: #ffffff;
  border-color: #005288;
  text-decoration: none;
  border-radius: 0.4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn .cmp-btn--text-xs:focus-visible {
  outline: 2px solid #005288;
  background-color: transparent;
  text-decoration: none;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn .cmp-btn--text-xs:disabled {
  color: #bbbbbb;
  text-decoration: none;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn__icon {
  display: inline;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
  outline: 1px solid currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  flex-shrink: 0;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 30rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn {
    width: auto;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn.cmp-btn--text-xs {
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 1rem 1rem;
  color: #1774ad;
  border-radius: 0.4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn.cmp-btn--text-xs:hover:not(:disabled) {
  background-color: #005288;
  color: #ffffff;
  border-color: #005288;
  text-decoration: none;
  border-radius: 0.4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn.cmp-btn--text-xs:focus-visible {
  outline: 2px solid #005288;
  background-color: transparent;
  text-decoration: none;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc__actions .cmp-btn.cmp-btn--text-xs:disabled {
  color: #bbbbbb;
  text-decoration: none;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track .cmp-card-doc.bg-color-full-white {
  padding: calc(1.6rem);
  border-radius: 0.8rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__navigation {
  display: flex;
  justify-content: center;
  padding-top: calc(3.2rem);
  padding-bottom: calc(3.2rem);
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__navigation .single-card-slider__navigation__dot {
  height: 1.2rem;
  width: 1.2rem;
  border: 2px solid #89ce89;
  border-radius: 1.2rem;
  margin-right: calc(1.6rem);
  cursor: pointer;
  display: none;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__navigation .single-card-slider__navigation__dot.active {
  background-color: #89ce89;
  width: 4rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__navigation.microsite .single-card-slider__navigation__dot {
  border-color: #bbbbbb;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__navigation.microsite .single-card-slider__navigation__dot.active {
  background-color: #84cc16;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__arrow {
  position: absolute;
  top: calc(44.9%);
  cursor: pointer;
  z-index: 0;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__arrow--left {
  left: calc(@padding-main-horizontal / 2);
}
@media (min-width: 90rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__arrow--left {
    left: calc((@padding-main-horizontal / 2) + clamp(0.1rem, 45.63vi + -65.6rem, 22rem));
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__arrow--right {
  right: calc(@padding-main-horizontal / 2);
}
@media (min-width: 90rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__arrow--right {
    right: calc((@padding-main-horizontal / 2) + clamp(0.1rem, 45.63vi + -65.6rem, 22rem));
  }
}
@media (min-width: 48rem) {
  .cmp-carousel .article-scroll--wrapper .single-card-slider__arrow {
    display: inline-block;
  }
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__arrow img {
  height: 3.4rem;
  width: 2rem;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track {
  display: flex;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track > .cmp-card-doc:only-child {
  flex: 0 0 28rem !important;
  width: 28rem !important;
  min-width: 28rem !important;
  max-width: 28rem !important;
}
.cmp-carousel .article-scroll--wrapper .single-card-slider__track > .cmp-card-doc.full-width:only-child {
  min-width: 28rem !important;
  width: 28rem !important;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__navigation.microsite {
  --arrow-size: 44px;
  --arrow-gap: 16px;
  --arrow-inset: 6px;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: 0 12px;
  pointer-events: none;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows {
  position: static;
  transform: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows .single-card-slider__arrow {
  position: static !important;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2f2f2;
  border: 0;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease, opacity 0.2s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows .single-card-slider__arrow:not(:disabled):active {
  transform: scale(0.96);
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows .single-card-slider__arrow[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrow {
  --brand-blue: #1774ad;
  --icon-color: var(--brand-blue);
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__chevron {
  width: 20px;
  height: 20px;
  display: block;
  background-color: var(--icon-color);
  -webkit-mask: var(--icon-url) no-repeat center / contain;
  mask: var(--icon-url) no-repeat center / contain;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__chevron[data-dir="left"] {
  --icon-url: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-left'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-left' fill-rule='evenodd' clip-rule='evenodd' d='M4.71961 7.29273L10.793 1.21961C11.0859 0.926797 11.5609 0.926797 11.8537 1.21961L12.5621 1.92805C12.8546 2.22055 12.8549 2.6943 12.5634 2.98742L7.74992 7.82305L12.563 12.659C12.8549 12.9521 12.8543 13.4259 12.5618 13.7184L11.8534 14.4268C11.5605 14.7196 11.0855 14.7196 10.7927 14.4268L4.71961 8.35336C4.4268 8.06055 4.4268 7.58555 4.71961 7.29273Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__chevron[data-dir="right"] {
  --icon-url: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-right'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-right' fill-rule='evenodd' clip-rule='evenodd' d='M12.5619 8.35355L6.48867 14.4268C6.19577 14.7197 5.72089 14.7197 5.42802 14.4268L4.71967 13.7184C4.42727 13.426 4.4267 12.9521 4.71842 12.659L9.53158 7.82321L4.71842 2.98743C4.4267 2.69434 4.42727 2.22043 4.71967 1.92802L5.42802 1.21968C5.72092 0.926773 6.1958 0.926773 6.48867 1.21968L12.5619 7.2929C12.8548 7.58577 12.8548 8.06065 12.5619 8.35355Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows .single-card-slider__arrow:hover,
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__arrows .single-card-slider__arrow:focus-visible {
  background: var(--brand-blue);
  --icon-color: #fff;
  outline: none;
}
.cmp-carousel .single-card-slider--side-arrows .single-card-slider__navigation.microsite {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (min-width: 1278px) {
  .cmp-carousel .single-card-slider--static .single-card-slider__navigation,
  .cmp-carousel .single-card-slider__frame.single-card-slider--static ~ .single-card-slider__navigation {
    display: none;
  }
}
.cmp-carousel .is-hidden {
  display: none !important;
}
.cmp-carousel body.modal-open {
  overflow: hidden;
}
.cmp-carousel .modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.cmp-carousel .modal-overlay.is-hidden {
  display: none !important;
}
.cmp-carousel .cmp-modal-share {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 34.2rem;
  gap: calc(2.4rem);
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-modal-share {
    width: 34.2rem;
  }
}
.cmp-carousel .cmp-modal-share__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: calc(1.6rem) calc(2.4rem);
  border-bottom: 1px solid #49a848;
}
.cmp-carousel .cmp-modal-share__title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  font-weight: 700;
  line-height: 2.8rem;
}
.cmp-carousel .cmp-modal-share__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.cmp-carousel .cmp-modal-share__close img {
  width: 2rem;
  height: 2rem;
}
.cmp-carousel .cmp-modal-share__options {
  display: flex;
  gap: calc(1.6rem);
  padding: 0 calc(2.4rem) calc(1.6rem) calc(2.4rem);
}
.cmp-carousel .cmp-modal-share__bubble {
  background: #f2f2f2;
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cmp-carousel .cmp-modal-share__bubble img {
  height: 2.6rem;
  width: 2.6rem;
}
.cmp-carousel .cmp-modal-share__link {
  width: 100%;
  padding: 0 calc(2.4rem) calc(1.6rem) calc(2.4rem);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #717074;
}
.cmp-carousel .cmp-modal-share__link-title {
  color: #3b3b3b;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding-bottom: calc(1.6rem);
}
.cmp-carousel .cmp-modal-share__link-box {
  background: #f2f2f2;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(1.6rem);
  cursor: pointer;
}
.cmp-carousel .cmp-modal-share__link-box button img {
  cursor: pointer;
}
.cmp-carousel .cmp-modal--lg {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.25);
  width: calc(100vw - (@padding-main-horizontal * 2));
}
@media (min-width: 48rem) {
  .cmp-carousel .cmp-modal--lg {
    max-width: 91rem;
  }
}
.cmp-carousel .cmp-modal--lg__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: calc(1.6rem) calc(2.4rem);
  border-bottom: 1px solid #49a848;
}
.cmp-carousel .cmp-modal--lg__title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  font-weight: 700;
  line-height: 2.8rem;
}
.cmp-carousel .cmp-modal--lg__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.cmp-carousel .cmp-modal--lg__close img {
  width: 2rem;
  height: 2rem;
}
.cmp-carousel .cmp-modal--lg__int {
  width: 100%;
  height: 40rem;
  display: flex;
  justify-content: center;
}
.cmp-carousel .cmp-modal--lg__int img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.cmp-carousel .cmp-modal--lg__desc {
  display: flex;
  flex-direction: column;
  gap: calc(1.6rem);
  padding: calc(2.4rem) calc(2.4rem) calc(1.6rem) calc(2.4rem);
}
.cmp-carousel .cmp-modal--lg__bubble {
  background: #f2f2f2;
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cmp-carousel .cmp-modal--lg__bubble img {
  height: 2.6rem;
  width: 2.6rem;
}
.cmp-carousel .cmp-modal--lg__link {
  width: 100%;
  padding: 0 calc(2.4rem) calc(1.6rem) calc(2.4rem);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #717074;
}
.cmp-carousel .cmp-modal--lg__link-title {
  color: #3b3b3b;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding-bottom: calc(1.6rem);
}
.cmp-carousel .cmp-modal--lg__link-box {
  background: #f2f2f2;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(1.6rem);
  cursor: pointer;
}
.cmp-carousel .cmp-modal--lg__link-box button img {
  cursor: pointer;
}

:root {
  --padding-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
  --margin-main-horizontal--slider: calc(clamp(2.4rem, 10.67vi + -1.76rem, 13.6rem) / 4);
}
/* TYPOGRAPHY */
h1,
.h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 4.46vi, 4.8rem);
  line-height: clamp(5.6rem, 6.24vi, 6.7rem);
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h2,
.h2 {
  font-size: clamp(2.4rem, 3.33vi, 4rem);
  line-height: clamp(3.4rem, 4.68vi, 5.6rem);
}
h3,
.h3 {
  font-size: clamp(2rem, 2.69vi, 3.2rem);
  line-height: clamp(3rem, 3.87vi, 4.5rem);
}
h4,
.h4 {
  font-size: clamp(1.8rem, 2.15vi, 2.4rem);
  line-height: clamp(2.8rem, 3.15vi, 3.4rem);
}
h5,
.h5 {
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  line-height: clamp(2.5rem, 2.68vi, 2.8rem);
}
.h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
}
.p-body-xs,
.p-body-s,
.p-body-m,
.p-subheading,
.p-overline {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
.p-body-xs {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.p-body-s {
  font-size: 1.4rem;
  line-height: 2rem;
}
.p-body-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.p-subheading {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.p-overline {
  font-size: clamp(1.6rem, 1.72vi, 1.8rem);
  line-height: clamp(2.2rem, 2.38vi, 2.5rem);
  text-transform: uppercase;
}
.p-post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 36rem;
}
.p-post:after {
  content: "...";
}
.section-title,
.section-title .microsite {
  border-bottom: 1px solid #49a848;
  padding-bottom: 0.8rem;
  margin-bottom: calc(2.4rem);
}
@media (min-width: 64rem) {
  .section-title,
  .section-title .microsite {
    padding-bottom: calc(1.6rem);
    margin-bottom: calc(3.2rem);
  }
}
.section-title--small {
  font-weight: 700;
  padding-bottom: calc(1.6rem);
}
.section-title--inner {
  padding-top: calc(4rem);
  padding-bottom: calc(2.4rem);
}
@media (min-width: 48rem) {
  .section-title--inner {
    padding-top: calc(5.6rem);
  }
}
.section-title--text-center {
  padding-bottom: calc(3.2rem);
  text-align: center;
}
.section-title .microsite {
  border-bottom-color: #ffcd06;
}
.p-list-bullet {
  position: relative;
  padding-left: 2.4rem;
}
.p-list-bullet::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.p-list-tick {
  position: relative;
  padding-left: 3.2rem;
}
.p-list-tick::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: inherit;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-bullet li {
  position: relative;
  padding-left: 2.4rem;
}
.li-list-bullet li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.6rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.li-list-tick li {
  position: relative;
  padding-left: 3.2rem;
}
.li-list-tick li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 0.4rem;
  left: 0;
  background-color: #3b3b3b;
  -webkit-mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouseleco/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 64rem) {
  .text-limit--no-line-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55rem;
  }
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration-line: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
@media (min-width: 48rem) {
  .text-nowrap-m-l {
    text-wrap: nowrap;
  }
}
.overflow-wrap .long-word {
  overflow-wrap: break-word;
  hyphens: auto;
}
.cmp-anchor {
  position: fixed;
  right: 0rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 4px 0px 0px 4px;
  border-top: 0.5px solid #1774ad;
  border-bottom: 0.5px solid #1774ad;
  border-left: 0.5px solid #1774ad;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
  top: 12rem;
  gap: 0.8rem;
}
.cmp-anchor__btn {
  display: flex;
  align-items: anchor-center;
  justify-content: left;
  gap: 1.6rem;
  width: 100%;
  position: relative;
}
.cmp-anchor__left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.cmp-anchor__icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.cmp-anchor__color {
  background-color: #1774ad;
  color: #ffffff;
}
.cmp-anchor__text {
  color: #1774ad;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
@media (max-width: 670px) {
  .cmp-anchor__text {
    display: none;
  }
}
.cmp-anchor__menu {
  display: none;
  padding: 0.8rem;
  width: 100%;
  max-height: 20rem;
  overflow-y: auto;
}
.cmp-anchor__item {
  margin-bottom: 0.8rem;
}
.cmp-anchor__item:last-child {
  margin-bottom: 0;
}
.cmp-anchor__item a {
  color: #717074;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  line-height: 18px;
  padding: 0.5rem;
}
.cmp-anchor__item a:hover {
  font-weight: 700;
}
.cmp-anchor--active .cmp-anchor__menu {
  display: block;
}
.cmp-anchor--active .cmp-anchor__text {
  font-weight: 400;
}
@media (min-width: 48rem) {
  .cmp-anchor--active .cmp-anchor__text {
    font-weight: 700;
  }
}
.cmp-anchor--active .cmp-anchor__btn {
  border-bottom: 0.5px solid #49a848;
  padding-bottom: 0.8rem;
}
.icon--close {
  display: none;
  margin-left: auto;
}
.cmp-anchor--active .icon--open {
  display: none;
}
.cmp-anchor--active .icon--close {
  display: inline;
}
[id] {
  scroll-margin-top: 110px;
}
