.shortcuts {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .shortcuts {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.shortcuts.gray-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .shortcuts.gray-bg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.shortcuts.gray-bg .shortcuts__card {
  background-color: #ffffff;
  border: none !important;
}
.shortcuts .text-elipsis .content__text--paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shortcuts .title-subtitle-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shortcuts .title-subtitle-container .cmp-title {
  text-transform: uppercase;
}
.shortcuts .title-subtitle-container .title-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .shortcuts .title-subtitle-container .title-link {
    flex-direction: row;
    align-items: flex-end;
  }
}
.shortcuts .title-subtitle-container .title-link.titleRight {
  justify-content: space-between;
}
.shortcuts .title-subtitle-container .title-link .cmp-title h1,
.shortcuts .title-subtitle-container .title-link .cmp-title h2,
.shortcuts .title-subtitle-container .title-link .cmp-title h3,
.shortcuts .title-subtitle-container .title-link .cmp-title h4,
.shortcuts .title-subtitle-container .title-link .cmp-title h5,
.shortcuts .title-subtitle-container .title-link .cmp-title h6 {
  hyphens: auto;
}
.shortcuts .title-subtitle-container .title-link .shortcuts__link {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shortcuts .title-subtitle-container .title-link .shortcuts__link {
    margin-left: auto;
  }
}
.shortcuts .title-subtitle-container .subtitle {
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  font-family: 'N27 Medium';
  font-weight: 500;
  font-style: normal;
  color: #333f48;
  margin-bottom: 1rem;
}
.shortcuts .title-subtitle-container .subtitle--above {
  order: -1;
}
.shortcuts .title-subtitle-container .content__refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.shortcuts .title-subtitle-container .content__refresh p {
  color: #d52b1e;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.shortcuts .title-subtitle-container .content__refresh p .icon {
  font-size: 20px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .shortcuts .title-subtitle-container .content__refresh--show {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.shortcuts .title-subtitle-container .shortcuts__card-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 48px;
  width: 100%;
}
.shortcuts .title-subtitle-container .shortcuts__card-wrapper .shortcuts__link {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shortcuts .title-subtitle-container .shortcuts__card-wrapper .shortcuts__link {
    margin-left: auto;
  }
}
.shortcuts .title-subtitle-container .subtitle {
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  font-family: 'N27 Medium';
  font-weight: 500;
  font-style: normal;
  color: #333f48;
}
.shortcuts .title-subtitle-container .subtitle--above {
  order: -1;
}
.shortcuts .content__refresh {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shortcuts .content__refresh p {
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #d52b1e;
  cursor: pointer;
}
.shortcuts .content__refresh p .icon {
  font-size: 20px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .shortcuts .content__refresh--show {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.shortcuts .shortcuts__card-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow-x: auto;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  /*         @media(max-width: 678px) {
            margin-top: 60px;
        } */
}
.shortcuts .shortcuts__card-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .shortcuts .shortcuts__card-wrapper {
    padding-top: 56px;
  }
}
.shortcuts .shortcuts__card {
  border: 1px solid #ebebeb;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 100%;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .shortcuts .shortcuts__card {
    justify-content: unset;
    flex: 0 0 100%;
  }
}
.shortcuts .shortcuts__card[data-modal="true"] {
  cursor: pointer;
}
.shortcuts .shortcuts__card:hover .content__icon .container__icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  min-height: 86px;
  margin: 0;
}
.shortcuts .shortcuts__card .content__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shortcuts .shortcuts__card .content__icon .container__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100px;
  background-color: #333f48;
  margin: 3px 2px;
  transition: all .2s;
  overflow: hidden;
}
.shortcuts .shortcuts__card .content__icon .icono {
  width: 48px;
  height: 48px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(45%) saturate(4003%) hue-rotate(3deg) brightness(105%) contrast(108%);
}
.shortcuts .shortcuts__card .content__text .content__text--title {
  font-size: 20px;
  line-height: 28px;
  /* 140% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
  text-align: center;
}
.shortcuts .shortcuts__card .content__text .content__text--title ~ .content__text--paragraph {
  margin-top: 16px;
}
.shortcuts .shortcuts__card .content__text .content__text--paragraph {
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333f48;
  text-align: center;
  align-self: stretch;
}
.shortcuts .shortcuts__card .content__text .content__text--paragraph .list-dots_less-margin {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  margin-left: 0px;
}
.shortcuts .shortcuts__card .content__text .content__text--paragraph .list-dots_less-margin li {
  list-style: none !important;
  margin-bottom: .2rem !important;
}
.shortcuts .shortcuts__card .content__text .content__text--paragraph .list-dots_less-margin li:before {
  content: "·";
  border-radius: 100px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 4px;
}
.shortcuts .shortcuts__card .content__buttons-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: end;
  gap: 16px;
}
@media (max-width: 768px) {
  .shortcuts .shortcuts__card .content__buttons-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .shortcuts .shortcuts__card .content__buttons-wrapper a {
    width: 100%;
  }
  .shortcuts .shortcuts__card .content__buttons-wrapper a button {
    width: 100%;
  }
}
.shortcuts .shortcuts__link {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  text-transform: uppercase;
  color: #d52b1e;
  cursor: pointer;
  text-wrap: balance;
  margin-top: 32px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .shortcuts .shortcuts__link {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .shortcuts .shortcuts__link {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.shortcuts .shortcuts__link:after {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "\e902";
  font-weight: 400;
  position: relative;
  top: 1px;
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.shortcuts .shortcuts__link:hover {
  color: #bc131c;
}
.shortcuts .shortcuts__link:hover:after {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .shortcuts .shortcuts__link {
    margin-top: 48px;
  }
}
/****** VERSION MOBILE ********/
@media (max-width: 850px) {
  .shortcuts .columnViewMobile .shortcuts__card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .shortcuts .carouselViewMobile .shortcuts__card-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 32px;
  }
}

.carousel .shortcuts__card-wrapper {
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 850px) {
  .carousel.carousel--two .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 850px) {
  .carousel.carousel--three .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1050px) {
  .carousel.carousel--three .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
    max-width: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
  }
}
@media (min-width: 850px) {
  .carousel.carousel--four .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1050px) {
  .carousel.carousel--four .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
    max-width: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
  }
}
@media (min-width: 1330px) {
  .carousel.carousel--four .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  4 - ((30px * (4 - 1)) / 4 ));
    max-width: calc(100% /  4 - ((30px * (4 - 1)) / 4 ));
  }
}

.grid .shortcuts__card-wrapper {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 46px;
}
@media (max-width: 678px) {
  .grid .shortcuts__card-wrapper {
    row-gap: 20px;
  }
}
@media (min-width: 850px) {
  .grid.grid--three .shortcuts__card {
    flex-basis: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1050px) {
  .grid.grid--three .shortcuts__card {
    flex-basis: calc(100% /  3 - ((20px * (3 - 1)) / 3 ));
    max-width: calc(100% /  3 - ((20px * (3 - 1)) / 3 ));
  }
}
@media (min-width: 850px) {
  .grid.grid--four .shortcuts__card {
    flex-basis: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1330px) {
  .grid.grid--four .shortcuts__card {
    flex-basis: calc(100% /  4 - ((20px * (4 - 1)) / 4 ));
    max-width: calc(100% /  4 - ((20px * (4 - 1)) / 4 ));
  }
}
.grid.grid--financiacion {
  align-items: inherit;
}
.grid.grid--financiacion .title-subtitle-container .subtitle {
  font-size: 18px !important;
  line-height: 26px !important;
  /* 144.444% */
  font-family: 'N27 Regular' !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card {
  padding: 24px !important;
  align-items: start !important;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (min-width: 850px) {
  .grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((20px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1050px) {
  .grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card {
    flex-basis: calc(100% /  3 - ((20px * (3 - 1)) / 3 ));
    max-width: calc(100% /  3 - ((20px * (3 - 1)) / 3 ));
  }
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__icon {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__icon p {
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__text {
  margin-top: auto;
  margin-bottom: 24px;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__text p {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  color: #333f48;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__text .list-triangle-yellow {
  margin-top: 0px !important;
}
.grid.grid--financiacion .shortcuts__card-wrapper .shortcuts__card .content__buttons-wrapper {
  white-space: nowrap;
  height: auto !important;
}

.shortcuts-modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /* justify-content: center;
    align-items: center; */
  /*     @media (min-width: @bp-m) {
        padding: 40px 80px;
    } */
  /*  &--shown {
        display: flex;
    } */
}
@media (min-width: 768px) {
  .shortcuts-modal {
    padding-left: 40px;
    padding-right: 40px;
    /*  bottom: 0;
        right: 0;    */
  }
}
@media (min-width: 1024px) {
  .shortcuts-modal {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.shortcuts-modal__box {
  padding: 50px 16px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: auto;
  -ms-overflow-style: auto;
  /* IE and Edge */
  -webkit-overflow-scrolling: touch;
  /* Suaviza el scroll en iOS */
  overflow-x: auto;
  /* Asegura que la barra de desplazamiento aparezca */
  /* Chrome, Edge, and Safari */
  background-color: #ffffff;
  /* min-width: 300px;
        min-height: 300px; */
  position: relative;
  height: 100%;
  width: 100%;
}
.shortcuts-modal__box::-webkit-scrollbar {
  width: 12px;
}
.shortcuts-modal__box::-webkit-scrollbar-track {
  background: #fff;
}
.shortcuts-modal__box::-webkit-scrollbar-thumb {
  background-color: #C3C1C2;
  border-radius: 10px;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .shortcuts-modal__box {
    /*  max-height: 95%;
            min-width: 80%;
            padding: 72px 48px; */
    height: auto;
    padding: 48px;
    min-width: 705px;
    max-width: 1440px;
    min-height: 426px;
    max-height: min(90vh, 976px);
  }
}
.shortcuts-modal .close-modal {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.shortcuts-modal .listFaqs {
  padding: 10px 20px !important;
}
.shortcuts-modal .shortcuts-modal__box > .frequent-questions > .containerFaqs > .listFaqs > .icex-container > .textFaqs ul {
  margin-left: 19px !important;
}

.outstanding {
  display: flex;
  padding: 8px 32px 8px 16px;
  align-items: center;
  gap: 8px;
  border-top-right-radius: 32px;
  background: #ffcd00;
  color: #333f48;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Medium';
  font-weight: 500;
  font-style: normal;
}

