/* Start custom CSS for html, class: .elementor-element-46ff14f *//* ==========================================================================
   PÁGINA DE EXPERIENCIA (GLASSMORPHISM ESTILO CORPORATIVO)
   ========================================================================== */

.exp-hero-section {
  padding: 60px 20px 40px 20px;
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
}

.glass-card-exp-hero {
  max-width: 1000px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04);
}

.exp-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563EB;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.exp-hero-title {
  color: #0F172A;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.exp-hero-title .text-accent {
  color: #2563EB;
}

.exp-hero-subtitle {
  color: #64748B;
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Sección de Tarjetas de Experiencia */
.exp-main-section {
  padding: 20px 20px 80px 20px;
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.exp-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.glass-card-exp {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.glass-card-exp:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 14px 30px -5px rgba(15, 23, 42, 0.08);
}

/* Encabezado de la Tarjeta */
.exp-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}

.exp-company-tag {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2563EB;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 4px;
}

.exp-role-title {
  color: #0F172A;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.exp-period {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.exp-date {
  background: rgba(15, 23, 42, 0.05);
  color: #0F172A;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 6px;
}

.exp-location {
  color: #64748B;
  font-size: 0.85rem;
}

.exp-summary {
  color: #334155;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Grid de Puntos Clave */
.exp-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.exp-highlight-item {
  background: rgba(241, 245, 249, 0.6);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #E2E8F0;
}

.exp-highlight-item h4 {
  color: #0F172A;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.exp-highlight-item p {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

/* Caja de Métrica Destacada */
.exp-metric-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
}

.metric-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #2563EB;
  line-height: 1;
}

.metric-label {
  color: #1E293B;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 768px) {
  .exp-card-header {
    flex-direction: column;
    gap: 12px;
  }

  .exp-period {
    align-items: flex-start;
  }

  .exp-highlights-grid {
    grid-template-columns: 1fr;
  }

  .glass-card-exp-hero, .glass-card-exp {
    padding: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0daf3b *//* ==========================================================================
   SECCIÓN TOOLKIT & METODOLOGÍAS (GLASSMORPHISM)
   ========================================================================== */

.exp-toolkit-section {
  padding: 60px 20px 100px 20px;
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}

.toolkit-container {
  max-width: 1100px;
  margin: 0 auto;
}

.toolkit-header {
  text-align: center;
  margin-bottom: 56px;
}

.toolkit-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2563EB;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.toolkit-title {
  color: #0F172A;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.toolkit-subtitle {
  color: #64748B;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Grid de 3 Columnas */
.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-card-toolkit {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.glass-card-toolkit:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.3);
}

.toolkit-icon {
  width: 48px;
  height: 48px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.toolkit-card-title {
  color: #0F172A;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}

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

.toolkit-list li {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

.toolkit-list li:last-child {
  margin-bottom: 0;
}

.toolkit-list strong {
  color: #0F172A;
  font-weight: 600;
}

/* Responsivo */
@media (max-width: 992px) {
  .toolkit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .exp-toolkit-section {
    padding: 40px 16px 60px 16px;
  }
}/* End custom CSS */