@font-face {
  font-family: 'Neutra';
  src: url('fonts/neutra-text-alt.woff') format('opentype');
}

@font-face {
  font-family: 'Neutra Bold';
  src: url('fonts/neutra-text-bold.woff') format('opentype');
}

@font-face {
  font-family: 'Neutra Titling';
  src: url('fonts/NeutraDisplayTitling.otf') format('opentype');
}

@font-face {
  font-family: 'Neutra Demi';
  src: url('fonts/NeutraTextTFDemi.otf') format('opentype');
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Neutra', sans-serif;
  --tp-ff-heading: 'Neutra', sans-serif;
  --tp-ff-p: 'Neutra', sans-serif;
  --tp-ff-secondary: 'Crimson Pro', serif;
  --tp-ff-manrope: 'Manrope', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";

  --tp-nt-bold: 'Neutra Bold', sans-serif;
  --tp-ff-primary: 'Neutra', sans-serif;
  --tp-nti-primary: 'Neutra Titling', sans-serif;
  --tp-demi-primary: 'Neutra Demi', sans-serif;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-1: #010F1C;
  --tp-grey-1: #F6F4EE;
  --tp-grey-2: #84807B;
  --tp-grey-3: #55585B;
  --tp-grey-4: #EFEDE7;
  --tp-grey-5: #636366;
  --tp-grey-6: #4F5158;
  --tp-red-1: #AF0E2E;
  --tp-red-2: #C41230;
  --tp-red-3: #B70A14;
  --tp-blue-1: #F1F3F9;
  --tp-heading-primary: #161613;
  --tp-heading-2: #031F42;
  --tp-heading-3: #0A1D3A;
  --tp-heading-4: #161821;
  --tp-text-body: #57595F;
  --tp-theme-primary: #AB0C2F;
  --tp-theme-secondary: #1A73E8;
  --tp-theme-3: #FF7162;
  --tp-theme-4: #B1040E;
  --tp-theme-5: #F0EC51;
  --tp-theme-6: #1E1E2F;
  --tp-theme-7: #4661FD;
  --tp-theme-8: #006B61;
  --tp-theme-9: #5956E9;
  --tp-dashboard-primary: #556DF5;
  --tp-dashboard-secondary: #5169F1;
  --tp-dashboard-3: #5B7D55;
  --tp-dashboard-danger: #FF4D4F;
  --tp-dashboard-sucess: #0F9F55;
  --tp-dashboard-warning: #F59B12;
  --tp-dashboard-info: #5974FF;
  --tp-border-primary: #EAEBED;
  --tp-border-2: #E4E2DC;
  --modelo-uhh-gold: #c7c273;

  --pantone-rojo: #821023;
  --pantone-crema: #c7c273;
}

.tp-header-4-main {
  background-color: var(--pantone-rojo);
}

.tp-header-4-main.tp-header-sticky {
  background-color: var(--pantone-rojo);
}

.main-menu>nav>ul>li>a {
  color: var(--tp-common-white) !important;
}

.tp-header-4-main.tp-header-sticky .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--tp-common-white);
}

.section-title span {
  font-family: var(--tp-nt-bold);
}

.tp-about-thumb-1,
.logo-1 {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5))
}

.tp-btn {
  background-color: #e95d0f;
  border-color: #e95d0f;
}

.tp-btn:hover {
  background-color: #c94f0b;
  border-color: #c94f0b;
}

:root {
  --tp-theme-primary: #e95d0f;
  --tp-red-2: #e95d0f;
}

.slider-subtitle {
  font-size: 1.25rem;
  color: #f3f3f3;
  max-width: 650px;
  margin: 0 auto 2rem auto;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.slider-btn-group {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.tp-btn,
.slider-btn-alt {
  padding: 0.85rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 2rem;
  border: none;
  transition: all 0.2s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 2px 12px rgba(233, 93, 15, 0.08);
  letter-spacing: 0.5px;
  outline: none;
}

/* Botón principal: color vino */

/* Botón principal: color vino institucional */
.tp-btn.slider-btn-main {
  background-color: #5e2340;
  border-color: #5e2340;
  color: #fff;
}

.tp-btn.slider-btn-main:hover {
  background-color: #491b32;
  border-color: #491b32;
}

/* Botón secundario: color amarillo institucional */
.tp-btn.slider-btn-alt {
  background-color: #c7b25a;
  border-color: #c7b25a;
  color: #fff;
}

.tp-btn.slider-btn-alt:hover {
  background-color: #a3924a;
  border-color: #a3924a;
}

/* Elementos generales con los colores institucionales */
:root {
  --uhh-vino: #5e2340;
  --uhh-vino-dark: #491b32;
  --uhh-amarillo: #c7b25a;
  --uhh-amarillo-dark: #a3924a;
}

.tp-service-btn a {
  background: var(--uhh-amarillo);
  border-color: var(--uhh-amarillo);
  color: #fff;
}

.tp-service-btn a:hover {
  background: var(--uhh-amarillo-dark);
  border-color: var(--uhh-amarillo-dark);
}

.tp-section-title span {
  color: var(--uhh-vino);
}

.tp-btn {
  background: linear-gradient(90deg, #e95d0f 60%, #ffb347 100%);
  color: #fff;
  border: none;
}

.tp-btn:hover {
  background: linear-gradient(90deg, #c94f0b 60%, #e95d0f 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 4px 24px rgba(233, 93, 15, 0.18);
}

.slider-btns-bg {
  display: flex;
  justify-content: center;
  background: rgba(113, 0, 40, 0.18);
  /* vino semitransparente */
  border-radius: 2.5rem;
  padding: 1.5rem 2rem;
  max-width: 700px;
  margin: 2rem auto 0 auto;
}

.slider-btn-group {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 600px) {
  .slider-btns-bg {
    padding: 1rem 0.5rem;
    max-width: 98vw;
  }

  .slider-btn-group {
    gap: 0.7rem;
    flex-direction: column;
    align-items: stretch;
  }
}

.tp-btn {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 2.5rem;
  padding: 1.1rem 2.5rem;
  border: none;
  box-shadow: 0 2px 12px rgba(113, 0, 40, 0.08);
  transition: all 0.18s cubic-bezier(.4, 0, .2, 1);
  letter-spacing: 0.5px;
  outline: none;
  text-transform: uppercase;
}

.tp-btn.slider-btn-main {
  background: #710028;
  color: #fff;
}

.tp-btn.slider-btn-main:hover {
  background: #5a0020;
}

.tp-btn.slider-btn-alt {
  background: #c7c273;
  color: #fff;
}

.tp-btn.slider-btn-alt:hover {
  background: #a3a05c;
}

.tp-btn i {
  font-size: 1.3em;
  margin-right: 0.5em;
}

.slider-title {
  font-size: 5.2rem;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  text-align: center;
  margin-bottom: 1.2rem;
  line-height: 1.1;
  font-family: var(--tp-nt-bold);
}

/* === TÍTULOS DE SECCIÓN HOMOLOGADOS === */
.section-title,
.mvv-title,
.modelo-uhh-title {
  text-align: center;
  font-family: var(--tp-nt-bold);
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 2.8rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--pantone-rojo);
  background: none;
  position: relative;
}

.section-title .section-gold,
.mvv-title .mvv-gold,
.modelo-uhh-title .modelo-uhh-gold {
  color: var(--pantone-crema);
  font-weight: 700;
  letter-spacing: 2px;
}

.section-title .section-red,
.mvv-title .mvv-red,
.modelo-uhh-title .modelo-uhh-red {
  color: var(--pantone-rojo);
  font-weight: 900;
  font-family: var(--tp-demi-primary);
}

@media (max-width: 900px) {

  .section-title,
  .mvv-title,
  .modelo-uhh-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* === MODELO EDUCATIVO UHH SECTION (mejorado, rojo vibrante) === */
.modelo-uhh-section {
  background: #fff;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.modelo-uhh-header {
  text-align: center;
  margin-bottom: 2.8rem;
}

.modelo-uhh-title {
  color: var(--modelo-uhh-red);
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-family: var(--tp-nt-bold);
  line-height: 1.1;
}

.modelo-uhh-subtitle {
  color: var(--modelo-uhh-red);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--tp-nt-bold);
  margin-bottom: 0.5rem;
}

.modelo-uhh-cards {
  display: flex;
  gap: 2.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

.modelo-uhh-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 6px 32px rgba(138, 21, 56, 0.10);
  padding: 2.5rem 2.5rem 1.7rem 2.5rem;
  flex: 1 1 350px;
  min-width: 320px;
  max-width: 540px;
  margin-bottom: 1.5rem;
  border: 1.5px solid #ececec;
  position: relative;
  transition: box-shadow 0.18s;
}

.modelo-uhh-card:hover {
  box-shadow: 0 10px 40px rgba(138, 21, 56, 0.16);
  border-color: var(--modelo-uhh-gold);
}

.modelo-uhh-card h3 {
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  color: var(--modelo-uhh-red);
  font-family: var(--tp-nt-bold);
  line-height: 1.2;
}

.modelo-uhh-card p {
  font-family: var(--tp-ff-primary);
  font-size: 1.2rem;
}

.modelo-uhh-highlight {
  font-family: var(--tp-nt-bold);
  font-size: 1.18em;
}

.modelo-uhh-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modelo-uhh-list li {
  font-size: 1.09rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--modelo-uhh-gold);
  color: #222;
  font-family: var(--tp-ff-primary);
  position: relative;
  padding-left: 1.5em;
}

.modelo-uhh-list li:before {
  content: '\2022';
  color: var(--modelo-uhh-red);
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2em;
  top: 0.1em;
}

.modelo-uhh-list li:last-child {
  border-bottom: none;
}

.modelo-uhh-red {
  color: var(--modelo-uhh-red);
  font-weight: 900;
  font-family: var(--tp-demi-primary);
}

.text-justify {
  text-align: justify;
}

/* === SECCIÓN MISIÓN, VISIÓN Y VALORES (ELEGANTE Y HUMANISTA) === */
.mvv-section {
  background: #fff;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.mvv-title {
  text-align: center;
  font-family: var(--tp-nt-bold);
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 2.8rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.mvv-title .mvv-gold {
  color: var(--pantone-crema);
  font-weight: 700;
  letter-spacing: 2px;
}

.mvv-title .mvv-red {
  color: var(--pantone-rojo);
  font-weight: 900;
}

.mvv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.mvv-row-bottom {
  justify-content: center;
}

.mvv-card {
  background: var(--pantone-rojo);
  color: #fff;
  border-radius: 1.7rem;
  box-shadow: 0 8px 36px rgba(138, 21, 56, 0.13);
  padding: 2.5rem 2.5rem 1.7rem 2.5rem;
  min-width: 320px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  border: 2.5px solid #fff;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.mvv-card:hover {
  box-shadow: 0 12px 48px rgba(138, 21, 56, 0.18);
  border-color: var(--pantone-crema);
}

.mvv-card h3 {
  color: var(--pantone-crema);
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  font-family: var(--tp-nt-bold);
  letter-spacing: 1px;
}

.mvv-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mvv-card ul li {
  font-size: 1.13rem;
  margin-bottom: 0.7rem;
  color: #fff;
  font-family: var(--tp-ff-primary);
  letter-spacing: 0.5px;
}

.mvv-card p {
  font-size: 1.13rem;
  font-family: var(--tp-ff-primary);
  margin-bottom: 0;
  text-align: justify;
  color: white;
}

.mvv-icon-circle {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 12px rgba(138, 21, 56, 0.10);
  border: 2.5px solid #c7c273;
  flex-shrink: 0;
}

.mvv-icon-circle i {
  color: var(--pantone-crema);
  font-size: 2rem;
}

.mvv-connector {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0 0.5rem 0;
}

.mvv-dot {
  width: 22px;
  height: 22px;
  background: #c7c273;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(138, 21, 56, 0.10);
  z-index: 2;
  border: 2.5px solid #fff;
}

.mvv-line {
  flex: 1;
  height: 4px;
  background: linear-gradient(90deg, #fff 0%, #c7c273 50%, #fff 100%);
  margin: 0 0.5rem;
  border-radius: 2px;
  z-index: 1;
}

@media (max-width: 900px) {

  .modelo-uhh-cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  .modelo-uhh-card {
    max-width: 100%;
    padding: 1.5rem 1rem;
  }

  .modelo-uhh-title {
    font-size: 1.5rem;
  }

  .mvv-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mvv-card {
    max-width: 100%;
    padding: 1.5rem 1rem;
  }

  .mvv-title {
    font-size: 1.5rem;
  }

  .mvv-icon-circle {
    width: 40px;
    height: 40px;
  }

  .mvv-icon-circle i {
    font-size: 1.3rem;
  }
}

/* === SECCIÓN CAMPUS VIRTUAL === */
.campus-virtual-section {
  background: #f8eded;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.campus-virtual-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

.campus-virtual-img {
  flex: 0 0 380px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campus-virtual-img img {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 36px rgba(138, 21, 56, 0.13);
  border: 8px solid #fff;
  background: #fff;
}

.campus-virtual-content {
  flex: 1 1 400px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.campus-virtual-title {
  font-family: var(--tp-ff-body);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 1.2px;
  color: #222;
  margin-bottom: 1.2rem;
  text-align: left;
  line-height: 1.1;
}

.campus-virtual-title .section-red {
  color: var(--pantone-rojo);
  font-weight: 900;
}

.campus-virtual-title .section-gold {
  color: var(--pantone-crema);
  font-weight: 700;
}

.campus-virtual-bar {
  width: 100%;
  height: 4px;
  background: #8a1538;
  border-radius: 2px;
  margin-bottom: 1.2rem;
}

.campus-virtual-content p {
  font-size: 1.13rem;
  font-family: var(--tp-ff-primary);
  color: #222;
  margin-bottom: 1.1rem;
  text-align: justify;
}

.campus-virtual-content strong {
  font-weight: 700;
  color: #222;
}

@media (max-width: 1100px) {
  .campus-virtual-row {
    flex-direction: column;
    gap: 2rem;
  }

  .campus-virtual-img {
    max-width: 260px;
  }

  .campus-virtual-img img {
    width: 220px;
    height: 220px;
  }

  .campus-virtual-content {
    max-width: 100%;
  }

  .campus-virtual-title {
    font-size: 1.3rem;
    text-align: center;
  }
}

/* === SECCIÓN ¿QUÉ HACE ÚNICO A NUESTRO CAMPUS VIRTUAL? (MEJORADO) === */
.unique-campus-section {
  background: #fff;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.unique-campus-title {
  text-align: center;
  font-family: var(--tp-nt-bold);
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--pantone-rojo);
}

.unique-campus-title .section-gold {
  color: var(--pantone-crema);
  font-weight: 700;
}

.unique-campus-title .section-red {
  color: var(--pantone-rojo);
  font-weight: 900;
}

.unique-campus-bar {
  width: 100%;
  max-width: 600px;
  height: 4px;
  background: #8a1538;
  border-radius: 2px;
  margin: 0 auto 2.2rem auto;
}

.unique-campus-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.unique-campus-card {
  background: #c7c273;
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  padding: 1.3rem 2.1rem;
  font-family: var(--tp-ff-primary);
  font-size: 1.13rem;
  font-weight: 700;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  height: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s;
  overflow: hidden;
}

.unique-campus-card .card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  transition: opacity 0.2s;
  z-index: 2;
}

.unique-campus-card .card-title {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-family: var(--tp-nt-bold);
}

.unique-campus-card i {
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
  color: var(--pantone-rojo);
  transition: color 0.2s, transform 0.2s;
}

.unique-campus-card.card-access i {
  color: #4661FD;
}

.unique-campus-card.card-tech i {
  color: #5956E9;
}

.unique-campus-card.card-flex i {
  color: #AB0C2F;
}

.unique-campus-card.card-auto i {
  color: #0F9F55;
}

.unique-campus-card.card-diversity i {
  color: #B1040E;
}

.unique-campus-card.card-cost i {
  color: #F59B12;
}

.unique-campus-card.card-quality i {
  color: var(--pantone-rojo);
}

.unique-campus-card .card-detail {
  position: absolute;
  inset: 0;
  background: #fffbe6;
  color: #222;
  font-size: 1.08rem;
  padding: 2.2rem 1.5em;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  white-space: pre-line;
  z-index: 3;
  font-family: var(--tp-ff-primary);
  font-weight: 500;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.3s, transform 0.4s cubic-bezier(.77, 0, .18, 1);
}

.unique-campus-card .card-detail::before {
  content: '';
  display: block;
  flex: 1;
}

.unique-campus-card .card-detail::after {
  content: '';
  display: block;
  flex: 1;
}

.unique-campus-card:hover .card-main {
  opacity: 0.2;
}

.unique-campus-card:hover .card-detail {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .unique-campus-grid {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }

  .unique-campus-card,
  .unique-campus-card .card-detail {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .unique-campus-card .card-detail {
    font-size: 1.05rem;
    padding: 1.5rem 1rem;
  }
}

/* === SECCIÓN MEDIADORES === */
.mediadores-section {
  background: #fff;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.mediadores-title {
  text-align: center;
  font-family: var(--tp-nt-bold);
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--pantone-rojo);
}

.mediadores-title .section-red {
  color: var(--pantone-rojo);
  font-weight: 900;
}

.mediadores-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  align-items: stretch;
}

.mediador-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 6px 32px rgba(138, 21, 56, 0.10);
  padding: 2.2rem 2.2rem 1.5rem 2.2rem;
  flex: 1 1 350px;
  min-width: 320px;
  max-width: 480px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1.5px solid #ececec;
  text-align: center;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.mediador-card:hover {
  box-shadow: 0 12px 48px rgba(138, 21, 56, 0.18);
  border-color: var(--pantone-crema);
}

.mediador-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ececec;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(138, 21, 56, 0.10);
  font-size: 3.5rem;
  color: var(--pantone-crema);
}

.mediador-nombre {
  font-family: var(--tp-nt-bold);
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.5rem;
}

.mediador-desc {
  font-size: 1.05rem;
  color: #444;
  font-family: var(--tp-ff-primary);
  text-align: justify;
  margin-bottom: 1.2rem;
}

.mediador-bar {
  width: 100%;
  height: 3px;
  background: #8a1538;
  border-radius: 2px;
  margin: 1.2rem 0 1.2rem 0;
}

.mediador-btn {
  display: block;
  width: 100%;
  background: #8a1538;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 1rem 0;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
}

.mediador-btn.active {
  background: #c7c273;
  color: var(--pantone-rojo);
}

.mediador-btn .btn-text {
  display: inline;
}

.mediador-btn .btn-arrow {
  display: none;
  font-size: 1.2em;
  margin-left: 0.5em;
}

.mediador-btn.active .btn-text {
  display: none;
}

.mediador-btn.active .btn-arrow {
  display: inline;
}

.mediador-desc-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.4, 0, .2, 1), padding 0.3s;
  padding: 0 0;
  opacity: 0.85;
}

.mediador-desc-collapsible.show {
  max-height: 1000px;
  padding: 1.2rem 0 2.2rem 0;
  transition: max-height 0.5s cubic-bezier(.4, 0, .2, 1), padding 0.3s;
}

@media (max-width: 900px) {
  .mediadores-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mediador-card {
    max-width: 100%;
    padding: 1.5rem 1rem;
  }

  .mediadores-title {
    font-size: 1.5rem;
  }
}


/* Estilos para los dots de paginación */
.swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  transform: scale(1.2);
}

.tp-hero-area,
.tp-hero-item,
.swiper,
.swiper-slide {
  position: relative;
  min-height: 100vh;
  height: 100vh;
}

.tp-hero-item .container {
  margin-top: 12vh;
  /* Ajusta el valor según lo que necesites */
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
  background-color: #fff;
}


/* === BOTONES GRANDES CON ICONO (MEJORADO) === */
.tp-btn {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 2.2rem;
  padding: 0.85rem 1.5rem;
  border: none;
  box-shadow: 0 2px 12px rgba(113, 0, 40, 0.10);
  outline: none;
  text-transform: uppercase;
  position: relative;
  min-width: 220px;
  max-width: 360px;
  width: 100%;
  justify-content: flex-start;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s;
}

.tp-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: transparent;
  font-size: 1.45rem;
  color: #fff;
  margin-right: 0.4rem;
}

.tp-btn.slider-btn-main .btn-icon {
  color: #fff;
}

.tp-btn.slider-btn-alt .btn-icon {
  color: #fff;
}

.tp-btn .btn-sep {
  width: 3px;
  height: 28px;
  background: rgba(0, 0, 0, 0.13);
  margin: 0 0.7rem 0 0.3rem;
  border-radius: 2px;
}

.tp-btn.slider-btn-main {
  background: #7a232d;
  color: #fff;
}

.tp-btn.slider-btn-alt {
  background: #c7b25a;
  color: #fff;
}

.tp-btn .btn-text {
  flex: 1;
  text-align: left;
  font-size: 1.08rem;
  font-family: var(--tp-nt-bold);
  letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .tp-btn {
    min-width: 0;
    max-width: 98vw;
    font-size: 0.98rem;
    padding: 0.7rem 0.7rem;
  }

  .tp-btn .btn-icon {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }

  .tp-btn .btn-sep {
    height: 18px;
    margin: 0 0.4rem 0 0.2rem;
  }

  .tp-btn .btn-text {
    font-size: 0.98rem;
  }
}

.valor-tooltip {
  position: relative;
  cursor: pointer;
  transition: color 0.18s;
  font-family: var(--tp-ff-primary);
}

.valor-tooltip:hover,
.valor-tooltip:focus {
  color: #bfae5a;
}

.valor-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  background: #fffbe6;
  color: #222;
  font-size: 0.98rem;
  padding: 0.7em 1em;
  border-radius: 0.7em;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  white-space: pre-line;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  z-index: 10;
  min-width: 220px;
  max-width: 320px;
}

.valor-tooltip:hover::after,
.valor-tooltip:focus::after {
  opacity: 1;
}

/* === SECCIÓN ¿QUÉ HACE ÚNICO A NUESTRO CAMPUS VIRTUAL? (MEJORADO Y CON DETALLES) === */
.unique-campus-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.unique-campus-card {
  background: var(--pantone-crema);
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  padding: 1.3rem 2.1rem;
  font-family: var(--tp-ff-primary);
  font-size: 1.13rem;
  font-weight: 700;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  height: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.18s, background 0.18s, color 0.18s;
  overflow: hidden;
}

.unique-campus-card .card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  transition: opacity 0.2s;
  z-index: 2;
}

.unique-campus-card .card-title {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-family: var(--tp-nt-bold);
}

.unique-campus-card i {
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
  color: var(--pantone-rojo);
  transition: color 0.2s, transform 0.2s;
}

.unique-campus-card.card-access i {
  color: #ffffff;
}

.unique-campus-card.card-tech i {
  color: #ffffff;
}

.unique-campus-card.card-flex i {
  color: #ffffff;
}

.unique-campus-card.card-auto i {
  color: #ffffff;
}

.unique-campus-card.card-diversity i {
  color: #ffffff;
}

.unique-campus-card.card-cost i {
  color: #ffffff;
}

.unique-campus-card.card-quality i {
  color: #ffffff;
}

.unique-campus-card .card-detail {
  position: absolute;
  inset: 0;
  background: var(--pantone-rojo);
  color: #ffffff;
  font-size: 1.08rem;
  padding: 1.5em;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  white-space: pre-line;
  z-index: 3;
  font-family: var(--tp-ff-primary);
  font-weight: 500;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.3s, transform 0.4s cubic-bezier(.77, 0, .18, 1);
}

.unique-campus-card .card-detail::before {
  content: '';
  display: block;
  flex: 1;
}

.unique-campus-card .card-detail::after {
  content: '';
  display: block;
  flex: 1;
}

.unique-campus-card:hover .card-main {
  opacity: 0.2;
}

.unique-campus-card:hover .card-detail {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

@media (max-width: 900px) {
  .unique-campus-grid {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }

  .unique-campus-card,
  .unique-campus-card .card-detail {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .unique-campus-card .card-detail {
    font-size: 1.05rem;
    padding: 1.5rem 1rem;
  }
}

.unique-campus-cta {
  text-align: center;
  margin: 2.5rem 0 0 0;
}

.unique-campus-cta-title {
  font-family: var(--tp-nt-bold);
  font-size: 2rem;
  font-weight: 900;
  color: var(--pantone-crema);
  letter-spacing: 1.2px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.unique-campus-cta-title .section-red {
  color: var(--pantone-rojo);
}

.unique-campus-cta-bar {
  width: 100%;
  max-width: 600px;
  height: 4px;
  background: #c7c273;
  border-radius: 2px;
  margin: 0 auto 1.2rem auto;
}

.unique-campus-cta-box {
  background: var(--pantone-rojo);
  color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(138, 21, 56, 0.10);
  padding: 1.3rem 2.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.unique-campus-cta-box-text {
  font-size: 1.08rem;
  font-family: var(--tp-ff-primary);
  flex: 1 1 300px;
  text-align: left;
}

.unique-campus-cta-btn {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background: #c7c273;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2rem;
  padding: 0.85rem 2.2rem;
  border: none;
  transition: background 0.18s, color 0.18s;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(138, 21, 56, 0.08);
}

.unique-campus-cta-btn i {
  font-size: 1.2em;
  margin-right: 0.5em;
}

.unique-campus-cta-btn:hover {
  background: #b3a85a;
  color: #fff;
}

@media (max-width: 900px) {
  .unique-campus-cta-box {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.7rem;
  }

  .unique-campus-cta-title {
    font-size: 1.2rem;
  }
}

/* === SECCIÓN CARRERAS (MEJORADO) === */
.carreras-section {
  background: #fff;
  padding: 4rem 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.maestria-mph {
  height: 660px;
  margin: 40px auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(139, 28, 43, 0.18), 0 1.5px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}

.maestria-mph-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.maestria-mph-overlay {
  position: absolute;
  inset: 0;
  background: rgba(130, 16, 35, 0.35);
  z-index: 1;
}

.maestria-mph-logo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 100px;
  opacity: 0.92;
  z-index: 2;
  filter: drop-shadow(0 2px 8px rgba(139, 28, 43, 0.12));
}

.maestria-mph-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 48px 24px 32px 24px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.maestria-mph-title {
  font-size: 1.8rem;
  font-family: var(--tp-nt-bold);
  margin-bottom: 16px;
  color: var(--pantone-crema);
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(139, 28, 43, 0.18);
}

.maestria-mph-title span {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(139, 28, 43, 0.12);
}

.maestria-mph-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 52px;
  background: var(--pantone-crema);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 32px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(139, 28, 43, 0.08);
  font-family: var(--tp-nt-bold);
}

.maestria-mph-btn:hover {
  background: #e6c96a;
  color: var(--pantone-rojo);
  box-shadow: 0 4px 24px rgba(139, 28, 43, 0.18);
}

@media (max-width: 600px) {
  .maestria-mph {
    max-width: 98vw;
    height: 420px;
  }

  .maestria-mph-bg {
    height: 100%;
  }

  .maestria-mph-content {
    padding: 32px 12px 20px 12px;
  }

  .maestria-mph-title {
    font-size: 1.3rem;
  }

  .maestria-mph-logo {
    width: 70px;
    top: 16px;
    left: 16px;
  }
}

.carreras-mph-section {
  width: 100%;
  margin: 48px 0 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carreras-mph-row {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 900px) {
  .carreras-mph-row {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}

.maestria-mph-bg {
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.maestria-mph-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
  display: block;
}

.maestria-mph:hover .maestria-mph-bg::before {
  transform: scale(1.07);
}

.maestria-mph-bg {
  position: relative;
  overflow: hidden;
}

.maestrias-barra {
  background: linear-gradient(90deg, #d2c38a 80%, #e6e0c0 100%);
  border-radius: 40px;
  padding: 0.8rem 0;
  width: 100%;
  margin: 0 auto 2.5rem auto;
  box-shadow: 0 4px 24px rgba(130, 16, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tp-nt-bold);
}

.maestrias-barra-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(130, 16, 35, 0.10);
}

@media (max-width: 900px) {
  .maestrias-barra {
    max-width: 98vw;
    padding: 1rem 0.2rem;
  }

  .maestrias-barra-text {
    font-size: 1.5rem;
  }
}

/* === SECCIÓN FAQ (MEJORADO) === */
.faq-section {
  background: linear-gradient(120deg, #f8f6f2 0%, #f3e9e0 100%);
  padding: 48px 0 32px 0;
  border-radius: 32px;
  box-shadow: 0 12px 40px rgba(165, 28, 48, 0.08);
  margin-bottom: 48px;
}

.faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--pantone-rojo, #a51c30);
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-shadow: 0 2px 8px #f3e9e0;
}

.faq-title i {
  margin-right: 12px;
  color: var(--pantone-crema, #c9b18a);
  font-size: 2.1rem;
}

.faq-columns {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: flex-start;
}

.faq-list {
  flex: 1;
  margin: 0;
  list-style: none;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #e5d8c2;
  padding: 0;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 18px;
  box-shadow: 0 2px 16px rgba(165, 28, 48, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}

.faq-item.active {
  box-shadow: 0 8px 32px rgba(165, 28, 48, 0.12);
  transform: scale(1.02);
}

.faq-toggle {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pantone-rojo, #a51c30);
  padding: 22px 32px 22px 24px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  transition: background 0.2s, color 0.2s;
  border-radius: 18px 18px 0 0;
}

.faq-toggle:hover {
  background: #f3e9e0;
  color: #a51c30;
}

.faq-plus {
  margin-left: auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1.08rem;
  color: #333;
  line-height: 1.7;
  background: #fff;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.2s;
  padding: 0 32px 0 24px;
  text-align: justify;
}

.faq-item.active .faq-answer {
  padding: 0 32px 22px 24px;
  max-height: 600px;
}

.faq-answer ul {
  margin: 10px 0 0 20px;
  padding-left: 0;
}

.faq-answer li {
  font-size: 1.08rem;
  margin-bottom: 4px;
}

@media (max-width: 1100px) {
  .faq-columns {
    gap: 24px;
  }

  .faq-list {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .faq-section {
    padding: 18px 0 8px 0;
    border-radius: 16px;
  }

  .faq-title {
    font-size: 1.3rem;
  }

  .faq-columns {
    flex-direction: column;
    gap: 0;
  }

  .faq-list {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 10px 0 4px 0;
    border-radius: 8px;
  }

  .faq-title {
    font-size: 1.1rem;
  }

  .faq-toggle {
    padding: 12px 16px 12px 12px;
    font-size: 0.98rem;
  }

  .faq-answer {
    padding: 0 16px 0 12px;
  }

  .faq-item.active .faq-answer {
    padding: 0 16px 12px 12px;
  }
}