: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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-vertical-cards .cmp-fila-resultados {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #717074;
  margin-bottom: 5px;
  position: relative;
}
.cmp-vertical-cards .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-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs {
  gap: 0.8rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  padding: 1rem 1rem;
  height: auto;
  font-size: 1.2rem;
  text-transform: none;
  background-color: transparent;
  color: #1774ad;
  text-decoration: none;
  box-shadow: none;
  border: none;
  outline: none;
  line-height: 1.8rem;
  padding-right: 5rem;
  white-space: nowrap;
  flex-shrink: 0;
  width: 0px !important;
}
.cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs:hover,
.cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs:focus,
.cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs:active,
.cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs:visited {
  background-color: transparent;
  color: #1774ad;
  box-shadow: none;
  outline: none;
  border-color: transparent;
  text-decoration: none;
}
@media (max-width: 24rem) {
  .cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs {
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  .cmp-vertical-cards .cmp-fila-resultados__txt {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
  }
  .cmp-vertical-cards .cmp-fila-resultados .cmp-btn--text-xs {
    margin-top: 0.5rem;
    align-self: flex-end;
  }
}
.cmp-vertical-cards .cmp-card-hrz {
  display: flex;
  padding: 0 1.6rem 2.4rem 0;
  align-items: flex-start;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-top: 2.4rem;
  gap: 1.6rem;
}
.cmp-vertical-cards .cmp-card-hrz__img {
  width: 23.9rem;
  height: 33.6rem;
  border-radius: 8px;
}
.cmp-vertical-cards .cmp-card-hrz__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.cmp-vertical-cards .cmp-card-hrz__content-title {
  color: #49a848;
}
.cmp-vertical-cards .cmp-card-hrz__meta {
  font-size: 1.2rem;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 1.8rem;
}
.cmp-vertical-cards .cmp-card-hrz__description {
  font-size: 1.4rem;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 2rem;
  overflow: hidden;
  height: 6rem;
}
@media (max-width: 24rem) {
  .cmp-vertical-cards .cmp-card-hrz__description {
    font-size: 1.2rem;
    height: auto;
  }
}
.cmp-vertical-cards .cmp-card-hrz__actions {
  display: flex;
  gap: 1.6rem;
  margin-top: 0.5rem;
}
@media (min-width: 64rem) {
  .cmp-vertical-cards .cmp-card-hrz {
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .cmp-vertical-cards .cmp-card-hrz__img {
    width: 14rem;
    height: auto;
  }
}
.cmp-vertical-cards .cmp-card-hrz .cmp-tag-secondary-s {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 1.6rem;
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid #5396bc;
  max-width: 100%;
  height: 2rem;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-tag-secondary-s__text {
  display: inline-block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 2rem;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-tag-secondary-s .cmp-tag__icon {
  width: 1.6rem;
  height: 1.6rem;
  background-color: 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;
  display: inline-block;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-tag-secondary-s .cmp-tag__icon--left {
  flex-direction: row;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-tag-secondary-s .cmp-tag__icon--right {
  flex-direction: row-reverse;
}
.cmp-vertical-cards .cmp-card-hrz .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: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  min-width: unset;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-btn__text {
  display: inline-block;
}
.cmp-vertical-cards .cmp-card-hrz .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-vertical-cards .cmp-card-hrz .cmp-btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 30rem) {
  .cmp-vertical-cards .cmp-card-hrz .cmp-btn {
    width: auto;
  }
}
.cmp-vertical-cards .cmp-card-hrz .cmp-btn--text-xs {
  font-size: 1.2rem;
  min-width: 9.6rem;
  text-decoration: underline;
  padding: 1rem 1rem;
  color: #1774ad;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-btn--text-xs:hover:not(:disabled) {
  background-color: #005288;
  color: #ffffff;
  border-color: #005288;
  text-decoration: none;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-btn--text-xs:focus {
  outline: 2px solid #005288;
  background-color: transparent;
  text-decoration: none;
}
.cmp-vertical-cards .cmp-card-hrz .cmp-btn--text-xs:disabled {
  color: #bbbbbb;
  text-decoration: none;
}
.cmp-vertical-cards .cmp-card-hrz .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-vertical-cards .cmp-card-hrz .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-vertical-cards__load-more-btn-wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

: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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-vertical-cards .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-vertical-cards .cmp-btn__text {
  display: inline-block;
}
.cmp-vertical-cards .cmp-btn__text.case-auto {
  text-transform: none !important;
}
.cmp-vertical-cards .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-vertical-cards .cmp-btn:disabled {
  cursor: not-allowed;
}
@media (min-width: 30rem) {
  .cmp-vertical-cards .cmp-btn {
    width: auto;
  }
}
.cmp-vertical-cards .is-hidden {
  display: none !important;
}
.cmp-vertical-cards body.modal-open {
  overflow: hidden;
}
.cmp-vertical-cards .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-vertical-cards .modal-overlay.is-hidden {
  display: none !important;
}
.cmp-vertical-cards .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-vertical-cards .cmp-modal-share {
    width: 34.2rem;
  }
}
.cmp-vertical-cards .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-vertical-cards .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-vertical-cards .cmp-modal-share__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.cmp-vertical-cards .cmp-modal-share__close img {
  width: 2rem;
  height: 2rem;
}
.cmp-vertical-cards .cmp-modal-share__options {
  display: flex;
  gap: calc(1.6rem);
  padding: 0 calc(2.4rem) calc(1.6rem) calc(2.4rem);
}
.cmp-vertical-cards .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-vertical-cards .cmp-modal-share__bubble img {
  height: 2.6rem;
  width: 2.6rem;
}
.cmp-vertical-cards .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-vertical-cards .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-vertical-cards .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-vertical-cards .cmp-modal-share__link-box button img {
  cursor: pointer;
}
.cmp-vertical-cards .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-vertical-cards .cmp-btn--secondary:hover:not(:disabled) {
  background-color: #1774ad;
  color: #ffffff;
  border-radius: 0.4rem;
}
.cmp-vertical-cards .cmp-btn--secondary:focus-visible {
  outline: 2px solid #005288;
  outline-offset: 4px;
}
.cmp-vertical-cards .cmp-btn--secondary:disabled {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
@media (min-width: 30rem) {
  .cmp-vertical-cards .cmp-btn--secondary {
    width: auto;
  }
}
.cmp-vertical-cards .cmp-btn.icon-sort .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='sort'%3E%3Cpath id='Vector' d='M2.66667 12C2.47778 12 2.31944 11.9361 2.19167 11.8083C2.06389 11.6806 2 11.5222 2 11.3333C2 11.1444 2.06389 10.9861 2.19167 10.8583C2.31944 10.7306 2.47778 10.6667 2.66667 10.6667H5.33333C5.52222 10.6667 5.68056 10.7306 5.80833 10.8583C5.93611 10.9861 6 11.1444 6 11.3333C6 11.5222 5.93611 11.6806 5.80833 11.8083C5.68056 11.9361 5.52222 12 5.33333 12H2.66667ZM2.66667 8.66667C2.47778 8.66667 2.31944 8.60278 2.19167 8.475C2.06389 8.34722 2 8.18889 2 8C2 7.81111 2.06389 7.65278 2.19167 7.525C2.31944 7.39722 2.47778 7.33333 2.66667 7.33333H9.33333C9.52222 7.33333 9.68056 7.39722 9.80833 7.525C9.93611 7.65278 10 7.81111 10 8C10 8.18889 9.93611 8.34722 9.80833 8.475C9.68056 8.60278 9.52222 8.66667 9.33333 8.66667H2.66667ZM2.66667 5.33333C2.47778 5.33333 2.31944 5.26944 2.19167 5.14167C2.06389 5.01389 2 4.85556 2 4.66667C2 4.47778 2.06389 4.31944 2.19167 4.19167C2.31944 4.06389 2.47778 4 2.66667 4H13.3333C13.5222 4 13.6806 4.06389 13.8083 4.19167C13.9361 4.31944 14 4.47778 14 4.66667C14 4.85556 13.9361 5.01389 13.8083 5.14167C13.6806 5.26944 13.5222 5.33333 13.3333 5.33333H2.66667Z' 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='sort'%3E%3Cpath id='Vector' d='M2.66667 12C2.47778 12 2.31944 11.9361 2.19167 11.8083C2.06389 11.6806 2 11.5222 2 11.3333C2 11.1444 2.06389 10.9861 2.19167 10.8583C2.31944 10.7306 2.47778 10.6667 2.66667 10.6667H5.33333C5.52222 10.6667 5.68056 10.7306 5.80833 10.8583C5.93611 10.9861 6 11.1444 6 11.3333C6 11.5222 5.93611 11.6806 5.80833 11.8083C5.68056 11.9361 5.52222 12 5.33333 12H2.66667ZM2.66667 8.66667C2.47778 8.66667 2.31944 8.60278 2.19167 8.475C2.06389 8.34722 2 8.18889 2 8C2 7.81111 2.06389 7.65278 2.19167 7.525C2.31944 7.39722 2.47778 7.33333 2.66667 7.33333H9.33333C9.52222 7.33333 9.68056 7.39722 9.80833 7.525C9.93611 7.65278 10 7.81111 10 8C10 8.18889 9.93611 8.34722 9.80833 8.475C9.68056 8.60278 9.52222 8.66667 9.33333 8.66667H2.66667ZM2.66667 5.33333C2.47778 5.33333 2.31944 5.26944 2.19167 5.14167C2.06389 5.01389 2 4.85556 2 4.66667C2 4.47778 2.06389 4.31944 2.19167 4.19167C2.31944 4.06389 2.47778 4 2.66667 4H13.3333C13.5222 4 13.6806 4.06389 13.8083 4.19167C13.9361 4.31944 14 4.47778 14 4.66667C14 4.85556 13.9361 5.01389 13.8083 5.14167C13.6806 5.26944 13.5222 5.33333 13.3333 5.33333H2.66667Z' fill='%231774AD'/%3E%3C/g%3E%3C/svg%3E") !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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-verticalcards/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-verticalcards/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-vertical-cards .cmp-order {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.8rem;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 12.4rem;
  padding: 0.8rem;
  flex-direction: column;
  position: absolute;
  top: 1.6rem;
  right: 3.2rem;
  display: none;
}
.cmp-vertical-cards .cmp-order.active {
  display: flex;
}
.cmp-vertical-cards .cmp-order__item {
  color: #717074;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 0.8rem;
}
.cmp-vertical-cards .cmp-order__item:hover {
  color: #ffffff;
  background-color: #005288;
  font-weight: 700;
  cursor: pointer;
}
