.elementor-10673 .elementor-element.elementor-element-121fe83{--display:flex;}.elementor-10673 .elementor-element.elementor-element-549ae91{--display:flex;}.elementor-10673 .elementor-element.elementor-element-8b6be81{--display:flex;}.elementor-10673 .elementor-element.elementor-element-7138034{--display:flex;}.elementor-10673 .elementor-element.elementor-element-1963c14{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-81e6548 *//* =========================================
   1. HERO
   ========================================= */
.hero-imagen,
.hero-imagen * {
  box-sizing: border-box;
}

.hero-imagen {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  line-height: 0;
  margin: 0 !important;   /* quita el espacio que agrega WordPress */
}

.hero-imagen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-imagen { height: 70svh; }
}

/* Móvil — imagen completa, sin recorte */
@media (max-width: 768px) {
  .hero-imagen {
    height: auto;
  }
  .hero-imagen img {
    height: auto;
    object-fit: unset;
  }
}

/* Teléfono horizontal */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-imagen { height: 85svh; }
}

.up-section {
  margin-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddfb013 *//* =========================================
   BARRA DE ADMISIONES — UNICAH ONLINE
   ========================================= */

.ub-section,
.ub-section *,
.ub-section *::before,
.ub-section *::after {
  box-sizing: border-box;
}

.ub-section {
  background: #ffffff;
  padding: clamp(16px, 3vw, 24px) clamp(16px, 4vw, 32px);
  overflow-x: hidden;
}

.ub-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 24px) clamp(20px, 4vw, 32px);
  border-radius: 16px;
  background: #001352;
}

/* ---------- Textos ---------- */
.ub-texto {
  min-width: 0;
  max-width: 760px;
}

.ub-section .ub-eyebrow {
  margin: 0;
  font-size: clamp(11px, 2.4vw, 14px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FDB813;
}

.ub-section .ub-title {
  margin: 8px 0 0;
  font-size: clamp(16px, 3.6vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  text-wrap: balance;
}

/* ---------- Botón ---------- */
.ub-section a.ub-btn,
.ub-section a.ub-btn:link,
.ub-section a.ub-btn:visited,
.ub-section a.ub-btn:hover,
.ub-section a.ub-btn:active,
.ub-section a.ub-btn:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
  max-width: 240px;
  min-height: 44px;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #001352;
  background: #FDB813;
  box-shadow: 0 6px 0 #C98F00;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.ub-section a.ub-btn span,
.ub-section a.ub-btn svg {
  color: #001352;
}

.ub-section a.ub-btn:active {
  background: #E5A400;
  box-shadow: 0 2px 0 #A87500;
  transform: translateY(4px);
}

.ub-section a.ub-btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.ub-btn-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .25s ease;
}

/* ---------- Tablet y escritorio ≥ 768px ---------- */
@media (min-width: 768px) {
  .ub-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .ub-section a.ub-btn,
  .ub-section a.ub-btn:link,
  .ub-section a.ub-btn:visited,
  .ub-section a.ub-btn:hover,
  .ub-section a.ub-btn:active,
  .ub-section a.ub-btn:focus {
    width: auto;
  }
}

/* ---------- Escritorio: hover ≥ 1024px ---------- */
@media (min-width: 1024px) {
  .ub-section a.ub-btn:hover { background: #FFC533; }
  .ub-section a.ub-btn:hover .ub-btn-arrow { transform: translateX(4px); }
}

/* ---------- Accesibilidad ---------- */
@media (prefers-reduced-motion: reduce) {
  .ub-section a.ub-btn,
  .ub-btn-arrow {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b891775 *//* =========================================
   SECCIÓN PARTICULARIDADES — UNICAH ONLINE
   ========================================= */

.up-section,
.up-section *,
.up-section *::before,
.up-section *::after {
  box-sizing: border-box;
}

.up-section {
  background: #ffffff;
  color: #001352;
  overflow-x: hidden;
}

.up-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 96px) clamp(16px, 4vw, 32px);
}

/* ---------- Encabezado ---------- */
.up-section .up-header {
  max-width: 900px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.up-section .up-eyebrow {
  margin: 0 0 clamp(8px, 2vw, 16px);
  font-size: clamp(11px, 2.6vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FDB813;
}

.up-section .up-title {
  margin: 0;
  font-size: clamp(19px, 4.6vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #001352;
  text-wrap: balance;
}

.up-section .up-subtitle {
  margin: clamp(10px, 2.5vw, 20px) 0 0;
  max-width: 760px;
  font-size: clamp(14px, 2.6vw, 18px);
  font-weight: 600;
  line-height: 1.65;
  color: rgba(0, 19, 82, 0.7);
}

/* ---------- Grid principal ---------- */
.up-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 32px);
}

/* ---------- Columna de botones ---------- */
.up-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.up-section .up-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 16px);
  width: 100%;
  min-width: 0;
  padding: clamp(12px, 2.5vw, 20px);
  border: 1px solid #001352;
  border-radius: clamp(12px, 2vw, 16px);
  background: #001352;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background .25s ease, color .25s ease,
              border-color .25s ease, box-shadow .25s ease;
}

.up-section .up-item.is-active {
  border-color: #FDB813;
  background: #FDB813;
  color: #001352;
  box-shadow: 0 8px 0 #C98F00;
}

.up-item-content {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  min-width: 0;
}

.up-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(36px, 7vw, 44px);
  height: clamp(36px, 7vw, 44px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #FDB813;
  transition: background .25s ease, color .25s ease;
}

.up-item.is-active .up-item-icon {
  background: #ffffff;
  color: #001352;
}

.up-item-icon svg {
  width: clamp(17px, 3.4vw, 20px);
  height: clamp(17px, 3.4vw, 20px);
}

.up-item-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.up-item-tag {
  display: block;
  font-size: clamp(10px, 2vw, 12px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
}

.up-item.is-active .up-item-tag {
  color: rgba(0, 19, 82, 0.7);
}

.up-item-title {
  display: block;
  margin-top: 4px;
  font-size: clamp(15px, 2.9vw, 20px);
  font-weight: 700;
  line-height: 1.25;
}

.up-arrow {
  width: clamp(17px, 3.4vw, 20px);
  height: clamp(17px, 3.4vw, 20px);
  flex-shrink: 0;
  color: #FDB813;
  transition: transform .25s ease, color .25s ease;
}

.up-item.is-active .up-arrow {
  color: #001352;
}

/* ---------- Panel de información ---------- */
.up-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(18px, 3vw, 32px);
  background: #ffffff;
  color: #001352;
  box-shadow: 0 22px 60px rgba(0, 19, 82, 0.10);
  scroll-margin-top: 90px;
}

.up-pane { display: none; }

.up-pane.is-visible {
  display: block;
  animation: upFade .3s ease;
}

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

.up-pane-head {
  padding: clamp(20px, 3.5vw, 32px);
  border-bottom: 1px solid #E8E8E4;
}

.up-section .up-pane-tag {
  margin: 0 0 clamp(6px, 1.6vw, 12px);
  font-size: clamp(10px, 2.4vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F2A900;
}

.up-section .up-pane-title {
  margin: 0;
  font-size: clamp(18px, 4.2vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}

.up-pane-body {
  padding: clamp(20px, 3.5vw, 32px);
}

.up-section .up-pane-body p {
  margin: 0;
  font-size: clamp(15px, 2.1vw, 18px);
  font-weight: 600;
  line-height: 1.75;
  color: #4B5563;
}

/* ---------- Móvil ≤ 480px ---------- */
@media (max-width: 480px) {
  .up-section .up-title      { font-size: 20px; line-height: 1.25; }
  .up-section .up-pane-title { font-size: 19px; line-height: 1.25; }
  .up-section .up-eyebrow    { font-size: 11px; }
  .up-section .up-subtitle   { font-size: 14px; }
  .up-section .up-header     { margin-bottom: 24px; }
}

/* ---------- Móvil angosto ≤ 360px ---------- */
@media (max-width: 360px) {
  .up-section .up-title      { font-size: 18px; }
  .up-section .up-pane-title { font-size: 17px; }
}

/* ---------- Escritorio ≥ 1024px ---------- */
@media (min-width: 1024px) {
  .up-grid { grid-template-columns: 0.85fr 1.15fr; }
  .up-section .up-item:hover { border-color: rgba(253, 184, 19, 0.6); }
  .up-section .up-item:hover .up-arrow { transform: translateX(4px); }
}

/* ---------- Accesibilidad ---------- */
@media (prefers-reduced-motion: reduce) {
  .up-section .up-item,
  .up-arrow,
  .up-pane.is-visible {
    transition: none;
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94c9c38 *//* =========================================
   SECCIÓN MODALIDAD ONLINE (ARTES)
   ========================================= */

.um-section,
.um-section *,
.um-section *::before,
.um-section *::after {
  box-sizing: border-box;
}

.um-section {
  background: #FFFFFF;
  color: #001352;
  overflow-x: hidden;
}

.um-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 48px) clamp(16px, 4vw, 32px);
}

/* ---------- Encabezado ---------- */
.um-section .um-header {
  max-width: 1100px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.um-section .um-eyebrow {
  margin: 0 0 clamp(8px, 2vw, 16px);
  font-size: clamp(11px, 2.6vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FDB813;
}

.um-section .um-title {
  margin: 0;
  font-size: clamp(19px, 4.6vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #001352;
  text-wrap: balance;
}

/* ---------- Grid de artes ---------- */
.um-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 32px);
}

/* ---------- Tarjeta ---------- */
.um-card {
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(18px, 3vw, 24px);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 19, 82, 0.08);
}

.um-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  line-height: 0;
}

.um-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.um-card-footer {
  padding: 16px 20px;
  border-top: 1px solid #E8E8E4;
}

.um-section .um-card-label {
  margin: 0;
  font-size: clamp(11px, 2.2vw, 14px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(0, 19, 82, 0.7);
}

/* ---------- Móvil ≤ 480px ---------- */
@media (max-width: 480px) {
  .um-section .um-title  { font-size: 20px; line-height: 1.25; }
  .um-section .um-eyebrow { font-size: 11px; }
  .um-section .um-header { margin-bottom: 24px; }
}

/* ---------- Móvil angosto ≤ 360px ---------- */
@media (max-width: 360px) {
  .um-section .um-title { font-size: 18px; }
}

/* ---------- Tablet y escritorio ≥ 768px ---------- */
@media (min-width: 768px) {
  .um-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-121aa9d *//* =========================================
   SECCIÓN CTA FINAL — UNICAH ONLINE
   ========================================= */

.uc-section,
.uc-section *,
.uc-section *::before,
.uc-section *::after {
  box-sizing: border-box;
}

.uc-section {
  background: #ffffff;
  padding: clamp(36px, 6vw, 48px) clamp(16px, 4vw, 32px);
  overflow-x: hidden;
}

.uc-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 64px) clamp(20px, 5vw, 64px);
  border-radius: clamp(20px, 3vw, 32px);
  background: #001352;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

/* ---------- Textos ---------- */
.uc-section .uc-eyebrow {
  margin: 0 0 clamp(8px, 2vw, 16px);
  font-size: clamp(11px, 2.4vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FDB813;
}

.uc-section .uc-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(19px, 4.6vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-wrap: balance;
}

.uc-section .uc-text {
  max-width: 680px;
  margin: clamp(14px, 3vw, 24px) auto 0;
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 600;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- Botones ---------- */
.uc-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 36px);
}

.uc-section a.uc-btn,
.uc-section a.uc-btn:link,
.uc-section a.uc-btn:visited,
.uc-section a.uc-btn:hover,
.uc-section a.uc-btn:active,
.uc-section a.uc-btn:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  font-size: clamp(12px, 2.2vw, 14px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #001352;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.uc-section a.uc-btn span,
.uc-section a.uc-btn svg {
  color: #001352;
}

/* Botón amarillo */
.uc-section a.uc-btn--yellow,
.uc-section a.uc-btn--yellow:link,
.uc-section a.uc-btn--yellow:visited {
  background: #FDB813;
  box-shadow: 0 6px 0 #C98F00;
}

.uc-section a.uc-btn--yellow:active {
  background: #E5A400;
  box-shadow: 0 2px 0 #A87500;
  transform: translateY(4px);
}

/* Botón blanco */
.uc-section a.uc-btn--white,
.uc-section a.uc-btn--white:link,
.uc-section a.uc-btn--white:visited {
  background: #ffffff;
  box-shadow: 0 6px 0 #C9CBD4;
}

.uc-section a.uc-btn--white:active {
  background: #E4E6EC;
  box-shadow: 0 2px 0 #A9ADB8;
  transform: translateY(4px);
}

/* Foco visible al navegar con teclado */
.uc-section a.uc-btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.uc-btn-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .25s ease;
}

/* ---------- Tablet y escritorio ≥ 640px ---------- */
@media (min-width: 640px) {
  .uc-actions { flex-direction: row; }

  .uc-section a.uc-btn,
  .uc-section a.uc-btn:link,
  .uc-section a.uc-btn:visited,
  .uc-section a.uc-btn:hover,
  .uc-section a.uc-btn:active,
  .uc-section a.uc-btn:focus {
    width: auto;
  }
}

/* ---------- Escritorio: hover ≥ 1024px ---------- */
@media (min-width: 1024px) {
  .uc-section a.uc-btn--yellow:hover { background: #FFC533; }
  .uc-section a.uc-btn--white:hover  { background: #F4F4F1; }
  .uc-section a.uc-btn:hover .uc-btn-arrow { transform: translateX(4px); }
}

/* ---------- Accesibilidad ---------- */
@media (prefers-reduced-motion: reduce) {
  .uc-section a.uc-btn,
  .uc-btn-arrow {
    transition: none;
  }
}/* End custom CSS */