:root {
  --isade-yellow: #f8c400;
  --isade-yellow-dark: #e4ad00;
  --isade-black: #090909;
  --isade-text: #171717;
  --isade-muted: #686868;
  --isade-line: #e9e9e9;
  --isade-soft: #f7f7f7;
  --isade-white: #ffffff;
  --isade-shadow: 0 16px 36px rgba(0, 0, 0, .08);
  --isade-shadow-soft: 0 10px 22px rgba(0, 0, 0, .06);
}

html { scroll-behavior: smooth; }

body .isade-site,
.isade-page,
.isade-header,
.isade-footer {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  color: var(--isade-text);
}

.isade-site img { max-width: 100%; }

.isade-header .header-body {
  background: var(--isade-yellow) !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
  min-height: 92px;
}

.isade-header .header-container { min-height: 92px; }
.isade-header .header-row { min-height: 92px; }
.isade-header .header-logo img { width: 245px; max-height: 70px; }
.isade-logo-column { width: 260px; }
.isade-nav-column { width: auto; text-align: center; }
.isade-campus-column { width: 210px; text-align: right; }
.isade-nav-row { justify-content: center; }

.isade-header .header-nav-main nav > ul > li > a {
  color: var(--isade-black) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  background: transparent !important;
  padding: 12px 11px !important;
}

.isade-header .header-nav-main nav > ul > li:hover > a,
.isade-header .header-nav-main nav > ul > li.active > a,
.isade-header .header-nav-main nav > ul > li > a[aria-current="page"] {
  color: var(--isade-black) !important;
  background: rgba(255,255,255,.24) !important;
}

.isade-header .dropdown-menu li a[aria-current="page"] {
  background: rgba(248,196,0,.22) !important;
}

.isade-header .dropdown-menu {
  border-top: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
  border-radius: 0 0 8px 8px;
  min-width: 238px;
  padding: 12px 0;
}

.isade-header .dropdown-menu li a {
  display: flex !important;
  align-items: center;
  gap: 13px;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: var(--isade-black) !important;
  padding: 14px 24px !important;
  min-height: 52px;
}

.isade-header .dropdown-menu li a img { width: 22px; height: 22px; }
.isade-header .header-btn-collapse-nav { background: var(--isade-black); border-color: var(--isade-black); color: #fff; margin-top: 24px; }

.isade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all .2s ease;
}

.isade-btn img { width: 19px; height: 19px; }
.isade-btn-primary { background: var(--isade-yellow); color: var(--isade-black) !important; box-shadow: 0 10px 18px rgba(248, 196, 0, .28); }
.isade-btn-primary:hover { background: var(--isade-yellow-dark); transform: translateY(-1px); color: var(--isade-black) !important; }
.isade-btn-outline { background: var(--isade-white); border-color: #dfdfdf; color: var(--isade-black) !important; }
.isade-btn-outline:hover { border-color: var(--isade-yellow); color: var(--isade-black) !important; }
.isade-btn-dark { background: var(--isade-black); color: #fff !important; }
.isade-btn-dark:hover { background: #202020; color: #fff !important; transform: translateY(-1px); }
.isade-header-campus { min-height: 48px; padding-inline: 20px; font-size: 11px; }

.isade-page h1,
.isade-page h2,
.isade-page h3,
.isade-footer h3 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  letter-spacing: -.045em;
  color: var(--isade-black);
  margin-top: 0;
}

.isade-page p { color: var(--isade-muted); }

.isade-hero {
  position: relative;
  overflow: hidden;
  min-height: 550px;
  display: flex;
  align-items: stretch;
}

.isade-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 49%;
  width: 210px;
  background: #fff;
  border-radius: 0 55% 55% 0;
  z-index: 0;
}

.isade-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 550px;
}

.isade-hero-copy {
    padding: 50px 15px 72px;
}
.isade-eyebrow {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    color: var(--isade-yellow-dark) !important;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.isade-hero h1 { max-width: 550px; margin: 0; font-size: clamp(44px, 5.5vw, 72px); line-height: .98; font-weight: 900; }
.isade-hero h1 span { display: block; color: var(--isade-yellow); }
.isade-title-line { width: 82px; height: 3px; background: var(--isade-yellow); margin: 30px 0; }
.isade-hero-text { max-width: 430px; color: #252525 !important; font-size: 18px; line-height: 1.8; margin-bottom: 36px; }
.isade-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.isade-hero-media { align-self: stretch; display: flex; align-items: stretch; }
.isade-hero-image { width: 100%; min-height: 550px; display: flex; align-items: stretch; justify-content: flex-end; position: relative; }
.isade-hero-image picture { display: block; width: 100%; height: 100%; }
.isade-hero-image picture > img { width: 100%; height: 100%; object-fit: cover; object-position: left center; filter: saturate(1.03) contrast(1.02); }
.isade-mobile-actions { display: none; }



.isade-hero-slider-section {
  position: relative;
  overflow: hidden;
}

.isade-hero-slider {
  position: relative;
  min-height: 550px;
  overflow: hidden;
}

.isade-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 550px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity .72s ease, visibility .72s ease;
}

.isade-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.isade-hero-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

.isade-hero-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  cursor: pointer;
  transition: all .2s ease;
}

.isade-hero-slider-dots button.is-active,
.isade-hero-slider-dots button:hover {
  width: 24px;
  background: var(--isade-black);
}

.isade-hero-slider-arrows {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.isade-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, .86);
  color: var(--isade-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.isade-hero-arrow span {
  display: block;
  margin-top: -3px;
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
}

.isade-hero-arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: var(--isade-yellow);
  color: var(--isade-black);
}

.isade-hero-arrow-prev { left: 26px; }
.isade-hero-arrow-next { right: 26px; }

.isade-hero-slider .isade-eyebrow,
.isade-hero-slider .isade-hero h1,
.isade-hero-slider .isade-title-line,
.isade-hero-slider .isade-hero-text,
.isade-hero-slider .isade-actions .isade-btn {
  opacity: 0;
  transform: translateY(22px);
}

.isade-hero-slider .isade-hero-slide.is-active .isade-eyebrow {
  animation: isadeHeroFadeUp .68s ease forwards .16s;
}

.isade-hero-slider .isade-hero-slide.is-active h1 {
  animation: isadeHeroFadeUp .72s ease forwards .30s;
}

.isade-hero-slider .isade-hero-slide.is-active .isade-title-line {
  animation: isadeHeroFadeUp .60s ease forwards .46s;
}

.isade-hero-slider .isade-hero-slide.is-active .isade-hero-text {
  animation: isadeHeroFadeUp .68s ease forwards .58s;
}

.isade-hero-slider .isade-hero-slide.is-active .isade-actions .isade-btn:nth-child(1) {
  animation: isadeHeroFadeUp .62s ease forwards .74s;
}

.isade-hero-slider .isade-hero-slide.is-active .isade-actions .isade-btn:nth-child(2) {
  animation: isadeHeroFadeUp .62s ease forwards .88s;
}

@keyframes isadeHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.isade-official-ticker {
  width: 100%;
  overflow: hidden;
  background: var(--isade-black);
  border: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.isade-official-ticker-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
    animation: isadeOfficialTicker 20s linear infinite;
}

.isade-official-ticker-track span {
    display: inline-block;
    padding-right: 72px;
    color: var(--isade-yellow);
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .02em;
}

@keyframes isadeOfficialTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.isade-section { padding: 58px 0; }
.isade-section-head { margin-bottom: 30px; }
.isade-section-head.text-center { max-width: 760px; margin-inline: auto; }
.isade-section-head h2 { margin-bottom: 7px; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; font-weight: 900; }
.isade-section-head h2 span { color: var(--isade-yellow); }
.isade-section-head p { margin: 0; color: #444; font-size: 15px; }
.isade-section-head-compact { max-width: 720px; margin-bottom: 28px; }

.isade-careers { background: #fff; }
.isade-career-grid { margin-top: 24px; }
.isade-career-card { background: #fff; border: 1px solid var(--isade-line); border-radius: 18px; overflow: hidden; box-shadow: var(--isade-shadow-soft); height: 100%; }
.isade-cursos-home-img {
    background: #fff;
    border: 1px solid var(--isade-line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--isade-shadow-soft);
    height: 100%;
    margin-bottom: 20px;
}
.isade-career-img { width: 100%; height: 185px; object-fit: cover; }
.isade-career-body { padding: 32px 34px 34px; }
.isade-career-title-row { display: flex; align-items: center; gap: 17px; margin-bottom: 20px; }
.isade-icon-badge { flex: 0 0 auto; width: 70px; height: 70px; border-radius: 50%; background: var(--isade-yellow); display: inline-flex; align-items: center; justify-content: center; }
.isade-icon-badge img { width: 38px; height: 38px; }
.isade-career-title-row p { margin: 0 0 4px; color: #222; font-size: 14px; text-transform: uppercase; font-weight: 600; }
.isade-career-title-row h3 { margin: 0; max-width: 365px; font-size: 29px; line-height: 1.03; font-weight: 900; text-transform: uppercase; }
.isade-career-desc {
    min-height: 70px;
    color: #4b4b4b !important;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0px;
}
.isade-career-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 28px; }
.isade-career-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.25;
}
.isade-career-meta img {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
}
.isade-card-btn { margin: 0 auto; display: flex; width: fit-content; min-width: 160px; }

.isade-learning { padding-top: 28px; background: #fff; }
.isade-benefit-grid { margin-top: 20px; }
.col-md-15 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 992px) { .col-md-15 { float: left; width: 20%; } }
.isade-benefit-item {
    min-height: 178px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 16px;
    text-align: center;
    border-right: 1px solid var(--isade-line);	
}
.isade-benefit-grid > div:last-child .isade-benefit-item { border-right: 0; }
.isade-benefit-item img { width: 52px; height: 52px; margin: 0 auto 16px; }
.isade-benefit-item h3 { margin: 0 0 8px; font-size: 13px; line-height: 1.2; font-weight: 900; text-transform: uppercase; }
.isade-benefit-item p { margin: 0 auto; max-width: 190px; font-size: 12px; line-height: 1.55; color: #5e5e5e !important; }

.isade-programs { padding: 44px 0 38px; border-top: 1px solid var(--isade-line); background: #fafafa; }
.isade-postitulos-block { padding-right: 44px; border-right: 1px solid var(--isade-line); }
.isade-continuous-block { padding-left: 44px; }
.isade-post-card { display: flex; align-items: center; gap: 20px; min-height: 120px; padding: 20px 20px; margin-bottom: 18px; background: #fff; border: 1px solid var(--isade-line); border-radius: 10px; box-shadow: 0 8px 18px rgba(0,0,0,.035); text-decoration: none !important; color: var(--isade-black) !important; transition: .2s ease; }
.isade-post-card:hover { transform: translateX(4px); box-shadow: var(--isade-shadow-soft); }
.isade-post-card .isade-icon-badge { width: 47px; height: 47px; }
.isade-post-card .isade-icon-badge img { width: 34px; }
.isade-post-card p { margin: 0 0 4px; font-size: 12px; color: #555 !important; }
.isade-post-card h3 { margin: 0; font-size: 18px; line-height: 1.2; font-weight: 900; }
.isade-post-card strong { margin-left: auto; color: var(--isade-yellow-dark); font-size: 34px; font-weight: 400; }

.isade-course-grid { margin-top: 26px; }
.isade-course-item { text-align: center; padding: 5px 12px 12px; }
.isade-course-icon { width: 82px; height: 82px; margin: 0 auto 22px; border-radius: 50%; background: #fff; border: 1px solid #dedede; box-shadow: var(--isade-shadow-soft); display: flex; align-items: center; justify-content: center; }
.isade-course-icon img { width: 42px; height: 42px; }
.isade-course-item h3 { min-height: 42px; margin-bottom: 12px; font-size: 13px; line-height: 1.2; font-weight: 900; text-transform: uppercase; }
.isade-cursos-home h3 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.isade-course-item p { min-height: 76px; margin: 0 0 14px; font-size: 12px; line-height: 1.6; color: #555 !important; }
.isade-course-item a { color: var(--isade-black); font-size: 12px; font-weight: 900; text-transform: uppercase; text-decoration: none; }
.isade-course-item a:hover { color: var(--isade-yellow-dark); }

.isade-campus-strip { padding: 28px 0 42px; background: #fff; }
.isade-campus-card { position: relative; overflow: hidden; min-height: 168px; border-radius: 14px; background: var(--isade-yellow); display: grid; grid-template-columns: 1.25fr auto .75fr 1.15fr; align-items: center; gap: 20px; padding: 28px 30px; box-shadow: var(--isade-shadow-soft); }
.isade-campus-card::after { content: ""; position: absolute; right: 32%; top: -80px; width: 160px; height: 340px; background: #fff; transform: rotate(9deg); opacity: .9; }
.isade-campus-copy, .isade-campus-card .isade-btn, .isade-campus-note, .isade-campus-card > img { position: relative; z-index: 1; }
.isade-campus-copy p { margin: 0 0 2px; color: var(--isade-black) !important; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.isade-campus-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1; font-weight: 900; }
.isade-campus-copy span {
    display: block;
    color: #151515;
    font-size: 18px;
    font-weight: 500;
}
.isade-campus-note { margin: 0; max-width: 220px; color: #151515 !important; font-size: 12px; font-weight: 700; }
.isade-campus-card > img { justify-self: end; width: 300px; border-radius: 6px; }

.isade-future { padding-top: 18px; padding-bottom: 30px; }
.isade-future-copy h2 { margin-bottom: 10px; font-size: 32px; font-weight: 900; }
.isade-future-copy p { margin: 0; font-size: 13px; line-height: 1.7; color: #333 !important; }
.isade-future-icons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: end; }
.isade-future-icons span { text-align: center; font-size: 10px; font-weight: 900; text-transform: uppercase; color: #444; line-height: 1.1; }
.isade-future-icons img { width: 38px; height: 38px; margin: 0 auto 8px; opacity: .78; }

.isade-trusted { padding: 12px 0 34px; background: #fff; }
.isade-trusted h2 { margin: 0 0 12px; font-size: 24px; font-weight: 800; letter-spacing: -.035em; }
.isade-logo-row { border-top: 1px solid var(--isade-line); border-bottom: 1px solid var(--isade-line); padding: 17px 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; align-items: center; }
.isade-logo-row img { width: 100%; max-height: 58px; object-fit: contain; filter: saturate(.95); }

.isade-footer { margin-top: 0 !important; padding: 36px 0 0 !important; background: #fff !important; border-top: 1px solid var(--isade-line); color: var(--isade-text) !important; }
.isade-footer h3 { color: var(--isade-black) !important; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; margin: 0 0 16px; }
.isade-footer p, .isade-footer li, .isade-footer a { color: #3f3f3f !important; }
.isade-footer-brand > img { width: 210px; margin-bottom: 18px; }
.isade-socials { display: flex; gap: 13px; }
.isade-socials a { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; }
.isade-socials img { width: 22px; height: 22px; }
.isade-footer-list, .isade-footer-links { list-style: none; margin: 0; padding: 0; }
.isade-footer-list li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 8px; font-size: 13px; line-height: 1.4; }
.isade-footer-list img { width: 16px; height: 16px; margin-top: 1px; }
.isade-no-icons li { display: block; }
.isade-footer-links li { margin-bottom: 6px; font-size: 13px; }
.isade-footer-links a { text-decoration: none !important; }
.isade-footer-links a:hover, .isade-footer-links .isade-accent { color: var(--isade-yellow-dark) !important; }
.isade-footer-bottom {
    margin-top: 30px;
    padding: 14px 0 60px;
    border-top: 1px solid var(--isade-line);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.isade-footer-bottom p { margin: 0; font-size: 11px; color: #777 !important; }

@media (min-width: 1200px) {
  .isade-header .container,
  .isade-page .container,
  .isade-footer .container { width: 1180px; }
}

@media (max-width: 1199px) {
  .isade-header .header-logo img { width: 205px; }
  .isade-logo-column { width: 218px; }
  .isade-campus-column { width: 185px; }
  .isade-header .header-nav-main nav > ul > li > a { font-size: 10.5px; padding-inline: 8px !important; }
  .isade-header-campus { padding-inline: 15px; }
}

@media (min-width: 992px) {
  /* Hero: la imagen derecha nace en el centro del bloque y se extiende hasta el borde del navegador. */
  .isade-hero .container {
    position: relative;
  }

  .isade-hero-row {
    position: relative;
  }

  .isade-hero-copy {
    position: relative;
    z-index: 2;
  }

  .isade-hero-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: calc((100vw - 100%) / -2);
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
  }

  .isade-hero-image {
    width: 100%;
    height: 100%;
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .isade-hero-slider { min-height: 0; }
  .isade-hero-slide { position: relative; inset: auto; display: none; min-height: 0; }
  .isade-hero-slide.is-active { display: block; }
  .isade-hero-arrow { width: 40px; height: 40px; }
  .isade-hero-arrow span { font-size: 36px; }
  .isade-hero-arrow-prev { left: 12px; }
  .isade-hero-arrow-next { right: 12px; }
  .isade-header .header-body,
  .isade-header .header-container,
  .isade-header .header-row { min-height: 78px; }
  .isade-logo-column { width: auto; }
  .isade-nav-column { width: auto; margin-left: auto; }
  .isade-header .header-logo img { width: 215px; }
  .isade-header .header-nav-main { background: #fff; border-radius: 0 0 10px 10px; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
  .isade-header .header-nav-main nav > ul > li > a { font-size: 12px; padding: 13px 18px !important; }
  .isade-header .dropdown-menu { box-shadow: none; border-radius: 0; padding: 0 0 8px; }
  .isade-header .dropdown-menu li a { min-height: 44px; padding: 10px 28px !important; }
  .isade-hero { background: linear-gradient(180deg, #fff 0 66%, var(--isade-yellow) 66% 100%); }
  .isade-hero::before { display: none; }
  .isade-hero-row { display: block; min-height: 0; }
  .isade-hero-copy { padding: 52px 15px 34px; text-align: center; }
  .isade-hero h1, .isade-hero-text { margin-left: auto; margin-right: auto; }
  .isade-title-line { margin-left: auto; margin-right: auto; }
  .isade-actions { justify-content: center; }
  .isade-hero-image { min-height: 360px; border-radius: 22px 22px 0 0; overflow: hidden; }
  .isade-career-card { margin-bottom: 30px; }
  .isade-postitulos-block { padding-right: 15px; border-right: 0; }
  .isade-continuous-block { padding-left: 15px; margin-top: 30px; }
  .isade-campus-card { grid-template-columns: 1fr; text-align: center; }
  .isade-campus-card::after { display: none; }
  .isade-campus-card > img { justify-self: center; width: 340px; }
  .isade-future-copy { text-align: center; margin-bottom: 24px; }
  .isade-future-icons { grid-template-columns: repeat(3, 1fr); }
  .isade-logo-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .isade-header .header-logo img { width: 250px; }
  .isade-hero {
    background: #fff;
  }
  .isade-hero-copy {
    padding-top: 42px;
    padding-bottom: 28px;
  }
  .isade-hero h1 { font-size: 42px; }
  .isade-hero-text { font-size: 16px; line-height: 1.65; margin-bottom: 0; }
  .isade-copy-actions { display: none !important; }
  .isade-hero-media {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: block;
  }
  .isade-hero-image {
    width: 100vw;
    min-height: 430px;
    height: 430px;
    border-radius: 0;
    overflow: hidden;
    display: block;
  }
  .isade-hero-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.64) 100%);
    pointer-events: none;
  }
  .isade-hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .isade-hero-image picture > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .isade-mobile-actions {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 54px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
  .isade-mobile-actions .isade-btn {
    width: min(100%, 320px);
    min-height: 46px;
    padding: 0 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }
  .isade-mobile-actions .isade-btn img {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  .isade-mobile-actions .isade-btn-outline {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 12px 26px rgba(0,0,0,.16);
  }
  .isade-actions { gap: 12px; }
  .isade-hero-slider-dots {
    bottom: 18px;
  }
  .isade-hero-slider-arrows {
    inset: auto 0 215px 0;
    height: 0;
  }
  .isade-hero-arrow {
    top: 0;
  }
  .isade-section { padding: 44px 0; }
  .isade-career-body { padding: 26px 24px 30px; }
  .isade-career-title-row { align-items: flex-start; gap: 16px; }
  .isade-icon-badge { width: 58px; height: 58px; }
  .isade-icon-badge img { width: 31px; height: 31px; }
  .isade-career-title-row h3 { font-size: 24px; }
  .isade-career-meta { grid-template-columns: 1fr; }
  .isade-benefit-grid > div:nth-child(2n) .isade-benefit-item { border-right: 0; }
  .isade-benefit-item { min-height: 170px; padding-inline: 12px; margin-bottom: 18px; }
  .isade-course-item { margin-bottom: 28px; }
  .isade-post-card { align-items: flex-start; gap: 15px; padding: 18px 16px; }
  .isade-post-card h3 { font-size: 16px; }
  .isade-campus-copy span {
    font-size: 18px;
}
  .isade-campus-card { padding: 26px 20px; }
  .isade-future-icons { grid-template-columns: repeat(2, 1fr); }
  .isade-logo-row { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .isade-footer-grid > div { margin-bottom: 28px; }
  .isade-footer-bottom { display: block; text-align: center; }
  .isade-footer-bottom p + p { margin-top: 7px; }
}

@media (max-width: 480px) {
  .isade-hero-image { min-height: 400px; height: 400px; }
  .isade-mobile-actions { left: 14px; right: 14px; bottom: 50px; }
  .isade-mobile-actions .isade-btn { width: min(100%, 300px); }
  .isade-hero-slider-arrows { bottom: 200px; }
}

/* Ajustes mobile hero slider: imagen hasta el borde inferior del viewport, botones al pie y flechas centradas sobre la imagen. */
@media (max-width: 767px) {
  .isade-hero-slider-section {
    --isade-mobile-hero-height: calc(100svh - 90px);
    --isade-mobile-arrow-top: 50%;
    min-height: var(--isade-mobile-hero-height);
  }

  .isade-hero-slider,
  .isade-hero,
  .isade-hero-slide,
  .isade-hero-slide.is-active {
    min-height: var(--isade-mobile-hero-height);
  }

  .isade-hero {
    display: flex;
    align-items: stretch;
  }

  .isade-hero > .container {
    width: 100%;
    min-height: inherit;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }

  .isade-hero-row {
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .isade-hero-copy {
    width: 100%;
    flex: 0 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .isade-hero-media {
    flex: 1 1 auto;
    min-height: 320px;
    display: flex;
    align-items: stretch;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
  }

  .isade-hero-image {
    flex: 1 1 auto;
    width: 100vw;
    min-height: 100%;
    height: auto;
    border-radius: 0;
  }

  .isade-hero-image picture,
  .isade-hero-image picture > img {
    height: 100%;
  }

  .isade-mobile-actions {
    left: 18px;
    right: 18px;
    bottom: 20px;
    gap: 10px;
  }

  .isade-hero-slider-dots {
    bottom: 122px;
  }

  .isade-hero-slider-arrows {
    inset: 0;
    height: 100%;
  }

  .isade-hero-arrow {
    top: var(--isade-mobile-arrow-top, 50%);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
  }

  .isade-hero-arrow:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .isade-hero-arrow-prev { left: 10px; }
  .isade-hero-arrow-next { right: 10px; }
}

@supports not (height: 100svh) {
  @media (max-width: 767px) {
    .isade-hero-slider-section {
      --isade-mobile-hero-height: calc(100vh - 90px);
    }
  }
}

@media (max-width: 480px) {
  .isade-hero-image {
    min-height: 100%;
    height: auto;
  }

  .isade-mobile-actions {
    bottom: 20px;
  }

  .isade-hero-slider-arrows {
    bottom: auto;
  }
}

/* Correccion final mobile: evita espacios blancos y que slides inactivos queden visibles al hacer scroll. */
@media (max-width: 767px) {
  .isade-hero-slider-section {
    height: var(--isade-mobile-hero-height, calc(100svh - 90px));
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .isade-hero-slider {
    height: 100%;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .isade-hero-slide {
    position: relative !important;
    inset: auto !important;
    height: 100%;
    min-height: 0 !important;
    overflow: hidden !important;
    display: none !important;
  }

  .isade-hero-slide.is-active {
    display: block !important;
    height: 100%;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .isade-hero-slide:not(.is-active) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  .isade-hero {
    height: 100%;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff;
  }

  .isade-hero > .container {
    height: 100%;
    min-height: 0 !important;
    overflow: hidden;
  }

  .isade-hero-row {
    height: 100%;
    min-height: 0 !important;
    overflow: hidden;
  }

  .isade-hero-copy {
    flex: 0 0 auto;
  }

  .isade-hero-media {
    flex: 1 1 0;
    min-height: 0 !important;
    overflow: hidden;
  }

  .isade-hero-image {
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  .isade-hero-image picture,
  .isade-hero-image picture > img {
    height: 100% !important;
  }

  .isade-mobile-actions {
    bottom: 20px !important;
  }

  .isade-hero-slider-arrows {
    inset: 0 !important;
    height: 100% !important;
    bottom: auto !important;
  }

  .isade-hero-arrow {
    top: var(--isade-mobile-arrow-top, 50%) !important;
  }
}

@supports not (height: 100svh) {
  @media (max-width: 767px) {
    .isade-hero-slider-section {
      height: var(--isade-mobile-hero-height, calc(100vh - 90px));
    }
  }
}

/* Animacion de imagenes del hero slider: desktop y mobile. */
.isade-hero-slider .isade-hero-image {
  overflow: hidden;
}

.isade-hero-slider .isade-hero-image picture > img {
  opacity: 0;
  transform: scale(1.08) translateX(28px);
  transform-origin: left center;
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  .isade-hero-slider .isade-hero-slide.is-active .isade-hero-image picture > img {
    animation: isadeHeroImageInDesktop 1.15s cubic-bezier(.22, 1, .36, 1) .18s both;
  }
}

@media (max-width: 767px) {
  .isade-hero-slider .isade-hero-image picture > img {
    transform: scale(1.08) translateY(26px);
    transform-origin: center center;
  }

  .isade-hero-slider .isade-hero-slide.is-active .isade-hero-image picture > img {
    animation: isadeHeroImageInMobile 1.05s cubic-bezier(.22, 1, .36, 1) .22s both;
  }
}

@keyframes isadeHeroImageInDesktop {
  from {
    opacity: 0;
    transform: scale(1.08) translateX(28px);
    filter: saturate(.92) contrast(.96);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
    filter: saturate(1.03) contrast(1.02);
  }
}

@keyframes isadeHeroImageInMobile {
  from {
    opacity: 0;
    transform: scale(1.08) translateY(26px);
    filter: saturate(.92) contrast(.96);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: saturate(1.03) contrast(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .isade-hero-slider .isade-hero-image picture > img,
  .isade-hero-slider .isade-hero-slide.is-active .isade-hero-image picture > img {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Ajustes solicitados sobre base isade03: menu mobile, footer, futuro y campus. */
@media (min-width: 992px) {
  .isade-mobile-campus-item {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .isade-header .header-nav-main nav > ul > li.isade-mobile-campus-item {
    padding: 8px 0 16px;
  }

  .isade-header .header-nav-main nav > ul > li.isade-mobile-campus-item > a.isade-mobile-campus-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: calc(100% - 36px);
    min-height: 46px;
    margin: 8px 18px 0;
    padding: 0 20px !important;
    border-radius: 999px;
    background: var(--isade-black) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -.02em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
  }

  .isade-header .header-nav-main nav > ul > li.isade-mobile-campus-item > a.isade-mobile-campus-link:hover {
    background: #202020 !important;
    color: #fff !important;
  }

  .isade-mobile-campus-link img {
    width: 18px;
    height: 18px;
    filter: invert(1);
  }
}

.isade-campus-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 8fr 4fr !important;
  align-items: stretch;
  gap: 0 !important;
  background: var(--isade-yellow);
}

.isade-campus-card::after {
  display: none !important;
}

.isade-campus-main {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 34px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.isade-campus-main .isade-btn {
  flex: 0 0 auto;
}

.isade-campus-media {
  position: relative;
  z-index: 1;
  min-height: 220px;
  height: 100%;
  overflow: hidden;
}

.isade-campus-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 !important;
}

.isade-future-icons {
  align-items: stretch;
}

.isade-future-item {
  min-height: 126px;
  padding: 18px 10px 16px;
  border: 1px solid var(--isade-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .035);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.isade-future-item:hover {
  transform: translateY(-3px);
  border-color: rgba(248, 196, 0, .7);
  box-shadow: var(--isade-shadow-soft);
}

.isade-future-item img {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  opacity: 1;
}

.isade-future-item h3 {
  margin: 0;
  color: var(--isade-black);
  font-size: 10.5px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.015em;
}

.isade-socials {
  gap: 15px;
  align-items: center;
}

.isade-socials a {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.isade-socials a:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.isade-social-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 30px !important;
  height: 30px !important;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease;
}

.isade-social-icon-color {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.88);
}

.isade-socials a:hover .isade-social-icon-base {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.88);
}

.isade-socials a:hover .isade-social-icon-color {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.isade-footer-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3f3f3f !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

.isade-footer-list li a:hover {
  color: var(--isade-yellow-dark) !important;
}

.isade-footer-list li a img {
  flex: 0 0 auto;
}

.isade-footer-locations li {
  margin-bottom: 13px;
}

.isade-footer-locations li a {
  display: block;
  line-height: 1.45;
}

.isade-footer-locations li a strong {
  color: var(--isade-black);
  transition: color .2s ease;
}

.isade-footer-locations li a:hover strong {
  color: var(--isade-yellow-dark);
}

@media (max-width: 991px) {
  .isade-campus-card {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .isade-campus-main {
    flex-direction: column;
    justify-content: center;
    padding: 32px 22px 28px;
  }

  .isade-campus-media {
    width: 100%;
    min-height: 260px;
    height: 260px;
  }

  .isade-campus-media img {
    min-height: 260px;
    object-position: center bottom;
  }
}

@media (max-width: 767px) {
  .isade-campus-strip {
    padding-bottom: 36px;
  }

  .isade-campus-card {
    border-radius: 14px;
  }

  .isade-campus-media {
    min-height: 240px;
    height: 240px;
  }

  .isade-campus-media img {
    min-height: 240px;
    object-position: center bottom;
  }

  .isade-future-item {
    min-height: 118px;
    padding: 16px 8px 14px;
  }

  .isade-future-item img {
    width: 50px;
    height: 50px;
  }

  .isade-socials a {
    width: 46px;
    height: 46px;
  }

  .isade-social-icon {
    width: 31px !important;
    height: 31px !important;
  }
}

.isade-burger-icon,
.isade-burger-icon::before,
.isade-burger-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}

.isade-burger-icon {
  position: relative;
  margin: 0 auto;
}

.isade-burger-icon::before,
.isade-burger-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.isade-burger-icon::before { top: -6px; }
.isade-burger-icon::after { top: 6px; }

/* Correcciones solicitadas: menu mobile, submenu, icono campus y bloque campus 5/12 */
@media (max-width: 991px) {
  .isade-header .header-btn-collapse-nav,
  #header .header-btn-collapse-nav {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .isade-header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle,
  #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
    position: relative !important;
    padding-right: 42px !important;
  }

  .isade-header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle::after,
  #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle::after {
    content: "" !important;
    position: absolute !important;
    right: 17px !important;
    top: 50% !important;
    width: 0 !important;
    height: 0 !important;
    margin-top: -2px !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid var(--isade-black) !important;
    border-bottom: 0 !important;
    background: transparent !important;
    display: block !important;
    float: none !important;
  }

  .isade-header .header-nav-main nav > ul > li.dropdown.opened > a.dropdown-toggle::after,
  #header .header-nav-main nav > ul > li.dropdown.opened > a.dropdown-toggle::after {
    transform: rotate(180deg) !important;
  }

  .isade-mobile-campus-link img,
  .isade-header .header-nav-main nav > ul > li.isade-mobile-campus-item > a.isade-mobile-campus-link img {
    filter: none !important;
  }
}

.isade-campus-card {
  grid-template-columns: 7fr 5fr !important;
}

.isade-campus-actions {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.isade-campus-actions p {
  margin: 0 !important;
  color: var(--isade-black) !important;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.015em;
}

.isade-campus-actions .isade-btn {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .isade-campus-card {
    grid-template-columns: 1fr !important;
  }

  .isade-campus-actions {
    align-items: center;
  }

  .isade-campus-actions p {
    text-align: center;
  }
}
.chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info.has-tag .chatwith-whatsapp-type, .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info.has-tag .chatwith-whatsapp-type {
    display: none;
}

/* Ajustes isade04: barra superior, logos, animacion de beneficios y boton volver arriba */
.isade-topbar {
  background: var(--isade-black);
  color: #fff;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.isade-topbar .container {
  /* Mantiene la barra alineada al mismo contenedor del header/menu. */
  padding-left: 15px;
  padding-right: 15px;
}

.isade-topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  line-height: 1;
}

.isade-topbar a {
  color: #fff !important;
  text-decoration: none !important;
}

.isade-topbar-social {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.isade-topbar-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 19px;
  height: 19px;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.isade-topbar-icon-base {
  filter: brightness(0) invert(1);
  opacity: .92;
}

.isade-topbar-icon-color {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.86);
}

.isade-topbar-social:hover .isade-topbar-icon-base {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.86);
}

.isade-topbar-social:hover .isade-topbar-icon-color {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

.isade-topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  opacity: .94;
  transition: color .2s ease, opacity .2s ease;
}

.isade-topbar-contact img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
  transition: filter .2s ease, transform .2s ease;
}

.isade-topbar-contact:hover {
  color: var(--isade-yellow) !important;
  opacity: 1;
}

.isade-topbar-contact:hover img {
  filter: invert(76%) sepia(91%) saturate(1184%) hue-rotate(359deg) brightness(101%) contrast(95%);
  transform: translateY(-1px);
}

@media (min-width: 992px) {
  .isade-logo-row {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .isade-logo-row img {
    max-height: 54px;
  }
}

@media (max-width: 991px) {
  .isade-logo-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .isade-topbar-inner {
    min-height: 36px;
    justify-content: center;
    gap: 13px;
  }

  .isade-topbar-mail {
    display: none !important;
  }

  .isade-topbar-contact {
    font-size: 11.5px;
  }

  .isade-topbar-contact img {
    width: 18px;
    height: 18px;
  }

  .isade-topbar-social {
    width: 26px;
    height: 26px;
  }

  .isade-topbar-icon {
    width: 20px;
    height: 20px;
  }

  .isade-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.isade-benefit-item img {
  transform-origin: 50% 50%;
  will-change: transform, filter;
}

.isade-benefit-grid.isade-benefits-animated .isade-benefit-item img {
  animation: isadeBenefitIconSpotlight .82s cubic-bezier(.22, 1, .36, 1) both;
}

.isade-benefit-grid.isade-benefits-animated > div:nth-child(1) .isade-benefit-item img { animation-delay: .04s; }
.isade-benefit-grid.isade-benefits-animated > div:nth-child(2) .isade-benefit-item img { animation-delay: .18s; }
.isade-benefit-grid.isade-benefits-animated > div:nth-child(3) .isade-benefit-item img { animation-delay: .32s; }
.isade-benefit-grid.isade-benefits-animated > div:nth-child(4) .isade-benefit-item img { animation-delay: .46s; }
.isade-benefit-grid.isade-benefits-animated > div:nth-child(5) .isade-benefit-item img { animation-delay: .60s; }

@keyframes isadeBenefitIconSpotlight {
  0% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 0 rgba(248, 196, 0, 0));
  }
  35% {
    transform: translateY(-8px) scale(1.16) rotate(-4deg);
    filter: drop-shadow(0 14px 12px rgba(248, 196, 0, .34));
  }
  65% {
    transform: translateY(2px) scale(.98) rotate(2deg);
    filter: drop-shadow(0 5px 6px rgba(248, 196, 0, .16));
  }
  100% {
    transform: translateY(0) scale(1) rotate(0);
    filter: drop-shadow(0 0 0 rgba(248, 196, 0, 0));
  }
}

html .scroll-to-top {
  width: 50px !important;
  height: 48px !important;
  min-width: 50px !important;
  padding: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  background: var(--isade-black) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  overflow: visible !important;
}

html .scroll-to-top i {
  display: none !important;
}

html .scroll-to-top::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--isade-yellow);
  border-left: 3px solid var(--isade-yellow);
  transform: rotate(45deg) translate(2px, 2px);
  border-radius: 2px;
}

html .scroll-to-top:hover,
html .scroll-to-top.visible:hover {
  opacity: 1 !important;
  background: #202020 !important;
}

@media (prefers-reduced-motion: reduce) {
  .isade-benefit-grid.isade-benefits-animated .isade-benefit-item img {
    animation: none !important;
  }
}

@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: flex !important;
  }
}


/* Ajustes solicitados: topbar alineada al contenedor, ocultamiento al hacer scroll y credito footer */
.isade-header .isade-topbar {
  transform: translateY(0);
  opacity: 1;
  overflow: hidden;
  transition: transform .28s ease, opacity .22s ease, min-height .28s ease, height .28s ease;
}

.isade-header.isade-topbar-hidden .isade-topbar {
  min-height: 0 !important;
  height: 0 !important;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.isade-header.isade-topbar-hidden .isade-topbar-inner {
  min-height: 0 !important;
  height: 0 !important;
}

.isade-footer-credit-link {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 800;
  transition: color .2s ease;
}

.isade-footer-credit-link:hover {
  color: var(--isade-yellow) !important;
}


/* Optimizacion SEO/UX: foco visible, carga progresiva de secciones y respeto por usuarios con movimiento reducido. */
.isade-site a:focus-visible,
.isade-site button:focus-visible {
  outline: 3px solid rgba(248, 196, 0, .9);
  outline-offset: 3px;
}

@supports (content-visibility: auto) {
  .isade-careers,
  .isade-learning,
  .isade-programs,
  .isade-campus-strip,
  .isade-future,
  .isade-trusted,
  .isade-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .isade-official-ticker-track,
  .isade-hero-slider .isade-eyebrow,
  .isade-hero-slider .isade-hero h1,
  .isade-hero-slider .isade-title-line,
  .isade-hero-slider .isade-hero-text,
  .isade-hero-slider .isade-actions .isade-btn {
    animation: none !important;
    transition: none !important;
  }
  .isade-official-ticker-track { transform: none !important; }
  .isade-hero-slider .isade-eyebrow,
  .isade-hero-slider .isade-hero h1,
  .isade-hero-slider .isade-title-line,
  .isade-hero-slider .isade-hero-text,
  .isade-hero-slider .isade-actions .isade-btn {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* Correccion robusta de iconos: evita depender de caracteres especiales o fuentes de iconos mal decodificadas por el servidor. */
.isade-hero-arrow .isade-arrow-svg {
  width: 24px;
  height: 24px;
  display: block;
  color: var(--isade-yellow);
  transition: color .2s ease, transform .2s ease;
}
.isade-hero-arrow:hover .isade-arrow-svg {
  color: var(--isade-black);
  transform: scale(1.08);
}
html .scroll-to-top::before {
  content: "" !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  border-top: 3px solid var(--isade-yellow) !important;
  border-left: 3px solid var(--isade-yellow) !important;
  transform: rotate(45deg) translate(2px, 2px) !important;
  border-radius: 2px !important;
}



/* Widget propio ISADE de contacto/WhatsApp.
   Reemplaza el script externo para evitar errores de codificación en el selector de país. */

/* ==========================================================
   Ajuste solicitado 22/07: hero slider mobile 50/50
   - El slider ocupa el alto disponible del navegador.
   - El bloque de texto ocupa el 50% superior.
   - La imagen ocupa el 50% inferior.
   - Los botones quedan debajo de la bajada, en línea, dentro del bloque blanco.
   ========================================================== */
@media (max-width: 767px) {
  .isade-hero-slider-section {
    height: var(--isade-mobile-hero-height, calc(100svh - 150px)) !important;
    min-height: 0 !important;
    max-height: var(--isade-mobile-hero-height, calc(100svh - 150px)) !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .isade-hero-slider,
  .isade-hero,
  .isade-hero-slide,
  .isade-hero-slide.is-active {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  .isade-hero-slide {
    position: relative !important;
    inset: auto !important;
    display: none !important;
  }

  .isade-hero-slide.is-active {
    display: block !important;
  }

  .isade-hero {
    background: #fff !important;
    display: block !important;
  }

  .isade-hero::before {
    display: none !important;
  }

  .isade-hero > .container {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .isade-hero-row {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .isade-hero-copy {
    width: 100% !important;
    flex: 0 0 50% !important;
    max-width: none !important;
    height: 50% !important;
    min-height: 0 !important;
    padding: 18px 22px 12px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fff !important;
    z-index: 2 !important;
  }

  .isade-hero-slider .isade-eyebrow {
    margin: 0 0 10px !important;
    font-size: clamp(11px, 3.15vw, 14px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
  }

  .isade-hero h1 {
    max-width: 100% !important;
    margin: 0 auto !important;
    font-size: clamp(31px, 9vw, 40px) !important;
    line-height: .94 !important;
    letter-spacing: -.065em !important;
  }

  .isade-hero h1 span {
    display: block !important;
  }

  .isade-title-line {
    width: 76px !important;
    height: 4px !important;
    margin: 11px auto 12px !important;
  }

  .isade-hero-text {
    max-width: 345px !important;
    margin: 0 auto 12px !important;
    font-size: clamp(13px, 3.55vw, 15.5px) !important;
    line-height: 1.38 !important;
  }

  .isade-copy-actions {
    width: 100% !important;
    max-width: 520px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .isade-copy-actions .isade-btn {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 190px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: clamp(8.2px, 2.35vw, 10px) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    text-align: center !important;
    gap: 5px !important;
    box-shadow: 0 7px 15px rgba(248, 196, 0, .20) !important;
  }

  .isade-copy-actions .isade-btn span[aria-hidden="true"] {
    flex: 0 0 auto !important;
  }

  .isade-copy-actions .isade-btn img {
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 auto !important;
  }

  .isade-copy-actions .isade-btn-outline {
    background: #fff !important;
    border-color: #d9d9d9 !important;
    box-shadow: none !important;
  }

  .isade-mobile-actions {
    display: none !important;
  }

  .isade-hero-media {
    flex: 0 0 50% !important;
    width: 100vw !important;
    max-width: none !important;
    height: 50% !important;
    min-height: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  .isade-hero-image {
    width: 100vw !important;
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  .isade-hero-image::after {
    display: none !important;
  }

  .isade-hero-image picture,
  .isade-hero-image picture > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .isade-hero-image picture > img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .isade-hero-slider-arrows {
    inset: 0 !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: 8 !important;
  }

  .isade-hero-arrow {
    top: var(--isade-mobile-arrow-top, 75%) !important;
    width: 42px !important;
    height: 42px !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
  }

  .isade-hero-arrow:hover {
    transform: translateY(-50%) scale(1.06) !important;
  }

  .isade-hero-arrow-prev {
    left: 10px !important;
  }

  .isade-hero-arrow-next {
    right: 10px !important;
  }

  .isade-hero-slider-dots {
    bottom: 12px !important;
    z-index: 9 !important;
  }
}

@supports not (height: 100svh) {
  @media (max-width: 767px) {
    .isade-hero-slider-section {
      height: var(--isade-mobile-hero-height, calc(100vh - 150px)) !important;
      max-height: var(--isade-mobile-hero-height, calc(100vh - 150px)) !important;
    }
  }
}

@media (max-width: 380px) and (max-height: 720px) {
  .isade-hero-slider .isade-eyebrow {
    margin-bottom: 8px !important;
    font-size: 10.5px !important;
  }

  .isade-hero h1 {
    font-size: clamp(28px, 8.35vw, 34px) !important;
  }

  .isade-title-line {
    width: 64px !important;
    margin: 9px auto 10px !important;
  }

  .isade-hero-text {
    font-size: 12.4px !important;
    line-height: 1.28 !important;
    margin-bottom: 9px !important;
  }

  .isade-copy-actions .isade-btn {
    min-height: 36px !important;
    height: 36px !important;
    font-size: 7.7px !important;
    padding-inline: 6px !important;
  }
}

/* === ISADE Proyecto page 2026-07-22 custom layout === */
.isade-project-page {
  background: #fff;
}

.isade-project-hero-titleblock {
  width: 100%;
  background: #050505;
  padding: clamp(20px, 2.5vw, 40px) 0;
  margin: 0;
}

.isade-project-hero-titleblock h1 {
  margin: 0;
  color: var(--isade-white);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(36px, 4.0vw, 80px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.065em;
  text-transform: none;
}

.isade-project-hero-titleblock h1 span {
  text-transform: uppercase;
  color: var(--isade-yellow);
}

.isade-project-hero-image {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #111;
  overflow: hidden;
}

.isade-project-hero-image img {
  display: block;
  width: 100%;
  height: clamp(170px, 18vw, 300px);
  object-fit: cover;
  object-position: center center;
}

.isade-project-intro-v2 {
  padding-top: clamp(46px, 5vw, 76px);
}

.isade-project-intro-row {
  display: flex;
  align-items: center;
}

.isade-project-intro-v2 .isade-section-head {
  margin-bottom: 0;
}

.isade-project-intro-v2 .isade-section-head h2 {
  max-width: 530px;
}

.isade-project-text-card {
  background: #fff;
  border-radius: 18px;
  padding: clamp(24px, 3vw, 38px);
}

.isade-project-text-card p {
  margin: 0;
  color: #333 !important;
  font-size: 15px;
  line-height: 1.85;
}

.isade-project-text-card p + p {
  margin-top: 16px;
}

.isade-project-feature-grid {
  margin-top: clamp(28px, 4vw, 50px);
}

.isade-project-feature-grid > div {
  margin-bottom: 28px;
}

.isade-project-feature-card {
  height: 100%;
  min-height: 360px;
  background: #fff;
  border: 1px solid var(--isade-line);
  border-radius: 18px;
  box-shadow: var(--isade-shadow-soft);
  padding: clamp(26px, 3vw, 38px) 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.isade-project-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248,196,0,.50);
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}

.isade-project-feature-card > img {
  width: 50%;
  max-width: 165px;
  min-width: 112px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 auto 26px;
}

.isade-project-feature-card h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.isade-project-feature-card p {
  max-width: 290px;
  margin: 0 auto;
  color: #444 !important;
  font-size: 14px;
  line-height: 1.65;
}

.isade-project-objectives-v2 {
  background: #f5f5f5;
  padding: clamp(52px, 6vw, 86px) 0;
}

.isade-objectives-row {
  margin-top: 34px;
}

.isade-objectives-row > div {
  margin-bottom: 26px;
}

.isade-objective-card-v2 {
  height: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  padding: clamp(24px, 3vw, 36px);
}

.isade-objective-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.isade-objective-icon-circle {
  flex: 0 0 clamp(58px, 6vw, 74px);
  width: clamp(58px, 6vw, 74px);
  height: clamp(58px, 6vw, 74px);
  border-radius: 50%;
  background: var(--isade-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.isade-objective-icon-circle img {
  display: block;
  width: 54%;
  height: 54%;
  object-fit: contain;
}

.isade-objective-card-v2 h3 {
  margin: 0;
  color: #111;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.045em;
}

.isade-objective-card-v2 p,
.isade-objective-card-v2 li {
  color: #333 !important;
  font-size: 14.5px;
  line-height: 1.75;
}

.isade-objective-card-v2 p {
  margin: 0;
}

.isade-objective-list {
  margin: 0;
  padding-left: 21px;
}

.isade-objective-list li + li {
  margin-top: 12px;
}

.isade-project-quote-v2 {
  width: 100%;
  background: #050505;
  padding: clamp(42px, 5vw, 72px) 0;
  margin: 0;
}

.isade-project-quote-v2 blockquote {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(18px, 2.8vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.05em;
  text-align: center;
}

.isade-project-quote-v2 blockquote::before,
.isade-project-quote-v2 blockquote::after {
  content: "";
  display: block;
  width: 84px;
  height: 5px;
  background: var(--isade-yellow);
  margin: 0 auto 24px;
  border-radius: 999px;
}

.isade-project-quote-v2 blockquote::after {
  margin: 24px auto 0;
}

.isade-project-profile-v2 {
  background: #fff;
  padding-top: clamp(52px, 6vw, 86px);
}

.isade-profile-head-v2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.isade-profile-head-v2 h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(30px, 4.4vw, 60px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.07em;
}

.isade-profile-head-v2 h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.035em;
}

.isade-profile-head-v2 p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #444 !important;
  font-size: 15px;
  line-height: 1.75;
}

.isade-profile-grid-v2 {
  margin-top: clamp(26px, 4vw, 46px);
}

.isade-profile-grid-v2 > div {
  margin-bottom: 30px;
}

.isade-profile-item-v2 {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: clamp(26px, 3vw, 36px) 24px 30px;
  text-align: center;
}

.isade-profile-icon-circle {
  width: 50%;
  max-width: 150px;
  min-width: 112px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.isade-profile-icon-circle img {
  display: block;
  width: 48%;
  height: 48%;
  object-fit: contain;
}

.isade-profile-item-v2 h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.isade-profile-item-v2 p {
  margin: 0;
  color: #444 !important;
  font-size: 13.5px;
  line-height: 1.72;
}

.isade-project-page .isade-future {
  padding-top: clamp(42px, 5vw, 70px);
}

@media (max-width: 991px) {
  .isade-project-intro-row {
    display: block;
  }

  .isade-project-intro-v2 .isade-section-head {
    margin-bottom: 24px;
    text-align: center;
  }

  .isade-project-intro-v2 .isade-section-head h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .isade-project-feature-card {
    min-height: 330px;
  }

  .isade-project-feature-card > img,
  .isade-profile-icon-circle {
    max-width: 135px;
  }
}

@media (max-width: 767px) {
  .isade-project-hero-titleblock {
    padding: 30px 0;
  }

  .isade-project-hero-titleblock h1 {
    text-align: center;
    font-size: clamp(32px, 9vw, 52px);
  }

  .isade-project-hero-image img {
    height: clamp(70px, 20vw, 220px);
  }

  .isade-project-feature-grid > div,
  .isade-profile-grid-v2 > div,
  .isade-objectives-row > div {
    margin-bottom: 20px;
  }

  .isade-project-feature-card {
    min-height: auto;
  }

  .isade-project-feature-card > img {
    min-width: 94px;
    max-width: 128px;
    margin-bottom: 18px;
  }

  .isade-objective-title-row {
    gap: 14px;
    align-items: center;
  }

  .isade-objective-icon-circle {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .isade-objective-card-v2 h3 {
    font-size: 22px;
  }

  .isade-profile-icon-circle {
    min-width: 96px;
    max-width: 128px;
    margin-bottom: 18px;
  }

  .isade-profile-item-v2 {
    padding: 24px 20px 26px;
  }
}

/* =========================================================
   ISADE - Landing carrera: Tecnicatura Superior
   ========================================================= */
.isade-career-page {
  background: #fff;
}

.isade-career-hero {
  position: relative;
  overflow: hidden;
  background: #050505;
  padding: clamp(50px, 7vw, 96px) 0;
}

.isade-career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(248,196,0,.22), transparent 32%),
    linear-gradient(110deg, rgba(255,255,255,.04), transparent 42%);
  pointer-events: none;
}

.isade-career-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.isade-career-hero .isade-eyebrow {
  color: var(--isade-yellow) !important;
}

.isade-career-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5.2vw, 78px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.075em;
}

.isade-career-hero-lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: #fff !important;
  font-size: clamp(15px, 1.35vw, 21px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: -.02em;
}

.isade-career-hero-actions,
.isade-career-contact-actions,
.isade-career-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.isade-career-hero-media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,.32);
  background: var(--isade-yellow);
  transform: rotate(1.2deg);
}

.isade-career-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(0,0,0,.44), transparent);
}

.isade-career-hero-media img {
  display: block;
  width: 100%;
  height: clamp(300px, 36vw, 520px);
  object-fit: cover;
  object-position: center;
}

.isade-career-section {
  padding: clamp(54px, 6vw, 88px) 0;
}

.isade-career-section-head {
  max-width: 1000px;
  margin: 0 auto clamp(28px, 4vw, 48px);
}

.isade-career-section-head h2,
.isade-career-form-copy h2 {
  margin: 0 0 14px;
  color: var(--isade-black);
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.isade-career-section-head p,
.isade-career-form-copy p {
  color: #4a4a4a !important;
  font-size: 15px;
  line-height: 1.75;
}

.isade-career-mode-box {
  background: var(--isade-yellow);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 32px);
  margin-bottom: 26px;
  box-shadow: var(--isade-shadow-soft);
  text-align: center;
}

.isade-career-mode-box h3 {
  margin: 0;
  color: var(--isade-black);
  font-size: clamp(18px, 2.4vw, 32px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.045em;
}

.isade-career-quick-grid > div {
  margin-bottom: 20px;
}

.isade-career-quick-grid article {
  height: 100%;
  min-height: 170px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 32px;
  padding: 24px 28px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
  display: flex;
  align-items: center;
  gap: 17px;
}

.isade-career-quick-grid img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
  margin: 0;
}

.isade-career-quick-copy {
  flex: 1 1 auto;
}

.isade-career-quick-grid strong {
  display: block;
  color: var(--isade-black);
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
}

.isade-career-quick-grid span {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.isade-career-content-row {
  margin-top: 20px;
}

.isade-career-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.isade-career-checklist li {
  position: relative;
  margin: 0 0 13px;
  padding: 0 0 0 32px;
  color: #333;
  font-size: 14.2px;
  line-height: 1.72;
}

.isade-career-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--isade-yellow);
  box-shadow: inset 0 0 0 4px #111;
}

.isade-career-contact-strip {
  background: #050505;
  padding: clamp(34px, 5vw, 58px) 0;
  margin-bottom: 50px;
}

.isade-career-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.isade-career-contact-inner h2 {
  margin: 0 0 8px;
  color: var(--isade-yellow);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.055em;
}

.isade-career-contact-inner p {
  max-width: 720px;
  margin: 0;
  color: #fff !important;
  font-size: 14.5px;
  line-height: 1.7;
}

.isade-career-contact-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.isade-career-plan {
  background: #fafafa;
}

.isade-career-year {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 18px 42px rgba(0,0,0,.06);
}

.isade-career-year + .isade-career-year {
  margin-top: 24px;
}

.isade-career-year-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.isade-career-year-head > span {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--isade-black);
  color: var(--isade-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.isade-career-year-head h3 {
  margin: 0 0 5px;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -.055em;
}

.isade-career-year-head p {
  margin: 0 0 6px;
  color: #4a4a4a !important;
  font-size: 14px;
  line-height: 1.65;
}

.isade-career-subjects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0 0 0 20px;
}

.isade-career-subjects li {
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 4px;
}

.isade-career-certification {
  display: inline-block;
  margin-top: 24px;
  background: var(--isade-yellow);
  color: var(--isade-black);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
	text-align: center;
}

.isade-career-scope {
  background: #fff;
}

.isade-career-text-box {
  max-width: 970px;
  margin: 0 auto 28px;
  text-align: center;
}

.isade-career-text-box p {
  color: #333 !important;
  font-size: 15px;
  line-height: 1.75;
}

.isade-career-text-box h3,
.isade-career-intervention h3 {
  margin: 20px 0 0;
  color: var(--isade-black);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.045em;
}

.isade-career-numbered-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.isade-career-numbered-grid article,
.isade-career-intervention article,
.isade-career-practice-grid article,
.isade-career-agreement-grid article {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0,0,0,.055);
  padding: 24px;
}

.isade-career-numbered-grid article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.isade-career-numbered-grid span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--isade-yellow);
  color: var(--isade-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
}

.isade-career-numbered-grid p,
.isade-career-intervention p,
.isade-career-practice-grid p,
.isade-career-agreement-grid article {
  margin: 0;
  color: #3f3f3f !important;
  font-size: 13.7px;
  line-height: 1.72;
}

.isade-career-intervention {
  margin-top: 34px;
}

.isade-career-intervention h3 {
  text-align: center;
  margin-bottom: 24px;
}

.isade-career-intervention h4 {
  margin: 0 0 10px;
  color: #111;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.035em;
}

.isade-career-practices {
  background: #f5f5f5;
}

.isade-career-practice-grid > div,
.isade-career-agreement-grid > div {
  margin-bottom: 22px;
}

.isade-career-practice-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--isade-black);
  color: var(--isade-yellow);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.015em;
}

.isade-career-note {
  background: var(--isade-yellow);
  border-radius: 18px;
  padding: 20px 24px;
  color: #111;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
}

.isade-career-agreements {
  background: #fff;
}

.isade-career-agreement-grid article {
  position: relative;
  padding-left: 54px;
}

.isade-career-agreement-grid article::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 29px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--isade-yellow);
  box-shadow: 0 0 0 6px rgba(248,196,0,.2);
}

.isade-career-form-section {
  background: #050505;
  padding: clamp(54px, 6vw, 88px) 0;
}

.isade-career-form-row {
  display: flex;
  align-items: center;
}

.isade-career-form-copy h2,
.isade-career-form-copy p,
.isade-career-form-copy .isade-eyebrow {
  color: #fff !important;
}

.isade-career-form-copy .isade-eyebrow {
  color: var(--isade-yellow) !important;
}

.isade-career-form {
  background: #fff;
  border-radius: 22px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}

.isade-career-form label {
  display: block;
  margin-bottom: 17px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.isade-career-form input,
.isade-career-form select,
.isade-career-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fff;
  color: #111;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.isade-career-form input:focus,
.isade-career-form select:focus,
.isade-career-form textarea:focus {
  border-color: var(--isade-yellow);
  box-shadow: 0 0 0 3px rgba(248,196,0,.25);
}

.isade-career-form button {
  border: 0;
}

@media (max-width: 991px) {
  .isade-career-hero-row,
  .isade-career-form-row {
    display: block;
  }

  .isade-career-hero-media {
    margin-top: 34px;
    transform: none;
  }

  .isade-career-contact-inner {
    display: block;
    text-align: center;
  }

  .isade-career-contact-actions {
    justify-content: center;
    margin-top: 22px;
  }

  .isade-career-form-copy {
    text-align: center;
    margin-bottom: 26px;
  }

  .isade-career-numbered-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .isade-career-hero {
    padding: 38px 0 44px;
  }

  .isade-career-hero h1 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .isade-career-hero-actions,
  .isade-career-contact-actions,
  .isade-career-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .isade-career-hero-actions .isade-btn,
  .isade-career-contact-actions .isade-btn,
  .isade-career-form-actions .isade-btn {
    width: 100%;
  }

  .isade-career-hero-media img {
    height: 280px;
  }

  .isade-career-section {
    padding: 46px 0;
  }

  .isade-career-quick-grid article {
    min-height: auto;
    padding: 20px 22px;
    gap: 14px;
    border-radius: 26px;
  }

  .isade-career-quick-grid img {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
  }

  .isade-career-quick-grid strong {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .isade-career-quick-grid span {
    font-size: 14px;
  }

  .isade-career-subjects {
    grid-template-columns: 1fr;
  }

  .isade-career-year-head {
    display: block;
    text-align: center;
  }

  .isade-career-year-head > span {
    margin: 0 auto 14px;
  }

  .isade-career-numbered-grid article {
    display: block;
    text-align: center;
  }

  .isade-career-numbered-grid span {
    margin: 0 auto 14px;
  }
}

/* =========================================================
   ISADE - Landing Tecnicatura / Acordeones UX
   ========================================================= */
.isade-career-accordion {
  margin-top: 30px;
}

.isade-career-accordion-item {
  overflow: hidden;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid var(--isade-line);
  border-radius: 18px;
  box-shadow: var(--isade-shadow-soft);
}

.isade-career-accordion-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border: 0;
  background: #fff;
  color: #111;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: background-color .22s ease, color .22s ease;
}

.isade-career-accordion-toggle:hover,
.isade-career-accordion-toggle:focus {
  background: #fafafa;
}

.isade-career-accordion-toggle:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(248,196,0,.45);
}

.isade-career-accordion-number {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--isade-yellow);
  color: #111;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.03em;
}

.isade-career-accordion-toggle strong {
  display: block;
  color: #111;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.045em;
}

.isade-career-accordion-toggle small {
  display: block;
  margin-top: 7px;
  color: #555;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -.01em;
}

.isade-career-accordion-toggle::after {
  content: "+";
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: var(--isade-yellow);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.isade-career-accordion-item.is-open .isade-career-accordion-toggle::after {
  content: "−";
  transform: rotate(180deg);
  background: var(--isade-yellow);
  color: #111;
}

.isade-career-accordion-panel {
  display: none;
  padding: 0 28px 28px;
  border-top: 1px solid #ededed;
}

.isade-career-accordion-item.is-open .isade-career-accordion-panel {
  display: block;
}

.isade-career-accordion-panel .isade-career-subjects {
  margin-top: 24px;
}

.isade-career-accordion-intro {
  margin: 24px 0 0;
  color: #3f3f3f !important;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.isade-career-simple-card {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--isade-line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.045);
}

.isade-career-simple-card p {
  margin: 0;
  color: #3f3f3f !important;
  font-size: 13.8px;
  line-height: 1.72;
}

.isade-career-numbered-grid {
  margin-top: 24px;
}

.isade-career-agreement-accordion .isade-career-accordion-toggle strong {
  font-size: clamp(16px, 1.7vw, 20px);
}

.isade-career-agreement-accordion .isade-career-accordion-toggle small {
  font-size: 12.8px;
}

.isade-career-agreement-accordion .isade-career-accordion-number {
  width: 42px;
  height: 42px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .isade-career-accordion {
    margin-top: 22px;
  }

  .isade-career-accordion-toggle {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 18px 16px;
  }

  .isade-career-accordion-number {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .isade-career-accordion-toggle::after {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }

  .isade-career-accordion-toggle strong {
    font-size: 17px;
  }

  .isade-career-accordion-toggle small {
    font-size: 12.5px;
  }

  .isade-career-accordion-panel {
    padding: 0 16px 20px;
  }

  .isade-career-simple-card {
    padding: 20px;
  }
}


/* ISADE - listado de ámbitos en alcances de Tecnicatura */
.isade-career-scope-card {
  padding: clamp(22px, 2.6vw, 34px);
}

.isade-career-scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 22px;
}

.isade-career-scope-list li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.isade-career-scope-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--isade-yellow);
  box-shadow: 0 0 0 3px rgba(255, 195, 0, .22);
}

@media (max-width: 991px) {
  .isade-career-scope-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .isade-career-scope-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.isade-home-inscription {
  position: relative;
  overflow: hidden;
  padding: 34px 0 58px;
  background: #fff;
}

.isade-home-inscription-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: var(--isade-black);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .16);
}

.isade-home-inscription-card::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--isade-yellow);
  opacity: .95;
}

.isade-home-inscription-card::after {
  content: "";
  position: absolute;
  right: 145px;
  bottom: -160px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 48px solid rgba(255, 255, 255, .08);
}

.isade-home-inscription-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 4vw, 48px);
}

.isade-home-inscription-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(248, 196, 0, .15);
  color: var(--isade-yellow) !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.isade-home-inscription-eyebrow img {
  width: 18px;
  height: 18px;
}

.isade-home-inscription h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.06em;
}

.isade-home-inscription h2 span {
  color: var(--isade-yellow) !important;
}

.isade-home-inscription-copy p {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 16px;
  line-height: 1.65;
}

.isade-home-inscription-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.isade-home-inscription-actions .isade-btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, .28);
  color: #fff !important;
}

.isade-home-inscription-actions .isade-btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--isade-black) !important;
}

.isade-home-inscription-list {
  display: grid;
  gap: 14px;
}

.isade-home-inscription-option {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.isade-home-inscription-option .isade-icon-badge {
  width: 58px;
  height: 58px;
  background: var(--isade-yellow);
}

.isade-home-inscription-option .isade-icon-badge img {
  width: 32px;
  height: 32px;
}

.isade-home-inscription-option p {
  margin: 0 0 2px;
  color: #555 !important;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.isade-home-inscription-option h3 {
  margin: 0;
  color: var(--isade-black) !important;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .isade-home-inscription-inner {
    grid-template-columns: 1fr;
  }

  .isade-home-inscription-card::before {
    right: -170px;
    top: -150px;
  }
}

@media (max-width: 767px) {
  .isade-home-inscription {
    padding: 20px 0 42px;
  }

  .isade-home-inscription-inner {
    padding: 28px 22px;
  }

  .isade-home-inscription h2 {
    font-size: 34px;
  }

  .isade-home-inscription-copy p {
    font-size: 14px;
  }

  .isade-home-inscription-actions .isade-btn {
    width: 100%;
  }

  .isade-home-inscription-option {
    align-items: flex-start;
    min-height: auto;
  }

  .isade-home-inscription-option h3 {
    font-size: 17px;
  }
}

/* Proyecto - Nueva Preparación Física / historia institucional */
.isade-project-origin-v3 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(248,196,0,.22), transparent 25%),
    linear-gradient(180deg, #f7f7f7 0%, #ffffff 72%);
  padding-top: clamp(54px, 6vw, 92px);
  padding-bottom: clamp(54px, 6vw, 92px);
}

.isade-project-origin-v3:before {
  content: "";
  position: absolute;
  right: -120px;
  top: 70px;
  width: 320px;
  height: 320px;
  border: 54px solid rgba(248,196,0,.18);
  border-radius: 50%;
  pointer-events: none;
}

.isade-project-origin-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.isade-project-origin-title-card {
  position: sticky;
  top: 118px;
  background: #111;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 48px);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  overflow: hidden;
}

.isade-project-origin-title-card:before {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 210px;
  height: 210px;
  background: var(--isade-yellow);
  border-radius: 50%;
  opacity: .95;
}

.isade-project-origin-title-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--isade-yellow);
}

.isade-project-origin-mark {
  position: absolute;
  top: 34px;
  left: 34px;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: var(--isade-yellow);
  box-shadow: 12px 12px 0 rgba(255,255,255,.12);
}

.isade-project-origin-title-card h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 430px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.isade-project-origin-highlight {
  position: relative;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 46px);
  margin-bottom: clamp(24px, 3vw, 34px);
  box-shadow: 0 20px 54px rgba(0,0,0,.08);
}

.isade-project-origin-highlight:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 8px;
  height: calc(100% - 60px);
  border-radius: 0 8px 8px 0;
  background: var(--isade-yellow);
}

.isade-project-origin-highlight p,
.isade-project-history-item p {
  margin: 0;
  color: #333 !important;
  font-size: 15.5px;
  line-height: 1.85;
}

.isade-project-origin-highlight p:first-child {
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.6;
  font-weight: 700;
  color: #171717 !important;
  letter-spacing: -.02em;
}

.isade-project-origin-highlight p + p {
  margin-top: 18px;
}

.isade-project-history-list {
  counter-reset: isade-history-step;
  position: relative;
  display: grid;
  gap: 18px;
}

.isade-project-history-list:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, var(--isade-yellow), rgba(17,17,17,.12));
}

.isade-project-history-item {
  counter-increment: isade-history-step;
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: stretch;
}

.isade-project-history-item:before {
  content: counter(isade-history-step, decimal-leading-zero);
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--isade-yellow);
  color: #111;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.isade-project-history-item p {
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.isade-project-history-item:hover p {
  transform: translateY(-2px);
  border-color: rgba(248,196,0,.55);
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}

@media (max-width: 991px) {
  .isade-project-origin-layout {
    grid-template-columns: 1fr;
  }

  .isade-project-origin-title-card {
    position: relative;
    top: auto;
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .isade-project-origin-v3 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .isade-project-origin-title-card {
    min-height: 220px;
    border-radius: 22px;
  }

  .isade-project-origin-mark {
    top: 24px;
    left: 24px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .isade-project-origin-highlight {
    border-radius: 22px;
    padding: 24px 22px 24px 26px;
  }

  .isade-project-history-list:before {
    left: 19px;
  }

  .isade-project-history-item {
    grid-template-columns: 40px 1fr;
    gap: 13px;
  }

  .isade-project-history-item:before {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .isade-project-history-item p {
    padding: 18px 18px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 1.72;
  }
}


/* Ajustes Proyecto - título sin contenedor y línea de tiempo intercalada */
.isade-project-origin-title-card {
  position: sticky;
  top: 118px;
  display: block;
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.isade-project-origin-title-card:before,
.isade-project-origin-title-card:after,
.isade-project-origin-mark {
  display: none;
}

.isade-project-origin-title-card h2 {
  position: relative;
  margin: 0;
  max-width: 520px;
  padding-bottom: 26px;
  color: var(--isade-black);
  font-size: clamp(36px, 5vw, 60px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.isade-project-origin-title-card h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 8px;
  border-radius: 999px;
  background: var(--isade-yellow);
}

.isade-project-origin-highlight {
  margin-bottom: 0;
}

.isade-project-history-list {
  counter-reset: isade-history-step;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 92px;
  row-gap: clamp(22px, 3vw, 34px);
  margin-top: clamp(36px, 5vw, 66px);
  padding: 4px 0;
}

.isade-project-history-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--isade-yellow), rgba(17,17,17,.16), var(--isade-yellow));
}

.isade-project-history-item {
  counter-increment: isade-history-step;
  position: relative;
  display: block;
  min-width: 0;
}

.isade-project-history-item:nth-child(odd) {
  grid-column: 1;
}

.isade-project-history-item:nth-child(even) {
  grid-column: 2;
}

.isade-project-history-item:before {
  content: counter(isade-history-step, decimal-leading-zero);
  position: absolute;
  z-index: 2;
  top: 14px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--isade-yellow);
  color: #111;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.isade-project-history-item:nth-child(odd):before {
  right: -72px;
}

.isade-project-history-item:nth-child(even):before {
  left: -72px;
}

.isade-project-history-item p {
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.isade-project-history-item:hover p {
  transform: translateY(-3px);
  border-color: rgba(248,196,0,.58);
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}

@media (max-width: 991px) {
  .isade-project-origin-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .isade-project-origin-title-card {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 0;
  }

  .isade-project-origin-title-card h2 {
    max-width: none;
    font-size: clamp(34px, 8vw, 52px);
  }

  .isade-project-history-list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 18px;
    margin-top: 34px;
    padding: 0;
  }

  .isade-project-history-list:before {
    left: 20px;
    top: 18px;
    bottom: 18px;
    transform: none;
    width: 2px;
  }

  .isade-project-history-item,
  .isade-project-history-item:nth-child(odd),
  .isade-project-history-item:nth-child(even) {
    grid-column: 1;
    padding-left: 58px;
  }

  .isade-project-history-item:before,
  .isade-project-history-item:nth-child(odd):before,
  .isade-project-history-item:nth-child(even):before {
    left: 0;
    right: auto;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .isade-project-history-item p {
    height: auto;
    display: block;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .isade-project-origin-title-card h2 {
    padding-bottom: 20px;
    font-size: clamp(32px, 10vw, 44px);
  }

  .isade-project-origin-title-card h2:after {
    width: 86px;
    height: 6px;
  }

  .isade-project-origin-highlight {
    border-radius: 22px;
    padding: 24px 22px 24px 26px;
  }

  .isade-project-history-item,
  .isade-project-history-item:nth-child(odd),
  .isade-project-history-item:nth-child(even) {
    padding-left: 54px;
  }

  .isade-project-history-item p {
    padding: 18px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 1.72;
  }
}

/* Ajuste timeline Proyecto: números sobre la línea central + conectores hacia cada card */
.isade-project-history-list {
  --isade-history-node-size: 52px;
  --isade-history-gap-half: 46px;
  --isade-history-connector: 22px;
}

.isade-project-history-item {
  position: relative;
}

.isade-project-history-item:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  border-radius: 999px;
  background: var(--isade-yellow);
  box-shadow: 0 4px 12px rgba(248,196,0,.24);
}

@media (min-width: 992px) {
  .isade-project-history-list {
    row-gap: clamp(18px, 2.2vw, 28px);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .isade-project-history-list:before {
    z-index: 0;
  }

  .isade-project-history-item:before {
    top: 10px;
    z-index: 3;
  }

  .isade-project-history-item:nth-child(odd):before {
    right: calc((var(--isade-history-gap-half) * -1) - (var(--isade-history-node-size) / 2));
  }

  .isade-project-history-item:nth-child(even):before {
    left: calc((var(--isade-history-gap-half) * -1) - (var(--isade-history-node-size) / 2));
  }

  .isade-project-history-item:after {
    top: calc(10px + (var(--isade-history-node-size) / 2));
    width: var(--isade-history-connector);
  }

  .isade-project-history-item:nth-child(odd):after {
    right: calc(var(--isade-history-connector) * -1);
  }

  .isade-project-history-item:nth-child(even):after {
    left: calc(var(--isade-history-connector) * -1);
  }

  .isade-project-history-item p {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .isade-project-history-item:after,
  .isade-project-history-item:nth-child(odd):after,
  .isade-project-history-item:nth-child(even):after {
    left: 40px;
    right: auto;
    top: 20px;
    width: 18px;
    height: 2px;
  }
}

/* Corrección Proyecto timeline: números visibles, ordenados y conectados a cada card */
@media (min-width: 992px) {
  .isade-project-history-list {
    --isade-history-node-size: 52px;
    --isade-history-node-half: 26px;
    --isade-history-gap-half: 46px;
    --isade-history-card-node-gap: 20px;
    --isade-history-node-top-odd: 14px;
    --isade-history-node-top-even: 86px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: calc(var(--isade-history-gap-half) * 2);
    row-gap: clamp(18px, 2vw, 26px);
    align-items: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .isade-project-history-list:before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
    z-index: 0;
  }

  .isade-project-history-item,
  .isade-project-history-item:nth-child(odd),
  .isade-project-history-item:nth-child(even) {
    position: relative;
    display: block;
    min-height: 156px;
    padding: 0;
  }

  .isade-project-history-item:nth-child(odd) {
    grid-column: 1;
  }

  .isade-project-history-item:nth-child(even) {
    grid-column: 2;
  }

  .isade-project-history-item p {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 156px;
    display: flex;
    align-items: center;
  }

  .isade-project-history-item:before,
  .isade-project-history-item:nth-child(odd):before,
  .isade-project-history-item:nth-child(even):before {
    position: absolute;
    z-index: 5;
    left: auto;
    right: auto;
    width: var(--isade-history-node-size);
    height: var(--isade-history-node-size);
  }

  .isade-project-history-item:nth-child(odd):before {
    top: var(--isade-history-node-top-odd);
    right: calc((var(--isade-history-gap-half) - var(--isade-history-node-half)) * -1);
  }

  .isade-project-history-item:nth-child(even):before {
    top: var(--isade-history-node-top-even);
    left: calc((var(--isade-history-gap-half) + var(--isade-history-node-half)) * -1);
  }

  .isade-project-history-item:after,
  .isade-project-history-item:nth-child(odd):after,
  .isade-project-history-item:nth-child(even):after {
    content: "";
    position: absolute;
    z-index: 3;
    width: var(--isade-history-card-node-gap);
    height: 3px;
    border-radius: 999px;
    background: var(--isade-yellow);
    box-shadow: 0 4px 12px rgba(248,196,0,.24);
  }

  .isade-project-history-item:nth-child(odd):after {
    right: calc(var(--isade-history-card-node-gap) * -1);
    left: auto;
    top: calc(var(--isade-history-node-top-odd) + var(--isade-history-node-half));
  }

  .isade-project-history-item:nth-child(even):after {
    left: calc(var(--isade-history-card-node-gap) * -1);
    right: auto;
    top: calc(var(--isade-history-node-top-even) + var(--isade-history-node-half));
  }
}

@media (max-width: 991px) {
  .isade-project-history-list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 18px;
    margin-top: 34px;
    padding: 0;
  }

  .isade-project-history-list:before {
    left: 20px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    transform: none;
  }

  .isade-project-history-item,
  .isade-project-history-item:nth-child(odd),
  .isade-project-history-item:nth-child(even) {
    grid-column: 1;
    min-height: 0;
    padding-left: 58px;
  }

  .isade-project-history-item p {
    height: auto;
    min-height: 0;
    display: block;
  }

  .isade-project-history-item:before,
  .isade-project-history-item:nth-child(odd):before,
  .isade-project-history-item:nth-child(even):before {
    left: 0;
    right: auto;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .isade-project-history-item:after,
  .isade-project-history-item:nth-child(odd):after,
  .isade-project-history-item:nth-child(even):after {
    left: 40px;
    right: auto;
    top: 20px;
    width: 18px;
    height: 2px;
  }
}

/* Corrección desktop Proyecto: nodos impares centrados sobre la línea vertical */
@media (min-width: 992px) {
  .isade-project-history-item:nth-child(odd):before {
    right: calc((var(--isade-history-gap-half) + var(--isade-history-node-half)) * -1) !important;
  }

  .isade-project-history-item:nth-child(odd):after {
    right: calc(var(--isade-history-card-node-gap) * -1) !important;
    left: auto !important;
    width: var(--isade-history-card-node-gap) !important;
  }
}

/* Corrección Proyecto timeline: los <strong> dentro de las cards deben funcionar como énfasis inline, no como bloques */
.isade-project-history-list .isade-project-history-item p {
  display: block !important;
  align-items: initial !important;
}

.isade-project-history-list .isade-project-history-item p strong {
  display: inline !important;
  font-weight: 900;
}


/* ISADE - preloader y mejoras de carga */
.isade-page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  transition: opacity .35s ease, visibility .35s ease;
}
.isade-page-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.isade-page-loader-inner {
  width: min(320px, calc(100vw - 48px));
  text-align: center;
}
.isade-page-loader-inner img {
  width: 190px;
  max-width: 80%;
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.24));
}
.isade-page-loader-bar {
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: rgba(255,255,255,.16);
  border-radius: 999px;
}
.isade-page-loader-bar span {
  display: block;
  width: 8%;
  height: 100%;
  background: var(--isade-yellow, #f8c400);
  border-radius: inherit;
  transition: width .22s ease;
}
.isade-page-loader-inner small {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
@supports (content-visibility: auto) {
  .isade-section,
  .isade-trusted,
  .isade-future,
  .isade-career-section,
  .isade-courses-platform,
  .isade-courses-catalog {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
  }
}

/* ISADE - Página Cursos Online */
.isade-courses-page-main {
  background: #fff;
}

.isade-courses-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 88% 18%, rgba(248,196,0,.28) 0, rgba(248,196,0,0) 28%),
    linear-gradient(135deg, #111 0%, #171717 53%, #f8c400 53%, #f8c400 100%);
  color: #fff;
}

.isade-courses-hero:before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 58px solid rgba(255,255,255,.055);
  border-radius: 50%;
  pointer-events: none;
}

.isade-courses-hero-row {
  display: flex;
  align-items: center;
}

.isade-courses-hero .isade-eyebrow {
  color: #f8c400;
  margin-bottom: 16px;
}

.isade-courses-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-courses-hero-lead {
  max-width: 620px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.isade-courses-hero-actions,
.isade-courses-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.isade-courses-hero .isade-btn-outline,
.isade-courses-cta .isade-btn-outline {
  border-color: #fff;
  background: #fff;
  color: #111 !important;
}

.isade-courses-hero .isade-btn-outline:hover,
.isade-courses-cta .isade-btn-outline:hover {
  border-color: #f8c400;
  background: #f8c400;
  color: #111 !important;
}

.isade-courses-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  transform: rotate(-2deg);
}

.isade-courses-hero-card img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.isade-courses-hero-card-info {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(17,17,17,.9);
  backdrop-filter: blur(8px);
}

.isade-courses-hero-card-info span,
.isade-courses-hero-card-info strong {
  display: block;
}

.isade-courses-hero-card-info span {
  color: #f8c400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.isade-courses-hero-card-info strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
}

.isade-courses-platform {
  padding: 72px 0 64px;
  background: #f6f6f6;
}

.isade-courses-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.isade-courses-platform-main,
.isade-courses-platform-item {
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

.isade-courses-platform-main {
  grid-column: 1 / -1;
  padding: 38px 42px;
  background: #111;
  border-color: #111;
}

.isade-courses-platform-main .isade-eyebrow {
  color: #f8c400;
}

.isade-courses-platform-main h2 {
  color: #fff;
  max-width: 1180px;
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 900;
}

.isade-courses-platform-main p:not(.isade-eyebrow) {
  max-width: 820px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.isade-courses-platform-item {
  padding: 28px 24px;
}

.isade-courses-platform-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #f8c400;
}

.isade-courses-platform-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.isade-courses-platform-item h3 {
  color: #111;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-courses-platform-item p {
  color: #545454;
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

.isade-courses-catalog {
  padding: 82px 0 78px;
  background: #fff;
}

.isade-courses-catalog-head {
  display: block;
  max-width: 1180px;
  margin-bottom: 32px;
}

.isade-courses-catalog-head h2 {
  color: #111;
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 900;
}

.isade-courses-catalog-head > p {
  max-width: 760px;
  color: #626262;
  line-height: 1.55;
  margin: 16px 0 0;
}

.isade-courses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.isade-course-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.isade-course-card:hover,
.isade-course-card[open] {
  transform: translateY(-3px);
  border-color: rgba(248,196,0,.78);
  box-shadow: 0 22px 52px rgba(0,0,0,.075);
}

.isade-course-card summary {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  min-height: 160px;
  padding: 22px;
  cursor: pointer;
  list-style: none;
}

.isade-course-card summary::-webkit-details-marker {
  display: none;
}

.isade-course-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #f8c400;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.isade-course-card-title,
.isade-course-card-homologa,
.isade-course-card-open {
  grid-column: 2;
}

.isade-course-card-title {
  display: block;
  align-self: center;
  color: #111;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}

.isade-course-card-homologa {
  display: inline-flex;
  align-self: start;
  width: fit-content;
  max-width: 100%;
  margin-top: 0px;
  padding: 9px 12px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #343434;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.isade-course-card-open {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.isade-course-card-open:after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  color: #f8c400;
  font-size: 17px;
  line-height: 1;
}

.isade-course-card[open] .isade-course-card-open:after {
  content: "−";
}

.isade-course-card-detail {
  padding: 0 24px 24px 88px;
}

.isade-course-card-detail p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #ededed;
  color: #535353;
  font-size: 14px;
  line-height: 1.72;
}

.isade-course-card-special summary {
  min-height: 140px;
}

.isade-course-card-special .isade-course-card-title {
  align-self: center;
}

.isade-courses-cta {
  padding: 0 0 78px;
  background: #fff;
}

.isade-courses-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 42px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 16%, rgba(248,196,0,.34) 0, rgba(248,196,0,0) 28%),
    #111;
  color: #fff;
}

.isade-courses-cta .isade-eyebrow {
  color: #f8c400;
}

.isade-courses-cta h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 900;
}

.isade-courses-cta p:not(.isade-eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

@media (max-width: 1199px) {
  .isade-courses-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .isade-courses-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .isade-courses-hero {
    padding: 62px 0;
    background: linear-gradient(180deg, #111 0%, #111 72%, #f8c400 72%, #f8c400 100%);
  }

  .isade-courses-hero-row {
    display: block;
  }

  .isade-courses-hero-card {
    margin-top: 34px;
    transform: none;
  }

  .isade-courses-catalog-head,
  .isade-courses-cta-inner {
    display: block;
  }

  .isade-courses-catalog-head > p,
  .isade-courses-cta-actions {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .isade-courses-hero {
    padding: 46px 0 54px;
  }

  .isade-courses-hero h1 {
    font-size: 38px;
  }

  .isade-courses-hero-lead {
    font-size: 16px;
  }

  .isade-courses-platform,
  .isade-courses-catalog {
    padding: 54px 0;
  }

  .isade-courses-platform-grid,
  .isade-courses-grid {
    grid-template-columns: 1fr;
  }

  .isade-courses-platform-main,
  .isade-courses-platform-item,
  .isade-courses-cta-inner {
    border-radius: 24px;
  }

  .isade-courses-platform-main,
  .isade-courses-cta-inner {
    padding: 28px 24px;
  }

  .isade-course-card summary {
    min-height: 0;
    padding: 20px;
  }

  .isade-course-card-detail {
    padding: 0 20px 22px 20px;
  }

  .isade-course-card-title,
  .isade-course-card-homologa,
  .isade-course-card-open {
    grid-column: 1 / -1;
  }

  .isade-course-card-number {
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   ISADE - Página Postítulos
   ========================================================= */
.isade-post-page-main {
  background: #fff;
}

.isade-post-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 0;
  background:
    linear-gradient(115deg, #050505 0%, #050505 60%, #f8c400 60%, #f8c400 100%);
}

.isade-post-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(248,196,0,.22), transparent 29%),
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 40%);
  pointer-events: none;
}

.isade-post-hero-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.isade-post-hero .isade-eyebrow {
  color: #f8c400 !important;
}

.isade-post-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(54px, 8vw, 118px);
  line-height: .82;
  letter-spacing: -.085em;
  font-weight: 900;
}

.isade-post-hero-lines {
  max-width: 660px;
  margin-bottom: 28px;
}

.isade-post-hero-lines p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.5;
  font-weight: 700;
}

.isade-post-hero-actions,
.isade-post-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.isade-post-hero .isade-btn-outline,
.isade-post-contact-strip .isade-btn-outline {
  background: #fff;
  border-color: #fff;
  color: #111 !important;
}

.isade-post-hero .isade-btn-outline:hover,
.isade-post-contact-strip .isade-btn-outline:hover {
  background: #f8c400;
  border-color: #f8c400;
  color: #111 !important;
}

.isade-post-hero-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(0,0,0,.20);
  transform: rotate(1deg);
}

.isade-post-hero-panel article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 22px;
  border-radius: 24px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.isade-post-hero-panel article:first-child {
  background: #111;
  border-color: #111;
}

.isade-post-hero-panel article > span {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8c400;
  color: #111;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.isade-post-hero-panel small,
.isade-post-hero-panel strong,
.isade-post-hero-panel em {
  display: block;
  font-style: normal;
}

.isade-post-hero-panel small {
  margin-bottom: 8px;
  color: #777;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-hero-panel strong {
  margin-bottom: 8px;
  color: #111;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 900;
}

.isade-post-hero-panel em {
  color: #333;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.isade-post-hero-panel article:first-child small,
.isade-post-hero-panel article:first-child strong,
.isade-post-hero-panel article:first-child em {
  color: #fff;
}

.isade-post-hero-panel article:first-child small {
  color: #f8c400;
}

.isade-post-overview {
  padding: clamp(54px, 6vw, 82px) 0;
  background: #fff;
}

.isade-post-overview-head {
  max-width: 920px;
  margin: 0 auto 34px;
}

.isade-post-overview-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-overview-grid > div {
  margin-bottom: 22px;
}

.isade-post-overview-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 210px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 2.8vw, 34px);
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 18px 42px rgba(0,0,0,.055);
  color: #111 !important;
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.isade-post-overview-card::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -96px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(248,196,0,.2);
}

.isade-post-overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248,196,0,.7);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.isade-post-overview-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #f8c400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.isade-post-overview-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.isade-post-overview-card div,
.isade-post-overview-card em {
  position: relative;
  z-index: 1;
}

.isade-post-overview-card p {
  margin: 0 0 7px;
  color: #555 !important;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-overview-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 900;
}

.isade-post-overview-card strong {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.isade-post-overview-card em {
  color: #f8c400;
  font-size: 40px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.isade-post-programs {
  padding: clamp(54px, 6vw, 88px) 0;
  background: #f6f6f6;
}

.isade-post-program {
  overflow: hidden;
  margin-bottom: 34px;
  padding: clamp(24px, 3.4vw, 44px);
  border-radius: 36px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 22px 60px rgba(0,0,0,.055);
}

.isade-post-program:last-child {
  margin-bottom: 0;
}

.isade-post-program-head {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
  margin-bottom: 28px;
}

.isade-post-program-head > span {
  width: 82px;
  height: 82px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #f8c400;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.isade-post-program:nth-child(even) .isade-post-program-head > span {
  background: #f8c400;
  color: #111;
}

.isade-post-program-head .isade-eyebrow {
  margin-bottom: 10px;
}

.isade-post-program-head h2 {
  max-width: 980px;
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-program-head strong {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
}

.isade-post-program-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 18px;
  margin-bottom: 18px;
}

.isade-post-info-card,
.isade-post-semester-grid article {
  border-radius: 24px;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
  padding: clamp(20px, 2.3vw, 28px);
}

.isade-post-info-card-wide {
  background:
    linear-gradient(135deg, rgba(248,196,0,.16), rgba(248,196,0,0) 42%),
    #fff;
}

.isade-post-info-card h3,
.isade-post-modules h3,
.isade-post-semester-grid h4 {
  margin: 0 0 12px;
  color: #111;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -.04em;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-info-card p {
  margin: 0 0 12px;
  color: #3f3f3f !important;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 600;
}

.isade-post-info-card p:last-child {
  margin-bottom: 0;
}

.isade-post-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.isade-post-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 700;
}

.isade-post-meta-row span strong {
  margin-right: 4px;
  color: #f8c400;
  font-weight: 900;
}

.isade-post-modules {
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 28px;
  background: #111;
}

.isade-post-modules-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.isade-post-modules h3 {
  margin: 0;
  color: #f8c400;
}

.isade-post-semester-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.isade-post-semester-grid article {
  background: #fff;
  box-shadow: none;
}

.isade-post-semester-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.isade-post-semester-grid li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 22px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.isade-post-semester-grid li:last-child {
  margin-bottom: 0;
}

.isade-post-semester-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f8c400;
  box-shadow: 0 0 0 4px rgba(248,196,0,.22);
}

.isade-post-contact-strip {
  padding: 0 0 clamp(54px, 6vw, 88px);
  background: #f6f6f6;
}

.isade-post-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 18%, rgba(248,196,0,.35), rgba(248,196,0,0) 30%),
    #050505;
}

.isade-post-contact-inner .isade-eyebrow {
  color: #f8c400 !important;
}

.isade-post-contact-inner h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1;
  letter-spacing: -.065em;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-post-contact-actions {
  justify-content: flex-end;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .isade-post-hero {
    background: linear-gradient(180deg, #050505 0%, #050505 72%, #f8c400 72%, #f8c400 100%);
  }

  .isade-post-hero-row,
  .isade-post-contact-inner {
    display: block;
  }

  .isade-post-hero-panel {
    margin-top: 34px;
    transform: none;
  }

  .isade-post-program-grid,
  .isade-post-semester-grid {
    grid-template-columns: 1fr;
  }

  .isade-post-contact-actions {
    justify-content: flex-start;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .isade-post-hero {
    padding: 46px 0 54px;
  }

  .isade-post-hero h1 {
    font-size: 44px;
  }

  .isade-post-hero-actions,
  .isade-post-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .isade-post-hero-actions .isade-btn,
  .isade-post-contact-actions .isade-btn {
    width: 100%;
  }

  .isade-post-hero-panel article,
  .isade-post-program-head,
  .isade-post-overview-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .isade-post-hero-panel article > span,
  .isade-post-program-head > span,
  .isade-post-overview-icon {
    margin: 0 auto;
  }

  .isade-post-overview-card em {
    display: none;
  }

  .isade-post-program {
    border-radius: 28px;
  }

  .isade-post-program-head h2 {
    font-size: 30px;
  }

  .isade-post-meta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .isade-post-meta-row span {
    justify-content: center;
    text-align: center;
    border-radius: 18px;
  }
}

/* ISADE - páginas Requisitos, Formulario y Contacto */
.isade-info-hero-image img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.isade-requisitos-section,
.isade-form-section,
.isade-contact-section,
.isade-contact-form-section {
  background: #fff;
}

.isade-requisitos-intro {
  max-width: 1100px;
  margin: 0 auto 38px;
  text-align: center;
}

.isade-requisitos-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .96;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-requisitos-intro p:not(.isade-eyebrow) {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--isade-black);
}

.isade-requisitos-cards {
  display: flex;
  flex-wrap: wrap;
}

.isade-requisitos-cards > [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.isade-requisito-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 260px;
  padding: 34px 28px 30px;
  border: 1px solid var(--isade-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--isade-shadow-soft);
  overflow: hidden;
}

.isade-requisito-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--isade-yellow);
}

.isade-requisito-card-featured {
  background: #111;
  border-color: #111;
}

.isade-requisito-number {
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
  color: rgba(0,0,0,.08);
}

.isade-requisito-card-featured .isade-requisito-number {
  color: rgba(255,255,255,.12);
}

.isade-requisito-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: var(--isade-yellow);
}

.isade-requisito-icon img {
  width: 38px;
  height: 38px;
}

.isade-requisito-card h3 {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.04em;
}

.isade-requisito-card-featured h3 {
  color: #fff;
  font-size: 20px;
}

.isade-requisitos-cta {
  padding: 52px 0;
  background: var(--isade-yellow);
}

.isade-requisitos-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.isade-requisitos-cta-inner .isade-eyebrow {
  color: var(--isade-black) !important;
  margin-bottom: 10px;
}

.isade-requisitos-cta-inner h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(26px, 3.0vw, 40px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-requisitos-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

.isade-form-layout,
.isade-contact-form-layout {
  display: flex;
  align-items: stretch;
}

.isade-form-layout > [class*="col-"],
.isade-contact-form-layout > [class*="col-"] {
  display: flex;
}

.isade-form-side-card,
.isade-contact-form-copy {
  width: 100%;
  padding: 42px 36px;
  border-radius: 30px;
  background: #111;
  color: #fff;
  box-shadow: var(--isade-shadow);
}

.isade-form-side-card h2,
.isade-contact-form-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-form-side-card p:not(.isade-eyebrow),
.isade-contact-form-copy p:not(.isade-eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.isade-form-side-card .isade-btn {
  margin-top: 20px;
}

.isade-inscripcion-form,
.isade-contact-form {
  width: 100%;
  padding: 38px;
  border: 1px solid var(--isade-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--isade-shadow-soft);
}

.isade-inscripcion-form label,
.isade-contact-form label {
  display: block;
  margin: 0 0 9px;
  color: var(--isade-black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.isade-inscripcion-form input,
.isade-inscripcion-form select,
.isade-contact-form input,
.isade-contact-form textarea {
  width: 100%;
  min-height: 52px;
  margin-bottom: 22px;
  padding: 0 16px;
  border: 1px solid #dedede;
  border-radius: 14px;
  background: #f9f9f9;
  color: var(--isade-black);
  font-size: 14px;
  font-weight: 600;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.isade-contact-form textarea {
  min-height: 132px;
  padding-top: 15px;
  resize: vertical;
}

.isade-inscripcion-form input:focus,
.isade-inscripcion-form select:focus,
.isade-contact-form input:focus,
.isade-contact-form textarea:focus {
  border-color: var(--isade-yellow);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(248,196,0,.18);
}

.isade-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.isade-form-actions button.isade-btn {
  appearance: none;
  cursor: pointer;
}

.isade-contact-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.isade-contact-data-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 14px;
  min-height: 108px;
  padding: 24px;
  border: 1px solid var(--isade-line);
  border-radius: 24px;
  background: #fff;
  color: var(--isade-black) !important;
  text-decoration: none !important;
  box-shadow: var(--isade-shadow-soft);
  transition: transform .2s ease, border-color .2s ease;
}

.isade-contact-data-card:hover {
  transform: translateY(-2px);
  border-color: var(--isade-yellow);
}

.isade-contact-data-card img {
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 34px;
  height: 34px;
  padding: 9px;
  box-sizing: content-box;
  border-radius: 16px;
  background: var(--isade-yellow);
}

.isade-contact-data-card span {
  align-self: end;
  color: var(--isade-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-contact-data-card strong {
  align-self: start;
  color: var(--isade-black);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  word-break: break-word;
}

.isade-contact-maps-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.isade-contact-maps-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

.isade-map-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--isade-shadow-soft);
}

.isade-map-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.isade-map-card p {
  min-height: 48px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.35;
}

.isade-map-card iframe {
  display: block;
  width: 100%;
  height: 245px;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  filter: grayscale(.22) contrast(1.02);
}

@media (max-width: 991px) {
  .isade-requisitos-cta-inner,
  .isade-form-layout,
  .isade-contact-form-layout {
    display: block;
  }

  .isade-requisitos-actions {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .isade-form-side-card,
  .isade-contact-form-copy {
    margin-bottom: 24px;
  }

  .isade-contact-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .isade-info-hero-image img {
    height: 260px;
  }

  .isade-requisitos-intro h2,
  .isade-form-side-card h2,
  .isade-contact-form-copy h2 {
    font-size: 32px;
  }

  .isade-requisito-card {
    min-height: 220px;
  }

  .isade-requisitos-actions,
  .isade-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .isade-requisitos-actions .isade-btn,
  .isade-form-actions .isade-btn {
    width: 100%;
  }

  .isade-inscripcion-form,
  .isade-contact-form,
  .isade-form-side-card,
  .isade-contact-form-copy {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .isade-contact-data-grid {
    grid-template-columns: 1fr;
  }

  .isade-map-card iframe {
    height: 220px;
  }
}



/* ISADE - ajustes requisitos y formularios protegidos */
.isade-btn-dark img {
  filter: brightness(0) invert(1);
}

.isade-requisito-card h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.isade-requisito-card .isade-requisito-list {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.isade-requisito-card .isade-requisito-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: var(--isade-muted);
  font-size: 15px;
  line-height: 1.38;
  font-weight: 700;
  
}

.isade-requisito-card .isade-requisito-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--isade-yellow);
  transform: translateY(-50%);
}

.isade-requisito-card-featured .isade-requisito-list li {
  color: rgba(255,255,255,.76);
}

.isade-requisito-card-featured .isade-requisito-list li::before {
  background: var(--isade-yellow);
}

.isade-requisito-card-featured .isade-requisito-icon img {
  filter: none;
}

.isade-form-required-note {
  margin: 0 0 18px;
  color: var(--isade-muted);
  font-size: 13px;
  font-weight: 800;
}

.isade-form-required-note span,
.isade-required,
.isade-consent-field strong {
  color: #d71920;
  font-weight: 900;
}

.isade-hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.isade-consent-field {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  margin: 2px 0 22px !important;
  color: var(--isade-black);
  font-size: 13px !important;
  line-height: 1.45;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}

.isade-inscripcion-form .isade-consent-field input[type="checkbox"],
.isade-contact-form .isade-consent-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  min-height: 0;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--isade-yellow);
}

.isade-consent-field span {
  display: block;
  color: var(--isade-black);
}


/* ISADE - mensajes de envío de formularios */
.isade-form-alert {
  position: relative;
  margin: 0 0 22px;
  padding: 16px 18px 16px 48px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  border: 1px solid transparent;
}

.isade-form-alert::before {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.isade-form-alert-success {
  color: #183f24;
  background: #e9f8ee;
  border-color: #b9e5c5;
}

.isade-form-alert-success::before {
  content: "✓";
  color: #ffffff;
  background: #2f9e44;
}

.isade-form-alert-error {
  color: #6f1d1b;
  background: #fff0f0;
  border-color: #f1b4b4;
}

.isade-form-alert-error::before {
  content: "!";
  color: #ffffff;
  background: #d71920;
}
