.elementor-456 .elementor-element.elementor-element-c6e2add{--display:flex;}.elementor-456 .elementor-element.elementor-element-c5f0dcd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4a1dcdd *//* ============================================================
   STYLES DELF - ALIANZA FRANCESA DE TORREÓN (FONDOS CLAROS)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&amp;family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&amp;display=swap');

.af-qs-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a171b;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}

.af-qs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.af-qs-title, 
.af-qs-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.3px;
}

.af-qs-hero {
  background-color: #ffffff;
  padding: 80px 20px 50px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.af-qs-hero h1 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #1a171b;
  margin-bottom: 24px;
  line-height: 1.18;
}

.af-qs-hero p {
  font-size: 1.25rem;
  max-width: 820px;
  margin: 0 auto 30px;
  color: #64748b;
  font-weight: 400;
}

.af-qs-title {
  font-size: 2.5rem;
  color: #1a171b;
  font-weight: 700;
  margin-bottom: 15px;
}

.af-highlight {
  background-color: #facc15;
  color: #1a171b !important;
  padding: 2px 10px;
  display: inline-block;
  line-height: 1.1;
  font-weight: 800;
  border-radius: 2px;
}

.af-qs-header {
  text-align: center;
  margin-bottom: 50px;
}

.af-qs-tag {
  display: inline-block;
  background: rgba(218, 0, 46, 0.08);
  color: #da002e;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.af-qs-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.15rem;
}

.af-qs-section {
  padding: 90px 0;
}

.af-qs-bg-alt {
  background-color: #f8f9fa;
}

.af-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Logo unique de l'Alianza Francesa */
.af-logos-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.af-single-logo img {
  max-height: 150px;
  width: auto;
  object-fit: contain;
}

/* ============================================================
   GRÁFICO INTERACTIVO DE NIVELES (HOVER ANIMADO - FONDO CLARO)
   ============================================================ */
.af-interactive-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 30px;
}

.af-level-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

/* Animación y realce al pasar el cursor (Hover) */
.af-level-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 20px 35px rgba(218, 0, 46, 0.12);
  border-color: #da002e;
}

.level-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #f1f5f9;
  color: #475569;
}

.level-code {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #da002e;
  line-height: 1;
  margin-bottom: 10px;
}

.af-level-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a171b;
  margin-bottom: 10px;
}

.af-level-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

/* Detalles cromáticos sutiles para cada tarjeta */
.card-a1:hover .level-badge { background: #ffedd5; color: #c2410c; }
.card-a2:hover .level-badge { background: #fed7aa; color: #9a3412; }
.card-b1:hover .level-badge { background: #dcfce7; color: #15803d; }
.card-b2:hover .level-badge { background: #bbf7d0; color: #166534; }
.card-c1:hover .level-badge { background: #cffafe; color: #0e7490; }

.af-delf-note {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 0.95rem;
  color: #64748b;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* ============================================================
   CALENDARIO DE SESIONES &amp; ESPACIO 2027
   ============================================================ */
.af-calendar-grid-sessions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.af-calendar-november-card,
.af-calendar-placeholder-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.november-header {
  background: #1a171b;
  color: #ffffff;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.placeholder-header {
  background: #475569;
}

.november-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  margin: 0;
}

.nov-badge {
  background: #da002e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.placeholder-badge {
  background: #94a3b8;
  color: #ffffff;
}

.november-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.placeholder-body {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.nov-row {
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nov-row:last-child {
  border-bottom: none;
}

.nov-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nov-value {
  font-size: 1.05rem;
  color: #1a171b;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .af-interactive-chart {
    grid-template-columns: repeat(1, 1fr);
  }
  .af-calendar-grid-sessions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .af-grid-2 { grid-template-columns: 1fr; }
  .af-qs-hero h1 { font-size: 2.4rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40359a3 *//* ============================================================
   STYLES TABLEAU TARIFS DELF - ALIANZA FRANCESA DE TORREÓN
   ============================================================ */

.af-qs-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a171b;
  line-height: 1.6;
  background-color: #ffffff;
}

.af-qs-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.af-qs-section {
  padding: 80px 0;
}

.af-qs-bg-alt {
  background-color: #f8f9fa;
}

.af-qs-header {
  text-align: center;
  margin-bottom: 40px;
}

.af-qs-tag {
  display: inline-block;
  background: rgba(218, 0, 46, 0.08);
  color: #da002e;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.af-qs-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.3rem;
  color: #1a171b;
  font-weight: 700;
  margin-bottom: 15px;
}

.af-qs-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.1rem;
}

/* Tableau des prix */
.af-table-wrapper {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 30px;
}

.af-pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.af-pricing-table th {
  background-color: #1a171b;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  padding: 18px 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.af-pricing-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 1.05rem;
  color: #1a171b;
}

.af-pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* Effet de survol sur les lignes du tableau */
.af-pricing-table tbody tr {
  transition: background-color 0.2s ease;
}

.af-pricing-table tbody tr:hover {
  background-color: #fafafa;
}

/* Mise en avant spécifique pour A1 à B2 */
.row-highlight td {
  font-weight: 500;
}

.price-tag {
  background: #fef2f2;
  color: #da002e;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-block;
}

.secondary-price {
  background: #f1f5f9;
  color: #475569;
}

/* Boîte d'informations (Orals &amp; Résultats) */
.af-exam-info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.info-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.info-item h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  color: #1a171b;
  margin-top: 0;
  margin-bottom: 10px;
}

.info-item p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive design */
@media (max-width: 768px) {
  .af-exam-info-box {
    grid-template-columns: 1fr;
  }
  .af-pricing-table th, .af-pricing-table td {
    padding: 12px 15px;
  }
}/* End custom CSS */