: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-header/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-header/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-header/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-header/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-header/public/svg/circle-bullet-point.svg") no-repeat 50% 50%;
  mask: url("clientlib-header/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-header/public/svg/check-capacitacion.svg") no-repeat 50% 50%;
  mask: url("clientlib-header/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-header {
  height: fit-content;
}
/* TOPBAR - FIRST AND SECOND LEVEL */
.topbar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 3;
}
.topbar-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* First level topbar */
.topbar {
  min-height: 6.8rem;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  padding-left: 2.4rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
}
.topbar .logo-header img {
  width: 17.4rem;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 1000px) and (max-width: 1189px) {
  .topbar .logo-header img {
    width: clamp(15rem, 28vw, 15rem);
  }
}
@media (min-width: 1190px) {
  .topbar .logo-header img {
    width: 20rem;
    height: 4rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1189px) {
  .topbar .logo-header img {
    margin-left: 2.6rem;
  }
}
@media (min-width: 1190px) {
  .topbar {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (min-width: 39rem) {
  .topbar .burgerBtn:hover {
    cursor: pointer;
  }
}
@media (min-width: 39rem) {
  .topbar .searchBtn:hover,
  .topbar .search-modal-close:hover {
    cursor: pointer;
  }
}
.topbar .topbar__logo {
  display: flex;
  width: 308px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1189px) {
  .topbar .topbar__logo {
    min-width: unset;
    margin-left: 2.6rem;
  }
}
@media (max-width: 399px) {
  .topbar .topbar__logo {
    width: 250px;
    margin-left: 0;
  }
}
.topbar .topbar__logo .logo__style {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.topbar .topbar__logo .logo__style:last-child {
  margin-right: 0;
}
.topbar .topbar__logo .logo__style img {
  width: auto;
  max-height: 4rem;
}
.topbar .topbar__logo .logo__separator {
  margin-right: 1rem;
  width: auto;
  height: 3.6rem;
}
.topbar .hide-desktop-xl--topbar.icon-chevron-right {
  background-color: #bbbbbb;
}
.topbar .hide-desktop-xl--topbar {
  display: none;
}
@media (max-width: 1189px) {
  .topbar .hide-desktop-xl--topbar {
    display: block;
  }
}
.topbar .txt-topbar {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-top: 1.6rem;
}
.topbar__menu {
  display: flex;
  gap: calc(2.4rem);
  align-items: center;
}
.topbar__menu__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  position: fixed;
  top: calc(4.8rem);
  left: 0;
  width: 100vw;
  box-sizing: border-box;
}
@media (min-width: 1190px) {
  .topbar__menu__nav {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
}
.topbar__menu__nav__ul {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 2.6rem;
}
@media (min-width: 1340px) {
  .topbar__menu__nav__ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    white-space: normal;
  }
}
@media (min-width: 1190px) {
  .topbar__menu__nav__ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0;
    gap: 3rem;
  }
}
.topbar__menu__nav__ul + .topbar__menu__nav__ul {
  background-color: #e4f2e3;
}
@media (min-width: 1190px) {
  .topbar__menu__nav__ul + .topbar__menu__nav__ul {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: calc(2.4rem);
  }
}
.topbar__links {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding-top: calc(1.6rem);
  padding-bottom: calc(1.6rem);
  padding-right: 0.8rem;
}
@media (min-width: 1190px) {
  .topbar__links:hover {
    border-bottom: 3px solid #49a848;
    padding-bottom: 1rem;
  }
}
.topbar__links--selected {
  font-weight: 700;
  border-bottom: 3px solid #49a848;
}
@media (min-width: 1190px) {
  .topbar__links--selected {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1190px) {
  .topbar__links--selected:hover {
    text-shadow: none;
    border-bottom: 3px solid #49a848;
    padding-bottom: 1rem;
  }
}
.topbar .dropdown-title {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 1.88vi, 2rem);
  line-height: clamp(2.5rem, 2.68vi, 2.8rem);
  margin-right: 3rem;
  margin-left: 1rem;
}
@media (max-width: 24rem) {
  .topbar__btn-lang-container {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    display: block;
    left: 0;
    width: 100%;
    background: inherit;
    z-index: 1;
  }
}
.topbar__btn-lang {
  position: relative;
}
@media (min-width: 1190px) {
  .topbar__btn-lang {
    padding: 0;
  }
}
@media (max-width: 48rem) {
  .topbar__btn-lang {
    margin-left: 0;
  }
}
.topbar__btn-search {
  text-transform: none;
  position: relative;
  padding: 1.6rem;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}
.topbar__btn-search__modal {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 4.8rem;
  right: 0;
  width: 100vw;
  border-bottom: 1px #005288 solid;
  padding: 1.6rem 2.4rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 24rem) {
  .topbar__btn-search__modal {
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    padding: 1.6rem;
    gap: 1.6rem;
    border-radius: 0.8rem;
  }
  .topbar__btn-search__modal .cmp-input--search {
    width: 100%;
  }
  .topbar__btn-search__modal .topbar__btn-search__modal .cmp-btn--primary {
    width: 100%;
    height: 4.6rem !important;
    text-align: center;
    display: none;
  }
}
.topbar__btn-search__modal label {
  font-size: clamp(1.7rem, 1.88vi, 2rem);
}
.topbar__btn-search__modal .search-modal-close {
  width: 1.2rem;
  height: 1.2rem;
  padding-top: 0.2rem;
}
@media (min-width: 48rem) {
  .topbar__btn-search__modal {
    width: 44.9rem;
  }
  .topbar__btn-search__modal .cmp-input--search {
    width: 100%;
  }
}
.topbar__btn-search__modal--active {
  display: block;
}
.topbar .cmp-btn--primary {
  text-align: center;
  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: #1774ad;
  color: #ffffff;
  border-radius: 0.4rem;
}
.topbar .cmp-btn--primary:hover:not(:disabled) {
  background-color: #005288;
  border-radius: 0.4rem;
}
.topbar .cmp-btn--primary:focus-visible {
  outline: 2px solid #005288;
  outline-offset: 4px;
}
.topbar .cmp-btn--primary:disabled {
  background-color: #e6e6e6;
  color: #bbbbbb;
}
@media (min-width: 30rem) {
  .topbar .cmp-btn--primary {
    width: auto;
  }
}
.topbar .cmp-input--search {
  background-color: #ffffff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  padding: 1.4rem;
  border: 1px solid #3b3b3b;
  border-radius: 0.4rem;
  width: 100%;
  color: #717074;
}
.topbar .cmp-input--search::placeholder {
  color: #717074;
}
.topbar .cmp-input--search:focus {
  outline: none;
  border: 1px solid #49a848;
}
.topbar .cmp-input--search:active::placeholder {
  color: #3b3b3b;
}
.topbar .cmp-input--search:disabled {
  background-color: #e6e6e6;
  border: none;
  cursor: not-allowed;
}
.topbar .cmp-input--search__label {
  color: #717074;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.topbar .text-color-corporativo-primario {
  color: #005288;
}
.topbar .gap-spacing-02 {
  gap: 1.6rem;
}
.icon-chevron-left {
  mask-image: url("data:image/svg+xml,%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");
  -webkit-mask-image: url("data:image/svg+xml,%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");
}
.icon-chevron-right {
  mask-image: url("data:image/svg+xml,%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");
  -webkit-mask-image: url("data:image/svg+xml,%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-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;
}
@media (max-width: 1189px) {
  .btn-lang {
    width: 62%;
    position: relative;
  }
  .dropdown-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 0px 20px 0;
  }
  .topbar__menu__nav {
    width: 100%;
    height: calc(52vh);
  }
  .topbar__menu__nav .topbar__menu__nav__ul .topbar_item {
    width: 100%;
    text-align: left;
  }
  .topbar__menu__nav .topbar__menu__nav__ul .mobile-submenu-back {
    width: 100%;
    text-align: left;
    padding: 1.6rem 1.2rem;
    cursor: pointer;
  }
  .topbar__menu__nav .topbar__menu__nav__ul.showing-submenu {
    display: none;
  }
  .topbar__menu__nav .dropdown-header {
    flex-wrap: nowrap;
    padding: 3rem 0rem 2.6rem 0;
  }
  .topbar__menu__nav .mobile-submenu-back {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-color: currentColor;
    cursor: pointer;
  }
  .topbar__menu__nav .dropdown-container,
  .topbar__menu__nav .subsubmenu {
    display: none;
    position: unset;
  }
  .topbar__menu__nav .dropdown-title {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.72vi, 1.8rem);
    line-height: clamp(2.5rem, 2.68vi, 2.8rem);
  }
  .topbar__menu__nav .submenu.active,
  .topbar__menu__nav .subsubmenu.active {
    display: flex;
    width: 100%;
    overflow: auto;
    padding: 0rem;
  }
  .topbar__menu__nav .subsubmenu .submenu-list {
    flex-direction: column;
  }
  .topbar__menu__nav .txt-topbar {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
  }
  .submenu-autor {
    flex-direction: column;
  }
}
@media (max-width: 1189px) and (min-width: 1190px) {
  .topbar__menu__nav {
    width: auto;
    height: auto;
    position: static;
    flex-direction: row;
  }
}
@media (max-width: 1189px) and (max-width: 1189px) {
  .topbar__menu__nav .submenu {
    max-height: calc(94vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* Language selector dropdown */
.btn-lang {
  max-width: 83%;
  position: relative;
}
@media (max-width: 1189px) {
  .btn-lang {
    width: 54%;
  }
}
@media (min-width: 39rem) {
  .btn-lang {
    width: auto;
  }
}
.btn-lang__select-box {
  min-width: 7rem;
  position: relative;
}
.btn-lang__select-box__selected {
  position: relative;
  padding-right: 2.4rem;
}
.btn-lang__select-box__selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-down'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-down' fill-rule='evenodd' clip-rule='evenodd' d='M7.2929 12.0619L1.21968 5.98867C0.926773 5.69577 0.926773 5.22089 1.21968 4.92802L1.92802 4.21967C2.22043 3.92727 2.69434 3.9267 2.98743 4.21842L7.82324 9.03158L12.659 4.21842C12.9521 3.9267 13.426 3.92727 13.7184 4.21967L14.4268 4.92802C14.7197 5.22092 14.7197 5.6958 14.4268 5.98867L8.35359 12.0619C8.06068 12.3548 7.5858 12.3548 7.2929 12.0619Z' fill='%23BBBBBB'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.btn-lang__select-box__cover {
  position: absolute;
  inset: 0;
  z-index: z(sky-is-the-limit);
}
.btn-lang__languages {
  display: none;
  color: #717074;
  background-color: #ffffff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  flex-direction: column;
  gap: 2.4rem;
  position: absolute;
  top: calc(100.4%);
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  padding: 1.6rem;
  z-index: z(sky-is-the-limit);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.btn-lang__languages a {
  color: #3b3b3b;
  display: block;
  width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  transition: background-color 0.2s ease, color 0.2s ease, font-weight 0.2s ease;
  cursor: pointer;
}
.btn-lang__languages a:hover,
.btn-lang__languages a:focus-visible {
  background-color: #ddf7fa;
  color: #005288;
  font-weight: 700;
  text-decoration: none;
  outline: none;
}
@media (max-width: 768px) {
  .btn-lang__languages {
    left: clamp(8rem, 30vw, 2.1rem);
    left: 0;
    top: 0;
    transform: translateY(-100%);
  }
}
@media (min-width: 1190px) {
  .btn-lang__languages {
    top: calc(100.8%);
    left: 50%;
    right: auto;
    width: 12rem;
    transform: translateX(-50%);
  }
}
.btn-lang__languages--active {
  display: flex;
}
@media (min-width: 1190px) {
  .topbar__btn-lang:hover .btn-lang__languages,
  .topbar__btn-lang:focus-within .btn-lang__languages {
    display: flex;
  }
}
@media (max-width: 1189px) {
  .topbarClose {
    display: none;
  }
}
.topbar__links {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #3b3b3b;
  gap: 0.8rem;
  width: 100%;
}
.topbar__links__icon {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #49a848;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-down'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-down' fill-rule='evenodd' clip-rule='evenodd' d='M7.2929 12.0619L1.21968 5.98867C0.926773 5.69577 0.926773 5.22089 1.21968 4.92802L1.92802 4.21967C2.22043 3.92727 2.69434 3.9267 2.98743 4.21842L7.82324 9.03158L12.659 4.21842C12.9521 3.9267 13.426 3.92727 13.7184 4.21967L14.4268 4.92802C14.7197 5.22092 14.7197 5.6958 14.4268 5.98867L8.35359 12.0619C8.06068 12.3548 7.5858 12.3548 7.2929 12.0619Z' fill='%23BBBBBB'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-down'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-down' fill-rule='evenodd' clip-rule='evenodd' d='M7.2929 12.0619L1.21968 5.98867C0.926773 5.69577 0.926773 5.22089 1.21968 4.92802L1.92802 4.21967C2.22043 3.92727 2.69434 3.9267 2.98743 4.21842L7.82324 9.03158L12.659 4.21842C12.9521 3.9267 13.426 3.92727 13.7184 4.21967L14.4268 4.92802C14.7197 5.22092 14.7197 5.6958 14.4268 5.98867L8.35359 12.0619C8.06068 12.3548 7.5858 12.3548 7.2929 12.0619Z' fill='%23BBBBBB'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}
.topbar__links:hover,
.topbar__links:focus {
  font-weight: 700;
}
.topbar__links--selected {
  font-weight: bold;
  color: #49a848;
}
.topbar__links--has-submenu {
  position: relative;
}
.topbar__links--has-submenu .topbar__links--dropdown {
  background: none;
  border: none;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #49a848;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.topbar__links--has-submenu .topbar__links--dropdown:hover,
.topbar__links--has-submenu .topbar__links--dropdown:focus {
  color: #005288;
}
.topbar__links--has-submenu .topbar__links--dropdown[aria-expanded="true"] .topbar__links__icon {
  transform: rotate(180deg);
}
.topbar__links--has-submenu .topbar__links__icon {
  color: #13bdce;
  width: 0.8rem;
  height: 0.8rem;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Solid/chevron-down'%3E%3Cpath id='&%23226;&%23157;&%23135;&%23239;&%23184;&%23143; Icons/chevron-down' fill-rule='evenodd' clip-rule='evenodd' d='M7.2929 12.0619L1.21968 5.98867C0.926773 5.69577 0.926773 5.22089 1.21968 4.92802L1.92802 4.21967C2.22043 3.92727 2.69434 3.9267 2.98743 4.21842L7.82324 9.03158L12.659 4.21842C12.9521 3.9267 13.426 3.92727 13.7184 4.21967L14.4268 4.92802C14.7197 5.22092 14.7197 5.6958 14.4268 5.98867L8.35359 12.0619C8.06068 12.3548 7.5858 12.3548 7.2929 12.0619Z' fill='%23BBBBBB'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
  mask-size: contain;
  transition: transform 0.2s ease;
}
.topbar__links--has-submenu .topbar__links .cmp-btn__icon {
  color: #13bdce;
}
.topbar__links--has-submenu .topbar__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #f87171;
  border-radius: 4px;
  padding: 1rem;
  z-index: 100;
  min-width: 200px;
  list-style: none;
}
.topbar__links--has-submenu .topbar__submenu .topbar__submenu__link {
  display: block;
  padding: 0.4rem 0;
  color: #3b3b3b;
  text-decoration: none;
}
.topbar__links--has-submenu .topbar__submenu .topbar__submenu__link:hover {
  font-weight: 700;
  color: #49a848;
}
@media (max-width: 1189px) {
  .burgerBtn.hide,
  .searchBtn.hide,
  .closeBtn.hide {
    display: none;
  }
}
.dropdown-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px 60px;
  align-self: stretch;
  flex-wrap: wrap;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 1189px) {
  .dropdown-container {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
.submenu,
.subsubmenu {
  display: none;
}
.submenu.active,
.subsubmenu.active {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.4rem 6rem;
  z-index: 1;
  padding: 16px 32px 24px 32px;
  box-shadow: 0 14px 18px -14px rgba(0, 0, 0, 0.25);
}
.submenu.active .submenu-list,
.subsubmenu.active .submenu-list {
  display: grid;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 1191px) {
  .submenu.active .submenu-list .submenu-list,
  .subsubmenu.active .submenu-list .submenu-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.submenu.active .submenu-list li[data-sub],
.subsubmenu.active .submenu-list li[data-sub] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex: 0 0 290px;
  height: 40px;
  padding: 8px 8px 8px 0px;
  gap: 8px;
  color: #005288;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.submenu.active .submenu-list li[data-sub] .cmp-btn__icon,
.subsubmenu.active .submenu-list li[data-sub] .cmp-btn__icon {
  color: #13bdce;
}
@media (min-width: 56rem) {
  .submenu.active .submenu-list li[data-sub]:hover,
  .subsubmenu.active .submenu-list li[data-sub]:hover {
    border-radius: 0.4rem;
    background: #ddf7fa;
    color: #005288;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0.8rem;
  }
  .submenu.active .submenu-list li[data-sub]:hover .cmp-btn__icon,
  .subsubmenu.active .submenu-list li[data-sub]:hover .cmp-btn__icon {
    color: #13bdce;
  }
}
.subsubmenu .submenu-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex: 0 0 290px;
  height: 40px;
  padding: 8px 8px 8px 0;
  gap: 8px;
  color: #005288;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* Hover solo en desktop, igual que en el nivel-2 */
}
.subsubmenu .submenu-list li .cmp-btn__icon {
  color: #13bdce;
}
@media (min-width: 56rem) {
  .subsubmenu .submenu-list li:hover {
    border-radius: 0.4rem;
    background: #ddf7fa;
    color: #005288;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0.8rem;
  }
  .subsubmenu .submenu-list li:hover .cmp-btn__icon {
    color: #13bdce;
  }
}
.subsubmenu .back-button {
  font-weight: bold;
  color: #3b3b3b;
  cursor: pointer;
}
.subsubmenu .icon-back {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: currentColor;
}
.dropdown-header {
  display: flex;
  height: 50px;
  align-items: center;
  align-self: stretch;
  border-bottom: 0.5px solid var(--CAF-Colores-neutros-gris-300, #bbbbbb);
}
.dropdown-header .cmp-btn--text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  min-width: 9.6rem;
  text-decoration: underline;
  padding: 0.4rem 1rem;
  flex-wrap: nowrap;
  min-width: unset;
  color: #1774ad;
  font-weight: 700;
}
.dropdown-header .cmp-btn--text-link:hover:not(:disabled) {
  background-color: #005288;
  color: #ffffff;
  border-color: #005288;
  text-decoration: none;
  border-radius: 0.4rem;
  padding: 1rem;
}
.dropdown-header .cmp-btn--text-link:focus-visible {
  outline: 2px solid #005288;
  background-color: transparent;
  text-decoration: none;
}
.dropdown-header .cmp-btn--text-link:disabled {
  color: #bbbbbb;
  text-decoration: none;
}
@media (max-width: 1189px) {
  .dropdown-header {
    gap: 0.8rem;
  }
  .dropdown-header .dropdown-header {
    padding: 6rem 2.6rem 2.6rem 0px;
  }
  .dropdown-header .icon-back {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-color: currentColor;
    display: inline-block;
  }
  .dropdown-header .dropdown-title {
    margin: 0;
  }
  .dropdown-header a.cmp-btn--text-link {
    margin-left: auto;
  }
}
.body--no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}
@media (min-width: 1190px) {
  .submenu-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 0.8rem;
    /*
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    grid-auto-flow: column;                 
    grid-template-rows: repeat(6, auto);
    gap: .8rem;
    */
  }
}
@media (max-width: 881px) {
  .topbar__btn-lang-container {
    order: 99;
    width: 100%;
  }
  .btn-lang {
    margin: 2.8rem;
    display: flex;
    justify-content: center;
    width: calc(94.8%);
  }
  .btn-lang__languages {
    position: static !important;
    width: 100%;
    margin-top: 0.8rem;
  }
  .btn-lang__languages--active {
    display: flex;
  }
  .mobile-submenu-back.icon-back {
    color: #3b3b3b;
    background-color: currentColor;
  }
}
@media (max-width: 1189px) {
  .topbar__menu .burgerBtn,
  .topbar__menu .closeBtn {
    margin-right: 2.6rem;
  }
  .topbar__menu__nav {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .dropdown-container {
    flex: 1 1 auto;
    overflow: hidden;
  }
  .submenu.active,
  .subsubmenu.active {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .submenu-list {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.4rem;
    padding-bottom: 6rem;
  }
  .topbar__btn-lang-container {
    order: 999;
    flex: 0 0 auto;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  .btn-lang {
    width: 100%;
    margin: 1rem 1.6rem;
    position: relative;
  }
  .btn-lang__languages {
    position: absolute;
    bottom: calc(100.8%);
    left: 0;
    top: auto;
    width: 100%;
    display: none;
  }
  .submenu-list {
    padding-bottom: 5rem;
  }
  .btn-lang {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 2.8rem;
    flex: 0 0 auto;
    width: 100%;
    overflow: visible;
  }
  .btn-lang__languages--active {
    display: flex;
  }
  .topbar__menu__nav.topbarClose {
    transform: translateX(100%);
  }
  .submenu.active,
  .subsubmenu.active {
    box-shadow: none;
  }
  .topbar__menu__nav {
    position: fixed;
    top: 6.8rem;
    left: 0;
    width: 100%;
    height: calc(93.2vh);
    background: #ffffff;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .submenu-list {
    padding-bottom: 5.6rem;
  }
  .topbar__menu__nav__title {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.5px solid #bbbbbb;
  }
}
