.elementor-10426 .elementor-element.elementor-element-a155500{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10426 .elementor-element.elementor-element-a155500{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-946100d *//* Importación de fuentes de Google */
  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

  /* ================================================
     BOLSA DE TRABAJO — UNICAH (VERSIÓN INTEGRAL ULTRA-RESPONSIVA)
     ================================================ */

  /* --- Variables y Contenedor Principal --- */
  .bt-page {
    --bt-navy:       #001352;
    --bt-amber:      #FDB813;
    --bt-amber-dark: #b08000;
    --bt-white:      #ffffff;
    --bt-gray-bg:    #ffffff; 
    --bt-text:       #1a1a2e;
    --bt-muted:      #5f6478;
    --bt-radius:     14px;
    --bt-font-display: 'Raleway', sans-serif;
    --bt-font-body:    'Lora', serif;

    font-family: var(--bt-font-display) !important;
    background-color: var(--bt-gray-bg);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }

  .bt-page *, 
  .bt-page *::before, 
  .bt-page *::after {
    box-sizing: border-box;
    font-family: var(--bt-font-display);
  }

  /* Sección del título intermedio */
  .bt-intro {
    padding: 4rem 2rem 0;
    text-align: center;
    width: 100%;
  }

  .bt-page .h2title {
    text-align: center;
    position: relative;
    color: var(--bt-navy) !important; 
    font-family: var(--bt-font-display) !important; 
    font-weight: 800 !important;
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
    margin-bottom: 1rem !important;
  }

  .bt-page .pdescription {
    max-width: 1000px;
    font-family: var(--bt-font-body) !important; 
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    color: var(--bt-muted) !important;
    text-align: center !important;
  }

  /* ================================================
     HERO PANORÁMICO
     ================================================ */
  .bt-hero {
    background-color: var(--bt-navy);
    padding: 5rem 2rem 5.5rem; 
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .bt-hero::before,
  .bt-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(253, 184, 19, 0.12);
    pointer-events: none;
  }

  .bt-hero::before {
    width: 450px;
    height: 450px;
    top: -120px;
    right: -50px;
  }

  .bt-hero::after {
    width: 350px;
    height: 350px;
    bottom: -120px;
    left: -50px;
  }

  .bt-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1300px; 
    margin: 0 auto;
  }

  .bt-hero__brand {
    display: block;
    color: var(--bt-amber) !important;
    font-family: var(--bt-font-display) !important;
    font-size: clamp(1.1rem, 3vw, 1.6rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.75rem !important;
  }

  .bt-hero__subtitle {
    font-family: var(--bt-font-display) !important; 
    font-weight: 800 !important;
    font-size: clamp(2rem, 5vw, 3.8rem) !important; 
    color: var(--bt-white) !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02em;
  }

  .bt-hero__accent {
    color: var(--bt-amber) !important;
    font-family: inherit !important;
  }

  .bt-hero__desc {
    font-family: var(--bt-font-body) !important;
    font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.7 !important;
    max-width: 900px; 
    margin: 0 auto !important;
  }

  .bt-hero__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 350px; 
    margin: 2rem auto;
  }

  .bt-hero__divider span {
    flex: 1;
    height: 1px;
    background: rgba(253, 184, 19, 0.35);
  }

  .bt-stats {
    display: flex;
    justify-content: center;
    gap: 6rem; 
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .bt-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .bt-stat__num {
    font-family: var(--bt-font-display) !important; 
    font-size: 2.2rem;
    font-weight: 800 !important;
    color: var(--bt-amber);
    display: block;
  }

  .bt-stat__label {
    font-family: var(--bt-font-display) !important; 
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600 !important;
  }

  /* ================================================
     SECCIÓN DE TARJETAS (CORRECCIÓN INTEGRAL)
     ================================================ */
  .bt-cards {
    display: grid;
    /* Ajustado el mínimo a 300px para que las tarjetas colapsen bien en celulares estrechos */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 3rem 2rem 5rem;
  }

  .bt-card {
    background-color: var(--bt-white) !important;
    border: 1px solid rgba(0, 19, 82, 0.12) !important;
    border-radius: var(--bt-radius) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    width: 100% !important;
  }

  .bt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 19, 82, 0.07);
    background-color: #fcfcfd;
  }

  .bt-card__accent {
    height: 6px !important;
    width: 100% !important;
  }

  .bt-card__accent--vacantes { background-color: var(--bt-amber) !important; }
  .bt-card__accent--egresados { background-color: var(--bt-navy) !important; }

  .bt-card__body {
    padding: 2.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    align-items: flex-start !important; /* Mantiene los elementos alineados a la izquierda */
  }

  .bt-card__icon {
    width: 54px !important;
    height: 54px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.5rem !important;
  }

  .bt-card__icon--vacantes { background-color: rgba(253, 184, 19, 0.12) !important; }
  .bt-card__icon--egresados { background-color: rgba(0, 19, 82, 0.07) !important; }

  /* CORRECCIÓN DE LA ETIQUETA / TAG (Evita que se deforme) */
  .bt-card__tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    font-family: var(--bt-font-display) !important; 
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 100px !important;
    padding: 8px 16px !important;
    margin-bottom: 1.25rem !important;
    line-height: 1.3 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .bt-card__tag--vacantes {
    background-color: rgba(253, 184, 19, 0.12) !important;
    color: #7a5500 !important;
  }

  .bt-card__tag--egresados {
    background-color: rgba(0, 19, 82, 0.07) !important;
    color: var(--bt-navy) !important;
  }

  .bt-card__title {
    font-family: var(--bt-font-display) !important; 
    font-weight: 700 !important;
    font-size: clamp(1.3rem, 4vw, 1.5rem) !important;
    color: var(--bt-text) !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    text-align: left !important;
  }

  .bt-card__desc {
    font-family: var(--bt-font-body) !important;
    font-size: 1rem !important;
    color: var(--bt-muted) !important;
    line-height: 1.6 !important;
    flex: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    text-align: left !important;
  }

  /* ================================================
     CORRECCIÓN DE LOS BOTONES
     ================================================ */
  .bt-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Separa el texto del icono limpiamente */
    gap: 12px !important;
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    border-radius: 10px !important;
    font-family: var(--bt-font-display) !important; 
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    transition: opacity 0.15s ease, transform 0.1s ease !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .bt-btn svg {
    flex-shrink: 0 !important; /* Evita que la flecha se aplaste */
  }

  .bt-btn:active {
    transform: scale(0.98) !important;
  }

  .bt-btn--vacantes {
    background-color: var(--bt-amber) !important;
    color: var(--bt-navy) !important;
  }

  .bt-btn--vacantes:hover { opacity: 0.95 !important; }

  .bt-btn--egresados {
    background-color: var(--bt-navy) !important;
    color: var(--bt-white) !important;
  }

  .bt-btn--egresados:hover { opacity: 0.95 !important; }

  /* ================================================
     MEDIAS QUERIES — ADAPTACIÓN MÓVIL EXACTA
     ================================================ */
  @media (max-width: 800px) {
    .bt-hero {
      padding: 4rem 1.5rem 4.5rem;
    }
    
    .bt-stats {
      gap: 2rem;
    }

    .bt-cards {
      grid-template-columns: 1fr !important;
      padding: 2rem 1.25rem 4rem !important; /* Agrega espacio seguro en las esquinas */
    }
  }

  @media (max-width: 600px) {
    .bt-hero::before, .bt-hero::after { display: none !important; }

    .bt-hero {
      padding: 3.5rem 1.25rem 4rem;
    }

    .bt-hero__subtitle {
      font-size: 1.9rem !important; 
      line-height: 1.25 !important;
    }

    .bt-stats {
      gap: 1.75rem;
      flex-direction: column !important; 
    }

    .bt-stat__num { font-size: 2rem !important; }
    
    /* Ajuste de padding de la tarjeta en móviles para evitar que se vea ahogada */
    .bt-card__body {
      padding: 1.5rem 1.25rem !important; 
    }

    .bt-card__title {
      font-size: 1.3rem !important;
    }

    .bt-intro {
      padding: 3rem 1.25rem 0;
    }

    .bt-page .h2title {
      font-size: 1.65rem !important;
    }

    /* Ajuste fino del botón en pantallas muy angostas */
    .bt-btn {
      padding: 0.9rem 1.1rem !important;
      font-size: 0.9rem !important;
    }
  }/* End custom CSS */