.elementor-1201 .elementor-element.elementor-element-4f11e5b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3ae9b2a *//* ============================================================
   STYLES FOS - 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.4rem;
  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.3rem;
  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.12rem;
}

.af-qs-section {
  padding: 90px 0;
}

.af-qs-bg-alt {
  background-color: #f8f9fa;
}

.af-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  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: 70px;
  width: auto;
  object-fit: contain;
}

/* Cartes de formats (Mini cartes) */
.af-feature-card-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.af-mini-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.02);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.af-mini-card:hover {
  transform: translateY(-5px);
  border-color: #da002e;
}

.mini-icon {
  font-size: 2rem;
  background: #f1f5f9;
  padding: 10px 14px;
  border-radius: 12px;
}

.af-mini-card h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  color: #1a171b;
  margin: 0 0 5px 0;
}

.af-mini-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

/* Grille des secteurs (Avocats, Médecins, Entreprises) */
.af-sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes de chaque côté */
  gap: 30px;
}

@media (max-width: 992px) {
  .af-sectors-grid {
    grid-template-columns: 1fr; /* 1 colonne sur les écrans plus petits */
  }
}
.af-sector-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.af-sector-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(218, 0, 46, 0.1);
  border-color: #da002e;
}

.sector-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.af-sector-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: #1a171b;
  margin-bottom: 15px;
}

.af-sector-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

/* Boîte de contact finale (Alianza &amp; Fidel Castro Guevara) */
.af-contact-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.af-contact-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
  text-align: left;
}

.contact-card {
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight-contact {
  background: #fdf2f4;
  border-color: rgba(218, 0, 46, 0.2);
}

.contact-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: #1a171b;
  margin-top: 0;
  margin-bottom: 15px;
}

.contact-card p {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.contact-person-info {
  color: #1a171b !important;
  font-size: 0.9rem !important;
  margin-bottom: 15px !important;
}

.af-btn-primary,
.af-btn-secondary {
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.af-btn-primary {
  background-color: #1a171b;
  color: #ffffff;
}

.af-btn-primary:hover {
  background-color: #da002e;
}

.af-btn-secondary {
  background-color: #da002e;
  color: #ffffff;
}

.af-btn-secondary:hover {
  background-color: #1a171b;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .af-sectors-grid {
    grid-template-columns: 1fr;
  }
  .af-contact-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .af-grid-2 { grid-template-columns: 1fr; }
  .af-qs-hero h1 { font-size: 2.3rem; }
  .af-contact-box { padding: 30px 20px; }
}/* End custom CSS */