/* Hotfix Orientación Vocacional Tipos hero:
 * Misma composición que Programa: estrella grande que sobresale por abajo.
 */
.site-main--page-orientacion-vocacional-tipos .orientacion-hero {
  width: 100%;
  padding: calc(var(--spacing-unit) * 4) var(--content-padding-x);
  padding-bottom: calc(var(--spacing-unit) * 2);
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.site-main--page-orientacion-vocacional-tipos .orientacion-hero-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 2.5rem;
  row-gap: 0.9rem;
  align-items: end;
  overflow: visible;
  padding: 0;
}

.site-main--page-orientacion-vocacional-tipos .orientacion-hero-content {
  grid-column: 1 / 2;
}

.site-main--page-orientacion-vocacional-tipos .orientacion-hero-image {
  min-height: 350px;
  grid-column: 2 / 3;
  width: auto;
  max-width: none;
  margin-left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: right 0.75rem bottom -7.25rem;
  background-size: min(35rem, 125%);
  margin-bottom: -3.5rem;
  align-self: end;
}

@media (min-width: 768px) {
  .site-main--page-orientacion-vocacional-tipos .orientacion-hero {
    overflow: visible;
  }

  .site-main--page-orientacion-vocacional-tipos .orientacion-hero-inner {
    overflow: visible;
    align-items: center;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }

  .site-main--page-orientacion-vocacional-tipos .orientacion-hero-image {
    min-height: 430px;
    margin-top: -2.75rem;
    margin-bottom: -5.75rem;
    background-position: right 0.25rem center;
    background-size: min(28rem, 140%);
  }
}

@media (max-width: 767px) {
  .site-main--page-orientacion-vocacional-tipos .orientacion-hero {
    padding-top: calc(var(--spacing-unit) * 3);
    padding-bottom: calc(var(--spacing-unit) * 2);
  }

  .site-main--page-orientacion-vocacional-tipos .orientacion-hero-inner {
    grid-template-columns: 1fr;
  }

  .site-main--page-orientacion-vocacional-tipos .orientacion-hero-image {
    min-height: 200px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 0;
    grid-column: auto;
  }
}
