: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-tipodocumentos/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-tipodocumentos/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-tipodocumentos/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-tipodocumentos/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-tipodocumentos/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-tipodocumentos/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-tipodocumentos/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-tipodocumentos/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-collection-types .cmp-section-title {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .cmp-collection-types .cmp-section-title {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.cmp-collection-types .cmp-section-title .cmp-btn--text-s {
  padding-left: 0.4rem;
  padding-right: 0rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.cmp-collection-types .cmp-section-title__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: calc(2.4rem);
  padding-bottom: 0.8rem;
  padding-top: 2rem;
}
.cmp-collection-types .cmp-section-title__title {
  font-size: 2.4rem;
  line-height: 34px;
}
.cmp-collection-types .cmp-section-title--line-green {
  border-bottom: 1px solid #49a848;
}
.cmp-collection-types .cmp-section-title--line-gray-600 {
  border-bottom: 1px solid #717074;
}
.cmp-collection-types .cmp-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 1.6rem;
  background-color: #9edee4;
  border-radius: 1px;
}
.cmp-collection-types .cmp-tag__text {
  display: inline-block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3b3b3b;
  line-height: 2rem;
  text-transform: uppercase;
}
.cmp-collection-types .cmp-tag .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-collection-types .cmp-tag .cmp-tag__icon--left {
  flex-direction: row;
}
.cmp-collection-types .cmp-tag .cmp-tag__icon--right {
  flex-direction: row-reverse;
}
.cmp-collection-types .padding__top-spacing-05 {
  padding-top: 4rem;
}
.cmp-collection-types .cmp-tag-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.4rem 1.6rem;
  background-color: transparent;
  border-radius: 1px;
  border: 2px solid #5396bc;
}
.cmp-collection-types .cmp-tag-secondary__text {
  display: inline-block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3b3b3b;
  line-height: 2rem;
  text-transform: uppercase;
}
.cmp-collection-types .cmp-tag-secondary .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-collection-types .cmp-tag-secondary .cmp-tag__icon--left {
  flex-direction: row;
}
.cmp-collection-types .cmp-tag-secondary .cmp-tag__icon--right {
  flex-direction: row-reverse;
}
.cmp-collection-types .cmp-tag-secondary .icon-plus {
  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/plus'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/plus' fill-rule='evenodd' clip-rule='evenodd' d='M14 6.5H9.5V2C9.5 1.44781 9.05219 1 8.5 1H7.5C6.94781 1 6.5 1.44781 6.5 2V6.5H2C1.44781 6.5 1 6.94781 1 7.5V8.5C1 9.05219 1.44781 9.5 2 9.5H6.5V14C6.5 14.5522 6.94781 15 7.5 15H8.5C9.05219 15 9.5 14.5522 9.5 14V9.5H14C14.5522 9.5 15 9.05219 15 8.5V7.5C15 6.94781 14.5522 6.5 14 6.5Z' fill='%235396BC'/%3E%3C/g%3E%3C/svg%3E%0A");
  -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/plus'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/plus' fill-rule='evenodd' clip-rule='evenodd' d='M14 6.5H9.5V2C9.5 1.44781 9.05219 1 8.5 1H7.5C6.94781 1 6.5 1.44781 6.5 2V6.5H2C1.44781 6.5 1 6.94781 1 7.5V8.5C1 9.05219 1.44781 9.5 2 9.5H6.5V14C6.5 14.5522 6.94781 15 7.5 15H8.5C9.05219 15 9.5 14.5522 9.5 14V9.5H14C14.5522 9.5 15 9.05219 15 8.5V7.5C15 6.94781 14.5522 6.5 14 6.5Z' fill='%235396BC'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cmp-collection-types .cmp-tag-secondary .icon-minus {
  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/minus'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/minus' fill-rule='evenodd' clip-rule='evenodd' d='M14 7H2C1.44781 7 1 7.44781 1 8V9C1 9.55219 1.44781 10 2 10H14C14.5522 10 15 9.55219 15 9V8C15 7.44781 14.5522 7 14 7Z' fill='%235396BC'/%3E%3C/g%3E%3C/svg%3E%0A");
  -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/minus'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/minus' fill-rule='evenodd' clip-rule='evenodd' d='M14 7H2C1.44781 7 1 7.44781 1 8V9C1 9.55219 1.44781 10 2 10H14C14.5522 10 15 9.55219 15 9V8C15 7.44781 14.5522 7 14 7Z' fill='%235396BC'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cmp-collection-types .cmp-tag-secondary--blue .cmp-tag__text {
  color: #5396bc;
}
.cmp-collection-types .cmp-tag-secondary--blue .cmp-tag__icon {
  background-color: #5396bc;
}
.cmp-collection-types .cmp-tag-secondary--blue .cmp-tag__icon--left {
  flex-direction: row;
}
.cmp-collection-types .cmp-tag-secondary--blue .cmp-tag__icon--right {
  flex-direction: row-reverse;
}
.cmp-collection-types .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-collection-types .cmp-btn__text {
  display: inline-block;
}
.cmp-collection-types .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-collection-types .cmp-btn:disabled {
  cursor: not-allowed;
}
.cmp-collection-types .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-collection-types .cmp-btn--text-s {
    width: auto;
  }
}
@media (min-width: 30rem) {
  .cmp-collection-types .cmp-btn {
    width: auto;
  }
}
.cmp-collection-types .btn-only-desktop {
  display: none;
}
@media (min-width: 48rem) {
  .cmp-collection-types .btn-only-desktop {
    display: inline-flex;
  }
}
.cmp-collection-types .grid__3c--fluid--condensed {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .cmp-collection-types .grid__3c--fluid--condensed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .cmp-collection-types .grid__3c--fluid--condensed {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cmp-collection-types .padding__bottom-spacing-03 {
  padding-bottom: 2.4rem;
}
.cmp-collection-types .gap__row-spacing-04 {
  row-gap: 3.2rem;
}
.cmp-collection-types .padding__top-spacing-03 {
  padding-top: 2.4rem;
}
.cmp-collection-types .gap__column-spacing-02 {
  column-gap: 1.6rem;
}
.cmp-collection-types .cmp-card-doc--small {
  background: #ffffff;
  border: 1px solid #005288;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  min-width: 34.2rem;
  padding: calc(2.4rem);
  gap: calc(1.6rem);
  overflow-x: hidden;
  cursor: pointer;
  transition: background-color all 0.1s ease-in-out, color all 0.1s ease-in-out, box-shadow all 0.1s ease-in-out, border-color all 0.1s ease-in-out;
}
@media (min-width: 48rem) {
  .cmp-collection-types .cmp-card-doc--small {
    min-width: 35rem;
  }
}
.cmp-collection-types .cmp-card-doc--small.full-width {
  min-width: 100%;
}
@media (min-width: 48rem) {
  .cmp-collection-types .cmp-card-doc--small {
    min-width: 35rem;
  }
}
.cmp-collection-types .cmp-card-doc--small:hover,
.cmp-collection-types .cmp-card-doc--small:focus-within {
  background: #005288;
  border-color: #005288;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.cmp-collection-types .cmp-card-doc--small:hover .cmp-card-doc--small__title,
.cmp-collection-types .cmp-card-doc--small:focus-within .cmp-card-doc--small__title,
.cmp-collection-types .cmp-card-doc--small:hover .cmp-card-doc--small__title a,
.cmp-collection-types .cmp-card-doc--small:focus-within .cmp-card-doc--small__title a,
.cmp-collection-types .cmp-card-doc--small:hover .cmp-card-doc--small__text,
.cmp-collection-types .cmp-card-doc--small:focus-within .cmp-card-doc--small__text {
  color: #ffffff;
}
.cmp-collection-types .cmp-card-doc--small.full-width {
  min-width: 100%;
}
.cmp-collection-types .cmp-card-doc--small__top {
  border-bottom: 1px solid #49a848;
  padding-bottom: 0.8rem;
}
.cmp-collection-types .cmp-card-doc--small__title {
  color: #005288;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.cmp-collection-types .cmp-card-doc--small__title a {
  color: inherit;
  text-decoration: none;
}
.cmp-collection-types .cmp-card-doc--small__text {
  color: #717074;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: clamp(1.2rem, 1.32vi, 1.4rem);
  line-height: 2rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
