.jv-hero-shell {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.jv-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  padding: 0;
}
.jv-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--jav-bg-image);
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
}
.jv-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.jv-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-hero__inner {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .jv-hero__inner {
    max-width: 1440px;
  }
}
.jv-hero__inner {
  max-width: 1226px;
}
.jv-hero__breadcrumb {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  margin: 0;
}
.jv-hero__breadcrumb .jv-breadcrumb {
  --jv-breadcrumb-color: #ffffff;
  --jv-breadcrumb-bottom: 0;
}
.jv-hero__breadcrumb .jv-breadcrumb__item a:hover {
  opacity: 0.8;
}
.jv-hero__content {
  position: absolute;
  top: 104px;
  left: 15px;
  width: 468px;
  max-width: calc(100% - 30px);
}
.jv-hero__title {
  color: white;
  font-size: var(--jav-font-h2);
  font-weight: 700;
  font-family: var(--jav-font-family);
  margin: 0 0 24px;
  line-height: 1;
}
.jv-hero__subtitle {
  color: white;
  font-size: var(--jav-font-h5);
  font-weight: 400;
  font-family: var(--jav-font-family);
  margin: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .jv-hero {
    height: 360px;
  }
  .jv-hero__bg {
    background-position: 58% center;
  }
  .jv-hero__breadcrumb {
    top: 0;
  }
  .jv-hero__content {
    top: 92px;
  }
  .jv-hero__title {
    font-size: var(--jav-font-h3);
  }
  .jv-hero__subtitle {
    font-size: var(--jav-font-body-md);
    max-width: none;
  }
}

.jv-hero-ctas {
  position: absolute;
  top: 290px;
  right: 100px;
  z-index: 2;
}
.jv-hero-ctas__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jv-hero-ctas__item {
  width: 242px;
}
.jv-hero-ctas__item:first-child {
  width: 151px;
}
.jv-hero-ctas__item:nth-child(2) {
  width: 187px;
}
.jv-hero-ctas__link {
  align-items: center;
  background: #A8C8FA;
  border-radius: 100px;
  color: #010440;
  display: flex;
  font-size: var(--jav-font-body-sm);
  font-weight: 400;
  font-family: var(--jav-font-family);
  gap: 16px;
  height: 50px;
  justify-content: space-between;
  padding: 0 24px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.jv-hero-ctas__link:hover {
  background: #8fb8f7;
  text-decoration: none;
  color: #010440;
}
.jv-hero-ctas__link i {
  color: #010440;
  font-size: var(--jav-font-body-md);
  line-height: 1;
}
@media (max-width: 1439px) {
  .jv-hero-ctas {
    position: static;
    background: white;
    border-bottom: 1px solid #dde3ed;
    padding: 0;
  }
  .jv-hero-ctas__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .jv-hero-ctas__item {
    width: auto;
    border-right: 1px solid #dde3ed;
    border-bottom: 1px solid #dde3ed;
  }
  .jv-hero-ctas__item:nth-child(2n) {
    border-right: none;
  }
  .jv-hero-ctas__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .jv-hero-ctas__item:first-child, .jv-hero-ctas__item:nth-child(2) {
    width: auto;
  }
  .jv-hero-ctas__link {
    background: white;
    border-radius: 0;
    font-size: var(--jav-font-body-xs);
    gap: 8px;
    height: 58px;
    padding: 0 10px;
  }
  .jv-hero-ctas__link:hover {
    background: #E5ECF8;
  }
  .jv-hero-ctas__link i {
    font-size: var(--jav-font-body-sm);
  }
}

.jv-beneficios {
  padding: 80px 0 96px;
  background: white;
}
.jv-beneficios__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-beneficios__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .jv-beneficios__container {
    max-width: 1440px;
  }
}
.jv-beneficios__container {
  max-width: 1232px;
}
@media (min-width: 1501px) {
  .jv-beneficios__container {
    max-width: 1232px;
  }
}
.jv-beneficios__header {
  text-align: center;
  margin-bottom: 30px;
}
.jv-beneficios__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  line-height: 1;
  color: #010440;
  margin: 0;
  text-wrap: balance;
}
.jv-beneficios__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .jv-beneficios__grid {
    grid-template-columns: 1fr;
  }
}
.jv-beneficios__card {
  border-radius: 15px;
  overflow: hidden;
  height: 324px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 63px;
}
.jv-beneficios__card--colored {
  background: #E5ECF8;
  flex-direction: column;
  gap: 15px;
}
.jv-beneficios__card--image {
  align-items: flex-end;
  padding: 20px 24px 35px;
}
@media (max-width: 991px) {
  .jv-beneficios__card {
    padding: 20px 32px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .jv-beneficios__card {
    height: 250px;
    padding: 20px 22px;
  }
}
.jv-beneficios__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.jv-beneficios__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 24%, rgba(0, 0, 0, 0) 68%);
}
.jv-beneficios__card-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: #E5ECF8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.jv-beneficios__card-icon img, .jv-beneficios__card-icon svg {
  width: 27px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.jv-beneficios__card-text {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 411px;
}
.jv-beneficios__card-title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-lg);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.jv-beneficios__card--colored .jv-beneficios__card-title {
  color: #010440;
}
.jv-beneficios__card--image .jv-beneficios__card-title {
  color: white;
}
.jv-beneficios__card--colored .jv-beneficios__card-title {
  margin-bottom: 8px;
}
.jv-beneficios__card-desc {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-sm);
  font-weight: 400;
  color: #010440;
  margin: 0;
  line-height: 1.08;
}
.jv-beneficios__card-desc p {
  margin: 0;
}

.jv-text-section {
  padding: 80px 0;
  background: var(--jv-text-section-bg, white);
}
.jv-text-section--gray {
  background: #F9F9F9;
}
.jv-text-section__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-text-section__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .jv-text-section__container {
    max-width: 1440px;
  }
}
.jv-text-section__container {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.jv-text-section__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  color: var(--jv-text-section-text, #010440);
  margin: 0 0 16px;
}
.jv-text-section__desc {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-body-lg);
  font-weight: 400;
  color: var(--jv-text-section-text, #000000);
  margin: 0;
  line-height: 1.5;
}
.jv-text-section__desc p {
  margin: 0;
}

.jv-programs {
  padding: 64px 0 80px;
}
.jv-programs--light {
  background: white;
}
.jv-programs--gray {
  background: #F9F9F9;
}
.jv-programs--cursos {
  background: var(--jv-programs-bg, #BDD7FF);
}
.jv-programs--diplomados {
  background: var(--jv-programs-bg, #E5ECF8);
  padding: 38px 0 80px;
}
.jv-programs--seminarios {
  background: var(--jv-programs-bg, #5D86C5);
}
.jv-programs--seminarios .jv-programs__title {
  color: #ffffff;
}
.jv-programs--dark {
  background: #010440;
}
.jv-programs--dark .jv-programs__title {
  color: white;
}
.jv-programs--dark .node.program.node--teaser-list {
  background: #ffffff;
}
.jv-programs__container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-programs__container {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1360px) {
  .jv-programs__container {
    max-width: 1440px;
  }
}
.jv-programs__header {
  margin-bottom: 32px;
}
.jv-programs__title {
  font-family: var(--jav-font-family);
  font-size: var(--jav-font-h2);
  font-weight: 700;
  color: #010440;
  margin: 0;
}
@media (min-width: 992px) {
  .jv-programs__grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) {
  .jv-programs__grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1440px) {
  .jv-programs__grid {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.jv-programs__grid .col-12.col-lg-4 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .jv-programs__grid .col-12.col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .jv-programs__grid .col-12.col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1440px) {
  .jv-programs__grid .col-12.col-lg-4 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.jv-programs--carousel {
  padding: 38px 0 80px;
}
.jv-programs--carousel .jv-programs__header {
  margin-bottom: 36px;
}
.jv-programs--carousel .jv-programs__title {
  font-size: var(--jav-font-h2);
  line-height: 1;
  color: #010440;
}
.jv-programs--carousel .jv-programs__stage {
  position: relative;
}
.jv-programs--carousel .jv-programs__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.jv-programs--carousel .jv-programs__grid::-webkit-scrollbar {
  display: none;
}
.jv-programs--carousel .jv-programs__grid .col-12.col-lg-4 {
  flex: 0 0 min(380px, 100vw - 48px);
  max-width: 380px;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
}
@media (min-width: 992px) {
  .jv-programs--carousel .jv-programs__grid .col-12.col-lg-4 {
    flex-basis: calc((100% - 26px) / 3);
  }
}
@media (min-width: 1200px) {
  .jv-programs--carousel .jv-programs__grid .col-12.col-lg-4 {
    flex-basis: 380px;
  }
}
.jv-programs--carousel .jv-programs__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #8A929B;
  color: #ffffff;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 992px) {
  .jv-programs--carousel .jv-programs__arrow {
    display: inline-flex;
  }
}
.jv-programs--carousel .jv-programs__arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}
.jv-programs--carousel .jv-programs__arrow:hover:not(:disabled) {
  background: #6F7780;
}
.jv-programs--carousel .jv-programs__arrow:disabled {
  opacity: 0.65;
  cursor: default;
}
.jv-programs--carousel .jv-programs__arrow--prev {
  left: -58px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-programs--carousel .jv-programs__arrow--prev {
    left: 0;
  }
}
.jv-programs--carousel .jv-programs__arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}
.jv-programs--carousel .jv-programs__arrow--next {
  right: -58px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jv-programs--carousel .jv-programs__arrow--next {
    right: 0;
  }
}
.jv-programs--carousel .jv-programs__arrow--next::before {
  transform: rotate(45deg);
  margin-right: 5px;
}
.jv-programs--carousel .jv-programs__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.jv-programs--carousel .jv-programs__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #010440;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.jv-programs--carousel .jv-programs__dot.is-active {
  background: #010440;
}
.jv-programs--carousel .jv-programs__dot:focus-visible {
  outline: 2px solid #103062;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .jv-programs--carousel {
    padding: 40px 0 64px;
  }
  .jv-programs--carousel .jv-programs__grid {
    margin-right: -15px;
    padding-right: 15px;
  }
}

.jv-proceso .pasos-inscripcion {
  background: white;
}

.jv-type-page {
  background: #f9f9f9;
}
.jv-type-page .prog-hero {
  margin-top: 0;
}

.jv-type-offer {
  background: #f9f9f9;
  padding: 72px 0 88px;
}
.jv-type-offer__content {
  margin-top: 38px;
}
.jv-type-offer__content .layout--tworegions,
.jv-type-offer__content .layout--onecol {
  display: block;
}
.jv-type-offer__content .field--name-field-subsitio-padre {
  display: none;
}
.jv-type-offer__content .full {
  background: transparent;
  padding: 0;
}
.jv-type-offer__content .container {
  max-width: none;
  padding: 0;
}
.jv-type-offer__content .row {
  margin-right: 0;
  margin-left: 0;
}
.jv-type-offer__content [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.jv-type-offer__content .programa-virtual > .row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .jv-type-offer {
    padding: 56px 0 64px;
  }
  .jv-type-offer__content .programa-virtual > .row {
    display: block;
  }
}

.jv-programs.jv-programs--carousel .jv-programs__title {
  text-align: left;
}

.jv-programs .prog-explora__header {
  align-items: flex-start;
  text-align: left;
}

.jv-programs.jv-programs--carousel {
  padding: 40px 0 64px;
}
.jv-programs.jv-programs--carousel .prog-explora__container {
  width: 100%;
  max-width: 1344px;
  padding-inline: 15px;
}
.jv-programs.jv-programs--carousel .prog-explora__header {
  max-width: 1196px;
  margin: 0 auto 40px;
  min-height: 54px;
  justify-content: center;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel {
  width: calc(100% - 134px);
  max-width: 1166px;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel .owl-item {
  flex-shrink: 0;
}
.jv-programs.jv-programs--carousel .prog-explora__slide > article.node.program.node--teaser-list {
  border: 0;
  box-shadow: none;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: -81px;
  right: -81px;
  height: auto;
  margin: 0;
  justify-content: space-between;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel.owl-carousel .owl-nav button img {
  width: 47px;
  height: 47px;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel.owl-carousel .owl-nav button.disabled {
  opacity: 1;
}
.jv-programs.jv-programs--carousel .prog-explora__carousel.owl-carousel .owl-dots {
  flex-wrap: wrap !important;
  margin-top: 40px !important;
}
@media (max-width: 991px) {
  .jv-programs.jv-programs--carousel .prog-explora__carousel.owl-carousel .owl-nav {
    left: -60px;
    right: -60px;
  }
}
@media (max-width: 767px) {
  .jv-programs.jv-programs--carousel .prog-explora__container {
    padding-inline: 35px;
  }
  .jv-programs.jv-programs--carousel .prog-explora__carousel {
    width: 100%;
    max-width: 330px;
  }
}
