/** Config */
/**
 * Colors used in the theme and their defaults based on the color palette.
 *
 * These colors are used throughout the theme and can be used in the
 * theme's CSS. The colors are divided into two sets, one for the
 * primary and one for the secondary. The primary colors are used
 * for the main elements of the site, while the secondary colors
 * are used for less important elements.
 */
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(sm, lg) {}
@include between-breakpoints-widths(0, 1024px) {}
**/
/* Background overlay */
.b-hero-v2 {
  background-color: var(--aprende--secondary-700);
  overflow: hidden;
  position: relative;
}
.b-hero-v2 .hero-tag {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90px;
  height: 90px;
  z-index: 99;
}
.b-hero-v2 .content_subtitle { /* stylelint-disable-line */ }
.b-hero-v2 .content_subtitle p a {
  font-size: 20px;
}
@media (max-width: 600px) {
  .b-hero-v2 .content_text p {
    line-height: 32px;
  }
  .b-hero-v2 .content_subtitle p, .b-hero-v2 .content_value-proposition p {
    font-size: 18px;
    line-height: 28px;
  }
  .b-hero-v2 .content .c-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .b-hero-v2:not(.disable-gradient-mobile) .b-hero-v2_block-background {
    margin-bottom: 32px;
  }
  .b-hero-v2:not(.disable-gradient-mobile) .b-hero-v2_block-background:not(.medium_gradient) { /* stylelint-disable-line */ }
  .b-hero-v2:not(.disable-gradient-mobile) .b-hero-v2_block-background:not(.medium_gradient)::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, var(--aprende--secondary-700) 100%);
    z-index: 1;
  }
  .b-hero-v2:not(.disable-gradient-mobile) .b-hero-v2_block-background.medium_gradient::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    bottom: -1px;
    z-index: 1;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10% 10%, var(--aprende--secondary-700) 100% 100%);
  }
  .b-hero-v2_block-background {
    position: relative;
  }
  .b-hero-v2_block-foreground_l-standard, .b-hero-v2_block-foreground_l-hidden-form {
    position: relative;
  }
  .b-hero-v2.has-bg-image-mobile .image-desktop {
    display: none;
  }
  .b-hero-v2_l-standard .content__statistics-box .content_subtitle {
    margin: 12px 0 32px 0;
  }
  .b-hero-v2_l-hidden-form .c-button {
    max-width: 100%;
    width: 100%;
  }
  .b-hero-v2_l-hidden-form:not(.has-text) {
    padding-bottom: 60px;
  }
  .b-hero-v2_l-hidden-form .content .c-heading {
    margin: 0 0 16px 0;
  }
  .b-hero-v2.l-steps .content {
    padding-left: 0;
    padding-right: 0;
  }
  .b-hero-v2.l-steps .b-hero-v2_container {
    height: 794px;
  }
  .b-hero-v2.l-steps .bg_bottom {
    min-height: 48px;
    width: 100%;
  }
  .b-hero-v2.l-steps .bg_bottom-content {
    bottom: 0;
  }
}
@media (min-width: 600px) {
  .b-hero-v2 .hero-tag {
    width: 230px;
    height: 230px;
  }
  .b-hero-v2 .hidden-button {
    margin-bottom: 0;
  }
  .b-hero-v2 .standard-label {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .b-hero-v2 .content {
    padding: 0;
  }
  .b-hero-v2 .content_subtitle p, .b-hero-v2 .content_value-proposition p {
    font-size: 20px;
  }
  .b-hero-v2 .content .c-heading {
    font-size: 56px;
    line-height: 64px;
  }
  .b-hero-v2_container {
    max-width: 1366px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 48px 71px;
  }
  .b-hero-v2:not(.disable-gradient-desktop) .b-hero-v2_block-background {
    /* stylelint-disable */
  }
  .b-hero-v2:not(.disable-gradient-desktop) .b-hero-v2_block-background:not(.medium_gradient)::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, var(--aprende--secondary-700) 100%);
    z-index: 1;
  }
  .b-hero-v2:not(.disable-gradient-desktop) .b-hero-v2_block-background {
    /* stylelint-enable */
  }
  .b-hero-v2:not(.disable-gradient-desktop) .b-hero-v2_block-background.medium_gradient::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    bottom: -1px;
    z-index: 1;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1% 10%, var(--aprende--secondary-700) 65% 100%);
  }
  .b-hero-v2_block-background {
    padding-bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .b-hero-v2_block-foreground {
    min-height: 440px;
    padding-bottom: 0;
  }
  .b-hero-v2_block-foreground.b-hero-v2_l-steps {
    min-height: auto;
  }
  .b-hero-v2_block-foreground .b-hero-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .b-hero-v2.has-bg-image-mobile .image-mobile {
    display: none;
  }
  .b-hero-v2.has-bg-image-mobile .image-desktop {
    display: block !important;
  }
  .b-hero-v2_l-standard .b-hero-form {
    padding: 0;
  }
  .b-hero-v2_l-standard, .b-hero-v2_l-hidden-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .b-hero-v2_l-standard .content, .b-hero-v2_l-hidden-form .content {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .b-hero-v2_l-standard .content_extra, .b-hero-v2_l-hidden-form .content_extra {
    display: flex;
    flex-direction: column;
  }
  .b-hero-v2_l-standard .content_extra_icons, .b-hero-v2_l-hidden-form .content_extra_icons {
    flex-direction: row;
    align-items: center;
  }
  .b-hero-v2_l-standard .content_extra_icons > div, .b-hero-v2_l-hidden-form .content_extra_icons > div {
    border-right: 1px solid var(--aprende--white);
  }
  .b-hero-v2_l-standard .content_extra_icons > div:last-child, .b-hero-v2_l-hidden-form .content_extra_icons > div:last-child {
    border-right: none;
  }
  .b-hero-v2_l-standard .content_extra .btn-lg, .b-hero-v2_l-hidden-form .content_extra .btn-lg {
    order: 2;
    margin-top: 16px;
    margin-bottom: 0;
    width: fit-content;
    padding: 12px 32px;
  }
  .b-hero-v2_l-standard .content .c-heading, .b-hero-v2_l-hidden-form .content .c-heading {
    margin: 0;
  }
  .b-hero-v2_l-standard .content_subtitle, .b-hero-v2_l-standard .content_value-proposition, .b-hero-v2_l-hidden-form .content_subtitle, .b-hero-v2_l-hidden-form .content_value-proposition {
    margin: 20px 0 0 0;
  }
  .b-hero-v2_l-hidden-form .c-button {
    max-width: fit-content;
  }
  .b-hero-v2_l-hidden-form .content {
    text-align: left;
    max-width: 817px;
  }
  .b-hero-v2.l-steps .b-hero-v2_container {
    min-height: 668px;
    height: 100%;
  }
  .b-hero-v2.l-steps .b-hero-v2_block-background {
    max-height: 560px;
  }
  .b-hero-v2.l-steps .bg_bottom {
    min-height: 108px;
  }
  .b-hero-v2.l-steps .bg_bottom-content {
    bottom: 60px;
  }
  .b-hero-v2.l-steps .bg_bottom .content {
    margin-bottom: 48px;
  }
  .b-hero-v2.l-steps .bg_bottom .content_steps {
    flex-direction: row;
    padding: 16px 24px;
    max-width: 1224px;
    width: 100%;
    align-items: center;
  }
  .b-hero-v2.l-steps .bg_bottom .content_steps-items {
    padding: 8px 0;
  }
}
.b-hero-v2:not(.disable-heading-break-line) .content__heading .c-heading {
  white-space: pre-line;
}
.b-hero-v2_container {
  animation: FadeInSlow 1s ease-in;
}
.b-hero-v2_block-background .image-desktop {
  height: 100%;
}
.b-hero-v2_block-background .image-desktop img {
  height: 100%;
  object-fit: cover;
}
.b-hero-v2_block-background .c-image {
  height: 100%;
}
.b-hero-v2_block-foreground {
  position: relative;
  height: 100%;
  z-index: 5;
}
.b-hero-v2 .content ol,
.b-hero-v2 .content ul {
  list-style-type: disc;
  list-style-position: initial;
}
.b-hero-v2 .content ol > li,
.b-hero-v2 .content ul > li {
  text-align: left;
  margin-bottom: 6px;
  margin-left: 30px;
}
.b-hero-v2 .content ol > li > ul,
.b-hero-v2 .content ol > li > ol,
.b-hero-v2 .content ul > li > ul,
.b-hero-v2 .content ul > li > ol {
  padding-left: 15px;
}
.b-hero-v2 .content ol > li:first-child,
.b-hero-v2 .content ul > li:first-child {
  margin-top: 15px;
}
.b-hero-v2 .content ol > li:last-child,
.b-hero-v2 .content ul > li:last-child {
  margin-bottom: 15px;
}
.b-hero-v2 .content ol li p {
  display: inline-block;
}
.b-hero-v2 .content .country-name {
  color: var(--aprende--secondary-700);
}
.b-hero-v2 .content_statistics {
  line-height: 28px;
}
.b-hero-v2 .content_statistics b {
  font-size: 24px;
  line-height: 32px;
}
.b-hero-v2 .content .referral-message {
  margin-bottom: 16px;
  animation: FadeIn 0.4s ease;
}
.b-hero-v2 .content .referral-message_text {
  display: inline-block;
  padding: 8px 12px;
  color: var(--aprende--secondary-700);
  border-radius: 8px;
  background-color: var(--aprende--white);
}
.b-hero-v2 .content .c-heading__red {
  background-color: var(--aprende--primary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--aprende--white);
}
.b-hero-v2 .content .c-heading__white {
  background-color: var(--aprende--white);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: var(--aprende--secondary-700);
}
.b-hero-v2 {
  /** Layout: Standard. */
}
.b-hero-v2_l-standard .content_extra .btn-lg, .b-hero-v2_l-hidden-form .content_extra .btn-lg {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
.b-hero-v2_l-standard .content_extra_icon, .b-hero-v2_l-hidden-form .content_extra_icon {
  gap: 6px;
}
.b-hero-v2_l-standard .content_extra_icons img, .b-hero-v2_l-hidden-form .content_extra_icons img {
  height: 18px;
  width: 18px;
}
.b-hero-v2_l-standard .content_extra_rating, .b-hero-v2_l-hidden-form .content_extra_rating {
  border-right: none;
}
.b-hero-v2_l-standard .content .hidden-mobile, .b-hero-v2_l-hidden-form .content .hidden-mobile {
  display: flex;
}
.b-hero-v2 .c-modal_container {
  border-radius: 8px;
}
.b-hero-v2 .c-modal__size-l .r-form__vertical {
  margin: 0;
  padding: 0;
}
.b-hero-v2 .c-modal__size-l .r-form__vertical .r-field-single, .b-hero-v2 .c-modal__size-l .r-form__vertical .r-field-multiple {
  padding: 0;
}
.b-hero-v2 .c-modal__size-l .r-form-terms p {
  font-size: 14px;
  line-height: 18px;
}
.b-hero-v2 .c-modal__size-l .r-form_thank-you-message {
  min-width: 330px;
  min-height: 330px;
}
.b-hero-v2 .c-modal_content {
  max-height: 85vh;
  overflow-y: auto;
}
.b-hero-v2 .hidden {
  display: none;
}
.b-hero-v2 {
  /** Layout: Steps. */
}
.b-hero-v2.l-steps a,
.b-hero-v2.l-steps strong {
  font-weight: 600;
}
.b-hero-v2.l-steps .b-hero-v2_block-foreground {
  z-index: 4;
}
.b-hero-v2.l-steps .b-hero-v2_container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.b-hero-v2.l-steps .bg-white {
  background-color: var(--aprende--white);
}
.b-hero-v2.l-steps .number {
  font-weight: 700;
  font-size: 20px;
}
.b-hero-v2.l-steps .bg_bottom {
  position: relative;
  width: 100vw;
  z-index: 4;
}
.b-hero-v2.l-steps .bg_bottom-content {
  position: absolute;
  max-width: 1366px;
  z-index: 6;
}
.b-hero-v2.l-steps .bg_bottom-content .content .c-heading {
  margin-bottom: 16px;
}
.b-hero-v2.l-steps .bg_bottom .content_text {
  font-weight: 700;
}
.b-hero-v2.l-steps .bg_bottom .content_text > p {
  font-size: 20px;
}
.b-hero-v2.l-steps .bg_bottom .content_steps {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1279px) {
  .b-hero-v2.l-steps .bg_bottom .content_steps-items {
    min-width: 280px;
  }
}

/*# sourceMappingURL=hero-v2.css.map*/