: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-carouselsimple/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouselsimple/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-carouselsimple/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouselsimple/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-carouselsimple/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouselsimple/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-carouselsimple/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-carouselsimple/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;
}
